/* Purple Admin Menu Button (Bottom) */
.floating-glow-purple {
  animation: floatGlowPurple 4.5s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(200,50,255,0.22), rgba(138,99,255,0.18));
  box-shadow: 0 0 9px 3px #c832ff, 0 0 18px 6px #8a63ff;
  color: #fce6ff;
  border: 1px solid #c832ff;
  border-radius: 5px;
  font-size: 0.475rem;
  font-family: 'Fira Code', monospace;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 7px;
  position: fixed;
  bottom: 110px; /* Position 1: 20px retro + 40px gap = 110px */
  left: 20px;
  z-index: 100001;
  display: block;
  transition: background .3s, border-color .3s, transform .12s;
}

/* Contractor Portal (Position 2: Above Purple) */
.floating-glow-teal {
  animation: floatGlowTeal 4.5s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(50,255,200,0.22), rgba(99,255,138,0.18));
  box-shadow: 0 0 9px 3px #32ffc8, 0 0 18px 6px #63ff8a;
  color: #e6fffc;
  border: 1px solid #32ffc8;
  border-radius: 5px;
  font-size: 0.475rem;
  font-family: 'Fira Code', monospace;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 7px;
  position: fixed;
  bottom: 160px; /* Position 2: 110px + 50px gap = 160px */
  left: 20px;
  z-index: 100002;
  display: block;
  transition: background .3s, border-color .3s, transform .12s;
}

/* Blue Admin Menu (Position 3: Above Contractor) */
.floating-glow-neon {
  animation: floatGlowBlue 4.5s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(138,99,255,0.22), rgba(58,111,216,0.18));
  box-shadow: 0 0 9px 3px #8a63ff, 0 0 18px 6px #3a6fd8;
  color: #e8e6ff;
  border: 1px solid #8a63ff;
  border-radius: 5px;
  font-size: 0.475rem;
  font-family: 'Fira Code', monospace;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 7px;
  position: fixed;
  bottom: 210px; /* Position 3: 160px + 50px gap = 210px */
  left: 20px;
  right: auto;
  z-index: 100003;
  display: block;
  transition: background .3s, border-color .3s, transform .12s;
}

