:root {
  --ink: #020807;
  --deep: #06120e;
  --panel: #0b1c16;
  --green: #54f08a;
  --green-dark: #1aa85c;
  --gold: #d7ac55;
  --cream: #f6f0df;
  --muted: #a9bdb4;
  --line: rgba(215, 172, 85, .24);
  --display: "Cinzel", Georgia, serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: var(--body); line-height: 1.7; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; }
img { max-width: 100%; display: block; }

.water-light { position: fixed; inset: -30% -20%; z-index: -2; pointer-events: none; opacity: .28; background: radial-gradient(ellipse at 50% 0%, rgba(35, 255, 154, .22), transparent 44%); animation: waterMove 12s ease-in-out infinite alternate; }
.bubbles { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .22; background-image: radial-gradient(circle, rgba(255,255,255,.65) 0 1px, transparent 2px), radial-gradient(circle, rgba(84,240,138,.6) 0 1.5px, transparent 2.5px); background-size: 93px 93px, 157px 157px; animation: bubbles 24s linear infinite; }

.site-header { height: 84px; position: fixed; inset: 0 0 auto; z-index: 30; display: flex; align-items: center; padding: 0 clamp(22px, 5vw, 78px); gap: 34px; transition: background .3s, height .3s, border-color .3s; }
.site-header.scrolled { height: 70px; background: rgba(2, 8, 7, .9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font: 700 15px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; border: 1px solid var(--gold); }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); margin-left: auto; }
.nav a { text-decoration: none; color: #d7e3dc; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.nav a:hover { color: var(--green); }
.button { display: inline-flex; min-height: 52px; padding: 12px 26px; align-items: center; justify-content: center; text-decoration: none; border: 1px solid var(--gold); background: linear-gradient(135deg, #e0ba68, #b47c24); color: #07110d; font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 10px 34px rgba(0,0,0,.28); transition: transform .2s, filter .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 14px 40px rgba(215,172,85,.22); }
.button-small { min-height: 42px; padding: 9px 18px; font-size: 11px; }
.button-ghost { background: rgba(3, 12, 9, .55); color: var(--cream); border-color: rgba(246, 240, 223, .42); backdrop-filter: blur(8px); }
.menu-button { display: none; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; padding: 130px clamp(22px, 7vw, 110px) 100px; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.06); transform: scale(1.015); animation: heroZoom 18s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,7,5,.98) 0%, rgba(1,7,5,.83) 34%, rgba(1,7,5,.22) 68%, rgba(1,7,5,.5) 100%), linear-gradient(0deg, #020807 0%, transparent 26%, rgba(0,0,0,.28) 100%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 62vw); }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(46px, 6.4vw, 96px); letter-spacing: -.04em; text-transform: uppercase; text-shadow: 0 5px 28px rgba(0,0,0,.7); }
h1 span { color: var(--gold); }
.hero-copy { max-width: 590px; margin: 0 0 30px; font-size: clamp(17px, 1.55vw, 22px); color: #dbe5df; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 5px; text-decoration: none; color: #9aaca3; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 34px; background: linear-gradient(var(--green), transparent); }

.truth-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #04100c; padding: 25px clamp(22px, 8vw, 130px); }
.truth-strip div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 30px; border-right: 1px solid var(--line); }
.truth-strip div:last-child { border: 0; }
.truth-strip strong { color: var(--gold); font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; }
.truth-strip span { color: var(--muted); font-size: 13px; }

.section { padding: clamp(84px, 10vw, 150px) clamp(22px, 8vw, 130px); }
.story { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(400px, 1.1fr); align-items: center; gap: clamp(55px, 8vw, 130px); background: radial-gradient(circle at 18% 45%, rgba(27,155,88,.13), transparent 30%); }
.story-art { position: relative; max-width: 570px; }
.image-frame { padding: 12px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(215,172,85,.12), transparent); }
.image-frame img { aspect-ratio: 1; object-fit: cover; }
.seal { position: absolute; right: -30px; bottom: -30px; width: 120px; height: 120px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--gold); color: #08130e; border: 6px solid #07130e; outline: 1px solid var(--gold); font: 800 12px/1.4 var(--display); text-transform: uppercase; transform: rotate(-8deg); }
h2 { margin-bottom: 24px; font-size: clamp(36px, 4.3vw, 66px); letter-spacing: -.03em; text-transform: uppercase; }
.story-copy { max-width: 650px; }
.story-copy p { color: var(--muted); font-size: 16px; }
.story-copy .lead { color: var(--cream); font-size: clamp(19px, 1.7vw, 24px); line-height: 1.55; }
blockquote { margin: 36px 0 0; padding: 19px 0 19px 24px; border-left: 2px solid var(--gold); color: var(--gold); font: 700 clamp(18px, 1.7vw, 24px)/1.5 var(--display); }

.camp { background: linear-gradient(rgba(8,26,19,.94), rgba(3,12,9,.97)), url("assets/robster-banner.jpeg") center/cover fixed; border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; max-width: 1400px; margin: auto; }
.card { min-height: 340px; position: relative; padding: 34px 28px; overflow: hidden; background: linear-gradient(145deg, rgba(14,40,30,.96), rgba(4,15,11,.96)); border: 1px solid rgba(215,172,85,.22); transition: transform .25s, border-color .25s; }
.card:hover { transform: translateY(-7px); border-color: var(--gold); }
.card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -75px; border-radius: 50%; background: rgba(84,240,138,.06); }
.card-number { position: absolute; right: 20px; top: 15px; color: rgba(215,172,85,.23); font: 800 44px/1 var(--display); }
.card-icon { display: block; margin: 26px 0 38px; font-size: 34px; }
.card h3 { font-size: 20px; color: var(--gold); text-transform: uppercase; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }

