:root {
  --navy: #061426;
  --navy-2: #0a2443;
  --ink: #07111f;
  --paper: #f4f0e7;
  --white: #ffffff;
  --blue: #2368e8;
  --blue-soft: #dce9ff;
  --gold: #f2bd42;
  --gold-deep: #c98a12;
  --cyan: #24c9cf;
  --pink: #ff6da8;
  --violet: #7651f5;
  --muted: #697384;
  --line: rgba(7, 17, 31, .15);
  --max: 1380px;
  --radius: 28px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 34px 90px rgba(6, 20, 38, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
::selection { background: var(--gold); color: var(--navy); }

.skip-link { position: fixed; z-index: 1000; top: .8rem; left: .8rem; transform: translateY(-160%); background: white; color: var(--ink); padding: .8rem 1rem; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.2rem, 4vw, 4.8rem); color: white; transition: height .3s ease, background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(6, 20, 38, .9); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; width: max-content; gap: .72rem; text-decoration: none; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand-copy { display: grid; line-height: .95; letter-spacing: .13em; }
.brand-copy strong { font-size: .88rem; }
.brand-copy small { margin-top: .34rem; font-size: .52rem; color: rgba(255,255,255,.66); }
.desktop-nav { display: flex; gap: clamp(1.3rem, 2.5vw, 2.5rem); align-items: center; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.68); font-size: .73rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.5rem; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.42); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.menu-button { display: none; justify-self: end; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); position: relative; }
.menu-button span { position: absolute; left: 12px; right: 12px; height: 1px; background: white; transition: transform .25s ease, top .25s ease; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 25px; }
.menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 90; inset: 0; display: grid; align-content: center; gap: 3rem; padding: 7rem 2rem 3rem; color: white; background: var(--navy); transform: translateY(-100%); visibility: hidden; transition: transform .45s cubic-bezier(.7,0,.2,1), visibility .45s; }
.mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.mobile-menu nav { display: grid; gap: .7rem; }
.mobile-menu nav a { font-family: var(--serif); font-size: clamp(2.8rem, 10vw, 5rem); line-height: 1; letter-spacing: -.05em; text-decoration: none; }
.mobile-menu p { color: rgba(255,255,255,.55); max-width: 420px; }

.hero { min-height: 100svh; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 76% 30%, rgba(36,201,207,.14), transparent 27%), radial-gradient(circle at 83% 69%, rgba(255,109,168,.12), transparent 25%), linear-gradient(135deg, #04111f 0%, #071b33 55%, #092a4d 100%); padding: 10.5rem clamp(1.2rem, 5vw, 5.8rem) 4rem; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 4vw; align-items: center; }
.hero-grid { position: absolute; inset: 0; opacity: .065; background-image: linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-one { width: 31rem; height: 31rem; right: -13rem; top: -13rem; border: 1px solid rgba(242,189,66,.28); box-shadow: inset 0 0 100px rgba(242,189,66,.1); }
.glow-two { width: 24rem; height: 24rem; left: 34%; bottom: -16rem; background: radial-gradient(circle, rgba(35,104,232,.25), transparent 70%); }
.hero-copy, .hero-art, .hero-strip { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.55rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.62); font-size: .66rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 33px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: var(--gold); }
.hero h1 { margin: 0; max-width: 860px; font-family: var(--serif); font-size: clamp(4.4rem, 8.5vw, 9.6rem); line-height: .83; font-weight: 400; letter-spacing: -.076em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-lead { margin: 2rem 0 0; max-width: 690px; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.35vw, 1.24rem); line-height: 1.75; }
.hero-actions { margin-top: 2.35rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: 0 1.3rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--navy); background: var(--gold); }
.button-primary:hover { background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.25); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.07); }
.button-dark { color: white; background: var(--navy); }
.button-dark:hover { background: var(--blue); }
.hero-note { margin-top: 2.2rem; padding-top: 1.1rem; max-width: 650px; border-top: 1px solid rgba(255,255,255,.13); display: flex; gap: 1rem; align-items: baseline; color: rgba(255,255,255,.48); font-size: .72rem; line-height: 1.6; }
.hero-note strong { color: white; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }

