:root {
  --paper: #fbf9f4;
  --ink: #090909;
  --muted: #3d3a35;
  --rule: #b9b4aa;
  --red: #b92f17;
  --navy: #06355e;
  --shell: min(1340px, calc(100% - 80px));
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: url("assets/paper-noise-v3.png"); background-size: 256px 256px; font-family: var(--serif); text-rendering: optimizeLegibility; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
.shell { width: var(--shell); 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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 16px; color: #fff; background: #000; font: 700 14px/1 var(--sans); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.site-header { height: 98px; background: rgba(251,249,244,.96); border-bottom: 1px solid rgba(0,0,0,.08); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 42px; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 52px; height: 52px; object-fit: contain; }
.brand span { font: 700 30px/1 var(--serif); letter-spacing: -.045em; }
.desktop-nav { display: flex; align-items: center; gap: 46px; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; font: 400 15px/1 var(--serif); text-decoration: none; }
.desktop-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-cta { justify-self: end; min-height: 46px; display: inline-flex; align-items: center; padding: 0 22px; color: #fff; background: #090909; font: 700 13px/1 var(--sans); text-decoration: none; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 690px; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; min-height: 690px; display: flex; align-items: center; }
.hero-copy { width: 42%; padding: 54px 0 64px; }
.hero h1 { margin: 0; font: 700 clamp(76px, 6.8vw, 108px)/.95 var(--sans); letter-spacing: -.07em; }
.hero-copy > p { max-width: 470px; margin: 34px 0 0; font-size: 23px; line-height: 1.38; }
.button { min-height: 57px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 24px; border: 0; font: 700 14px/1 var(--sans); text-decoration: none; }
.button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.button-red { margin-top: 42px; color: #fff; background: var(--red); }
.hero-media { position: absolute; z-index: 1; inset: 0 0 0 35%; margin: 0; clip-path: polygon(3% 0, 100% 0, 100% 100%, 18% 100%); background: #81776d; }
.hero-media img { object-position: 52% center; }

.withdrawready { position: relative; min-height: 535px; overflow: hidden; color: #fff; background: var(--navy); }
.withdrawready-media { position: absolute; inset: 0 0 0 26%; margin: 0; }
.withdrawready-media::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 34%; background: linear-gradient(90deg, var(--navy) 0%, rgba(6,53,94,.96) 35%, rgba(6,53,94,0) 100%); }
.withdrawready-media img { object-position: 58% center; }
.withdrawready-inner { position: relative; z-index: 2; min-height: 535px; display: flex; align-items: center; }
.withdrawready-copy { width: 35%; padding: 48px 0 52px; }
.withdrawready h2 { margin: 0; font: 400 clamp(49px, 4.1vw, 65px)/1 var(--serif); letter-spacing: -.045em; }
.section-lede { margin: 12px 0 0; font-size: 23px; line-height: 1.25; }
.withdrawready-copy > p:not(.section-lede) { max-width: 390px; margin: 31px 0 0; font-size: 16px; line-height: 1.55; }
.pilot-facts { margin: 34px 0 0; display: grid; gap: 22px; }
.pilot-facts > div { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 16px; }
.pilot-facts dt, .pilot-facts dd { margin: 0; }
.pilot-facts svg { width: 35px; height: 35px; fill: none; stroke: #fff; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.pilot-facts dd { display: grid; gap: 2px; }
.pilot-facts strong { font: 400 25px/1.08 var(--serif); }
.pilot-facts span { font-size: 15px; }

.studio, .safety { height: 585px; display: grid; grid-template-columns: 45% 55%; }
.panel-copy { display: flex; align-items: center; }
.panel-copy-inner { width: min(560px, calc(100% - 72px)); }
.studio .panel-copy-inner { margin-left: max(40px, calc((100vw - 1340px) / 2)); }
.panel-copy h2 { margin: 0; font: 400 clamp(43px, 3.5vw, 57px)/.98 var(--serif); letter-spacing: -.045em; }
.panel-copy p { max-width: 495px; margin: 27px 0 0; font-size: 16px; line-height: 1.54; }
.studio-media, .safety-media { min-width: 0; height: 100%; margin: 0; overflow: hidden; }
.studio-media img { object-position: 52% center; }
.service-list { max-width: 500px; margin: 29px 0 0; }
.service-list div { padding: 12px 0; border-bottom: 1px solid var(--rule); }
.service-list dt { font: 700 16px/1.25 var(--serif); }
.service-list dd { margin: 3px 0 0; font-size: 14px; line-height: 1.4; }

.safety { height: 455px; grid-template-columns: 53% 47%; background: var(--paper); }
.safety-media img { object-position: center; }
.safety .panel-copy-inner { margin-left: clamp(48px, 7vw, 108px); }
.safety-list { margin: 32px 0 0; padding: 0; display: grid; gap: 21px; list-style: none; }
.safety-list li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; }
.safety-list svg { width: 31px; height: 31px; fill: none; stroke: var(--ink); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.safety-list span { display: grid; gap: 3px; }
.safety-list strong { font: 700 15px/1.25 var(--sans); }
.safety-list small { font: 400 13px/1.35 var(--sans); }

.faq { min-height: 335px; display: grid; grid-template-columns: 35% 65%; background: var(--paper); }
.faq-media { position: relative; min-width: 0; min-height: 0; height: auto; margin: 0; overflow: hidden; }
.faq-media img { position: absolute; inset: 0; object-position: center 58%; }
.faq-content { padding: 34px max(40px, calc((100vw - 1340px) / 2)) 34px 42px; display: grid; grid-template-columns: 130px 1fr; gap: 36px; align-items: start; }
.faq h2 { margin: 0; font: 400 52px/1 var(--serif); letter-spacing: -.05em; }
.faq-list { border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font: 700 13px/1.25 var(--sans); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font: 300 22px/1 var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -2px 34px 14px 0; font-size: 14px; line-height: 1.45; }

.contact { min-height: 275px; display: grid; grid-template-columns: 42% 58%; color: #fff; background: var(--red); }
.contact-copy { z-index: 2; padding: 27px 40px 27px max(40px, calc((100vw - 1340px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.contact h2 { margin: 0; font: 400 clamp(40px, 3.2vw, 50px)/.96 var(--serif); letter-spacing: -.045em; }
.contact p { max-width: 390px; margin: 19px 0 0; font-size: 15px; line-height: 1.45; }
.button-paper { width: max-content; min-height: 48px; margin-top: 24px; padding-inline: 20px; color: var(--ink); background: var(--paper); }
.contact-media { position: relative; min-width: 0; min-height: 0; height: auto; margin: 0; overflow: hidden; }
.contact-media img { position: absolute; inset: 0; object-position: 61% center; }

.site-footer { padding: 12px 0 14px; display: grid; grid-template-columns: 1fr 1.5fr 1fr auto; align-items: start; column-gap: 50px; row-gap: 10px; font-family: var(--sans); background-color: var(--paper); }
.footer-mark img { width: 48px; height: 48px; object-fit: contain; }
.site-footer p { margin: 0; font-size: 11px; line-height: 1.5; }
.site-footer a { color: inherit; }
.site-footer nav { display: grid; gap: 9px; text-align: right; }
.site-footer nav a { font-size: 11px; }
.site-footer .legal { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.12); color: #5e5a54; }

.legal-page { max-width: 1100px; padding: 80px 0 110px; }
.legal-kicker, .not-found-label { color: var(--red); font: 700 14px/1 var(--sans); }
.legal-page > h1, .not-found h1 { margin: 24px 0 70px; font: 700 clamp(60px, 8vw, 112px)/.92 var(--sans); letter-spacing: -.06em; }
.legal-page section { padding: 28px 0; display: grid; grid-template-columns: 250px 1fr; gap: 40px; border-top: 1px solid var(--rule); }
.legal-page h2 { margin: 0; font: 700 17px/1.3 var(--sans); }
.legal-page p { margin: 0; font-size: 17px; line-height: 1.65; }
.not-found { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

@media (max-width: 1050px) {
  :root { --shell: calc(100% - 48px); }
  .header-inner { gap: 24px; }
  .desktop-nav { gap: 22px; }
  .hero-copy { width: 45%; }
  .hero h1 { font-size: clamp(66px, 7.6vw, 86px); }
  .hero-media { left: 39%; }
  .withdrawready-copy { width: 42%; }
  .faq-content { grid-template-columns: 100px 1fr; padding-right: 30px; }
}

@media (max-width: 820px) {
  .site-header { height: 78px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .brand span { font-size: 27px; }
  .menu-button { width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); }
  .menu-button > span:not(.sr-only) { width: 20px; height: 1.5px; background: var(--ink); }
  .mobile-nav { position: absolute; z-index: 100; top: 77px; right: 0; left: 0; padding: 12px 24px 24px; display: grid; background: var(--paper); border-bottom: 1px solid var(--rule); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--rule); font: 700 17px/1 var(--sans); text-decoration: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-inner { min-height: 0; order: 1; }
  .hero-copy { width: 100%; padding: 58px 0 46px; }
  .hero h1 { font-size: clamp(60px, 13vw, 88px); }
  .hero-copy > p { max-width: 560px; font-size: 20px; }
  .hero-media { position: relative; inset: auto; order: 2; height: 470px; clip-path: none; }
  .withdrawready { display: flex; flex-direction: column; }
  .withdrawready-inner { min-height: 0; order: 1; }
  .withdrawready-copy { width: 100%; max-width: 590px; padding: 65px 0 54px; }
  .withdrawready-media { position: relative; inset: auto; order: 2; height: 500px; }
  .withdrawready-media::before { display: none; }
  .studio, .safety, .faq, .contact { height: auto; }
  .studio, .safety { grid-template-columns: 1fr; }
  .panel-copy { min-height: 560px; }
  .studio .panel-copy-inner, .safety .panel-copy-inner { width: var(--shell); margin-inline: auto; }
  .studio-media, .safety-media { height: 520px; }
  .safety-media { order: 2; }
  .safety-copy { order: 1; }
  .faq { grid-template-columns: 1fr; }
  .faq-media { height: 360px; }
  .faq-content { width: var(--shell); margin-inline: auto; padding: 52px 0 62px; grid-template-columns: 1fr; gap: 30px; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { width: var(--shell); margin-inline: auto; padding: 62px 0 54px; }
  .contact-media { height: 430px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { text-align: left; }
}

@media (max-width: 540px) {
  :root { --shell: calc(100% - 32px); }
  .hero-copy { padding-top: 44px; }
  .hero h1 { font-size: clamp(54px, 15.2vw, 66px); line-height: .93; }
  .hero-copy > p { margin-top: 24px; font-size: 18px; line-height: 1.48; }
  .button { width: 100%; min-height: 58px; font-size: 15px; }
  .hero-media { height: 300px; }
  .withdrawready h2 { font-size: clamp(43px, 11.4vw, 54px); overflow-wrap: anywhere; }
  .section-lede { font-size: 22px; }
  .withdrawready-copy > p:not(.section-lede) { font-size: 17px; }
  .pilot-facts span { font-size: 16px; }
  .withdrawready-media { height: 310px; }
  .panel-copy { min-height: 0; padding: 64px 0; }
  .panel-copy h2 { font-size: clamp(42px, 11vw, 52px); }
  .panel-copy p { font-size: 17px; }
  .service-list dt { font-size: 17px; }
  .service-list dd { font-size: 16px; }
  .studio-media, .safety-media { height: 310px; }
  .safety-list strong { font-size: 16px; }
  .safety-list small { font-size: 16px; }
  .faq-media { height: 260px; }
  .faq h2 { font-size: 48px; }
  .faq-list summary { min-height: 58px; font-size: 16px; }
  .faq-list p { font-size: 16px; line-height: 1.55; }
  .contact h2 { font-size: clamp(42px, 11vw, 52px); }
  .contact p { font-size: 17px; }
  .contact-media { height: 300px; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
  .site-footer p, .site-footer nav a { font-size: 13px; }
  .legal-page section { grid-template-columns: 1fr; gap: 12px; }
}

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