:root {
  --ink: #080808;
  --panel: #101114;
  --panel-soft: #181a1f;
  --gold: #ff1717;
  --gold-light: #ff4a3d;
  --cream: #f5f7fa;
  --muted: #a2a7ae;
  --line: rgba(255, 23, 23, 0.22);
  --danger: #ff8e75;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.17;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
em { color: var(--gold); font-style: normal; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 20; padding: .7rem 1rem; background: var(--gold); color: #000; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; }

.site-header {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: .7rem; line-height: 1; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(255,23,23,.15)); }
.brand strong, .brand small { display: block; font-family: "Barlow Condensed", sans-serif; letter-spacing: .09em; }
.brand strong { font-size: 1.4rem; }
.brand small { color: var(--gold); font-size: .66rem; margin-top: .28rem; }
.site-header nav { display: flex; align-items: center; gap: 1.35rem; }
.site-header nav a { color: #d0cbc0; font-size: .84rem; font-weight: 700; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--gold); }
.site-header .nav-cta { border: 1px solid var(--gold); padding: .65rem 1rem; color: var(--cream); }
.site-header nav .active-link { color: var(--gold); }
.nav-toggle { display: none; }

.hero {
  width: min(1240px, 100%);
  min-height: calc(100vh - 86px);
  padding: 7rem 2rem 6rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.hero::after { content: "GHOSTCREST"; position: absolute; right: -1.5rem; bottom: -3rem; color: transparent; -webkit-text-stroke: 1px rgba(255,23,23,.07); font: 800 12rem/1 "Barlow Condensed"; letter-spacing: .01em; z-index: -1; }
.hero-glow { position: absolute; width: 540px; height: 540px; right: -3rem; top: 5rem; background: radial-gradient(circle, rgba(255,23,23,.15), transparent 65%); z-index: -1; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .73rem; font-weight: 800; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 .65rem .2rem 0; background: currentColor; }
h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; line-height: .87; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(4.7rem, 9vw, 8.4rem); }
h2 { font-size: clamp(3.4rem, 6.5vw, 6.5rem); }
.hero-copy { max-width: 650px; margin: 2rem 0 2.2rem; color: #c7c0b3; font-size: 1.07rem; }
.hero-actions, .form-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { border: 1px solid transparent; padding: .9rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button-primary { background: var(--gold); color: #fff; box-shadow: 0 12px 34px rgba(255,23,23,.15); }
.button-primary:hover, .button-primary:focus-visible { background: var(--gold-light); transform: translateY(-2px); }
.button-quiet { background: transparent; border-color: #403d36; color: var(--cream); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--gold); color: var(--gold); }
.trust-strip { display: flex; gap: 1.4rem; margin-top: 3.2rem; color: #77736b; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.trust-strip span::before { content: "◆"; color: var(--gold); margin-right: .45rem; font-size: .55rem; }
.hero-emblem { justify-self: center; text-align: center; width: min(410px, 90%); }
.emblem-ring { aspect-ratio: 1; border: 1px solid rgba(255,23,23,.23); border-radius: 50%; display: grid; place-items: center; position: relative; box-shadow: inset 0 0 70px rgba(255,23,23,.05); }
.emblem-ring::before, .emblem-ring::after { content: ""; position: absolute; inset: 7%; border: 1px dashed rgba(255,23,23,.25); border-radius: 50%; }
.emblem-ring::after { inset: 17%; border-style: solid; border-color: rgba(255,255,255,.08); }
.emblem-ring img { width: 85%; filter: drop-shadow(0 24px 40px rgba(0,0,0,.75)); z-index: 1; }
.emblem-word { display: inline-block; margin-top: 1.1rem; color: #7f786b; letter-spacing: .18em; font-size: .62rem; font-weight: 700; }

.code-section, .roles-section, .community-section, .join-section, .next-steps-section, .data-section, .faq-section { padding: 7.5rem max(2rem, calc((100vw - 1180px) / 2)); }
.code-section { background: #0d0e10; border-block: 1px solid rgba(255,255,255,.04); }
.section-heading { max-width: 780px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { color: var(--muted); max-width: 610px; }
.code-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 2.5rem; align-items: start; }
.expectation { width: 100%; border: 0; border-top: 1px solid #292720; background: transparent; color: var(--cream); padding: 1.35rem .2rem; display: grid; grid-template-columns: 48px 1fr 30px; text-align: left; gap: 1rem; align-items: center; cursor: pointer; }
.expectation:last-of-type { border-bottom: 1px solid #292720; }
.expectation:hover strong, .expectation.is-active strong { color: var(--gold); }
.rule-number { color: var(--gold); font: 700 1rem "Barlow Condensed"; }
.expectation strong, .expectation small { display: block; }
.expectation strong { font: 700 1.55rem "Barlow Condensed"; text-transform: uppercase; transition: color .2s; }
.expectation small { color: #817c72; font-size: .8rem; }
.rule-plus { color: var(--gold); font-size: 1.5rem; }
.rule-detail { display: none; margin: -.25rem 2rem 1.2rem 4.15rem; color: #b0aa9e; font-size: .88rem; }
.rule-detail.is-active { display: block; animation: reveal .25s ease; }
.fit-card { background: #eef1f5; color: #111318; padding: 2.1rem; transform: rotate(1deg); box-shadow: 18px 18px 0 #1e2026; border-top: 5px solid var(--gold); }
.fit-card .eyebrow { color: #15130e; letter-spacing: .1em; margin-bottom: 1rem; }
.fit-icon { font-size: 1.6rem; }
.fit-card ul { list-style: none; padding: 0; margin: 1.3rem 0; }
.fit-card li { border-top: 1px solid rgba(0,0,0,.18); padding: .75rem 0; font-weight: 700; font-size: .87rem; }
.fit-card li::before { content: "✓"; margin-right: .65rem; }
.fit-note { border-left: 3px solid #17150f; padding-left: 1rem; font: 700 1.1rem "Barlow Condensed"; text-transform: uppercase; }

.roles-section { background: linear-gradient(145deg, #09090b, #121318); border-bottom: 1px solid rgba(255,255,255,.04); }
.roles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 1px; background: #30323a; border: 1px solid #30323a; }
.role-card { min-height: 210px; padding: 1.35rem; background: #111217; position: relative; overflow: hidden; }
.role-card::after { content: ""; position: absolute; inset: auto -2.5rem -3.5rem auto; width: 7rem; height: 7rem; border: 1px solid rgba(255,255,255,.05); transform: rotate(45deg); }
.role-card > span { color: var(--gold); font: 800 .76rem "Barlow Condensed"; letter-spacing: .12em; }
.role-card h3 { margin: 2.25rem 0 .65rem; color: var(--cream); font: 700 1.45rem "Barlow Condensed"; line-height: 1; text-transform: uppercase; }
.role-card p { margin: 0; color: #999ea8; font-size: .8rem; line-height: 1.65; }
.role-card.role-lead { border-top: 3px solid #c7cdd6; }
.role-card.role-staff { border-top: 3px solid var(--gold); }
.role-card.role-creator { border-top: 3px solid #9146ff; }
.role-card.role-community { border-top: 3px solid #7c3aed; }

.community-section { background: #080808; position: relative; overflow: hidden; }
.community-section::after { content: "PLAY"; position: absolute; right: -1rem; top: 1rem; color: transparent; -webkit-text-stroke: 1px rgba(255,23,23,.055); font: 800 15rem/1 "Barlow Condensed"; pointer-events: none; }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.25rem; position: relative; z-index: 1; }
.play-card, .events-card { border: 1px solid #2b2923; padding: clamp(1.4rem, 3vw, 2.2rem); }
.play-card { background: linear-gradient(145deg, #151518, #0e0e10); }
.events-card { background: #11110f; }
.card-kicker { margin: 0 0 .5rem; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.play-card h3, .events-card h3 { margin: 0; font: 700 clamp(2.2rem, 4.5vw, 3.7rem)/.95 "Barlow Condensed"; text-transform: uppercase; }
.play-card > p:not(.card-kicker) { margin: 1.3rem 0; color: var(--muted); font-size: 1rem; }
.genre-cloud { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.5rem; }
.genre-cloud span { padding: .45rem .7rem; border: 1px solid #38352e; color: #d5d0c7; background: #0b0b0a; font-size: .86rem; font-weight: 700; }
.platform-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; padding-top: 1.4rem; border-top: 1px solid #2c2a24; }
.platform-list span { padding: .7rem; color: #0a0a0a; background: #eceff3; font: 700 .95rem "Barlow Condensed"; text-align: center; text-transform: uppercase; }
.events-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.schedule-badge { flex: 0 0 auto; padding: .35rem .6rem; color: #ff918b; border: 1px solid rgba(255,23,23,.38); background: rgba(255,23,23,.06); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-list { border-top: 1px solid #2d2a23; }
.event-item { display: grid; grid-template-columns: 42px 1fr; gap: .85rem; padding: 1rem 0; border-bottom: 1px solid #2d2a23; }
.event-item > span { color: var(--gold); font: 700 .95rem "Barlow Condensed"; }
.event-item strong { display: block; color: var(--cream); font: 700 1.2rem "Barlow Condensed"; text-transform: uppercase; }
.event-item p { margin: .18rem 0 0; color: #908b82; font-size: .9rem; }
.event-note { margin: 1rem 0; color: #aaa59c; font-size: .88rem; }
.events-card .button { width: 100%; justify-content: space-between; }

.join-section { background: linear-gradient(180deg, #090909, #0f0e0b); }
.section-heading.compact { text-align: center; margin-inline: auto; }
.section-heading.compact > p:last-child { margin-inline: auto; }
.join-grid { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 2rem; justify-content: center; align-items: start; }
.join-steps { margin: 0; padding: 0; list-style: none; position: sticky; top: 2rem; }
.join-steps li { display: grid; grid-template-columns: 38px 1fr; column-gap: .8rem; padding: .9rem 0; color: #706c63; }
.join-steps li > span { grid-row: span 2; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #35332d; border-radius: 50%; font-size: .75rem; font-weight: 800; }
.join-steps strong { font-size: .8rem; }
.join-steps small { font-size: .7rem; }
.join-steps li.is-current, .join-steps li.is-done { color: var(--cream); }
.join-steps li.is-current > span { background: var(--gold); border-color: var(--gold); color: #000; }
.join-steps li.is-done > span { border-color: var(--gold); color: var(--gold); }
.application-card { background: var(--panel); border: 1px solid #28261f; padding: clamp(1.2rem, 4vw, 2.6rem); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.privacy-note { display: flex; gap: .75rem; color: #b7bbc2; background: rgba(255,23,23,.06); border: 1px solid var(--line); padding: .85rem 1rem; margin-bottom: 2rem; font-size: .76rem; }
.privacy-note svg { flex: 0 0 20px; width: 20px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.privacy-note strong { color: var(--gold); }
.form-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 800; }
.form-launch { display: flex; align-items: center; gap: 1rem; }
.form-launch-mark { flex: 0 0 54px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--gold); font: 800 1.4rem "Barlow Condensed"; box-shadow: 7px 7px 0 #070706; }
.form-launch h3 { margin: .15rem 0 0; font: 700 clamp(2rem, 4vw, 3rem) "Barlow Condensed"; line-height: .95; text-transform: uppercase; }
.form-intro { max-width: 620px; margin: 1.4rem 0; color: var(--muted); line-height: 1.75; }
.application-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 0 0 1.6rem; padding: 0; list-style: none; }
.application-preview li { min-height: 112px; padding: 1rem; border: 1px solid #343128; background: #0d0d0b; }
.application-preview strong, .application-preview span { display: block; }
.application-preview strong { color: var(--cream); font: 700 1.05rem "Barlow Condensed"; text-transform: uppercase; letter-spacing: .04em; }
.application-preview span { margin-top: .45rem; color: #817c72; font-size: .72rem; line-height: 1.5; }
.form-launch-button { width: 100%; justify-content: space-between; font-size: .83rem; }
.launch-note { margin: .8rem 0 0; color: #77736a; font-size: .7rem; text-align: center; }

.next-steps-section { background: #0d0e10; border-top: 1px solid rgba(255,255,255,.04); }
.application-journey { counter-reset: journey; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 1px; list-style: none; background: #302d27; border: 1px solid #302d27; }
.application-journey li { min-height: 176px; padding: 1.45rem; background: #111114; position: relative; }
.application-journey li::after { content: "→"; position: absolute; right: -.7rem; top: 50%; z-index: 2; width: 1.4rem; height: 1.4rem; display: grid; place-items: center; transform: translateY(-50%); color: #fff; background: var(--gold); border-radius: 50%; font-size: .74rem; font-weight: 800; }
.application-journey li:nth-child(3)::after, .application-journey li:last-child::after { display: none; }
.application-journey li > span { display: block; color: var(--gold); font: 800 .8rem "Barlow Condensed"; letter-spacing: .12em; }
.application-journey strong, .application-journey small { display: block; }
.application-journey strong { margin-top: 1.8rem; color: var(--cream); font: 700 1.35rem "Barlow Condensed"; text-transform: uppercase; line-height: 1; }
.application-journey small { margin-top: .65rem; color: #8f8a81; font-size: .76rem; line-height: 1.55; }
.invite-safety-note { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-top: 1.4rem; padding: 1rem; color: #a9a49b; border: 1px solid var(--line); background: rgba(255,23,23,.045); font-size: .82rem; text-align: center; }
.invite-safety-note span { color: var(--gold); }
.invite-safety-note p { margin: 0; }
.invite-safety-note strong { color: var(--cream); }

.data-section { background: linear-gradient(145deg, #090909, #121215); border-top: 1px solid rgba(255,255,255,.04); }
.data-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.data-layout .section-heading { position: sticky; top: 2rem; margin-bottom: 0; }
.data-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.data-grid article { min-height: 230px; padding: 1.5rem; border: 1px solid #2d2a25; background: rgba(255,255,255,.018); }
.data-grid article > span { color: var(--gold); font: 800 .8rem "Barlow Condensed"; letter-spacing: .13em; }
.data-grid h3 { margin: 1.7rem 0 .65rem; font: 700 1.45rem "Barlow Condensed"; text-transform: uppercase; }
.data-grid p { margin: 0; color: #9d9890; font-size: .86rem; line-height: 1.7; }
.deletion-note { max-width: 760px; margin: 1.5rem 0 0 auto; padding: 1rem 1.2rem; color: #a8a39a; border-left: 3px solid var(--gold); background: rgba(255,23,23,.035); font-size: .82rem; }
.deletion-note a { color: #ff716a; font-weight: 800; }
.deletion-note a:hover, .deletion-note a:focus-visible { color: var(--cream); }

.faq-section { background: #0d0e10; border-top: 1px solid rgba(255,255,255,.04); }
.faq-layout { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: start; }
.faq-intro { position: sticky; top: 2rem; }
.faq-intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 1rem; }
.contact-card { display: grid; grid-template-columns: 34px 1fr; gap: .8rem; margin-top: 2rem; padding: 1.2rem; border: 1px solid var(--line); border-left: 4px solid var(--gold); background: rgba(255,23,23,.045); }
.contact-mark { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--gold); font-size: .72rem; }
.contact-card strong { color: var(--cream); font: 700 1.2rem "Barlow Condensed"; text-transform: uppercase; }
.contact-card p { margin: .25rem 0 0; color: #aaa59c; font-size: .88rem; }
.contact-card a { grid-column: 1 / -1; display: block; margin-top: .2rem; padding-top: .85rem; border-top: 1px solid #302c26; color: #ff716a; font-size: .9rem; font-weight: 800; }
.contact-card a:hover, .contact-card a:focus-visible { color: var(--cream); }
.faq-list { border-top: 1px solid #302d27; }
.faq-item { border-bottom: 1px solid #302d27; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem .15rem; border: 0; color: var(--cream); background: transparent; font: 700 1.35rem "Barlow Condensed"; text-align: left; text-transform: uppercase; cursor: pointer; }
.faq-question:hover, .faq-question:focus-visible, .faq-question[aria-expanded="true"] { color: var(--gold); }
.faq-question span:last-child { color: var(--gold); font-size: 1.5rem; }
.faq-answer { padding: 0 3rem 1.3rem 0; }
.faq-answer[hidden] { display: none; }
.faq-answer p { margin: 0; color: #aaa59c; font-size: 1rem; line-height: 1.75; }

footer { padding: 2.5rem max(2rem, calc((100vw - 1180px) / 2)); border-top: 1px solid #24221d; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 1rem; color: #77736a; font-size: .7rem; }
footer > p:nth-child(2) { text-align: center; }
.footer-note { text-align: right; }
.footer-note a { color: #b9b4aa; font-weight: 700; }
.footer-note a:hover, .footer-note a:focus-visible { color: var(--gold); }
.brand-mark.mini { width: 38px; height: 38px; }

.member-page { --member-purple: #a81cff; --member-purple-light: #d16bff; }
.member-page::after { content: ""; position: fixed; inset: 0; z-index: -3; background: radial-gradient(circle at 22% 35%, rgba(168,28,255,.08), transparent 35%); pointer-events: none; }
.members-hero { width: min(1180px, calc(100% - 4rem)); margin: 0 auto; padding: 6rem 0 7rem; }
.members-heading { max-width: 780px; margin-bottom: 4rem; }
.members-heading > p:last-child { max-width: 590px; color: var(--muted); }
.member-feature { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(2.5rem, 7vw, 6.5rem); align-items: center; }
.member-art { min-height: 560px; display: grid; place-items: center; position: relative; border: 1px solid rgba(168,28,255,.3); background: linear-gradient(145deg, rgba(168,28,255,.1), rgba(255,255,255,.018)); overflow: hidden; }
.member-art::before { content: "001"; position: absolute; bottom: -3rem; left: -1rem; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); font: 800 11rem/1 "Barlow Condensed"; }
.member-art::after { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.06); pointer-events: none; }
.member-art-glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: rgba(168,28,255,.28); filter: blur(70px); }
.member-art img { position: relative; z-index: 1; width: 94%; max-height: 520px; object-fit: contain; filter: drop-shadow(0 28px 45px rgba(0,0,0,.65)); }
.member-role { display: inline-flex; align-items: center; gap: .6rem; padding: .42rem .75rem; color: var(--member-purple-light); border: 1px solid rgba(168,28,255,.45); background: rgba(168,28,255,.07); text-transform: uppercase; letter-spacing: .13em; font-size: .67rem; font-weight: 800; }
.member-role span { font-size: .55rem; }
.member-number { margin: 1.6rem 0 .15rem; color: #6d6971; text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; font-weight: 800; }
.member-info h2 { font-size: clamp(4rem, 7.5vw, 7rem); }
.member-info h2 em { color: var(--member-purple-light); }
.member-tagline { margin: .8rem 0 1.5rem; color: #b5afb9; font: 700 1.25rem "Barlow Condensed"; text-transform: uppercase; letter-spacing: .12em; }
.game-tags { display: flex; gap: .5rem; flex-wrap: wrap; }
.game-tags span { padding: .35rem .65rem; border: 1px solid #333037; color: #aaa4ae; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.member-about { margin: 2.2rem 0; padding: 1.7rem 0 1.7rem 1.6rem; border-left: 3px solid var(--member-purple); border-block: 1px solid #29262d; }
.member-about .eyebrow { color: var(--member-purple-light); margin-bottom: .8rem; }
.member-about > p:not(.eyebrow) { margin: 0 0 .85rem; color: #bbb5bf; font-size: .91rem; }
.member-about > p:last-child { margin-bottom: 0; }
.member-page .button-primary { background: var(--member-purple); box-shadow: 0 12px 34px rgba(168,28,255,.18); }
.member-page .button-primary:hover, .member-page .button-primary:focus-visible { background: var(--member-purple-light); }
.roster-note { margin-top: 6rem; padding-top: 1.5rem; border-top: 1px solid #29262d; display: flex; justify-content: space-between; gap: 1rem; color: #77727b; font-size: .72rem; }
.roster-note span { color: var(--member-purple-light); letter-spacing: .15em; font-weight: 800; }
.roster-note p { margin: 0; }

@keyframes reveal { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

@media (max-width: 860px) {
  .site-header { height: 74px; }
  .nav-toggle { display: grid; width: 42px; height: 42px; border: 1px solid #3b382f; background: transparent; place-content: center; gap: 5px; }
  .nav-toggle span:not(.sr-only) { width: 18px; height: 2px; background: var(--gold); }
  .site-header nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 1rem; background: #11110f; border: 1px solid #2d2a23; flex-direction: column; align-items: stretch; gap: 0; }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: .8rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-emblem { width: 320px; margin-top: 2rem; }
  .hero::after { font-size: 7rem; }
  .code-layout { grid-template-columns: 1fr; }
  .community-grid, .faq-layout { grid-template-columns: 1fr; }
  .roles-grid { grid-template-columns: repeat(2, 1fr); }
  .data-layout { grid-template-columns: 1fr; }
  .data-layout .section-heading { position: static; }
  .faq-intro { position: static; }
  .fit-card { transform: none; box-shadow: 10px 10px 0 #171713; }
  .join-grid { grid-template-columns: 1fr; }
  .join-steps { position: static; display: grid; grid-template-columns: repeat(3, 1fr); }
  .join-steps li { grid-template-columns: 32px 1fr; }
  .application-journey { grid-template-columns: repeat(2, 1fr); }
  .application-journey li:nth-child(3)::after { display: grid; }
  .application-journey li:nth-child(even)::after { display: none; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p:nth-child(2), .footer-note { text-align: left; margin: 0; }
  .member-feature { grid-template-columns: 1fr; }
  .member-art { min-height: 430px; }
  .member-art img { max-height: 410px; }
}

@media (max-width: 560px) {
  .hero { padding-inline: 1.2rem; padding-top: 3.8rem; }
  h1 { font-size: clamp(4rem, 21vw, 6rem); }
  .hero-actions .button { width: 100%; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .hero-emblem { width: 250px; }
  .code-section, .roles-section, .community-section, .join-section, .next-steps-section, .data-section, .faq-section { padding: 5.5rem 1.2rem; }
  .roles-grid { grid-template-columns: 1fr; }
  .rule-detail { margin-left: 3.95rem; }
  .events-heading { flex-direction: column; }
  .platform-list { grid-template-columns: 1fr; }
  .join-steps li { display: block; text-align: center; }
  .join-steps li > span { margin: 0 auto .35rem; }
  .join-steps small { display: none; }
  .application-preview { grid-template-columns: 1fr; }
  .application-preview li { min-height: auto; }
  .application-card { padding: 1.1rem; }
  .form-launch { align-items: flex-start; }
  .application-journey, .data-grid { grid-template-columns: 1fr; }
  .application-journey li { min-height: auto; }
  .application-journey li::after, .application-journey li:nth-child(3)::after { display: none; }
  .application-journey strong { margin-top: 1rem; }
  .members-hero { width: min(100% - 2.4rem, 1180px); padding: 4rem 0 5rem; }
  .members-heading { margin-bottom: 2.5rem; }
  .member-art { min-height: 330px; }
  .member-art img { width: 100%; max-height: 320px; }
  .member-info h2 { font-size: 3.9rem; }
  .member-about { padding-left: 1rem; }
  .roster-note { flex-direction: column; }
}
