:root {
  color-scheme: dark;
  --nav-theme: 348 68% 58%;
  --nav-theme-light: 348 74% 72%;
  --bg: #141617;
  --bg-soft: #1b1e1f;
  --panel: #202425;
  --paper: #e8e4dc;
  --paper-2: #f2eee6;
  --ink: #151617;
  --text: #eeeae3;
  --muted: #a9aaa6;
  --line: rgba(255,255,255,.12);
  --rose: #8b0000;
  --rose-soft: #d7a14a;
  --burgundy: #5b090f;
  --gold: #d4af37;
  --sage: #68776e;
  --amber: #efa826;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  --radius: 22px;
  --shell: min(1180px, calc(100vw - 40px));
}

html[data-theme="light"] {
  color-scheme: light;
  --nav-theme: 347 62% 42%;
  --nav-theme-light: 347 68% 56%;
  --bg: #e9e5dc;
  --bg-soft: #f4f0e8;
  --panel: #fffaf2;
  --text: #191a1b;
  --muted: #656965;
  --line: rgba(20,22,23,.14);
  --shadow: 0 24px 70px rgba(59,45,48,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; transition: background .25s ease, color .25s ease; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -60px; z-index: 100; background: var(--paper); color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(16px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: var(--muted); font-size: 14px; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle { width: 40px; height: 40px; border: 1px solid var(--line); color: var(--text); background: transparent; border-radius: 50%; cursor: pointer; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 3px; padding: 0 24px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 12px; }
.button-primary { border: 1px solid rgba(212,175,55,.65); background: linear-gradient(135deg, #78090f, #43070a); color: #fff; box-shadow: 0 0 18px rgba(212,175,55,.16), 0 12px 30px rgba(91,9,15,.35); }
.button-primary:hover { box-shadow: 0 0 22px rgba(212,175,55,.38), 0 12px 30px rgba(91,9,15,.45); }
.button-ghost { border: 1px solid var(--line); }
.button-text { padding-inline: 8px; color: var(--text); }
.button-light { background: var(--paper-2); color: var(--ink); white-space: nowrap; }
.play-mark { width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.cube-glyph { color: var(--gold); font-size: 18px; line-height: 1; }

.hero { position: relative; min-height: 760px; padding: 94px 0 0; overflow: hidden; background: radial-gradient(circle at 72% 32%, rgba(104,119,110,.2), transparent 26%), linear-gradient(180deg, #17191a 0%, var(--bg) 75%); }
html[data-theme="light"] .hero { background: radial-gradient(circle at 72% 32%, rgba(104,119,110,.2), transparent 28%), linear-gradient(180deg, #e4e3dd 0%, var(--bg) 75%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 250px; opacity: .32; background: linear-gradient(155deg, transparent 38%, rgba(10,12,13,.7) 39% 45%, transparent 46%), linear-gradient(28deg, transparent 41%, rgba(10,12,13,.5) 42% 48%, transparent 49%); clip-path: polygon(0 70%, 15% 42%, 28% 63%, 42% 28%, 55% 60%, 69% 34%, 81% 64%, 100% 35%, 100% 100%, 0 100%); }
.mist { position: absolute; width: 600px; height: 200px; border-radius: 50%; background: rgba(210,214,210,.08); filter: blur(55px); }
.mist-one { left: -120px; top: 250px; transform: rotate(-10deg); }
.mist-two { right: -90px; top: 100px; transform: rotate(12deg); }
.floating-cubes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.floating-cubes i { position: absolute; bottom: -120px; width: 55px; aspect-ratio: 1; border: 1px solid rgba(212,175,55,.45); background: linear-gradient(145deg, rgba(0,0,0,.9), rgba(45,12,14,.75)); box-shadow: inset 0 0 18px rgba(139,0,0,.45); opacity: .15; transform: rotate(18deg); animation: cube-rise 20s linear infinite; }
.floating-cubes i:nth-child(1) { left: 6%; width: 36px; animation-duration: 18s; animation-delay: -4s; }
.floating-cubes i:nth-child(2) { left: 24%; width: 72px; animation-duration: 26s; animation-delay: -17s; }
.floating-cubes i:nth-child(3) { left: 52%; width: 46px; animation-duration: 22s; animation-delay: -9s; }
.floating-cubes i:nth-child(4) { left: 78%; width: 88px; animation-duration: 30s; animation-delay: -24s; }
.floating-cubes i:nth-child(5) { left: 91%; width: 42px; animation-duration: 19s; animation-delay: -13s; }
@keyframes cube-rise { from { translate: 0 0; rotate: 0deg; } to { translate: 0 -1050px; rotate: 260deg; } }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 75px; }
.eyebrow { margin: 0 0 15px; color: var(--rose-soft); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 5px rgba(216,79,115,.12); }
.hero h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero h1 { max-width: 720px; font-size: clamp(66px, 8vw, 118px); }
.hero h1 em { display: inline-block; color: var(--rose-soft); font-size: .4em; font-weight: 400; letter-spacing: .02em; transform: translateY(-.26em); }
.hero-lead { max-width: 640px; margin: 30px 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.editorial-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }
.hero-art { position: relative; }
.art-frame { position: relative; max-width: 440px; margin-left: auto; padding: 26px; background: linear-gradient(145deg, rgba(12,12,14,.98), rgba(28,16,17,.92)); border: 1px solid rgba(212,175,55,.42); box-shadow: 0 0 32px rgba(139,0,0,.18), var(--shadow); transform: rotate(1deg); }
.art-frame::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.08); }
.art-frame img { aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(0,0,0,.28)); }
.specimen-label { margin: 0 0 12px; color: var(--muted); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.art-caption { padding-top: 18px; border-top: 1px solid var(--line); display: grid; gap: 5px; }
.art-caption span { color: var(--rose-soft); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.art-caption strong { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }
.corner { position: absolute; width: 18px; height: 18px; border-color: var(--rose); border-style: solid; }
.corner-tl { top: -5px; left: -5px; border-width: 2px 0 0 2px; }.corner-tr { top: -5px; right: -5px; border-width: 2px 2px 0 0; }.corner-bl { bottom: -5px; left: -5px; border-width: 0 0 2px 2px; }.corner-br { bottom: -5px; right: -5px; border-width: 0 2px 2px 0; }
.stats-strip { position: relative; z-index: 3; margin-top: 70px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-strip div { min-height: 100px; display: grid; align-content: center; gap: 7px; padding: 0 22px; border-right: 1px solid var(--line); }
.stats-strip div:first-child { border-left: 1px solid var(--line); }
.stats-strip span { color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.stats-strip strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }

.release-band { background: var(--burgundy); color: #fff; }
.release-inner { min-height: 154px; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.release-inner .eyebrow { color: #f0aabd; }
.release-inner h2 { font-size: clamp(28px, 4vw, 45px); }
.countdown { display: flex; gap: 10px; }
.countdown > span { min-width: 78px; min-height: 82px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.1); }
.countdown strong { font-family: Georgia, serif; font-size: 30px; line-height: 1; font-weight: 400; }
.countdown small { margin-top: 7px; color: #e8bac7; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

.section { padding: 120px 0; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading h2, .guide-intro h2, .about-grid h2, .trailer-copy h2, .final-inner h2 { font-size: clamp(40px, 5vw, 66px); }
.section-heading > p:last-child, .guide-intro > p, .trailer-copy > p { color: var(--muted); font-size: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-card { position: relative; aspect-ratio: 1; min-height: 0; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, var(--panel), color-mix(in srgb, var(--panel) 82%, #000)); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.guide-card:hover { transform: translateY(-6px) rotate(.4deg); border-color: rgba(212,175,55,.65); box-shadow: 0 0 15px rgba(212,175,55,.4), inset 0 0 28px rgba(139,0,0,.12); }
.guide-card.featured { background: var(--paper); color: var(--ink); }
.card-number { position: absolute; right: 20px; top: 14px; color: color-mix(in srgb, currentColor 12%, transparent); font-family: Georgia, serif; font-size: 74px; line-height: 1; }
.card-tag { align-self: flex-start; margin-bottom: auto; color: var(--rose); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.guide-card h3 { position: relative; margin: 45px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; line-height: 1.1; }
.guide-card p { position: relative; margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.guide-card.featured p { color: #5c5e5b; }
.guide-card a { position: relative; margin-top: auto; color: var(--rose); font-size: 12px; font-weight: 800; }

.paper-section { background: var(--paper); color: var(--ink); }
.guide-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.guide-intro > p { color: #636561; }
.legend { display: flex; gap: 18px; margin-top: 30px; flex-wrap: wrap; color: #666; font-size: 11px; }
.legend span { display: flex; align-items: center; gap: 7px; }
.legend i { width: 8px; height: 8px; border-radius: 50%; }.hint { background: #70897a; }.solution { background: var(--rose); }.spoiler { background: var(--amber); }
.chapter-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(20,22,23,.18); }
.chapter-list li { display: grid; grid-template-columns: 95px 1fr 45px; align-items: center; gap: 25px; min-height: 120px; border-bottom: 1px solid rgba(20,22,23,.18); }
.chapter-list li > span { color: #858681; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.chapter-list div { display: grid; gap: 6px; }
.chapter-list strong { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.chapter-list small { color: #676965; font-size: 12px; }
.chapter-list b { color: var(--rose); font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.launch-note { margin-top: 65px; padding: 25px 28px; display: flex; align-items: center; gap: 20px; color: #f7f1e8; background: #202324; }
.note-icon { color: var(--amber); font-size: 26px; }
.launch-note strong { font-family: Georgia, serif; font-size: 18px; }
.launch-note p { margin: 4px 0 0; color: #b7b6b0; font-size: 12px; }

.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.about-copy > p { margin: 0 0 24px; color: var(--muted); font-size: 17px; }
.about-copy > p:first-child::first-letter { float: left; margin: 9px 10px 0 0; color: var(--rose); font-family: Georgia, serif; font-size: 62px; line-height: .65; }
.fact-list { margin: 45px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.fact-list div { padding: 19px 0; display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid var(--line); }
.fact-list div:nth-child(odd) { padding-right: 30px; }
.fact-list div:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line); }
.fact-list dt { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.fact-list dd { margin: 0; font-size: 13px; font-weight: 700; }

.gallery-section { border-top: 1px solid var(--line); background: #111214; }
.gallery-heading { max-width: none; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.gallery-heading > p { margin: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery-card { position: relative; min-height: 360px; margin: 0; overflow: hidden; border: 1px solid rgba(212,175,55,.18); background: #08090a; }
.gallery-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 70px rgba(0,0,0,.78); }
.gallery-card a { display: block; height: 100%; }
.gallery-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; filter: saturate(.72) contrast(1.08) brightness(.78); transition: transform .55s ease, filter .55s ease; }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(.95) contrast(1.05) brightness(.93); }
.gallery-wide { grid-column: span 2; min-height: 440px; }
.gallery-wide img { min-height: 440px; }
.gallery-card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: grid; gap: 5px; }
.gallery-card figcaption span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.gallery-card figcaption strong { color: #fff; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.gallery-next { margin-top: 18px; padding: 18px 20px; display: flex; align-items: center; gap: 15px; border: 1px dashed rgba(212,175,55,.35); color: #b6b4ae; background: rgba(212,175,55,.04); font-size: 12px; }
.gallery-next p { margin: 0; }
.image-credit { margin: 16px 0 0; color: #6f716d; font-size: 10px; }

.trailer-section { border-top: 1px solid var(--line); background: var(--bg-soft); }
.trailer-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 65px; align-items: center; }
.trailer-copy .button { margin-top: 25px; }
.video-frame { position: relative; padding: 10px; border: 1px solid var(--line); background: #0d0e0f; box-shadow: var(--shadow); }
.video-frame::before { content: "Official Rusty Lake media"; position: absolute; left: 20px; top: -28px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.video-frame iframe { display: block; width: 100%; aspect-ratio: 16/9; border: 0; }

.final-cta { padding: 70px 0; background: var(--burgundy); color: #fff; }
.final-inner { display: grid; grid-template-columns: 126px 1fr auto; align-items: center; gap: 35px; }
.final-inner h2 { font-size: clamp(34px, 4.2vw, 56px); }
.final-inner p:not(.eyebrow) { margin-bottom: 0; color: #e8c8d1; }
.final-inner .eyebrow { color: #f1b1c2; }

.site-footer { padding: 70px 0 25px; background: #0e1011; color: #eeeae3; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; }
.footer-about p { max-width: 390px; color: #999d99; font-size: 12px; }
.footer-grid > div:not(.footer-about) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div > strong { margin-bottom: 9px; color: #fff; font-family: Georgia, serif; font-weight: 500; }
.footer-grid > div > a { color: #999d99; font-size: 12px; }
.footer-grid > div > a:hover { color: var(--rose-soft); }
.footer-bottom { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #717571; font-size: 10px; }

.legal-page { min-height: 100vh; padding: 95px 0; background: var(--paper); color: var(--ink); }
.legal-content { max-width: 780px; }
.legal-content h1 { font-family: Georgia, serif; font-size: clamp(48px, 7vw, 78px); font-weight: 500; line-height: 1; }
.legal-content h2 { margin-top: 48px; font-size: 26px; }
.legal-content p, .legal-content li { color: #595c58; }
.legal-content a { color: var(--burgundy); text-decoration: underline; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 70px; }
  .hero-grid, .guide-layout, .about-grid, .trailer-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 550px; margin: 10px auto 0; }
  .art-frame { margin-inline: auto; }
  .stats-strip { grid-template-columns: repeat(3, 1fr); }
  .stats-strip div:nth-child(4), .stats-strip div:nth-child(5) { border-top: 1px solid var(--line); }
  .release-inner { padding-block: 32px; align-items: flex-start; flex-direction: column; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .guide-layout, .about-grid { gap: 50px; }
  .final-inner { grid-template-columns: 90px 1fr; }
  .final-inner > img { width: 90px; height: 90px; }
  .final-inner .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 16px; }
  .site-header .button-small { display: none; }
  .nav-wrap { height: 68px; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: auto; padding-top: 54px; }
  .hero-grid { gap: 45px; }
  .hero h1 { font-size: clamp(58px, 20vw, 88px); line-height: .88; }
  .hero h1 em { display: block; margin: 15px 0 3px; transform: none; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button-text { min-height: 40px; }
  .art-frame { padding: 20px; }
  .stats-strip { margin-top: 55px; grid-template-columns: 1fr 1fr; }
  .stats-strip div { min-height: 85px; padding: 0 15px; border-top: 1px solid var(--line); }
  .stats-strip div:last-child { grid-column: 1 / -1; }
  .release-inner { gap: 24px; }
  .countdown { width: 100%; gap: 5px; }
  .countdown > span { min-width: 0; flex: 1; min-height: 70px; }
  .countdown strong { font-size: 24px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 35px; }
  .card-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 290px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 20px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card img, .gallery-wide, .gallery-wide img { min-height: 300px; }
  .gallery-wide { grid-column: auto; }
  .chapter-list li { grid-template-columns: 70px 1fr 28px; gap: 12px; }
  .chapter-list small { display: none; }
  .launch-note { align-items: flex-start; }
  .fact-list { grid-template-columns: 1fr; }
  .fact-list div:nth-child(odd), .fact-list div:nth-child(even) { padding: 16px 0; border-left: 0; }
  .trailer-grid { gap: 50px; }
  .final-inner { grid-template-columns: 1fr; text-align: center; }
  .final-inner > img { margin-inline: auto; }
  .final-inner .button { grid-column: auto; justify-self: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 10px; align-items: flex-start; flex-direction: column; }
}

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