/* WORLDTAKER landing + press kit. The generated wiki owns site/wiki/wiki.css. */
:root {
  --ground: #14100e;
  --ground-deep: #0d0a09;
  --panel: #1e1814;
  --panel-light: #2a211a;
  --line: #473726;
  --ink: #eee3cf;
  --ink-dim: #b8a98d;
  --crimson: #c22a35;
  --crimson-dark: #781820;
  --gold: #c9973b;
  --gold-bright: #efc36b;
  --display: Georgia, "Times New Roman", serif;
  --body: "Trebuchet MS", Verdana, Geneva, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 16px/1.55 var(--body); overflow-x: hidden; }
img { max-width: 100%; }
a { color: var(--gold-bright); text-decoration: none; }
a:hover { color: #fff; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }

.band-inner { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.band-inner.narrow { max-width: 780px; }

.masthead {
  position: fixed; inset: 0 0 auto; z-index: 30; min-height: 58px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  padding: 9px max(22px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(10,7,6,.82), rgba(10,7,6,0));
  transition: background .25s, border-color .25s, backdrop-filter .25s;
}
.masthead.scrolled { background: rgba(20,16,14,.96); border-bottom-color: rgba(201,151,59,.55); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-bright); font: 700 .95rem/1 var(--display); letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.brand img { display: block; }
.masthead nav { display: flex; justify-content: flex-end; gap: 22px; }
.masthead nav a, .foot nav a { color: var(--ink-dim); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.masthead nav a:hover, .foot nav a:hover { color: var(--gold-bright); }
.nav-cta { min-width: 148px; padding: 10px 18px 9px; color: #fff; background: var(--crimson); box-shadow: 0 3px 0 var(--crimson-dark); border-radius: 6px; text-align: center; font: 700 .76rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.nav-cta:hover { color: #fff; background: #d53844; }
.nav-toggle { display: none; }

.hero-band { min-height: 720px; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--ground-deep); }
.hero-poster { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.9) contrast(1.08); transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,6,5,.97) 0%, rgba(14,10,8,.84) 35%, rgba(14,10,8,.2) 73%), linear-gradient(180deg, rgba(8,6,5,.15), rgba(13,10,8,.88)); }
.hero-copy { padding-top: 74px; }
.hero-logo { display: block; width: min(520px, 58vw); height: auto; margin: 0 0 10px -18px; filter: drop-shadow(0 10px 24px #000); }
.hero-copy h1 { margin: 0; color: var(--gold-bright); font: 700 clamp(2.8rem, 5vw, 4rem)/.95 var(--display); letter-spacing: .035em; text-transform: uppercase; text-wrap: balance; }
.hero-copy > p:not(.availability) { max-width: 47ch; margin: 18px 0 26px; font-size: clamp(1rem, 1.8vw, 1.23rem); color: var(--ink); text-wrap: balance; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.cta { display: inline-grid; min-width: 280px; min-height: 58px; place-items: center; padding: 16px 25px; color: #fff; background: var(--crimson); border: 1px solid #df4a54; border-radius: 8px; box-shadow: 0 4px 0 var(--crimson-dark), 0 12px 30px rgba(0,0,0,.28); font: 700 .9rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; transition: transform .15s, background .15s; }
.cta:hover { color: #fff; background: #d53844; transform: translateY(-2px); }
.cta.ghost { min-width: 190px; background: rgba(15,11,9,.55); color: var(--gold-bright); border-color: rgba(239,195,107,.48); box-shadow: 0 4px 0 #0d0907; }
.availability { margin: 20px 0 0; color: var(--ink-dim); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }

.proof-strip { background: #191310; border-block: 1px solid rgba(201,151,59,.36); }
.proof-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid p { margin: 0; display: flex; align-items: baseline; justify-content: center; gap: 10px; border-right: 1px solid rgba(201,151,59,.22); }
.proof-grid p:last-child { border: 0; }
.proof-grid b { color: var(--gold-bright); font: 700 2rem/1 var(--display); }
.proof-grid span { color: var(--ink-dim); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.band-dark { background: #0f0c0b; }
.band-cloth { position: relative; background: #191310; }
.band-cloth::before { content: ""; position: absolute; inset: -18px 0 auto; height: 22px; background: linear-gradient(135deg, transparent 8px, #191310 0) 0 0 / 24px 22px repeat-x; }
.eyebrow { margin: 0 0 8px; color: var(--crimson); font: 700 .72rem/1 var(--body); letter-spacing: .22em; text-transform: uppercase; }
h2 { margin: 0; color: var(--gold-bright); font: 700 clamp(2.1rem, 5vw, 3.8rem)/1 var(--display); text-transform: uppercase; letter-spacing: .035em; text-wrap: balance; }
h3 { color: var(--gold-bright); font-family: var(--display); }
.section-lede { max-width: 52ch; margin: 18px auto 36px; color: var(--ink-dim); font-size: 1.05rem; text-align: center; text-wrap: balance; }

.showcase { padding: 86px 0 110px; background-image: linear-gradient(rgba(15,12,11,.94), rgba(15,12,11,.98)), url("wiki/img/g/ground_p17_hollowcairn.webp"); background-size: auto, 256px; }
.showcase h2 { margin-bottom: 34px; }
.store-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .9fr); gap: 22px; align-items: start; }
.store-media { min-width: 0; }
.reel { position: relative; aspect-ratio: 16 / 9; border: 2px solid rgba(201,151,59,.65); border-radius: 10px; overflow: hidden; background: #000; box-shadow: 0 22px 60px rgba(0,0,0,.5); }
.reel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .55s ease; }
.reel > img[hidden] { display: block; opacity: 0; pointer-events: none; }
.reel-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.reel-thumbs button { padding: 0; aspect-ratio: 16 / 9; border: 2px solid transparent; border-radius: 5px; overflow: hidden; background: #090706; cursor: pointer; opacity: .62; transition: opacity .15s, border-color .15s; }
.reel-thumbs button:hover, .reel-thumbs button[aria-current="true"] { opacity: 1; border-color: var(--gold-bright); }
.reel-thumbs img { display: block; width: 100%; height: 100%; object-fit: cover; }
.store-summary { background: rgba(24,18,15,.94); border: 1px solid rgba(201,151,59,.36); border-radius: 8px; overflow: hidden; box-shadow: 0 16px 42px rgba(0,0,0,.3); }
.store-capsule { display: block; width: 100%; height: auto; aspect-ratio: 1.9 / 1; object-fit: contain; object-position: center; padding: clamp(18px, 3vw, 34px); background: radial-gradient(circle at 50% 48%, rgba(136,29,36,.3), transparent 58%), #0c0907; border-bottom: 1px solid var(--line); }
.store-summary > p { margin: 0; padding: 18px 18px 14px; color: var(--ink); font-size: .93rem; line-height: 1.48; }
.store-summary dl { margin: 0; padding: 0 18px 16px; }
.store-summary dl div { display: grid; grid-template-columns: 82px 1fr; gap: 8px; padding: 6px 0; border-top: 1px solid rgba(71,55,38,.48); }
.store-summary dt { color: var(--ink-dim); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.store-summary dd { margin: 0; color: var(--gold-bright); font-size: .78rem; }
.store-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 18px 18px; }
.store-tags span { padding: 5px 8px; border-radius: 3px; background: #30251d; color: var(--ink-dim); font-size: .66rem; letter-spacing: .04em; }

.march { padding: 110px 0 120px; }
.march > .band-inner > h2 { margin-bottom: 66px; }
.feature-row { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: clamp(34px, 5vw, 72px); align-items: center; margin: 0 0 92px; }
.feature-row:last-child { margin-bottom: 0; }
.feature-row.reverse { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.45fr); }
.feature-row.reverse .shot-button { order: 2; }
.shot-button, .gallery-grid button { padding: 0; border: 1px solid rgba(201,151,59,.42); background: #080605; cursor: zoom-in; border-radius: 8px; overflow: hidden; box-shadow: 0 17px 45px rgba(0,0,0,.3); }
.shot-button img, .gallery-grid img { display: block; width: 100%; height: auto; transition: transform .3s, filter .3s; }
.shot-button:hover img, .gallery-grid button:hover img { transform: scale(1.02); filter: brightness(1.08); }
.feature-copy h3 { margin: 14px 0 12px; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.05; }
.feature-copy p:last-child { margin: 0; color: var(--ink-dim); }
.ribbon { display: inline-block; margin: 0; padding: 7px 16px 6px; background: var(--crimson); color: #fff; font: 700 .72rem/1 var(--display); letter-spacing: .15em; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%); }

.world-band { padding: 100px 0 120px; text-align: center; background: linear-gradient(rgba(23,18,15,.86), rgba(23,18,15,.94)), url("wiki/img/hero.webp") center / cover fixed; border-block: 1px solid rgba(201,151,59,.3); }
.world-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; align-items: center; text-align: left; }
.map-stage { min-height: 520px; display: grid; place-items: center; padding: 28px; border: 1px solid rgba(201,151,59,.35); background: rgba(10,7,6,.66); border-radius: 12px; box-shadow: inset 0 0 50px rgba(0,0,0,.55), 0 22px 55px rgba(0,0,0,.26); }
.map-loading { color: var(--ink-dim); }
.wmap { display: block; width: 100%; max-height: 560px; overflow: visible; }
.wmap .edges { fill: none; stroke: rgba(239,195,107,.24); stroke-width: 7; }
.wmap .prov { stroke: #100c0a; stroke-width: 8; transition: filter .18s, opacity .18s, stroke .18s; }
.wmap a { cursor: pointer; }
.wmap a:hover .prov, .wmap a:focus .prov { filter: brightness(1.45); stroke: var(--gold-bright); }
.wmap .tier, .wmap .pname { fill: #f2e7d4; stroke: #130e0b; stroke-width: 7; paint-order: stroke; text-anchor: middle; pointer-events: none; font-family: var(--display); font-weight: 700; }
.wmap .tier { font-size: 34px; fill: var(--gold-bright); }
.wmap .pname { font-size: 30px !important; }
.province-card { min-height: 220px; padding: 26px; background: rgba(30,24,20,.96); border: 1px solid var(--gold); border-left: 4px solid var(--crimson); border-radius: 8px; box-shadow: 0 14px 35px rgba(0,0,0,.3); }
.province-kicker { color: var(--crimson); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.province-card h3 { margin: 7px 0 10px; font-size: 1.7rem; text-transform: uppercase; line-height: 1; }
.province-card p { margin: 0 0 20px; color: var(--ink-dim); font-size: .9rem; }
.province-card a { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.champions { padding: 100px 0 116px; text-align: center; }
.champion-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.champion-card { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 24px 16px; position: relative; overflow: hidden; color: var(--ink); border: 1px solid rgba(201,151,59,.35); border-radius: 9px; background-size: cover; background-position: center; box-shadow: 0 12px 35px rgba(0,0,0,.25); transition: transform .2s, border-color .2s, filter .2s; }
.champion-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,7,6,.05), rgba(10,7,6,.55) 54%, rgba(10,7,6,.96)); }
.champion-card:hover { color: #fff; transform: translateY(-5px); border-color: var(--gold-bright); filter: brightness(1.08); }
.champion-card.briar { background-image: url("wiki/img/g/ground_p05_heart_of_briars.webp"); }
.champion-card.carrion { background-image: url("wiki/img/g/ground_p09_the_roost_throne.webp"); }
.champion-card.granite { background-image: url("wiki/img/g/ground_p13_granite_seat.webp"); }
.champion-card.crown { background-image: url("wiki/img/g/ground_p18_the_hollow_crown.webp"); }
.walk { position: absolute; top: 58px; left: 50%; width: 128px; height: 128px; margin-left: -64px; display: block; background-repeat: no-repeat; image-rendering: pixelated; transform: scale(1.3); filter: drop-shadow(0 14px 8px rgba(0,0,0,.55)); }
.walk-briarheart { background-image: url("wiki/img/a/briarheart_walk.webp"); background-size: 1792px 128px; animation: walk-briar 1.17s steps(14) infinite; }
.walk-carrion { background-image: url("wiki/img/a/carrion_king_strut.webp"); background-size: 3328px 128px; animation: walk-carrion 2.13s steps(26) infinite; }
.walk-granite { background-image: url("wiki/img/a/granite_walk.webp"); background-size: 3328px 128px; animation: walk-granite 2.17s steps(26) infinite; }
.walk-crown { background-image: url("wiki/img/a/hollow_crown_advance.webp"); background-size: 3072px 128px; animation: walk-crown 1.96s steps(24) infinite; }
@keyframes walk-briar { to { background-position-x: -1792px; } }
@keyframes walk-carrion { to { background-position-x: -3328px; } }
@keyframes walk-granite { to { background-position-x: -3328px; } }
@keyframes walk-crown { to { background-position-x: -3072px; } }
.champion-copy { position: relative; display: flex; flex-direction: column; align-items: center; }
.champion-copy b { color: var(--gold-bright); font: 700 1.17rem/1.05 var(--display); text-transform: uppercase; }
.champion-copy small { margin-top: 8px; color: var(--ink-dim); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.champion-copy em { margin-top: 16px; color: var(--ink); font: normal .82rem/1.35 var(--body); }

.gallery { padding: 110px 0 126px; text-align: center; }
.gallery-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid button { aspect-ratio: 16 / 9; }
.gallery-grid img { height: 100%; object-fit: cover; }

.closing { min-height: 480px; position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; text-align: center; }
.closing > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.closing-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(rgba(10,7,6,.76), rgba(10,7,6,.92)), rgba(194,42,53,.12); }
.closing-copy h2 { margin-bottom: 28px; }
.closing-copy .cta { min-width: 360px; }
.closing-copy > p:last-child { color: var(--ink-dim); font-size: .88rem; }
.foot { padding: 44px 0; background: #090706; border-top: 1px solid rgba(201,151,59,.25); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; }
.foot nav { display: flex; gap: 20px; }
.foot p { margin: 0; color: var(--ink-dim); font-size: .8rem; }

.lightbox { width: min(94vw, 1500px); max-width: none; padding: 0; border: 1px solid var(--gold); background: #080605; box-shadow: 0 25px 90px #000; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.lightbox img { display: block; width: 100%; height: auto; }
.lightbox-close { position: absolute; top: 10px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(239,195,107,.7); border-radius: 50%; color: #fff; background: rgba(10,7,6,.85); font-size: 1.7rem; line-height: 1; cursor: pointer; }

/* Press-kit compatibility */
.wrap { max-width: 68rem; margin: 0 auto; padding: 100px 1.25rem 4rem; }
.wrap h1 { color: var(--gold-bright); font: 700 clamp(2.4rem, 7vw, 4.5rem)/1 var(--display); text-transform: uppercase; }
.wrap h2 { margin: 3rem 0 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); font-size: 1rem; letter-spacing: .16em; }
.wrap h3 { margin: 1.75rem 0 .4rem; }
.press-hero { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(28px,5vw,64px); align-items: center; margin: 18px 0 48px; }
.press-hero h1 { margin: 0 0 18px; }
.press-hero .sub { margin: 0; color: var(--ink-dim); font-size: 1.05rem; }
.press-hero > a { display: block; border: 1px solid rgba(201,151,59,.5); border-radius: 9px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.38); }
.press-hero img { display: block; width: 100%; height: auto; }
.press-media { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.press-media a { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(201,151,59,.42); border-radius: 7px; background: #080605; }
.press-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s, filter .25s; }
.press-media span { position: absolute; inset: auto 0 0; padding: 22px 14px 10px; color: #fff; background: linear-gradient(transparent,rgba(8,6,5,.94)); font: 700 .72rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.press-media a:hover img { transform: scale(1.025); filter: brightness(1.08); }
.note, .beat { padding: 1rem 1.25rem; color: var(--ink-dim); background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 6px; }
.beats { display: grid; grid-template-columns: repeat(auto-fit,minmax(15rem,1fr)); gap: 1rem; }
.scroll-x { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .9rem; }
th, td { padding: .5rem .7rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--gold); font-weight: normal; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
dl.facts { display: grid; grid-template-columns: max-content 1fr; gap: .4rem 1.5rem; }
dl.facts dt { color: var(--gold); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
dl.facts dd { margin: 0; }

@media (max-width: 900px) {
  .masthead { grid-template-columns: auto 1fr auto; gap: 14px; padding-inline: 16px; }
  .masthead nav { display: none; }
  .nav-toggle { display: inline-block; justify-self: end; color: var(--ink-dim); border: 0; background: transparent; font: 700 .7rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
  .masthead.open nav { position: absolute; top: 58px; right: 16px; display: grid; gap: 0; min-width: 180px; padding: 8px; background: rgba(20,16,14,.98); border: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.4); }
  .masthead.open nav a { padding: 12px; }
  .nav-cta { min-width: 128px; }
  .hero-band { min-height: 640px; }
  .hero-logo { width: min(460px, 68vw); }
  .store-layout { grid-template-columns: 1fr; }
  .store-summary { display: grid; grid-template-columns: minmax(220px, .85fr) 1fr; align-items: stretch; }
  .store-capsule { grid-row: 1 / span 3; height: 100%; min-height: 250px; aspect-ratio: auto; border-bottom: 0; border-right: 1px solid var(--line); }
  .store-summary > p { align-self: start; }
  .store-summary dl, .store-tags { grid-column: 2; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 26px; margin-bottom: 72px; }
  .feature-row.reverse .shot-button { order: 0; }
  .world-layout { grid-template-columns: 1fr; }
  .map-stage { min-height: 440px; }
  .province-card { min-height: 0; }
  .champion-grid { grid-template-columns: repeat(2, 1fr); }
  .champion-card { min-height: 360px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .band-inner { width: min(100% - 28px, 1120px); }
  .masthead { min-height: 54px; grid-template-columns: 1fr auto; }
  .masthead .brand span, .nav-toggle { display: none; }
  .nav-cta { min-width: 124px; padding-inline: 12px; font-size: .68rem; }
  .hero-band { min-height: 580px; align-items: flex-end; }
  .hero-poster { object-position: 64% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(8,6,5,.22) 0%, rgba(8,6,5,.65) 42%, rgba(8,6,5,.98) 78%); }
  .hero-copy { padding: 92px 0 52px; }
  .hero-logo { width: min(330px, 88vw); margin-left: -10px; }
  .hero-copy h1 { font-size: 2.35rem; }
  .hero-copy > p:not(.availability) { margin: 13px 0 20px; font-size: 1rem; }
  .hero-actions { display: grid; }
  .cta, .cta.ghost { width: 100%; min-width: 0; min-height: 52px; }
  .proof-grid { min-height: 144px; grid-template-columns: repeat(2, 1fr); padding-block: 12px; }
  .proof-grid p { min-height: 52px; }
  .proof-grid p:nth-child(2) { border-right: 0; }
  .proof-grid b { font-size: 1.6rem; }
  .store-summary { display: block; }
  .store-capsule { grid-row: auto; min-height: 0; height: auto; aspect-ratio: 1.9 / 1; border-right: 0; border-bottom: 1px solid var(--line); }
  .showcase, .march, .world-band, .champions, .gallery { padding-block: 74px 84px; }
  .march > .band-inner > h2 { margin-bottom: 42px; }
  .feature-row { margin-bottom: 58px; }
  .map-stage { min-height: 340px; padding: 10px; }
  .wmap .tier { font-size: 28px; }
  .champion-grid { grid-template-columns: 1fr; }
  .champion-card { min-height: 330px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .closing { min-height: 430px; }
  .closing-copy .cta { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  dl.facts { grid-template-columns: 1fr; }
  .press-hero { grid-template-columns: 1fr; margin-top: 0; }
  .press-media { grid-template-columns: 1fr; }
}

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