/* Executive Admin (Position 4: Top - Red) */
.floating-glow-red {
  animation: floatGlowRed 4.5s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(255,50,50,0.22), rgba(216,58,58,0.18));
  box-shadow: 0 0 9px 3px #ff3232, 0 0 18px 6px #d83a3a;
  color: #ffe6e6;
  border: 1px solid #ff3232;
  border-radius: 5px;
  font-size: 0.475rem;
  font-family: 'Fira Code', monospace;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 7px;
  position: fixed;
  bottom: 260px; /* Position 4: 210px + 50px gap = 260px */
  left: 20px;
  z-index: 100004;
  display: block;
  transition: background .3s, border-color .3s, transform .12s;
}
.floating-glow-red:hover {
  background: linear-gradient(135deg, rgba(255,50,50,0.32), rgba(216,58,58,0.28));
  border-color: #fff;
  transform: translateY(-1px);
}
@keyframes floatGlowRed {
  0%, 100% { box-shadow: 0 0 9px 3px #ff3232, 0 0 18px 6px #d83a3a; }
  50% { box-shadow: 0 0 14px 5px #ff3232, 0 0 22px 8px #d83a3a; }
}
.floating-glow-purple:hover {
  background: linear-gradient(135deg, rgba(200,50,255,0.32), rgba(138,99,255,0.28));
  border-color: #fff;
  transform: translateY(-1px);
}
@keyframes floatGlowPurple {
  0%, 100% { box-shadow: 0 0 9px 3px #c832ff, 0 0 18px 6px #8a63ff; }
  50% { box-shadow: 0 0 14px 5px #c832ff, 0 0 22px 8px #8a63ff; }
}

/* Glowing purple tile for network page */
.glow-tile-purple {
  display: inline-block;
  background: linear-gradient(135deg, rgba(138,99,255,0.18) 0%, rgba(58,111,216,0.12) 100%);
  border-radius: 12px;
  box-shadow: 0 0 18px 6px rgba(138,99,255,0.22), 0 0 32px 12px rgba(138,99,255,0.12);
  padding: 14px 28px;
  margin: 18px 0;
  color: #e8e6ff;
  font-size: 1.08rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  border: 1px solid rgba(138,99,255,0.18);
  animation: floatGlowBlue 4.5s ease-in-out infinite;
}
/* ══════════════════════════════════════════════
   SOLEnterprises — Skyes Over London LC
   Shared Stylesheet
   ══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;700&display=swap');

:root {
  --gold: #c9a84c;
  --gold-light: #e8d48b;
  --gold-dim: rgba(201,168,76,0.15);
  --dark: #0e0e1a;
  --darker: #07070f;
  --surface: #0c0c14;
  --surface-2: #111119;
  --surface-3: #181822;
  --text: #e8e6e1;
  --text-dim: #8a8880;
  --accent-fire: #e84c30;
  --accent-blue: #3a6fd8;
  --glow-gold: 0 0 30px rgba(201,168,76,0.3), 0 0 60px rgba(201,168,76,0.1);
  --glow-gold-strong: 0 0 40px rgba(201,168,76,0.5), 0 0 80px rgba(201,168,76,0.2);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #07070f;
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

body.sol-intro-active #loader {
  opacity: 0;
  pointer-events: none;
}

.key-panel {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.key-panel .request-key {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  padding: 10px 18px;
  font-family: 'Fira Code', monospace;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.key-panel .request-key:hover,
.key-panel .request-key:focus-visible {
  background: rgba(232, 76, 48, 0.2);
  border-color: var(--accent-fire);
}

#loader {
  position: fixed;
  inset: 0;
  background: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  font-family: 'Fira Code', 'DM Sans', monospace;
  letter-spacing: 1px;
  color: var(--gold);
  text-align: center;
  transition: opacity 1s ease;
}

.spinner {
  width: 56px;
  height: 56px;
  border: 2px solid transparent;
  border-top-color: var(--gold);
  border-right-color: var(--accent-blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 18px;
  box-shadow: 0 0 20px rgba(201,168,76,0.35);
}

#loading-text {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
}

#loading-sub {
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(232,232,232,0.55);
  letter-spacing: 1.5px;
}

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

/* ── THREE BG ── */
#three-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

/* ── NOISE ── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
}

/* ══ ANIMATIONS ══ */
@keyframes floatGlow {
  0%,100% { transform: translateY(0); filter: drop-shadow(0 0 18px rgba(201,168,76,0.5)) drop-shadow(0 0 40px rgba(201,168,76,0.15)); }
  50% { transform: translateY(-10px); filter: drop-shadow(0 0 28px rgba(201,168,76,0.7)) drop-shadow(0 0 60px rgba(201,168,76,0.25)); }
}
@keyframes floatGlowBlue {
  0%,100% { transform: translateY(0); filter: drop-shadow(0 0 18px rgba(58,111,216,0.5)) drop-shadow(0 0 40px rgba(58,111,216,0.15)); }
  50% { transform: translateY(-10px); filter: drop-shadow(0 0 28px rgba(58,111,216,0.7)) drop-shadow(0 0 60px rgba(58,111,216,0.25)); }
}
@keyframes floatGlowFire {
  0%,100% { transform: translateY(0); filter: drop-shadow(0 0 18px rgba(232,76,48,0.5)) drop-shadow(0 0 40px rgba(232,76,48,0.15)); }
  50% { transform: translateY(-8px); filter: drop-shadow(0 0 28px rgba(232,76,48,0.7)) drop-shadow(0 0 60px rgba(232,76,48,0.25)); }
}
@keyframes subtlePulse { 0%,100% { opacity: 1; } 50% { opacity: .7; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: translateX(0); } }
@keyframes borderGlow { 0%,100% { border-color: rgba(201,168,76,0.15); } 50% { border-color: rgba(201,168,76,0.45); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes lineExpand { from { width: 0; } to { width: 100%; } }
@keyframes glowPulseRing {
  0%,100% { box-shadow: 0 0 20px rgba(201,168,76,0.1), inset 0 0 20px rgba(201,168,76,0.05); }
  50% { box-shadow: 0 0 40px rgba(201,168,76,0.25), inset 0 0 40px rgba(201,168,76,0.1); }
}

.floating-glow { animation: floatGlow 4s ease-in-out infinite; }
.floating-glow-blue { animation: floatGlowBlue 4.5s ease-in-out infinite; }
.floating-glow-fire { animation: floatGlowFire 3.8s ease-in-out infinite; }

/* ══ SCROLL REVEAL ══ */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(50px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.stagger-children .reveal:nth-child(1) { transition-delay: 0s; }
.stagger-children .reveal:nth-child(2) { transition-delay: .08s; }
.stagger-children .reveal:nth-child(3) { transition-delay: .14s; }
.stagger-children .reveal:nth-child(4) { transition-delay: .2s; }
.stagger-children .reveal:nth-child(5) { transition-delay: .26s; }
.stagger-children .reveal:nth-child(6) { transition-delay: .32s; }
.stagger-children .reveal:nth-child(7) { transition-delay: .38s; }
.stagger-children .reveal:nth-child(8) { transition-delay: .44s; }
.stagger-children .reveal:nth-child(9) { transition-delay: .5s; }

/* ══ NAV ══ */
.main-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100010;
  padding: 14px 40px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(5,5,8,0.75);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,168,76,0.06);
  transition: background .4s;
}
.main-nav.scrolled { background: rgba(5,5,8,0.92); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 34px; width: auto; }
.nav-logo span { font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: 4px; color: var(--gold); }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-dim); text-decoration: none;
  transition: color .3s; padding: 6px 0; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width .3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--gold); }
.nav-links a.active::after { width: 100%; }
.nav-links > a[data-suite-app] { display: none; }
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.dropdown-toggle {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: none;
  border: none;
  color: var(--text-dim);
  cursor: pointer;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .3s;
  touch-action: manipulation;
}
.dropdown-toggle::after {
  content: '▾';
  font-size: 11px;
  transition: transform .3s ease;
}
.nav-dropdown.expanded .dropdown-toggle::after {
  transform: rotate(180deg);
}
.dropdown-toggle.active, .dropdown-toggle:hover { color: var(--gold); }
.dropdown-menu {
  position: absolute;
  top: 46px;
  left: 0;
  background: var(--surface-3);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 190px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .2s, transform .2s;
  z-index: 100011;
}
.nav-dropdown.expanded .dropdown-menu,
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.dropdown-menu a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
  padding: 8px 18px;
  text-decoration: none;
  transition: color .3s;
}
.dropdown-menu a:hover { color: var(--gold); }
.dropdown-menu a.active { color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; color: var(--gold); font-size: 22px; cursor: pointer; touch-action: manipulation; }

/* ══ PAGE HEADER (non-home pages) ══ */
.page-header {
  position: relative;
  padding: 160px 24px 80px;
  text-align: center;
  z-index: 2;
}
.page-header .section-label { margin-bottom: 14px; }
.page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
  animation: fadeInUp .8s ease-out both;
}
.page-header h1 span {
  background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: shimmer 4s ease-in-out infinite;
}
.page-header p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(15px, 1.8vw, 20px);
  font-style: italic; color: var(--text-dim);
  max-width: 600px; margin: 0 auto;
  animation: fadeInUp .8s ease-out .2s both;
}
.page-header::after {
  content: ''; display: block;
  width: 60px; height: 1px;
  background: var(--gold);
  margin: 30px auto 0;
  animation: lineExpand 1s ease-out .5s both;
}

