/* GMA clean stylesheet
   Clean rebuild of style.css: no legacy patch stack, no duplicate conflicting blocks.
   Keep assets/fonts/EurostileExt-Bla.otf on hosting.
*/

:root {
  --bg: #070807;
  --bg-2: #0d100d;
  --panel: #11140f;
  --panel-2: #151912;
  --line: rgba(213, 181, 109, 0.16);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #f4efe4;
  --muted: #a9a095;
  --muted-2: #746f66;
  --gold: #d5b56d;
  --gold-2: #8e733c;
  --green: #17251d;
  --emerald: #234638;
  --curtain: #11140f;
  --curtain-line: rgba(244, 239, 228, 0.28);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1280px;
  --font-accent: "GMA Eurostile", "Eurostile Extended", "Eurostile", "Microgramma D Extended", "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
}

@font-face {
  font-family: "GMA Eurostile";
  src:
    local("Eurostile Extended Black"),
    local("EurostileExt-Bla"),
    local("Eurostile Black"),
    url("assets/fonts/EurostileExt-Bla.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: auto;
  scroll-padding-top: 112px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  position: relative;
  color: var(--text);
  font-family: var(--font-accent);
  line-height: 1.5;
  background: #070807;
  background-image:
    radial-gradient(circle at 20% 0%, rgba(212, 181, 109, 0.10), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(52, 83, 66, 0.20), transparent 32%),
    linear-gradient(135deg, #060706 0%, #0b0d0a 45%, #050505 100%);
}

@supports not (overflow: clip) {
  body { overflow-x: hidden; }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 86px 86px;
}

::selection { background: rgba(213, 181, 109, 0.35); }
a { color: inherit; }
img, svg { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; }
body.nav-open,
body.modal-open,
body:not(.is-loaded) { overflow: hidden; }

.container {
  width: min(var(--container), calc(100% - 40px));
  max-width: 100%;
  margin: 0 auto;
}

.page-shell,
main,
.site-footer,
.site-header,
.ticker,
.section { max-width: 100%; }

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-watermark {
  position: fixed;
  right: max(-120px, -7vw);
  top: 50%;
  z-index: 0;
  width: min(620px, 58vw);
  aspect-ratio: 500 / 575;
  transform: translateY(-50%) rotate(-8deg);
  pointer-events: none;
  background: url("assets/gma-symbol.png") center / contain no-repeat;
  opacity: 0.045;
}

/* Preloader */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  pointer-events: auto;
  isolation: isolate;
}

.preloader__grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: transparent;
}

.preloader__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50.25%;
  z-index: 2;
  overflow: hidden;
  background: var(--curtain);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1.68s cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader__panel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 5%, rgba(244,239,228,0.24), var(--curtain-line), rgba(244,239,228,0.2), transparent 95%);
  opacity: 0;
  box-shadow: none;
}

.preloader__panel--left { left: 0; }
.preloader__panel--right { right: 0; }

.preloader__content {
  position: relative;
  z-index: 5;
  width: min(720px, calc(100% - 44px));
  display: grid;
  gap: 14px;
  place-items: center;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
  animation: preloaderContentIn 1.35s cubic-bezier(0.16, 1, 0.3, 1) 0.16s forwards;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
}

