/* ═══════════════════════════════════════════════════════
   MARCUS SKILLS BUILDER — CSS  (DARK / liquid-glass)
   Palette: Warm obsidian base · Amber-gold accent (#F0B429)
   Logo contrast solved via light frosted "brand plate"
   ═══════════════════════════════════════════════════════ */

/* ─── TOKENS ─── */
:root {
  --bg:        #0B0A07;          /* page background, warm near-black */
  --bg-2:      #100E09;          /* alternating section */
  --bg-deep:   #070605;          /* deepest accent sections */
  --surface:   #15120B;          /* card surface */
  --surface-2: #1D190F;          /* raised / hover surface */

  --amber:       #F0B429;
  --amber-light: #FFD56A;
  --amber-deep:  #C8870A;
  --amber-dim:   rgba(240,180,41,0.55);
  --amber-glow:  rgba(240,180,41,0.14);
  --amber-border:rgba(240,180,41,0.28);

  --ink:        #0C0B08;         /* dark text on amber buttons */
  --text:       rgba(255,255,255,0.92);
  --text-strong:#FFFFFF;
  --heading:    #F6F1E6;
  --muted:      rgba(255,255,255,0.56);
  --muted-2:    rgba(255,255,255,0.40);
  --line:       rgba(255,255,255,0.08);
  --line-2:     rgba(255,255,255,0.12);

  --radius: 20px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 76px;
  --blob-size: 65%;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
  color: var(--text);
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb { background: rgba(240,180,41,0.4); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--amber); }

/* ─── LOADER — dark, light disc behind icon so it reads ─── */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.6s var(--ease), visibility 0.6s;
}
#loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.loader-icon-wrap {
  position: relative; width: 96px; height: 96px;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 42%, #ffffff 0%, #f4efe4 70%, #ece5d4 100%);
  border-radius: 24px;
  border: 1px solid rgba(240,180,41,0.35);
  box-shadow: 0 18px 50px rgba(0,0,0,0.5), 0 0 0 8px rgba(240,180,41,0.05);
}
.loader-icon { width: 60px; height: 60px; object-fit: contain; }
.loader-icon-grey {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  object-fit: contain; filter: grayscale(1) opacity(0.18);
}
.loader-icon-color {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  object-fit: contain;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s var(--ease);
}
.loader-bar-wrap {
  width: 170px; height: 2px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px; overflow: hidden;
}
.loader-bar-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--amber-deep), var(--amber));
  border-radius: 2px;
  transition: width 0.1s linear;
}
.loader-pct {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.45);
}

/* ─── CURSOR ─── */
#cursor-dot {
  position: fixed; width: 6px; height: 6px;
  background: var(--amber); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
}
#cursor-ring {
  position: fixed; width: 32px; height: 32px;
  border: 1.5px solid var(--amber-dim); border-radius: 50%;
  pointer-events: none; z-index: 9997;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease), height 0.3s var(--ease), border-color 0.3s;
}
body.cursor-hover #cursor-ring { width: 48px; height: 48px; border-color: var(--amber); }

/* ─── PARTICLES ─── */
#particles-canvas {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; opacity: 0.5;
}

/* ═══════════════════════════════════════════════════════
   NAVBAR — DARK LIQUID GLASS + light logo plate
   ═══════════════════════════════════════════════════════ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(14,12,8,0.55);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border-bottom: 1px solid rgba(240,180,41,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 8px 32px rgba(0,0,0,0.30);
  transition: background 0.35s, box-shadow 0.35s, border-color 0.35s;
}
#navbar.scrolled {
  background: rgba(10,9,6,0.74);
  border-bottom-color: rgba(240,180,41,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 10px 40px rgba(0,0,0,0.45);
}
.nav-main-bar { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: inline-flex; align-items: center; }

/* The light frosted brand plate — keeps black-font logo legible on dark glass */
.logo-plate {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(247,243,235,0.93));
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 13px;
  box-shadow:
    0 6px 22px rgba(0,0,0,0.35),
    0 0 0 1px rgba(240,180,41,0.10),
    inset 0 1px 0 rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.nav-logo .logo-plate { padding: 7px 15px; }
.nav-logo .logo-plate img { height: 30px; width: auto; display: block; }
.nav-logo:hover .logo-plate {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.42), 0 0 0 1px rgba(240,180,41,0.28), inset 0 1px 0 rgba(255,255,255,0.9);
}

