:root {
  color-scheme: light;
  --limestone: #F3F1EC;
  --charcoal: #121412;
  --olive: #7A8167;
  --taupe: #B8B3A7;
  --ink: var(--charcoal);
  --ink-soft: color-mix(in srgb, var(--charcoal) 82%, var(--taupe));
  --paper: var(--limestone);
  --paper-2: color-mix(in srgb, var(--limestone) 78%, var(--taupe));
  --bone: color-mix(in srgb, var(--limestone) 94%, white);
  --olive-strong: color-mix(in srgb, var(--olive) 72%, var(--charcoal));
  --line: rgb(18 20 18 / 16%);
  --line-light: rgb(243 241 236 / 24%);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1320px, calc(100vw - 80px));
  --section: clamp(92px, 10vw, 164px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important; border: 0 !important;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  background: var(--bone); color: var(--ink); transform: translateY(-140%);
  transition: transform .2s; border-radius: 2px;
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--olive); outline-offset: 4px; }

.eyebrow {
  display: flex; align-items: center; gap: 12px; color: rgba(251,249,243,.72);
  font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 27px; height: 1px; background: currentColor; }
.eyebrow--olive { color: var(--olive-strong); }

.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 1px; font-size: 12px;
  font-weight: 750; letter-spacing: .09em; text-transform: uppercase;
  transition: color .25s, background .25s, border-color .25s, transform .25s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; line-height: 1; }
.button--light { background: var(--bone); color: var(--ink); }
.button--light:hover { background: var(--olive); }
.button--ink { background: var(--ink); color: var(--bone); }
.button--ink:hover { background: var(--olive-strong); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: 10px; }
.button--wide { width: 100%; }
.text-link {
  display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 750;
  letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--line); padding-block: 8px;
}
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: var(--bone); border-color: var(--line-light); }

/* Header */
.site-header {
  position: absolute; z-index: 40; inset: 0 0 auto; height: 92px; color: var(--bone);
  border-bottom: 1px solid rgba(251,249,243,.18); transition: background .3s, color .3s, box-shadow .3s;
}
.site-header.is-stuck {
  position: fixed; height: 74px; background: rgb(243 241 236 / 94%); color: var(--ink);
  border-color: var(--line); box-shadow: 0 8px 32px rgba(20,23,17,.08); backdrop-filter: blur(18px);
}
.site-header.is-menu-open { color: var(--ink); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 700; letter-spacing: -.01em; }
.brand__mark { display: block; width: 31px; height: 35px; object-fit: contain; }
.site-header:not(.is-stuck) .brand__mark,
.brand--footer .brand__mark { filter: invert(1) sepia(.1) saturate(.2) brightness(1.25); }
.site-header.is-menu-open .brand__mark { filter: none; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 40px); }
.site-nav > a:not(.button) {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  transition: opacity .2s;
}
.site-nav > a:not(.button):hover { opacity: .6; }
.nav-toggle { display: none; color: inherit; border: 0; background: none; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s, opacity .25s; }

