@font-face { font-family: "Anton"; src: url("assets/fonts/anton-regular.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "Cinzel"; src: url("assets/fonts/cinzel-700.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 700; }
@font-face { font-family: "Cinzel"; src: url("assets/fonts/cinzel-800.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 800; }

:root {
  --ink: #080808;
  --ink-soft: #12110f;
  --bone: #eee5d2;
  --paper: #d9cdb8;
  --red: #9f191c;
  --red-bright: #d02427;
  --green: #20eb73;
  --olive: #283229;
  --line: rgba(238, 229, 210, 0.22);
  --display: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --serif-display: "Cinzel", Georgia, serif;
  --body: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; color: var(--bone); background: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--green); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 0.75rem; left: 0.75rem; padding: 0.75rem 1rem; color: var(--ink); background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 4.75rem; display: grid; grid-template-columns: minmax(11rem, 18rem) 1fr auto; align-items: center; gap: 2rem; padding: 0.55rem clamp(1rem, 4vw, 4.5rem); border-bottom: 1px solid rgba(159,25,28,.55); background: linear-gradient(180deg, rgba(8,8,8,.98), rgba(8,8,8,.86)); backdrop-filter: blur(14px); transition: height .25s ease, background .25s ease; }
.site-header.is-scrolled { height: 4.5rem; background: rgba(8,8,8,.96); }
.brand img { width: 100%; max-height: 4rem; object-fit: contain; object-position: left center; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); }
.site-nav a, footer a { position: relative; font: 700 .78rem/1 var(--serif-display); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--green); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; }

.button { display: inline-flex; min-height: 3.5rem; align-items: center; justify-content: center; padding: .9rem 1.5rem; border: 2px solid var(--green); clip-path: polygon(4% 0,96% 0,100% 25%,100% 75%,96% 100%,4% 100%,0 75%,0 25%); color: var(--ink); background: var(--green); box-shadow: 0 0 28px rgba(32,235,115,.15); font: 900 .9rem/1 var(--display); letter-spacing: .09em; text-transform: uppercase; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); filter: brightness(1.12); }
.button--small { min-height: 2.9rem; padding-inline: 1.25rem; }
.header-cta { color: var(--green); background: rgba(32,235,115,.055); box-shadow: inset 0 0 0 1px rgba(32,235,115,.36), 0 0 24px rgba(32,235,115,.13); }
.button--ghost { color: var(--bone); border-color: var(--bone); background: rgba(8,8,8,.62); box-shadow: none; }
.button--disabled { cursor: not-allowed; opacity: .5; }
.button--disabled:hover { transform: none; filter: none; }

