﻿:root {
  color-scheme: dark;
  --bg: #03110a;
  --ink: #f8f4e8;
  --muted: #c9d5bd;
  --soft: #8aa884;
  --gold: #e6bd57;
  --green: #05a45f;
  --panel: rgba(2, 19, 10, .82);
  --line: rgba(230, 189, 87, .34);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(5, 164, 95, .18), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(230, 189, 87, .14), transparent 32rem),
    linear-gradient(180deg, #020704 0%, #03170d 52%, #010402 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    repeating-radial-gradient(circle at 50% 15%, rgba(230, 189, 87, .08) 0 1px, transparent 1px 76px),
    linear-gradient(115deg, transparent 0 42%, rgba(5, 164, 95, .09) 42% 43%, transparent 43% 100%);
  content: "";
  opacity: .8;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
.skip {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 60;
  transform: translateY(-170%);
  padding: .7rem 1rem;
  background: var(--gold);
  color: #061007;
  font-weight: 900;
}
.skip:focus { transform: translateY(0); }
.shell {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem max(1rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(230, 189, 87, .22);
  background: rgba(1, 7, 4, .88);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .7rem;
  font-weight: 950;
  text-transform: uppercase;
}
.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 26px rgba(5, 164, 95, .36);
}
.menu-button { display: none; }
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem;
}
.nav a,
.footer a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .52rem .78rem;
  color: #dce9d4;
  font-size: .9rem;
  font-weight: 850;
  transition: transform .22s, border-color .22s, color .22s, background .22s;
}
.nav a:hover,
.nav a.active,
.footer a:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 189, 87, .6);
  background: rgba(5, 164, 95, .14);
  color: #fff2bd;
}
.hero {
  display: grid;
  grid: auto / minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  min-height: 82svh;
  padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.kicker {
  margin-bottom: .75rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1 {
  max-width: 720px;
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: clamp(2.55rem, 6vw, 5.3rem);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(5, 164, 95, .34);
  overflow-wrap: anywhere;
}
h1 span { display: block; }
h2 {
  margin-bottom: .85rem;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
h3 { margin-bottom: .55rem; font-size: 1.22rem; }
.lead {
  max-width: 650px;
  color: #edf7e7;
  font-size: clamp(1.03rem, 2vw, 1.24rem);
}
.hero-copy,
.round-stage,
.split > *,
.body-card { min-width: 0; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(230, 189, 87, .5);
  border-radius: 999px;
  padding: .82rem 1.1rem;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform .22s, box-shadow .22s, background .22s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(5, 164, 95, .24); }
.primary {
  background: radial-gradient(circle at 35% 20%, #fff1a7, #d4a93f 58%, #087b48);
  color: #041006;
}
.ghost { background: rgba(3, 17, 10, .76); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.4rem;
}
.round-stage {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(5, 164, 95, .18), transparent 42%),
    conic-gradient(from 20deg, rgba(230, 189, 87, .08), rgba(5, 164, 95, .32), rgba(230, 189, 87, .18), rgba(5, 164, 95, .14), rgba(230, 189, 87, .08));
  animation: arrive .75s ease-out both;
}
.round-stage::before {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(230, 189, 87, .32);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 42px rgba(5, 164, 95, .12);
  animation: slowspin 30s linear infinite;
}
.round-stage img {
  position: relative;
  z-index: 1;
  width: 66%;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 0 32px rgba(5, 164, 95, .28));
}
.chip {
  position: absolute;
  z-index: 2;
  display: grid;
  width: clamp(112px, 15vw, 150px);
  height: clamp(112px, 15vw, 150px);
  place-items: center;
  border: 1px solid rgba(230, 189, 87, .48);
  border-radius: 50%;
  background: rgba(1, 8, 4, .88);
  color: #fff0b6;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(5, 164, 95, .2);
}
.chip.one { left: -1rem; top: 10%; }
.chip.two { right: -1rem; bottom: 12%; }
.circle-nav {
  display: grid;
  grid: auto / repeat(4, 1fr);
  gap: 1rem;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.circle-nav a {
  min-height: 168px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 189, 87, .34);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 28%, rgba(5, 164, 95, .2), transparent 36%), rgba(2, 19, 10, .8);
  color: #eef8e9;
  font-weight: 950;
  text-align: center;
  transition: transform .22s, border-color .22s;
}
.circle-nav a:hover {
  transform: translateY(-5px) rotate(2deg);
  border-color: rgba(230, 189, 87, .72);
}
.split {
  display: grid;
  grid: auto / minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(1.4rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.split p,
.body-card p,
.body-card li,
.round-card p,
.faq p,
.footer p { color: var(--muted); }
.logo-panel {
  border: 1px solid rgba(230, 189, 87, .25);
  border-radius: 999px;
  padding: 1rem;
  background: rgba(1, 8, 4, .74);
  box-shadow: 0 0 38px rgba(5, 164, 95, .13);
}
.logo-panel img {
  aspect-ratio: 16 / 9;
  border-radius: 999px;
  object-fit: cover;
}
.green-band {
  margin: clamp(2rem, 5vw, 4rem) 0;
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-block: 1px solid rgba(230, 189, 87, .16);
  background:
    radial-gradient(circle at 50% 50%, rgba(5, 164, 95, .16), transparent 36rem),
    linear-gradient(90deg, rgba(1, 6, 3, .94), rgba(6, 42, 24, .76), rgba(1, 6, 3, .94));
}
.round-grid {
  display: grid;
  grid: auto / repeat(3, 1fr);
  gap: 1rem;
}
.round-card {
  min-height: 300px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 1.5rem;
  background: radial-gradient(circle at 50% 30%, rgba(5, 164, 95, .18), transparent 45%), rgba(2, 19, 10, .84);
  text-align: center;
  transition: transform .22s, border-color .22s, box-shadow .22s;
}
.round-card:hover {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(230, 189, 87, .7);
  box-shadow: 0 0 34px rgba(5, 164, 95, .16);
}
.round-card b {
  color: var(--gold);
  text-transform: uppercase;
}
.pill-grid {
  display: grid;
  grid: auto / repeat(4, 1fr);
  gap: 1rem;
}
.pill-card {
  min-height: 210px;
  border: 1px solid rgba(230, 189, 87, .34);
  border-radius: 999px 999px 24px 24px;
  padding: 1.25rem;
  background: rgba(2, 19, 10, .82);
}
.pill-card span {
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(230, 189, 87, .46);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 950;
}
.faq {
  max-width: 900px;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 7vw, 6rem);
}
.faq details {
  margin-top: .8rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1rem 1.15rem;
  background: rgba(2, 19, 10, .82);
}
.faq summary {
  cursor: pointer;
  color: #f9fff5;
  font-weight: 950;
}
.faq details[open] { border-color: rgba(230, 189, 87, .66); }
.page-hero {
  display: grid;
  grid: auto / minmax(0, 1fr) 230px;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
}
.page-hero img {
  width: 190px;
  height: 190px;
  justify-self: end;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 34px rgba(5, 164, 95, .26);
}
.body-copy {
  display: grid;
  gap: 1rem;
  padding-bottom: clamp(4rem, 7vw, 6rem);
}
.body-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.25rem;
  background: rgba(2, 19, 10, .82);
}
.body-card ul { margin: .6rem 0 0; padding-left: 1.2rem; }
.body-card a { color: #fff0b6; font-weight: 900; }
.footer {
  border-top: 1px solid rgba(230, 189, 87, .2);
  background: rgba(1, 7, 4, .92);
}
.footer-inner {
  display: grid;
  grid: auto / minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 0;
}
.footer img {
  width: 46px;
  height: 46px;
  float: left;
  margin-right: .75rem;
  border-radius: 50%;
  object-fit: cover;
}
.footer b { display: block; }
.footer p { margin: .15rem 0 0; font-size: .92rem; }
.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem;
}
.reveal {
  opacity: 1;
  transform: none;
  animation: softRise .72s ease both;
}
.reveal.visible { opacity: 1; }
@keyframes arrive {
  from { transform: scale(.92) translateY(18px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
@keyframes slowspin { to { transform: rotate(360deg); } }
@keyframes softRise {
  from { transform: translateY(18px); }
  to { transform: translateY(0); }
}
@media (max-width: 960px) {
  .topbar { flex-wrap: wrap; padding-inline: 12px; }
  .brand { flex: 1 1 0; overflow: hidden; white-space: nowrap; }
  .menu-button {
    display: inline-grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(230, 189, 87, .46);
    border-radius: 50%;
    background: rgba(2, 19, 10, .9);
  }
  .menu-button span {
    position: relative;
    display: block;
    width: 19px;
    height: 2px;
    background: var(--gold);
  }
  .menu-button span::before,
  .menu-button span::after {
    position: absolute;
    left: 0;
    width: 19px;
    height: 2px;
    background: var(--gold);
    content: "";
  }
  .menu-button span::before { top: -7px; }
  .menu-button span::after { top: 7px; }
  .nav { display: none; flex: 0 0 100%; }
  .nav.open { display: grid; grid: auto / repeat(2, 1fr); }
  .nav a { text-align: center; }
  .hero,
  .split,
  .page-hero,
  .footer-inner { grid: auto / 1fr; }
  .hero { min-height: auto; }
  .round-stage { width: min(620px, 100%); justify-self: center; }
  .circle-nav,
  .pill-grid { grid: auto / repeat(2, 1fr); }
  .round-grid { grid: auto / 1fr; }
  .round-card { min-height: 240px; border-radius: 30px; }
  .page-hero img { justify-self: start; }
}
@media (max-width: 620px) {
  .shell { width: min(calc(100% - 40px), 340px); }
  .brand img { width: 40px; height: 40px; }
  .brand { font-size: .94rem; }
  .nav.open,
  .circle-nav,
  .pill-grid { grid: auto / 1fr; }
  h1 { font-size: clamp(1.95rem, 8.4vw, 2.32rem); line-height: 1.05; }
  h2 { font-size: clamp(1.85rem, 10vw, 2.7rem); }
  .lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; max-width: 100%; padding-inline: .7rem; text-align: center; }
  .round-stage {
    aspect-ratio: auto;
    border-radius: 28px;
    padding: .8rem;
  }
  .round-stage::before { border-radius: 28px; }
  .round-stage img { width: 82%; border-radius: 24px; }
  .chip {
    position: static;
    width: 100%;
    height: auto;
    min-height: 74px;
    margin-top: .75rem;
    border-radius: 24px;
  }
  .logo-panel,
  .logo-panel img { border-radius: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
