:root {
  --void: #08050c;
  --plum: #160b1f;
  --panel: rgba(16, 8, 24, 0.78);
  --glass: rgba(255, 247, 236, 0.045);
  --ember: #ff5a2a;
  --amber: #ffb347;
  --volt: #d6f25c;
  --ice: #8ec8ff;
  --pearl: #f7f0e6;
  --mist: #b7a9c0;
  --line: rgba(255, 90, 42, 0.4);
  --line-soft: rgba(247, 240, 230, 0.1);
  --display: "Unbounded", sans-serif;
  --serif: "Fraunces", serif;
  --body: "Manrope", sans-serif;
  --radius: 26px;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.gate-open,
html.restrict-open {
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--pearl);
  background: var(--void);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.nav-open,
body.gate-open,
body.restrict-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
}

::selection {
  background: var(--volt);
  color: var(--void);
}

.shell {
  width: min(1280px, calc(100% - 2rem));
  margin-inline: auto;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
}

.topbar {
  position: relative;
  z-index: 20;
  background:
    linear-gradient(90deg, rgba(255, 90, 42, 0.16), transparent 28%, transparent 72%, rgba(214, 242, 92, 0.12)),
    linear-gradient(90deg, #120814, #1c0d18 50%, #120814);
  border-bottom: 1px solid var(--line);
}

.topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  min-height: 44px;
  padding: 0.5rem 0;
}

.topbar-note {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: var(--amber);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.topbar-note i {
  color: var(--volt);
}

.topbar-chips {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--line);
  padding: 0.16rem 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pearl);
}

.chip-year {
  background: rgba(255, 90, 42, 0.14);
  color: var(--amber);
}

.mast {
  position: relative;
  z-index: 21;
  background: rgba(8, 5, 12, 0.92);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
}

.mast-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 86px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: max-content;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(214, 242, 92, 0.28), 0 10px 28px rgba(255, 90, 42, 0.22);
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--volt);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.brand-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.desk-menu {
  display: none;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  gap: 0.05rem;
}

.desk-menu a {
  position: relative;
  display: inline-flex;
  padding: 0.5rem 0.72rem;
  color: var(--mist);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: color 0.25s ease;
}

.desk-menu a::after {
  content: "";
  position: absolute;
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.2rem;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ember), var(--volt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.desk-menu a:hover,
.desk-menu a.is-here {
  color: var(--pearl);
}

.desk-menu a:hover::after,
.desk-menu a.is-here::after {
  transform: scaleX(1);
}

.burst-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.82rem 1.2rem;
  border: 0;
  border-radius: 999px;
  color: var(--void);
  background: linear-gradient(120deg, var(--volt) 0%, #ffe08a 42%, var(--ember) 100%);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(255, 90, 42, 0.28);
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.burst-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.burst-btn.sm {
  padding: 0.7rem 1rem;
}

.nav-enter {
  display: none;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.78rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--pearl);
  background: rgba(255, 247, 236, 0.03);
  font-size: 0.86rem;
  font-weight: 600;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.ghost-btn:hover {
  border-color: var(--volt);
  background: rgba(214, 242, 92, 0.08);
}

.burger {
  margin-left: auto;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 18px;
  height: 1.6px;
  background: var(--pearl);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

body.nav-open .burger span:nth-child(1) {
  transform: translateY(6.6px) rotate(45deg);
}

body.nav-open .burger span:nth-child(2) {
  opacity: 0;
}

body.nav-open .burger span:nth-child(3) {
  transform: translateY(-6.6px) rotate(-45deg);
}

.veil {
  position: fixed;
  inset: 0;
  background: rgba(6, 3, 10, 0.68);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 96;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100%, 430px);
  height: 100%;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 90, 42, 0.22), transparent 38%),
    radial-gradient(circle at 0 100%, rgba(214, 242, 92, 0.12), transparent 32%),
    linear-gradient(180deg, #1a0c22 0%, #08050c 100%);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 97;
  padding: 1.35rem 1.45rem 2rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

body.nav-open .veil {
  opacity: 1;
  pointer-events: auto;
}

body.nav-open .drawer {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.drawer-x {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  color: var(--pearl);
  cursor: pointer;
}

.drawer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.86rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--display);
  font-size: clamp(1.18rem, 4vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.drawer-enter {
  display: inline-flex;
  margin-top: 1.7rem;
  width: fit-content;
}

.drawer-age {
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--amber);
  font-size: 0.84rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.9rem;
  color: var(--volt);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 130px);
  display: grid;
  align-items: end;
  overflow: hidden;
  --mx: 62%;
  --my: 38%;
}

.hero-still {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  z-index: -3;
  transform: scale(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 5, 12, 0.92) 0%, rgba(8, 5, 12, 0.55) 46%, rgba(8, 5, 12, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 5, 12, 0.18) 0%, rgba(8, 5, 12, 0.78) 100%);
}

