:root {
  --paper: #f6f7f2;
  --ink: #111827;
  --accent: #1746d1;
  --accent-dark: #1036aa;
  --signal: #ff624a;
  --mist: #dde5f0;
  --white: #fff;
  --line: rgba(17, 24, 39, .16);
  --display: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --body: Inter, Aptos, Arial, sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--accent); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 80px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(246, 247, 242, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, height .25s; }
.site-header.scrolled { height: 68px; border-color: var(--line); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; flex: 0 0 auto; color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-contact):hover { color: var(--accent); }
.site-nav a[aria-current="page"] { color: var(--accent); text-decoration: underline; text-underline-offset: 6px; }
.nav-contact { padding: 8px 17px; color: var(--white); background: var(--ink); border-radius: 99px; }
.nav-contact:hover { background: var(--accent); }
.menu-toggle { display: none; }

.hero { width: var(--page); min-height: 720px; margin: 0 auto; padding: 160px 0 90px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 9%; }
.eyebrow { margin: 0 0 22px; font-size: 11px; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--signal); border-radius: 50%; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: .98; letter-spacing: -.04em; }
h1 { max-width: 680px; font-size: clamp(58px, 7.4vw, 104px); }
h1 em { color: var(--accent); font-style: normal; }
.hero-intro { max-width: 570px; margin: 34px 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 3px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--accent); }
.button-primary:hover { background: var(--accent-dark); }
.text-link { font-size: 14px; font-weight: 750; text-underline-offset: 5px; }

.publish-rail { position: relative; min-height: 465px; }
.rail-line { position: absolute; top: 45px; bottom: 45px; left: 50%; border-left: 1px dashed rgba(23, 70, 209, .35); }
.stage-card { position: absolute; width: min(345px, 82%); min-height: 120px; padding: 23px 25px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; background: var(--white); border: 1px solid rgba(17, 24, 39, .12); border-radius: 15px; box-shadow: 0 22px 45px rgba(22, 38, 68, .12); }
.stage-discover { top: 0; left: 2%; transform: rotate(-4deg); }
.stage-build { z-index: 2; top: 165px; right: 0; border-color: var(--accent); transform: rotate(3deg); }
.stage-publish { bottom: 0; left: 10%; color: var(--white); background: var(--ink); transform: rotate(-1.5deg); }
.stage-number, .stage-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; opacity: .55; }
.stage-card p { margin: 0; font-weight: 750; }
.stage-signal { width: 24px; height: 24px; border-radius: 50%; }
.signal-coral { background: var(--signal); }
.signal-blue { background: var(--accent); box-shadow: inset 0 0 0 6px var(--mist); }
.stage-card svg { width: 28px; }