/* ══ HERO (home only) ══ */
.hero-wrapper { position: relative; min-height: 100vh; overflow: hidden; padding-top: 70px; }
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr 1.1fr;
  align-items: center; min-height: 100vh;
  max-width: 1400px; margin: 0 auto; padding: 80px 60px; z-index: 2;
}
.hero-wrapper::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, transparent 10%, var(--gold) 50%, transparent 90%);
  animation: subtlePulse 3s ease-in-out infinite; z-index: 10;
}
.hero-img-col { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.hero-img-col .founder-hero-img {
  width: 100%; max-width: 440px; height: auto; border-radius: 8px;
  animation: floatGlow 4s ease-in-out infinite; position: relative; z-index: 3;
}
.hero-superide-cta {
  box-shadow: var(--glow-gold-strong);
  animation: subtlePulse 2.2s ease-in-out infinite;
  z-index: 3;
  position: relative;
  pointer-events: auto;
}
.hero-superide-cta:hover {
  box-shadow: var(--glow-gold-strong);
}
.hero-img-col::before {
  content: ''; position: absolute; width: 110%; height: 110%; top: -5%; left: -5%;
  background: radial-gradient(circle at center, rgba(201,168,76,0.1) 0%, transparent 60%);
  border-radius: 50%; filter: blur(50px); animation: subtlePulse 6s ease-in-out infinite; z-index: 1;
}
.hero-img-col::after {
  content: ''; position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.06); top: 50%; left: 50%;
  transform: translate(-50%,-50%); animation: glowPulseRing 5s ease-in-out infinite; z-index: 0;
}
.hero-txt-col { display: flex; flex-direction: column; justify-content: center; padding-right: 50px; z-index: 3; }
.hero-company-logo { margin-bottom: 32px; animation: floatGlow 4s ease-in-out infinite; text-align: center; }
.hero-company-logo img { height: 240px; width: auto; }
.hero-tagline {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(11px,1.4vw,14px);
  letter-spacing: 7px; color: var(--gold); text-transform: uppercase;
  margin-bottom: 18px; animation: fadeInRight 1s ease-out .3s both; display: inline-block;
}
.hero-tagline::after { content: ''; display: block; height: 1px; margin-top: 10px; background: linear-gradient(90deg, var(--gold), transparent); animation: lineExpand 1.5s ease-out .8s both; }
.hero-grid h1 { font-family: 'Playfair Display', serif; font-size: clamp(36px,5vw,72px); font-weight: 700; line-height: 1.05; color: var(--text); margin-bottom: 20px; animation: fadeInRight 1s ease-out .6s both; }
.hero-grid h1 span { display: block; background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold)); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: fadeInRight 1s ease-out .6s both, shimmer 4s ease-in-out infinite; }
.hero-subtitle { font-family: 'Cormorant Garamond', serif; font-size: clamp(15px,1.8vw,20px); font-style: italic; color: var(--text-dim); max-width: 500px; margin-bottom: 36px; animation: fadeInRight 1s ease-out .9s both; }
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeInRight 1s ease-out 1.1s both; }
.hero-scroll-hint { position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); animation: fadeInUp 1s ease-out 1.4s both; z-index: 5; }
.scroll-line { width: 1px; height: 36px; background: linear-gradient(to bottom, var(--gold), transparent); animation: subtlePulse 2s ease-in-out infinite; }

