:root {
  --page: #f3f7f7;
  --paper: #fff;
  --ink: #173a43;
  --muted: #52676c;
  --green: #24695a;
  --mint: #dfebe7;
  --line: #d6e1e1;
  --amber: #865b27;
  --amber-soft: #faf2e5;
  --body: 'Avenir Next', Avenir, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --data: ui-monospace, 'SFMono-Regular', Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: var(--body); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, summary, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
p, h1, h2, h3, figure { margin: 0; }
::selection { background: #b9d6cc; color: var(--ink); }
.shell { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; padding: 14px 22px; color: #fff; background: var(--ink); z-index: 5; }
.skip:focus { top: 12px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.topbar { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; letter-spacing: -1.1px; font-weight: 750; white-space: nowrap; }
.brand-light { font-weight: 450; }
.brand-icon { display: inline-flex; align-items: center; justify-content: center; gap: 4px; width: 31px; height: 33px; border-radius: 8px 8px 8px 2px; background: var(--ink); transform: rotate(-3deg); }
.brand-icon::before, .brand-icon span { content: ''; width: 3px; height: 16px; background: #d0e5d9; transform: skew(-16deg); }
.brand-icon span { height: 11px; margin-top: 5px; }
.topbar nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.topbar nav > a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: 13px 17px; border: 1px solid #aebfc0; border-radius: 5px; display: flex; align-items: center; gap: 28px; transition: background .15s; }
.nav-cta:hover { background: var(--mint); }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; padding-block: 77px 70px; }
.launch-label { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 12px; font-weight: 650; margin-bottom: 27px; }
.launch-label > span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--mint); }
h1 { font-size: clamp(54px, 5.25vw, 78px); line-height: 1.035; letter-spacing: -.062em; font-weight: 650; }
h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 475px; font-size: 17px; line-height: 1.75; color: var(--muted); margin-top: 29px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 30px; }
.button { min-height: 52px; padding: 15px 21px; border: 0; border-radius: 5px; display: inline-flex; justify-content: space-between; align-items: center; gap: 31px; font-size: 13px; font-weight: 650; line-height: 1.4; transition: background .15s, box-shadow .15s; }
.button-dark, .button-light { color: #fff; background: var(--ink); }
.button:hover { background: var(--green); box-shadow: 0 4px 12px #173a4317; }
.button > span, .nav-cta > span { font-size: 17px; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 12px; font-weight: 650; padding-block: 7px; border-bottom: 1px solid #abbebb; }
.text-link:hover { color: var(--green); border-color: var(--green); }
.hero-note { margin-top: 21px; font-size: 11px; color: var(--muted); }
/* The source-to-finding connection is the central visual. */
.hero-art { padding: 23px 22px 16px; background: #dfebe8; border: 1px solid #d2e0dc; border-radius: 13px; box-shadow: 0 22px 42px -32px #173a4340; position: relative; }
.workspace-header { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 650; padding: 0 2px 19px; }
.workspace-symbol { font-size: 22px; line-height: 1; color: var(--green); }
.preview-label { font: 9px var(--data); letter-spacing: 1px; margin-left: auto; color: #4a655b; border: 1px solid #b8ccc4; border-radius: 3px; padding: 4px 6px; }
.case-card { background: var(--paper); padding: 25px 24px 0; border: 1px solid #c8d9d2; border-radius: 8px; box-shadow: 0 5px 16px #173a4305; }
.case-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 21px; }
.case-kicker { font-size: 9px; font-weight: 700; letter-spacing: 1.35px; color: var(--muted); }
.status-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; color: var(--amber); background: var(--amber-soft); padding: 5px 8px; border-radius: 4px; white-space: nowrap; }
.status-pill > span { font-size: 7px; }
.case-card h2 { font-size: clamp(24px, 2.3vw, 33px); line-height: 1.18; letter-spacing: -1.1px; font-weight: 600; }
.case-summary { margin-top: 11px; font-size: 11px; line-height: 1.6; color: var(--muted); }
.evidence-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.source-document { border: 1px solid var(--line); padding: 15px 13px 0; border-radius: 5px; background: #fbfdfc; overflow: hidden; }
.document-icon { display: block; width: 18px; height: 22px; border: 1px solid #96afa5; border-radius: 2px; position: relative; margin-bottom: 11px; background: linear-gradient(#96afa5,#96afa5) 4px 7px/8px 1px no-repeat, linear-gradient(#96afa5,#96afa5) 4px 11px/6px 1px no-repeat; }
.source-document h3 { font-size: 11px; font-weight: 650; }
.source-document p { margin-top: 13px; font-size: 10px; color: var(--muted); }
.source-document strong { display: inline-block; margin-top: 4px; font: 500 23px var(--data); letter-spacing: -1px; color: var(--ink); box-shadow: 0 5px 0 var(--amber-soft); }
.citation { display: block; margin: 17px -13px 0; padding: 9px 9px; border-top: 1px solid var(--line); background: #f0f5f3; color: #4d695e; font: 9px var(--data); white-space: nowrap; }
.citation::before { content: '↳'; margin-right: 5px; }
.evidence-connector { width: 53%; height: 22px; margin-inline: auto; border: solid #b8cdc3; border-width: 0 1px 1px; border-radius: 0 0 4px 4px; position: relative; }
.evidence-connector span { position: absolute; top: 21px; left: 50%; width: 1px; height: 13px; background: #b8cdc3; }
.finding { display: flex; align-items: flex-start; gap: 10px; margin-top: 13px; padding: 17px 14px; border: 1px solid #e6d9c2; border-radius: 5px; background: #fdf9f1; }
.finding-icon { display: grid; place-items: center; width: 19px; height: 19px; flex: 0 0 19px; margin-top: 1px; background: #f2e5cb; color: var(--amber); border-radius: 50%; font-size: 12px; font-weight: 700; }
.finding .case-kicker { font-size: 8px; letter-spacing: 1px; color: var(--amber); display: block; }
.finding h3 { font-size: 13px; margin-top: 6px; font-weight: 650; }
.finding p { font-size: 11px; line-height: 1.6; margin-top: 5px; color: var(--muted); }
.case-bottom { display: flex; gap: 8px; align-items: center; font-size: 9px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 22px; padding: 14px 0; }
.source-key { width: 10px; height: 10px; border: 1px solid #507766; border-radius: 3px; flex-shrink: 0; }
.hero-art figcaption { margin-top: 13px; text-align: center; color: #4e685e; font-size: 10px; }
.hero-footer { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 23px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.hero-footer > span { font-size: 9px; letter-spacing: 1.5px; color: var(--muted); font-weight: 650; }
.hero-footer > div { display: flex; gap: 29px; font-size: 12px; font-weight: 500; }
.hero-footer > div span::before { content: ''; display: inline-block; width: 5px; height: 5px; background: #8eafa0; margin-right: 9px; vertical-align: middle; }
.platform { padding-block: 102px 91px; }
.eyebrow { font-size: 10px; letter-spacing: 1.7px; font-weight: 700; color: var(--green); margin-bottom: 20px; }
h2 { font-size: clamp(34px, 3.4vw, 49px); line-height: 1.13; letter-spacing: -.045em; font-weight: 600; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 43px; }
.section-heading > p { max-width: 385px; font-size: 14px; line-height: 1.8; color: var(--muted); padding-bottom: 3px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--paper); }
.feature { padding: 29px 28px 25px; display: flex; flex-direction: column; align-items: flex-start; }
.feature + .feature { border-left: 1px solid var(--line); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; background: #edf4f1; border-radius: 6px; margin-bottom: 24px; }
.feature-icon svg, .agency-mark svg { width: 27px; height: 27px; fill: none; stroke: var(--green); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.feature .eyebrow { font-size: 9px; margin-bottom: 11px; letter-spacing: 1.25px; }
.feature h3 { font-size: 20px; letter-spacing: -.5px; line-height: 1.35; font-weight: 600; margin-bottom: 14px; }
.feature > p:not(.eyebrow) { font-size: 13px; line-height: 1.85; color: var(--muted); margin-bottom: 25px; }
.feature-detail { margin-top: auto; display: flex; flex-wrap: wrap; gap: 7px; padding-top: 20px; border-top: 1px solid #e4ebeb; width: 100%; font-size: 9px; color: #47665e; }
.feature-detail > span:not(.detail-arrow) { background: #f0f5f3; padding: 5px 7px; border-radius: 3px; }
.feature-detail .detail-arrow { align-self: center; }
.citation-detail { font-family: var(--data); align-items: center; min-height: 46px; gap: 8px; }
.citation-detail > span { padding: 3px 6px !important; }
.agency-band { margin-top: 35px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 22px; padding: 25px 0 0; }
.agency-mark { display: grid; place-items: center; width: 48px; height: 48px; background: #e5eeeb; border-radius: 50%; }
.agency-band h3 { font-size: 16px; font-weight: 600; letter-spacing: -.25px; margin-bottom: 7px; }
.agency-band p { font-size: 12px; line-height: 1.8; color: var(--muted); max-width: 600px; }
.agency-band .text-link { margin-left: 25px; white-space: nowrap; }
.workflow { background: var(--ink); color: #f3f7f7; }
.workflow-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 86px; }
.workflow .eyebrow { color: #b6d6cb; }
.workflow h2 { font-size: clamp(36px, 3.65vw, 52px); }
.workflow h2 em, .access h2 em { font-style: normal; color: #b7daca; }
.workflow-left > p:not(.eyebrow) { color: #bbced0; font-size: 13px; line-height: 1.9; max-width: 375px; margin-top: 23px; }
.workflow-principle { display: flex; align-items: flex-start; gap: 13px; border-top: 1px solid #45636a; padding-top: 20px; margin-top: 38px; max-width: 390px; }
.workflow-principle > span { color: #b7daca; font-size: 25px; line-height: 1; }
.workflow-principle p { font-size: 11px; line-height: 1.8; color: #c7d7d8; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: flex; align-items: flex-start; gap: 24px; padding: 25px 0; border-bottom: 1px solid #45636a; }
.steps li:first-child { border-top: 1px solid #45636a; }
.step-number { font: 11px var(--data); color: #b6d6cb; padding-top: 5px; }
.steps h3 { font-size: 20px; font-weight: 550; letter-spacing: -.3px; margin-bottom: 7px; }
.steps p { font-size: 12px; line-height: 1.8; color: #bbced0; }
.roadmap { padding-block: 93px 83px; }
.roadmap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.roadmap-grid article { border-top: 1px solid #b9ccca; padding-top: 23px; }
.roadmap-status { display: inline-block; color: var(--green); font-size: 9px; font-weight: 650; letter-spacing: 1px; padding: 5px 8px; border-radius: 3px; background: #e2eeea; }
.roadmap-status.future { background: #e8edef; color: #52676c; }
.roadmap-grid h3 { font-size: 21px; letter-spacing: -.5px; font-weight: 550; margin-block: 15px 8px; }
.roadmap-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq { padding-block: 77px 90px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; border-top: 1px solid var(--line); }
.faq h2 { font-size: 38px; }
.faq-list { border-top: 1px solid #c3d2d2; }
.faq details { border-bottom: 1px solid #c3d2d2; }
.faq summary { padding: 20px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 550; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--green); font-size: 21px; font-weight: 400; flex-shrink: 0; }
.faq details[open] summary::after { content: '−'; }
.faq details p { padding: 0 28px 21px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.access { background: #e0ebe7; border-block: 1px solid #cbded6; }
.access-inner { padding-block: 85px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.access-copy { padding-top: 19px; }
.access h2 { font-size: clamp(39px, 3.7vw, 54px); }
.access h2 em { color: var(--green); }
.access-copy > p:not(.eyebrow) { margin-top: 25px; font-size: 14px; line-height: 1.8; color: #49645b; max-width: 355px; }
.access-next { margin-top: 48px; padding-top: 25px; border-top: 1px solid #aec8bc; display: flex; gap: 16px; max-width: 355px; }
.next-icon { display: grid; place-items: center; flex: 0 0 31px; height: 31px; background: #cfdfd6; border-radius: 50%; font-size: 20px; color: var(--green); }
.access-next strong { font-size: 12px; font-weight: 650; }
.access-next p { color: #49645b; font-size: 12px; line-height: 1.85; margin-top: 8px; }
form { background: var(--paper); padding: 32px; border: 1px solid #c9dcd2; border-radius: 8px; box-shadow: 0 10px 40px -24px #173a4338; }
.form-title { font-size: 21px; letter-spacing: -.7px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-title > span { font-size: 22px; font-weight: 400; color: var(--green); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
form label { display: block; font-size: 11px; font-weight: 650; margin-bottom: 17px; }
form input, form textarea { display: block; width: 100%; border: 1px solid #c5d4d2; background: #fcfdfd; color: var(--ink); padding: 12px; margin-top: 8px; border-radius: 4px; font-size: 12px; font-weight: 400; line-height: 1.4; }
form textarea { resize: vertical; min-height: 85px; }
form input::placeholder, form textarea::placeholder { color: #617873; opacity: 1; }
form input:focus-visible, form textarea:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.optional { font-weight: 400; color: var(--muted); font-size: 10px; margin-left: 4px; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 12px; line-height: 1.7; margin-bottom: 14px; }
.form-status:empty { margin: 0; }
.form-status.success { color: var(--green); }
.form-status.error { color: #983c31; }
.button-light { width: 100%; }
.button:disabled { opacity: .6; cursor: wait; }
.form-privacy { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 20px; }
.footer { min-height: 104px; display: flex; align-items: center; gap: 28px; }
.footer .brand { font-size: 21px; }
.footer .brand-icon { width: 26px; height: 28px; }
.footer p { color: var(--muted); font-size: 11px; }
.footer > span { color: var(--muted); font-size: 10px; margin-left: auto; }
.film { padding-block: 70px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; align-items: center; }
.film video { display: block; width: 100%; height: auto; aspect-ratio: 16/9; background: var(--ink); border-radius: 8px; }
.film h2 em { font-style: normal; color: var(--green); }
@media (min-width: 1500px) { .hero { gap: 80px; } }
@media (max-width: 1150px) {
  .shell { width: calc(100% - 72px); }
  .hero { gap: 32px; padding-block: 65px; }
  h1 { font-size: 62px; }
  .hero-art { padding: 18px 15px 14px; }
  .case-card { padding: 22px 17px 0; }
  .hero-actions { gap: 16px; }
  .hero-footer { align-items: flex-start; }
  .hero-footer > div { gap: 16px; }
  .feature { padding: 25px 21px; }
  .workflow-inner, .access-inner { gap: 60px; }
  .faq { gap: 55px; }
}
@media (max-width: 900px) {
  .topbar nav { gap: 21px; }
  .hero { gap: 26px; }
  h1 { font-size: 51px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-art { padding-inline: 11px; }
  .case-card { padding-inline: 13px; }
  .case-top { gap: 6px; }
  .case-kicker { font-size: 8px; letter-spacing: .8px; }
  .status-pill { font-size: 9px; padding-inline: 6px; }
  .evidence-pair { gap: 8px; }
  .source-document { padding-inline: 10px; }
  .source-document h3 { font-size: 10px; }
  .citation { margin-inline: -10px; font-size: 8px; padding-inline: 7px; }
  .source-document strong { font-size: 20px; }
  .case-bottom { font-size: 8px; }
  .hero-footer { display: block; }
  .hero-footer > div { margin-top: 15px; gap: 30px; }
  .section-heading { gap: 40px; }
  .section-heading > p { max-width: 315px; font-size: 13px; }
  .feature { padding: 23px 17px; }
  .feature h3 { font-size: 18px; }
  .feature-detail { gap: 4px; font-size: 8px; }
  .feature-detail > span:not(.detail-arrow) { padding: 4px 5px; }
  .agency-band { grid-template-columns: 48px 1fr; gap: 16px; }
  .agency-band .text-link { grid-column: 2; justify-self: start; margin-left: 0; }
  .workflow-inner { gap: 40px; }
  .access-inner { gap: 35px; }
  form { padding: 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 680px) {
  .shell { width: calc(100% - 40px); }
  .topbar { min-height: 78px; gap: 16px; }
  .brand { font-size: 22px; gap: 8px; }
  .brand-icon { width: 27px; height: 29px; border-radius: 6px 6px 6px 2px; }
  .topbar nav > a:not(.nav-cta) { display: none; }
  .nav-cta { font-size: 10px; gap: 13px; padding: 11px 10px; }
  .nav-cta > span { font-size: 14px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 42px 30px; }
  .launch-label { font-size: 11px; margin-bottom: 24px; }
  h1 { font-size: clamp(46px, 12.7vw, 76px); line-height: 1.05; }
  .hero-intro { max-width: 470px; margin-top: 23px; font-size: 15px; line-height: 1.75; }
  .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 15px 22px; margin-top: 24px; }
  .button { min-height: 49px; padding: 14px 17px; font-size: 12px; gap: 22px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-note { font-size: 10px; margin-top: 19px; }
  .hero-art { max-width: 480px; width: 100%; padding: 16px 13px 13px; justify-self: center; }
  .workspace-header { font-size: 11px; padding-bottom: 15px; }
  .preview-label { font-size: 8px; }
  .case-card { padding: 21px 16px 0; }
  .case-top { margin-bottom: 18px; }
  .case-kicker { font-size: 8px; letter-spacing: 1px; }
  .status-pill { font-size: 9px; }
  .case-card h2 { font-size: 27px; }
  .case-summary { font-size: 10px; }
  .evidence-pair { gap: 9px; margin-top: 22px; }
  .source-document h3 { font-size: 10px; }
  .source-document strong { font-size: 22px; }
  .citation { font-size: 8px; padding-inline: 7px; }
  .finding { padding: 14px 10px; gap: 8px; }
  .finding h3 { font-size: 12px; }
  .finding p { font-size: 10px; }
  .case-bottom { font-size: 8px; gap: 6px; margin-top: 18px; }
  .hero-art figcaption { font-size: 9px; margin-top: 12px; }
  .hero-footer { padding-block: 20px; }
  .hero-footer > span { font-size: 8px; letter-spacing: 1px; }
  .hero-footer > div { gap: 15px; font-size: 10px; margin-top: 12px; justify-content: space-between; }
  .hero-footer > div span::before { width: 4px; height: 4px; margin-right: 5px; }
  .platform { padding-block: 64px 59px; }
  .eyebrow { font-size: 9px; margin-bottom: 17px; }
  h2 { font-size: 35px; }
  .section-heading { display: block; margin-bottom: 29px; }
  .section-heading > p { max-width: 470px; margin-top: 22px; font-size: 13px; line-height: 1.85; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { padding: 26px; }
  .feature + .feature { border-left: 0; border-top: 1px solid var(--line); }
  .feature-icon { width: 40px; height: 40px; margin-bottom: 19px; }
  .feature h3 { font-size: 21px; margin-bottom: 12px; }
  .feature > p:not(.eyebrow) { margin-bottom: 23px; }
  .feature-detail { font-size: 9px; gap: 7px; padding-top: 16px; }
  .feature-detail > span:not(.detail-arrow) { padding: 5px 7px; }
  .agency-band { margin-top: 24px; grid-template-columns: 35px 1fr; align-items: start; gap: 14px; }
  .agency-mark { width: 34px; height: 34px; }
  .agency-mark svg { width: 23px; height: 23px; }
  .agency-band h3 { font-size: 16px; line-height: 1.45; }
  .agency-band p { font-size: 12px; }
  .agency-band .text-link { font-size: 11px; }
  .workflow-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 61px; }
  .workflow h2 { font-size: 38px; }
  .workflow-left > p:not(.eyebrow) { max-width: 430px; margin-top: 21px; }
  .workflow-principle { margin-top: 25px; padding-top: 19px; }
  .steps li { padding-block: 23px; gap: 22px; }
  .steps h3 { font-size: 20px; }
  .steps p { font-size: 12px; }
  .roadmap { padding-block: 65px 55px; }
  .roadmap-grid { grid-template-columns: 1fr; gap: 27px; }
  .roadmap-grid h3 { font-size: 21px; }
  .roadmap-grid p { font-size: 12px; }
  .faq { grid-template-columns: 1fr; gap: 28px; padding-block: 53px 60px; }
  .faq h2 { font-size: 33px; }
  .faq summary { font-size: 13px; padding-block: 18px; }
  .faq details p { font-size: 12px; }
  .access-inner { grid-template-columns: 1fr; padding-block: 53px; gap: 34px; }
  .access-copy { padding-top: 0; }
  .access h2 { font-size: 39px; }
  .access-copy > p:not(.eyebrow) { font-size: 13px; margin-top: 21px; }
  .access-next { margin-top: 26px; padding-top: 22px; max-width: 450px; }
  .access-next p { font-size: 11px; }
  form { padding: 26px 22px; }
  .form-title { font-size: 20px; padding-bottom: 18px; margin-bottom: 21px; }
  form label { font-size: 12px; }
  form input, form textarea { font-size: 16px; padding: 12px 11px; }
  .optional { font-size: 10px; }
  .form-privacy { font-size: 11px; }
  .footer { padding-block: 27px; flex-wrap: wrap; gap: 14px 20px; }
  .footer .brand { font-size: 21px; }
  .footer p { width: 100%; order: 3; font-size: 10px; }
  .footer > span { font-size: 9px; }
  .film { grid-template-columns: 1fr; gap: 28px; padding-block: 55px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Product preview: native controls, no autoplay, no video download before play. */
.film-intro { margin-top: 24px; color: var(--ink); line-height: 1.65; }
.film-note { margin: 18px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.film-player { min-width: 0; }
.film-disclaimer { color: var(--muted); font-size: 13px; line-height: 1.6; margin-top: 16px; }
.film-transcript { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 16px; }
.film-transcript summary { cursor: pointer; font-weight: 600; font-size: 14px; }
.film-transcript p { color: var(--muted); line-height: 1.7; margin-top: 16px; font-size: 14px; }