.section { padding: 120px max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: 30% 70%; padding-bottom: 65px; }
.section-heading h2 { max-width: 800px; font-size: clamp(42px, 5.6vw, 76px); }
.heading-copy > p { max-width: 720px; margin: 30px 0 0; color: #536071; font-size: 18px; line-height: 1.7; }
.work { background: var(--white); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.work-grid article { min-height: 280px; padding: 42px 11% 20px 0; }
.work-grid article + article { padding-left: 11%; border-left: 1px solid var(--line); }
.work-icon { width: 45px; height: 45px; margin-bottom: 45px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.work-grid h3 { margin: 0 0 12px; font-size: 21px; }
.work-grid p { max-width: 290px; margin: 0; color: #536071; }

.approach { background: var(--paper); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); list-style: none; }
.process-grid li { min-height: 285px; padding: 35px 24px 28px; border-bottom: 1px solid var(--line); }
.process-grid li + li { border-left: 1px solid var(--line); }
.process-grid span, .focus-index { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.process-grid h3 { margin: 52px 0 12px; font-size: 20px; }
.process-grid p { margin: 0; color: #536071; font-size: 14px; line-height: 1.65; }

.focus { background: var(--white); }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.focus-grid article { min-height: 260px; padding: 34px; background: var(--paper); border-top: 3px solid var(--accent); }
.focus-index { margin: 0 0 58px; }
.focus-grid h3 { margin: 0 0 12px; font-size: 25px; }
.focus-grid article > p:last-child { max-width: 310px; margin: 0; color: #536071; }
.release-note { max-width: 760px; margin: 35px 0 0 auto; padding-left: 22px; color: #536071; border-left: 3px solid var(--signal); }

.section-blue { color: var(--white); background: var(--accent); }
.section-blue .eyebrow { color: rgba(255,255,255,.7); }
.company-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.company-lead { max-width: 500px; margin: 0; font-size: clamp(23px, 2.6vw, 33px); line-height: 1.35; letter-spacing: -.02em; }
.company-copy { max-width: 660px; }
.company-copy > p { margin: 0 0 22px; color: rgba(255,255,255,.87); }
.company-copy a { color: var(--white); font-weight: 750; text-underline-offset: 4px; }
.compliance-note { margin-top: 38px; padding: 25px 28px; border: 1px solid rgba(255,255,255,.38); }
.compliance-note strong { display: block; margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.compliance-note p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }
.company-facts { margin: 0; border-top: 1px solid rgba(255,255,255,.35); }
.company-facts div { display: grid; grid-template-columns: 34% 66%; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.company-facts dt { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.company-facts dd { margin: 0; line-height: 1.5; }

.legal { display: grid; grid-template-columns: 30% 70%; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-alt { background: var(--white); }
.legal-label { padding-right: 30px; }
.legal-label > p:last-child { margin: 0; color: #667085; font-size: 12px; }
.legal-content { max-width: 790px; }
.legal-content h2 { margin-bottom: 40px; font-size: clamp(40px, 5vw, 68px); }
.legal-content h3 { margin: 36px 0 8px; font-size: 17px; }
.legal-content p { margin: 0 0 16px; color: #475467; font-size: 16px; }
.legal-content ul { margin: 0 0 20px; padding-left: 22px; color: #475467; }
.legal-content li { margin-bottom: 10px; padding-left: 4px; }
.legal-content a { color: var(--accent); font-weight: 700; text-underline-offset: 3px; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; color: var(--white); background: var(--ink); }
.contact h2 { margin-bottom: 40px; font-size: clamp(45px, 5.5vw, 75px); }
.contact-copy > p:not(.eyebrow) { color: #acb5c2; }
.email-link { display: inline-block; margin: 5px 0 48px; color: var(--white); font-size: clamp(19px, 2vw, 26px); font-weight: 750; text-underline-offset: 6px; }
.contact address { color: #acb5c2; font-style: normal; font-size: 14px; }
.contact-form { padding: 42px; background: #1b2432; border-top: 3px solid var(--signal); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 24px; }
.field label { display: block; margin-bottom: 7px; color: #cbd2db; font-size: 12px; font-weight: 750; }
.field input, .field textarea { width: 100%; padding: 12px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid #596474; border-radius: 0; outline: 0; resize: vertical; transition: border-color .2s; }
.field input:focus, .field textarea:focus { border-color: var(--signal); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--mist); }
.form-note { max-width: 430px; margin: 18px 0 0; color: #97a2b1; font-size: 12px; line-height: 1.5; }

.site-footer { padding: 42px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .85fr 1.25fr auto auto; align-items: center; gap: 38px; background: var(--paper); }
.footer-contact { max-width: 360px; font-size: 11px; line-height: 1.55; }
.footer-contact a { font-weight: 750; }
.footer-contact address { margin-top: 4px; color: #667085; font-style: normal; }
.site-footer nav { display: flex; gap: 25px; }
.site-footer nav a { font-size: 12px; font-weight: 700; }
.site-footer > p { margin: 0; color: #667085; font-size: 11px; line-height: 1.6; text-align: right; }

.document-main { width: var(--page); margin: 0 auto; padding: 165px 0 120px; }
.document-page .reveal { opacity: 1; transform: none; }
.document-hero { display: grid; grid-template-columns: 28% 72%; align-items: start; padding-bottom: 80px; border-bottom: 1px solid var(--line); }
.document-hero .eyebrow { grid-row: 1 / span 3; }
.document-hero h1 { max-width: none; font-size: clamp(52px, 7vw, 96px); }
.effective-date { margin: 25px 0 0; color: #667085; font-size: 13px; font-weight: 700; }
.document-intro { max-width: 780px; margin: 35px 0 0; color: #475467; font-size: 20px; line-height: 1.65; }
.document-intro a, .document-content a { color: var(--accent); font-weight: 700; text-underline-offset: 3px; }
.document-toc { margin-left: 28%; padding: 25px 0; display: flex; flex-wrap: wrap; gap: 12px 24px; border-bottom: 1px solid var(--line); font-size: 12px; }
.document-toc span { margin-right: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.document-toc a { color: #536071; text-underline-offset: 4px; }
.document-content { max-width: 840px; margin: 70px 0 0 28%; }
.document-content section { scroll-margin-top: 100px; margin-bottom: 48px; }
.document-content h2 { margin: 0 0 15px; font-family: var(--display); font-size: clamp(26px, 3vw, 36px); line-height: 1.15; letter-spacing: -.025em; }
.document-content p { margin: 0 0 16px; color: #475467; font-size: 16px; line-height: 1.75; }
.document-content ul { margin: 0 0 20px; padding-left: 23px; color: #475467; }
.document-content li { margin-bottom: 12px; padding-left: 5px; line-height: 1.7; }
.document-contact { margin-top: 70px; padding: 35px; background: var(--white); border-top: 3px solid var(--accent); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  :root { --page: min(100% - 40px, 680px); }
  .menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 8px 0; color: var(--ink); background: transparent; border: 0; font-size: 12px; font-weight: 800; }
  .menu-icon, .menu-icon::before { display: block; width: 22px; height: 2px; background: currentColor; content: ""; transition: transform .2s; }
  .menu-icon::before { transform: translateY(-6px); }
  .menu-toggle[aria-expanded="true"] .menu-icon { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon::before { transform: rotate(-90deg); }
  .site-nav { position: fixed; top: 0; right: 0; width: min(82vw, 360px); height: 100vh; padding: 110px 35px 40px; flex-direction: column; align-items: flex-start; gap: 26px; background: var(--paper); box-shadow: -20px 0 50px rgba(0,0,0,.12); transform: translateX(110%); transition: transform .3s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 18px; }
  .hero { min-height: 0; padding-top: 140px; grid-template-columns: 1fr; gap: 75px; }
  .publish-rail { width: min(520px, 100%); margin: auto; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading, .legal { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 35px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid article { min-height: auto; padding: 35px 0; }
  .work-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .work-icon { margin-bottom: 20px; }
  .company-layout, .contact { grid-template-columns: 1fr; gap: 60px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li { min-height: 230px; border-left: 0 !important; }
  .process-grid li:nth-child(even) { border-left: 1px solid var(--line) !important; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article { min-height: 220px; }
  .legal-label { padding-bottom: 45px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .site-footer > p { text-align: left; }
  .document-hero { grid-template-columns: 1fr; }
  .document-hero .eyebrow { grid-row: auto; margin-bottom: 30px; }
  .document-toc, .document-content { margin-left: 0; }
}

@media (max-width: 520px) {
  .site-header { height: 68px; padding-inline: 20px; }
  .brand span { font-size: 14px; }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(44px, 13vw, 58px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .publish-rail { min-height: 420px; }
  .stage-card { width: 89%; min-height: 108px; padding: 18px; grid-template-columns: 36px 1fr auto; }
  .stage-build { top: 145px; }
  .section { padding-inline: 20px; }
  .section-heading { padding-bottom: 45px; }
  .heading-copy > p { font-size: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; border-left: 0 !important; }
  .process-grid li:nth-child(even) { border-left: 0 !important; }
  .process-grid h3 { margin-top: 25px; }
  .company-facts div { grid-template-columns: 1fr; gap: 6px; }
  .contact-form { padding: 30px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { padding-inline: 20px; }
  .site-footer nav { flex-wrap: wrap; }
  .document-main { padding-top: 125px; padding-bottom: 80px; }
  .document-hero { padding-bottom: 55px; }
  .document-intro { font-size: 17px; }
  .document-toc { align-items: flex-start; flex-direction: column; padding-block: 22px; }
  .document-content { margin-top: 50px; }
  .document-contact { padding: 25px 20px; }
}

@media print {
  .site-header, .site-footer, .skip-link, .document-toc { display: none !important; }
  body, .document-page { color: #000; background: #fff; font-size: 11pt; }
  .document-main { width: 100%; padding: 0; }
  .document-hero { display: block; padding-bottom: 28px; }
  .document-hero .eyebrow { display: none; }
  .document-hero h1 { font-size: 34pt; }
  .document-intro { color: #222; font-size: 13pt; }
  .document-content { max-width: none; margin: 35px 0 0; }
  .document-content section { break-inside: avoid; margin-bottom: 24px; }
  .document-content p, .document-content ul { color: #222; }
  .document-contact { padding: 20px; border: 1px solid #999; }
  a { color: #000 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