/* ══ SECTIONS ══ */
.content-section { padding: 100px 24px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.section-label { font-family: 'Bebas Neue', sans-serif; font-size: 12px; letter-spacing: 5px; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(28px,4.2vw,48px); font-weight: 700; line-height: 1.15; margin-bottom: 18px; }
.section-desc { font-size: 15px; color: var(--text-dim); max-width: 700px; margin-bottom: 45px; line-height: 1.85; }
.divider { width: 100%; max-width: 1100px; margin: 0 auto; height: 1px; position: relative; z-index: 1; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.25), transparent); }

/* ══ PROFILE ══ */
.profile-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 55px; align-items: start; }
.profile-image-col { position: relative; }
.profile-image-col img { width: 100%; border-radius: 6px; animation: floatGlow 4.5s ease-in-out infinite; }
.profile-image-col::after { content: ''; position: absolute; inset: -10px; border: 1px solid rgba(201,168,76,0.06); border-radius: 8px; pointer-events: none; animation: borderGlow 5s ease-in-out infinite; }
.profile-meta { display: flex; flex-direction: column; gap: 22px; }
.profile-meta h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; }
.profile-meta h2 span { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.role-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.role-tag { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; padding: 5px 14px; border: 1px solid rgba(201,168,76,0.2); border-radius: 2px; color: var(--gold); background: rgba(201,168,76,0.03); transition: all .3s; }
.role-tag:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); transform: translateY(-2px); }
.profile-text { font-size: 14px; color: var(--text-dim); line-height: 1.85; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.contact-item { padding: 14px 18px; background: var(--surface); border: 1px solid rgba(201,168,76,0.06); border-radius: 4px; transition: border-color .3s, transform .3s; }
.contact-item:hover { border-color: rgba(201,168,76,0.2); transform: translateY(-2px); }
.contact-item .label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.contact-item .value { font-size: 13px; color: var(--text); }
.contact-item a { color: var(--text); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.15); transition: border-color .3s; }
.contact-item a:hover { border-color: var(--gold); }

/* ══ GRID CARDS ══ */
.card-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.card-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ══ PLATFORM CARDS ══ */
.platform-card { padding: 34px 26px; background: var(--surface); border: 1px solid rgba(201,168,76,0.04); border-radius: 6px; position: relative; overflow: hidden; transition: all .4s; }
.platform-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform .5s; }
.platform-card:hover::before { transform: scaleX(1); }
.platform-card:hover { border-color: rgba(201,168,76,0.15); transform: translateY(-6px); }
.platform-card .card-icon { font-size: 28px; margin-bottom: 14px; }
.platform-card h3 { font-weight: 700; font-size: 17px; margin-bottom: 4px; }
.platform-card .card-type { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.platform-card p { font-size: 13px; color: var(--text-dim); line-height: 1.75; }
.platform-card .card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.platform-card .card-tags span { font-size: 8px; padding: 3px 10px; border: 1px solid rgba(201,168,76,0.12); border-radius: 2px; color: var(--text-dim); letter-spacing: 1px; text-transform: uppercase; }
.platform-card .card-link { display: inline-block; margin-top: 16px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: all .3s; border-bottom: 1px solid rgba(201,168,76,0.2); }
.platform-card .card-link:hover { border-color: var(--gold); padding-left: 6px; }

/* ══ STRENGTH CARDS ══ */
.strength-card { padding: 28px; background: var(--surface); border-left: 3px solid var(--gold); border-radius: 0 4px 4px 0; position: relative; overflow: hidden; transition: all .4s cubic-bezier(.22,1,.36,1); }
.strength-card::after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: rgba(201,168,76,0.03); transition: width .5s cubic-bezier(.22,1,.36,1); }
.strength-card:hover::after { width: 100%; }
.strength-card:hover { transform: translateX(8px); border-left-color: var(--gold-light); }
.strength-card h4 { font-weight: 600; font-size: 14px; margin-bottom: 8px; position: relative; z-index: 1; }
.strength-card p { font-size: 13px; color: var(--text-dim); line-height: 1.7; position: relative; z-index: 1; }