.preloader__symbol-wrap {
  position: absolute;
  width: clamp(300px, 48vw, 620px);
  opacity: 0.105;
  transform: translate3d(0, -8px, 0) rotate(-6deg);
  animation: preloaderSymbolBreath 6.5s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.preloader__symbol,
.preloader__logo,
.brand__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.preloader__logo {
  position: relative;
  z-index: 2;
  width: clamp(258px, 42vw, 610px);
  filter: drop-shadow(0 18px 34px rgba(0,0,0,0.28));
}

.preloader__kicker {
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  color: rgba(244, 239, 228, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.52em;
  text-transform: uppercase;
}

.preloader__invite {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin: 0;
  color: rgba(244, 239, 228, 0.56);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.preloader__progress {
  position: relative;
  z-index: 2;
  width: min(360px, 68vw);
  height: 1px;
  margin-top: 10px;
  overflow: hidden;
  background: rgba(244,239,228,0.12);
}

.preloader__progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  background: var(--gold);
  animation: preloaderProgress 2.35s cubic-bezier(0.16, 1, 0.3, 1) 0.25s forwards;
}

body.preloader-opening .preloader__panel { z-index: 8; }
body.preloader-opening .preloader__panel--left { transform: translate3d(-101.5%, 0, 0); }
body.preloader-opening .preloader__panel--right { transform: translate3d(101.5%, 0, 0); }

body.preloader-opening .preloader__content {
  animation: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -10px, 0) scale(0.986);
  pointer-events: none;
}

body.is-loaded .preloader {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Header */
.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 1000;
  width: min(1160px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 12px 12px 12px 16px;
  border: 1px solid rgba(213, 181, 109, 0.16);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.82);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
  transition: background 0.22s ease, border-color 0.22s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 9, 8, 0.94);
  border-color: rgba(213, 181, 109, 0.26);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 116px;
  text-decoration: none;
}

.brand__logo { width: 128px; }

.main-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.nav-links {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}

