:root{--ink:#0C0B0A;--ink-2:#131211;--ink-3:#1B1917;--paper:#F6F4F1;--warm:#EFEBE5;--soft:#4D4741;--line:rgba(12,11,10,.13);--red:#D91F1A;--red-dk:#B51712;--amber:#E8B04B;--amber-ink:#8A5E12;--display:'Archivo',Impact,sans-serif;--sans:'Public Sans',system-ui,Arial,sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
html{font-size:17px}
body{font-family:var(--sans);color:var(--ink);background:var(--warm);line-height:1.6;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:var(--red-dk)}
h1,h2,h3{font-family:var(--display);font-weight:800;line-height:1.06;letter-spacing:-.02em}
h1{font-size:clamp(2.4rem,5vw,3.9rem)}
h2{font-size:clamp(1.7rem,3vw,2.3rem)}
h3{font-size:1.25rem;margin-bottom:.8rem}
.page{max-width:76rem;margin:0 auto;padding-inline:1.25rem}
@media(min-width:900px){.page{padding-inline:2.5rem}}
.hero{background:var(--ink);color:#fff}
.top{padding-block:3.25rem 3rem}
.brand{height:52px;width:auto;margin-bottom:2rem}
.date{font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--amber)}
.top h1{margin-top:.7rem;max-width:46rem}
.lede{color:rgba(255,255,255,.82);font-size:1.08rem;max-width:46rem;margin-top:1.2rem}
.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.14)}
@media(min-width:760px){.facts{grid-template-columns:repeat(4,1fr)}}
.facts .n{display:block;font-family:var(--display);font-weight:800;font-size:2.4rem;line-height:1;color:#fff}
.facts .l{display:block;font-size:.92rem;color:rgba(255,255,255,.72);margin-top:.35rem;line-height:1.35}
.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.btn{display:inline-flex;align-items:center;padding:.8rem 1.5rem;background:var(--red);color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;border:1px solid var(--red);min-height:48px}
.btn:hover{background:var(--red-dk);border-color:var(--red-dk)}
.btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
section .btn.ghost{color:var(--ink);border-color:rgba(12,11,10,.3)}
section{padding-block:3.5rem;border-bottom:1px solid var(--line)}
.shead{display:grid;gap:.5rem;margin-bottom:1.75rem;max-width:48rem}
.shead p{color:var(--soft)}
.shead.gap{margin-top:3rem}
.two{display:grid;gap:1.25rem}
@media(min-width:900px){.two{grid-template-columns:1fr 1fr}}
.three{display:grid;gap:1.25rem}
@media(min-width:900px){.three{grid-template-columns:repeat(3,1fr)}}
.two.gap{margin-top:1.25rem}
.panel{background:linear-gradient(160deg,rgba(255,255,255,.9),rgba(255,255,255,.66));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.9);box-shadow:inset 0 1px 0 #fff,0 18px 50px rgba(12,11,10,.08);padding:1.5rem}
.panel p{color:var(--soft);margin-bottom:.8rem}
.panel p:last-child{margin-bottom:0}
.plain{list-style:none;display:grid;gap:.7rem;color:var(--soft)}
.plain li{padding-left:1.2rem;position:relative}
.plain li::before{content:"";position:absolute;left:0;top:.78em;width:.6rem;height:2px;background:var(--amber)}
.plain strong,.kv strong{color:var(--ink);font-weight:700}
.kv{margin-top:.9rem}
.warn{border-left:3px solid var(--amber);padding-left:1rem;color:var(--soft)}
table{width:100%;border-collapse:collapse;font-size:.95rem}
.singles{display:grid;gap:1.25rem;align-items:start}
@media(min-width:900px){.singles{grid-template-columns:1.08fr .865fr .61fr}}
figure{background:#fff;border:1px solid var(--line);overflow:hidden}
figure img{width:100%}
figcaption{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-top:1px solid var(--line);font-size:.92rem}
figcaption span:first-child{font-weight:700}
figcaption span:last-child{color:var(--soft)}
figure.wide{margin-top:1.25rem;max-width:44rem}
.strip-wrap{overflow-x:auto;padding-bottom:.75rem}
.strip{display:flex;gap:1rem;width:max-content}
.strip figure{width:20rem;flex-shrink:0}
.hint{margin-top:.5rem;color:var(--soft);font-size:.92rem}
.lpgrid{display:grid;gap:1.25rem;align-items:start}
@media(min-width:900px){.lpgrid{grid-template-columns:1.3fr .55fr 1fr}}
.shot{display:block;background:#fff;border:1px solid var(--line);overflow:hidden}
.shot .frame{height:36rem;overflow-y:auto;overscroll-behavior:contain;background:var(--ink)}
.shot .frame img{width:100%}
.shot>a{display:block;padding:.75rem 1rem;border-top:1px solid var(--line);font-size:.92rem;font-weight:700;text-decoration:none}
.scroll{overflow-x:auto}
.deck th,.status th{text-align:left;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--soft);padding:.6rem .9rem .6rem 0;border-bottom:1px solid var(--line);white-space:nowrap}
.deck td,.status td{padding:.8rem .9rem .8rem 0;border-bottom:1px solid var(--line);vertical-align:top;color:var(--soft);min-width:9rem}
.deck td:nth-child(2){color:var(--ink);min-width:20rem}
.deck td:first-child,.status td:first-child{color:var(--ink);font-weight:700;white-space:nowrap}
.deck td:last-child{color:var(--amber-ink);font-weight:700;min-width:12rem}
.qs{counter-reset:q;list-style:none;display:grid;gap:.9rem}
.qs li{counter-increment:q;display:grid;grid-template-columns:2.2rem 1fr;gap:.6rem;color:var(--soft)}
.qs li::before{content:counter(q);width:1.8rem;height:1.8rem;border-radius:50%;background:var(--ink);color:var(--amber);display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:.9rem}
.qs strong{color:var(--ink)}
footer{padding-block:2.5rem 4rem;color:var(--soft);font-size:.92rem;line-height:1.8;max-width:52rem}
figure img,.shot .frame img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}