.nav-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.66);
  text-decoration: none; letter-spacing: 0.02em;
  transition: color 0.25s;
}
.nav-link:hover { color: var(--amber); }
.ham-bar { transition: background 0.3s; }

/* ─── MOBILE MENU ─── */
#mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(9,8,5,0.97);
  backdrop-filter: blur(24px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; padding: 24px;
  transform: translateX(100%);
  transition: transform 0.45s var(--ease);
}
#mobile-menu.open { transform: translateX(0); }
.mobile-link {
  font-family: "Fraunces", serif;
  font-size: 2rem; font-weight: 600;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.25s;
}
.mobile-link:hover { color: var(--amber); }

/* ─── BUTTONS ─── */
.btn-amber-lg {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--amber), var(--amber-deep));
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px; font-weight: 700;
  padding: 14px 28px; border-radius: 100px;
  text-decoration: none; letter-spacing: 0.01em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  border: none; cursor: pointer;
  box-shadow: 0 6px 24px rgba(240,180,41,0.25);
}
.btn-amber-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(240,180,41,0.45);
}
.btn-amber-sm {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--amber), var(--amber-deep));
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px; font-weight: 700;
  padding: 10px 22px; border-radius: 100px;
  text-decoration: none;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  box-shadow: 0 4px 18px rgba(240,180,41,0.22);
}
.btn-amber-sm:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(240,180,41,0.42); }

/* Ghost on dark */
.btn-ghost, .btn-ghost-dark, .btn-outline, .btn-outline-dark {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.03);
  border: 1.5px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.78);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px; font-weight: 500;
  padding: 13px 26px; border-radius: 100px;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s, transform 0.25s, background 0.25s;
}
.btn-ghost:hover, .btn-ghost-dark:hover, .btn-outline:hover, .btn-outline-dark:hover {
  border-color: var(--amber); color: var(--amber);
  background: rgba(240,180,41,0.06);
  transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════════════
   HERO — dark animated gradient mesh (amber replaces blue)
   ═══════════════════════════════════════════════════════ */
#hero { background: var(--bg); }
.hero-grad-bg {
  position: absolute; inset: 0; overflow: hidden;
  background:
    radial-gradient(ellipse at 16% 62%, rgba(240,180,41,0.20) 0%, transparent 55%),
    radial-gradient(ellipse at 82% 22%, rgba(123,94,167,0.12) 0%, transparent 52%),
    radial-gradient(ellipse at 64% 88%, rgba(200,135,10,0.18) 0%, transparent 55%),
    var(--bg);
}
.hero-blobs-container {
  position: absolute; inset: 0; overflow: hidden;
  filter: blur(72px); opacity: 0.85;
}
.h-blob { position: absolute; border-radius: 50%; mix-blend-mode: screen; }
.h-blob-1 {
  width: var(--blob-size); height: var(--blob-size); top: -18%; left: -12%;
  background: radial-gradient(circle, rgba(240,180,41,0.55), transparent 70%);
  animation: blob-drift1 20s ease-in-out infinite alternate;
}
.h-blob-2 {
  width: var(--blob-size); height: var(--blob-size); top: -22%; right: -18%;
  background: radial-gradient(circle, rgba(123,94,167,0.30), transparent 70%);
  animation: blob-drift2 24s ease-in-out infinite alternate;
}
.h-blob-3 {
  width: 58%; height: 58%; bottom: -12%; left: 22%;
  background: radial-gradient(circle, rgba(200,135,10,0.50), transparent 70%);
  animation: blob-drift3 18s ease-in-out infinite alternate;
}
.h-blob-4 {
  width: 48%; height: 48%; top: 18%; right: 8%;
  background: radial-gradient(circle, rgba(255,213,106,0.28), transparent 70%);
  animation: blob-drift4 22s ease-in-out infinite alternate;
}
.h-blob-5 {
  width: 40%; height: 40%; bottom: 8%; left: 8%;
  background: radial-gradient(circle, rgba(240,160,20,0.40), transparent 70%);
  animation: blob-drift5 26s ease-in-out infinite alternate;
}
.h-blob-interactive {
  position: absolute; width: 34%; height: 34%; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,180,41,0.22), transparent 70%);
  mix-blend-mode: screen;
  pointer-events: none; transition: left 0.4s var(--ease), top 0.4s var(--ease);
  filter: blur(42px);
}
@keyframes blob-drift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(8%,12%) scale(1.12); } }
@keyframes blob-drift2 { from { transform: translate(0,0) scale(1.05); } to { transform: translate(-10%,8%) scale(0.95); } }
@keyframes blob-drift3 { from { transform: translate(0,0) scale(1); } to { transform: translate(5%,-8%) scale(1.1); } }
@keyframes blob-drift4 { from { transform: translate(0,0) scale(0.9); } to { transform: translate(-6%,10%) scale(1.1); } }
@keyframes blob-drift5 { from { transform: translate(0,0) scale(1); } to { transform: translate(10%,-6%) scale(0.95); } }

