/* ═══════════════════════════════════════════════════
   KB GLOBAL ADVISORY — ONE-PAGER
   Design: Radical Minimalism / Black Amex Aesthetic
   ═══════════════════════════════════════════════════ */

/* ── Reset & Base ───────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black:      #050505;
  --near-black: #0d0d0d;
  --card-bg:    #111111;
  --gold:          #D9B054;
  --gold-light:    #ECCB73;
  --gold-dark:     #C99A3E;
  --gold-gradient: linear-gradient(125deg, #C99A3E 0%, #D9B054 20%, #ECCB73 42%, #FDE8A0 55%, #ECCB73 68%, #D9B054 82%, #C99A3E 100%);
  --silver:     #9A9A9A;
  --white:      #F5F5F0;
  --dim: #dcdcdc;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Montserrat', 'Helvetica Neue', sans-serif;

  --section-pad: clamp(5rem, 10vh, 9rem);
  --container-w: 1200px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

em, i {
  font-style: normal;
}

/* ── Utilities ──────────────────────────────────── */
.container {
  width: min(var(--container-w), 92vw);
  margin-inline: auto;
}

.screen {
  position: relative;
  padding-block: var(--section-pad);
  overflow: hidden;
}

.screen--dark {
  background: var(--near-black);
}

.section-label {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Shiny gold gradient text — reusable */
.gold-shimmer,
.hero__eyebrow,
.sovereign__img-placeholder span,
.sovereign__caption,
.legacy__group-label,
.club100__headline em,
.fact-label {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ══════════════════════════════════════════════════
   SCREEN 1 · HERO
   ══════════════════════════════════════════════════ */
.screen--hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  /* Fallback if no image loaded */
  background-color: #1a1a1a;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5,5,5,0.75) 0%,
    rgba(5,5,5,0.55) 40%,
    rgba(5,5,5,0.80) 100%
  );
}

/* Navigation */
.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem clamp(1.5rem, 5vw, 4rem);
  z-index: 10;
}

.site-nav__logo img {
  height: 60px;
  width: auto;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(201,168,76,0.3));
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.site-nav__links a {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: var(--white);
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}

.site-nav__links a:hover {
  opacity: 1;
  color: var(--gold-light);
}

.nav-sep {
  color: var(--dim);
  font-size: 0.6rem;
}

/* Hero content */
.hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.hero__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  color: var(--gold);
  margin-bottom: 1.6rem;
}

.hero__headline {
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 9vw, 8.5rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--white);
  margin-bottom: 1.6rem;
}

.hero__rule {
  width: clamp(40px, 8vw, 80px);
  height: 1px;
  background: var(--gold);
  margin-bottom: 1.6rem;
  opacity: 0.7;
}

.hero__subline {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
}

.hero__scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: var(--dim);
  font-size: 1.2rem;
  animation: bob 2.5s ease-in-out infinite;
}

@keyframes bob {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.4; }
  50%       { transform: translateX(-50%) translateY(6px); opacity: 0.8; }
}


/* ══════════════════════════════════════════════════
   SCREEN 2 · THE CORE — 4 Pillars
   ══════════════════════════════════════════════════ */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid rgba(201,168,76,0.2);
}

.pillar {
  padding: 2.5rem 2rem 2.5rem 0;
  border-right: 1px solid rgba(201,168,76,0.12);
  transition: background 0.3s;
}

.pillar:last-child {
  border-right: none;
  padding-right: 0;
}

.pillar:not(:first-child) {
  padding-left: 2rem;
}

.pillar:hover {
  background: rgba(201,168,76,0.03);
}

.pillar__numeral {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pillar__title {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.pillar__facts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pillar__facts li {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--white);
  line-height: 1.4;
}


/* ══════════════════════════════════════════════════
   SCREEN 3 · THE KB SOVEREIGN — Gallery Exhibit
   ══════════════════════════════════════════════════ */
.screen--sovereign {
  background: #000;
  position: relative;
  isolation: isolate;
  padding-block: clamp(7rem, 14vh, 11rem);
}

.sovereign__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.35;
  pointer-events: none;
}

.sovereign__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(201,168,76,0.07) 0%, transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.95) 100%);
  pointer-events: none;
}

.sovereign__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  min-height: 86vh;
}

.sovereign__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

/* Soft spotlight glow behind the artifact */
.sovereign__spotlight {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(226,192,106,0.18) 0%,
    rgba(201,168,76,0.08) 25%,
    transparent 60%
  );
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
  animation: spotlight-pulse 8s ease-in-out infinite;
}

@keyframes spotlight-pulse {
  0%, 100% { opacity: 0.85; }
  50%      { opacity: 1; }
}

.sovereign__img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  background: #000;
}

.sovereign__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.8));
}