.hero-orb {
  position: absolute;
  width: 42vw;
  height: 42vw;
  left: var(--mx);
  top: var(--my);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 90, 42, 0.28) 0%, rgba(214, 242, 92, 0.08) 38%, transparent 68%);
  transition: left 0.35s ease, top 0.35s ease;
}

.hero-mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(142, 200, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 200, 255, 0.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 70% 40%, black, transparent 72%);
}

.hero-spine {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: var(--mist);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.6rem;
  padding: 7rem 0 3.4rem;
}

.hero-copy h1 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.4rem, 7vw, 5.1rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 800;
  max-width: 11ch;
}

.hero-copy h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}

.lede {
  max-width: 38rem;
  margin: 0 0 1.5rem;
  color: var(--mist);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.7rem;
}

.hero-facts {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--pearl);
  font-size: 0.92rem;
}

.hero-facts i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--void);
  background: linear-gradient(160deg, var(--volt), var(--ember));
  font-size: 0.78rem;
}

.hero-facts strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-slab {
  width: min(100%, 360px);
  padding: 1.4rem 1.35rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  justify-self: start;
}

.slab-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  color: var(--volt);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--volt);
  box-shadow: 0 0 0 0 rgba(214, 242, 92, 0.7);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(214, 242, 92, 0);
  }
}

.hero-slab h2 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.hero-slab p {
  margin: 0 0 1.1rem;
  color: var(--mist);
  font-size: 0.94rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.text-link:hover {
  color: var(--volt);
}

.signal {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #120814;
  padding: 0.95rem 0;
}

.signal-track {
  display: flex;
  gap: 2.4rem;
  width: max-content;
  animation: drift 28s linear infinite;
  color: var(--amber);
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-track i {
  color: var(--volt);
  margin-right: 0.45rem;
}

@keyframes drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.rooms,
.house,
.circuit,
.notices {
  position: relative;
  padding: 5.2rem 0;
}

.rooms {
  background:
    radial-gradient(circle at 0 0, rgba(255, 90, 42, 0.12), transparent 32%),
    var(--void);
}

.section-head {
  max-width: 42rem;
  margin-bottom: 2.4rem;
}

.section-head h2,
.house h2,
.circuit-node h3,
.notice-card h3 {
  font-family: var(--display);
  letter-spacing: -0.04em;
}

.section-head h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.section-head p {
  margin: 0;
  color: var(--mist);
}

.room-card {
  height: 100%;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(22, 11, 31, 0.72);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.room-card:hover {
  transform: translateY(-6px);
  border-color: var(--line);
}

.room-visual {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
  background: #120814;
}

.room-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.room-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(8, 5, 12, 0.62));
  pointer-events: none;
}

.room-card:hover .room-visual img {
  transform: scale(1.06);
}

.room-tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(8, 5, 12, 0.72);
  border: 1px solid var(--line);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.room-body {
  padding: 1.25rem 1.2rem 1.4rem;
}

.room-body h3 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.room-body p {
  margin: 0 0 1.1rem;
  color: var(--mist);
  font-size: 0.94rem;
}

.house {
  background:
    radial-gradient(circle at 100% 0, rgba(142, 200, 255, 0.1), transparent 30%),
    #0c0712;
  border-block: 1px solid var(--line-soft);
}

.house h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  max-width: 12ch;
}