/* ══ METRIC CARDS ══ */
.metric-card { text-align: center; padding: 36px 18px; background: var(--surface); border: 1px solid rgba(201,168,76,0.04); border-radius: 4px; position: relative; overflow: hidden; transition: border-color .4s, transform .4s; }
.metric-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: opacity .4s; }
.metric-card:hover::before { opacity: 1; }
.metric-card:hover { border-color: rgba(201,168,76,0.2); transform: translateY(-6px); }
.metric-number { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.metric-label { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-dim); }

/* ══ NETWORK CARDS ══ */
.network-card { padding: 26px 22px; background: var(--surface); border: 1px solid rgba(201,168,76,0.04); border-radius: 6px; transition: all .4s; display: flex; flex-direction: column; gap: 10px; }
.network-card:hover { border-color: rgba(201,168,76,0.15); transform: translateY(-4px); }
.network-card h4 { font-weight: 600; font-size: 15px; }
.network-card .net-type { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.network-card p { font-size: 13px; color: var(--text-dim); line-height: 1.7; flex: 1; }
.network-card a { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: all .3s; border-bottom: 1px solid rgba(201,168,76,0.2); align-self: flex-start; }
.network-card a:hover { border-color: var(--gold); padding-left: 4px; }

/* ══ TECH LOGOS ══ */
.tech-logos-row { display: flex; align-items: center; justify-content: center; gap: 80px; flex-wrap: wrap; margin: 60px 0; padding: 50px 0; }
.tech-logo-item { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.tech-logo-item img { height: 280px; width: auto; max-width: 90vw; object-fit: contain; }
.tech-logo-item span { font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-family: 'Bebas Neue', sans-serif; }

/* ══ TIMELINE ══ */
.timeline { position: relative; padding-left: 44px; }
.timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--gold), rgba(201,168,76,0.05)); }
.timeline-item { position: relative; margin-bottom: 40px; padding-left: 28px; }
.timeline-item::before { content: ''; position: absolute; left: -48px; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px rgba(201,168,76,0.5); }
.timeline-item::after { content: ''; position: absolute; left: -52px; top: 4px; width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.2); animation: glowPulseRing 4s ease-in-out infinite; }
.timeline-item h4 { font-weight: 600; font-size: 15px; margin-bottom: 5px; }
.timeline-item p { font-size: 13px; color: var(--text-dim); line-height: 1.7; }

/* ══ PARTNERSHIPS ══ */
.partnerships-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.partnership-group h4 { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 3px; color: var(--gold); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(201,168,76,0.1); }
.partnership-group ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.partnership-group li { font-size: 13px; color: var(--text-dim); padding-left: 16px; position: relative; transition: color .3s, transform .3s; }
.partnership-group li:hover { color: var(--text); transform: translateX(4px); }
.partnership-group li::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; background: var(--gold); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }

/* ══ CREDIBILITY ══ */
.credibility-banner { background: linear-gradient(135deg, var(--surface), var(--surface-2)); border: 1px solid rgba(201,168,76,0.08); border-radius: 6px; padding: 40px; margin-top: 45px; position: relative; overflow: hidden; }
.credibility-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.credibility-banner h4 { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 4px; color: var(--gold); margin-bottom: 12px; }
.credibility-banner p { font-size: 14px; color: var(--text-dim); line-height: 1.8; max-width: 700px; }
.credibility-banner blockquote { margin: 18px 0; padding: 14px 24px; border-left: 3px solid var(--gold); background: rgba(201,168,76,0.03); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: var(--text); }
.credibility-source { font-size: 11px; color: var(--text-dim); letter-spacing: 1px; }

/* ══ EVOLUTION ══ */
.evolution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.evolution-card { padding: 24px; background: var(--surface); border: 1px solid rgba(201,168,76,0.04); border-radius: 4px; transition: all .4s; }
.evolution-card:hover { border-color: rgba(201,168,76,0.15); transform: translateY(-4px); }
.evolution-card h4 { font-weight: 600; font-size: 14px; margin-bottom: 6px; color: var(--gold-light); }
.evolution-card p { font-size: 13px; color: var(--text-dim); line-height: 1.7; }

/* ══ PRINCIPLES ══ */
.principles-list { display: flex; flex-direction: column; max-width: 750px; }
.principle-item { display: flex; align-items: baseline; gap: 16px; font-size: 14px; color: var(--text-dim); line-height: 1.7; padding: 18px 0; border-bottom: 1px solid rgba(201,168,76,0.04); transition: all .3s; }
.principle-item:hover { padding-left: 8px; border-bottom-color: rgba(201,168,76,0.12); }
.principle-item .marker { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--gold); flex-shrink: 0; width: 30px; text-align: center; }