/* Gallery corner brackets */
.sovereign__corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(201,168,76,0.55);
  z-index: 2;
  pointer-events: none;
}
.sovereign__corner--tl { top: -8px; left: -8px;  border-right: none; border-bottom: none; }
.sovereign__corner--tr { top: -8px; right: -8px; border-left: none;  border-bottom: none; }
.sovereign__corner--bl { bottom: -8px; left: -8px;  border-right: none; border-top: none; }
.sovereign__corner--br { bottom: -8px; right: -8px; border-left: none;  border-top: none; }

/* Placeholder shown when no image present */
.sovereign__img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, #15110a 0%, #050505 70%);
}

.sovereign__img-placeholder span {
  font-family: var(--font-sans);
  font-size: 1rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  opacity: 0.55;
}

/* Hide placeholder once image loads */
.sovereign__img-wrap img[src]:not([src=""]) + .sovereign__img-placeholder {
  display: none;
}

.sovereign__caption {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  color: var(--gold);
  opacity: 0.6;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.sovereign__headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--white);
  margin-bottom: 1rem;
}

.sovereign__sub {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--white);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.sovereign__facts {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 3rem;
}

.sovereign__facts li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--white);
  text-transform: uppercase;
}

.fact-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.sovereign__cta {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 1px solid rgba(236,203,115,0.45);
  padding-bottom: 0.3rem;
  transition: filter 0.2s, border-color 0.2s;
}

.sovereign__cta:hover {
  filter: brightness(1.4);
  border-color: rgba(255,255,255,0.5);
}

.sovereign__signature {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(201,168,76,0.12);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sovereign__sig-img {
  width: 200px;
  height: auto;
  max-width: 100%;
  mix-blend-mode: screen;
  opacity: 0.7;
  filter: brightness(1.4);
  transition: opacity 0.3s;
}

.sovereign__sig-img:hover {
  opacity: 0.9;
}

.sovereign__sig-label {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  color: var(--dim);
  text-transform: uppercase;
}


/* ══════════════════════════════════════════════════
   AUTHORITY STRIP
   ══════════════════════════════════════════════════ */
.screen--authority {
  background: var(--black);
  padding: clamp(4rem, 8vh, 7rem) 0;
  border-top:    1px solid rgba(201,168,76,0.12);
  border-bottom: 1px solid rgba(201,168,76,0.12);
  text-align: center;
}

.authority__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.authority__rule-top,
.authority__rule-bot {
  width: clamp(60px, 12vw, 120px);
  height: 1px;
  background: var(--gold-gradient);
  opacity: 0.5;
}

.authority__rule-mid {
  width: clamp(30px, 5vw, 50px);
  height: 1px;
  background: var(--gold-gradient);
  opacity: 0.35;
}

.authority__headline {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(1rem, 2.8vw, 1.9rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.5;
}

.authority__subline {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.75;
  max-width: 680px;
  line-height: 2.1;
}

/* ══════════════════════════════════════════════════
   SCREEN 4b · CLUB 100 MEMBERSHIP
   ══════════════════════════════════════════════════ */
.screen--club100 {
  background: var(--near-black);
  border-top: 1px solid rgba(201,168,76,0.1);
}

.club100__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 8rem);
  align-items: center;
  min-height: 70vh;
}

.club100__headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.club100__rule {
  width: clamp(32px, 6vw, 56px);
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
  margin-bottom: 2rem;
}

.club100__facts {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.8rem;
}

.club100__facts li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  color: var(--white);
  line-height: 1.5;
}

.club100__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.club100__card-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.club100__card-img {
  width: 100%;
  border-radius: 12px;
  box-shadow:
    0 40px 80px rgba(0,0,0,0.7),
    0 0 0 1px rgba(201,168,76,0.08);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.club100__card-wrap:hover .club100__card-img {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow:
    0 55px 100px rgba(0,0,0,0.75),
    0 0 40px rgba(201,168,76,0.12),
    0 0 0 1px rgba(201,168,76,0.15);
}

.club100__card-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.12) 0%, transparent 65%);
  pointer-events: none;
  filter: blur(12px);
  z-index: -1;
}

@media (max-width: 900px) {
  .club100__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 3rem;
  }
  .club100__visual { order: -1; }
  .club100__card-wrap { max-width: 400px; }
}


/* ══════════════════════════════════════════════════
   SCREEN 4 · THE LEGACY
   ══════════════════════════════════════════════════ */
.screen--legacy {
  padding-block: var(--section-pad);
}

.legacy__headline {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.legacy__rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(201,168,76,0.4), transparent);
  margin-bottom: 3.5rem;
}

.legacy__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.legacy__group-label {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.legacy__list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.legacy__list li {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1.5;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.legacy__list li:hover {
  opacity: 1;
  color: var(--white);
}

.legacy__sub-item {
  font-style: normal;
  padding-left: 1.2rem;
  opacity: 0.5 !important;
}

.legacy__list--names li {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  opacity: 0.65;
}

.legacy__memoriam {
  color: var(--dim) !important;
}

.legacy__memoriam em {
  font-style: normal;
}


/* ══════════════════════════════════════════════════
   SCREEN 5 · LEGENDS / CELEBRITY GALLERY
   ══════════════════════════════════════════════════ */
.screen--legends {
  background: var(--black);
}

.legends__headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
}

.legends__note {
  font-size: 1rem;
  letter-spacing: 0.25em;
  color: var(--dim);
  margin-bottom: 3.5rem;
}

.legends__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}