.hero-art { min-height: 650px; width: min(100%, 650px); justify-self: end; }
.art-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }
.orbit-one { width: 470px; height: 470px; top: 90px; left: 90px; }
.orbit-two { width: 590px; height: 590px; top: 25px; left: 25px; border-color: rgba(242,189,66,.2); }
.art-orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); top: 50%; left: -5px; box-shadow: 0 0 24px var(--cyan); }
.art-card { position: absolute; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); box-shadow: 0 32px 70px rgba(0,0,0,.35); backdrop-filter: blur(12px); overflow: hidden; }
.art-card img { width: 100%; height: 100%; object-fit: contain; }
.art-card-pack { z-index: 5; width: 250px; height: 455px; left: 175px; top: 82px; border-radius: 25px; padding: 1rem; transform: rotate(3deg); animation: packFloat 5.5s ease-in-out infinite; }
.art-card-etb { z-index: 3; width: 210px; height: 210px; right: 0; bottom: 52px; border-radius: 25px; padding: .75rem; transform: rotate(7deg); }
.art-card-mew, .art-card-mewtwo { width: 155px; height: 215px; border-radius: 18px; }
.art-card-mew { z-index: 2; left: 0; bottom: 55px; transform: rotate(-10deg); }
.art-card-mewtwo { z-index: 1; left: 64px; top: 14px; transform: rotate(8deg); }
.art-label { position: absolute; z-index: 7; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.24); color: white; background: rgba(6,20,38,.88); font-size: .55rem; font-weight: 900; letter-spacing: .15em; }
.label-one { left: 5px; top: 215px; transform: rotate(-5deg); }
.label-two { right: 7px; top: 150px; color: var(--ink); background: var(--gold); transform: rotate(4deg); }
@keyframes packFloat { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(0deg) translateY(-18px); } }
.hero-strip { grid-column: 1 / -1; align-self: end; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.35); font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-strip i { height: 1px; flex: 1; background: rgba(255,255,255,.1); }

.section-pad { padding: clamp(5.5rem, 9vw, 9.8rem) clamp(1.2rem, 5vw, 5.8rem); }
.section-label { max-width: var(--max); margin: 0 auto 3.8rem; display: flex; align-items: center; gap: 1rem; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.section-label span { color: var(--gold-deep); font-family: var(--serif); font-size: 1.15rem; }
.display-title { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 7rem); line-height: .95; font-weight: 400; letter-spacing: -.06em; }
.display-title em { color: var(--blue); font-weight: 400; }

