:root {
  --ink: #111b24;
  --ink-2: #1b2a37;
  --paper: #f7f4ec;
  --paper-2: #fffdf8;
  --gold: #f2b84b;
  --gold-2: #ffd77f;
  --sage: #a9b8a4;
  --muted: #607080;
  --line: rgba(17, 27, 36, 0.14);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(17, 27, 36, 0.12);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--gold); color: var(--ink); padding: 12px 18px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(17, 27, 36, 0.82);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled, .site-header.solid { background: rgba(17,27,36,.96); box-shadow: 0 8px 28px rgba(0,0,0,.13); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 1.16rem; letter-spacing: .01em; font-weight: 500; }
.brand img { border-radius: 12px; }
.brand strong { font-weight: 900; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { color: rgba(255,255,255,.82); text-decoration: none; font-weight: 700; font-size: .94rem; }
.primary-nav > a:not(.button):hover, .primary-nav > a:not(.button):focus-visible { color: var(--gold-2); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(242,184,75,.22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(242,184,75,.34); background: var(--gold-2); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.button-light { background: var(--white); border-color: var(--white); box-shadow: none; }
.text-link { font-weight: 850; text-decoration: none; }
.text-link:hover span { display: inline-block; transform: translateX(3px); }

.hero {
  min-height: 810px;
  display: grid;
  align-items: center;
  padding: 150px 0 88px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(242,184,75,.19), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(169,184,164,.18), transparent 27%),
    linear-gradient(135deg, #101923 0%, #172735 50%, #0f1821 100%);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .17em; font-size: .75rem; font-weight: 900; color: #a77518; }
.hero .eyebrow, .section-dark .eyebrow, .assessment-cta .eyebrow { color: var(--gold); }
.hero h1, .assessment-intro h1, .legal-copy h1, .error-page h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.95rem);
  line-height: .98;
  letter-spacing: -.052em;
  max-width: 900px;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lede { margin: 28px 0 0; max-width: 690px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.hero-points { margin: 34px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 750; }

.hero-visual { position: relative; min-height: 500px; }
.hero-visual::before { content: ""; position: absolute; inset: 10% 9%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.hero-visual::after { content: ""; position: absolute; inset: 19%; border: 1px dashed rgba(242,184,75,.24); border-radius: 50%; }
.system-card { position: absolute; z-index: 2; padding: 15px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); color: rgba(255,255,255,.88); box-shadow: 0 15px 45px rgba(0,0,0,.16); font-size: .9rem; font-weight: 800; }
.system-card span { color: var(--gold); margin-right: 7px; }
.system-card-main { left: 50%; top: 50%; width: min(300px, 64vw); transform: translate(-50%, -50%); padding: 28px; background: rgba(17,27,36,.9); }
.system-card-main strong { display: block; font-size: 1.7rem; line-height: 1.15; color: var(--white); }
.system-kicker { display: block; margin: 0 0 8px !important; font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; }
.system-status { margin-top: 20px; color: rgba(255,255,255,.65); font-size: .8rem; }
.system-status span { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: #7de2a3; box-shadow: 0 0 0 5px rgba(125,226,163,.12); }
.system-card-a { top: 10%; left: 5%; }
.system-card-b { top: 12%; right: 1%; }
.system-card-c { bottom: 10%; left: 1%; }
.system-card-d { bottom: 8%; right: 4%; }
.system-line { position: absolute; z-index: 1; width: 120px; height: 1px; background: linear-gradient(90deg, rgba(242,184,75,.55), transparent); transform-origin: left center; }
.line-a { left: 23%; top: 27%; transform: rotate(30deg); }
.line-b { right: 24%; top: 28%; transform: rotate(148deg); }
.line-c { left: 21%; bottom: 27%; transform: rotate(-28deg); }
.line-d { right: 23%; bottom: 27%; transform: rotate(210deg); }

.signal-strip { background: var(--gold); color: var(--ink); }
.signal-grid { min-height: 76px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.signal-grid span { position: relative; padding: 0 20px; text-align: center; font-weight: 900; font-size: .9rem; }
.signal-grid span + span::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 26px; background: rgba(17,27,36,.22); transform: translateY(-50%); }

.section { padding: 108px 0; }
.section-light { background: var(--paper-2); }
.section-dark { background: var(--ink); color: var(--white); }
.section-warm { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .assessment-cta h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.section-heading > p:last-child, .about-copy > p, .assessment-cta p { color: var(--muted); font-size: 1.05rem; }
.section-dark .section-heading > p:last-child { color: rgba(255,255,255,.67); }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 30px rgba(17,27,36,.05); }
.service-number { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--ink); color: var(--gold); font-weight: 900; }
.service-card h3, .work-card h3, .process-step h3 { margin: 22px 0 10px; font-size: 1.45rem; line-height: 1.2; }
.service-card p, .work-card p, .process-step p { color: var(--muted); }
.service-card ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.service-card li { position: relative; padding-left: 20px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

.audience-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: start; }
.audience-cards { display: grid; gap: 18px; }
.audience-card { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.audience-card span { color: var(--gold); font-size: 1.16rem; font-weight: 900; }
.audience-card p { color: rgba(255,255,255,.68); margin-bottom: 0; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.work-card { min-height: 360px; display: flex; flex-direction: column; padding: 30px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.work-type { color: #9b6a0d; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.work-card .tag-list { margin-top: auto; padding: 22px 0 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list li { padding: 6px 10px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 750; }
.confidentiality-note { margin-top: 22px; color: var(--muted); font-size: .85rem; }

.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-step { padding: 28px 24px; border-top: 4px solid var(--ink); background: rgba(255,255,255,.7); }
.process-step > span { color: #a77518; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }

.about-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; align-items: center; }
.about-badge { min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 44px; border-radius: 34px; color: var(--white); background: linear-gradient(145deg, var(--ink), #223849); box-shadow: var(--shadow); }
.about-badge span { color: var(--gold); font-size: clamp(5rem, 10vw, 8.4rem); line-height: .85; letter-spacing: -.09em; font-weight: 950; }
.about-badge strong { margin-top: 15px; letter-spacing: .26em; font-size: 1rem; }
.about-badge small { margin-top: auto; color: rgba(255,255,255,.58); }
.about-copy > p { max-width: 760px; }
.credentials { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.credentials span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 800; }

.assessment-cta { padding: 92px 0; background: var(--gold); color: var(--ink); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.assessment-cta .eyebrow { color: #684409; }
.assessment-cta p { color: rgba(17,27,36,.74); max-width: 760px; }

.site-footer { padding: 72px 0 22px; background: #0b1218; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.brand-footer { color: var(--white); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { color: var(--white); margin-bottom: 5px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; font-size: .84rem; }
.compact-footer { padding-top: 20px; }
.compact-footer .footer-bottom { margin-top: 0; }

.assessment-main { padding-top: 76px; }
.assessment-intro { padding: 92px 0 74px; background: var(--ink); color: var(--white); }
.assessment-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.assessment-intro h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
.assessment-intro p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.assessment-expectation { padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.assessment-expectation strong { color: var(--gold); }
.assessment-expectation ol { margin-bottom: 0; padding-left: 22px; }
.assessment-expectation li + li { margin-top: 8px; }
.assessment-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; align-items: start; }
.assessment-form { display: grid; gap: 22px; }
.form-section { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 36px rgba(17,27,36,.05); }
.form-section-heading { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.form-section-heading > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 12px; background: var(--ink); color: var(--gold); font-size: .8rem; font-weight: 900; }
.form-section-heading h2 { margin: 0; font-size: 1.35rem; }
.form-section-heading p { margin: 4px 0 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.form-grid label { display: grid; gap: 8px; font-weight: 800; }
.form-grid label > span, .consent span { font-size: .88rem; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cbd2d7; border-radius: 11px; background: var(--paper-2); color: var(--ink); padding: 12px 13px; outline: none; }
input, select { min-height: 48px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #a77518; box-shadow: 0 0 0 4px rgba(242,184,75,.19); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #b93939; }
.consent { margin-top: 22px; display: flex; align-items: flex-start; gap: 10px; font-weight: 750; }
.consent input { width: 20px; min-height: 20px; margin-top: 2px; }
.form-submit-row { margin-top: 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.form-submit-row p { margin: 0; color: var(--muted); font-size: .9rem; }
.form-status { display: none; margin-top: 18px; padding: 13px 15px; border-radius: 10px; font-weight: 750; }
.form-status.show { display: block; }
.form-status.success { color: #174e30; background: #e5f7eb; border: 1px solid #a8d9b8; }
.form-status.error { color: #722424; background: #fff0f0; border: 1px solid #e9b0b0; }
.honeypot { position: absolute !important; left: -10000px !important; }
.assessment-sidebar { position: sticky; top: 98px; display: grid; gap: 18px; }
.sidebar-card { padding: 26px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.sidebar-card-dark { color: var(--white); background: var(--ink); }
.sidebar-card-dark p { color: rgba(255,255,255,.68); }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 26px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #94620b; font-weight: 950; }

.legal-page { padding: 150px 0 90px; min-height: 80vh; }
.legal-copy { max-width: 840px; }
.legal-copy h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal-copy h2 { margin-top: 36px; font-size: 1.4rem; }
.legal-copy p { color: var(--muted); }
.legal-date { font-weight: 800; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--ink); color: var(--white); }
.error-page main { max-width: 680px; text-align: center; }
.error-page img { margin: 0 auto 24px; }
.error-page p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.error-page .button { margin-top: 15px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; left: 20px; right: 20px; top: 86px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; border-radius: 18px; background: #13202b; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 11px 12px; }
  .primary-nav .button { margin-top: 8px; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .audience-grid, .about-grid, .assessment-intro-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 430px; }
  .signal-grid { grid-template-columns: repeat(2,1fr); padding-block: 16px; }
  .signal-grid span { padding: 12px; }
  .signal-grid span + span::before { display: none; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: auto; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .about-badge { min-height: 320px; }
  .assessment-layout { grid-template-columns: 1fr; }
  .assessment-sidebar { position: static; grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .site-header .brand img { width: 38px; height: 38px; }
  .hero { padding-top: 122px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 380px; margin-top: -20px; }
  .system-card { font-size: .77rem; padding: 11px 12px; }
  .system-card-main { width: 245px; padding: 22px; }
  .system-card-main strong { font-size: 1.35rem; }
  .system-card-a { top: 9%; left: 0; }
  .system-card-b { top: 14%; right: 0; }
  .system-card-c { bottom: 8%; left: 0; }
  .system-card-d { bottom: 9%; right: 0; }
  .signal-grid { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .services-grid, .process-grid, .form-grid, .assessment-sidebar { grid-template-columns: 1fr; }
  .service-card, .form-section { padding: 24px; }
  .about-grid { gap: 38px; }
  .about-badge { min-height: 280px; padding: 30px; }
  .cta-inner { grid-template-columns: 1fr; gap: 26px; }
  .cta-inner .button { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .assessment-main { padding-top: 68px; }
  .assessment-intro { padding: 70px 0 56px; }
  .assessment-intro h1 { font-size: 3.3rem; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
}
