:root {
  --orange: #ff9e0a;
  --ink: #11110f;
  --paper: #fffaf0;
  --muted: #665f53;
  --line: rgba(17, 17, 15, .16);
  color-scheme: light dark;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--orange); color: var(--ink); line-height: 1.55; }
a { color: inherit; }
.shell { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 56px; }
nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 54px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 18px; font-weight: 750; }
.brand-icon { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 22px rgba(42,24,0,.16); }
.mark { width: 42px; height: 42px; border-radius: 13px; background: var(--ink); color: var(--orange); display: grid; place-items: center; font-weight: 850; }
.navlinks { display: flex; gap: 8px; }
.navlinks a, .pill { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 650; }
.navlinks a[aria-current="page"] { color: var(--paper); background: var(--ink); }
.hero { margin-bottom: 28px; }
.eyebrow { margin: 0 0 8px; font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 8vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 520; }
.lead { max-width: 670px; margin: 22px 0 0; font-size: 19px; color: rgba(17,17,15,.68); }
.card { padding: clamp(22px, 5vw, 42px); background: rgba(255,250,240,.92); border: 1px solid var(--line); border-radius: 34px; box-shadow: 0 18px 60px rgba(60,35,0,.1); }
.card + .card { margin-top: 18px; }
h2 { margin: 34px 0 10px; font-size: 24px; letter-spacing: -.02em; }
h2:first-child { margin-top: 0; }
h3 { margin: 24px 0 8px; font-size: 18px; }
p, li { color: #3c382f; }
ul { padding-left: 22px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.meta span { padding: 7px 11px; border-radius: 999px; background: rgba(17,17,15,.07); font-size: 13px; }
.action { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 12px; padding: 0 20px; color: var(--paper); background: var(--ink); border-radius: 999px; text-decoration: none; font-weight: 750; }
.secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 12px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 750; }
.press-shell { width: min(1120px, calc(100% - 32px)); }
.press-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(36px, 8vw, 100px); align-items: center; padding: 30px 0 70px; }
.press-copy h1 { max-width: 790px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.icon-stage { min-height: 370px; padding: 34px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; background: var(--ink); border-radius: 48px; transform: rotate(2deg); box-shadow: 0 30px 80px rgba(60,35,0,.2); }
.icon-stage img { width: min(230px, 80%); aspect-ratio: 1; border-radius: 23%; box-shadow: 0 25px 65px rgba(0,0,0,.28); }
.icon-stage span { color: var(--paper); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.statement { max-width: 930px; padding: 50px 0 68px; }
.statement p { margin: 0; color: var(--ink); font-size: clamp(30px, 5vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feature-card { min-height: 310px; padding: clamp(25px, 4vw, 42px); display: flex; flex-direction: column; color: #11110f; border: 1px solid var(--line); border-radius: 36px; background: rgba(255,250,240,.94); }
.feature-card h2 { margin-top: auto; font-size: clamp(27px, 4vw, 38px); }
.feature-card p { margin-bottom: 0; max-width: 500px; color: #3c382f; }
.feature-number { font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.dark-card { background: #11110f; color: #fffaf0; }
.dark-card p { color: #d7d0c5; }
.pale-card { background: #ffd08b; color: #11110f; }
.pale-card p { color: #3c382f; }
.facts { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; margin-top: 18px; }
.facts h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.fact-list { margin: 0; }
.fact-list div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.fact-list div:last-child { border-bottom: 0; }
.fact-list dt { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.fact-list dd { margin: 0; font-weight: 650; }
.accessibility-block { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 78px 0; }
.accessibility-block h2 { margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: 1.05; }
.accessibility-block > p { margin: 25px 0 0; font-size: 18px; }
.press-contact { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 40px; }
.contact-actions { justify-content: flex-end; }
.faq { padding: 18px 0; border-top: 1px solid var(--line); }
.faq:first-of-type { border-top: 0; }
.faq h3 { margin-top: 0; }
.language { scroll-margin-top: 24px; }
.language + .language { margin-top: 44px; padding-top: 38px; border-top: 2px solid var(--line); }
footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 28px; font-size: 13px; color: rgba(17,17,15,.58); }
@media (prefers-color-scheme: dark) {
  :root { --orange: #dc7808; --ink: #f7f2e9; --paper: #171614; --muted: #bcb3a4; --line: rgba(255,255,255,.16); }
  .card { background: rgba(23,22,20,.94); box-shadow: none; }
  p, li { color: #d7d0c5; }
  .lead { color: rgba(255,255,255,.72); }
  .mark { background: #f7f2e9; color: #171614; }
  .feature-card { color: #f7f2e9; background: #211f1b; }
  .feature-card p { color: #d7d0c5; }
  .dark-card { color: #171614; background: #f7f2e9; }
  .dark-card p { color: #3c382f; }
  .pale-card { color: #fffaf0; background: #6e3700; }
  .pale-card p { color: #f0dfc8; }
}
@media (max-width: 900px) {
  .press-hero, .facts, .accessibility-block, .press-contact { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .icon-stage { min-height: 320px; transform: none; }
  .contact-actions { justify-content: flex-start; }
}
@media (max-width: 600px) {
  nav { align-items: flex-start; margin-bottom: 38px; }
  .navlinks { flex-direction: column; align-items: stretch; }
  .navlinks a { text-align: center; }
  footer { flex-direction: column; }
  .press-hero { padding-top: 0; }
  .icon-stage { min-height: 300px; transform: none; }
  .feature-card { min-height: 270px; }
  .fact-list div { grid-template-columns: 100px 1fr; }
}