/* faint vignette so text reads over the glow */
#hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 30% 45%, transparent 30%, rgba(11,10,7,0.55) 100%);
  z-index: 1;
}
#hero > .relative { z-index: 2; }

.hero-badge {
  background: rgba(240,180,41,0.10);
  border: 1px solid rgba(240,180,41,0.28);
  border-radius: 100px; padding: 6px 16px;
  backdrop-filter: blur(6px);
}
.hero-gradient-text {
  background: linear-gradient(135deg, var(--amber-light) 0%, var(--amber) 45%, var(--amber-deep) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── HERO PHOTO ─── */
.hero-photo-wrap { position: relative; }
.hero-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid var(--amber-border);
  animation: spin-slow 20s linear infinite;
}
.hero-ring-outer { inset: -24px; }
.hero-ring-inner { inset: -12px; border-style: dashed; animation-direction: reverse; animation-duration: 14s; }
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.hero-photo-frame {
  width: 320px; height: 380px; border-radius: 24px;
  overflow: hidden; border: 2px solid var(--amber-border);
  background: var(--surface); position: relative; z-index: 1;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(240,180,41,0.08);
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-photo-badge {
  position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
  background: rgba(20,17,10,0.92); border: 1px solid var(--amber-border);
  border-radius: 100px; padding: 8px 20px;
  display: flex; flex-direction: column; align-items: center;
  backdrop-filter: blur(12px); z-index: 2; white-space: nowrap;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* ─── TICKER ─── */
.ticker-wrap {
  background: var(--bg-deep);
  border-top: 1px solid rgba(240,180,41,0.10);
  border-bottom: 1px solid rgba(240,180,41,0.10);
  overflow: hidden; position: relative; z-index: 10;
}
.ticker-inner { display: flex; width: max-content; }
.ticker-content {
  display: flex; align-items: center; gap: 0;
  animation: ticker-scroll 28s linear infinite; white-space: nowrap;
}
.ticker-item {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0 28px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── SECTION REVEAL ─── */
.section-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.section-reveal.revealed { opacity: 1; transform: translateY(0); }

/* ─── SECTION LABEL ─── */
.section-label {
  display: inline-block;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--amber);
  background: rgba(240,180,41,0.10);
  border: 1px solid rgba(240,180,41,0.24);
  padding: 5px 14px; border-radius: 100px;
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600;
}

/* ─── SEPARATORS ─── */
.section-sep { width: 48px; height: 3px; background: linear-gradient(90deg, var(--amber), transparent); border-radius: 2px; margin: 16px 0; }
.section-sep-center { width: 48px; height: 3px; background: linear-gradient(90deg, transparent, var(--amber), transparent); border-radius: 2px; margin: 16px auto; }

/* ─── SECTION BACKGROUNDS (all dark, alternating) ─── */
.section-white   { background: var(--bg); position: relative; }
.section-cream   { background: var(--bg-2); position: relative; }
.section-cream-2 { background: var(--bg); position: relative; }
.section-dark    { background: var(--bg-deep); }
/* hairline divider glow between stacked sections */
.section-cream::before, .section-white::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,180,41,0.18), transparent);
}

/* ─── GLASS ─── */
.glass-section {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(24px);
}

