:root {
  --ink:#10182b;--workbench:#f7f9fc;--panel:#fff;--release:#2758ff;--edit:#ff5c4d;
  --review:#bdeedc;--scope:#d7d1ff;--wire:#ccd5e5;--muted:#59657a;--edge:clamp(1rem,4vw,4.5rem);
  --section:clamp(5rem,9vw,9rem);--display:"Arial Black","Avenir Next",Arial,sans-serif;
  --body:"Avenir Next","Segoe UI",system-ui,sans-serif;--data:"SFMono-Regular",Consolas,monospace;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--workbench);color:var(--ink);font:400 1rem/1.65 var(--body)}
body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-underline-offset:.22em}button,input{font:inherit}h1,h2,h3,p{margin-top:0}p,li,dd{max-width:72ch}
h1,h2,h3{font-family:var(--display);letter-spacing:-.035em}h1{margin-bottom:1.5rem;font-size:clamp(3rem,7.2vw,7.8rem);line-height:.9}h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,4.5rem);line-height:.98}h3{margin-bottom:.65rem;font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.1}
:focus-visible{outline:3px solid var(--release);outline-offset:3px}[id]{scroll-margin-top:6.5rem}.shell{width:min(calc(100% - 2 * var(--edge)),1540px);margin-inline:auto}.reading{width:min(calc(100% - 2 * var(--edge)),1180px);margin-inline:auto}.skip-link{position:fixed;z-index:999;top:.75rem;left:.75rem;transform:translateY(-180%);padding:.75rem 1rem;background:var(--ink);color:#fff}.skip-link:focus{transform:none}.eyebrow,.mono,.tag,.state,.field dt,.frame-no{font:600 .76rem/1.4 var(--data);letter-spacing:.055em;text-transform:uppercase}.eyebrow{margin-bottom:1rem;color:var(--release)}.lead{font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.48;max-width:66ch}.muted{color:var(--muted)}
.site-header{position:sticky;z-index:100;top:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:76px;padding:0 var(--edge);border-bottom:1px solid var(--wire);background:rgba(247,249,252,.98)}.brand{display:inline-flex;align-items:center;gap:.65rem;font-family:var(--display);font-size:1.15rem;text-decoration:none}.brand-mark{position:relative;width:27px;height:14px;border-top:4px solid var(--release);border-right:4px solid var(--release)}.brand-mark::after{position:absolute;right:-4px;bottom:-5px;width:8px;height:8px;border-radius:50%;background:var(--edit);content:""}.site-nav{justify-self:end}.nav-list{display:flex;align-items:center;gap:.1rem;padding:0;margin:0;list-style:none}.nav-list a{position:relative;display:block;padding:1.55rem .58rem 1.4rem;font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap}.nav-list a::after{position:absolute;right:.55rem;bottom:10px;left:.55rem;height:5px;background:var(--release);transform:scaleX(0);transform-origin:left;content:""}.nav-list a:hover::after,.nav-list a[aria-current=page]::after{transform:scaleX(1)}.menu-toggle{display:none;min-width:48px;min-height:48px;border:1px solid var(--ink);border-radius:6px;background:var(--panel);font-weight:800}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.15rem;border:2px solid transparent;border-radius:6px;font-weight:800;text-decoration:none}.button-primary{background:var(--release);color:#fff}.button-primary:hover{background:#1644df}.button-secondary{border-color:var(--ink);background:transparent}.button-secondary:hover{background:var(--ink);color:#fff}.text-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;text-decoration:none}.text-link::after{width:24px;height:2px;background:currentColor;content:"";transition:width .14s}.text-link:hover::after,.text-link:focus-visible::after{width:36px}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
.hero{padding:clamp(4.5rem,8vw,8rem) 0 var(--section)}.hero-copy{max-width:1160px}.hero-copy h1{max-width:13ch}.audience-line{margin-top:1.5rem;color:var(--muted);font-weight:650}.hero-compact{padding-bottom:clamp(3rem,6vw,5rem)}.hero-compact .hero-copy{display:grid;grid-template-columns:2fr 1fr;gap:2rem 5rem;align-items:end}.hero-compact h1{grid-column:1/-1;max-width:17ch;font-size:clamp(3rem,6.2vw,6.8rem)}
.release-room{position:relative;margin-top:3rem;overflow:hidden;border-radius:6px;background:var(--ink);aspect-ratio:16/7}.release-room img{width:100%;height:100%;object-fit:cover}.release-ribbon{position:absolute;right:2rem;bottom:2rem;left:2rem;display:grid;grid-template-columns:repeat(4,1fr);color:#fff}.release-ribbon::before{position:absolute;z-index:0;top:50%;right:0;left:0;height:4px;background:linear-gradient(90deg,var(--release) 0 48%,var(--edit) 48% 51%,var(--release) 51% 76%,var(--review) 76%);content:""}.release-stop{position:relative;z-index:1;justify-self:start;padding:.45rem .6rem;border:1px solid rgba(255,255,255,.45);border-left:4px solid var(--release);background:rgba(16,24,43,.92);font:600 .68rem/1.35 var(--data);text-transform:uppercase}.release-stop:nth-child(3){border-color:var(--edit)}.release-stop:last-child{justify-self:end;border-color:var(--review)}
.section{padding-block:var(--section)}.section-white{background:var(--panel)}.section-ink{background:var(--ink);color:#fff}.section-blue{background:var(--release);color:#fff}.section-scope{background:var(--scope)}.section-head{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);gap:2rem 5rem;align-items:end;margin-bottom:clamp(2.5rem,5vw,5rem)}.section-head p{justify-self:end;margin-bottom:0}.section-head h2{max-width:15ch}.record-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--wire);border-bottom:1px solid var(--wire)}.record-cell{min-height:250px;padding:2rem;border-right:1px solid var(--wire)}.record-cell:last-child{border-right:0}.record-cell .mono{color:var(--release)}
.output-folios{display:grid;grid-template-columns:1.35fr .8fr 1fr;gap:1rem;align-items:end}.folio{position:relative;min-height:370px;padding:2rem;border:1px solid var(--wire);background:var(--panel)}.folio:first-child{min-height:480px;border-top:8px solid var(--release)}.folio:nth-child(2){min-height:330px;border-top:8px solid var(--scope)}.folio:nth-child(3){min-height:400px;border-top:8px solid var(--review)}.folio-link{position:absolute;right:2rem;bottom:2rem;left:2rem}
.ledger{border-left:5px solid var(--release)}.ledger-step{display:grid;grid-template-columns:180px 1fr;gap:1rem 2rem;padding:2rem;border-bottom:1px solid var(--wire);background:#fff}.ledger-step:last-child{border-bottom:0}.ledger-step .state{color:var(--release)}.teams-layout{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,6rem);align-items:stretch}.editorial-image{overflow:hidden;border-radius:6px;background:#dfe5ee}.editorial-image img{width:100%;height:100%;object-fit:cover}.role-list{padding:0;margin:0;list-style:none}.role-list li{padding:1.4rem 0;border-bottom:1px solid var(--wire)}.role-list strong{display:block;margin-bottom:.35rem;font-size:1.15rem}.review-mark{position:relative;padding:clamp(2rem,6vw,6rem);border:1px solid #3d4860;background:#151f35}.review-mark::before{position:absolute;top:1rem;bottom:1rem;left:7%;width:8px;background:var(--edit);transform:rotate(5deg);content:""}.review-mark>*{position:relative;max-width:820px;margin-left:auto}.review-mark h2{max-width:13ch}.faq details{border-top:1px solid var(--wire)}.faq details:last-child{border-bottom:1px solid var(--wire)}.faq summary{min-height:54px;padding:1rem 2.7rem 1rem 0;cursor:pointer;font-weight:800;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary::after{float:right;content:"+"}.faq details[open] summary::after{content:"−"}.faq details p{padding-bottom:1.25rem}.final-cta{padding:clamp(4rem,8vw,8rem) 0;background:var(--release);color:#fff}.final-cta .shell{display:grid;grid-template-columns:1.4fr auto;gap:2rem 4rem;align-items:end}.final-cta h2{max-width:14ch}.final-cta .button{background:#fff;color:var(--release)}
.page-intro{padding:clamp(4rem,8vw,8rem) 0 3rem}.page-intro h1{max-width:15ch}.contact-sheet{display:grid;grid-template-columns:5fr 5fr 7fr 5fr 5fr;gap:.75rem;padding:0 var(--edge) var(--section);overflow:hidden}.story-frame{display:flex;min-width:0;min-height:360px;flex-direction:column;padding:1.35rem;border:1px solid var(--wire);background:#fff}.story-frame:nth-child(3){background:var(--scope)}.frame-ui{display:grid;min-height:150px;grid-template-columns:42px 1fr;gap:.65rem;padding:.75rem;margin-bottom:1rem;background:var(--workbench);border:1px solid var(--wire)}.frame-ui::before{background:var(--ink);content:""}.frame-ui::after{background:repeating-linear-gradient(#9aa7b9 0 4px,transparent 4px 19px);content:""}.learning-fields{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--wire)}.field{min-height:180px;padding:1.5rem;border-right:1px solid var(--wire);border-bottom:1px solid var(--wire)}.field:nth-child(3n){border-right:0}.field:nth-last-child(-n+3){border-bottom:0}.field dt{margin-bottom:.7rem;color:var(--muted)}.field dd{margin:0;font-size:1.1rem;font-weight:700}.wide-photo{margin-block:3rem;aspect-ratio:16/7;overflow:hidden;border-radius:6px}.wide-photo img{width:100%;height:100%;object-fit:cover}.asset-family{display:grid;grid-template-columns:1.4fr .8fr;gap:1rem}.asset-primary{min-height:420px;padding:2rem;border-top:8px solid var(--release);background:#fff}.asset-tabs{display:grid;gap:1rem}.asset-tabs>div{padding:1.5rem;border-left:8px solid var(--scope);background:#fff}.asset-tabs>div:nth-child(2){border-color:var(--review)}.asset-tabs>div:nth-child(3){border-color:var(--edit)}
.batch-hero{padding-bottom:3rem;background:var(--ink);color:#fff}.batch-hero h1{max-width:14ch}.manifest-wrap{display:grid;grid-template-columns:minmax(0,3fr) minmax(240px,1fr);gap:1rem}.manifest{width:100%;border-collapse:collapse;background:#fff;color:var(--ink)}.manifest th,.manifest td{padding:1rem;border-bottom:1px solid var(--wire);text-align:left;vertical-align:top}.manifest th{background:#edf1f8;font:600 .72rem var(--data);text-transform:uppercase}.exception-lane{padding:1.5rem;border-left:8px solid var(--edit);background:#1a263e}.exception-lane h2{font-size:1.7rem}.exception{padding:1rem 0;border-bottom:1px solid #536078}.states{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--wire)}.state-card{min-height:200px;padding:1.4rem;border-right:1px solid var(--wire);border-bottom:1px solid var(--wire)}.state-card:nth-child(4n){border-right:0}.state-card:nth-last-child(-n+4){border-bottom:0}.state-card.review{background:var(--review)}.state-card.scope{background:var(--scope)}.state-card.edit{border-left:7px solid var(--edit)}.batch-summary{display:grid;grid-template-columns:1.3fr 1fr;gap:1rem}.summary-panel{padding:2rem;background:#fff}.summary-numbers{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--wire)}.summary-numbers div{padding:1.25rem;background:var(--workbench)}.summary-numbers strong{display:block;font:700 2rem var(--display)}.spec-list{padding:0;margin:0;list-style:none;counter-reset:spec}.spec-list li{display:grid;grid-template-columns:54px 1fr;gap:1rem;padding:1.3rem 0;border-top:1px solid var(--wire);counter-increment:spec}.spec-list li::before{display:grid;width:42px;height:42px;place-items:center;border:2px solid var(--release);border-radius:50%;content:counter(spec);font:700 .9rem var(--data)}
.diff-board{display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:1px;background:var(--wire)}.diff-state{position:relative;min-height:450px;padding:2rem;background:#fff}.diff-screen{display:grid;min-height:270px;grid-template-columns:70px 1fr;gap:1rem;padding:1rem;border:1px solid var(--wire);background:var(--workbench)}.diff-screen::before{background:var(--ink);content:""}.ui-lines{background:repeating-linear-gradient(#7d8899 0 5px,transparent 5px 28px)}.change-note{position:absolute;right:2rem;bottom:2rem;padding:.55rem .7rem;border-left:5px solid var(--edit);background:#fff0ed;font:600 .75rem var(--data)}.impact-record{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--wire);border:1px solid var(--wire)}.impact-record div{padding:1.5rem;background:#fff}.impact-record dt{color:var(--release);font:600 .75rem var(--data);text-transform:uppercase}.impact-record dd{margin:.5rem 0 0}.impact-map{display:grid;grid-template-columns:1fr 220px 1fr;gap:1.5rem;align-items:center}.impact-source{padding:2rem;background:var(--release);color:#fff;text-align:center}.impact-decisions{display:grid;gap:.75rem}.impact-node{padding:1rem;border-left:7px solid var(--wire);background:#fff}.impact-node.revise,.impact-node.hold{border-color:var(--edit)}.impact-node.confirm{border-color:var(--review)}.question-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:1px;background:var(--wire)}.question-grid article{min-height:230px;padding:2rem;background:#fff}
.question-cluster{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:clamp(2rem,5vw,5rem);overflow:hidden;background:var(--ink)}.question-cluster::before{position:absolute;inset:0;background:url('assets/faq-scope-1400.webp') center/cover;opacity:.3;content:""}.question-strip{position:relative;padding:1rem;background:#fff;border-left:5px solid var(--scope);font-weight:700}.answer-layout{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.answer-record{padding:2rem;background:#fff}.answer-row{padding:1rem 0;border-bottom:1px solid var(--wire)}.answer-row:last-child{border-bottom:0}.answer-row.escalate{padding-left:1rem;border-left:8px solid var(--edit)}.format-fork{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.format-option{position:relative;min-height:260px;padding:1.5rem;border-top:6px solid var(--release);background:#fff}.format-option:nth-child(2){border-color:var(--scope)}.format-option:nth-child(3){border-color:var(--review)}.format-option:nth-child(4){border-color:var(--edit)}
.resource-page{background:#f3f1ec}.resource-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:clamp(2rem,5vw,6rem)}.resource-index{position:sticky;top:100px;align-self:start;padding:1.25rem;border-left:6px solid var(--release);background:#fff}.resource-index ul{padding:0;margin:0;list-style:none}.resource-index a{display:block;padding:.65rem 0;font-weight:700;text-decoration:none}.resource-body{min-width:0}.resource-photo{width:100%;margin:0 0 3rem;overflow:hidden;border-radius:6px;aspect-ratio:16/8}.resource-photo img{width:100%;height:100%;object-fit:cover}.template-sheet{margin-bottom:3rem;padding:clamp(1.5rem,4vw,3.5rem);border-top:10px solid var(--release);background:#fff;box-shadow:0 20px 55px rgba(16,24,43,.07)}.template-sheet:nth-of-type(2){border-color:var(--scope)}.template-sheet:nth-of-type(3){border-color:var(--review)}.template-sheet:nth-of-type(4){border-color:var(--edit)}.template-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:0;margin:2rem 0;list-style:none;border-top:1px solid var(--wire);border-left:1px solid var(--wire)}.template-fields li{min-height:100px;padding:1rem;border-right:1px solid var(--wire);border-bottom:1px solid var(--wire)}.prompt{padding:1.25rem;border-left:6px solid var(--edit);background:#fff0ed;font-weight:700}
.handoff{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--wire);border:1px solid var(--wire)}.handoff-step{position:relative;min-height:260px;padding:1.5rem;background:#fff}.handoff-step::after{position:absolute;right:-10px;top:50%;z-index:2;width:18px;height:18px;border-top:3px solid var(--release);border-right:3px solid var(--release);transform:rotate(45deg);content:""}.handoff-step:last-child::after{display:none}.principles article{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 0;border-top:1px solid var(--wire)}.principles article h2{font-size:clamp(2.2rem,4.5vw,5rem)}
.site-footer{padding:clamp(3.5rem,7vw,6.5rem) 0;background:var(--ink);color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem 4rem;margin-top:2.5rem}.site-footer h2{font:600 .78rem var(--data);letter-spacing:.06em;text-transform:uppercase}.site-footer ul{padding:0;margin:0;list-style:none}.site-footer li{margin:.55rem 0}.site-footer a:not(.brand):not(.button){text-decoration:none}.site-footer a:not(.brand):not(.button):hover{text-decoration:underline;text-decoration-thickness:2px}.copyright{margin-top:3rem;color:#aeb9ca}.footer-contact{margin:1.25rem 0 0;color:#aeb9ca;font:600 .78rem var(--data);letter-spacing:.02em;overflow-wrap:anywhere}.footer-contact a,.error-contact a{color:#fff}.footer-contact a:focus-visible,.error-contact a:focus-visible{outline:2px solid currentColor;outline-offset:3px}.error-contact{margin:1.5rem 0 0;overflow-wrap:anywhere}
.migration{display:grid;min-height:100svh;place-items:center;padding:var(--edge);background:var(--ink);color:#fff}.migration-card{max-width:680px;padding:3rem;border-left:8px solid var(--edit);background:#18243b}.not-found{display:grid;min-height:calc(100svh - 76px);place-items:center;padding:var(--edge)}.missing-ribbon{width:min(100%,680px);height:5px;margin:2rem 0;background:linear-gradient(90deg,var(--release) 0 55%,transparent 55% 65%,var(--wire) 65%)}
@media(max-width:1120px){.js .menu-toggle{display:block;justify-self:end}.site-header{grid-template-columns:auto 1fr auto}.site-nav{grid-column:1/-1;width:100%}.js .site-nav{display:none}.js .site-nav.is-open{display:block}.nav-list{display:grid;grid-template-columns:1fr 1fr;padding:1rem 0 1.5rem}.nav-list a{padding:1rem;border-bottom:1px solid var(--wire)}.nav-list a::after{display:none}.hero-compact .hero-copy{grid-template-columns:1fr}.hero-compact h1{grid-column:auto}.manifest-wrap,.resource-layout{grid-template-columns:1fr}.resource-index{position:static}.record-row,.states{grid-template-columns:repeat(2,1fr)}.record-cell:nth-child(2){border-right:0}.record-cell:nth-child(-n+2){border-bottom:1px solid var(--wire)}.state-card:nth-child(2n){border-right:0}.state-card:nth-last-child(-n+4){border-bottom:1px solid var(--wire)}.state-card:nth-last-child(-n+2){border-bottom:0}.contact-sheet{overflow-x:auto;scroll-snap-type:x mandatory}.story-frame{min-width:280px;scroll-snap-align:start}}
@media(max-width:760px){h1{font-size:clamp(2.8rem,14vw,4.8rem)}.section-head,.final-cta .shell,.teams-layout,.asset-family,.batch-summary,.answer-layout,.principles article{grid-template-columns:1fr}.section-head p{justify-self:start}.release-room{aspect-ratio:auto}.release-room picture{display:block;aspect-ratio:4/5}.release-room img{object-position:center}.release-ribbon{position:relative;right:auto;bottom:auto;left:auto;grid-template-columns:1fr;padding:1rem;gap:.7rem;background:var(--ink)}.release-ribbon::before{top:1rem;bottom:1rem;left:24px;width:4px;height:auto}.release-stop,.release-stop:last-child{justify-self:stretch;margin-left:1rem}.record-row,.learning-fields,.states,.impact-record,.question-grid,.format-fork,.handoff,.template-fields,.footer-grid{grid-template-columns:1fr}.record-cell,.field,.state-card{min-height:auto;border-right:0;border-bottom:1px solid var(--wire)}.record-cell:last-child,.field:last-child,.state-card:last-child{border-bottom:0}.output-folios{grid-template-columns:1fr}.folio,.folio:first-child,.folio:nth-child(2),.folio:nth-child(3){min-height:330px}.ledger-step{grid-template-columns:1fr}.page-intro{padding-top:3.5rem}.contact-sheet{grid-template-columns:none;display:flex;padding-right:var(--edge)}.story-frame{flex:0 0 82vw}.wide-photo{aspect-ratio:4/3}.diff-board{grid-template-columns:1fr}.diff-state{min-height:360px}.impact-map{grid-template-columns:1fr}.impact-map>.mono{text-align:center}.question-cluster{grid-template-columns:1fr}.format-fork{display:grid}.handoff-step::after{right:auto;top:auto;bottom:-10px;left:50%;transform:rotate(135deg)}.nav-list{grid-template-columns:1fr}.actions .button{width:100%}.site-footer .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media(forced-colors:active){.button,.release-stop,.template-sheet,.question-strip{border:2px solid currentColor}.brand-mark::after{background:CanvasText}}
@media print{.site-header,.site-footer,.final-cta,.resource-index,.resource-photo,.actions{display:none!important}.template-sheet{break-before:page;box-shadow:none;border:1px solid #000;background:#fff}.resource-layout{display:block}body{background:#fff;color:#000}.template-fields,.template-fields li{border-color:#000}}
.responsive-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
figure{margin-inline:0}

/* Release QA corrections */
.home-hero{padding-top:clamp(2.5rem,4.5vw,4.75rem);padding-bottom:clamp(3.5rem,6vw,6rem)}
.home-hero .hero-copy{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:0 clamp(1rem,2vw,2rem);max-width:none}
.home-hero .hero-copy>.eyebrow{grid-column:1/10;grid-row:1}
.home-hero .hero-copy>h1{grid-column:1/10;grid-row:2;max-width:21ch;font-size:clamp(3.4rem,4.5vw,5.2rem)}
.home-hero .hero-copy>.lead{grid-column:1/7;grid-row:3}.home-hero .hero-copy>.actions{grid-column:7/10;grid-row:3;align-self:start;margin-top:0}.home-hero .hero-copy>.audience-line{grid-column:1/10;grid-row:4}
.hero-docket{grid-column:10/13;grid-row:1/5;align-self:start;padding:1.35rem;border-top:6px solid var(--release);background:#fff}
.hero-docket dl{margin:0}.hero-docket div{padding:1rem 0;border-bottom:1px solid var(--wire)}.hero-docket div:last-child{border-bottom:0}.hero-docket dt{font:600 .72rem/1.4 var(--data);text-transform:uppercase;color:var(--release)}.hero-docket dd{margin:.35rem 0 0;font-weight:700}
.home-hero .release-room{margin-top:clamp(2rem,3.5vw,3.5rem)}
.home-hero .release-ribbon{top:2rem;bottom:auto}
.manifest-wrap>div,.responsive-table{min-width:0;width:100%}.manifest{min-width:760px}
.final-cta .eyebrow{color:#fff}.section-ink .eyebrow,.batch-hero .eyebrow{color:var(--scope)}.section-scope .eyebrow,.section-scope .mono{color:var(--ink)}
.contact-controls{display:none;align-items:center;justify-content:space-between;gap:1rem;width:min(calc(100% - 2 * var(--edge)),1540px);margin:0 auto 1rem}.contact-controls button{min-width:48px;min-height:48px;border:2px solid var(--ink);border-radius:6px;background:#fff;font-weight:800}.contact-status{margin:0;font:600 .8rem/1.4 var(--data)}
@media(max-width:1120px){.home-hero .hero-copy>h1{grid-column:1/9}.home-hero .hero-copy>.lead{grid-column:1/6}.home-hero .hero-copy>.actions{grid-column:6/9}.home-hero .hero-copy>.audience-line{grid-column:1/9}.hero-docket{grid-column:9/13}}
@media(max-width:760px){.home-hero .hero-copy{display:block}.hero-docket{margin-top:2rem}.home-hero .hero-copy>h1{font-size:clamp(2.8rem,13vw,4.7rem)}.home-hero .release-ribbon{top:auto}.manifest-wrap{max-width:100%;min-width:0}.manifest-wrap>div{overflow:hidden}.responsive-table{padding-bottom:.5rem}.js .contact-controls{display:flex}.contact-sheet:focus-visible{outline:3px solid var(--release);outline-offset:-3px}}
