:root {
  --ink: #321225;
  --paper: #fff0ed;
  --acid: #ff6f91;
  --orange: #f52f69;
  --muted: #8d6674;
  --line: rgba(50, 18, 37, .18);
}

html, body { height: 100%; overflow: hidden; }
.site-header { position: fixed; top: 0; left: 0; right: 0; background: var(--paper); }
.page-nav { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 38px); height: 100%; }
.page-nav.is-hidden { display: none; }
.page-nav a { position: relative; display: flex; align-items: center; height: 100%; color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.page-nav a::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.page-nav a:hover::after, .page-nav a.active::after { transform: scaleX(1); }
main { height: calc(100vh - 78px); margin-top: 78px; overflow: hidden; }
.page-view { display: none !important; height: 100%; min-height: 0 !important; overflow-y: auto; }
.page-view.active { display: block !important; }
.hero.page-view.active { display: grid !important; overflow: hidden; }
.home-only { display: none; }
.home-only.is-visible { display: block; }
.section-wrap.page-view.active { opacity: 1 !important; transform: none !important; transition: none !important; }

.is-home .site-header { background: transparent; border-bottom-color: transparent; }
.is-home { background: var(--paper); }
.is-home .brand { color: var(--paper); }
.is-home .brand-name > span { color: var(--acid); }
.is-home .hero.page-view.active { position: relative; display: block !important; background: #090c13; color: var(--paper); }
.is-home .hero-stage { position: absolute; inset: 0; min-height: 0; background-color: #090c13; background-image: linear-gradient(rgba(255,240,237,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,240,237,.045) 1px, transparent 1px), radial-gradient(circle at 50% 40%, rgba(245,47,105,.18), transparent 34%); background-size: 72px 72px, 72px 72px, auto; }
.is-home .hero-stage::before { width: 520px; height: 520px; border-color: rgba(255,240,237,.08); box-shadow: 0 0 0 34px rgba(255,240,237,.02), 0 0 0 70px rgba(255,240,237,.015); }
.is-home .hero-stage::after { opacity: .35; }
.is-home .hero-stage-copy { top: 54%; left: 50%; transform: translateX(-50%); width: min(90%, 440px); text-align: center; }
.is-home .hero-stage-copy .eyebrow { color: var(--acid); }
.is-home .hero-stage-copy > p:last-child { display: none; }
.is-home .hero-stage-logo { top: 39%; left: 50%; width: min(230px, 33vw); height: min(230px, 33vw); box-shadow: 0 0 90px rgba(245,47,105,.28); }
.is-home .stage-badge, .is-home .hero-label, .is-home .vertical-word, .is-home .hero-scroll { display: none; }
.is-home .hero-copy { position: relative; z-index: 4; display: block; width: 100%; height: 100%; padding: 0; }
.is-home .home-side-nav { position: absolute; bottom: 26px; left: 50%; display: flex; width: min(100% - 32px, 360px); transform: translateX(-50%); border: 0; }
.is-home .home-side-nav a { justify-content: center; gap: 8px; padding: 8px 0; border: 0; color: rgba(255,240,237,.52); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.is-home .home-side-nav a span { display: none; }
.is-home .home-side-nav a:hover, .is-home .home-side-nav a.current { padding-left: 0; color: var(--paper); font-weight: 700; }
.is-home .home-side-nav a.current:before { width: 4px; height: 4px; margin-left: 0; }

.brand-logo { width: 34px; height: 34px; border-radius: 10px; display: block; object-fit: cover; }
.site-footer .brand-logo { width: 32px; height: 32px; }

body { background: var(--paper); }
.grain { opacity: .06; }
.brand-mark { background: var(--orange); color: var(--paper); }
.brand-name > span, .accent, .manifesto h2 span, .matches h2 span, .journal h2 span, .games h2 span { color: var(--orange); }
.main-nav a:after { background: var(--orange); }
.header-cta:hover, .button-primary:hover { background: var(--orange); color: var(--paper); }
.button { transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 5px 5px 0 rgba(50,18,37,.18); }
.hero-visual { background: #321225; }
.hero-image { background: linear-gradient(90deg, rgba(50,18,37,.5), rgba(245,47,105,.12)), url('https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&fit=crop&w=1400&q=85') center/cover; }
.hero-visual:after { background: linear-gradient(135deg, transparent 55%, rgba(255,111,145,.5)); }
.vertical-word, .hero-label span:nth-child(2), .ticker-track b { color: var(--acid); }
.hero-scroll i { background: var(--orange); }
.ticker { background: var(--orange); color: var(--paper); }
.roster { background: #321225; }
.roster .section-tag { color: #d79aaa; }
.player-number, .player-arrow { color: var(--acid); }
.player-photo { filter: saturate(1.12) contrast(1.04); background-repeat: no-repeat; background-size: cover, contain; background-position: center, center; background-blend-mode: normal, normal; position: relative; }
.player-photo { display: flex; align-items: center; justify-content: center; }
.player-photo img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 1; margin: auto; object-fit: cover; object-position: center; border-radius: 12px; }
.roster-grid { grid-template-columns: repeat(4, 1fr); }
.player-featured { grid-column: auto; }
.roster-switch { display: flex; gap: 8px; }
.roster-tab { border: 1px solid var(--line); background: transparent; color: var(--muted); padding: 11px 18px; font: 600 11px var(--body); text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.roster-tab.active, .roster-tab:hover { background: var(--orange); border-color: var(--orange); color: var(--paper); }
.roster-tab, .category-tab { transition: background .2s, color .2s, border-color .2s, transform .2s; }
.roster-tab:hover, .category-tab:hover { transform: translateY(-2px); }
.roster-panel[hidden] { display: none; }
.panel-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 30px 0 35px; }
.panel-title h2 { font: clamp(52px, 7vw, 92px)/.85 var(--display); margin: 0; text-transform: uppercase; }
.panel-title h2 span { color: var(--orange); }
.panel-title p { max-width: 360px; margin: 0; color: #efbec4; font-size: 13px; }
.fortnite-roster-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-panel .fortnite-roster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 680px; }
.fortnite-slot { min-height: 260px; padding: 22px; display: flex; flex-direction: column; justify-content: end; border: 1px solid #4a2a3b; background: linear-gradient(145deg, #4b203c, #21131e); color: var(--paper); }
.fortnite-slot > span { color: var(--acid); font: 42px var(--display); margin-bottom: auto; }
.fortnite-slot strong { font-size: 17px; }
.fortnite-slot small { color: #efbec4; font-size: 10px; margin-top: 7px; text-transform: uppercase; letter-spacing: .08em; }
.category-switch { display: flex; gap: 8px; margin-bottom: 25px; }
.category-tab { border: 1px solid #4a2a3b; background: transparent; color: #efbec4; padding: 12px 20px; font: 600 11px var(--body); text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.category-tab.active, .category-tab:hover { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.category-panel[hidden] { display: none; }
.category-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; color: #efbec4; }
.category-heading span { color: var(--acid); font-size: 10px; letter-spacing: .1em; }
.category-heading strong { font-size: 13px; }
.academy-slot { background: linear-gradient(145deg, #3d294b, #241c32); }
.player-slot { min-height: 0; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 10px; text-align: center; background: #4b203c; }
.player-slot { transition: border-color .25s, transform .25s, box-shadow .25s; }
.player-slot:hover { border-color: var(--acid); transform: translateY(-4px); box-shadow: 0 12px 0 rgba(255,111,145,.12); }
.player-slot img { position: static; display: block; width: 190px; height: 190px; object-fit: cover; object-position: center; opacity: 1; transition: transform .3s; }
.player-slot:hover img { transform: scale(1.04); }
.player-slot > strong { color: var(--acid); font-size: 18px; margin-top: 5px; }
.player-name { border: 0; padding: 0; margin-top: 5px; background: none; color: var(--acid); font: 700 18px var(--body); cursor: pointer; }
.player-name:hover { color: var(--paper); text-decoration: underline; }
.player-slot > small { color: #efbec4; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.official-slot img { border-radius: 50%; }
.academy-player-slot img { border-radius: 8px; }
.wuro-slot img { border-radius: 50%; }
.player-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 24px; background: rgba(20, 8, 16, .76); }
.player-modal[hidden] { display: none; }
.player-modal.staff-profile .player-details > div:nth-child(2) { display: none; }
.player-modal-card { position: relative; width: min(100%, 560px); padding: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 70px rgba(0,0,0,.35); }
.modal-close { position: absolute; top: 14px; right: 17px; border: 0; background: none; color: var(--ink); font-size: 28px; cursor: pointer; }
.modal-top { display: flex; align-items: center; gap: 22px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.modal-top img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; }
.modal-top span, .player-details span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.modal-top h2 { margin: 8px 0 0; font: 52px/.9 var(--display); text-transform: uppercase; }
.player-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 25px; }
.player-details strong { display: block; margin-top: 8px; font-size: 12px; line-height: 1.35; }
.performance-link { color: var(--ink); text-decoration: none; }
.performance-link:hover { color: var(--orange); }
.polish-flag { display: inline-block; width: 22px; height: 14px; margin-right: 7px; vertical-align: -2px; object-fit: fill; border: 1px solid rgba(50,18,37,.2); }
.x-social { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); text-decoration: none; }
.x-social:hover { color: var(--orange); }
.x-logo { display: block; width: 16px; height: 16px; fill: currentColor; }
.player-photo::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,240,237,.22); background: linear-gradient(155deg, transparent 45%, rgba(255,240,237,.16)); pointer-events: none; }
.photo-one { background-image: linear-gradient(145deg, #ffb3a7, #f52f69 47%, #321225); }
.photo-two { background-image: linear-gradient(145deg, #321225, #f52f69 52%, #ffb3a7); }
.photo-three { background-image: linear-gradient(145deg, #f52f69, #321225 58%, #ffb3a7); }
.photo-four { background-image: linear-gradient(145deg, #ffb3a7, #ff6f91 44%, #321225); }
.games { background: #ffd6d0; }
.games .section-heading { max-width: 900px; margin-left: auto; margin-right: auto; }
.game-note { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.games-grid { display: grid; grid-template-columns: minmax(0, 900px); justify-content: center; gap: 18px; }
.game-card { background: var(--paper); border: 1px solid var(--line); }
.game-card-main { background: var(--ink); color: var(--paper); }
.game-art { height: 260px; display: flex; align-items: flex-end; padding: 24px; background-size: cover; background-position: center; }
.game-art span { font: 78px/.8 var(--display); color: var(--paper); letter-spacing: .04em; }
.valorant-art { background-image: linear-gradient(120deg, rgba(50,18,37,.28), rgba(245,47,105,.72)), url('https://images.unsplash.com/photo-1560253023-3ec5d502959f?auto=format&fit=crop&w=1000&q=80'); }
.rocket-art { background-image: linear-gradient(120deg, rgba(50,18,37,.35), rgba(255,111,145,.55)), url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&w=900&q=80'); }
.setup-art { width: min(100%, 460px); height: auto; aspect-ratio: 1; margin: 0 auto; background-image: linear-gradient(120deg, rgba(50,18,37,.22), rgba(245,47,105,.55)); background-color: #321225; }
.setup-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.game-card-main { width: min(100%, 620px); aspect-ratio: 1; margin: 0 auto; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.game-card-main .setup-art { width: 100%; height: auto; min-height: 0; aspect-ratio: auto; margin: 0; }
.game-card-main .game-info { min-height: 0; padding: 18px 25px; }
.game-info { padding: 25px; }
.game-info > span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.game-info h3 { font: 54px/.9 var(--display); margin: 12px 0; text-transform: uppercase; }
.game-info p { max-width: 360px; color: var(--muted); font-size: 13px; }
.game-card-main .game-info p { color: #efbec4; }
.game-info .text-link { margin-top: 10px; }
.shop { background: var(--paper); }
.jersey-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 390px)); justify-content: center; gap: 24px; }
.jersey-grid .jersey-card { width: 100%; }
.jersey-card { background: #ffd6d0; padding: 14px; }
.jersey-featured { background: var(--ink); color: var(--paper); }
.jersey-art { height: 360px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 24px; background-size: cover; background-position: center; }
.jersey-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(245,47,105,.15), transparent 50%, rgba(50,18,37,.4)); }
.jersey-art span { position: relative; z-index: 1; font: 36px var(--display); letter-spacing: .1em; }
.jersey-art strong { position: absolute; z-index: 1; top: 22px; right: 25px; font: 100px/.8 var(--display); color: var(--paper); opacity: .9; }
.jersey-home { background-image: linear-gradient(145deg, rgba(255,111,145,.5), rgba(50,18,37,.15)), url('https://images.unsplash.com/photo-1526232761682-d26e03ac148e?auto=format&fit=crop&w=900&q=85'); }
.jersey-away { background-image: linear-gradient(145deg, rgba(245,47,105,.65), rgba(255,179,167,.3)), url('https://images.unsplash.com/photo-1553778263-73a83bab9b0c?auto=format&fit=crop&w=900&q=85'); }
.jersey-black { background-image: linear-gradient(145deg, rgba(50,18,37,.5), rgba(245,47,105,.45)), url('https://images.unsplash.com/photo-1579952363873-27f3badec8f3?auto=format&fit=crop&w=900&q=85'); }
.jersey-info { display: flex; justify-content: space-between; align-items: end; padding: 20px 4px 14px; }
.jersey-info span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.jersey-info h3 { font: 31px/.9 var(--display); text-transform: uppercase; margin: 8px 0 0; }
.jersey-info > strong { font-size: 15px; white-space: nowrap; }
.jersey-card > .button { width: 100%; justify-content: center; }
.jersey-featured .jersey-info span { color: var(--acid); }
.jersey-featured .button { background: var(--acid); color: var(--ink); }
.jersey-viewer { position: relative; display: block; width: 100%; height: 360px; padding: 0; overflow: hidden; border: 0; background: linear-gradient(145deg, #ffd8d0, #ff6f91); cursor: pointer; }
.belgian-jersey .jersey-viewer { background: #dedbd4; }
.jersey-viewer img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .25s, transform .25s; }
.jersey-viewer .jersey-back { opacity: 0; }
.jersey-viewer.show-back .jersey-front { opacity: 0; }
.jersey-viewer.show-back .jersey-back { opacity: 1; }
.jersey-switch-arrow { position: absolute; right: 14px; bottom: 14px; z-index: 2; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--acid); font-size: 20px; }
.jersey-switch-arrow { transition: background .2s, color .2s, transform .2s; }
.jersey-viewer:hover .jersey-switch-arrow { background: var(--orange); color: var(--paper); transform: rotate(90deg); }
.contact { background: #321225; }
.contact-stamp { border-color: var(--acid); color: var(--acid); }
.contact-stamp img { width: 72%; height: 72%; border-radius: 18px; display: block; }
.network-links { display: flex; flex-wrap: wrap; gap: 8px 12px; max-width: 720px; margin-top: 28px; }
.network-links a { display: flex; align-items: center; gap: 8px; min-width: 170px; padding: 10px 12px; border: 1px solid #563143; color: var(--paper); font-size: 13px; text-decoration: none; }
.network-links a:hover { color: var(--acid); }
.network-links a span { min-width: 0; color: var(--acid); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.network-links a b { margin-left: auto; color: var(--orange); font-size: 17px; font-weight: 400; }
.ticker { overflow: hidden; }
.ticker-track { animation: marquee-visible 16s linear infinite; will-change: transform; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.home-side-nav a { animation: nav-in .55s both; }
.home-side-nav a:nth-child(2) { animation-delay: .08s; }
.home-side-nav a:nth-child(3) { animation-delay: .16s; }
.home-side-nav a:nth-child(4) { animation-delay: .24s; }
.home-side-nav a:nth-child(5) { animation-delay: .32s; }
.stage-badge-top { animation: badge-pulse 2.8s ease-in-out infinite; }
.stage-badge-bottom { animation: badge-pulse 2.8s ease-in-out .8s infinite; }
.site-footer { background: #321225; }
.site-footer .brand-mark { background: var(--acid); color: var(--ink); }

.hero { min-height: calc(100vh - 78px); grid-template-columns: .85fr 1.15fr; background: radial-gradient(circle at 78% 15%, rgba(255,111,145,.25), transparent 35%), var(--paper); }
.hero-copy { padding-left: 8vw; padding-right: 4vw; }
.hero-copy h1 { font-size: clamp(76px, 9vw, 138px); color: var(--ink); }
.home-links { padding: 12vh 8vw 10vh 2vw; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 12px; }
.home-link { min-height: 175px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); text-decoration: none; border: 1px solid var(--line); background: rgba(255,240,237,.72); transition: transform .25s, background .25s, color .25s; }
.home-link:hover { transform: translateY(-7px); background: var(--orange); color: var(--paper); }
.home-link-number { font: 32px var(--display); color: var(--orange); }
.home-link:hover .home-link-number { color: var(--paper); }
.home-link b { display: block; font: 42px/.9 var(--display); text-transform: uppercase; }
.home-link small { display: block; margin-top: 8px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; opacity: .65; }
.home-link strong { align-self: flex-end; font-size: 25px; font-weight: 400; }
.home-link-presentation { background: var(--ink); color: var(--paper); }
.home-link-presentation .home-link-number { color: var(--acid); }
.home-link-games { background: #ffd6d0; }
.home-link-shop { background: var(--acid); }
.home-link-network { background: #ffb3a7; }

/* Editorial polish: quieter surfaces, sharper hierarchy and fewer stock effects. */
body { letter-spacing: .01em; }
.section-wrap { position: relative; }
.section-wrap::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--orange), transparent 72%); opacity: .42; }
.section-tag { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.presentation-block, .player-card, .fortnite-slot, .jersey-card { border-radius: 2px; box-shadow: 0 12px 30px rgba(50,18,37,.08); }
.presentation-block:hover, .jersey-card:hover { box-shadow: 7px 7px 0 rgba(50,18,37,.14); transform: translateY(-3px); }
.presentation-block, .jersey-card { transition: transform .25s ease, box-shadow .25s ease; }
.button, .hero-action, .roster-tab, .category-tab { border-radius: 3px; }
.hero-action { letter-spacing: .01em; }
.hero-action span { color: var(--orange); }
.hero-action-primary span { color: #321225; }
.support-links a, .network-links a { border-radius: 2px; transition: background .2s, border-color .2s, transform .2s; }
.support-links a:hover, .network-links a:hover { background: rgba(255,111,145,.12); border-color: var(--acid); transform: translateX(3px); }
.roster .section-heading, .shop .section-heading { border-bottom: 1px solid rgba(255,240,237,.16); padding-bottom: 18px; }
.roster .panel-title h2, .shop h2, .contact h2 { letter-spacing: -.025em; }
.contact-stamp { border-radius: 50%; background: radial-gradient(circle, rgba(255,111,145,.16), transparent 68%); }

.hero { grid-template-columns: minmax(430px, .85fr) 1.15fr; }
.main-nav, .menu-toggle { display: none !important; }
.hero-copy { padding: 0 7vw; justify-content: flex-start; }
.hero-copy h1 { margin-bottom: 22px; }
.hero-intro { max-width: 245px; font-size: 13px; }
.home-side-nav { display: flex; flex-direction: column; gap: 0; margin-top: 0; border-top: 1px solid var(--line); }
.home-side-nav a { display: flex; align-items: center; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: 22px; transition: color .2s, padding-left .2s; }
.home-side-nav a span { width: 28px; font-size: 12px; color: var(--orange); }
.home-side-nav a:hover, .home-side-nav a.current { color: var(--ink); padding-left: 8px; font-weight: 700; }
.home-side-nav a.current:before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; margin-left: -18px; }
.hero-stage { background: radial-gradient(circle at 50% 45%, rgba(245,47,105,.4), transparent 33%), linear-gradient(135deg, #321225 0%, #4d193a 55%, #21101d 100%); position: relative; min-height: 620px; overflow: hidden; isolation: isolate; }
.hero-stage::before { content: ''; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,240,237,.16); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 34px rgba(255,240,237,.035), 0 0 0 70px rgba(255,240,237,.025); }
.hero-stage::after { content: ''; position: absolute; width: 2px; height: 100%; left: 18%; top: 0; background: linear-gradient(transparent, rgba(255,111,145,.5), transparent); opacity: .7; }
.stage-grid-lines { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,240,237,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,240,237,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, black 25%, black 75%, transparent); }
.stage-grid-lines { animation: grid-drift 18s linear infinite; }
.stage-badge { position: absolute; z-index: 3; color: var(--paper); font-size: 9px; line-height: 1.5; letter-spacing: .15em; }
.stage-badge b { color: var(--acid); font-weight: 600; }
.stage-badge-top { top: 29%; right: 10%; text-align: right; }
.stage-badge-bottom { bottom: 17%; left: 10%; }
.hero-stage-copy { position: absolute; z-index: 2; top: 10%; left: 9%; color: var(--paper); }
.hero-stage-copy h1 { font-family: var(--body); font-size: clamp(56px, 7vw, 108px); font-weight: 700; line-height: .88; letter-spacing: -.04em; margin: 22px 0; }
.hero-stage-copy h1 em { color: var(--orange); font-style: normal; }
.hero-stage-copy > p:last-child { max-width: 300px; color: #efbec4; font-size: 13px; }
.hero-stage-logo { position: absolute; z-index: 2; width: min(42vw, 320px); height: min(42vw, 320px); top: 54%; left: 53%; padding: 0; border: 0; background: transparent; cursor: pointer; transform: translate(-50%, -50%) rotate(-5deg); border-radius: 28%; box-shadow: 0 0 90px rgba(245,47,105,.4), 18px 18px 0 rgba(255,111,145,.16); transition: transform .35s ease; }
.hero-stage-logo img { display: block; width: 100%; height: 100%; border-radius: inherit; }
.hero-stage-logo { animation: logo-breathe 4.5s ease-in-out infinite; }
.hero-stage:hover .hero-stage-logo { transform: translate(-50%, -50%) rotate(0deg) scale(1.03); }
.hero-stage.zero-gravity-active .hero-stage-copy { animation: zero-gravity-copy 5.2s ease-in-out both; }
.hero-stage.zero-gravity-active .stage-grid-lines { animation: zero-gravity-grid 5.2s ease-in-out both; }
.hero-stage.zero-gravity-active .hero-stage-logo { animation: zero-gravity-logo 5.2s ease-in-out both; }

@keyframes zero-gravity-copy {
  0%, 100% { transform: translate(-50%, -50%) rotate(0); }
  24% { transform: translate(calc(-50% + 22px), calc(-50% - 34px)) rotate(-3deg) scale(1.04); }
  52% { transform: translate(calc(-50% - 18px), calc(-50% + 22px)) rotate(3deg) scale(1.08); }
  78% { transform: translate(calc(-50% + 14px), calc(-50% + 46px)) rotate(-2deg) scale(1.03); }
}

@keyframes zero-gravity-logo {
  0% { transform: translate(-50%, -50%) rotate(-5deg) scale(1); }
  22% { transform: translate(calc(-50% + 24px), calc(-50% - 48px)) rotate(-3deg) scale(1.12); }
  48% { transform: translate(calc(-50% - 34px), calc(-50% - 96px)) rotate(9deg) scale(1.28); filter: drop-shadow(0 34px 30px rgba(245,47,105,.42)); }
  70% { transform: translate(calc(-50% + 20px), calc(-50% - 8px)) rotate(2deg) scale(1.13); }
  84% { transform: translate(calc(-50% - 12px), calc(-50% + 58px)) rotate(-4deg) scale(1.08); }
  100% { transform: translate(-50%, -50%) rotate(-5deg) scale(1); filter: none; }
}

@keyframes zero-gravity-grid {
  0%, 100% { opacity: .16; transform: scale(1); }
  50% { opacity: .3; transform: scale(1.08) rotate(1.5deg); }
}
.hero-stage .hero-label { position: absolute; bottom: 33px; left: 42px; right: 42px; border-top: 1px solid rgba(255,240,237,.4); padding-top: 13px; color: var(--paper); display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; z-index: 2; }
.hero-stage .hero-label span:nth-child(2), .hero-stage .vertical-word { color: var(--acid); }
.hero-stage .vertical-word { position: absolute; right: 31px; top: 45%; writing-mode: vertical-rl; font: 74px/1 var(--display); letter-spacing: .06em; z-index: 1; }
.hero-copy h1, .presentation-intro h2, .manifesto h2, .matches h2, .journal h2 { letter-spacing: 0; }
.home-link { border-radius: 3px; }
.home-link:hover { transform: translateY(-3px); }
.home-link b { font-family: var(--body); font-size: 20px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.home-link-number { font: 12px var(--body); font-weight: 700; letter-spacing: .08em; }
.home-link small { text-transform: none; letter-spacing: 0; font-size: 11px; }
.presentation-block { border-radius: 0; }
.presentation-block h3 { font-family: var(--body); font-size: 22px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.presentation-intro h2 span { font-family: var(--body); font-size: .3em; font-weight: 600; letter-spacing: .02em; text-transform: none; display: block; margin-top: 14px; }
.hero-copy h1 em { -webkit-text-stroke: 0; color: var(--orange); }
.hero-copy h1 { font-family: var(--body); font-size: clamp(56px, 8vw, 112px); font-weight: 700; letter-spacing: -.04em; }
.presentation-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; margin: 48px 0 55px; }
.presentation-intro > div { position: relative; }
.presentation-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.presentation-kicker::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.presentation-intro h2 { font: clamp(58px, 7vw, 104px)/.84 var(--display); text-transform: uppercase; margin: 0; }
.presentation-intro h2 span { color: var(--orange); }
.presentation-intro > p { max-width: 430px; margin: 0 0 5px; font-size: 16px; line-height: 1.55; }
.presentation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.presentation-block { min-height: 260px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); background: rgba(255,240,237,.62); }
.presentation-block { animation: card-rise .7s both; }
.presentation-block:nth-child(2) { animation-delay: .1s; }
.presentation-block:nth-child(3) { animation-delay: .2s; }
.presentation-block:nth-child(4) { animation-delay: .3s; }
.presentation-block::after { content: ''; position: absolute; width: 110px; height: 110px; right: -35px; top: -35px; border: 1px solid rgba(245,47,105,.28); border-radius: 50%; box-shadow: 0 0 0 16px rgba(245,47,105,.05), 0 0 0 32px rgba(245,47,105,.04); }
.presentation-number { color: var(--orange); font: 30px var(--display); }
.presentation-block h3 { font: 38px/.9 var(--display); text-transform: uppercase; margin: 22px 0 18px; }
.presentation-block p, .presentation-block li { max-width: 480px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.presentation-block ul { padding-left: 18px; margin: 0; }
.presentation-block li { padding: 4px 0; }
.presentation-recruitment { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.presentation-recruitment p { color: #efbec4; }
.presentation-recruitment .presentation-number { color: var(--acid); }
.presentation-recruitment::after { border-color: rgba(255,111,145,.55); }

@keyframes grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 72px 72px, 72px 72px; }
}

@keyframes logo-breathe {
  0%, 100% { transform: translate(-50%, -50%) rotate(-5deg) scale(1); }
  50% { transform: translate(-50%, -51%) rotate(-2deg) scale(1.025); }
}

@keyframes card-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes marquee-visible {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes nav-in {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes badge-pulse {
  0%, 100% { opacity: .65; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

@media (max-width: 850px) {
  .page-nav { gap: 12px; }
  .page-nav a { font-size: 9px; letter-spacing: .03em; }
  .header-cta { display: none; }
  .hero { display: block; min-height: 0; }
  .hero-copy { padding: 0 7vw 55px; }
  .hero-stage-copy { top: 9%; left: 7%; right: 7%; }
  .home-side-nav { margin-top: 0; }
  .hero-stage { min-height: 430px; }
  .hero-stage-logo { width: 220px; height: 220px; }
  .stage-badge-top { top: 27%; right: 7%; }
  .stage-badge-bottom { bottom: 18%; left: 7%; }
  .home-links { padding: 25px 7vw 75px; grid-template-columns: 1fr 1fr; }
  .home-link { min-height: 150px; }
  .home-link b { font-size: 33px; }
  .presentation-intro { grid-template-columns: 1fr; gap: 25px; }
  .presentation-grid { grid-template-columns: 1fr; }
  .panel-title { align-items: flex-start; flex-direction: column; }
  .fortnite-roster-grid { grid-template-columns: 1fr 1fr; }
  .games-grid { grid-template-columns: 1fr; }
  .game-art { height: 220px; }
  .game-card-main { width: 100%; }
  .setup-art { width: 100%; height: auto; aspect-ratio: auto; }
  .jersey-grid { grid-template-columns: 1fr; }
  .jersey-art { height: 300px; }
  .jersey-viewer { height: 300px; }
}

/* Shared Drayko palette across every view. */
body { background: var(--paper); }
.site-header { background: linear-gradient(90deg, #fff0ed 0%, #ffd6d0 100%); }
.page-nav a { color: var(--ink); }
.page-nav a::after { background: var(--orange); }
.manifesto, .shop { background: linear-gradient(135deg, #fff0ed 0%, #ffd6d0 58%, #ffb3a7 145%); }
.roster, .contact, .site-footer { background: linear-gradient(145deg, #321225 0%, #5a1d43 58%, #7d2456 120%); }
.ticker { background: linear-gradient(90deg, #f52f69, #ff6f91, #f52f69); }
.presentation-block { background: rgba(255,240,237,.58); border-color: rgba(50,18,37,.16); }
.presentation-recruitment { background: #321225; color: var(--paper); }
.jersey-card { background: #ffb3a7; }
.jersey-featured { background: #321225; }
.player-card, .fortnite-slot { border-color: rgba(255,111,145,.32); }
.player-card { background: linear-gradient(145deg, #5a1d43, #321225); }
.staff-card { cursor: pointer; }
.staff-card:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
.button-primary, .roster-tab.active, .category-tab.active { background: var(--orange); border-color: var(--orange); }
.button-primary:hover, .roster-tab:hover, .category-tab:hover { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.contact.page-view.active { position: relative; }
.contact.page-view.active .contact-inner { width: 62%; }
.contact.page-view.active .contact-stamp { position: absolute; top: 50%; right: 8%; bottom: auto; transform: translate(var(--drag-x, 0px), calc(-50% + var(--drag-y, 0px))); }
.contact.page-view.active .contact-inner > * { animation: network-text-in 1.2s cubic-bezier(.16,1,.3,1) both; }
.contact.page-view.active .contact-inner > *:nth-child(2) { animation-delay: .2s; animation-name: network-title-in; }
.contact.page-view.active .contact-inner > *:nth-child(3) { animation-delay: .42s; }
.contact.page-view.active .contact-inner > *:nth-child(4) { animation-delay: .64s; }
.contact.page-view.active .network-links a { animation: network-link-in .9s cubic-bezier(.16,1,.3,1) both; }
.contact.page-view.active .network-links a:nth-child(2) { animation-delay: .18s; }
.contact.page-view.active .network-links a:nth-child(3) { animation-delay: .36s; }
.contact.page-view.active .network-links a:nth-child(4) { animation-delay: .54s; }
.contact.page-view.active .network-links a:nth-child(5) { animation-delay: .72s; }
.contact.page-view.active .contact-stamp img { animation: network-logo-float 2.6s cubic-bezier(.45,.05,.55,.95) .35s infinite; }
.contact.page-view.active .draggable-network-logo { z-index: 6; touch-action: none; cursor: grab; user-select: none; pointer-events: auto; }
.contact.page-view.active .draggable-network-logo img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.contact.page-view.active .draggable-network-logo.is-dragging { cursor: grabbing; z-index: 5; }
.contact.page-view.active .draggable-network-logo.is-dragging img { animation: none !important; }
.contact.network-animate .contact-inner { animation: network-block-in 1.1s cubic-bezier(.16,1,.3,1) both; }
.contact.network-animate .contact-stamp { animation: network-stamp-in 1.25s cubic-bezier(.16,1,.3,1) both; }
.network-footer { position: absolute; right: 7%; bottom: 10px; left: 7%; display: flex; align-items: center; gap: 22px; padding-top: 24px; border-top: 0; color: rgba(255,240,237,.55); font-size: 11px; }
.network-footer::before { content: ''; position: absolute; top: 8px; right: 0; left: 0; height: 1px; background: rgba(255,240,237,.18); }
.network-footer span { margin-right: auto; }
.network-footer button { padding: 0; border: 0; background: none; color: rgba(255,240,237,.55); font: inherit; cursor: pointer; transition: color .2s; }
.network-footer button:hover { color: var(--acid); }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 25; display: none; width: 44px; height: 44px; border: 1px solid rgba(50,18,37,.3); border-radius: 50%; background: #fff0ed; color: #321225; font-size: 22px; line-height: 1; cursor: pointer; box-shadow: 4px 5px 0 rgba(50,18,37,.18); transition: transform .2s, background .2s; }
.back-to-top:hover { transform: translateY(-4px); background: var(--acid); }
body:not(.is-home) .back-to-top { display: grid; place-items: center; }
.site-info-modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 24px; background: rgba(50,18,37,.7); }
.site-info-modal[hidden] { display: none; }
.site-info-card { position: relative; width: min(100%, 560px); padding: 36px; background: linear-gradient(145deg, #fff0ed, #ffb3a7); color: var(--ink); box-shadow: 12px 16px 0 rgba(50,18,37,.2); }
.site-info-card h2 { margin: 18px 0 14px; font: 52px/.9 var(--display); text-transform: uppercase; }
.site-info-card p { max-width: 460px; }
.site-info-close { position: absolute; top: 13px; right: 18px; border: 0; background: none; color: var(--ink); font-size: 28px; cursor: pointer; }

/* Presentation styling: preserve the original grid with a stronger visual rhythm. */
.manifesto.page-view.active { background: linear-gradient(135deg, #fff0ed 0%, #ffd6d0 72%, #ffb3a7 145%); }
.manifesto > .section-tag { display: flex; align-items: center; gap: 14px; color: var(--orange); }
.manifesto > .section-tag::after { display: none; }
.presentation-intro { position: relative; padding-bottom: 38px; border-bottom: 1px solid rgba(50,18,37,.18); }
.presentation-intro::after { display: none; }
.presentation-intro h2 { position: relative; z-index: 1; color: var(--ink); }
.presentation-intro h2 span { color: var(--orange); }
.presentation-intro > p { position: relative; z-index: 1; padding-left: 20px; border-left: 3px solid var(--orange); color: #704558; }
.presentation-block { border-color: rgba(50,18,37,.16); box-shadow: 0 10px 24px rgba(50,18,37,.06); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.presentation-block:hover { transform: translateY(-5px); box-shadow: 8px 12px 0 rgba(50,18,37,.12); }
.presentation-block:nth-child(1) { border-top: 3px solid var(--orange); }
.presentation-block:nth-child(2) { background: rgba(255,255,255,.48); border-top: 3px solid var(--ink); }
.presentation-block:nth-child(3) { border-top: 3px solid var(--acid); }
.presentation-block:nth-child(4) { border-top: 3px solid var(--orange); }
.presentation-number { display: none; }

@media (max-width: 850px) {
  .contact.page-view.active .contact-inner { width: 100%; }
  .contact.page-view.active .contact-stamp { position: relative; top: auto; right: auto; transform: translate(var(--drag-x, 0px), var(--drag-y, 0px)); margin: 40px auto 0; }
  .network-footer { position: relative; right: auto; bottom: auto; left: auto; flex-wrap: wrap; gap: 12px 18px; margin-top: 60px; padding-top: 24px; }
  .network-footer span { width: 100%; }
  .back-to-top { right: 16px; bottom: 16px; width: 40px; height: 40px; }
  .jersey-grid { grid-template-columns: 1fr; gap: 22px; }
  .jersey-card { min-width: 0; }
  .contact.page-view.active .contact-stamp { width: min(58vw, 220px); height: min(58vw, 220px); }
}

@keyframes network-text-in {
  from { opacity: 0; transform: translateX(-80px) scale(.88); filter: blur(12px); }
  70% { opacity: 1; transform: translateX(10px) scale(1.02); filter: blur(0); }
  to { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}

@keyframes network-block-in {
  from { opacity: 0; transform: translateX(-110px); }
  70% { opacity: 1; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes network-stamp-in {
  from { opacity: 0; filter: blur(18px); }
  to { opacity: 1; filter: blur(0); }
}

@keyframes network-title-in {
  from { opacity: 0; transform: translateY(70px) scale(.72) rotate(-3deg); filter: blur(14px); }
  70% { opacity: 1; transform: translateY(-8px) scale(1.04) rotate(1deg); filter: blur(0); }
  to { opacity: 1; transform: translateY(0) scale(1) rotate(0); filter: blur(0); }
}

@keyframes network-link-in {
  from { opacity: 0; transform: translateX(-65px) scale(.78) rotate(-2deg); }
  70% { opacity: 1; transform: translateX(8px) scale(1.03) rotate(0); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes network-logo-float {
  0%, 100% { transform: translateY(0) rotate(-6deg) scale(1); filter: drop-shadow(0 0 0 rgba(255,111,145,0)); }
  50% { transform: translateY(-28px) rotate(6deg) scale(1.16); filter: drop-shadow(0 22px 30px rgba(255,111,145,.55)); }
}

@media (max-width: 480px) {
  .site-header { padding: 0 4vw; }
  .site-header .brand-name { display: none; }
  .page-nav { gap: 7px; }
  .page-nav a { font-size: 8px; }
  .home-links { grid-template-columns: 1fr; }
  .home-link { min-height: 132px; }
  .fortnite-roster-grid { grid-template-columns: 1fr; }
  .network-links { grid-template-columns: 1fr; }
}

.hero-stage.zero-gravity-active .hero-stage-copy,
.hero-stage.zero-gravity-active .stage-grid-lines,
.hero-stage.zero-gravity-active .hero-stage-logo,
.is-home.zero-gravity-active .site-header .brand,
.is-home.zero-gravity-active .site-header .page-nav a {
  animation-duration: 5.2s !important;
  animation-iteration-count: 1 !important;
}

.is-home.zero-gravity-active .site-header .brand {
  animation: zero-gravity-left-brand 5.2s ease-in-out both;
}

.is-home.zero-gravity-active .site-header .page-nav a {
  animation: zero-gravity-left-link 5.2s ease-in-out both;
}

.is-home.zero-gravity-active .site-header .page-nav a:nth-child(1) { animation-delay: .08s; }
.is-home.zero-gravity-active .site-header .page-nav a:nth-child(2) { animation-delay: .16s; }
.is-home.zero-gravity-active .site-header .page-nav a:nth-child(3) { animation-delay: .24s; }
.is-home.zero-gravity-active .site-header .page-nav a:nth-child(4) { animation-delay: .32s; }
.is-home.zero-gravity-active .site-header .page-nav a:nth-child(5) { animation-delay: .4s; }

@keyframes zero-gravity-left-brand {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  28% { transform: translate(12px, -18px) rotate(-2deg); }
  56% { transform: translate(-10px, 20px) rotate(2deg); }
  82% { transform: translate(8px, -10px) rotate(-1deg); }
}

@keyframes zero-gravity-left-link {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  28% { transform: translate(22px, -12px) rotate(-2deg); }
  56% { transform: translate(-18px, 17px) rotate(2deg); }
  82% { transform: translate(14px, -8px) rotate(-1deg); }
}

/* Accueil inspired by the reference landing page. */
.is-home .site-header { position: fixed; top: 0; bottom: 0; left: 0; z-index: 20; width: 312px; height: 100vh; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 36px 25px 28px; background: linear-gradient(180deg, #321225 0%, #5a1d43 52%, #f52f69 150%) !important; border-right: 1px solid rgba(255,240,237,.2); border-bottom: 0 !important; }
.is-home .site-header .brand { gap: 12px; }
.is-home .site-header .brand-logo { width: 40px; height: 40px; }
.is-home .site-header .brand-name { color: var(--paper); font-size: 23px; }
.is-home .site-header .header-cta { display: none; }
.is-home .site-header .page-nav.is-hidden { display: flex !important; flex-direction: column; align-items: stretch; gap: 8px; height: auto; margin-top: 78px; }
.is-home .site-header .page-nav a { height: 56px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; color: rgba(255,240,237,.58); font-size: 17px; letter-spacing: 0; text-transform: none; }
.is-home .site-header .page-nav a::before { content: '>'; margin-right: 18px; color: rgba(255,240,237,.42); font-weight: 700; }
.is-home .site-header .page-nav a::after { display: none; }
.is-home .site-header .page-nav a:hover, .is-home .site-header .page-nav a.active { color: var(--paper); background: linear-gradient(100deg, rgba(255,255,255,.17), rgba(255,255,255,.07)); border-color: rgba(255,255,255,.16); box-shadow: 0 0 22px rgba(255,255,255,.06); }
.is-home .site-header .page-nav a.active::before { color: var(--paper); }
.is-home .site-header::after { content: 'drayko © 2026'; position: absolute; right: 25px; bottom: 28px; left: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,240,237,.38); font-size: 13px; }
.is-home main { height: 100vh; margin-top: 0; margin-left: 312px; }
.is-home .hero.page-view.active { position: relative; display: block !important; background: var(--paper) !important; }
.is-home .hero-stage { position: absolute !important; inset: 0; min-height: 0 !important; background-color: var(--paper) !important; background-image: linear-gradient(rgba(50,18,37,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(50,18,37,.045) 1px, transparent 1px), radial-gradient(circle at 50% 40%, rgba(245,47,105,.2), transparent 34%), linear-gradient(135deg, #fff0ed, #ffb3a7 52%, #f52f69) !important; background-size: 72px 72px, 72px 72px, auto, auto !important; }
.is-home .hero-stage::before { width: 520px; height: 520px; border-color: rgba(255,240,237,.08); box-shadow: 0 0 0 34px rgba(255,240,237,.02), 0 0 0 70px rgba(255,240,237,.015); }
.is-home .hero-stage-copy { top: 61% !important; left: 50%; transform: translate(-50%, -50%); width: min(90%, 560px); text-align: center; }
.is-home .hero-stage-copy h1 { margin: 0 0 42px; color: #321225; font: 700 clamp(42px, 5vw, 78px)/.9 var(--body); letter-spacing: -.05em; text-shadow: 0 2px 0 rgba(255,240,237,.28); }
.is-home .hero-stage-copy h1 em { color: #f52f69; font-style: normal; }
.is-home .hero-actions { display: flex; justify-content: center; gap: 16px; }
.is-home .hero-action { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 190px; height: 62px; padding: 0 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.04); color: var(--paper); font-size: 16px; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.is-home .hero-action span { font-size: 23px; }
.is-home .hero-action:hover { transform: translateY(-3px); background: rgba(255,255,255,.12); }
.is-home .hero-action-primary { background: var(--paper); color: #14151b; }
.is-home .hero-action-primary:hover { background: var(--acid); color: #14151b; }
.is-home .hero-stage-logo { top: 27% !important; left: 50%; width: 130px !important; height: 130px !important; box-shadow: 0 0 90px rgba(245,47,105,.28); }
.is-home .stage-badge, .is-home .hero-label, .is-home .vertical-word, .is-home .hero-scroll { display: none !important; }
.is-home .hero-copy { display: none; }

/* Keep internal pages visually closer to the fixed header. */
.page-view.section-wrap.active { padding-top: 48px !important; }

@media (max-width: 850px) {
  .is-home .site-header { right: 0; bottom: auto; width: 100%; height: 78px; flex-direction: row; align-items: center; padding: 0 5vw; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08) !important; }
  .is-home .site-header .brand-logo { width: 34px; height: 34px; }
  .is-home .site-header .brand-name { font-size: 15px; }
  .is-home .site-header .page-nav.is-hidden { flex-direction: row; align-items: center; gap: 10px; height: 100%; margin-top: 0; margin-left: auto; }
  .is-home .site-header .page-nav a { height: auto; padding: 7px 5px; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 9px; text-transform: uppercase; }
  .is-home .site-header .page-nav a::before { display: none; }
  .is-home .site-header::after { display: none; }
  .is-home main { height: calc(100vh - 78px); margin-top: 78px; margin-left: 0; }
  .is-home .hero-stage-logo { top: 27% !important; }
  .is-home .hero-stage-copy { top: 60% !important; }
  .is-home .hero-stage-copy h1 { margin-bottom: 28px; font-size: clamp(34px, 9vw, 60px); }
  .is-home .hero-actions { flex-direction: column; align-items: center; }
  .is-home .hero-action { width: min(88%, 300px); height: 54px; }
  .page-view.section-wrap.active { padding-top: 30px !important; }
}