/* ─── ABOUT SECTION ─── */
.about-ring {
  position: absolute; border-radius: 50%; border: 1px solid var(--amber-border);
  animation: spin-slow 18s linear infinite;
}
.about-ring-outer { inset: -20px; }
.about-ring-inner { inset: -10px; border-style: dashed; animation-direction: reverse; animation-duration: 12s; }
.about-photo-frame {
  width: 340px; height: 400px; border-radius: 20px; overflow: hidden;
  border: 2px solid var(--amber-border); background: var(--surface);
  position: relative; z-index: 1;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(240,180,41,0.08);
}
.about-img-wrap { position: relative; display: inline-flex; }
.about-photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about-badge {
  position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);
  background: rgba(20,17,10,0.95); border: 1px solid var(--amber-border);
  border-radius: 100px; padding: 8px 18px;
  display: flex; flex-direction: column; align-items: center;
  z-index: 2; white-space: nowrap; box-shadow: 0 10px 30px rgba(0,0,0,0.45);
}
.credential-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 16px;
  background: rgba(240,180,41,0.05);
  border: 1px solid rgba(240,180,41,0.14);
  border-radius: 12px;
  transition: border-color 0.25s, background 0.25s;
}
.credential-item:hover { border-color: rgba(240,180,41,0.35); background: rgba(240,180,41,0.09); }

/* ─── STATS STICKY SECTION ─── */
.stats-outer { position: relative; }
.stats-pin {
  position: sticky; top: 0;
  min-height: 100vh;
  background: var(--bg-deep);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.stats-glow {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(90px);
}
.stats-glow-1 { width: 520px; height: 520px; background: rgba(240,180,41,0.12); top: -15%; left: -10%; }
.stats-glow-2 { width: 420px; height: 420px; background: rgba(200,130,10,0.10); bottom: -10%; right: -8%; }
.stat-item { text-align: center; padding: 24px; }
.stat-number {
  font-family: "Fraunces", serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700; letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--amber-light), var(--amber));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; margin-bottom: 8px;
}
.stat-suffix { color: var(--amber); -webkit-text-fill-color: var(--amber); }
.stat-label {
  font-family: "Fraunces", serif;
  font-size: 16px; font-weight: 600;
  color: white; margin-bottom: 8px;
}
.stat-desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px; color: rgba(255,255,255,0.40);
  line-height: 1.6; max-width: 170px; margin: 0 auto;
}
.stat-divider { width: 1px; background: rgba(255,255,255,0.10); align-self: stretch; margin: 16px 0; }

/* ─── SERVICE CARDS — dark glass ─── */
.service-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px; padding: 28px 24px;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s var(--ease), background 0.35s;
  overflow: hidden; cursor: default;
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 0%, rgba(240,180,41,0.08), transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.service-card:hover {
  border-color: rgba(240,180,41,0.38);
  background: var(--surface-2);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  transform: translateY(-4px);
}
.service-card:hover::before { opacity: 1; }
.svc-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(240,180,41,0.1); border: 1px solid rgba(240,180,41,0.2);
}
.svc-arrow {
  position: absolute; bottom: 22px; right: 22px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(240,180,41,0.12); border: 1px solid var(--amber-border);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translate(4px,-4px);
  transition: opacity 0.3s, transform 0.3s;
}
.service-card:hover .svc-arrow { opacity: 1; transform: translate(0,0); }