.nav-actions {
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.main-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(244, 239, 228, 0.68);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.main-nav .nav-cta {
  color: #12120f;
  background: linear-gradient(135deg, #f0d38b, var(--gold) 54%, #937239);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(213,181,109,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
}

.lang-switch button {
  min-width: 34px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(244,239,228,0.55);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}

.lang-switch button:hover,
.lang-switch button.is-active {
  color: #10100c;
  background: linear-gradient(135deg, #f0d38b, var(--gold));
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(213, 181, 109, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 0.18s ease;
}

/* General sections */
.section {
  position: relative;
  padding: 132px 0;
}

.section-dark { background: transparent; }

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: none;
}

.hero h1,
.section h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.section h2 { font-size: clamp(27px, 4vw, 54px); }

.section-copy p:not(.eyebrow),
.section-head p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.button:hover,
.contact-link:hover,
.deal-card__button:hover,
.footer-top-button:hover {
  border-color: rgba(213,181,109,0.62) !important;
  box-shadow: 0 0 0 1px rgba(213,181,109,0.2), 0 16px 38px rgba(213,181,109,0.18) !important;
  filter: brightness(1.14);
  transform: translateY(-2px);
}

.button--gold { color: #10100c; background: linear-gradient(135deg, #f0d38b, var(--gold) 54%, #937239); }
.button--ghost { color: var(--text); border: 1px solid rgba(213,181,109,0.28); background: rgba(255,255,255,0.045); }

/* Hero */
.hero {
  min-height: 58svh;
  display: grid;
  align-items: center;
  overflow: clip;
  padding-top: clamp(96px, 11vh, 126px);
  padding-bottom: clamp(16px, 3vh, 28px);
}

.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 80px;
  width: min(720px, 62vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213,181,109,0.17), rgba(35,70,56,0.17) 42%, transparent 66%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.hero__content { max-width: 920px; }

.hero h1 {
  max-width: 860px;
  font-size: clamp(27px, 4vw, 54px);
  margin-inline: auto;
}

.hero-rotator {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  max-width: min(100%, 980px);
  margin: 24px auto 0;
  color: rgba(244, 239, 228, 0.74);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
}

#rotatingText {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.24s ease, transform 0.24s ease;
  text-align: center;
}

#rotatingText.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.hero__lead {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

/* Ticker */
.ticker {
  position: relative;
  z-index: 3;
  overflow: hidden;
  contain: paint;
  border-top: 1px solid rgba(213,181,109,0.12);
  border-bottom: 1px solid rgba(213,181,109,0.12);
  background: rgba(7,8,7,0.5);
}

.ticker__track {
  display: flex;
  width: max-content;
  min-width: max-content;
  gap: 0;
  padding: 18px 0;
  animation: tickerLoop 64s linear infinite;
  will-change: transform;
}

.ticker__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(26px, 3vw, 42px);
  padding-right: clamp(26px, 3vw, 42px);
}

.ticker span {
  color: rgba(244,239,228,0.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

/* About */
.split-grid,
.community__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.about {
  padding-top: clamp(42px, 5vw, 78px);
}

.about .split-grid {
  align-items: start;
  gap: clamp(32px, 5vw, 78px);
}

.about .section-copy h2 {
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 0.98;
}

.about .section-copy p:not(.eyebrow) {
  max-width: 540px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  margin-top: clamp(36px, 3vw, 48px);
  gap: clamp(16px, 2vw, 24px);
}

.principle-card,
.contact-card,
.community-panel,
.deal-card,
.focus-card,
.gossip-card,
.request-panel {
  border: 1px solid rgba(213,181,109,0.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.018)),
    rgba(12,14,12,0.78);
  box-shadow: var(--shadow);
}

.principle-card {
  min-height: clamp(210px, 16.5vw, 260px);
  padding: clamp(26px, 2.6vw, 38px);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.principle-card h3 {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 12px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.14;
  letter-spacing: -0.015em;
}

.principle-card p {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(12.5px, 0.98vw, 14.5px);
  line-height: 1.55;
}

/* About side reveal */
body.js-enabled #about .section-copy,
body.js-enabled #about .principles {
  opacity: 0;
  filter: blur(18px);
  will-change: opacity, transform, filter;
  transition:
    opacity 2.25s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2.25s cubic-bezier(0.16, 1, 0.3, 1),
    filter 2.25s cubic-bezier(0.16, 1, 0.3, 1);
}

body.js-enabled #about .section-copy { transform: translate3d(-180px, 0, 0) scale(0.94); }
body.js-enabled #about .principles { transform: translate3d(180px, 0, 0) scale(0.94); transition-delay: 0.22s; }

body.js-enabled #about.about-side-reveal-play .section-copy,
body.js-enabled #about.about-side-reveal-play .principles {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Community */
.community.section,
section#community {
  padding-top: clamp(72px, 7vw, 104px);
}

.community__grid--top {
  display: grid;
  grid-template-columns: minmax(360px, 460px) minmax(0, 560px);
  column-gap: clamp(46px, 6vw, 88px);
  row-gap: 0;
  align-items: start;
  justify-content: center;
}

.community .community-panel {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 100%;
  max-width: 460px;
  height: clamp(285px, 23vw, 350px);
  min-height: 0;
  margin-top: 0;
}

.community-title-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin-top: 0;
}

.community-title-copy .eyebrow,
.community-title-copy h2 {
  margin-top: 0;
}

.community-wide-text {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.7;
  text-align: left;
}

.community-panel {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.circle-system {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: scale(0.84);
  transform-origin: center;
}

.circle-orbit {
  position: absolute;
  border: 1px solid rgba(213,181,109,0.14);
  border-radius: 50%;
  animation: circleOrbit var(--speed, 18s) linear infinite;
  will-change: transform;
}

.circle-orbit span,
.circle-orbit::before,
.circle-orbit::after {
  content: "";
  position: absolute;
  width: var(--dot, 9px);
  height: var(--dot, 9px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff5ca, var(--gold) 48%, #8e733c 100%);
  box-shadow: 0 0 18px rgba(213,181,109,0.34);
}

.circle-orbit span { top: calc(var(--dot, 9px) / -2); left: calc(50% - var(--dot, 9px) / 2); }
.circle-orbit::before { right: 10%; top: 15%; opacity: 0.72; transform: scale(0.72); }
.circle-orbit::after { left: 14%; bottom: 11%; opacity: 0.48; transform: scale(0.56); }

.circle-orbit--1 { width: 76%; aspect-ratio: 1; --speed: 26s; --dot: 10px; }
.circle-orbit--2 { width: 58%; aspect-ratio: 1; --speed: 19s; --dot: 8px; animation-direction: reverse; opacity: 0.82; }
.circle-orbit--3 { width: 40%; aspect-ratio: 1; --speed: 15s; --dot: 7px; opacity: 0.72; }
.circle-orbit--4 { width: 88%; aspect-ratio: 1; --speed: 34s; --dot: 6px; animation-direction: reverse; opacity: 0.56; }

.community-panel::before {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(213,181,109,0.12);
  border-radius: 50%;
}

.community-panel__ring {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(213,181,109,0.22);
  background: radial-gradient(circle, rgba(213,181,109,0.095), transparent 62%);
}

.community-panel__inner {
  position: relative;
  z-index: 2;
  width: min(260px, 70%);
  aspect-ratio: 1;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  place-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  background: rgba(5,6,5,0.72);
  transform: scale(0.86);
  transform-origin: center;
}

.community-panel__inner span,
.community-panel__inner small {
  display: block;
  width: 100%;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.community-panel__inner strong {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 3.8vw, 60px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-align: center;
}

.community .community-focus-grid {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  max-width: none;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.focus-card {
  min-height: 104px;
  padding: 20px;
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  text-align: center;
}

.focus-card span { display: none; }
.focus-card h3 { margin: 0; font-size: 17px; line-height: 1.16; }

/* Community deals */
.community-deals {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: none;
  margin-top: clamp(72px, 8vw, 126px);
}

.community-deals .section-head {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.deal-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 42px);
}

.deal-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--radius-lg);
}

.deal-card__badge {
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(213,181,109,0.22);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(213,181,109,0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deal-card h3 { display: none; }

.deal-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.55;
}

.deal-card li {
  position: relative;
  padding-left: 19px;
}

.deal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(213,181,109,0.32);
}

.deal-card__button {
  margin-top: auto;
  width: fit-content;
}

/* Insider */
.insider-head {
  max-width: 900px;
}

.insider-head h2 { max-width: 900px; }

.insider-request-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  min-height: 430px;
  padding: clamp(18px, 3vw, 32px);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.gossip-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  opacity: 0.62;
  text-align: center;
}

.gossip-card span,
.gossip-card small {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gossip-card strong {
  display: block;
  margin: 18px 0 12px;
  color: var(--text);
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.15;
}

.gossip-card small { color: var(--muted-2); }

.request-panel {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(213,181,109,0.26);
  border-radius: 28px;
  background: rgba(7,8,7,0.94);
  box-shadow: 0 22px 70px rgba(0,0,0,0.56);
  text-align: center;
}

.lock-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--gold);
  border: 1px solid rgba(213,181,109,0.22);
  background: rgba(213,181,109,0.08);
}