/* ══ BUTTONS ══ */
.btn-gold { display: inline-flex; align-items: center; gap: 10px; padding: 13px 32px; background: linear-gradient(135deg, var(--gold), #b8943f); color: var(--dark); font-weight: 600; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; border-radius: 3px; transition: all .4s; position: relative; overflow: hidden; }
.btn-gold::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left .6s; }
.btn-gold:hover::before { left: 100%; }
.btn-gold:hover { transform: translateY(-3px); box-shadow: var(--glow-gold-strong); }
.btn-outline { display: inline-flex; align-items: center; gap: 10px; padding: 13px 32px; background: transparent; border: 1px solid rgba(201,168,76,0.25); color: var(--gold); font-weight: 500; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; border-radius: 3px; transition: all .4s; }
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.05); transform: translateY(-3px); }

/* ══ CONTACT SECTION ══ */
.contact-section { text-align: center; padding: 120px 24px; background: radial-gradient(ellipse at 50% 50%, rgba(201,168,76,0.04) 0%, transparent 55%); position: relative; }
.contact-section .section-desc { margin: 0 auto 40px; text-align: center; }
.contact-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ══ FOOTER ══ */
footer { text-align: center; padding: 60px 24px 30px; border-top: 1px solid rgba(201,168,76,0.05); position: relative; z-index: 1; }
footer .footer-logo { animation: floatGlow 4s ease-in-out infinite; margin-bottom: 18px; }
footer .footer-logo img { height: 44px; width: auto; }
footer p { font-size: 12px; color: var(--text-dim); line-height: 1.8; }
footer a { color: var(--gold); text-decoration: none; }
.footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 16px; }
.footer-links a { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); text-decoration: none; transition: color .3s; }
.footer-links a:hover { color: var(--gold); }

/* ══ GROWTH PLATFORM (Blog / Status / Admin / Vault) ══ */
.notice {
  display: none;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.14);
  color: var(--text);
  padding: 14px 16px;
  border-radius: 6px;
  margin: 18px 0 26px;
  font-size: 13px;
}

.btn-sm { padding: 9px 14px; font-size: 10px; letter-spacing: 2px; }
.auth-bar { display: flex; justify-content: flex-end; gap: 10px; align-items: center; margin-top: 16px; }
.auth-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 999px;
  background: rgba(201,168,76,0.03);
  font-size: 12px;
  color: var(--text);
}

.filters { display:flex; gap: 12px; flex-wrap: wrap; align-items:center; margin: 28px 0 10px; }
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.field input, .field select, .field textarea {
  background: rgba(17,17,25,0.75);
  color: var(--text);
  border: 1px solid rgba(201,168,76,0.14);
  border-radius: 6px;
  padding: 12px 12px;
  outline: none;
  font-size: 13px;
}
.field textarea { min-height: 160px; resize: vertical; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { background: var(--surface); border: 1px solid rgba(201,168,76,0.06); border-radius: 10px; overflow: hidden; transition: transform .35s, border-color .35s; }
.blog-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,0.22); }
.blog-cover img { width: 100%; height: 160px; object-fit: cover; display: block; }
.blog-body { padding: 20px 18px 22px; }
.blog-meta { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); margin-bottom: 10px; }
.blog-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; margin-bottom: 10px; }
.blog-card p { font-size: 13px; color: var(--text-dim); margin-bottom: 12px; line-height: 1.8; }
.chip-row { display:flex; flex-wrap:wrap; gap: 8px; margin: 10px 0 12px; }
.chip { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(201,168,76,0.16); background: rgba(201,168,76,0.03); color: var(--gold); }

.post-shell { max-width: 900px; margin: 0 auto; padding: 0 24px 90px; position: relative; z-index: 2; }
.post-head { padding: 150px 24px 35px; text-align: center; z-index: 2; position: relative; }
.post-head h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4.8vw, 56px); line-height: 1.1; margin-bottom: 12px; }
.post-meta { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); }

.md-p { margin: 14px 0; color: var(--text-dim); font-size: 15px; line-height: 1.9; }
.md-h2, .md-h3, .md-h4 { font-family: 'Playfair Display', serif; margin-top: 30px; margin-bottom: 10px; }
.md-h2 { font-size: 26px; }
.md-h3 { font-size: 20px; }
.md-h4 { font-size: 16px; }
.md-ul { margin: 10px 0 16px 18px; }
.md-ul li { margin: 8px 0; color: var(--text-dim); }
.md-inline { background: rgba(201,168,76,0.10); border: 1px solid rgba(201,168,76,0.14); border-radius: 6px; padding: 2px 6px; font-size: 12px; color: var(--text); }
.md-code { background: rgba(10,10,15,0.8); border: 1px solid rgba(201,168,76,0.10); border-radius: 10px; padding: 14px 14px; overflow:auto; }
.md-code code { color: var(--text); }
.md-spacer { height: 10px; }