/* ─── ORBITAL — dark ─── */
#orbital-container { position: relative; margin: 0 auto; user-select: none; }
.orbit-ring-css {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(240,180,41,0.22);
  pointer-events: none; transform: translate(-50%,-50%);
}
.orbit-ring-css.dashed { border-style: dashed; border-color: rgba(240,180,41,0.12); }
/* white center disc so the logo icon (with black) stays visible */
.orbit-center-el {
  position: absolute;
  width: 96px; height: 96px; border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #ffffff, #f3eee2);
  border: 2px solid rgba(240,180,41,0.5);
  display: flex; align-items: center; justify-content: center;
  transform: translate(-50%,-50%); z-index: 5;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5), 0 0 0 8px rgba(240,180,41,0.07);
}
.orbit-node {
  position: absolute;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--surface-2);
  border: 2px solid rgba(240,180,41,0.4);
  display: flex; align-items: center; justify-content: center;
  transform: translate(-50%,-50%); cursor: pointer; z-index: 4;
  box-shadow: 0 4px 18px rgba(0,0,0,0.45);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.orbit-node:hover, .orbit-node.active {
  background: var(--amber);
  border-color: var(--amber);
  box-shadow: 0 0 28px rgba(240,180,41,0.6);
}
.orbit-node.dimmed { opacity: 0.35; }
.orbit-letter {
  font-family: "Fraunces", serif; font-size: 22px; font-weight: 700;
  color: var(--amber); line-height: 1;
  transition: color 0.3s;
}
.orbit-node:hover .orbit-letter, .orbit-node.active .orbit-letter { color: var(--ink); }
.orbit-panel {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  background: rgba(14,12,8,0.97);
  border: 1px solid rgba(240,180,41,0.32);
  border-radius: 18px; padding: 28px 30px 24px;
  text-align: center; width: min(300px, 82%);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  backdrop-filter: blur(24px); z-index: 10;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55);
}
.orbit-panel.active { opacity: 1; pointer-events: all; transform: translate(-50%, -50%) scale(1); }
.orbit-panel-letter {
  font-family: "Fraunces", serif; font-size: 52px; font-weight: 700;
  color: var(--amber); line-height: 1; margin-bottom: 4px;
}
.orbit-panel-title {
  font-family: "Fraunces", serif; font-size: 16px; font-weight: 600;
  color: white; margin-bottom: 10px;
}
.orbit-panel-desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12.5px; color: rgba(255,255,255,0.64); line-height: 1.75;
}
.orbit-panel-close {
  position: absolute; top: 10px; right: 12px;
  background: none; border: none; color: rgba(255,255,255,0.4);
  cursor: pointer; font-size: 16px; padding: 4px; line-height: 1;
  transition: color 0.2s;
}
.orbit-panel-close:hover { color: var(--amber); }
.orbital-hint {
  font-family: "Plus Jakarta Sans", sans-serif; font-size: 10.5px;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.3);
}

/* ─── FRAMEWORK STRIP — dark glass ─── */
.framework-letter-strip {
  display: flex; background: var(--surface);
  border-radius: 14px; border: 1px solid var(--line);
  overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.framework-letter-item {
  flex: 1; padding: 20px 12px; text-align: center;
  border-right: 1px solid var(--line);
  cursor: pointer; transition: background 0.25s;
}
.framework-letter-item:last-child { border-right: none; }
.framework-letter-item:hover { background: rgba(240,180,41,0.08); }
.framework-letter-item .letter { font-family: "Fraunces", serif; font-size: 28px; font-weight: 700; color: var(--amber); line-height: 1; }
.framework-letter-item .word { font-family: "Plus Jakarta Sans", sans-serif; font-size: 9.5px; color: rgba(255,255,255,0.42); letter-spacing: 0.06em; margin-top: 4px; text-transform: uppercase; }

/* ─── HOW I WORK — dark glass ─── */
.work-pillar {
  padding: 32px 28px; background: var(--surface); border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 6px 22px rgba(0,0,0,0.35);
  transition: box-shadow 0.35s, transform 0.35s var(--ease), border-color 0.35s, background 0.35s;
}
.work-pillar:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  transform: translateY(-4px); border-color: rgba(240,180,41,0.3);
  background: var(--surface-2);
}
.work-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(240,180,41,0.1); border: 1px solid rgba(240,180,41,0.2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.approach-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(240,180,41,0.08); border: 1px solid rgba(240,180,41,0.2);
  border-radius: 100px; padding: 6px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px; font-weight: 500; color: var(--amber-light);
}

/* ─── WHY CARDS — dark glass ─── */
.why-card {
  padding: 28px 24px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 18px;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s var(--ease), background 0.35s;
  position: relative; overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,0.35);
}
.why-card:hover {
  border-color: rgba(240,180,41,0.32);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  transform: translateY(-3px);
  background: var(--surface-2);
}
.why-num {
  font-family: "Fraunces", serif; font-size: 48px; font-weight: 700;
  color: rgba(240,180,41,0.14);
  position: absolute; top: 16px; right: 20px; line-height: 1;
}
.why-bar { height: 2px; background: rgba(255,255,255,0.08); border-radius: 2px; margin-top: 20px; overflow: hidden; }
.why-bar-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--amber-deep), var(--amber)); border-radius: 2px; transition: width 1.2s var(--ease); }

/* ─── CTA ─── */
.cta-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.cta-glow-l { width: 420px; height: 420px; background: rgba(240,180,41,0.14); top: -10%; left: -10%; }
.cta-glow-r { width: 320px; height: 320px; background: rgba(200,130,15,0.12); bottom: 0; right: -5%; }
.trust-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Plus Jakarta Sans", sans-serif; font-size: 12px;
}