.hero { position: relative; height: 100svh; min-height: 46rem; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) 10.75rem; align-items: center; padding: 4.75rem 0 0; isolation: isolate; overflow: hidden; background: #060606; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,3,3,.86) 0%, rgba(3,3,3,.76) 22%, rgba(3,3,3,.4) 39%, rgba(3,3,3,.08) 58%, transparent 78%), linear-gradient(180deg, rgba(0,0,0,.03) 58%, rgba(0,0,0,.52) 100%); }
.hero-backdrop { position: absolute; z-index: -3; inset: 4.75rem 0 10.75rem; overflow: hidden; background-color: #080706; background-image: url("assets/hero-arena-arki-v1.jpg"); background-position: center; background-size: cover; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: contain; object-position: right center; filter: saturate(1.04) contrast(1.04) brightness(.98); transform: scale(1.27); transform-origin: right center; }
.hero-noise { position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .23; background-image: radial-gradient(rgba(255,255,255,.17) .55px, transparent .65px), repeating-linear-gradient(112deg, transparent 0 85px, rgba(255,255,255,.025) 86px 87px); background-size: 7px 7px, auto; mix-blend-mode: overlay; mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.28) 58%,transparent); }
.hero-copy { position: relative; z-index: 6; width: min(54vw, 58rem); margin-top: -2.5rem; padding: 2rem 0 2rem clamp(4.5rem,7.5vw,8.5rem); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1rem; color: var(--green); font: 800 .72rem/1.2 var(--serif-display); letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 2.5rem; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--red); }
.hero-copy > .eyebrow { display: none; }
.hero-logo { display: block; width: min(34rem, 88%); margin: 0 0 -2.4rem; filter: drop-shadow(0 .65rem .7rem #000); }
.hero h1, .section-heading h2, .community h2 { margin: 0; font-family: var(--display); font-weight: 900; line-height: .91; letter-spacing: .015em; text-transform: uppercase; }
.hero h1 { max-width: 53rem; font-size: clamp(3.6rem, 4vw, 5rem); line-height: .88; letter-spacing: -.012em; color: var(--bone); text-shadow: 4px 4px 0 #000, 0 0 2rem rgba(0,0,0,.72); }
.hero h1 > span { display: block; }
.hero h1 strong { display: block; color: #d11f25; font-weight: inherit; transform: skew(-1deg); }
.hero h1 > span, .hero h1 > strong { white-space: nowrap; }
.hero-intro { max-width: 39rem; margin: 1.25rem 0 1.45rem; color: rgba(238,229,210,.88); font: 700 clamp(.8rem, .9vw, .96rem)/1.55 var(--serif-display); letter-spacing: .1em; text-transform: uppercase; text-shadow: 2px 2px 3px #000; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.contract-strip { width: fit-content; display: flex; align-items: center; gap: .7rem; padding: .65rem 1rem; border: 1px solid var(--red-bright); color: rgba(238,229,210,.9); background: rgba(0,0,0,.78); font: 700 .67rem/1 var(--serif-display); letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 0 2rem rgba(0,0,0,.7); }
.contract-strip img { width: 1.4rem; height: 1.4rem; }
.contract-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--green); }

.hero-contract { position: absolute; z-index: 7; top: 6.2rem; right: clamp(1rem,3vw,3.5rem); }
.margin-note { position: absolute; z-index: 2; margin: 0; color: var(--red-bright); font: italic 1.05rem/1.15 var(--display); letter-spacing: .04em; text-transform: uppercase; transform: rotate(-7deg); text-shadow: 2px 2px #000; }
.margin-note--top { top: 9.7rem; right: 1.25rem; }
.margin-note--bottom { left: 1.2rem; bottom: 11.5rem; }
.margin-note--right { right: .7rem; top: 48%; transform: rotate(-7deg); }
.margin-note--edge { right: .55rem; bottom: 11.7rem; transform: rotate(-8deg); }
.hero-roster { position: relative; z-index: 10; grid-column: 1 / -1; display: grid; grid-template-rows: 3.1rem 1fr; min-height: 10.75rem; padding: .2rem clamp(1rem,4vw,4.5rem) .65rem; color: var(--ink); background: var(--bone); box-shadow: 0 -1.2rem 3rem rgba(0,0,0,.45); }
.hero-roster::before { content: ""; position: absolute; left: -1%; bottom: 100%; width: 102%; height: 1.1rem; background: var(--bone); clip-path: polygon(0 55%,4% 15%,9% 62%,14% 26%,20% 76%,27% 18%,34% 64%,41% 12%,48% 72%,55% 22%,63% 69%,70% 13%,77% 73%,84% 25%,91% 65%,96% 18%,100% 53%,100% 100%,0 100%); }
.hero-roster-title { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .15rem 1rem; color: var(--ink); font: 900 clamp(1.8rem,2.05vw,2.55rem)/.95 var(--display); text-transform: uppercase; text-decoration: none; }
.hero-roster-title::before, .hero-roster-title::after { content: ""; width: min(13rem,14vw); height: .35rem; background: var(--red); clip-path: polygon(0 42%,86% 42%,92% 0,100% 50%,92% 100%,86% 58%,0 58%); }
.hero-roster-title::after { transform: scaleX(-1); }
.hero-roster-title span { display: none; }
.hero-roster-list { display: grid; grid-template-columns: repeat(5,1fr); gap: .55rem; padding: 0; }
.hero-roster-card { min-width: 0; display: grid; grid-template-columns: 6rem 1fr; align-items: center; gap: .75rem; overflow: hidden; color: var(--bone); background: var(--ink); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.hero-roster-card:hover, .hero-roster-card:focus-visible { transform: translateY(-3px); background: #201715; }
.hero-roster-card img { width: 6rem; height: 100%; min-height: 6.6rem; object-fit: cover; object-position: top center; filter: saturate(.78) contrast(1.1); }
.hero-roster-card span { min-width: 0; display: grid; gap: .2rem; padding-right: .45rem; }
.hero-roster-card b { overflow: hidden; color: var(--bone); font: 900 clamp(1rem,1.3vw,1.45rem)/1 var(--display); text-overflow: ellipsis; text-transform: uppercase; }
.hero-roster-card small { color: rgba(238,229,210,.64); font: 700 .62rem/1.2 var(--body); letter-spacing: .06em; text-transform: uppercase; }

.paper-section, .dark-section { position: relative; padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 6vw, 7rem); overflow: hidden; }
.paper-section { color: var(--ink); background: var(--bone); background-image: radial-gradient(rgba(35,27,20,.13) .6px, transparent .8px); background-size: 7px 7px; }
.paper-section::before, .paper-section::after { content: ""; position: absolute; z-index: 2; left: -2%; width: 104%; height: 1.25rem; background: var(--ink); clip-path: polygon(0 10%,3% 70%,8% 32%,13% 80%,18% 20%,24% 72%,31% 30%,37% 84%,44% 24%,50% 66%,57% 18%,64% 75%,72% 28%,80% 85%,87% 20%,94% 68%,100% 36%,100% 100%,0 100%); }
.paper-section::before { top: -.1rem; }.paper-section::after { bottom: -.1rem; transform: rotate(180deg); }
.dark-section { background: #0b0a09; background-image: linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px); background-size: 34px 34px; }
.section-number { position: absolute; top: 3rem; right: clamp(1rem,6vw,7rem); color: rgba(159,25,28,.12); font: 900 clamp(7rem, 16vw, 16rem)/1 var(--display); }
.dark-section .section-number { color: rgba(238,229,210,.035); }
.section-heading { position: relative; z-index: 3; max-width: 60rem; margin-bottom: clamp(2.5rem,5vw,5rem); }
.section-heading h2 { font-size: clamp(3.5rem, 7vw, 7.5rem); }
.section-heading > p:last-child { max-width: 40rem; margin: 1rem 0 0; font-size: 1.1rem; }
.dojo-placard { position: absolute; z-index: 4; top: clamp(11rem,15vw,14rem); right: clamp(.8rem,2.2vw,2.6rem); width: clamp(4rem,4.7vw,5.6rem); padding: .8rem .55rem .65rem; border: 1px solid currentColor; color: var(--bone); background: #11100e; box-shadow: .38rem .5rem 0 rgba(0,0,0,.32); transform: rotate(1.5deg); isolation: isolate; }
.dojo-placard::before, .dojo-placard::after { content: ""; position: absolute; z-index: -1; left: .45rem; right: .45rem; height: .45rem; background: inherit; clip-path: polygon(0 100%,8% 10%,18% 75%,30% 0,42% 82%,55% 12%,68% 90%,82% 5%,100% 100%); }
.dojo-placard::before { bottom: 100%; }
.dojo-placard::after { top: 100%; transform: rotate(180deg); }
.dojo-placard b { display: block; margin: auto; writing-mode: vertical-rl; text-orientation: upright; color: inherit; font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif CJK JP", serif; font-size: clamp(1.2rem,1.65vw,2rem); font-weight: 800; line-height: 1.05; letter-spacing: .12em; }
.dojo-placard small { display: block; margin-top: .7rem; border-top: 1px solid currentColor; padding-top: .5rem; font: 400 .55rem/1.25 var(--display); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.dojo-placard--red { background: #84191b; transform: rotate(-2deg); }
.dojo-placard--bone { color: var(--ink); background: #e5d9c1; }
.dojo-placard--ink { color: var(--bone); background: #171512; border-color: var(--red); }
.dojo-placard--community { top: 18%; right: 2.5%; }
.lore-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,7vw,8rem); align-items: start; }
.lore-copy { max-width: 44rem; }.lore-copy p { font-size: 1.05rem; }.lore-copy .lead { margin-top: 0; font-size: clamp(1.4rem,2.2vw,2rem); line-height: 1.35; }
blockquote { margin: 2rem 0 0; padding: 1rem 0 1rem 1.5rem; border-left: .45rem solid var(--red); font: italic 900 clamp(1.7rem,3vw,3rem)/1.05 var(--display); text-transform: uppercase; }
.cycle { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.cycle li { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid rgba(8,8,8,.25); }
.cycle b { color: var(--red); font: 900 1.25rem/1 var(--display); text-transform: uppercase; }.cycle span { font-size: .98rem; }

.fighter-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; }
.fighter-card { position: relative; min-height: 34rem; grid-column: span 4; overflow: hidden; border: 1px solid var(--line); background: #171410; isolation: isolate; }
.fighter-card--hero { grid-column: span 8; }
.fighter-card::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(8,8,8,.95) 82%); }
.fighter-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.66) contrast(1.08); transition: transform .5s ease, filter .5s ease; }
.fighter-card--hero img { object-position: center 18%; }
.fighter-card:hover img { transform: scale(1.035); filter: saturate(.9) contrast(1.05); }
.fighter-card-copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 1.5rem; }
.fighter-card-copy span { color: var(--green); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.fighter-card-copy h3 { margin: .25rem 0 0; color: var(--bone); font: 900 clamp(2.7rem,4vw,4.6rem)/.9 var(--display); text-transform: uppercase; }
.fighter-card-copy p { margin: .35rem 0; color: var(--red-bright); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fighter-card-copy small { color: rgba(238,229,210,.76); font-size: .9rem; }

.progression { position: relative; z-index: 3; margin: 0; padding: .7rem; border: 2px solid var(--ink); background: var(--ink); box-shadow: 1.1rem 1.1rem 0 var(--red); }
.progression-visual { position: relative; overflow: hidden; }
.progression img { display: block; width: 100%; aspect-ratio: 2.7/1; object-fit: cover; }
.progression figcaption { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px; margin-top: .65rem; color: var(--bone); background: rgba(238,229,210,.16); }
.progression figcaption span { padding: .8rem .5rem; text-align: center; background: var(--ink); font: 900 1rem/1.1 var(--display); text-transform: uppercase; }
.progression figcaption b { color: var(--green); font: 700 .7rem/1 var(--body); letter-spacing: .06em; }
.reset-note { position: relative; z-index: 3; width: fit-content; margin: 2.5rem auto 0; padding: .65rem 1rem; color: var(--bone); background: var(--red); transform: rotate(-1deg); font-size: 1.05rem; }

.meme-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; }
.meme-card { position: relative; grid-column: span 3; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #15120f; }
.meme-card:nth-child(even) { transform: translateY(2rem); }
.meme-card img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.78); transition: transform .35s ease; }
.meme-card:hover img { transform: scale(1.025); }
.meme-card figcaption { min-height: 4rem; display: flex; align-items: center; padding: .85rem 1rem; color: var(--bone); font: 900 1rem/1.1 var(--display); letter-spacing: .06em; text-transform: uppercase; }

.community { position: relative; min-height: 44rem; display: grid; grid-template-columns: minmax(18rem,.75fr) minmax(20rem,1.25fr); align-items: center; gap: clamp(2rem,8vw,9rem); padding: clamp(5rem,9vw,9rem) clamp(1rem,9vw,11rem); overflow: hidden; background: radial-gradient(circle at 22% 50%, rgba(159,25,28,.28), transparent 28%), #080808; }
.community::before { content: "$RIBS"; position: absolute; right: -1rem; bottom: -3rem; color: rgba(238,229,210,.028); font: 900 clamp(10rem,28vw,32rem)/.75 var(--display); }
.community-mark { position: relative; z-index: 2; }.community-mark::after { content: ""; position: absolute; inset: 18%; z-index: -1; border-radius: 50%; background: var(--red); filter: blur(4rem); opacity: .25; }
.community-mark img { width: min(100%, 31rem); margin: auto; filter: drop-shadow(0 1.4rem 1.2rem #000); }
.community-copy { position: relative; z-index: 2; }.community h2 { font-size: clamp(4rem,8vw,9rem); }.community h2 strong { color: var(--red-bright); font-weight: inherit; }
.community-copy > p:not(.eyebrow) { max-width: 38rem; color: rgba(238,229,210,.7); font-size: 1.05rem; }.community-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

footer { min-height: 6rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 1.25rem clamp(1rem,4vw,4.5rem); border-top: 1px solid var(--line); color: rgba(238,229,210,.55); background: #050505; }
footer img { width: 3rem; } footer p { margin: 0; font-size: .82rem; } footer a { color: var(--bone); }

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .7s ease, transform .7s ease; }.reveal[data-delay="1"] { transition-delay: .12s; }.reveal[data-delay="2"] { transition-delay: .24s; }.reveal.is-visible { opacity: 1; transform: none; }

/* Reference composition: one illustrated arena, oversized print, torn roster. */
section[id] { scroll-margin-top: 5rem; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.site-header { position: absolute; height: 4.3vw; min-height: 4.25rem; grid-template-columns: 17vw 1fr 16vw; padding: 0 13vw 0 14vw; gap: 4.5vw; background: linear-gradient(180deg,rgba(5,5,5,.94),rgba(5,5,5,.78)); backdrop-filter: none; }
.site-header.is-scrolled { height: 4.3vw; background: linear-gradient(180deg,rgba(5,5,5,.94),rgba(5,5,5,.78)); }
.brand { position: relative; height: 100%; }
.brand img { position: absolute; top: 50%; width: 17vw; max-width: none; max-height: none; transform: translateY(-46%); }
.site-nav { gap: 3.5vw; }
.site-nav a { font: 400 clamp(.875rem,1.1vw,1.25rem)/1 var(--display); letter-spacing: .22em; white-space: nowrap; }
.button { position: relative; border: 0; min-height: 3.6vw; padding: .75vw 1.9vw; font-size: clamp(1rem,1.45vw,1.7rem); letter-spacing: .085em; background-image: url("assets/print-grain.svg"); background-blend-mode: multiply; }
.button::after { content: ""; position: absolute; inset: 4px; border: 1px solid currentColor; clip-path: polygon(3% 0,97% 0,100% 25%,100% 75%,97% 100%,3% 100%,0 75%,0 25%); opacity: .7; pointer-events: none; }
.button--ghost, .header-cta { background-image: none; border: 2px solid currentColor; }
.header-cta { min-height: 3vw; padding: .5vw 1vw; font-size: 1.4vw; white-space: nowrap; }
.hero { height: auto; min-height: 56.25vw; grid-template-rows: 44.9vw auto; padding: 0; }
.hero-backdrop { inset: 0 0 auto; height: 44.9vw; background: #0c0907; }
.hero-backdrop img { object-fit: cover; object-position: center; transform: none; filter: none; }
.hero::before { inset: 0 0 auto; height: 44.9vw; background: linear-gradient(90deg,rgba(0,0,0,.16),rgba(0,0,0,.38) 18%,rgba(0,0,0,.27) 37%,transparent 52%); }
.hero-copy { width: 46vw; margin: 2.2vw 0 0; padding: 0 0 0 11.7vw; }
.hero-logo { width: 37vw; max-width: none; margin: -1vw 0 -1.2vw -4.5vw; filter: drop-shadow(0 .4rem .25rem #000); }
.hero h1 { width: 34vw; max-width: none; font-size: 3.35vw; line-height: 1.04; letter-spacing: -.025em; font-weight: 400; text-shadow: 2px 3px #0a0806; }
.hero h1 > span { transform: scaleX(.91); transform-origin: left; width: 110%; }
.hero h1 strong { font-size: 5.1vw; line-height: 1.05; letter-spacing: .005em; transform: none; color: #e1262d; }
.hero h1 > span, .hero h1 > strong { background-image: url("assets/print-grain.svg"); background-blend-mode: multiply; background-color: var(--bone); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; filter: drop-shadow(2px 3px 0 #080605); }
.hero h1 > strong { background-color: #ed252c; }
.hero-intro { max-width: none; width: 36vw; margin: 1.15vw 0 1.45vw; font: 400 1.08vw/1.55 var(--display); letter-spacing: .24em; color: #f1e7ce; }
.hero-actions { flex-wrap: nowrap; gap: .85vw; }
.hero-actions .button:first-child { min-width: 16.5vw; }
.hero-actions .button--ghost { min-width: 13.5vw; font-size: 1.15vw; letter-spacing: .17em; }
.hero-contract { top: 5.8vw; right: 8vw; padding: .6vw 1.1vw; font: 400 .88vw/1 var(--display); letter-spacing: .16em; }
.hero-contract img { display: none; }
.hero-contract i { background: var(--bone); }
.margin-note { font-size: 1.45vw; line-height: 1.08; opacity: .7; color: #b92b2d; }
.margin-note--top { left: 2.8vw; right: auto; top: 2vw; }
.margin-note--bottom { left: 5.6vw; bottom: 16vw; }
.margin-note--right { right: 1.2vw; top: 27vw; }
.margin-note--riches { right: 2.2vw; top: 2.6vw; font-size: 1.8vw; transform: rotate(-12deg); }
.margin-note--edge { right: 1vw; bottom: 1.5vw; }
.hero-roster { width: 90%; justify-self: center; min-height: 11.35vw; padding: .35vw 2.8vw 1vw; grid-template-rows: 3.6vw 6.5vw; gap: .25vw; background-color: #ecdfc7; background-image: url("assets/print-grain.svg"); background-blend-mode: soft-light; box-shadow: 0 -5px 25px #0007; }
.hero-roster::before { background: #ecdfc7 url("assets/print-grain.svg"); background-blend-mode: soft-light; height: .75rem; clip-path: polygon(0 80%,1% 20%,2% 50%,3% 0,4% 35%,5% 10%,6% 60%,7% 25%,8% 45%,9% 0,10% 40%,12% 15%,14% 50%,16% 0,18% 40%,20% 20%,22% 70%,24% 10%,26% 50%,28% 0,30% 45%,32% 20%,34% 60%,36% 0,38% 45%,40% 15%,42% 50%,44% 0,46% 35%,48% 10%,50% 60%,52% 25%,54% 45%,56% 0,58% 40%,60% 15%,62% 50%,64% 0,66% 40%,68% 20%,70% 70%,72% 10%,74% 50%,76% 0,78% 45%,80% 20%,82% 60%,84% 0,86% 45%,88% 15%,90% 50%,92% 0,94% 35%,96% 10%,98% 60%,100% 25%,100% 100%,0 100%); }
.hero-roster-title { font-size: 2.9vw; letter-spacing: .015em; white-space: nowrap; padding: 0; gap: 1.1vw; }
.hero-roster-title::before, .hero-roster-title::after { width: 14vw; height: .8vw; background: #831b1b; }
.hero-roster-list { gap: .65vw; }
.hero-roster-card { position: relative; display: block; isolation: isolate; background: #14100d; clip-path: polygon(1% 0,98% 1%,100% 8%,99% 94%,97% 100%,1% 97%,0 87%); }
.hero-roster-card:nth-child(odd) { background: #280b09; }
.hero-roster-card > span:not(.roster-portrait) { position: relative; z-index: 1; height: 100%; align-content: center; gap: .35vw; padding: 0 .3vw 0 58%; background: linear-gradient(90deg,transparent 30%,#0b0906aa 65%); }
.hero-roster-card b { font-size: 1.2vw; font-weight: 400; letter-spacing: .08em; }
.hero-roster-card small { font: 400 max(12px,.73vw)/1.2 var(--display); letter-spacing: .1em; color: #e7d7b7; }
.hero-roster-card .roster-portrait { position: absolute; inset: 0; display: block; padding: 0; background-repeat: no-repeat; background-size: cover; filter: saturate(.9) contrast(1.08); mask-image: linear-gradient(90deg,#000 44%,transparent 86%); }
.roster-portrait--arki { background-image: url("assets/roster-arki-v1.jpg"); background-position: 50% 26%; }
.roster-portrait--wickjack { background-image: url("assets/roster-wickjack-v2.jpg"); background-position: 42% center; }
.roster-portrait--redjiro { background-image: url("assets/roster-redjiro-v2.jpg"); background-position: 40% center; }
.roster-portrait--sellpo { background-image: url("assets/roster-sellpo-v2.jpg"); background-position: 37% center; }
.roster-portrait--holdtsu { background-image: url("assets/roster-holdtsu-v2.jpg"); background-position: 58% center; }
.hero .reveal { opacity: 1; transform: none; }
@media (min-width: 1001px) and (min-aspect-ratio: 2/1) { .hero { min-height: 100svh; } }


/* Keep the printed color underneath transparent grain, never an opaque texture. */
.hero h1 > span, .hero h1 > strong {
 background-image: radial-gradient(circle, #08060577 .35px, transparent .65px);
 background-size: 4px 5px; background-blend-mode: normal;
}
.hero h1 > strong { background-color: #e52a30; color: #e52a30; }
.button { background-image: radial-gradient(circle,#07150b55 .6px,transparent .9px); background-size: 5px 7px; background-blend-mode: normal; }
.button--ghost, .header-cta { background-image: none; }
.site-header, .site-header.is-scrolled { height: 5vw; }
.brand img { max-height: 6.8vw; transform: translateY(-50%); }
.hero-copy { margin-top: 1vw; }
.hero-logo { margin-bottom: -3vw; }
.hero h1 { font-size: 3.55vw; }
.hero h1 strong { font-size: 5.55vw; }
.hero-intro { font-family: var(--serif-display); font-size: .95vw; letter-spacing: .15em; }
.hero-actions { margin-top: 1.7vw; }
.margin-note--top { top: 6vw; font-size: 1.25vw; }
.margin-note--riches { top: 6vw; font-size: 1.35vw; }
.margin-note--bottom { left: 3vw; bottom: 15vw; font-size: 1.2vw; }
.hero-roster-title::before, .hero-roster-title::after { flex-shrink: 1; }
.hero-roster-card b { overflow: visible; text-overflow: clip; }
.hero-roster-card small { font-size: max(12px,.78vw); }
/* Grid children must be allowed to shrink below their intrinsic image widths. */
main, section, figure, .lore-grid > *, .fighter-grid > *, .meme-grid > *, .community > *, .hero-roster-list { min-width: 0; }
.fighter-grid, .meme-grid { grid-template-columns: repeat(12,minmax(0,1fr)); }
.fighter-card { min-height: 0; width: 100%; height: 34rem; }
.fighter-card img { position: absolute; inset: 0; }
.progression { max-width: 100%; }
.progression-visual > img { aspect-ratio: auto; height: auto; }
.progression figcaption { grid-template-columns: repeat(6,minmax(0,1fr)); }
.evolution-panel { display: none; }
.milestone-disclaimer { max-width: 58rem; margin: 1.25rem auto 0; color: rgba(8,8,8,.72); font: 700 .72rem/1.5 var(--serif-display); letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.launch { position: relative; overflow: hidden; }
.launch::before { content: "ARC"; position: absolute; right: -1vw; bottom: -7vw; color: rgba(238,229,210,.025); font: 900 26vw/.75 var(--display); pointer-events: none; }
.launch .section-heading { max-width: 70rem; }
.launch .section-heading > p:last-child { max-width: 58rem; color: rgba(238,229,210,.7); }
.launch-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.token-live { position: relative; z-index: 2; margin: 0 0 1.5rem; padding: clamp(1.25rem,3vw,2rem); border: 1px solid rgba(32,235,115,.5); background: linear-gradient(135deg,rgba(32,235,115,.09),rgba(0,0,0,.72) 52%); box-shadow: inset 0 0 2.5rem rgba(32,235,115,.035); }
.token-live-status { display: flex; align-items: center; gap: .65rem; margin-bottom: .8rem; color: var(--green); font: 800 .72rem/1 var(--serif-display); letter-spacing: .14em; text-transform: uppercase; }
.token-live-status i { width: .62rem; height: .62rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 1rem rgba(32,235,115,.8); }
.token-live code { display: block; overflow-wrap: anywhere; color: var(--bone); font: 700 clamp(.82rem,1.55vw,1.35rem)/1.45 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; letter-spacing: .025em; }
.token-live-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.25rem; }
.token-live-actions .button { min-height: 3rem; padding: .7rem 1.1rem; font-size: clamp(.85rem,1.1vw,1.1rem); cursor: pointer; }
.contract-copy.is-copied { color: var(--ink); background: var(--bone); }
.launch-card { min-height: 15rem; padding: 1.5rem; border: 1px solid rgba(238,229,210,.2); background: linear-gradient(145deg,rgba(238,229,210,.07),rgba(159,25,28,.05)); box-shadow: inset 0 0 0 1px rgba(0,0,0,.5); }
.launch-card > span { color: var(--green); font: 800 .65rem/1 var(--serif-display); letter-spacing: .14em; text-transform: uppercase; }
.launch-card h3 { margin: 2rem 0 .55rem; font: 900 clamp(2.2rem,4vw,4.5rem)/.9 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.launch-card p { margin: 0; color: rgba(238,229,210,.68); }
.launch-note { position: relative; z-index: 1; max-width: 70rem; margin: 1.5rem auto 0; padding: 1rem 1.25rem; border-left: 4px solid var(--green); color: rgba(238,229,210,.78); background: rgba(0,0,0,.45); }
.launch-note strong { color: var(--green); font-family: var(--serif-display); text-transform: uppercase; }

@media (max-width: 1000px) {
 .site-header, .site-header.is-scrolled { height: 4.5rem; min-height: 0; padding: .4rem 1.25rem; grid-template-columns: minmax(0,1fr) auto auto; gap: 1rem; }
 .brand { width: 12rem; max-width: 100%; height: 100%; }
 .brand img { width: 100%; height: 5rem; max-height: none; object-fit: contain; }
 .header-cta { min-height: 3rem; padding: .75rem 1rem; font-size: 1rem; }
 .site-nav { position: absolute; inset: 4.5rem 0 auto; display: grid; gap: 0; padding: 1rem; border-bottom: 1px solid var(--red); background: #080808; visibility: hidden; opacity: 0; transform: translateY(-.5rem); transition: opacity .2s,transform .2s,visibility .2s; }
 .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
 .site-nav a { padding: 1rem; font-size: 1rem; border-bottom: 1px solid var(--line); }
 .menu-button { justify-self: end; width: 3rem; height: 3rem; display: grid; align-content: center; gap: 5px; padding: .7rem; border: 1px solid var(--line); color: var(--bone); background: transparent; }
 .menu-button span:not(.sr-only) { display: block; height: 2px; background: currentColor; }
 .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
 .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
 .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
 .hero { padding: 0; min-height: 0; grid-template-rows: 39rem auto; }
 .hero-backdrop { height: 39rem; inset: 0 0 auto; }
 .hero-backdrop img { object-fit: cover; object-position: 61% center; }
 .hero::before { height: 39rem; background: linear-gradient(90deg,#000c,transparent 83%); }
 .hero-copy { width: 59%; padding: 4rem 0 0 5%; margin: 0; }
 .hero-logo { width: 115%; margin: 0 0 -1.3rem -8%; }
 .hero h1 { width: 100%; font-size: 3.8vw; }
 .hero h1 strong { font-size: 6.5vw; }
 .hero-intro { width: 100%; font-size: .875rem; letter-spacing: .07em; }
 .hero-actions { flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }
 .hero-actions .button, .hero-actions .button--ghost { min-height: 3.25rem; font-size: 1rem; padding: .8rem 1.25rem; }
 .hero-contract { top: 5.3rem; right: 1rem; font-size: .75rem; padding: .6rem; }
 .margin-note { display: none; }
 .hero-roster { width: 94%; min-height: 0; grid-template-rows: auto auto; padding: .7rem 1rem 1rem; }
 .hero-roster-title { justify-content: center; padding: .25rem 0 .7rem; font-size: clamp(1.6rem,3.5vw,2.4rem); white-space: normal; text-align: center; }
 .hero-roster-list { gap: .6rem; padding: 0; grid-template-columns: repeat(3,minmax(0,1fr)); }
 .hero-roster-card { height: 6.5rem; }
 .hero-roster-card b { font-size: 1.1rem; }
 .hero-roster-card small { font-size: .75rem; letter-spacing: .025em; }
 .hero-roster-card > span:not(.roster-portrait) { gap: .4rem; padding-left: 52%; }
 .hero-roster-title::before, .hero-roster-title::after { width: 8%; }
 .fighter-card { grid-column: span 6; height: 32rem; }
 .fighter-card--hero { grid-column: 1 / -1; }
 .meme-card { grid-column: span 6; }
 .meme-card:nth-child(even) { transform: none; }
 .community { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); padding-inline: 5%; gap: 2rem; }
 .community h2 { font-size: 7vw; }
 .dojo-placard { right: .8rem; opacity: .92; }
 .dojo-placard--community { top: 12%; }
 .progression { box-shadow: .5rem .5rem 0 var(--red); }
}

@media (max-width: 680px) {
 .site-header { grid-template-columns: minmax(0,1fr) auto; }
 .header-cta { display: none; }
 .hero { display: flex; flex-direction: column; align-items: stretch; overflow: clip; background: #090806; }
 .hero-copy { order: 0; width: 100%; min-height: 0; padding: 5rem 1.25rem 1.5rem; }
 .hero-copy > .eyebrow { display: none; }
 .hero-logo { width: min(100%,24rem); max-width: 100%; margin: -1rem auto -1rem; }
 .hero h1 { width: 100%; max-width: none; font-size: 6.5vw; }
 .hero h1 > span { transform: none; width: 100%; white-space: nowrap; }
 .hero h1 > strong { font-size: 12vw; white-space: nowrap; }
 .hero-intro { max-width: none; margin: 1rem 0; font-size: .875rem; letter-spacing: .035em; line-height: 1.65; }
 .hero-intro br { display: none; }
 .hero-actions { max-width: none; flex-wrap: nowrap; gap: .6rem; margin-top: 1rem; }
 .hero-actions .button, .hero-actions .button--ghost { width: auto; min-width: 0; flex: 1; padding: .8rem .45rem; font-size: .9rem; letter-spacing: .06em; }
 .hero-backdrop { order: 1; position: relative; z-index: 1; inset: auto; width: 100%; height: auto; aspect-ratio: 1.08; overflow: hidden; }
 .hero-backdrop img { position: static; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 80% center; }
 .hero-backdrop::after { content: ''; position: absolute; inset: 0; background: linear-gradient(#090806,transparent 12%,transparent 92%,#090806); pointer-events: none; }
 .hero::before { display: none; }
 .hero-noise { display: none; }
 .hero-contract { order: 2; position: relative; top: auto; right: auto; bottom: auto; align-self: center; margin: .6rem 0 1.75rem; font-size: .75rem; }
 .hero-roster { order: 3; width: calc(100% - 1.5rem); align-self: center; min-height: 0; padding: .75rem .65rem 1rem; }
 .hero-roster-title { font-size: 6.1vw; line-height: 1.1; }
 .hero-roster-title::before, .hero-roster-title::after { display: none; }
 .hero-roster-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem; overflow: visible; margin: 0; }
 .hero-roster-card { height: 7.75rem; }
 .hero-roster-card > span:not(.roster-portrait) { padding: 4.5rem .5rem .5rem; gap: .2rem; align-content: end; background: linear-gradient(transparent 30%,#090705 85%); }
 .hero-roster-card .roster-portrait { mask-image: none; background-size: cover; }
 .hero-roster-card b { font-size: 1rem; }
 .hero-roster-card small { font-size: .75rem; }
 .hero-roster-card:last-child { grid-column: 1 / -1; height: 6.5rem; }
 .hero-roster-card:last-child .roster-portrait { width: 50%; background-size: cover; mask-image: linear-gradient(90deg,#000 65%,transparent); }
 .hero-roster-card:last-child > span:not(.roster-portrait) { padding: 0 1rem 0 52%; align-content: center; background: none; }
 .button { min-height: 3.25rem; padding: .8rem 1.2rem; }
 .paper-section, .dark-section { padding: 4rem 1.25rem; }
 .section-number { top: 1.5rem; right: 1rem; font-size: 7rem; }
 .section-heading { margin-bottom: 2rem; }
 .dojo-placard { position: relative; top: auto; right: auto; width: fit-content; max-width: 100%; display: inline-flex; align-items: center; gap: .8rem; margin: 0 0 2rem auto; padding: .55rem .8rem; transform: rotate(-1deg); box-shadow: .3rem .35rem 0 rgba(0,0,0,.24); }
 .dojo-placard b { writing-mode: horizontal-tb; text-orientation: mixed; font-size: 1.15rem; letter-spacing: .08em; white-space: nowrap; }
 .dojo-placard small { margin: 0; border-top: 0; border-left: 1px solid currentColor; padding: 0 0 0 .75rem; font-size: .55rem; text-align: left; }
 .dojo-placard--community { margin: 0 auto 2rem; }
 .section-heading h2 { font-size: clamp(2.6rem,12vw,4.8rem); line-height: 1; overflow-wrap: break-word; }
 .lore-grid { grid-template-columns: minmax(0,1fr); gap: 2rem; }
 .cycle li { grid-template-columns: 4.5rem minmax(0,1fr); }
 .fighter-grid, .meme-grid { grid-template-columns: minmax(0,1fr); }
 .fighter-card, .fighter-card--hero, .meme-card { grid-column: auto; }
 .fighter-card, .fighter-card--hero { height: auto; aspect-ratio: 3 / 4; min-height: 28rem; }
 .fighter-card img, .fighter-card--hero img { object-position: center top; }
 .fighter-card-copy { padding: 1.1rem; }
 .fighter-card-copy h3 { font-size: 2.8rem; }
 .fighter-card-copy p { font-size: .875rem; }
 .progression { width: 100%; max-width: 100%; margin: 0; padding: .4rem; box-shadow: .35rem .35rem 0 var(--red); overflow: visible; }
 .progression > .progression-visual { display: none; }
 .progression figcaption { display: grid; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem; margin: 0; background: none; }
 .progression figcaption > span { min-width: 0; padding: 0 0 .6rem; font-size: 1.1rem; }
 .progression figcaption b { font-size: .75rem; }
 .evolution-panel { display: block; width: 100%; aspect-ratio: .5; margin-bottom: .65rem; background-image: url('assets/arki-progression-mystery-v2.png'); background-size: 600% auto; background-repeat: no-repeat; }
 .progression figcaption > span:nth-child(1) .evolution-panel { background-position: 0 0; }
 .progression figcaption > span:nth-child(2) .evolution-panel { background-position: 20% 0; }
 .progression figcaption > span:nth-child(3) .evolution-panel { background-position: 40% 0; }
 .progression figcaption > span:nth-child(4) .evolution-panel { background-position: 60% 0; }
 .progression figcaption > span:nth-child(5) .evolution-panel { background-position: 80% 0; }
 .progression figcaption > span:nth-child(6) .evolution-panel { background-position: 100% 0; }
 .reset-note { max-width: 100%; font-size: 1rem; transform: none; }
 .launch-grid { grid-template-columns: minmax(0,1fr); }
 .launch-card { min-height: 0; }
 .token-live-actions { display: grid; grid-template-columns: minmax(0,1fr); }
 .community { min-height: 0; grid-template-columns: minmax(0,1fr); padding: 4rem 1.25rem; text-align: center; }
 .community .eyebrow { justify-content: center; }
 .community-mark img { width: min(60vw,17rem); }
 .community h2 { font-size: clamp(2.8rem,13vw,5rem); }
 .community-actions { justify-content: center; }
 .community-actions .button { width: 100%; }
 footer { grid-template-columns: auto minmax(0,1fr); gap: 1rem; }
 footer a { grid-column: 1 / -1; }
}
@media (max-width: 360px) {
 .hero-copy { padding-inline: 1rem; }
 .hero-actions { flex-direction: column; }
 .hero h1 { font-size: 6.3vw; }
 .hero-roster-card small { letter-spacing: 0; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
 .reveal { opacity: 1; transform: none; }
}

/* Reserve independent space for the header, uncropped arena, and entire roster. */
@media (min-width: 1001px) {
 :root { --header-height: clamp(64px, 8svh, 80px); --roster-height: clamp(138px, 18svh, 180px); --hero-unit: min(1vw, 1.65svh); }
 .site-header, .site-header.is-scrolled { position: relative; height: var(--header-height); min-height: 0; }
 .brand img { max-height: calc(var(--header-height) * 1.2); }
 .hero { height: calc(100svh - var(--header-height)); min-height: 530px; grid-template-rows: minmax(0,1fr) var(--roster-height); padding: 0; }
 .hero-backdrop, .hero::before { top: 0; bottom: var(--roster-height); height: auto; }
 .hero-backdrop { background: #0c0907 url("assets/hero-arena-arki-v1.jpg") left center / cover no-repeat; }
 .hero-backdrop img { object-fit: contain; object-position: right center; }
 .hero-copy { margin: 0; padding-block: 0; }
 .hero-logo { width: calc(37 * var(--hero-unit)); margin-top: calc(-1 * var(--hero-unit)); margin-bottom: calc(-3 * var(--hero-unit)); }
 .hero h1 { font-size: calc(3.55 * var(--hero-unit)); }
 .hero h1 strong { font-size: calc(5.55 * var(--hero-unit)); }
 .hero-intro { font-size: max(12px, calc(.95 * var(--hero-unit))); margin: calc(1.15 * var(--hero-unit)) 0 calc(1.45 * var(--hero-unit)); }
 .hero-actions { margin-top: calc(1.7 * var(--hero-unit)); }
 .hero-actions .button { min-height: max(44px, calc(3.6 * var(--hero-unit))); font-size: calc(1.45 * var(--hero-unit)); padding-block: .6rem; }
 .hero-actions .button--ghost { font-size: max(14px,calc(1.15 * var(--hero-unit))); }
 .hero-contract { top: 1rem; right: 2vw; }
 .margin-note--top, .margin-note--riches { top: 2rem; }
 .hero-roster { align-self: stretch; width: 94%; height: var(--roster-height); min-height: 0; padding: .4rem 2vw .8rem; grid-template-rows: auto minmax(0,1fr); gap: .45rem; }
 .hero-roster-title { font-size: clamp(28px,3.9svh,44px); }
 .hero-roster-card { min-height: 0; }
 .hero-roster-card > span:not(.roster-portrait) { padding-left: 55%; background: linear-gradient(90deg,transparent 0,rgba(11,9,6,.35) 43%,#0b0906 62%); }
 .hero-roster-card b { font-size: clamp(15px,1.2vw,22px); }
 .hero-roster-card .roster-portrait { inset: 0 auto 0 0; width: 66%; overflow: hidden; filter: saturate(.9) contrast(1.08); mask-image: none; }
 .hero-roster-card .roster-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 0,transparent 58%,#0b0906 100%); }
}

/* Campaign artwork is a full composition, not a portrait to crop. */
@media (max-width: 680px) {
 .fighter-card, .fighter-card--hero { height: auto; min-height: 0; aspect-ratio: auto; background: #13100c; }
 .fighter-card img, .fighter-card--hero img { position: static; width: 100%; height: auto; object-fit: contain; aspect-ratio: auto; }
 .fighter-card::after { display: none; }
 .fighter-card-copy { position: static; padding: 1.25rem; border-top: 1px solid var(--line); }
 .fighter-card:hover img { transform: none; }
}