/* Hero */
.hero { position: relative; min-height: min(900px, 100svh); background: var(--ink); color: var(--bone); overflow: hidden; }
.hero__media { position: absolute; inset: 0 0 0 36%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: saturate(.72) contrast(1.05); }
.hero__wash {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--charcoal) 0%, rgb(18 20 18 / 98%) 25%, rgb(18 20 18 / 66%) 51%, rgb(18 20 18 / 4%) 78%),
    linear-gradient(0deg, rgb(18 20 18 / 45%), transparent 36%);
}
.hero__grid {
  position: absolute; inset: 92px 0 0; opacity: .11; pointer-events: none;
  background-image: linear-gradient(90deg, transparent calc(25% - 1px), #fff 25%, transparent calc(25% + 1px));
  background-size: 25% 100%;
}
.hero__inner { position: relative; min-height: min(900px, 100svh); display: flex; align-items: center; padding-block: 150px 110px; }
.hero__copy { width: min(740px, 62vw); position: relative; z-index: 2; }
.hero h1 {
  max-width: 820px; margin-top: 28px; font-family: var(--serif); font-size: clamp(54px, 6.3vw, 103px);
  font-weight: 400; letter-spacing: -.055em; line-height: .91;
}
.hero h1 em { color: var(--olive); font-weight: 400; }
.hero__support { max-width: 430px; margin-top: 32px; color: rgba(251,249,243,.76); font-size: clamp(16px, 1.35vw, 20px); }
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hero__monogram {
  position: absolute; right: -5vw; bottom: -9vw; width: clamp(300px, 34vw, 560px); height: auto;
  opacity: .07; filter: invert(1) sepia(.1) saturate(.2) brightness(1.25); user-select: none;
}
.hero__folio {
  position: absolute; left: 0; bottom: 36px; display: flex; align-items: center; gap: 13px;
  font-size: 9px; letter-spacing: .16em; color: rgba(251,249,243,.55);
}
.hero__folio i { width: 38px; height: 1px; background: currentColor; }

/* Product */
.product-section { padding-block: var(--section); background: var(--ink); color: var(--bone); overflow: hidden; }
.product-section__intro { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 80px; }
.product-section h2, .delivery h2, .sample h2 {
  margin-top: 22px; font-family: var(--serif); font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 400; letter-spacing: -.05em; line-height: .96;
}
.product-section__intro > p { color: rgba(251,249,243,.64); font-size: 17px; max-width: 350px; }
.report-stage { position: relative; margin-top: clamp(64px, 8vw, 118px); }
.report-stage__halo {
  position: absolute; width: 68%; aspect-ratio: 1.4; right: -8%; top: -24%;
  background: radial-gradient(ellipse, rgb(122 129 103 / 22%), transparent 67%); filter: blur(20px);
}
.report-window {
  position: relative; width: min(1180px, 96%); margin-left: auto; background: var(--bone); color: var(--ink);
  border: 1px solid rgba(255,255,255,.25); box-shadow: 0 45px 110px rgba(0,0,0,.42); transform: perspective(1600px) rotateY(-1deg);
}
.report-window__bar {
  min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 28px; border-bottom: 1px solid var(--line); background: var(--bone);
}
.report-window__brand { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.mini-mark { display: block; width: 22px; height: 25px; object-fit: contain; }
.report-window__meta { display: flex; gap: 30px; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; color: color-mix(in srgb, var(--charcoal) 66%, var(--limestone)); }
.report-window__body { padding: clamp(24px, 4vw, 54px); }
.report-summary { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 34px; }
.report-kicker { color: var(--olive-strong); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.report-summary h3 { margin-top: 8px; font-family: var(--serif); font-size: clamp(30px, 3vw, 48px); font-weight: 400; letter-spacing: -.04em; }
.report-summary__action { font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.report-summary__action span { margin-left: 12px; }
.report-table { border-top: 1px solid var(--ink); }
.report-row { display: grid; grid-template-columns: 1.45fr .8fr 1fr 1.15fr .55fr; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }
.report-row > span { min-width: 0; padding: 15px 12px; font-size: 12px; }
.report-row > span:first-child { padding-left: 0; }
.report-row > span:last-child { padding-right: 0; text-align: right; }
.report-row > span > b { display: block; font-size: 13px; font-weight: 700; }
.report-row small { display: block; color: color-mix(in srgb, var(--charcoal) 62%, var(--limestone)); font-size: 10px; letter-spacing: .03em; }
.report-row--head { min-height: 45px; color: color-mix(in srgb, var(--charcoal) 68%, var(--limestone)); }
.report-row--head > span { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.report-row button { border: 1px solid var(--line); background: transparent; padding: 8px 10px; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.report-row button b { margin-left: 5px; }
.signal { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--olive-strong); }
.report-stage__note { margin: 22px 0 0 auto; width: min(1180px, 96%); color: rgba(251,249,243,.66); font-size: 10px; letter-spacing: .08em; }
.report-stage__note span { color: var(--olive); font-weight: 750; text-transform: uppercase; margin-right: 14px; }

/* Sequence */
.sequence { padding-block: var(--section); background: var(--paper); }
.sequence .eyebrow { color: var(--olive-strong); margin-bottom: 62px; }
.sequence__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.sequence__list li {
  display: grid; grid-template-columns: 80px minmax(260px, 1.1fr) minmax(260px, .8fr);
  align-items: center; gap: 34px; min-height: 190px; border-bottom: 1px solid var(--line);
}
.sequence__list li > span { font-size: 10px; font-weight: 800; color: var(--olive-strong); }
.sequence__list h3 { font-family: var(--serif); font-size: clamp(62px, 7vw, 104px); line-height: 1; font-weight: 400; letter-spacing: -.055em; }
.sequence__list p { max-width: 390px; color: color-mix(in srgb, var(--charcoal) 68%, var(--limestone)); font-size: 15px; }
.sequence__list li:hover h3 { font-style: italic; color: var(--olive-strong); }

/* Value */
.value { padding-block: var(--section); background: var(--bone); }
.value__layout { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(520px, 1fr); gap: clamp(70px, 10vw, 170px); }
.value__headline { position: sticky; top: 125px; align-self: start; }
.value__headline h2, .pricing__copy h2, .faq__intro h2 {
  margin-top: 24px; font-family: var(--serif); font-size: clamp(47px, 5vw, 76px); font-weight: 400;
  letter-spacing: -.05em; line-height: .98;
}
.value__list { border-top: 1px solid var(--ink); }
.value-row { display: grid; grid-template-columns: 46px 1fr 24px; gap: 25px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line); }
.value-row > span { color: var(--olive-strong); font-size: 10px; font-weight: 800; padding-top: 5px; }
.value-row h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.025em; }
.value-row p { max-width: 420px; margin-top: 8px; color: color-mix(in srgb, var(--charcoal) 68%, var(--limestone)); font-size: 14px; }
.value-row > i { font-style: normal; transition: transform .25s var(--ease); }
.value-row:hover > i { transform: translate(3px, -3px); }

/* Delivery */
.delivery { position: relative; padding-block: clamp(90px, 12vw, 180px); background: var(--olive); color: var(--bone); overflow: hidden; }
.delivery::before { content: ""; position: absolute; inset: 0; opacity: .14; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), #fff 25%); }
.delivery__inner { position: relative; display: grid; grid-template-columns: 100px minmax(400px, 1.3fr) minmax(260px, .65fr); gap: 45px; align-items: end; }
.delivery__index { align-self: start; font-size: 9px; letter-spacing: .14em; }
.delivery h2 { font-size: clamp(50px, 6vw, 88px); }
.delivery__inner > p { color: rgba(251,249,243,.72); max-width: 330px; padding-bottom: 8px; }
.delivery__stamp { position: absolute; right: -30px; top: -120px; font-size: clamp(90px, 12vw, 170px); font-weight: 850; line-height: .7; letter-spacing: -.08em; color: rgba(251,249,243,.05); }

/* Pricing */
.pricing { padding-block: var(--section); background: var(--paper-2); }
.pricing__layout { display: grid; grid-template-columns: 1fr minmax(440px, .78fr); gap: clamp(80px, 12vw, 190px); align-items: center; }
.pricing__copy > p:last-child { max-width: 420px; margin-top: 26px; color: color-mix(in srgb, var(--charcoal) 70%, var(--limestone)); }
.price-card { background: var(--bone); border-top: 4px solid var(--ink); padding: 30px 34px 34px; box-shadow: 0 28px 70px rgba(31,34,27,.1); }
.price-card__top { display: flex; justify-content: space-between; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price { display: flex; align-items: flex-start; margin: 40px 0 32px; }
.price sup { font-family: var(--serif); font-size: 26px; margin-top: 12px; }
.price strong { font-family: var(--serif); font-size: clamp(76px, 7vw, 108px); font-weight: 400; line-height: .8; letter-spacing: -.07em; }
.price > span { align-self: end; color: color-mix(in srgb, var(--charcoal) 68%, var(--limestone)); font-size: 12px; margin: 0 0 3px 10px; }
.price-card ul { list-style: none; margin: 0 0 34px; padding: 0; border-top: 1px solid var(--ink); }
.price-card li { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.price-card li span { color: var(--olive-strong); font-size: 9px; font-weight: 800; padding-top: 3px; }
.price-card > small { display: block; color: color-mix(in srgb, var(--charcoal) 66%, var(--limestone)); font-size: 10px; line-height: 1.5; margin-top: 15px; }

/* Sample */
.sample { position: relative; padding-block: var(--section); background: var(--ink); color: var(--bone); overflow: hidden; }
.sample__texture { position: absolute; inset: 0; opacity: .15; background: linear-gradient(115deg, transparent 0 45%, rgb(122 129 103 / 30%) 45% 45.2%, transparent 45.2% 100%); }
.sample__layout { position: relative; display: grid; grid-template-columns: minmax(350px, .85fr) minmax(500px, 1fr); gap: clamp(70px, 10vw, 160px); align-items: start; }
.sample__copy > p:not(.eyebrow) { max-width: 430px; margin-top: 28px; color: rgba(251,249,243,.76); }
.sample__aside { margin-top: 80px; display: flex; gap: 18px; color: rgba(251,249,243,.18); font-size: clamp(30px, 3.4vw, 51px); font-weight: 850; letter-spacing: -.05em; }
.sample-form { background: color-mix(in srgb, var(--charcoal) 90%, var(--olive)); border: 1px solid var(--line-light); padding: clamp(26px, 3vw, 42px); }
.sample-form__heading { display: flex; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid var(--line-light); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; margin-block: 30px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span { font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; color: rgba(251,249,243,.78); }
.field em { font-weight: 400; font-style: normal; opacity: .62; }
.field input { width: 100%; height: 44px; color: var(--bone); background: transparent; border: 0; border-bottom: 1px solid rgba(251,249,243,.28); border-radius: 0; outline: 0; }
.field input:focus { border-color: var(--olive); }
.field input::placeholder { color: rgba(251,249,243,.28); }
.field small { color: rgba(251,249,243,.68); font-size: 10px; }
.field--wide { grid-column: 1 / -1; }
.hp { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }
.form-status { min-height: 24px; color: #d8a79a; font-size: 12px; margin-bottom: 8px; }
.form-status.is-success { color: color-mix(in srgb, var(--olive) 58%, white); }
.sample-form .button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-note { margin-top: 14px; color: rgba(251,249,243,.66); font-size: 10px; }

/* FAQ + footer */
.faq { padding-block: var(--section); background: var(--bone); }
.faq__layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1fr); gap: clamp(70px, 11vw, 180px); }
.faq__intro > p:not(.eyebrow) { margin-top: 22px; color: color-mix(in srgb, var(--charcoal) 68%, var(--limestone)); }
.faq__intro .text-link { margin-top: 24px; }
.faq__items { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--serif); font-size: 23px; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: relative; width: 18px; height: 18px; flex: none; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; left: 0; top: 8px; width: 18px; height: 1px; background: var(--ink); transition: transform .25s; }
.faq summary span::after { transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { max-width: 680px; padding: 0 42px 27px 0; color: color-mix(in srgb, var(--charcoal) 72%, var(--limestone)); font-size: 14px; }
.site-footer { background: var(--ink); color: var(--bone); padding: 64px 0 28px; }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; align-items: start; padding-bottom: 70px; }
.brand--footer { align-self: start; }
.site-footer__top > p { font-family: var(--serif); color: var(--olive); font-size: 28px; line-height: 1.08; letter-spacing: -.03em; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 30px; justify-self: end; min-width: 260px; }
.site-footer nav a { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(251,249,243,.68); }
.site-footer nav a:hover { color: var(--bone); }
.site-footer__bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line-light); padding-top: 24px; color: rgba(251,249,243,.62); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 1320px); }
  .hero__media { left: 24%; }
  .hero__copy { width: min(690px, 75vw); }
  .product-section__intro, .pricing__layout { grid-template-columns: 1fr .8fr; gap: 60px; }
  .value__layout, .sample__layout { gap: 70px; }
  .report-row { grid-template-columns: 1.4fr .7fr 1fr 1fr; }
  .report-row > span:nth-child(4) { display: none; }
  .delivery__inner { grid-template-columns: 70px 1fr .6fr; gap: 30px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 38px); --section: 92px; }
  html { scroll-padding-top: 72px; }
  .site-header { height: 76px; }
  .site-header.is-stuck { height: 68px; }
  .brand, .nav-toggle { position: relative; z-index: 2; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start;
    justify-content: center; gap: 25px; padding: 90px 30px 40px; background: var(--paper); color: var(--ink);
    visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav > a:not(.button) { font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .site-nav .button { margin-top: 12px; width: 100%; }
  .hero { min-height: 820px; }
  .hero__inner { min-height: 820px; align-items: flex-end; padding-bottom: 120px; }
  .hero__media { inset: 0; }
  .hero__media img { object-position: 64% center; }
  .hero__wash { background: linear-gradient(0deg, var(--charcoal) 0%, rgb(18 20 18 / 92%) 32%, rgb(18 20 18 / 30%) 70%, rgb(18 20 18 / 38%)); }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(52px, 12.4vw, 78px); }
  .hero__support { margin-top: 24px; }
  .hero__monogram { display: none; }
  .hero__folio { bottom: 26px; }
  .product-section__intro, .value__layout, .pricing__layout, .sample__layout, .faq__layout { grid-template-columns: 1fr; gap: 55px; }
  .product-section__intro > p { margin-left: 40px; }
  .report-window { width: 100%; transform: none; }
  .report-window__meta span:first-child { display: none; }
  .report-row { grid-template-columns: 1.5fr .7fr 1fr; min-height: 80px; }
  .report-row > span:nth-child(3) { display: none; }
  .sequence__list li { grid-template-columns: 48px 1fr; gap: 18px; padding: 32px 0; }
  .sequence__list h3 { font-size: 70px; }
  .sequence__list p { grid-column: 2; }
  .value__headline { position: static; }
  .delivery__inner { grid-template-columns: 45px 1fr; }
  .delivery__inner > p { grid-column: 2; }
  .sample__aside { display: none; }
  .faq__intro { max-width: 520px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-row: 2; grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 30px); --section: 76px; }
  .brand__name { font-size: 13px; }
  .hero { min-height: 760px; }
  .hero__inner { min-height: 760px; padding-bottom: 108px; }
  .hero h1 { font-size: 49px; line-height: .94; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 17px; margin-top: 32px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { align-self: flex-start; }
  .hero__folio { display: none; }
  .product-section h2, .delivery h2, .sample h2, .value__headline h2, .pricing__copy h2, .faq__intro h2 { font-size: 45px; }
  .product-section__intro > p { margin-left: 0; }
  .report-stage { width: 100%; }
  .report-window__bar { min-height: 64px; padding: 0 16px; }
  .report-window__meta span { font-size: 8px; }
  .report-window__body { padding: 21px 16px; }
  .report-summary { padding-bottom: 23px; }
  .report-summary__action { display: none; }
  .report-row { grid-template-columns: 1.35fr .65fr; }
  .report-row > span:nth-child(2) { display: none; }
  .report-row > span { padding-inline: 6px; }
  .sequence .eyebrow { margin-bottom: 40px; }
  .sequence__list li { grid-template-columns: 34px 1fr; }
  .sequence__list h3 { font-size: 58px; }
  .value-row { grid-template-columns: 34px 1fr; gap: 16px; }
  .value-row > i { display: none; }
  .delivery__inner { grid-template-columns: 1fr; }
  .delivery__index { display: none; }
  .delivery__inner > p { grid-column: auto; }
  .price-card { padding: 24px 21px 27px; }
  .price strong { font-size: 84px; }
  .field-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .sample-form { padding: 24px 19px; }
  .faq summary { font-size: 20px; min-height: 72px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .site-footer nav { grid-row: auto; grid-column: auto; grid-template-columns: 1fr 1fr; }
  .site-footer__bottom { gap: 18px; }
}

@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 print {
  .skip-link { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