.loading { padding: 24px; color: var(--text-dim); }
.empty-state {
  padding: 22px;
  border: 1px dashed rgba(201,168,76,0.20);
  border-radius: 10px;
  color: var(--text-dim);
  background: rgba(201,168,76,0.03);
}

.status-wrap { max-width: 980px; margin: 0 auto; padding: 0 24px 90px; position: relative; z-index: 2; }
.status-row { display:flex; justify-content: space-between; gap: 16px; padding: 16px 16px; background: var(--surface); border: 1px solid rgba(201,168,76,0.06); border-radius: 10px; margin-bottom: 12px; }
.status-row.ok { border-color: rgba(58,111,216,0.22); }
.status-row.bad { border-color: rgba(232,76,48,0.22); }
.status-name { font-weight: 600; color: var(--text); }
.status-url { font-size: 12px; color: var(--text-dim); word-break: break-all; }
.status-right { display:flex; flex-direction: column; align-items:flex-end; gap: 8px; min-width: 140px; }
.status-badge { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(201,168,76,0.18); }
.status-badge.ok { border-color: rgba(58,111,216,0.35); color: rgba(125,165,255,0.95); background: rgba(58,111,216,0.06); }
.status-badge.bad { border-color: rgba(232,76,48,0.35); color: rgba(255,126,100,0.95); background: rgba(232,76,48,0.06); }
.status-ms { font-size: 12px; color: var(--text-dim); }
.status-link { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); text-decoration: none; }
.small-dim { font-size: 12px; color: rgba(138,136,128,0.75); margin-top: 4px; }

.dash-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dash-card { background: var(--surface); border: 1px solid rgba(201,168,76,0.06); border-radius: 12px; padding: 18px 16px; }
.dash-card.ok { border-color: rgba(58,111,216,0.22); }
.dash-card.bad { border-color: rgba(232,76,48,0.22); }
.dash-title { font-weight: 700; }
.dash-sub { font-size: 12px; color: var(--text-dim); margin-top: 4px; word-break: break-all; }
.dash-metrics { margin-top: 12px; display:flex; flex-direction: column; gap: 10px; }
.dash-metric { display:flex; justify-content: space-between; font-size: 12px; }
.dash-metric .k { color: var(--text-dim); letter-spacing: 1px; }
.dash-metric .v { color: var(--text); font-weight: 600; }