.legend-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.legend-card__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid rgba(255,255,255,0.05);
}

.legend-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(30%);
  transition: filter 0.4s, transform 0.5s;
}

.legend-card:hover .legend-card__img img {
  filter: grayscale(0%);
  transform: scale(1.04);
}

/* Placeholder card */
.legend-card--placeholder .legend-card__img {
  background: linear-gradient(180deg, #161616 0%, #0d0d0d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.legend-card--placeholder .legend-card__img::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--dim);
  opacity: 0.3;
}

.legend-card__name {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  opacity: 0.6;
}


/* ══════════════════════════════════════════════════
   SCREEN 6 · THE GATE
   ══════════════════════════════════════════════════ */
.screen--gate {
  min-height: 100svh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
}

.gate__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #0a0a0a;
}

.gate__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5,5,5,0.88);
}

.gate__content {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: var(--section-pad);
}

.gate__headline {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 1rem;
}

.gate__appt {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: var(--white);
  margin-bottom: 3.5rem;
  letter-spacing: 0.05em;
}

.gate__contact {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 6rem;
}

.gate__contact-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.gate__contact-label {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  width: 1rem;
  text-align: right;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gate__contact-value {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.8vw, 1rem);
  color: var(--white);
  letter-spacing: 0.08em;
  opacity: 0.85;
  transition: opacity 0.2s;
}

a.gate__contact-line:hover .gate__contact-value {
  opacity: 1;
  color: var(--gold-light);
}

.gate__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(201,168,76,0.12);
  padding-top: 2.5rem;
  width: min(400px, 80vw);
}

.gate__logo {
  height: 52px;
  width: auto;
  opacity: 0.75;
  mix-blend-mode: screen;
}

.gate__tagline {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: var(--dim);
  text-transform: uppercase;
}

.gate__copy {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--dim);
  opacity: 0.9;
}

.gate__impressum {
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: filter 0.2s;
}

.gate__impressum:hover {
  filter: brightness(1.35);
}

.gate__legal-links {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.gate__legal-sep {
  font-size: 0.5rem;
  color: var(--dim);
  opacity: 0.3;
}

/* ── Gate Founder Block ─────────────────────────── */
.gate__founder {
  margin-bottom: 4rem;
  text-align: center;
}

.gate__founder-name {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  filter: brightness(1.15);
}

.gate__founder-roles {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  color: var(--white);
  opacity: 0.8;
  line-height: 1.9;
  margin-bottom: 1.8rem;
}

.gate__founder-ventures {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: min(560px, 100vw);
}

.gate__founder-ventures li {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: center;
}

.venture__name {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: filter 0.2s;
}

.venture__name:hover {
  filter: brightness(1.3);
}

.venture__desc {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--white);
  opacity: 0.6;
  letter-spacing: 0.04em;
}


/* ══════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .pillars {
    grid-template-columns: 1fr 1fr;
  }

  .pillar {
    padding: 2rem 1.5rem 2rem 0;
    border-bottom: 1px solid rgba(201,168,76,0.08);
  }

  .pillar:nth-child(even) {
    border-right: none;
    padding-right: 0;
    padding-left: 1.5rem;
  }

  .pillar:nth-child(odd):not(:first-child) {
    padding-left: 0;
  }

  .sovereign__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sovereign__visual {
    order: -1;
  }

  .sovereign__img-wrap {
    max-width: 320px;
    aspect-ratio: 1;
  }

  .legacy__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .legends__gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-nav__links {
    display: none;
  }
}

@media (max-width: 600px) {
  .pillars {
    grid-template-columns: 1fr;
  }

  .pillar {
    border-right: none;
    padding: 1.8rem 0;
    text-align: center;
  }

  .pillar:not(:first-child) {
    padding-left: 0;
  }

  .pillar__facts {
    align-items: center;
  }

  #core .section-label {
    text-align: center;
  }

  .legends__gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__headline {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }

  /* Gate — mobile */
  .gate__founder-name {
    font-size: 1rem;
    letter-spacing: 0.18em;
  }

  .gate__founder-roles {
    font-size: 0.85rem;
    line-height: 1.7;
  }

  .gate__founder-ventures {
    gap: 1rem;
  }

  .gate__founder-ventures li {
    gap: 0.2rem;
    border-top: 1px solid rgba(201,168,76,0.08);
    padding-top: 1rem;
  }

  .venture__name {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .venture__desc {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }
}


/* ══════════════════════════════════════════════════
   SCROLL REVEAL (lightweight)
   ══════════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}
