:root {
  --navy: #0b1628;
  --navy-2: #122542;
  --steel: #3e6383;
  --gold: #b99a62;
  --paper: #f4f2ed;
  --white: #fff;
  --ink: #152033;
  --muted: #5e6774;
  --line: rgba(11, 22, 40, .16);
  --max: 1220px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 84px;
  padding: 1rem max(5vw, calc((100vw - var(--max)) / 2));
  background: rgba(244, 242, 237, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--navy); font: 700 .8rem/1 var(--serif); letter-spacing: .08em; }
.brand-text { font: 700 1rem/1.15 var(--serif); }
.brand-text small { display: block; margin-top: .25rem; color: var(--muted); font: 500 .65rem/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 2rem; }
.desktop-nav a { text-decoration: none; font-size: .875rem; font-weight: 650; }
.site-header > .button { justify-self: end; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  min-height: calc(100vh - 84px);
  color: var(--white);
  background:
    radial-gradient(circle at 20% 15%, rgba(62, 99, 131, .45), transparent 36%),
    linear-gradient(135deg, var(--navy-2), var(--navy) 72%);
  overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to left, black, transparent 75%); pointer-events: none; }
.hero-copy { align-self: center; padding: clamp(5rem, 10vw, 9rem) max(6vw, calc((100vw - var(--max)) / 2)); padding-right: clamp(2rem, 6vw, 7rem); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.35rem; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-area { display: flex; width: max-content; gap: .65rem; margin: 0 0 1.5rem; padding: .45rem; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.06); }
.service-area span { display: inline-flex; align-items: center; gap: .45rem; padding: .3rem .55rem; color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.service-area span + span { border-left: 1px solid rgba(255,255,255,.17); }
.service-area b { font-size: 1.1rem; line-height: 1; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.08; font-weight: 500; }
h1 { max-width: 850px; margin-bottom: 1.8rem; font-size: clamp(3rem, 6vw, 6.7rem); letter-spacing: -.045em; }
.hero-lead { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.2rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.35rem; color: var(--white); background: var(--steel); border: 1px solid transparent; text-decoration: none; font-size: .875rem; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #4e7698; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #d7bd8a; outline-offset: 3px; }
.button-small { min-height: 42px; padding: .65rem 1rem; }
.text-link { color: rgba(255,255,255,.88); text-underline-offset: .35rem; }
.microcopy { max-width: 640px; margin: 1.25rem 0 0; color: rgba(255,255,255,.52); font-size: .8rem; }
.hero-panel { position: relative; z-index: 2; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 4rem max(4vw, 3rem); background: rgba(255,255,255,.07); border-left: 1px solid rgba(255,255,255,.15); }
.panel-kicker { margin: 0 0 2.25rem; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-panel ol { margin: 0; padding: 0; list-style: none; }
.hero-panel li { display: grid; grid-template-columns: 42px 1fr; padding: 1.45rem 0; border-top: 1px solid rgba(255,255,255,.17); }
.hero-panel li > span { grid-row: 1 / 3; color: var(--gold); font-size: .72rem; font-weight: 800; }
.hero-panel strong { font: 500 1.45rem/1.15 var(--serif); }
.hero-panel small { margin-top: .35rem; color: rgba(255,255,255,.58); font-size: .8rem; }
.panel-note { max-width: 330px; margin: 2rem 0 0; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.15rem; }

.section-pad { padding: clamp(5rem, 10vw, 9rem) max(5vw, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 900px; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.35rem, 4.4vw, 4.75rem); letter-spacing: -.035em; }
h3 { margin-bottom: .9rem; font-size: clamp(1.45rem, 2.1vw, 2rem); }
.problem-section { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); max-width: 1050px; margin-top: 3.4rem; padding-top: 2.1rem; border-top: 1px solid var(--line); }
.problem-grid p { margin: 0; color: var(--muted); font-size: 1.06rem; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 360px; padding: clamp(2rem, 4vw, 3.25rem); background: var(--paper); }
.card-number { display: block; margin-bottom: 4rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.service-card p { margin: 0; color: var(--muted); }
.scope-note { max-width: 730px; margin: 2.25rem 0 0 auto; padding-left: 1.5rem; border-left: 2px solid var(--gold); color: var(--muted); }

.positioning { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; color: var(--white); background: var(--navy); }
.positioning-quote { padding: 3rem; border: 1px solid rgba(255,255,255,.18); }
.positioning-quote p { margin: 0; font: 400 clamp(2rem, 3.5vw, 3.7rem)/1.15 var(--serif); }
.positioning-quote strong { color: var(--gold); font-weight: 500; }
.positioning-copy p:last-child { color: rgba(255,255,255,.67); }

.formats { background: var(--white); }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.format-card { display: flex; flex-direction: column; min-height: 450px; padding: clamp(2rem, 4vw, 3rem); border: 1px solid var(--line); background: var(--white); }
.format-card.featured { color: var(--white); background: var(--navy-2); border-color: var(--navy-2); transform: translateY(-1rem); }
.format-label { margin: 0 0 3.4rem; color: var(--steel); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.featured .format-label { color: #d7bd8a; }
.format-card > p:not(.format-label):not(.best-for) { color: var(--muted); }
.featured > p:not(.format-label):not(.best-for) { color: rgba(255,255,255,.68); }
.best-for { margin: auto 0 0; padding-top: 2rem; border-top: 1px solid var(--line); font-size: .875rem; }
.featured .best-for { border-color: rgba(255,255,255,.18); }
.best-for span { display: block; margin-bottom: .35rem; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.decision { background: var(--paper); }
.decision-inner { max-width: 1000px; margin: 0 auto; padding: clamp(2rem, 5vw, 5rem); border-left: 1px solid var(--gold); border-right: 1px solid var(--gold); text-align: center; }
.decision-inner p:last-child { max-width: 770px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }

.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; background: var(--white); }
.about-credential { display: grid; aspect-ratio: 1; place-content: center; gap: 1.2rem; background: linear-gradient(150deg, var(--navy-2), var(--navy)); color: var(--white); text-align: center; font: 400 clamp(1.7rem, 3vw, 3rem)/1 var(--serif); }
.about-credential span:nth-child(2) { color: var(--gold); }
.about-copy p:not(.eyebrow):not(.signature) { max-width: 680px; color: var(--muted); }
.signature { margin-top: 2rem; font: 500 1.45rem/1.2 var(--serif); }
.signature span { display: block; margin-top: .35rem; color: var(--muted); font: 700 .68rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }

.faq { background: var(--paper); }
.faq-list { max-width: 900px; margin: 3rem 0 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.25rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .25rem; color: var(--gold); font: 400 1.7rem/1 var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; margin: -.3rem 0 1.6rem; color: var(--muted); }

.final-cta { color: var(--white); background: var(--steel); text-align: center; }
.final-cta .eyebrow { color: #e8d7b6; }
.final-cta h2, .final-cta > p { max-width: 900px; margin-left: auto; margin-right: auto; }
.final-cta > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.button-light { margin-top: 1.5rem; color: var(--navy); background: var(--white); }
.button-light:hover { background: #efe9dd; }

footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem max(5vw, calc((100vw - var(--max)) / 2)); color: rgba(255,255,255,.58); background: var(--navy); font-size: .78rem; }
footer p { margin: 0; }
footer strong { color: var(--white); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .service-grid, .format-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .card-number { margin-bottom: 2rem; }
  .format-card { min-height: auto; }
  .format-card.featured { transform: none; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: .75rem 5vw; }
  .brand-text small { display: none; }
  .site-header > .button { min-height: 40px; padding: .55rem .75rem; font-size: .78rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 5.5rem 5vw 4rem; }
  .hero-panel { padding: 3.5rem 5vw; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .problem-grid, .positioning, .about { grid-template-columns: 1fr; }
  .positioning-quote { padding: 2rem; }
  .about-credential { aspect-ratio: auto; min-height: 320px; }
  footer { flex-direction: column; }
}

@media (max-width: 420px) {
  .brand-mark { width: 36px; height: 36px; }
  .brand-text { font-size: .9rem; }
  .site-header > .button { max-width: 112px; text-align: center; line-height: 1.15; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; text-align: center; }
  .service-area { width: 100%; justify-content: center; }
}