.admin-shell { max-width: 1200px; margin: 0 auto; padding: 0 24px 90px; position: relative; z-index: 2; }
.admin-grid { display:grid; grid-template-columns: 320px 1fr; gap: 18px; }
.panel { background: var(--surface); border: 1px solid rgba(201,168,76,0.06); border-radius: 12px; padding: 18px 16px; }
.panel h3 { font-family: 'Playfair Display', serif; margin-bottom: 10px; }
.dim { color: var(--text-dim); font-size: 12px; }
.list { display:flex; flex-direction: column; gap: 10px; margin-top: 10px; }
.list-item { text-align:left; background: rgba(17,17,25,0.70); border: 1px solid rgba(201,168,76,0.10); border-radius: 10px; padding: 12px 12px; color: var(--text); cursor:pointer; transition: transform .2s, border-color .2s; }
.list-item:hover { transform: translateY(-2px); border-color: rgba(201,168,76,0.22); }
.pill { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; border: 1px solid rgba(201,168,76,0.18); color: var(--gold); background: rgba(201,168,76,0.03); margin-right: 8px; }
.pill.pub { border-color: rgba(58,111,216,0.35); color: rgba(125,165,255,0.95); background: rgba(58,111,216,0.06); }
.pill.draft { border-color: rgba(232,76,48,0.35); color: rgba(255,126,100,0.95); background: rgba(232,76,48,0.06); }
.tabs { display:flex; gap: 10px; flex-wrap:wrap; margin: 18px 0 12px; }
.tab-btn { background: rgba(17,17,25,0.75); border: 1px solid rgba(201,168,76,0.10); border-radius: 999px; padding: 10px 14px; color: var(--text-dim); cursor:pointer; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.tab-btn.active { color: var(--gold); border-color: rgba(201,168,76,0.25); background: rgba(201,168,76,0.04); }
.tab-panel { display:none; }
.tab-panel:first-of-type { display:block; }
.form-row { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.actions { display:flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.mon-row { display:flex; justify-content: space-between; gap: 14px; padding: 10px 10px; border-radius: 10px; border: 1px solid rgba(201,168,76,0.10); background: rgba(17,17,25,0.70); margin-bottom: 10px; }
.mon-row.ok { border-color: rgba(58,111,216,0.22); }
.mon-row.bad { border-color: rgba(232,76,48,0.22); }
.right { text-align:right; color: var(--text-dim); }

#toast {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(5,5,8,0.92);
  border: 1px solid rgba(201,168,76,0.16);
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--text);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s;
  z-index: 9999;
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(-6px); }
#toast.err { border-color: rgba(232,76,48,0.28); }

@media (max-width: 980px) {
  .blog-grid { grid-template-columns: 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(5,5,8,0.95); padding: 20px 40px; gap: 14px; border-bottom: 1px solid rgba(201,168,76,0.08); z-index: 100015; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; touch-action: manipulation; }
  /* Hide the mega-nav trigger on mobile — the hamburger dropdown handles it */
  .menu-btn { display: none !important; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown .dropdown-menu {
    position: static;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 16px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height .3s ease, opacity .2s ease;
  }
  /* only show when explicitly expanded (not hover/focus) */
  .nav-dropdown.expanded .dropdown-menu {
    max-height: 600px;
    opacity: 1;
    pointer-events: auto;
  }
  /* override the desktop hover/focus rules on mobile */
  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    max-height: 0;
  }
  .nav-dropdown.expanded:hover .dropdown-menu,
  .nav-dropdown.expanded:focus-within .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    max-height: 600px;
  }
  .nav-dropdown .dropdown-menu a { padding-left: 0; }
  .dropdown-toggle { width: 100%; text-align: left; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; padding: 100px 24px 80px; gap: 40px; }
  .hero-img-col { order: 1; }
  .hero-txt-col { order: 2; padding-right: 0; align-items: center; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-cta-row { justify-content: center; }
  .hero-superide-cta { width: min(100%, 360px); justify-content: center; }
  .profile-grid, .card-grid-2, .evolution-grid { grid-template-columns: 1fr; gap: 20px; }
  .card-grid-3, .card-grid-4, .partnerships-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-row { grid-template-columns: 1fr; }
  .tech-logos-row { gap: 40px; }
}
@media (max-width: 600px) {
  .hero-grid { padding: 80px 18px 60px; }
  .content-section { padding: 70px 18px; }
  .hero-img-col .founder-hero-img { max-width: 280px; }
  .hero-company-logo img { height: 160px; }
  .tech-logo-item img { height: 180px; }
}

/* ── Mega Nav Overlay ──────────────────────────────── */
@keyframes megaFadeIn { from { opacity: 0; } to { opacity: 1; } }
.mega-nav {
  position: fixed; inset: 0; z-index: 100020;
  background: rgba(5,5,8,0.97);
  backdrop-filter: blur(20px);
  display: none; flex-direction: column; justify-content: flex-start;
  align-items: stretch;
  overflow-y: auto;
  padding: 110px 0 40px;
  animation: megaFadeIn .2s ease;
}
.mega-nav.open { display: flex; }
.mega-nav-close {
  position: absolute; top: 70px; right: 40px;
  background: none; border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold); font-family: 'Bebas Neue', sans-serif;
  font-size: 13px; letter-spacing: 3px; padding: 9px 20px;
  cursor: pointer; border-radius: 4px; transition: background .2s;
}
.mega-nav-close:hover { background: rgba(201,168,76,0.12); }
.mega-nav-grid {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px; width: min(1440px, 100%); margin: 0 auto; padding: 0 48px;
  align-items: start;
}
.mega-nav-col {
  min-width: 0;
}
.mega-nav-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px; letter-spacing: 3px; color: var(--gold);
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(201,168,76,0.18);
  padding-bottom: 8px;
}
.mega-nav-col a {
  display: block; color: var(--text-dim); text-decoration: none;
  font-size: 14px; line-height: 1.45; padding: 5px 0; border-bottom: none;
  transition: color .2s, padding-left .18s;
}
.mega-nav-col a:hover { color: #fff; padding-left: 8px; }
.menu-btn {
  background: none;
  border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold); font-family: 'Bebas Neue', sans-serif;
  font-size: 13px; letter-spacing: 3px; padding: 7px 18px;
  cursor: pointer; border-radius: 4px; transition: background .2s;
  white-space: nowrap;
}
.menu-btn:hover { background: rgba(201,168,76,0.12); }
@media (max-width: 750px) {
  .mega-nav-grid { grid-template-columns: 1fr 1fr; gap: 30px; padding: 0 28px; }
}
@media (max-width: 1200px) {
  .mega-nav-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 440px) {
  .mega-nav-grid { grid-template-columns: 1fr; gap: 20px; }
  .mega-nav-close { top: 60px; right: 20px; }
}
