:root {
  --ink: #18202a;
  --ink-soft: #4e575e;
  --ivory: #f3f0e8;
  --ivory-deep: #e8e3da;
  --paper: #ffffff;
  --blue: #246a8d;
  --blue-bright: #56c8ed;
  --line: #cbc5ba;
  --line-dark: #bcb7ad;
  --shell: 1160px;
  --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(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.shell { width: min(var(--shell), calc(100% - 80px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.site-header { border-bottom: 1px solid var(--line); }
.topbar { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 850; letter-spacing: -.025em; text-decoration: none; }
.logo { width: 37px; height: 37px; display: grid; place-items: center; color: var(--ivory); background: var(--ink); font-size: 11px; font-weight: 950; }
.nav { display: flex; align-items: center; gap: 28px; color: #535a60; font-size: 12px; font-weight: 750; }
.nav a { text-decoration: none; }
.nav a:not(.button):hover { text-decoration: underline; text-underline-offset: .35rem; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--ink); font-size: 13px; font-weight: 850; text-decoration: none; }
.button:hover { filter: brightness(1.12); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; }
.brief-copy { padding: 105px 65px 90px 0; border-right: 1px solid var(--line); }
.eyebrow { margin: 0; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; }
h1 { margin: 22px 0 27px; font-size: clamp(62px, 6.5vw, 94px); line-height: .92; }
.hero-copy { max-width: 610px; color: var(--ink-soft); font-size: 18px; line-height: 1.62; }
.cta-row { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.small { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: #687076; }

.brief-artifact-wrap { padding: 82px 0 80px 65px; display: flex; align-items: center; }
.paper { width: 100%; padding: 28px 30px; background: #fff; border: 1px solid #d8d3ca; box-shadow: 0 24px 65px rgba(27,35,42,.12); transform: rotate(1.2deg); }
.paper-top { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 18px; border-bottom: 2px solid #1d2933; }
.paper-top strong { font: 700 18px/1.2 var(--serif); }
.paper-top span { color: #6c747a; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.brief-lines { margin: 0; }
.brief-line { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid #dedad2; font-size: 11px; }
.brief-line dt { color: #72787b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.brief-line dd { margin: 0; font-weight: 750; }
.decision-box { margin-top: 20px; padding: 16px; background: #edf6fa; border: 1px solid #b5cbd8; }
.decision-box strong { display: block; margin-bottom: 7px; color: #1f668a; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.decision-box p { margin: 0; font-size: 11px; line-height: 1.5; }

.brief-services { padding: 92px 0; border-top: 1px solid var(--line); }
.section-title { max-width: 900px; margin: 18px 0 0; font-size: clamp(43px, 5vw, 72px); line-height: 1.02; }
.split-state { margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.state { min-height: 350px; padding: 40px; background: var(--ivory-deep); }
.state + .state { color: #fff; background: #1b2732; border-left: 1px solid var(--line-dark); }
.state-label { margin: 0; color: #7c5d54; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.state + .state .state-label { color: #72d3f1; }
.state h3 { margin: 20px 0 25px; font: 500 29px/1.2 var(--serif); }
.state ul { margin: 0; padding: 0; list-style: none; }
.state li { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(60,65,65,.16); font-size: 13px; }
.state li::before { content: "—"; color: #88675c; }
.state + .state li { color: #d5e0e7; border-color: rgba(255,255,255,.12); }
.state + .state li::before { content: "+"; color: #6dd4f6; }
.brief-offers { display: grid; grid-template-columns: 1.5fr 1fr 1fr; margin-top: 28px; border-block: 1px solid var(--line-dark); }
.offer { padding: 31px 29px 34px 0; }
.offer + .offer { padding-left: 29px; border-left: 1px solid var(--line-dark); }
.offer-label { margin: 0; color: #28779b; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.offer h3 { margin: 16px 0 10px; font: 500 22px/1.2 var(--serif); }
.offer > p:last-child { margin-bottom: 0; color: #60686d; font-size: 12px; line-height: 1.6; }

.brief-process { padding: 92px 0; background: #fff; border-top: 1px solid #d9d4cb; }
.editorial-track { margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); list-style: none; }
.editorial-step { padding: 26px 35px 0 0; }
.editorial-step + .editorial-step { padding-left: 35px; border-left: 1px solid #c9c4ba; }
.step-number { color: #aab2b6; font: 400 52px/1 var(--serif); }
.editorial-step h3 { margin: 17px 0 10px; font-size: 18px; }
.editorial-step p { color: #626b70; font-size: 13px; line-height: 1.6; }
.brief-stack { margin: 68px 0 0; display: grid; grid-template-columns: 190px 1fr; border-top: 1px solid #c8c3b8; }
.brief-stack dt, .brief-stack dd { margin: 0; padding: 18px 0; border-bottom: 1px solid #c8c3b8; }
.brief-stack dt { color: #247296; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.brief-stack dd { color: #555e63; font-size: 12px; }

.brief-cta { padding: 76px 0; color: #fff; background: var(--ink); }
.brief-cta .shell { display: grid; grid-template-columns: 1.5fr .5fr; gap: 60px; align-items: end; }
.brief-cta h2 { margin: 0; font-size: 46px; line-height: 1.06; }
.brief-cta .button { justify-self: end; color: #0d1820; background: var(--blue-bright); }
.site-footer { color: #cdd5da; background: #101820; border-top: 1px solid rgba(255,255,255,.12); }
.footer-inner { min-height: 112px; display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; }
.site-footer .brand { color: #fff; }
.site-footer .logo { color: var(--ink); background: var(--blue-bright); }
.site-footer nav { display: flex; gap: 22px; font-size: 12px; }
.site-footer nav a { text-underline-offset: .3rem; }
.site-footer p { margin: 0; font-size: 11px; }

.policy-page { min-height: 100vh; background: var(--ivory); }
.policy-header .topbar { height: 78px; }
.policy-header .return-home { font-size: 12px; font-weight: 750; text-underline-offset: .3rem; }
.policy-main { padding: clamp(70px, 9vw, 120px) 0; }
.policy-copy { max-width: 760px; }
.policy-copy h1 { margin: 22px 0 34px; font-size: clamp(55px, 7vw, 86px); line-height: .95; }
.policy-copy .effective-date { margin-bottom: 36px; padding: 18px 0; border-block: 1px solid var(--line); }
.policy-copy h2 { margin: 42px 0 14px; font: 500 clamp(25px, 3vw, 34px)/1.2 var(--serif); letter-spacing: -.025em; }
.policy-copy p, .policy-copy li { color: var(--ink-soft); line-height: 1.7; }
.policy-copy li { margin-bottom: 8px; }
.policy-copy a { color: var(--ink); text-underline-offset: .3rem; }

.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;
}
.contact-page { min-height: 100vh; background: var(--ivory); }
.contact-main { padding: clamp(70px, 8vw, 110px) 0; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-intro h1 { max-width: 560px; margin: 22px 0 28px; font-size: clamp(50px, 6vw, 78px); line-height: .96; }
.contact-intro > p:not(.eyebrow) { max-width: 540px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.contact-intro .contact-note { padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; }
.contact-panel { padding: clamp(28px, 4vw, 46px); background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(27,35,42,.08); }
.contact-panel > h2 { margin: 0 0 26px; font: 500 34px/1.15 var(--serif); letter-spacing: -.025em; }
.form-instructions, .field-hint, .form-privacy { color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.form-field { margin-bottom: 22px; }
.form-field label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.form-field .optional { color: var(--ink-soft); font-size: 11px; font-weight: 500; }
.form-field input, .form-field textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #9e9a92;
  border-radius: 0;
  font: inherit;
  line-height: 1.4;
}
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid var(--blue-bright); outline-offset: 2px; border-color: var(--ink); }
.form-field [aria-invalid="true"] { border-color: #9a3027; }
.field-hint { margin: -3px 0 9px; }
.field-error { margin: 7px 0 0; color: #84281f; font-size: 12px; font-weight: 700; }
.form-status { margin-bottom: 26px; padding: 18px 20px; border: 1px solid; }
.form-status:focus { outline: 3px solid var(--blue-bright); outline-offset: 3px; }
.form-status h3 { margin-bottom: 8px; font-size: 16px; }
.form-status p, .form-status ul { margin-bottom: 0; font-size: 13px; line-height: 1.55; }
.form-status ul { padding-left: 20px; }
.form-error { color: #67231d; background: #fff4f1; border-color: #c88f88; }
.form-success { color: #173f36; background: #eff9f5; border-color: #83b6a7; }
.text-link { display: inline-block; margin-top: 18px; text-underline-offset: .3rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-wrap { min-height: 65px; margin: 4px 0 20px; }
.no-script-note { margin: 0; padding: 12px; color: #67231d; background: #fff4f1; border: 1px solid #c88f88; font-size: 12px; line-height: 1.5; }
.form-submit { border: 0; cursor: pointer; }
.form-submit:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.form-privacy { margin: 15px 0 0; }
.form-privacy a { text-underline-offset: .25rem; }

@media (max-width: 900px) {
  .shell { width: min(100% - 38px, var(--shell)); }
  .nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .brief-copy { padding-right: 0; border-right: 0; }
  .brief-artifact-wrap { padding: 0 0 80px; }
  .footer-inner { grid-template-columns: 1fr auto; padding-block: 28px; }
  .site-footer p { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .topbar { height: 68px; }
  .brand { font-size: 13px; }
  .nav { gap: 0; }
  .nav .button { min-height: 42px; padding-inline: 13px; font-size: 11px; }
  .brief-copy { padding: 70px 0; }
  h1 { font-size: 53px; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .paper { padding: 22px 20px; transform: none; }
  .paper-top { align-items: flex-start; flex-direction: column; }
  .brief-line { grid-template-columns: .75fr 1.25fr; gap: 12px; }
  .brief-services, .brief-process { padding: 70px 0; }
  .section-title { font-size: 43px; }
  .split-state, .brief-offers, .editorial-track { grid-template-columns: 1fr; }
  .state + .state { border-top: 1px solid var(--line-dark); border-left: 0; }
  .offer + .offer { padding-left: 0; border-top: 1px solid var(--line-dark); border-left: 0; }
  .editorial-step { padding: 26px 0 28px; }
  .editorial-step + .editorial-step { padding-left: 0; border-top: 1px solid #c9c4ba; border-left: 0; }
  .brief-stack { grid-template-columns: 1fr; }
  .brief-stack dt { padding-bottom: 5px; border-bottom: 0; }
  .brief-cta .shell { grid-template-columns: 1fr; align-items: start; }
  .brief-cta h2 { font-size: 36px; }
  .brief-cta .button { justify-self: start; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer p { grid-column: auto; }
  .contact-main { padding: 60px 0; }
  .contact-panel { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