.house blockquote {
  margin: 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--line);
  color: var(--amber);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
}

.house-copy p {
  margin: 0 0 1rem;
  color: var(--mist);
}

.house-points {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0 1.6rem;
}

.house-points > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.85rem;
  align-items: start;
}

.house-points i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--void);
  background: linear-gradient(160deg, var(--volt), var(--ice));
}

.house-points strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--display);
  font-size: 0.92rem;
}

.house-points p {
  margin: 0;
  font-size: 0.9rem;
}

.circuit {
  background: var(--void);
}

.circuit-line {
  display: grid;
  gap: 1.1rem;
}

.circuit-node {
  position: relative;
  padding: 1.5rem 1.4rem 1.55rem 1.5rem;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 90, 42, 0.08), rgba(22, 11, 31, 0.5));
}

.circuit-node span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--volt);
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.circuit-node h3 {
  margin: 0 0 0.65rem;
  font-size: 1.3rem;
}

.circuit-node p {
  margin: 0;
  color: var(--mist);
}

.circuit-node p + p {
  margin-top: 0.85rem;
}

.gather {
  padding: 5.2rem 0;
  background:
    radial-gradient(circle at 0 80%, rgba(255, 90, 42, 0.1), transparent 34%),
    #0b0610;
  border-top: 1px solid var(--line-soft);
}

.gather-card {
  height: 100%;
  padding: 1.55rem 1.4rem 1.6rem;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: rgba(22, 11, 31, 0.72);
}

.gather-card i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 12px;
  color: var(--void);
  background: linear-gradient(160deg, var(--volt), var(--ember));
}

.gather-card h3 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.gather-card p {
  margin: 0;
  color: var(--mist);
  font-size: 0.94rem;
}

.gather-link {
  margin-top: 2rem;
}

.desk {
  padding: 0 0 5.2rem;
  background: #100814;
}

.desk-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0, rgba(214, 242, 92, 0.12), transparent 42%),
    rgba(22, 11, 31, 0.85);
}

.desk-panel h2 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -0.04em;
  max-width: 18ch;
}

.desk-panel p:last-of-type {
  margin: 0;
  max-width: 46rem;
  color: var(--mist);
}

.notices {
  background:
    radial-gradient(circle at 50% 0, rgba(214, 242, 92, 0.08), transparent 28%),
    #100814;
}

.notice-card {
  height: 100%;
  padding: 1.6rem 1.45rem 1.7rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: var(--panel);
}

.notice-age {
  border-top: 3px solid var(--ember);
}

.notice-money {
  border-top: 3px solid var(--volt);
}

.notice-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.notice-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.35rem;
}

.notice-card p {
  margin: 0 0 0.9rem;
  color: var(--mist);
  font-size: 0.94rem;
}

.site-foot {
  padding: 4.2rem 0 1.4rem;
  background:
    linear-gradient(180deg, #140a18, #08050c);
  border-top: 1px solid var(--line);
}

.foot-brand {
  margin-bottom: 1rem;
}

.foot-brand .brand-name {
  font-size: 0.95rem;
}

.foot-blurb,
.foot-help {
  color: var(--mist);
  font-size: 0.92rem;
}

.foot-orgs {
  margin: 0.85rem 0 0;
}

.foot-aware {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.foot-aware img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.site-foot h3 {
  margin: 0 0 0.9rem;
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--volt);
}

.site-foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-foot li + li {
  margin-top: 0.4rem;
}

.site-foot a:hover {
  color: var(--volt);
}

.foot-legal {
  margin-top: 2.6rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line-soft);
}

.foot-legal h3 {
  color: var(--amber);
}

.foot-legal p {
  margin: 0;
  color: var(--mist);
  font-size: 0.9rem;
}

.foot-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 1.8rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line-soft);
  color: var(--mist);
  font-size: 0.8rem;
}

.foot-base ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.foot-base p {
  margin: 0;
}