.request-panel h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.request-panel p {
  margin: 14px 0 24px;
  color: var(--muted);
  line-height: 1.6;
}

/* Contact + Footer */
.contact-card {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius-xl);
}

.contact-card h2 { max-width: 680px; }

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-link {
  display: block;
  min-height: 96px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.contact-link span {
  display: block;
  color: var(--muted-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.contact-link strong { display: none; }

.site-footer {
  position: relative;
  z-index: 5;
  display: block;
  visibility: visible;
  opacity: 1;
  min-height: 98px;
  padding: 34px 0 38px;
  border-top: 1px solid rgba(213,181,109,0.18);
  background: linear-gradient(180deg, rgba(7,8,7,0.62), rgba(5,6,5,0.96));
  color: rgba(244,239,228,0.72);
  font-size: 13px;
  transform: translateZ(0);
}

.site-footer .footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.footer-brand,
.footer-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.footer-brand { justify-self: start; color: rgba(244,239,228,0.9); }
.footer-actions { justify-self: end; color: rgba(244,239,228,0.72); }
.footer-brand__icon { width: 34px; height: 34px; object-fit: contain; opacity: 0.95; }
.footer-credit { display: none; }

.footer-top-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(213,181,109,0.34);
  background: rgba(213,181,109,0.11);
  color: var(--text);
  text-decoration: none;
}

/* Modal */
.request-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.request-modal.is-open {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.request-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 3, 0.78);
}

.request-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100vw - 28px));
  padding: 24px;
  border: 1px solid rgba(213,181,109,0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 0%, rgba(213,181,109,0.13), transparent 34%),
    linear-gradient(145deg, rgba(18,21,17,0.98), rgba(5,6,5,0.98));
  box-shadow: 0 28px 90px rgba(0,0,0,0.66);
  text-align: center;
  transform: translateY(16px) scale(0.985);
  transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.request-modal.is-open .request-modal__dialog {
  transform: translateY(0) scale(1);
}