.manifesto { background: var(--paper); }
.manifesto-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.manifesto-copy { color: var(--muted); font-size: 1rem; line-height: 1.78; }
.manifesto-copy p:first-child { margin-top: 0; }
.coverage-grid { max-width: var(--max); margin: 6rem auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.coverage-card { position: relative; min-height: 460px; display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease; }
.coverage-card > span { color: var(--blue); font-size: .66rem; font-weight: 900; }
.coverage-card h3 { margin: auto 0 1rem; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; letter-spacing: -.03em; }
.coverage-card p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.7; }
.coverage-card:hover { transform: translateY(-9px); color: white; background: var(--navy); box-shadow: var(--shadow); }
.coverage-card:nth-child(2):hover { color: white; background: var(--blue); }
.coverage-card:nth-child(3):hover { color: var(--navy); background: var(--gold); }
.coverage-card:nth-child(4):hover { color: var(--navy); background: #cfff76; }
.coverage-card:hover p, .coverage-card:hover > span { color: inherit; opacity: .7; }
.coverage-icon { position: relative; width: 120px; height: 120px; margin-top: 3.8rem; }
.icon-story { border: 1px solid var(--line); border-radius: 50%; }
.icon-story i { position: absolute; border: 1px solid var(--blue); border-radius: 50%; }
.icon-story i:nth-child(1) { inset: 16px; }
.icon-story i:nth-child(2) { inset: 33px; }
.icon-story i:nth-child(3) { width: 11px; height: 11px; top: 55px; left: -5px; background: var(--gold); border: 0; }
.icon-product { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transform: rotate(-4deg); }
.icon-product i { border: 1px solid var(--line); background: var(--blue-soft); }
.icon-product i:last-child { transform: translateY(15px); background: #fff0cb; }
.icon-guide i { position: absolute; left: 0; right: 0; height: 18px; border: 1px solid var(--line); border-radius: 999px; }
.icon-guide i:nth-child(1) { top: 20px; width: 100%; }
.icon-guide i:nth-child(2) { top: 50px; width: 76%; }
.icon-guide i:nth-child(3) { top: 80px; width: 52%; }
.icon-signal { display: flex; align-items: end; gap: 10px; padding: 10px; border-bottom: 1px solid var(--line); }
.icon-signal i { flex: 1; background: var(--blue); border-radius: 5px 5px 0 0; }
.icon-signal i:nth-child(1) { height: 35%; }
.icon-signal i:nth-child(2) { height: 65%; background: var(--gold); }
.icon-signal i:nth-child(3) { height: 100%; background: var(--cyan); }

.featured { background: white; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.featured-image { min-height: 720px; position: relative; overflow: hidden; border-radius: 38px; color: white; background: radial-gradient(circle at 35% 30%, rgba(242,189,66,.28), transparent 25%), linear-gradient(145deg, #07172a, #0b2f58); }
.featured-image::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 52px 52px; }
.featured-number { position: absolute; right: -1rem; bottom: -5.5rem; font-family: var(--serif); font-size: 23rem; line-height: 1; color: rgba(255,255,255,.055); letter-spacing: -.12em; }
.featured-pack { position: absolute; z-index: 3; width: min(51%, 310px); left: 17%; top: 8%; filter: drop-shadow(0 38px 28px rgba(0,0,0,.38)); transform: rotate(-3deg); }
.featured-card-stack { position: absolute; z-index: 2; right: 8%; bottom: 8%; width: 38%; height: 46%; }
.featured-card-stack img { position: absolute; width: 74%; height: 92%; object-fit: cover; border-radius: 17px; box-shadow: 0 24px 45px rgba(0,0,0,.35); }
.featured-card-stack img:first-child { left: 0; bottom: 0; transform: rotate(-9deg); }
.featured-card-stack img:last-child { right: 0; top: 0; transform: rotate(8deg); }
.featured-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6.5vw, 7.4rem); line-height: .9; font-weight: 400; letter-spacing: -.065em; }
.featured-copy h2 em { color: var(--gold-deep); font-weight: 400; }
.featured-copy > p { max-width: 700px; margin: 2rem 0; color: var(--muted); line-height: 1.78; }
.feature-facts { margin: 2.4rem 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-facts div { padding: 1.2rem 1rem 1.2rem 0; border-right: 1px solid var(--line); }
.feature-facts div:last-child { border-right: 0; padding-left: 1rem; }
.feature-facts div:nth-child(2) { padding-left: 1rem; }
.feature-facts strong, .feature-facts span { display: block; }
.feature-facts strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.feature-facts span { margin-top: .4rem; color: var(--muted); font-size: .68rem; }

.journal { color: white; background: var(--navy); }
.journal-heading { max-width: var(--max); margin: 0 auto 4rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: end; }
.journal-heading h2 { margin: 0; max-width: 860px; font-family: var(--serif); font-size: clamp(3.2rem, 5.6vw, 6.5rem); line-height: .95; font-weight: 400; letter-spacing: -.06em; }
.journal-heading > p { color: rgba(255,255,255,.6); line-height: 1.7; }
.journal-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 1rem; }
.journal-card { min-height: 590px; display: flex; flex-direction: column; padding: 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; color: white; text-decoration: none; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.journal-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.3); }
.journal-image, .placeholder-visual { height: 300px; border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.06); }
.journal-image img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; }
.placeholder-visual { display: grid; place-items: center; position: relative; overflow: hidden; }
.placeholder-visual::before, .placeholder-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); }
.placeholder-visual::before { width: 220px; height: 220px; }
.placeholder-visual::after { width: 330px; height: 330px; }
.placeholder-visual span { position: relative; z-index: 2; font-family: var(--serif); font-size: 4.2rem; color: rgba(255,255,255,.82); letter-spacing: -.05em; }
.visual-guide { background: linear-gradient(145deg, #1b62d8, #0b2c55); }
.visual-release { background: linear-gradient(145deg, #a37010, #392506); }
.journal-meta { margin: 1.2rem 0 1rem; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.45); font-size: .59rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.journal-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 2.8vw, 3.1rem); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.journal-card p { color: rgba(255,255,255,.58); line-height: 1.65; font-size: .84rem; }
.journal-card > strong { margin-top: auto; padding-top: 1rem; color: var(--gold); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.about { background: var(--paper); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-mark { min-height: 650px; border-radius: 36px; background: var(--blue); color: white; display: grid; place-items: center; align-content: center; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); }
.about-mark::before { width: 70%; aspect-ratio: 1; }
.about-mark::after { width: 96%; aspect-ratio: 1; }
.about-mark img { position: relative; z-index: 2; width: 165px; height: 165px; object-fit: contain; }
.about-mark span, .about-mark small { position: relative; z-index: 2; }
.about-mark span { margin-top: 1.3rem; font-family: var(--serif); font-size: 3rem; letter-spacing: -.04em; }
.about-mark small { margin-top: .45rem; font-size: .58rem; font-weight: 900; letter-spacing: .18em; }
.about-copy .section-label { margin-left: 0; margin-right: 0; }
.about-copy > p { color: var(--muted); line-height: 1.75; }
.about-values { margin-top: 2.7rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.about-values div { padding: 1.25rem 1rem 0 0; }
.about-values strong, .about-values span { display: block; }
.about-values strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.about-values span { margin-top: .45rem; color: var(--muted); font-size: .68rem; }

.updates { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; color: white; background: linear-gradient(145deg, #0c2a50, #061426); }
.updates-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 5.5vw, 6.2rem); line-height: .94; font-weight: 400; letter-spacing: -.055em; }
.updates-copy > p { max-width: 650px; color: rgba(255,255,255,.58); line-height: 1.7; }
.updates-form { padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(255,255,255,.06); }
.updates-form label { display: block; margin-bottom: .75rem; color: rgba(255,255,255,.64); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.email-row { display: grid; grid-template-columns: 1fr auto; gap: .7rem; }
.email-row input { min-width: 0; min-height: 56px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: white; padding: 0 1.25rem; outline: none; }
.email-row input::placeholder { color: rgba(255,255,255,.35); }
.email-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(242,189,66,.11); }
.form-status { margin: .9rem 0 0; color: rgba(255,255,255,.42); font-size: .68rem; line-height: 1.55; }
.form-status.is-success { color: #d7ff9a; }

.site-footer { padding: 4rem clamp(1.2rem, 5vw, 5.8rem) 2rem; color: white; background: #030b14; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.footer-brand p { color: rgba(255,255,255,.48); font-family: var(--serif); font-size: 1.55rem; line-height: 1.2; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.footer-links div { display: grid; align-content: start; gap: .75rem; }
.footer-links small { margin-bottom: .4rem; color: rgba(255,255,255,.34); font-size: .58rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.65); font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: auto 1fr; gap: 2rem; color: rgba(255,255,255,.32); font-size: .61rem; line-height: 1.55; }
.footer-bottom span:last-child { justify-self: end; max-width: 820px; text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 9rem; }
  .hero-copy { max-width: 900px; }
  .hero-art { justify-self: center; width: min(100%, 700px); }
  .hero-strip { margin-top: 1rem; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .featured { grid-template-columns: 1fr; }
  .featured-image { min-height: 680px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card-feature { grid-column: 1 / -1; }
  .journal-card-feature .journal-image { height: 390px; }
}

@media (max-width: 820px) {
  .hero h1 { font-size: clamp(4rem, 16vw, 7rem); }
  .hero-art { min-height: 570px; transform: scale(.9); transform-origin: center; }
  .hero-strip { flex-wrap: wrap; justify-content: flex-start; }
  .hero-strip i { display: none; }
  .manifesto-grid, .journal-heading, .about, .updates { grid-template-columns: 1fr; }
  .manifesto-grid { align-items: start; }
  .feature-facts { grid-template-columns: 1fr; }
  .feature-facts div, .feature-facts div:nth-child(2), .feature-facts div:last-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 1rem 0; }
  .feature-facts div:last-child { border-bottom: 0; }
  .about-mark { min-height: 520px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom span:last-child { justify-self: start; text-align: left; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; padding: 0 1rem; }
  .brand img { width: 38px; height: 38px; }
  .hero { padding: 8rem 1rem 3rem; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.6rem); }
  .hero-note { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 480px; width: 590px; left: 50%; transform: translateX(-50%) scale(.68); }
  .coverage-grid, .journal-grid, .about-values, .footer-links { grid-template-columns: 1fr; }
  .coverage-card { min-height: 390px; }
  .featured-image { min-height: 520px; }
  .featured-pack { width: 48%; }
  .featured-card-stack { width: 44%; }
  .journal-card-feature { grid-column: auto; }
  .journal-image, .placeholder-visual, .journal-card-feature .journal-image { height: 270px; }
  .email-row { grid-template-columns: 1fr; }
  .email-row .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { gap: 2rem; }
}

@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; }
}

/* Mobile layout refinement: keeps the Collectables landing page fully fluid
   without changing the Pokémon 30th editorial inside stories/. */
@media (max-width: 820px) {
  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }

  .hero > * { min-width: 0; }
  .hero-copy { width: 100%; max-width: 100%; }

  .hero-art,
  .hero-art.reveal,
  .hero-art.reveal.is-visible {
    width: min(100%, 520px);
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1.03;
    left: auto;
    transform: none;
    transform-origin: center;
    justify-self: center;
  }

  .orbit-one {
    width: 72%;
    height: auto;
    aspect-ratio: 1;
    top: 14%;
    left: 14%;
  }

  .orbit-two {
    width: 94%;
    height: auto;
    aspect-ratio: 1;
    top: 3%;
    left: 3%;
  }

  .art-card-pack {
    width: 42%;
    height: 70%;
    left: 29%;
    top: 10%;
    padding: .75rem;
    border-radius: 20px;
  }

  .art-card-etb {
    width: 34%;
    height: 34%;
    right: 0;
    bottom: 6%;
    padding: .55rem;
    border-radius: 20px;
  }

  .art-card-mew,
  .art-card-mewtwo {
    width: 25%;
    height: 36%;
    border-radius: 15px;
  }

  .art-card-mew { left: 0; bottom: 7%; }
  .art-card-mewtwo { left: 8%; top: 2%; }
  .label-one { left: 1%; top: 35%; }
  .label-two { right: 1%; top: 24%; }

  .hero-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem 1.2rem;
    margin-top: 0;
  }

  .hero-strip i { display: none; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; padding: 0 1rem; }
  .site-header.is-scrolled { height: 64px; }
  .brand { gap: .58rem; }
  .brand img { width: 36px; height: 36px; }
  .brand-copy strong { font-size: .76rem; }
  .brand-copy small { font-size: .45rem; }
  .menu-button { width: 40px; height: 40px; }

  .mobile-menu { padding: 6.5rem 1.2rem 2rem; }
  .mobile-menu nav a { font-size: clamp(2.35rem, 12vw, 3.4rem); }

  .hero { padding: 7.25rem 1rem 2.75rem; gap: 2rem; }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.15rem, 15.7vw, 4.8rem);
    line-height: .88;
    letter-spacing: -.068em;
  }

  .eyebrow {
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: 1.2rem;
    font-size: .58rem;
    line-height: 1.45;
    letter-spacing: .13em;
  }

  .eyebrow span { flex: 0 0 24px; margin-top: .48em; }
  .hero-lead { margin-top: 1.45rem; font-size: .96rem; line-height: 1.65; }
  .hero-actions { margin-top: 1.7rem; }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .hero-note { margin-top: 1.5rem; display: grid; gap: .45rem; }
  .hero-note strong { white-space: normal; }

  .hero-art,
  .hero-art.reveal,
  .hero-art.reveal.is-visible {
    width: min(100%, 430px);
    aspect-ratio: 1 / 1.07;
  }

  .art-label {
    padding: .48rem .55rem;
    font-size: .46rem;
    letter-spacing: .11em;
  }

  .art-card-pack { padding: .52rem; border-radius: 17px; }
  .art-card-etb { padding: .4rem; border-radius: 17px; }
  .hero-strip { font-size: .51rem; letter-spacing: .11em; }

  .section-pad { padding: 4.6rem 1.1rem; }
  .section-label { margin-bottom: 2.5rem; gap: .7rem; font-size: .56rem; letter-spacing: .13em; }
  .display-title { font-size: clamp(2.75rem, 13vw, 4.25rem); line-height: .98; }
  .manifesto-copy { font-size: .94rem; line-height: 1.7; }
  .coverage-grid { margin-top: 3.4rem; }

  .coverage-card {
    min-height: 330px;
    padding: 1.35rem;
    border-radius: 22px;
  }

  .coverage-icon { width: 92px; height: 92px; margin-top: 2rem; }
  .icon-story i:nth-child(3) { top: 41px; }
  .coverage-card h3 { font-size: 2rem; }

  .featured-image {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 25px;
  }

  .featured-number { right: -.5rem; bottom: -3.25rem; font-size: 15rem; }
  .featured-pack { width: 48%; left: 10%; top: 8%; }
  .featured-card-stack { width: 48%; height: 44%; right: 2%; bottom: 7%; }
  .featured-card-stack img { border-radius: 12px; }
  .featured-copy h2 { font-size: clamp(3rem, 14vw, 4.8rem); line-height: .94; }
  .featured-copy > p { margin: 1.4rem 0; }

  .journal-heading { gap: 1.4rem; margin-bottom: 2.5rem; }
  .journal-heading h2 { font-size: clamp(2.9rem, 13.5vw, 4.5rem); line-height: .98; }
  .journal-card { min-height: 500px; border-radius: 22px; }
  .journal-image,
  .placeholder-visual,
  .journal-card-feature .journal-image {
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .journal-meta { flex-wrap: wrap; line-height: 1.45; }
  .journal-card h3 { font-size: 2.15rem; }
  .placeholder-visual span { font-size: 3.25rem; }

  .about-mark {
    min-height: 0;
    aspect-ratio: 1;
    border-radius: 25px;
  }

  .about-mark img { width: 118px; height: 118px; }
  .about-mark span { font-size: 2.35rem; }
  .about-values { gap: 0; }
  .about-values div { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
  .about-values div:last-child { border-bottom: 0; }

  .updates-copy h2 { font-size: clamp(3rem, 14vw, 4.75rem); line-height: .96; }
  .updates-form { padding: 1.25rem; border-radius: 22px; }
  .email-row { grid-template-columns: 1fr; }
  .email-row .button { width: 100%; }

  .site-footer { padding: 3.4rem 1.1rem 1.7rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-brand p { font-size: 1.35rem; }
  .footer-links { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 3rem; }
  .hero-art,
  .hero-art.reveal,
  .hero-art.reveal.is-visible { width: 100%; }
  .art-label { font-size: .42rem; }
  .section-pad { padding-left: .9rem; padding-right: .9rem; }
}
