/* RAIDEX — pagina principală. Stiluri independente de pagina de regulament. */
:root {
  color-scheme: dark;
  --bg: #0e0e0e;
  --surface: #141414;
  --text: #f6f5f3;
  --muted: #b0b0b0;
  --orange: #f59318;
  --orange-deep: #d8630f;
  --gradient: linear-gradient(277.35deg, #f59318 -2.2%, #d8630f 100%);
  --line: rgba(255, 255, 255, .13);
  --heading: "Bungee", Impact, "Arial Black", sans-serif;
  --body: "Bahnschrift", "Barlow", "Segoe UI", sans-serif;
  --nav-height: 114px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 22px); background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: url("assets/raidex-site/bg.png") center top / 1920px auto; opacity: .3; pointer-events: none; }
main, .site-footer { overflow: clip; }
main { display: block; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button:enabled, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
img { display: block; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2, h3, strong { overflow-wrap: break-word; }
::selection { background: #f593184d; color: white; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid #ffb85d; outline-offset: 6px; border-radius: 3px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; vertical-align: middle; }
.container { width: min(1440px, calc(100% - 112px)); margin-inline: auto; }
.nav-container { width: min(1720px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 128px; }
.eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; color: var(--orange); font-size: 12px; font-weight: 600; line-height: 1.7; letter-spacing: .15em; text-transform: uppercase; }
.short-line { width: 42px; height: 6px; background: linear-gradient(90deg, var(--orange) 0 30px, transparent 30px 34px, var(--orange) 34px 38px, transparent 38px 40px, var(--orange) 40px 42px); display: inline-block; flex: 0 0 auto; }
.accent-text { color: var(--orange); background: var(--gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-title { font-family: var(--heading); font-size: clamp(32px, 3.15vw, 56px); font-weight: 400; line-height: 1.32; margin-top: 19px; }
.section-copy { color: var(--muted); font-size: 17px; line-height: 1.8; margin-top: 24px; max-width: 580px; }
.title-indent { display: inline-block; padding-left: 42px; }
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 58px; padding: 16px 28px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; font-weight: 700; line-height: 1.5; text-align: center; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.btn .icon { width: 22px; height: 22px; }
.btn-primary { background: var(--gradient); color: white; box-shadow: 0 10px 30px #d8630f16; }
.btn-primary::before { content: ""; width: 27px; height: 5px; position: absolute; left: -13px; top: calc(50% - 2px); background: white; box-shadow: 4px 0 #fff; }
.btn-primary:hover { box-shadow: 0 10px 40px #d8630f38; transform: translateY(-3px); }
.btn-outline { border: 1.5px solid #ffffffd4; background: #0e0e0e18; }
.btn-outline:hover { color: #ffb556; border-color: var(--orange); background: #f593180b; transform: translateY(-3px); }
.btn:active { transform: translateY(0); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 14px; transform: translateY(-200%); background: var(--orange); color: #111; padding: 10px 18px; border-radius: 5px; }
.skip-link:focus { transform: none; }

/* Navigation */
.site-header { position: absolute; top: 0; left: 0; width: 100%; min-height: var(--nav-height); z-index: 30; background: linear-gradient(#101010a3, #10101000); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: var(--nav-height); }
.nav-brand { display: inline-flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand-mark { width: 54px; height: 61px; flex: 0 0 auto; display: grid; place-items: center; filter: drop-shadow(0 4px 16px #f5931816); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-family: var(--heading); font-size: 23px; line-height: 1.3; letter-spacing: .02em; }
.brand-name small { display: block; margin-top: 5px; font-family: var(--body); font-size: 9px; font-weight: 500; letter-spacing: .21em; color: #a0a0a0; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.5vw, 48px); }
.nav-links a { position: relative; display: flex; gap: 9px; align-items: center; min-height: 46px; font-family: var(--heading); font-size: 13px; line-height: 1.5; font-weight: 400; text-transform: uppercase; transition: color .2s; }
.nav-links .icon { width: 19px; height: 19px; }
.nav-links a::after { content: ""; height: 3px; width: 42px; background: var(--gradient); position: absolute; left: 50%; bottom: -2px; transform: translateX(-50%) scaleX(.4); opacity: 0; transition: opacity .2s, transform .2s; }
.nav-links a:hover, .nav-links a.active { color: #ffad3f; }
.nav-links a:hover::after, .nav-links a.active::after { opacity: 1; transform: translateX(-50%) scaleX(1); }
.server-status { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; padding: 11px 18px; min-height: 59px; border: 1px solid #ee881630; border-right-color: #ee881609; border-radius: 9px; background: linear-gradient(115deg, #f593180c, transparent); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #dc952d; box-shadow: 0 0 0 5px #f593180c; flex-shrink: 0; }
.server-status.has-live-data .status-dot { background: #8cdd81; box-shadow: 0 0 0 5px #8cdd810e, 0 0 18px #8cdd8133; }
.server-status small { display: block; color: #929292; font-size: 9px; letter-spacing: .16em; line-height: 1.3; }
.server-status strong { display: block; color: #e9e9e9; font-size: 14px; font-weight: 600; line-height: 1.5; margin-top: 4px; }
.server-status:hover { border-color: #ee881668; }
.nav-burger { display: none; flex: 0 0 46px; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 7px; border: 1px solid #f5931855; background: #151515; }
.menu-close { display: none; }
.nav-burger[aria-expanded="true"] .menu-close { display: block; }
.nav-burger[aria-expanded="true"] .menu-open { display: none; }

/* Full-width hero, scaled through CSS layout rather than a fixed-size canvas. */
.hero { position: relative; isolation: isolate; min-height: 840px; min-height: clamp(800px, 94svh, 1080px); display: flex; align-items: center; padding-top: var(--nav-height); padding-bottom: 82px; background: #101010; overflow: hidden; border-bottom: 7px solid var(--orange-deep); border-image: var(--gradient) 1; }
.hero-background { position: absolute; z-index: -3; inset: 0; overflow: hidden; pointer-events: none; }
.hero-city { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.hero-radial { position: absolute; width: 1050px; max-width: 86vw; aspect-ratio: 1; bottom: -350px; right: -100px; background: radial-gradient(ellipse, #ff740049, #da61131c 35%, transparent 67%); }
.hero-echo { position: absolute; width: min(98vw, 1770px); max-width: none; bottom: 55px; right: -170px; height: auto; opacity: .19; }
.hero-art { position: absolute; z-index: -1; right: -3%; bottom: -1%; width: min(80vw, 1490px); pointer-events: none; }
.hero-characters { width: 100%; max-width: none; height: auto; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #101010e8, #10101090 28%, #10101000 62%), linear-gradient(0deg, #10101055, #10101000 24%); pointer-events: none; }
.hero-inner { z-index: 2; position: relative; padding-top: 55px; padding-bottom: 48px; }
.hero-content { width: min(100%, 600px); }
.hero-eyebrow { color: #cbb292; font-size: 11px; letter-spacing: .16em; margin-bottom: 22px; }
.hero h1 { font-family: var(--heading); font-size: clamp(88px, 7vw, 128px); line-height: 1.07; font-weight: 400; letter-spacing: -.04em; text-shadow: 0 10px 50px #00000021; }
.hero-tagline { font-family: var(--heading); color: var(--orange); font-size: clamp(25px, 2.4vw, 41px); line-height: 1.4; font-weight: 400; margin-top: 11px; }
.hero-copy { max-width: 520px; color: #c3c3c3; font-size: 18px; line-height: 1.8; margin-top: 26px; text-shadow: 0 2px 10px #000000aa; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 37px; }
.hero-actions .btn { min-width: 211px; }
.hero-note { display: flex; align-items: center; gap: 12px; color: #858585; letter-spacing: .16em; font-size: 9px; margin-top: 28px; }
.note-line { height: 1px; width: 30px; background: #767676; }
.hero-scroll { display: flex; align-items: center; gap: 13px; position: absolute; left: 30px; bottom: 54px; writing-mode: vertical-rl; transform: rotate(180deg); color: #929292; font-size: 10px; letter-spacing: .16em; line-height: 1; }
.hero-scroll .icon { width: 17px; height: 17px; transform: rotate(180deg); }
.hero-scroll:hover { color: var(--orange); }
.hero-rail { position: absolute; right: 28px; bottom: 60px; display: grid; gap: 12px; }
.hero-rail a { width: 45px; height: 45px; border: 1px solid #ffffff2b; border-radius: 50%; display: grid; place-items: center; background: #10101077; color: #d5d5d5; transition: background .2s, color .2s, border-color .2s; }
.hero-rail .icon { width: 19px; height: 19px; }
.hero-rail a:hover { background: #d8630f22; color: var(--orange); border-color: var(--orange); }
.hero-edition { position: absolute; bottom: 24px; left: max(56px, calc((100% - 1440px) / 2)); color: #868686; font-size: 9px; letter-spacing: .2em; }
.hero-edition span { color: #5d5d5d; margin-left: 16px; }

/* Four full-width benefits */
.features { position: relative; border-bottom: 1px solid var(--line); background: #121212; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1920px; margin: auto; }
.feature { position: relative; display: flex; align-items: center; flex-direction: column; text-align: center; padding: 40px 28px 39px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: none; }
.feature-icon { position: relative; width: 80px; height: 80px; display: grid; place-items: center; margin-bottom: 22px; color: #ffae42; border: 1px solid #f5931826; border-radius: 50%; background: radial-gradient(circle, #e77c1730, #e77c1705 72%); box-shadow: inset 0 0 0 8px #e77c1706, 0 0 24px #e77c1708; }
.feature-icon::before { content: ""; position: absolute; inset: 6px; border: 1px dashed #f593182a; border-radius: 50%; }
.feature-icon .icon { width: 33px; height: 33px; stroke-width: 1.4; }
.feature h2 { font-family: var(--heading); font-size: clamp(18px, 1.6vw, 25px); font-weight: 400; line-height: 1.4; margin-bottom: 17px; }
.feature p { max-width: 320px; color: #a0a0a0; font-size: 16px; line-height: 1.75; }

/* Community / staggered photography */
.about { position: relative; background: radial-gradient(ellipse at 0 88%, #e57b100b, transparent 43%); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 7vw, 130px); }
.about-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; min-width: 0; align-items: start; }
.gallery-frame { min-width: 0; position: relative; }
.gallery-first { margin-top: 65px; }
.gallery-second { margin-bottom: 65px; }
.gallery-image { position: relative; overflow: hidden; aspect-ratio: .53; border-radius: 12px; border: 1px solid #ffffff21; background: #171717; }
.gallery-image::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(0deg, #00000038, transparent 50%); pointer-events: none; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; transition: transform .7s; }
.gallery-second .gallery-image img { object-position: 44% 50%; }
.gallery-image:hover img { transform: scale(1.045); }
.image-corner { position: absolute; inset: 12px; border: 1px solid #ffffff14; border-radius: 6px; }
.gallery-word { position: absolute; top: -63px; left: 0; color: #ffffff0b; font-family: var(--heading); font-size: clamp(44px, 5.1vw, 92px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.gallery-second .gallery-word { top: auto; bottom: -65px; left: auto; right: 0; }
.gallery-frame figcaption { margin-top: 13px; color: #777; font-size: 9px; letter-spacing: .13em; }
.about-copy p:not(.eyebrow) { font-size: 17px; color: var(--muted); line-height: 1.85; margin-top: 21px; }
.about-copy .btn { margin-top: 34px; }

/* Figures and character panel */
.universe { position: relative; border-top: 1px solid #ffffff0d; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 94% 100%, #dd650e10, transparent 50%), #111111; }
.universe-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 95px; align-items: end; }
.universe-copy .section-title { font-size: clamp(35px, 3.5vw, 61px); }
.number-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-top: 35px; background: #0e0e0e4d; }
.number-cell { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; min-height: 165px; padding: 20px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number-cell:nth-child(2n) { border-right: 0; }
.number-cell:nth-child(n+3) { border-bottom: 0; }
.number-cell strong { font-family: var(--heading); font-size: clamp(42px, 4.7vw, 76px); line-height: 1.2; font-weight: 400; color: #ecebe9; transition: color .2s; }
.number-cell > span { color: #9f9f9f; margin-top: 11px; font-size: 14px; line-height: 1.5; }
.number-cell:hover strong { color: var(--orange); }
.number-cell::before, .number-cell::after { content: ""; position: absolute; width: 5px; height: 24px; background: var(--gradient); opacity: 0; transition: opacity .2s; }
.number-cell::before { top: 10px; left: 10px; }
.number-cell::after { bottom: 10px; right: 10px; }
.number-cell:hover::before, .number-cell:hover::after { opacity: 1; }
.universe-art { position: relative; padding-top: 155px; min-width: 0; }
.art-title { position: absolute; top: -30px; right: 0; left: 0; text-align: center; font-family: var(--heading); color: #ffffff0c; font-weight: 400; line-height: 1.12; }
.art-title span { display: block; font-size: clamp(30px, 3.1vw, 53px); }
.art-title strong { display: block; font-size: clamp(80px, 9vw, 153px); font-weight: 400; letter-spacing: -.05em; }
.scene-card { position: relative; min-height: 348px; aspect-ratio: 1.55; border: 1px solid #ffffff24; border-radius: 10px; background: radial-gradient(ellipse at 65% 60%, #c37c2129, transparent 70%), linear-gradient(135deg, #1d1d1d, #111); }
.scene-card::before { content: ""; pointer-events: none; position: absolute; width: 600px; max-width: 130%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(ellipse, #f593182e, transparent 66%); left: 0; bottom: -140px; }
.scene-card::after { content: ""; pointer-events: none; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(0deg, #101010eb, #10101000 44%); }
.scene-card > img { width: 113%; max-width: none; height: auto; position: absolute; right: -8%; bottom: 0; pointer-events: none; }
.scene-code { position: absolute; left: 20px; top: 17px; color: #a58965; font-size: 9px; letter-spacing: .13em; z-index: 1; }
.scene-lines { position: absolute; inset: 22px; border: 1px solid #ffffff0b; border-radius: 7px; }
.scene-caption { position: absolute; z-index: 2; left: 27px; right: 25px; bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.scene-caption > span { color: #b0b0b0; font-size: 10px; letter-spacing: .13em; line-height: 1.9; }
.scene-caption strong { font-family: var(--heading); font-weight: 400; color: #fff; font-size: 20px; letter-spacing: 0; }
.scene-enter { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; border: 1px solid #f5931866; background: #f5931811; border-radius: 50%; color: var(--orange); transition: background .2s; }
.scene-enter:hover { background: var(--orange); color: #161616; }

/* Three destinations, with the center card offset like the supplied reference. */
.destinations { padding-bottom: 180px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 53px; }
.section-heading > p { max-width: 300px; color: var(--muted); line-height: 1.8; font-size: 16px; }
.destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; align-items: stretch; }
.destination-card { position: relative; display: flex; flex-direction: column; border: 1px solid #ffffff22; border-bottom-color: #ffffff08; border-radius: 11px; background: linear-gradient(155deg, #1a1a1a66, #101010); padding-bottom: 49px; transition: border-color .25s, box-shadow .25s; }
.destination-card:hover { border-color: #f5931870; box-shadow: 0 15px 60px #00000040; }
.destination-image { position: relative; aspect-ratio: 1.35; border-radius: 10px 10px 0 0; overflow: hidden; background: #171717; }
.destination-image::after { position: absolute; content: ""; inset: 0; background: linear-gradient(0deg, #141414, #14141400 72%); }
.destination-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.destination-card:hover img { transform: scale(1.045); }
.card-index { position: absolute; z-index: 1; left: 20px; top: 19px; background: #0e0e0eaa; border: 1px solid #ffffff22; border-radius: 4px; padding: 5px 9px; color: #e2c8a6; font-size: 9px; line-height: 1.4; letter-spacing: .13em; }
.destination-copy { position: relative; margin-top: -12px; padding: 0 29px 26px; text-align: center; flex: 1; }
.destination-copy h3 { font-family: var(--heading); font-weight: 400; font-size: clamp(20px, 1.75vw, 28px); line-height: 1.4; }
.destination-copy p { margin-top: 23px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.destination-offset { top: 52px; }
.card-action { display: grid; place-items: center; position: absolute; bottom: -29px; left: calc(50% - 29px); width: 58px; height: 58px; border: 1px solid #ffffff30; background: #171717; color: #f4f4f4; transition: color .2s, border-color .2s, background .2s; }
.destination-card:hover .card-action { color: #111; border-color: var(--orange); background: var(--gradient); }

/* Getting started */
.how-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, #131313, #0e0e0e); }
.how-steps { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.how-card { position: relative; padding: 30px; border: 1px solid #ffffff12; border-radius: 9px; background: #16161666; }
.step-number { display: block; color: #ffffff12; font-size: 60px; line-height: 1; font-family: var(--heading); margin-bottom: 28px; }
.step-icon { position: absolute; width: 32px; height: 32px; right: 30px; top: 38px; color: var(--orange); stroke-width: 1.5; }
.how-card h3 { font-family: var(--heading); font-weight: 400; font-size: 19px; line-height: 1.5; }
.how-card p { color: var(--muted); line-height: 1.8; margin-top: 15px; font-size: 16px; }
.how-card > a { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 600; margin-top: 27px; color: #f8ad4b; }
.how-card > a .icon { width: 17px; height: 17px; transition: transform .2s; }
.how-card > a:hover .icon { transform: translate(2px, -2px); }
.how-card p a { color: #deb888; text-decoration: underline; text-underline-offset: 3px; }

/* FAQ: native details remain usable without JavaScript. */
.faq-section { border-top: 1px solid var(--line); background: radial-gradient(ellipse at 97% 90%, #ed75110b, transparent 38%); }
.faq-inner { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.faq-copy .section-title { font-size: clamp(30px, 3.2vw, 54px); }
.faq-copy .btn { margin-top: 32px; }
.faq-decoration { margin-top: 75px; border-top: 1px solid #ffffff0b; padding-top: 29px; display: flex; align-items: center; justify-content: space-between; color: #ffffff0c; }
.faq-decoration span { font-family: var(--heading); font-size: 53px; line-height: 1.3; letter-spacing: -.04em; }
.faq-decoration .icon { width: 47px; height: 47px; stroke-width: 1; }
.faq-list { border: 1px solid #ffffff24; border-radius: 10px; overflow: hidden; background: #12121280; }
.faq-item + .faq-item { border-top: 1px solid #ffffff17; }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 23px; padding: 26px 29px; font-family: var(--heading); font-size: 16px; font-weight: 400; line-height: 1.6; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-item summary .icon { width: 19px; height: 19px; color: #919191; transition: transform .2s, color .2s; }
.faq-item summary:hover { color: #ffb050; }
.faq-item[open] { background: linear-gradient(115deg, #f5931808, transparent 75%); }
.faq-item[open] summary { color: var(--orange); padding-bottom: 18px; }
.faq-item[open] summary .icon { transform: rotate(45deg); color: var(--orange); }
.faq-item > div { padding: 0 29px 27px; color: #b0b0b0; font-size: 16px; line-height: 1.85; }
.faq-item a { color: #e7bc83; text-decoration: underline; text-decoration-color: #e7bc8359; text-underline-offset: 4px; }
.faq-item a:hover { color: var(--orange); }

/* Discord and footer */
.community-section { padding-bottom: 107px; }
.community-banner { position: relative; isolation: isolate; overflow: hidden; border: 1px solid #ffffff1e; border-radius: 11px; background: radial-gradient(ellipse at 80% 90%, #ea841527, transparent 62%), linear-gradient(115deg, #1b1b1b, #141414); padding: 48px 53px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.community-banner .eyebrow { font-size: 10px; letter-spacing: .13em; }
.community-banner .section-title { font-size: clamp(28px, 2.75vw, 46px); margin-top: 11px; }
.community-banner p:not(.eyebrow) { margin-top: 14px; color: #aaa; font-size: 16px; line-height: 1.8; }
.community-banner .btn { flex-shrink: 0; }
.community-watermark { position: absolute; z-index: -1; right: 80px; bottom: -62px; width: 310px; height: 310px; color: #ffffff04; transform: rotate(-12deg); }
.site-footer { border-top: 1px solid var(--line); background: #0c0c0c; }
.footer-main { display: grid; grid-template-columns: 1.2fr .9fr 1fr; gap: 65px; padding-block: 66px; }
.footer-brand { padding-right: 40px; border-right: 1px solid #ffffff12; }
.footer-brand p { color: #818181; font-size: 14px; line-height: 1.8; margin-top: 22px; }
.footer-links { display: grid; gap: 19px; align-content: start; padding-left: 14px; }
.footer-links a { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: #b2b2b2; font-size: 13px; font-family: var(--heading); line-height: 1.5; }
.footer-links .icon { width: 19px; height: 19px; }
.footer-links a:hover { color: var(--orange); }
.footer-support .eyebrow { color: #e3e0db; font-size: 11px; letter-spacing: .1em; }
.footer-support p { color: #999; font-size: 16px; line-height: 1.8; margin-top: 15px; }
.footer-support > a { display: inline-flex; align-items: center; gap: 13px; color: #f0a346; font-weight: 600; font-size: 17px; margin-top: 18px; }
.footer-support > a .icon { width: 19px; height: 19px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #ffffff0e; padding-block: 20px 25px; font-size: 12px; color: #727272; }
.footer-bottom > a { display: inline-flex; align-items: center; gap: 12px; }
.footer-bottom .icon { width: 15px; height: 15px; }
.footer-bottom a:hover { color: var(--orange); }
.back-to-top { position: fixed; z-index: 25; right: 24px; bottom: 24px; width: 43px; height: 43px; display: grid; place-items: center; background: #171717f0; border: 1px solid #f5931855; color: #f6a844; border-radius: 7px; box-shadow: 0 5px 20px #0004; }
.back-to-top:hover { background: #d8630f; color: white; }
.back-to-top .icon { width: 19px; height: 19px; }

/* Progressive motion: content is visible by default. */
.reveal { transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1); }
.reveal.is-prepared:not(.is-visible) { opacity: 0; transform: translateY(25px); }
.feature:nth-child(2), .how-card:nth-child(2) { transition-delay: .07s; }
.feature:nth-child(3), .how-card:nth-child(3) { transition-delay: .14s; }
.feature:nth-child(4) { transition-delay: .21s; }

@media (min-width: 2000px) {
  .hero-art { right: calc((100% - 1950px) / 2); }
  .hero-echo { right: calc((100% - 2050px) / 2); }
}
@media (max-width: 1320px) {
  :root { --nav-height: 102px; }
  .container, .nav-container { width: calc(100% - 88px); }
  .nav { gap: 24px; }
  .nav-links { gap: 24px; }
  .nav-links a { font-size: 12px; }
  .nav-brand { gap: 11px; }
  .brand-name { font-size: 21px; }
  .brand-mark { width: 48px; height: 54px; }
  .server-status { padding-inline: 13px; }
  .server-status small { font-size: 8px; }
  .server-status strong { font-size: 13px; }
  .hero { min-height: 790px; }
  .hero-content { max-width: 505px; }
  .hero h1 { font-size: 91px; }
  .hero-tagline { font-size: 29px; }
  .hero-copy { font-size: 17px; max-width: 465px; }
  .hero-art { width: 84vw; right: -7%; bottom: 1%; }
  .hero-echo { right: -19%; width: 110vw; }
  .hero-scroll { left: 16px; font-size: 9px; }
  .hero-edition { left: 44px; }
  .hero-rail { right: 16px; }
  .feature { padding-inline: 23px; }
  .feature h2 { font-size: 18px; }
  .feature p { font-size: 15px; }
  .section-space { padding-block: 102px; }
  .about-inner { gap: 58px; }
  .about-gallery { gap: 22px; }
  .about-copy p:not(.eyebrow) { font-size: 16px; }
  .universe-inner { gap: 60px; }
  .scene-card { min-height: 305px; }
  .scene-caption strong { font-size: 16px; }
  .number-cell { min-height: 149px; }
  .destinations { padding-bottom: 160px; }
  .destination-grid { gap: 25px; }
  .destination-copy { padding-inline: 23px; }
  .destination-copy h3 { font-size: 21px; }
  .destination-copy p { font-size: 15px; }
  .how-card { padding: 25px; }
  .how-card h3 { font-size: 18px; }
  .step-icon { right: 25px; }
  .faq-inner { gap: 62px; }
  .faq-item summary { font-size: 15px; padding-inline: 24px; }
  .faq-item > div { padding-inline: 24px; }
  .title-indent { padding-left: 25px; }
  .community-banner { padding: 42px; }
  .community-banner .btn { font-size: 13px; padding-inline: 21px; }
  .footer-main { gap: 40px; }
}
@media (max-width: 1080px) {
  :root { --nav-height: 92px; }
  .container, .nav-container { width: calc(100% - 64px); }
  .nav { gap: 20px; }
  .nav-brand { margin-right: auto; }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 11px; }
  .nav-links .icon { display: none; }
  .brand-name { font-size: 19px; }
  .brand-name small { font-size: 8px; letter-spacing: .14em; }
  .brand-mark { width: 42px; height: 48px; }
  .server-status { gap: 10px; padding: 10px; min-height: 53px; }
  .server-status small { font-size: 7px; }
  .server-status strong { font-size: 12px; }
  .hero { min-height: 780px; }
  .hero-content { max-width: 490px; }
  .hero-art { width: 97vw; right: -17%; }
  .hero::after { background: linear-gradient(90deg, #101010ef, #101010b5 28%, #10101000 73%); }
  .hero-rail, .hero-scroll { display: none; }
  .hero-edition { left: 32px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature { padding: 33px 35px; }
  .feature:nth-child(2) { border-right: 0; }
  .feature:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature h2 { font-size: 21px; }
  .feature p { max-width: 335px; font-size: 16px; }
  .section-title { font-size: 34px; }
  .about-inner { gap: 36px; }
  .about-copy .section-title { font-size: 30px; }
  .gallery-image { aspect-ratio: .5; }
  .gallery-word { font-size: 49px; top: -39px; }
  .gallery-second .gallery-word { bottom: -42px; }
  .gallery-frame figcaption { font-size: 8px; letter-spacing: .04em; }
  .about-copy .btn { font-size: 13px; padding-inline: 18px; }
  .universe-inner { gap: 45px; }
  .universe-copy .section-title { font-size: 36px; }
  .scene-card { min-height: 286px; }
  .scene-card > img { width: 127%; right: -17%; }
  .scene-caption { left: 21px; right: 20px; bottom: 20px; }
  .scene-caption strong { font-size: 15px; }
  .scene-enter { flex-basis: 46px; height: 46px; width: 46px; }
  .scene-code { font-size: 8px; left: 16px; }
  .number-cell { min-height: 135px; }
  .number-cell strong { font-size: 50px; }
  .number-cell > span { font-size: 12px; }
  .destination-grid { gap: 20px; }
  .destination-copy { padding: 0 18px 20px; margin-top: 0; }
  .destination-copy h3 { font-size: 19px; }
  .destination-copy p { margin-top: 17px; }
  .destination-image { aspect-ratio: 1.05; }
  .card-index { left: 12px; top: 12px; font-size: 8px; }
  .how-steps { gap: 18px; }
  .how-card { padding: 22px; }
  .how-card h3 { font-size: 17px; }
  .how-card p { font-size: 15px; }
  .faq-inner { gap: 40px; }
  .faq-copy .section-title { font-size: 31px; }
  .faq-copy .title-indent { padding-left: 0; }
  .faq-item summary { font-size: 14px; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 230px; }
  .community-banner { padding: 35px; gap: 25px; }
  .community-banner .section-title { font-size: 32px; }
  .community-banner .eyebrow { font-size: 9px; }
  .community-banner .btn { font-size: 12px; padding-inline: 18px; gap: 11px; }
  .community-banner .btn .icon { width: 18px; height: 18px; }
  .footer-main { grid-template-columns: 1fr .8fr 1fr; gap: 26px; }
  .footer-links { padding-left: 0; }
  .footer-links a { font-size: 11px; }
  .footer-brand { padding-right: 20px; }
}
@media (max-width: 820px) {
  :root { --nav-height: 86px; }
  .container, .nav-container { width: calc(100% - 48px); }
  .site-header { position: absolute; }
  .nav { gap: 17px; flex-wrap: wrap; padding-block: 17px; }
  .nav-links { width: 100%; order: 5; flex-wrap: wrap; justify-content: flex-start; gap: 14px 22px; }
  .nav-links a { font-size: 11px; }
  .nav-links .icon { display: block; }
  .js .nav-links { display: none; position: absolute; width: auto; top: calc(var(--nav-height) - 1px); right: 24px; left: 24px; border: 1px solid #ffffff1f; border-top: 2px solid var(--orange); border-radius: 0 0 10px 10px; background: #131313fa; padding: 16px 24px 22px; box-shadow: 0 22px 45px #0006; }
  .js .nav-links.is-open { display: grid; }
  .js .nav-links a { min-height: 47px; font-size: 14px; }
  .nav-links a::after { left: 0; transform: none; width: 28px; bottom: 1px; }
  .nav-links a:hover::after, .nav-links a.active::after { transform: none; }
  .js .nav-burger:not([hidden]) { display: flex; }
  .server-status { padding: 7px 13px; min-height: 47px; }
  .server-status small { font-size: 8px; }
  .server-status strong { font-size: 12px; }
  .hero { min-height: 990px; display: block; padding: 175px 0 max(285px, calc(65.4vw - 25px)); }
  .hero-inner { padding-block: 25px 35px; }
  .hero-content { width: 100%; max-width: 530px; margin: auto; text-align: center; }
  .hero-eyebrow, .hero-note { justify-content: center; }
  .hero h1 { font-size: 88px; }
  .hero-tagline { font-size: 30px; }
  .hero-copy { margin-inline: auto; font-size: 17px; max-width: 485px; }
  .hero-actions { justify-content: center; }
  .hero-note { margin-top: 22px; font-size: 8px; }
  .hero-art { width: 108%; right: -5%; bottom: 0; }
  .hero-echo { width: 129%; right: -14%; bottom: 30px; opacity: .12; }
  .hero-radial { width: 100%; max-width: none; right: 0; bottom: -50px; }
  .hero::after { background: linear-gradient(180deg, #10101000 46%, #10101000 64%, #10101022); }
  .hero-edition { display: none; }
  .section-space { padding-block: 80px; }
  .about-inner { grid-template-columns: 1fr; gap: 70px; }
  .about-gallery { max-width: 520px; width: 100%; margin-inline: auto; gap: 27px; }
  .gallery-image { aspect-ratio: .65; }
  .gallery-word { font-size: 68px; top: -49px; }
  .gallery-second .gallery-word { bottom: -55px; }
  .gallery-frame figcaption { font-size: 9px; }
  .about-copy .section-title { font-size: 40px; }
  .about-copy { max-width: 600px; }
  .about-copy p:not(.eyebrow) { font-size: 17px; }
  .about-copy .btn { font-size: 14px; padding-inline: 24px; }
  .universe-inner { grid-template-columns: 1fr; gap: 65px; }
  .universe-art { width: min(100%, 580px); margin-inline: auto; padding-top: 120px; }
  .art-title { top: 0; }
  .art-title span { font-size: 33px; }
  .art-title strong { font-size: 100px; }
  .scene-card { min-height: 0; aspect-ratio: 1.5; }
  .scene-card > img { width: 104%; right: -5%; }
  .scene-caption strong { font-size: 21px; }
  .scene-caption { bottom: 25px; left: 26px; right: 25px; }
  .scene-enter { width: 56px; height: 56px; flex-basis: 56px; }
  .number-cell { min-height: 152px; }
  .number-cell strong { font-size: 61px; }
  .number-cell > span { font-size: 14px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p { margin-top: 19px; max-width: 480px; }
  .destination-grid { grid-template-columns: 1fr; gap: 61px; width: min(100%, 520px); margin-inline: auto; }
  .destination-offset { top: 0; }
  .destination-image { aspect-ratio: 1.55; }
  .destination-copy { padding: 0 30px 23px; margin-top: -10px; }
  .destination-copy h3 { font-size: 26px; }
  .destination-copy p { font-size: 16px; }
  .destination-card { padding-bottom: 45px; }
  .card-index { top: 20px; left: 20px; font-size: 9px; }
  .destinations { padding-bottom: 100px; }
  .how-steps { grid-template-columns: 1fr; gap: 18px; }
  .how-card { padding: 26px 28px; }
  .step-number { font-size: 53px; margin-bottom: 20px; }
  .how-card h3 { font-size: 22px; }
  .how-card p { font-size: 16px; max-width: 560px; }
  .how-card > a { margin-top: 22px; }
  .faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .faq-copy .section-title { font-size: 38px; }
  .faq-decoration { display: none; }
  .faq-item summary { font-size: 16px; }
  .community-section { padding-bottom: 76px; }
  .community-banner { display: block; padding: 35px; }
  .community-banner .btn { margin-top: 26px; font-size: 14px; padding-inline: 22px; }
  .community-banner .eyebrow { font-size: 10px; }
  .community-watermark { right: -50px; bottom: -25px; }
  .footer-main { grid-template-columns: 1.2fr 1fr; gap: 36px; padding-block: 45px; }
  .footer-brand { border: 0; }
  .footer-support { grid-column: 1 / -1; border-top: 1px solid #ffffff0f; padding-top: 28px; }
  .footer-links { justify-self: end; }
  .footer-links a { font-size: 12px; }
  .footer-main .brand-name { font-size: 23px; }
  .back-to-top { right: 16px; bottom: 16px; }
}
@media (max-width: 560px) {
  :root { --nav-height: 83px; }
  .container, .nav-container { width: calc(100% - 40px); }
  .nav { gap: 13px; }
  .brand-name { font-size: 20px; }
  .brand-name small { font-size: 7px; letter-spacing: .12em; }
  .brand-mark { width: 39px; height: 44px; }
  .nav-brand { gap: 10px; }
  .server-status { display: none; }
  .nav-burger { width: 43px; height: 43px; flex-basis: 43px; }
  .js .nav-links { right: 20px; left: 20px; }
  .hero { min-height: 870px; padding-top: 169px; padding-bottom: max(265px, calc(86vw - 15px)); }
  .hero h1 { font-size: clamp(52px, 14.8vw, 78px); }
  .hero-inner { padding-top: 10px; padding-bottom: 22px; }
  .hero-eyebrow { gap: 10px; font-size: 9px; letter-spacing: .1em; margin-bottom: 18px; }
  .hero-eyebrow .short-line { width: 26px; height: 4px; }
  .hero-tagline { font-size: clamp(19px, 5.3vw, 27px); margin-top: 15px; }
  .hero-copy { font-size: 16px; line-height: 1.85; margin-top: 22px; max-width: 385px; }
  .hero-actions { flex-direction: column; gap: 13px; margin-top: 28px; }
  .hero-actions .btn { width: min(255px, calc(100% - 12px)); min-height: 53px; padding: 14px 20px; font-size: 14px; }
  .hero-note { font-size: 7px; letter-spacing: .13em; gap: 9px; }
  .hero-note .note-line { width: 17px; }
  .hero-art { width: 142%; max-width: 780px; right: -24%; bottom: -1px; }
  .hero-echo { width: 170%; right: -39%; }
  .hero::after { background: linear-gradient(180deg, #10101011, #10101011 65%, #10101000); }
  .feature { padding: 29px 17px; }
  .feature-icon { width: 62px; height: 62px; margin-bottom: 18px; }
  .feature-icon .icon { width: 27px; height: 27px; }
  .feature h2 { font-size: 15px; margin-bottom: 14px; }
  .feature p { font-size: 14px; line-height: 1.75; }
  .section-space { padding-block: 68px; }
  .section-title { font-size: 31px; }
  .eyebrow { gap: 13px; font-size: 10px; }
  .short-line { width: 36px; height: 5px; }
  .section-copy { font-size: 16px; margin-top: 18px; }
  .about-inner { gap: 49px; }
  .about-gallery { gap: 17px; }
  .gallery-image { aspect-ratio: .61; border-radius: 9px; }
  .gallery-first { margin-top: 44px; }
  .gallery-second { margin-bottom: 44px; }
  .gallery-word { font-size: clamp(39px, 12vw, 61px); top: -35px; }
  .gallery-second .gallery-word { bottom: -42px; }
  .gallery-frame figcaption { font-size: 7px; line-height: 1.5; letter-spacing: .08em; }
  .about-copy .section-title { font-size: 31px; }
  .about-copy p:not(.eyebrow) { font-size: 16px; margin-top: 18px; }
  .about-copy .btn { margin-top: 28px; font-size: 12px; padding-inline: 20px; }
  .universe-copy .section-title { font-size: 34px; }
  .title-indent { padding-left: 27px; }
  .number-grid { margin-top: 27px; }
  .number-cell { min-height: 132px; padding: 19px 11px; }
  .number-cell strong { font-size: 49px; }
  .number-cell > span { font-size: 12px; margin-top: 9px; }
  .universe-inner { gap: 49px; }
  .universe-art { padding-top: 90px; }
  .art-title span { font-size: 24px; }
  .art-title strong { font-size: 77px; }
  .scene-card { aspect-ratio: 1.15; }
  .scene-card > img { width: 123%; right: -12%; }
  .scene-caption { left: 18px; right: 17px; bottom: 19px; }
  .scene-caption > span { font-size: 8px; letter-spacing: .09em; }
  .scene-caption strong { font-size: 17px; }
  .scene-enter { width: 46px; height: 46px; flex-basis: 46px; }
  .scene-code { font-size: 8px; }
  .destination-copy { padding-inline: 24px; }
  .destination-copy h3 { font-size: 22px; }
  .destination-image { aspect-ratio: 1.35; }
  .card-index { left: 16px; top: 16px; font-size: 8px; }
  .destinations { padding-bottom: 96px; }
  .section-heading { margin-bottom: 32px; }
  .how-card { padding: 25px; }
  .how-card h3 { font-size: 20px; }
  .faq-copy .section-title { font-size: 31px; }
  .faq-copy .btn { font-size: 13px; }
  .faq-item summary { padding: 22px 21px; font-size: 14px; gap: 17px; }
  .faq-item > div { padding-inline: 21px; font-size: 16px; }
  .community-banner { padding: 29px 25px; }
  .community-banner .eyebrow { font-size: 9px; }
  .community-banner .section-title { font-size: 29px; }
  .community-banner .btn { gap: 11px; padding-inline: 17px; font-size: 12px; }
  .community-section { padding-bottom: 62px; }
  .footer-main { gap: 30px 20px; }
  .footer-main .brand-name { font-size: 19px; }
  .footer-main .brand-mark { width: 33px; height: 39px; }
  .footer-brand { padding: 0; }
  .footer-brand p { font-size: 12px; }
  .footer-links a { font-size: 10px; }
  .footer-links .icon { display: none; }
  .footer-bottom { font-size: 10px; align-items: start; }
}
@media (max-width: 360px) {
  .container, .nav-container { width: calc(100% - 32px); }
  .hero { padding-top: 158px; min-height: 880px; }
  .hero h1 { font-size: 49px; }
  .hero-tagline { font-size: 18px; }
  .hero-art { width: 153%; right: -30%; }
  .hero-eyebrow { font-size: 8px; }
  .hero-note { letter-spacing: .05em; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }
  .feature h2 { font-size: 20px; }
  .feature p { font-size: 16px; }
  .section-title, .about-copy .section-title, .faq-copy .section-title { font-size: 27px; }
  .number-cell > span { font-size: 11px; }
  .scene-caption strong { font-size: 14px; }
  .community-banner { padding: 25px 21px; }
  .community-banner .section-title { font-size: 26px; }
  .community-banner .btn { padding-inline: 14px; font-size: 11px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; grid-template-columns: 1fr 1fr; gap: 17px 28px; }
  .footer-links a { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .reveal.is-prepared:not(.is-visible) { opacity: 1; transform: none; }
}
@media print {
  html { scroll-padding: 0; }
  body { background: white; color: black; }
  .site-header, .hero-art, .hero-background, .hero-rail, .hero-scroll, .hero-edition, .about-gallery, .universe-art, .destination-image, .card-action, .btn, .back-to-top, .community-watermark, .faq-decoration { display: none !important; }
  .container { width: 100%; }
  .hero { min-height: 0; padding: 24px 0; background: white; }
  .hero h1, .section-title, .hero-tagline { color: black; text-shadow: none; }
  .hero-inner { padding: 0; }
  .hero-content { width: 100%; max-width: none; }
  .hero::after, .hero-note { display: none; }
  .section-space { padding-block: 30px; }
  .about-inner, .universe-inner, .faq-inner, .section-heading, .footer-main { display: block; }
  .feature-grid, .how-steps, .destination-grid { grid-template-columns: 1fr 1fr; }
  .destination-offset { top: 0; }
  .destination-card { padding: 20px 0; }
  .destination-copy { margin-top: 0; }
  .section-copy, p, .faq-item > div { color: #333 !important; }
  .accent-text { background: none; -webkit-text-fill-color: currentColor; color: black; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