html.gate-open .grain,
html.restrict-open .grain {
  opacity: 0.02;
}

.gate,
.restrict {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  overflow: auto;
  background: rgba(8, 5, 12, 0.28);
  backdrop-filter: blur(2.2px);
  -webkit-backdrop-filter: blur(2.2px);
}

.gate[hidden],
.restrict[hidden] {
  display: none;
}

.gate-card,
.restrict-card {
  width: min(100%, 400px);
  max-width: calc(100vw - 2.4rem);
  padding: 1.85rem 1.4rem 1.55rem;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #160b1f;
  text-align: center;
  box-shadow: var(--shadow), 0 0 40px rgba(214, 242, 92, 0.12);
}

.gate-card i,
.restrict-card i {
  font-size: 1.6rem;
  color: var(--volt);
  margin-bottom: 0.8rem;
}

.gate-card h2,
.restrict-card h2 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.gate-card p,
.restrict-card p {
  margin: 0 0 1.3rem;
  color: var(--mist);
}

.gate-actions {
  display: grid;
  gap: 0.7rem;
}

.gate-actions .burst-btn,
.gate-actions .ghost-btn {
  width: 100%;
  white-space: normal;
}

.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 105;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(22, 11, 31, 0.94);
  box-shadow: var(--shadow);
}

.cookie-bar.is-on {
  display: flex;
}

.cookie-bar p {
  margin: 0;
  color: var(--mist);
  font-size: 0.88rem;
}

.cookie-bar a {
  color: var(--volt);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .circuit-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-layout {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .hero-layout {
    grid-template-columns: 1.35fr 0.7fr;
    align-items: end;
  }

  .hero-slab {
    justify-self: end;
    margin-bottom: 0.4rem;
  }
}

@media (min-width: 1200px) {
  .shell {
    width: min(1280px, calc(100% - 4rem));
  }

  .desk-menu {
    display: flex;
  }

  .nav-enter {
    display: inline-flex;
  }

  .burger {
    display: none;
  }

  .hero-copy h1 {
    max-width: 10ch;
  }
}

@media (max-width: 767px) {
  .topbar-chips .chip:not(.chip-year) {
    display: none;
  }

  .topbar-note {
    font-size: 0.72rem;
  }

  .brand-name {
    font-size: 0.92rem;
  }

  .hero-spine {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .hero-layout {
    padding-top: 5.2rem;
  }

  .cookie-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .burst-btn,
  .cookie-actions .ghost-btn {
    flex: 1;
    justify-content: center;
  }

  .foot-base {
    flex-direction: column;
  }
}

.page-hero {
  position: relative;
  padding: 4.4rem 0 3.2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0, rgba(255, 90, 42, 0.16), transparent 36%),
    radial-gradient(circle at 0 100%, rgba(214, 242, 92, 0.08), transparent 32%),
    #0c0712;
  border-bottom: 1px solid var(--line-soft);
}

.page-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 6vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  max-width: 14ch;
}

.page-hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}

.page-hero .lede {
  margin-bottom: 0;
}

.page-copy {
  padding: 4.2rem 0 5.2rem;
  background: var(--void);
}

.copy-wide {
  max-width: 820px;
}

.page-copy h2 {
  margin: 2.2rem 0 0.85rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.04em;
}

.page-copy h2:first-child {
  margin-top: 0;
}

.page-copy p,
.page-copy li {
  color: var(--mist);
}

.page-copy p {
  margin: 0 0 1rem;
}

.page-copy ul {
  margin: 0 0 1.2rem;
  padding-left: 1.15rem;
}

.page-copy li + li {
  margin-top: 0.45rem;
}

.mail-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--pearl);
  background: rgba(255, 90, 42, 0.08);
  font-family: var(--display);
  font-size: 0.95rem;
}

.mail-chip i {
  color: var(--volt);
}

.game-note {
  margin-top: 2.4rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(22, 11, 31, 0.72);
}

.game-note h2 {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .signal-track,
  .pulse,
  .hero-orb {
    animation: none;
    transition: none;
  }
}