/* ═══════════════════════════════════════════════════════
   FOOTER — dark liquid glass + light logo plate
   ═══════════════════════════════════════════════════════ */
.site-footer {
  position: relative; z-index: 10;
  background: rgba(12,11,7,0.6);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-top: 1px solid rgba(240,180,41,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.footer-logo-plate { padding: 9px 18px; }
.footer-logo-plate img { height: 36px; width: auto; display: block; }
.footer-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px; color: rgba(255,255,255,0.45);
  text-decoration: none; transition: color 0.25s, padding-left 0.25s; display: block;
}
.footer-link:hover { color: var(--amber); padding-left: 3px; }
.footer-head {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px;
}
.social-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55); text-decoration: none;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
}
.social-icon:hover { background: rgba(240,180,41,0.12); border-color: var(--amber-border); color: var(--amber); transform: translateY(-2px); }

/* ─── FABS ─── */
#whatsapp-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 200;
  width: 52px; height: 52px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  color: white; text-decoration: none;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
#whatsapp-fab:hover { transform: scale(1.1); box-shadow: 0 10px 36px rgba(37,211,102,0.6); }
#scroll-top-fab {
  position: fixed; bottom: 88px; right: 28px; z-index: 200;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(20,17,10,0.85); border: 1px solid var(--line-2);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6); cursor: pointer;
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
}
#scroll-top-fab.visible { opacity: 1; transform: translateY(0); }
#scroll-top-fab:hover { box-shadow: 0 6px 24px rgba(240,180,41,0.3); color: var(--amber); border-color: var(--amber-border); }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .hero-photo-frame { width: 260px; height: 310px; }
  .about-photo-frame { width: 280px; height: 320px; }
  .nav-logo .logo-plate img { height: 26px; }
  .footer-logo-plate img { height: 32px; }
}
@media (max-width: 480px) {
  .hero-photo-frame { width: 220px; height: 260px; }
  .about-photo-frame { width: 240px; height: 280px; }
  .framework-letter-item .letter { font-size: 22px; }
  .framework-letter-item .word { font-size: 8px; }
  .stat-number { font-size: 2.8rem; }
}

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .ticker-content { animation: none; }
}

/* ═══════════════════════════════════════════════════════
   STICKY TABS (Stats) — ported from IMT, recolored amber
   ═══════════════════════════════════════════════════════ */
.sticky-tabs-root { overflow: clip; }
.sticky-tab-section { position: relative; background: rgba(255,255,255,0.01); }
.sticky-tab-header { position: sticky; top: calc(var(--nav-h) - 1px); z-index: 10; }
.sticky-header-inner {
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: rgba(11,10,7,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 18px 0;
}
.stat-tab-num {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700; letter-spacing: -0.01em;
  min-width: 100px;
}
.stat-tab-title {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400; color: rgba(255,255,255,0.55);
}
.sticky-tab-content { background: rgba(255,255,255,0.01); }
.stat-big-num {
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 700; line-height: 1;
  letter-spacing: -0.02em;
  opacity: 0.12;
  user-select: none;
}
.stat-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 500;
  color: rgba(255,255,255,0.55);
  padding: 7px 14px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 999px;
}
.stat-pill i { color: var(--amber); font-size: 0.9rem; }
.stat-visual-wrap { display: flex; justify-content: center; align-items: center; }
.stat-ring-large {
  position: relative;
  width: min(280px, 80vw); height: min(280px, 80vw);
}
.stat-ring-large svg { position: absolute; inset: 0; }
.stat-ring-anim { transition: stroke-dashoffset 1.6s cubic-bezier(0.16,1,0.3,1); }
.stat-ring-label {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px;
}

/* ═══════════════════════════════════════════════════════
   WORLD MAP — ported from IMT, recolored amber
   ═══════════════════════════════════════════════════════ */
.world-map-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-deep);
}
.world-map-bg-img { display: none; }
.world-map-overlay {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: block;
}
.country-item {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 10px; border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color 0.3s;
}
.country-item:hover { border-color: rgba(240,180,41,0.2); }
.country-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.country-name { font-size: 0.7rem; color: rgba(255,255,255,0.5); }