.request-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(213,181,109,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.request-modal h3 {
  margin: 0;
  font-size: clamp(26px, 4.6vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.request-modal p {
  margin: 12px auto 18px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.request-form {
  display: grid;
  gap: 10px;
  text-align: left;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 13px;
  background: rgba(255,255,255,0.055);
  color: var(--text);
  font: inherit;
  outline: none;
}

.request-form textarea {
  min-height: 104px;
  padding-top: 14px;
  resize: vertical;
}

.request-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(213,181,109,0.78) 50%),
    linear-gradient(135deg, rgba(213,181,109,0.78) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.request-form select option {
  background: #11140f;
  color: var(--text);
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: rgba(213,181,109,0.46);
  background: rgba(255,255,255,0.075);
  box-shadow: 0 0 0 4px rgba(213,181,109,0.08);
}

.request-form__submit {
  width: 100%;
  min-height: 50px;
  border: 0;
  cursor: pointer;
  margin-top: 2px;
}

.request-form__submit:disabled { cursor: wait; opacity: 0.82; }

.request-form__message {
  margin: 0;
  min-height: 20px;
  text-align: center;
  font-size: 12px;
}

.request-form__message.is-success { color: rgba(244,239,228,0.88); }
.request-form__message.is-error { color: #ffb3a8; }

/* Reveal + hover */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }
.interactive-card { transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease; }
.interactive-card:hover { transform: translateY(-3px); border-color: rgba(213,181,109,0.28); }

/* Animations */
@keyframes preloaderContentIn {
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes preloaderProgress {
  to { transform: translate3d(0, 0, 0); }
}

@keyframes preloaderSymbolBreath {
  0%, 100% { transform: translate3d(0, -8px, 0) rotate(-6deg) scale(1); opacity: 0.095; }
  50% { transform: translate3d(0, -18px, 0) rotate(-3deg) scale(1.022); opacity: 0.14; }
}

@keyframes tickerLoop {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

@keyframes circleOrbit {
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 1180px) {
  :root { --container: 1120px; }
  .site-header { width: min(1080px, calc(100% - 28px)); }
  .main-nav a { padding-inline: 10px; }
}

@media (max-width: 980px) {
  html,
  body { max-width: 100%; overflow-x: hidden; }

  .site-header {
    left: 14px;
    right: 14px;
    width: auto;
    transform: none;
    display: flex;
    justify-content: space-between;
  }

  .nav-toggle {
    position: relative;
    z-index: 1003;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease;
  }

  .nav-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 1px;
    margin: 0;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease;
  }

  .nav-toggle span:first-child { transform: translate(-50%, -5px); }
  .nav-toggle span:last-child { transform: translate(-50%, 5px); }
  .nav-toggle.is-open span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
  .nav-toggle.is-open span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1002;
    width: auto;
    max-width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 6px;
    padding: clamp(92px, 12vh, 132px) min(7vw, 54px) 34px;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 78% 22%, rgba(213,181,109,0.12), transparent 28%),
      radial-gradient(circle at 18% 78%, rgba(35,70,56,0.24), transparent 32%),
      linear-gradient(145deg, rgba(5,6,5,0.985), rgba(11,14,10,0.985));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -14px, 0) scale(0.985);
    transition:
      opacity 0.54s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.54s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.54s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    contain: paint;
  }

  .main-nav::before {
    content: "";
    position: absolute;
    right: -145px;
    bottom: -125px;
    width: min(560px, 85vw);
    aspect-ratio: 500 / 575;
    background: url("assets/gma-symbol.png") center / contain no-repeat;
    opacity: 0.06;
    transform: rotate(-10deg);
    pointer-events: none;
  }

  .main-nav::after {
    content: attr(data-menu-label);
    position: absolute;
    left: min(7vw, 54px);
    top: clamp(86px, 11vh, 116px);
    color: rgba(213,181,109,0.62);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.44em;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .nav-links,
  .nav-actions {
    display: contents;
  }

  .main-nav a,
  .main-nav .nav-cta {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: 0;
    padding: clamp(15px, 2.1vh, 22px) 18px;
    border: 1px solid rgba(213,181,109,0.11);
    border-radius: 22px;
    background: rgba(255,255,255,0.032);
    color: rgba(244,239,228,0.82);
    font-size: clamp(20px, 4vw, 34px);
    font-weight: 900;
    letter-spacing: -0.045em;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition:
      opacity 0.48s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
      color 0.18s ease,
      background 0.18s ease;
  }

  .main-nav.is-open a,
  .main-nav.is-open .lang-switch {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .main-nav .nav-cta {
    margin-top: 6px;
    justify-content: center;
    text-align: center;
    color: #11100c;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #f0d38b, var(--gold) 55%, #a98944);
  }

  .main-nav .lang-switch {
    position: relative;
    z-index: 2;
    width: min(310px, 100%);
    justify-content: space-between;
    margin: 10px 0 4px;
    padding: 4px;
    background: rgba(255,255,255,0.045);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  .lang-switch button { flex: 1; height: 42px; }

  .split-grid,
  .community__grid,
  .contact-card,
  .deal-cards,
  .insider-request-board {
    grid-template-columns: 1fr;
  }

  .hero { min-height: auto; padding-top: 150px; padding-bottom: 82px; }
  .section { padding: 100px 0; }

  .about .principles {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .community__grid--top {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .community .community-panel,
  .community-title-copy,
  .community-wide-text,
  .community .community-focus-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .community .community-panel {
    width: min(100%, 520px);
    max-width: 520px;
    height: auto;
    min-height: 420px;
  }

  .circle-system,
  .community-panel__inner {
    transform: none;
  }

  .community .community-focus-grid {
    grid-template-columns: 1fr;
    width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
  }

  .community-wide-text {
    width: min(100%, 720px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gossip-card { min-height: 180px; }
  .deal-card__button { width: 100%; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--container)); }
  .site-header { top: 10px; left: 10px; right: 10px; padding: 10px 10px 10px 14px; }
  .site-watermark { width: 380px; right: -158px; opacity: 0.035; }
  .brand { min-width: 92px; }
  .brand__logo { width: 102px; }

  .hero {
    padding-top: 134px;
    padding-bottom: 82px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.7vw, 58px);
    line-height: 0.98;
    text-align: center;
  }

  .hero-rotator {
    min-height: 58px;
    align-items: center;
    font-size: clamp(20px, 5.6vw, 29px);
    text-align: center;
  }

  .hero__lead {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .hero__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-height: 52px;
  }

  .section {
    padding: 92px 0;
  }

  .section h2 {
    font-size: clamp(30px, 8.8vw, 46px);
    line-height: 1;
    text-align: center;
  }

  .hero__content,
  .section-head,
  .section-copy,
  .about .section-copy,
  .community .section-copy,
  .insider-head,
  .contact-card > div:first-child {
    text-align: center;
  }

  .about .section-copy p,
  .community .section-copy p,
  .insider-head p,
  .contact-card p {
    margin-left: auto;
    margin-right: auto;
  }

  .about .principles,
  .community-focus-grid,
  .deal-cards,
  .insider-request-board,
  .contact-card {
    width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
  }

  .about .principle-card {
    min-height: auto;
    padding: 20px 18px;
    border-radius: 24px;
  }

  .about .principle-card h3 {
    font-size: clamp(16px, 5vw, 19px);
    line-height: 1.12;
  }

  .about .principle-card p {
    max-width: 28em;
    font-size: clamp(12.5px, 3.7vw, 14px);
    line-height: 1.45;
  }

  .community.section,
  section#community {
    padding-top: 44px;
    padding-bottom: 76px;
  }

  .community .community__grid {
    gap: 28px;
  }

  .community .community-panel {
    width: min(100%, 340px);
    min-height: 430px;
    margin: 0 auto;
  }

  .community-panel__inner {
    width: min(230px, 72%);
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    place-items: center;
  }

  .community-panel__inner strong {
    display: block;
    width: 100%;
    margin: 6px auto;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(40px, 11vw, 52px);
    line-height: 0.86;
    letter-spacing: -0.045em;
  }

  .community-panel__inner span,
  .community-panel__inner small {
    display: block;
    width: 100%;
    text-align: center;
  }

  .community-deals {
    margin-top: 58px;
  }

  .community-deals .section-head {
    margin-bottom: 24px;
  }

  .contact.section,
  section#contact {
    padding-top: 76px;
    padding-bottom: 64px;
  }

  .contact-card {
    width: min(100%, 520px);
    padding: 26px;
    text-align: center;
  }

  .contact-actions {
    width: 100%;
    max-width: 360px;
    margin: 24px auto 0;
    display: grid;
    gap: 12px;
  }

  .contact-link {
    width: 100%;
    min-height: 104px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 22px;
  }

  .site-footer {
    padding: 30px 0 34px;
  }

  .site-footer .footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 14px;
  }

  .footer-brand,
  .footer-actions {
    justify-self: center;
    justify-content: center;
    text-align: center;
  }

  .footer-actions {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .container { width: min(100% - 24px, var(--container)); }
  .preloader__logo { width: min(278px, 78vw); }
  .preloader__invite { font-size: 17px; }
  .preloader__kicker { letter-spacing: 0.34em; }
  .hero h1 { font-size: clamp(31px, 11.2vw, 42px); }
  .hero-rotator { min-height: 62px; }
  .section h2 { font-size: clamp(28px, 9vw, 39px); }

  .about .principle-card {
    padding: 18px 16px;
  }

  .community.section,
  section#community {
    padding-top: 34px;
  }

  .community .community-panel {
    width: min(100%, 318px);
    min-height: 398px;
  }

  .community-panel__inner strong {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .contact-card {
    padding: 22px;
  }

  .contact-link {
    min-height: 98px;
  }

  .main-nav {
    padding-inline: 14px;
  }

  .main-nav::after {
    left: 16px;
    letter-spacing: 0.34em;
  }
}

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

  .preloader__panel--left,
  .preloader__panel--right {
    transition-duration: 0.001ms !important;
  }
}
/* Mobile L fix: Members text inside community circle */
@media (max-width: 760px) {
  .community-panel__inner {
    width: min(230px, 68%) !important;
    max-width: 230px !important;
    margin: 0 auto;
    padding: 18px !important;
    text-align: center;
    place-items: center;
  }

  .community-panel__inner strong {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 4px auto !important;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(34px, 10vw, 43px) !important;
    line-height: 0.86 !important;
    letter-spacing: -0.065em;
  }

  .community-panel__inner span,
  .community-panel__inner small {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .community-panel__inner strong {
    font-size: clamp(31px, 9.4vw, 38px) !important;
  }
}