.fort { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(450px, 1fr); min-height: 850px; background: #030b08; }
.fort-image { min-height: 700px; position: relative; overflow: hidden; }
.fort-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, #030b08), linear-gradient(0deg, #030b08, transparent 35%); }
.fort-image img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.fort-content { align-self: center; padding: clamp(70px, 8vw, 130px) clamp(30px, 7vw, 110px); max-width: 800px; }
.fort-content > p:not(.eyebrow) { color: var(--muted); }
.build-list { margin-top: 35px; border-top: 1px solid var(--line); }
.build-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.build-list span { color: var(--gold); font: 700 13px var(--display); }
.build-list p { margin: 0; color: var(--muted); font-size: 13px; }
.build-list strong { display: block; margin-bottom: 3px; color: var(--cream); font: 700 14px var(--display); text-transform: uppercase; letter-spacing: .04em; }

.manifesto { min-height: 610px; display: grid; place-items: center; position: relative; overflow: hidden; padding: 90px 22px; background: #06150f; text-align: center; }
.manifesto::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle, transparent 0 20%, rgba(1,7,5,.42) 62%, #010604 100%); z-index: 1; }
.manifesto-inner { position: relative; z-index: 2; max-width: 850px; }
.manifesto img { position: absolute; width: 650px; max-width: none; opacity: .16; left: 50%; top: 50%; transform: translate(-50%, -50%); filter: saturate(.7); z-index: -1; }
.manifesto h2 { color: var(--gold); }
.manifesto-inner > p:last-child { max-width: 630px; margin: auto; font-size: 19px; color: #d1ddd7; }

.game-callout { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; background: #020807; border-block: 1px solid var(--line); }
.game-callout-art { position: relative; overflow: hidden; }
.game-callout-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 45%, #020807 100%); }
.game-callout-art img { width: 100%; height: 100%; object-fit: cover; }
.game-callout-copy { align-self: center; padding: 70px clamp(30px, 7vw, 110px); }
.game-callout-copy p:not(.eyebrow) { color: var(--muted); margin-bottom: 30px; }

.join { background: linear-gradient(180deg, #020807, #071610); }
.join-box { max-width: 1100px; margin: auto; padding: clamp(45px, 7vw, 90px); border: 1px solid var(--line); text-align: center; background: radial-gradient(circle at 50% 0%, rgba(61,224,124,.13), transparent 45%), rgba(10,28,21,.65); }
.join-box > p:not(.eyebrow):not(.official-note) { max-width: 650px; margin: 0 auto 30px; color: var(--muted); font-size: 17px; }
.join-box .hero-actions { justify-content: center; }
.official-note { margin: 25px 0 0; color: #70857b; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 52px clamp(22px, 8vw, 130px); border-top: 1px solid var(--line); background: #010504; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; border: 1px solid var(--gold); }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font: 700 18px var(--display); text-transform: uppercase; }
.footer-brand span { color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { text-decoration: none; color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.disclaimer { grid-column: 1/-1; max-width: 980px; margin: 5px 0 0; color: #607068; font-size: 10px; line-height: 1.6; }
.copyright { grid-column: 1/-1; margin: -20px 0 0; color: #45554d; font-size: 10px; }

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

@keyframes heroZoom { to { transform: scale(1.065); } }
@keyframes waterMove { to { transform: translate3d(4%, 3%, 0) rotate(2deg); } }
@keyframes bubbles { to { background-position: 0 -800px, 30px -1000px; } }

@media (max-width: 1050px) {
  .header-cta { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .story { gap: 55px; }
  .fort { grid-template-columns: .85fr 1.15fr; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; padding-inline: 18px; }
  .brand img { width: 40px; height: 40px; }
  .brand span { font-size: 13px; }
  .menu-button { display: grid; gap: 5px; padding: 8px 0 8px 10px; margin-left: auto; border: 0; background: none; }
  .menu-button span { display: block; width: 25px; height: 1px; background: var(--cream); }
  .nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 12px 18px 25px; background: rgba(2,8,7,.97); border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: transform .3s; z-index: -1; }
  .nav.open { transform: none; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .hero { min-height: 830px; align-items: flex-end; padding: 120px 20px 95px; }
  .hero-art { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, #020807 5%, rgba(1,7,5,.88) 48%, rgba(1,7,5,.08) 100%); }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(40px, 13vw, 64px); }
  .hero-copy { font-size: 16px; }
  .button { min-height: 49px; padding-inline: 18px; font-size: 11px; }
  .truth-strip { grid-template-columns: 1fr; padding-block: 14px; }
  .truth-strip div { justify-content: flex-start; border: 0; border-bottom: 1px solid var(--line); padding: 11px 0; }
  .truth-strip div:last-child { border: 0; }
  .section { padding: 80px 20px; }
  .story { grid-template-columns: 1fr; }
  .story-art { max-width: 480px; margin: auto; }
  .seal { right: -4px; bottom: -28px; width: 100px; height: 100px; font-size: 10px; }
  .story-copy { margin-top: 15px; }
  h2 { font-size: clamp(34px, 10vw, 52px); }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 290px; }
  .camp { background-attachment: scroll; }
  .fort { grid-template-columns: 1fr; }
  .fort-image { min-height: 530px; }
  .fort-image::after { background: linear-gradient(0deg, #030b08 0%, transparent 40%); }
  .fort-content { padding: 40px 20px 85px; }
  .manifesto { min-height: 550px; }
  .manifesto img { width: 540px; }
  .game-callout { grid-template-columns: 1fr; }
  .game-callout-art { min-height: 360px; }
  .game-callout-art::after { background: linear-gradient(0deg, #020807 0%, transparent 55%); }
  .game-callout-copy { padding: 30px 20px 80px; }
  .join-box { padding-inline: 20px; }
  footer { grid-template-columns: 1fr; padding: 44px 20px; }
  .footer-links { flex-wrap: wrap; }
  .disclaimer, .copyright { grid-column: auto; }
  .copyright { margin: -15px 0 0; }
}

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