/* ============================================================
   ASHISH MATHEWS — PREMIUM PERSONAL WEBSITE
   Theme: Light Luxury Editorial — $10M Startup Quality
   
   Section Palette (top → bottom):
   1. Hero         — Warm ivory   #faf8f4  (soft, inviting entry)
   2. Services     — Deep charcoal #13110e  (dramatic, value-forward)
   3. About        — Pure white + warm left panel (editorial split)
   4. Achievements — Warm parchment #f2ece0 (heritage, timeless)
   5. Press        — Ink black   #0c0b09  (prestige, editorial)
   6. Contact      — Warm ivory   #faf8f4  (warm close, bookend)
   ============================================================ */

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
  /* ── SCHEME A: MIDNIGHT CHAMPAGNE ──────────────────────────
     Deep Navy (#0d1117) + Champagne Gold (#d4af5f)
     Rhythm: Ivory → Navy → Ivory+Parchment → Deep Navy → Black → Ivory
  ─────────────────────────────────────────────────────────── */
  --bg-hero:         #f8f5ef;   /* warm porcelain — slightly cooler than old ivory */
  --bg-services:     #0d1117;   /* deep navy — confident, international */
  --bg-about-panel:  #e8dfc8;   /* warm champagne parchment */
  --bg-about-main:   #fdfaf5;   /* off-white */
  --bg-achievements: #0a1628;   /* deep midnight navy — distinct from services charcoal */
  --bg-press:        #060a10;   /* near-black with blue undertone */
  --bg-contact:      #f8f5ef;   /* porcelain bookend */
  --bg-footer:       #070b12;   /* deepest navy footer */

  /* Brand gold — upgraded to champagne */
  --gold:        #b8922a;   /* deeper antique gold */
  --gold-mid:    #d4af5f;   /* champagne — main accent */
  --gold-light:  #e8cc82;   /* pale champagne highlight */
  --gold-dark:   #8f6e1e;   /* rich dark gold */
  --gold-8:      rgba(212,175,95,0.08);
  --gold-15:     rgba(212,175,95,0.15);
  --gold-25:     rgba(212,175,95,0.25);
  --gold-border: rgba(212,175,95,0.22);

  /* Text — slightly cooler ink for navy scheme */
  --ink:         #0d1117;
  --ink-80:      rgba(13,17,23,0.8);
  --ink-55:      rgba(13,17,23,0.55);
  --ink-35:      rgba(13,17,23,0.35);
  --ink-15:      rgba(13,17,23,0.15);
  --cream:       #e8dfc8;
  --off-white:   #f8f5ef;

  /* Surfaces */
  --surface-white:   #ffffff;
  --surface-ivory:   #fdfaf5;
  --surface-service: rgba(255,255,255,0.055);

  /* Borders */
  --border-light:  rgba(13,17,23,0.1);
  --border-mid:    rgba(13,17,23,0.18);
  --border-ink:    rgba(255,255,255,0.08);
  --border-ink-mid:rgba(255,255,255,0.14);

  /* Type */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'DM Sans', -apple-system, sans-serif;

  /* Scale */
  --hero-size:  clamp(4.5rem, 10vw, 8.5rem);
  --h2-size:    clamp(2.4rem, 5vw, 3.8rem);
  --h3-size:    clamp(1.4rem, 2.5vw, 1.9rem);

  /* Space */
  --sp-2: 0.5rem; --sp-3: 0.75rem; --sp-4: 1rem;
  --sp-5: 1.25rem; --sp-6: 1.5rem; --sp-8: 2rem;
  --sp-10: 2.5rem; --sp-12: 3rem; --sp-16: 4rem;
  --sp-20: 5rem; --sp-24: 6rem;

  /* Radius */
  --r-sm: 3px; --r-md: 8px; --r-lg: 14px; --r-xl: 22px;

  /* Shadows */
  --sh-xs: 0 1px 4px rgba(26,23,20,0.07);
  --sh-sm: 0 3px 12px rgba(26,23,20,0.09);
  --sh-md: 0 8px 28px rgba(26,23,20,0.11);
  --sh-lg: 0 20px 60px rgba(26,23,20,0.14);
  --sh-gold: 0 4px 20px rgba(154,124,63,0.15);

  --ease: 260ms ease;
  --ease-slow: 420ms ease;
  --nav-h: 68px;
  --max-w: 1200px;
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); color: var(--ink); line-height: 1.65; font-weight: 300; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

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

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: var(--r-sm); }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; }
em { font-style: italic; color: var(--gold); }
p { max-width: 65ch; line-height: 1.75; }
blockquote { font-style: normal; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--sp-6); }
@media (min-width: 768px) { .container { padding: 0 var(--sp-8); } }

.section { padding: var(--sp-24) 0; }

.section__label {
  display: block; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: var(--sp-3);
}
.section__label--light { color: var(--gold-light); }

.section__title {
  font-family: var(--serif); font-size: var(--h2-size); font-weight: 300;
  line-height: 1.08; color: var(--ink);
}
.section__title--light { color: #f2ede4; }

.section__header { margin-bottom: var(--sp-16); }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--sp-2); padding: 0.8rem 1.75rem;
  font-family: var(--sans); font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid transparent; border-radius: var(--r-sm);
  cursor: pointer; transition: all var(--ease); white-space: nowrap; text-decoration: none;
}
.btn--primary { background: var(--ink); color: var(--off-white); border-color: var(--ink); }
.btn--primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-1px); box-shadow: var(--sh-md); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--border-mid); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--outline { background: transparent; color: var(--gold-dark); border-color: var(--gold-border); }
.btn--outline:hover { background: var(--gold-8); }
.btn--full { width: 100%; }

/* ── NAVIGATION ──────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav-h);
  background: #0d1117;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  display: flex; align-items: center;
  transition: box-shadow var(--ease-slow);
}
.nav.nav--scrolled {
  background: rgba(8,12,20,0.97);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(212,175,95,0.08), 0 4px 20px rgba(0,0,0,0.3);
}
.nav__inner {
  max-width: var(--max-w); width: 100%; margin: 0 auto;
  padding: 0 var(--sp-6);
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-8);
}
.nav__logo { display: flex; align-items: center; gap: var(--sp-3); flex-shrink: 0; }
.nav__logo-initials {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #8f6e1e, #d4af5f);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 0.75rem; font-weight: 500;
  color: #1a1814; letter-spacing: 0.06em;
  transition: opacity var(--ease);
}
.nav__logo:hover .nav__logo-initials { opacity: 0.85; }
.nav__logo-name { font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; font-weight: 400; font-style: normal; background: linear-gradient(135deg, #e8d48a, #d4af5f, #c49a35); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 0.02em; line-height: 1; transition: opacity var(--ease); }
.nav__menu { display: flex; align-items: center; gap: var(--sp-6); list-style: none; }
.nav__link {
  font-size: 0.8rem; font-weight: 400; color: rgba(240,234,216,0.6);
  letter-spacing: 0.04em; transition: color var(--ease);
  padding: var(--sp-2) 0; position: relative; background: none; border: none;
  font-family: var(--sans); cursor: pointer;
}
.nav__link::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background: var(--gold-mid); transition: width var(--ease); }
.nav__link:hover { color: #f0ead8; }
.nav__link:hover::after, .nav__link.active::after { width: 100%; }
.nav__cta {
  padding: 0.5rem 1.25rem;
  background: linear-gradient(135deg, #8f6e1e, #d4af5f);
  border: none; border-radius: var(--r-sm);
  font-family: var(--sans); font-size: 0.75rem; font-weight: 500;
  color: #1a1814; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; transition: opacity var(--ease), transform var(--ease);
  white-space: nowrap; text-decoration: none; display: inline-block;
}
.nav__cta:hover { opacity: 0.88; transform: translateY(-1px); }

/* Toggle */
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: var(--sp-2); }
.nav__toggle span { width: 22px; height: 1.5px; background: #f0ead8; display: block; transition: transform var(--ease), opacity var(--ease); transform-origin: center; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Dropdown */
.nav__item--dropdown { position: relative; }
.nav__dropdown-trigger { display: flex; align-items: center; gap: 4px; }
.nav__chevron { transition: transform var(--ease); flex-shrink: 0; }
.nav__item--dropdown.is-open .nav__chevron { transform: rotate(180deg); }
.nav__dropdown {
  position: absolute; top: calc(100% + 16px); left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: #111827; border: 1px solid rgba(212,175,95,0.18);
  border-radius: var(--r-md); min-width: 185px; padding: 6px 0;
  list-style: none; box-shadow: 0 8px 32px rgba(0,0,0,0.45);
  opacity: 0; pointer-events: none; transition: opacity var(--ease), transform var(--ease); z-index: 300;
}
.nav__dropdown::before {
  content: ''; position: absolute; top: -5px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 8px; height: 8px; background: #1e1c18;
  border-top: 1px solid rgba(201,168,76,0.18); border-left: 1px solid rgba(201,168,76,0.18);
}
.nav__item--dropdown.is-open .nav__dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav__dropdown-link {
  display: flex; align-items: center; gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-5); font-size: 0.8rem;
  color: rgba(240,234,216,0.6); transition: background var(--ease), color var(--ease);
}
.nav__dropdown-link:hover { background: rgba(212,175,95,0.08); color: #f0ead8; }
.nav__dropdown-icon { color: var(--gold-mid); display: flex; align-items: center; flex-shrink: 0; opacity: 0.85; }

@media (max-width: 960px) {
  .nav__toggle { display: flex; }
  .nav__menu {
    position: fixed; inset: 0; top: var(--nav-h); background: #0d1117;
    flex-direction: column; align-items: flex-start; gap: 0;
    padding: var(--sp-8) var(--sp-6);
    transform: translateX(100%); transition: transform var(--ease-slow);
    border-top: 1px solid rgba(201,168,76,0.1);
  }
  .nav__menu.nav__menu--open { transform: translateX(0); }
  .nav__menu > li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .nav__link { display: block; padding: var(--sp-4) 0; font-size: 1.1rem; color: rgba(240,234,216,0.75); }
  .nav__cta { margin-top: var(--sp-4); display: inline-block; }
  .nav__item--dropdown { width: 100%; }
  .nav__dropdown-trigger { justify-content: space-between; width: 100%; }
  .nav__dropdown { position: static; transform: none; box-shadow: none; border: none; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.04); border-radius: 0; padding: 0; min-width: unset; display: none; }
  .nav__dropdown::before { display: none; }
  .nav__item--dropdown.is-open .nav__dropdown { display: block; opacity: 1; pointer-events: auto; transform: none; }
  .nav__dropdown-link { padding: var(--sp-3) var(--sp-4); font-size: 0.95rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
}

/* ══════════════════════════════════════════════════════════
   1. HERO — warm ivory, full viewport
══════════════════════════════════════════════════════════ */
.hero {
  background: var(--bg-hero);
  min-height: 100svh;
  display: flex; align-items: center;
  padding-top: var(--nav-h);
  position: relative; overflow: hidden;
}

/* Fine diagonal texture */
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 65% 55% at 70% 45%, rgba(154,124,63,0.055) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 8% 80%, rgba(154,124,63,0.03) 0%, transparent 55%);
}

/* Gold thread — top rule */
.hero::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, transparent 5%, var(--gold-mid) 40%, var(--gold-light) 60%, transparent 95%);
  opacity: 0.25;
}

.hero__container {
  max-width: var(--max-w); width: 100%; margin: 0 auto;
  padding: var(--sp-16) var(--sp-6);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--sp-16); align-items: center; position: relative;
}

/* Content animations */
.hero__eyebrow {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: var(--sp-6);
  display: flex; align-items: center; gap: var(--sp-3);
  opacity: 0; animation: slideUp 0.8s ease 0.2s forwards;
}
.hero__eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold-mid); flex-shrink: 0; }

.hero__title {
  font-family: var(--serif); font-size: var(--hero-size);
  font-weight: 300; line-height: 0.9; color: var(--ink);
  margin-bottom: var(--sp-8);
  opacity: 0; animation: slideUp 0.8s ease 0.3s forwards;
}

.hero__quote {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 300; font-style: italic;
  color: var(--ink-55); line-height: 1.75;
  border-left: 2px solid var(--gold-border);
  padding-left: var(--sp-5); margin-bottom: var(--sp-8);
  opacity: 0; animation: slideUp 0.8s ease 0.4s forwards;
}

.hero__actions {
  display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-bottom: var(--sp-8);
  opacity: 0; animation: slideUp 0.8s ease 0.5s forwards;
}

.hero__badges {
  display: flex; flex-wrap: wrap; gap: var(--sp-2);
  opacity: 0; animation: slideUp 0.8s ease 0.6s forwards;
}

.badge {
  display: inline-flex; align-items: center;
  padding: 4px 12px;
  background: var(--surface-white); border: 1px solid var(--border-mid);
  border-radius: 2px; font-size: 0.7rem; font-weight: 400;
  letter-spacing: 0.07em; color: var(--ink-55); text-transform: uppercase;
}

/* Visual — portrait + stats */
.hero__visual {
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-6);
  opacity: 0; animation: fadeIn 1.2s ease 0.4s forwards;
}

.hero__portrait-frame {
  position: relative; width: min(320px, 100%);
}

/* Corner accent brackets — the signature design touch */
.hero__portrait-frame::before, .hero__portrait-frame::after {
  content: ''; position: absolute; width: 30px; height: 30px; z-index: 2;
}
.hero__portrait-frame::before { top: -7px; left: -7px; border-top: 2px solid var(--gold-mid); border-left: 2px solid var(--gold-mid); }
.hero__portrait-frame::after  { bottom: -7px; right: -7px; border-bottom: 2px solid var(--gold-mid); border-right: 2px solid var(--gold-mid); }

.hero__portrait-placeholder {
  aspect-ratio: 3/4;
  background: #ede6d6;
  border-radius: var(--r-lg); border: 1px solid var(--border-light);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.2rem; font-weight: 300;
  color: var(--ink-35); text-align: center; line-height: 1.4;
  overflow: hidden; position: relative;
}
/* Portrait photo — img tag approach (reliable across all hosting paths) */
.hero__portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}



/* Inline stat strip */
.hero__stats {
  display: flex; align-items: center; gap: 0;
  width: 100%; background: var(--surface-white);
  border: 1px solid var(--border-light); border-radius: var(--r-md);
  padding: var(--sp-3) var(--sp-4); box-shadow: var(--sh-sm);
}
.hero__stat { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; gap: 3px; }
.hero__stat strong {
  font-family: var(--serif); font-size: 2.2rem; font-weight: 300;
  color: var(--ink); line-height: 1; letter-spacing: -0.02em;
}
.hero__stat span { font-size: 0.65rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-55); line-height: 1.35; }
.hero__stat-divider { width: 1px; height: 36px; background: var(--border-mid); flex-shrink: 0; }

.hero__scroll {
  position: absolute; bottom: var(--sp-8); left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-2);
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-35); animation: bounce 3s ease-in-out infinite;
}
.hero__scroll-line { width: 1px; height: 36px; background: linear-gradient(to bottom, var(--border-mid), transparent); }

/* ══════════════════════════════════════════════════════════
   2. SERVICES — deep charcoal, gold accents
══════════════════════════════════════════════════════════ */
.services {
  background: var(--bg-services);
  position: relative; overflow: hidden;
}

/* Atmospheric orb */
.services::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(212,175,95,0.07) 0%, transparent 65%);
}

/* Bento rows */
.bento-row { display: grid; gap: var(--sp-4); margin-bottom: var(--sp-4); }
.bento-row--halves { grid-template-columns: 1fr 1fr; }
.bento-row--a1 { grid-template-columns: 2fr 1fr; }

.bento-card {
  background: var(--surface-service);
  border: 1px solid var(--border-ink);
  border-radius: var(--r-xl); overflow: hidden; box-shadow: none;
  transition: border-color var(--ease), transform var(--ease), background var(--ease);
}
.bento-card:hover { border-color: rgba(201,168,76,0.3); transform: translateY(-3px); background: rgba(255,255,255,0.075); }

.bento-card__inner { padding: var(--sp-8); height: 100%; display: flex; flex-direction: column; }
.bento-card__header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: var(--sp-5); }

.bento-card__icon { color: var(--gold-mid); opacity: 0.85; flex-shrink: 0; }
.bento-card__icon--a1 { color: var(--gold-light); opacity: 1; }

.bento-card__num {
  font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(240,234,216,0.3);
}

.bento-card__title {
  font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 400;
  line-height: 1.2; color: #f0ead8; margin-bottom: var(--sp-3);
}

.bento-card__desc {
  font-size: 0.9rem; color: rgba(240,234,216,0.58); line-height: 1.75;
  margin-bottom: var(--sp-4); flex-grow: 1; max-width: none;
}
.bento-card__desc strong { color: var(--gold-mid); font-weight: 500; }

.bento-card__list { margin-bottom: var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-2); }
.bento-card__list li { font-size: 0.85rem; color: rgba(240,234,216,0.5); padding-left: var(--sp-4); position: relative; }
.bento-card__list li::before { content: '–'; position: absolute; left: 0; color: var(--gold-mid); opacity: 0.7; }

.bento-card__cta {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em; color: var(--gold-mid);
  display: inline-flex; align-items: center; gap: var(--sp-2); margin-top: auto;
  transition: color var(--ease), gap var(--ease);
}
.bento-card__cta:hover { color: var(--gold-light); gap: var(--sp-3); }
.bento-card__cta--a1 { font-size: 0.9rem; color: var(--gold-light); }
.bento-card__cta--a1:hover { color: #f0ead8; }

/* A1 special card */
.bento-card--a1 {
  background: rgba(201,168,76,0.06);
  border-color: rgba(201,168,76,0.22);
  position: relative; overflow: hidden;
}
.bento-card--a1::before {
  content: ''; position: absolute; top: -60px; right: -60px; width: 240px; height: 240px;
  border-radius: 50%; background: radial-gradient(circle, rgba(212,175,95,0.1) 0%, transparent 65%); pointer-events: none;
}
.bento-card--a1:hover { background: rgba(201,168,76,0.09); border-color: rgba(201,168,76,0.4); }

/* Badges */
.bento-card__a1-badges { display: flex; align-items: center; gap: var(--sp-2); flex-wrap: wrap; justify-content: flex-end; }
.bento-card__badge { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 2px; font-size: 0.65rem; letter-spacing: 0.07em; text-transform: uppercase; font-weight: 500; }
.bento-card__badge--new { background: rgba(212,175,95,0.12); border: 1px solid rgba(212,175,95,0.3); color: var(--gold-mid); }
.bento-card__badge--ai  { background: rgba(212,175,95,0.22); border: 1px solid rgba(212,175,95,0.45); color: var(--gold-light); }

/* A1 tools grid */
.a1-tools-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
  margin-bottom: var(--sp-5); padding: 14px 16px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-lg);
}
.a1-tool { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(240,234,216,0.65); line-height: 1.35; }
.a1-tool__icon { color: var(--gold-mid); display: flex; align-items: center; flex-shrink: 0; }

/* CTA card */
.bento-card--cta { background: var(--gold-8); border-color: var(--gold-border); }
.bento-card--cta:hover { background: rgba(154,124,63,0.12); border-color: var(--gold); transform: translateY(-3px); }
.bento-card__inner--cta { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: var(--sp-4); padding: var(--sp-10) var(--sp-8); height: 100%; }
.bento-card__cta-icon { color: var(--gold-mid); opacity: 0.55; flex-shrink: 0; }
.bento-card__title--cta { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 400; color: #f0ead8; line-height: 1.2; margin-bottom: 0; }
.bento-card__desc--cta { font-size: 0.85rem; color: rgba(240,234,216,0.55); line-height: 1.65; max-width: 24ch; margin: 0; }
.btn--book {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.75rem; width: 100%;
  background: linear-gradient(135deg, #8f6e1e, #d4af5f);
  border: none; border-radius: var(--r-sm); color: #1a1714;
  font-family: var(--sans); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; transition: all var(--ease); text-decoration: none;
}
.btn--book:hover { opacity: 0.88; transform: translateY(-1px); box-shadow: var(--sh-gold); }

/* ══════════════════════════════════════════════════════════
   3. ABOUT — full-width, properly proportioned
   Split: 40% warm panel / 60% white content
══════════════════════════════════════════════════════════ */
.about { padding: 0; }

.about__split {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 680px;
}

/* LEFT PANEL — warm parchment, identity anchor */
.about__panel {
  background: var(--bg-about-panel);
  border-right: 1px solid rgba(154,124,63,0.18);
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.about__panel::before {
  content: ''; position: absolute; bottom: -100px; right: -60px;
  width: 320px; height: 320px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(154,124,63,0.07) 0%, transparent 65%);
}

.about__panel-inner {
  padding: var(--sp-20) var(--sp-12) var(--sp-16) var(--sp-12);
  display: flex; flex-direction: column; gap: var(--sp-10);
  position: relative; z-index: 1; width: 100%;
}

/* Big number stats row */
.about__panel-stats {
  display: flex;
  gap: var(--sp-10);
  padding-bottom: var(--sp-8);
  border-bottom: 1px solid rgba(154,124,63,0.15);
}

.about__panel-stat { display: flex; flex-direction: column; gap: 4px; }

.about__panel-stat strong {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 300;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
}

.about__panel-stat span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-55);
  line-height: 1.3;
}

/* Credentials list */
.about__credentials-list {
  display: flex; flex-direction: column; gap: var(--sp-4);
}

.about__cred-item {
  display: flex; align-items: flex-start; gap: var(--sp-3);
  font-size: 0.9rem; color: var(--ink-55); line-height: 1.55;
}

.about__cred-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0; margin-top: 7px;
}

/* RIGHT PANEL — clean white, full bio */
.about__content {
  background: var(--bg-about-main);
  padding: var(--sp-20) var(--sp-16) var(--sp-16) var(--sp-12);
  display: flex; flex-direction: column; justify-content: center; gap: var(--sp-4);
}

/* Pull quote — big, readable, anchored */
.about__lead {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1.65;
  max-width: 56ch;
  border-left: 3px solid var(--gold-mid);
  padding-left: var(--sp-6);
  margin-bottom: var(--sp-2);
}

/* Body paragraphs — properly readable */
.about__content p {
  font-size: 1.05rem;
  color: var(--ink-55);
  line-height: 1.85;
  max-width: 60ch;
}

.about__content strong { color: var(--ink); font-weight: 500; }

/* Role highlight card */
.about__role-card {
  background: linear-gradient(135deg, rgba(184,146,42,0.06), rgba(184,146,42,0.02));
  border: 1px solid rgba(184,146,42,0.15);
  border-left: 3px solid var(--gold-mid);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: var(--sp-5) var(--sp-6);
}
.about__role-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--sp-2);
}
.about__role-title {
  font-size: 1.05rem;
  color: var(--ink);
  margin: 0 0 4px;
  line-height: 1.4;
}
.about__role-title strong { font-weight: 600; color: var(--ink); }
.about__role-org {
  font-size: 0.82rem;
  color: var(--ink-35);
  margin: 0;
  letter-spacing: 0.01em;
}

/* Career para */
.about__para {
  font-size: 1.0rem;
  color: var(--ink-55);
  line-height: 1.85;
  max-width: 60ch;
  margin: 0;
}

/* Qualifications list */
.about__quals {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-4) 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
.about__qual-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: 0.85rem;
  color: var(--ink-55);
  line-height: 1.5;
}
.about__qual-icon {
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Focus area tags */
.about__focus-areas {
  display: flex; flex-wrap: wrap; gap: var(--sp-2);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--border-light);
}

.about__focus-areas span {
  padding: 6px 16px;
  background: rgba(184,146,42,0.1);
  border: 1px solid rgba(154,124,63,0.18);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--gold-dark);
}

.about__focus-areas span:hover {
  background: rgba(212,175,95,0.12);
  border-color: rgba(212,175,95,0.35);
}

/* ══════════════════════════════════════════════════════════
   4. ACHIEVEMENTS — warm parchment, premium timeline
══════════════════════════════════════════════════════════ */
.achievements { background: var(--bg-achievements); }

/* Text overrides for dark achievements background */
.achievements .section__label {
  color: var(--gold-light);
}
.achievements .section__title {
  color: #eae4d8;
}
.achievements .section__title em {
  color: var(--gold-mid);
}

.achievements__intro {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: var(--sp-8); margin-bottom: var(--sp-16); flex-wrap: wrap;
}

.achievements__intro-text {
  font-family: var(--serif); font-size: 1.05rem; font-style: italic;
  color: rgba(232,220,196,0.6); max-width: 38ch; line-height: 1.65; text-align: right;
}

/* Timeline */
.timeline { position: relative; }

.timeline::before {
  content: ''; position: absolute; left: 120px; top: 4px; bottom: 4px; width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(212,175,95,0.4) 8%, rgba(212,175,95,0.4) 92%, transparent);
}

.timeline__item {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 0 var(--sp-8);
  padding-bottom: var(--sp-2); /* tight — card bottom margin handles spacing */
  position: relative; align-items: flex-start;
}

/* Dot on the line */
.timeline__meta {
  display: flex; align-items: flex-start; justify-content: flex-end;
  gap: var(--sp-3); padding-top: var(--sp-5); padding-right: 0; position: relative;
}

.timeline__year {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-mid); text-align: right; line-height: 1;
  padding-top: 2px;
}

.timeline__dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--bg-achievements); border: 2px solid var(--gold-mid);
  flex-shrink: 0; margin-top: 0; position: relative; z-index: 1;
  transition: background var(--ease), transform var(--ease);
}

.timeline__item:hover .timeline__dot { background: var(--gold); transform: scale(1.2); }

/* Card */
.timeline__card {
  background: #ffffff; border: 1px solid rgba(255,255,255,0.9);
  border-radius: var(--r-lg); padding: var(--sp-5) var(--sp-6);
  margin-bottom: var(--sp-3);
  box-shadow: 0 2px 16px rgba(0,0,0,0.18), 0 1px 4px rgba(0,0,0,0.12);
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
  position: relative; overflow: hidden;
}

/* Gold left edge on hover */
.timeline__card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, var(--gold-mid), var(--gold-dark));
  border-radius: 3px 0 0 3px; opacity: 0;
  transition: opacity var(--ease);
}

.timeline__item:hover .timeline__card {
  border-color: rgba(212,175,95,0.45);
  transform: translateX(4px);
  box-shadow: 0 4px 28px rgba(0,0,0,0.3), 0 0 0 1px rgba(212,175,95,0.22);
}
.timeline__item:hover .timeline__card::before { opacity: 1; }

.timeline__cat {
  display: inline-block; font-size: 0.65rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-dark);
  background: rgba(212,175,95,0.1); border: 1px solid rgba(212,175,95,0.25);
  padding: 2px 8px; border-radius: 2px; margin-bottom: var(--sp-3);
}

.timeline__title {
  font-family: var(--serif); font-size: var(--h3-size); font-weight: 400;
  color: var(--ink); margin-bottom: var(--sp-2); line-height: 1.3;
}

.timeline__desc { font-size: 0.88rem; color: var(--ink-55); line-height: 1.75; max-width: 70ch; }
.timeline__desc em { color: var(--gold-dark); font-style: italic; }

/* ══════════════════════════════════════════════════════════
   5. PRESS & MEDIA — ink black, prestige editorial
══════════════════════════════════════════════════════════ */
.press { background: var(--bg-press); position: relative; overflow: hidden; }

.press::before {
  content: ''; position: absolute; bottom: -150px; left: -150px;
  width: 500px; height: 500px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(212,175,95,0.05) 0%, transparent 65%);
}

.press__placeholder {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-xl); padding: var(--sp-20);
  display: flex; justify-content: center;
}

.press__placeholder-inner {
  display: flex; align-items: center; gap: var(--sp-8);
  max-width: 620px; color: rgba(240,234,216,0.4);
}

.press__placeholder-inner svg { flex-shrink: 0; color: rgba(201,168,76,0.4); }

.press__placeholder-title {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 300;
  color: rgba(240,234,216,0.7); margin-bottom: var(--sp-3); line-height: 1.3;
}

.press__placeholder-inner p { font-size: 0.88rem; line-height: 1.7; max-width: none; margin-bottom: var(--sp-5); }

.btn--press {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.7rem 1.5rem;
  background: transparent; border: 1px solid rgba(212,175,95,0.3);
  color: var(--gold-mid); border-radius: var(--r-sm);
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  transition: background var(--ease), border-color var(--ease); cursor: pointer;
  text-decoration: none;
}
.btn--press:hover { background: rgba(212,175,95,0.1); border-color: var(--gold-mid); }

/* ══════════════════════════════════════════════════════════
   6. CONTACT — warm ivory (bookend)
══════════════════════════════════════════════════════════ */
.contact { background: var(--bg-contact); }

.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); align-items: start; }

.contact__lead { font-size: 1rem; color: var(--ink-55); line-height: 1.75; margin-bottom: var(--sp-8); max-width: 48ch; }

.contact__details { display: flex; flex-direction: column; gap: var(--sp-4); margin-bottom: var(--sp-8); }
.contact__detail { display: flex; flex-direction: column; gap: 3px; }
.contact__detail-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }
.contact__detail span:not(.contact__detail-label) { font-size: 1rem; color: var(--ink-55); }

.contact__reveal-btn { background: none; border: none; font-family: var(--sans); font-size: 1rem; color: var(--gold-dark); cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px; transition: color var(--ease); }
.contact__reveal-btn:hover { color: var(--gold); }

/* Book CTA mini card */
.contact__book-link { display: block; text-decoration: none; }
.contact__book-card {
  display: flex; align-items: center; gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-5);
  background: var(--surface-white); border: 1px solid var(--border-mid);
  border-radius: var(--r-md); box-shadow: var(--sh-xs);
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
  color: var(--ink);
}
.contact__book-card:hover { border-color: var(--gold-border); transform: translateX(4px); box-shadow: var(--sh-sm); }
.contact__book-card svg:first-child { color: var(--gold); flex-shrink: 0; }
.contact__book-card div { flex-grow: 1; }
.contact__book-card strong { display: block; font-size: 0.88rem; font-weight: 500; color: var(--ink); }
.contact__book-card span { font-size: 0.75rem; color: var(--ink-55); }

/* Form */
.contact__honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.contact__form-wrap { background: var(--surface-white); border: 1px solid var(--border-light); border-radius: var(--r-xl); padding: var(--sp-8); box-shadow: var(--sh-sm); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }

.form-group { display: flex; flex-direction: column; gap: var(--sp-2); margin-bottom: var(--sp-5); }
.form-label { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.02em; color: var(--ink); }
.form-label span { color: var(--gold); }

.form-input {
  width: 100%; padding: 0.8rem var(--sp-4);
  background: var(--bg-hero); border: 1px solid var(--border-mid);
  border-radius: var(--r-md); font-family: var(--sans); font-size: 0.9rem;
  font-weight: 300; color: var(--ink); transition: border-color var(--ease), box-shadow var(--ease);
  appearance: none;
}
.form-input::placeholder { color: var(--ink-35); }
.form-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(154,124,63,0.1); }
.form-input.form-input--error { border-color: #8b3a3a; }
.form-select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235c5748' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-textarea { resize: vertical; min-height: 120px; }
.form-error { font-size: 0.72rem; color: #8b3a3a; min-height: 1em; }
.form-check { display: flex; align-items: flex-start; gap: var(--sp-3); cursor: pointer; font-size: 0.82rem; color: var(--ink-55); line-height: 1.5; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); cursor: pointer; }
.form-check a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 2px; }
.form-success { padding: var(--sp-4); background: rgba(74,124,89,0.08); border: 1px solid rgba(74,124,89,0.25); border-radius: var(--r-md); font-size: 0.85rem; color: #3a6b4a; text-align: center; }
.form-error-msg { padding: var(--sp-4); background: rgba(139,58,58,0.08); border: 1px solid rgba(139,58,58,0.2); border-radius: var(--r-md); font-size: 0.85rem; color: #8b3a3a; text-align: center; }
.btn__loading { display: none; }
.btn--loading .btn__text { display: none; }
.btn--loading .btn__loading { display: inline; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer { background: var(--bg-footer); padding: var(--sp-16) 0 var(--sp-8); }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--sp-12); margin-bottom: var(--sp-12); }
.footer__logo { display: block; font-family: var(--serif); font-size: 1.8rem; font-weight: 300; color: #f0ead8; margin-bottom: var(--sp-3); transition: color var(--ease); }
.footer__logo:hover { color: var(--gold-mid); }
.footer__brand p { font-size: 0.82rem; color: rgba(240,234,216,0.38); line-height: 1.7; max-width: none; }
.footer__nav-heading { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-mid); margin-bottom: var(--sp-4); }
.footer__nav ul { display: flex; flex-direction: column; gap: var(--sp-2); }
.footer__nav a { font-size: 0.82rem; color: rgba(240,234,216,0.4); transition: color var(--ease); }
.footer__nav a:hover { color: rgba(240,234,216,0.85); }
.footer__cta-block p { font-size: 0.82rem; color: rgba(240,234,216,0.4); line-height: 1.65; max-width: 22ch; }
.footer__bottom { padding-top: var(--sp-8); border-top: 1px solid rgba(240,234,216,0.07); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--sp-4); }
.footer__bottom p { font-size: 0.72rem; color: rgba(240,234,216,0.22); max-width: none; }
.footer__legal { display: flex; gap: var(--sp-6); }
.footer__legal a { font-size: 0.72rem; color: rgba(240,234,216,0.22); transition: color var(--ease); }
.footer__legal a:hover { color: rgba(240,234,216,0.6); }

/* ── REVEAL ANIMATIONS ───────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }

@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes bounce  { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* ── PAGE HERO (subpages) ────────────────────────────────── */
.page-hero { padding-top: calc(var(--nav-h) + var(--sp-16)); padding-bottom: var(--sp-16); background: var(--bg-achievements); border-bottom: 1px solid var(--border-light); position: relative; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: var(--sp-8); width: 50px; height: 2px; background: var(--gold-mid); opacity: 0.45; }
.page-hero__inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--sp-6); }
.page-hero__breadcrumb { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-35); margin-bottom: var(--sp-3); }
.page-hero__breadcrumb a { color: var(--gold); }
.page-hero__breadcrumb a:hover { color: var(--gold-dark); }
.page-hero__title { font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 3.75rem); font-weight: 300; color: var(--ink); line-height: 1.1; }
.page-hero__desc { font-size: 1rem; color: var(--ink-55); margin-top: var(--sp-4); max-width: 58ch; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero__container { grid-template-columns: 1.1fr 1fr; gap: var(--sp-8); }
  .about__split { grid-template-columns: 38% 62%; }
  .bento-row--halves { grid-template-columns: 1fr 1fr; }
  .bento-row--a1 { grid-template-columns: 3fr 2fr; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: var(--sp-8); }
  .timeline::before { left: 100px; }
  .timeline__item { grid-template-columns: 100px 1fr; }
}

@media (max-width: 768px) {
  .section { padding: var(--sp-16) 0; }
  .hero__container { grid-template-columns: 1fr; padding: var(--sp-8) var(--sp-4); text-align: center; }
  .hero__eyebrow { justify-content: center; }
  .hero__quote { text-align: left; }
  .hero__actions { justify-content: center; }
  .hero__badges { justify-content: center; }
  .hero__visual { order: -1; }
  .hero__stats { max-width: 100%; }

  .about__split { grid-template-columns: 1fr; min-height: auto; }
  .about__panel { border-right: none; border-bottom: 1px solid rgba(154,124,63,0.18); }
  .about__panel-inner { padding: var(--sp-12) var(--sp-6) var(--sp-10); }
  .about__panel-stats { gap: var(--sp-8); }
  .about__content { padding: var(--sp-10) var(--sp-6) var(--sp-12); justify-content: flex-start; }
  .about__lead { font-size: 1.2rem; }
  .about__content p { font-size: 1rem; max-width: none; }

  .bento-row--halves, .bento-row--a1 { grid-template-columns: 1fr; }

  .achievements__intro { flex-direction: column; align-items: flex-start; }
  .achievements__intro-text { text-align: left; max-width: none; }

  .timeline::before { left: 64px; }
  .timeline__item { grid-template-columns: 64px 1fr; gap: 0 var(--sp-4); }

  .contact__grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  .footer__top { grid-template-columns: 1fr; gap: var(--sp-8); }
  .footer__bottom { flex-direction: column; align-items: flex-start; }

  .press__placeholder-inner { flex-direction: column; text-align: center; max-width: none; }
}

@media (max-width: 480px) {
  :root { --hero-size: 3.5rem; }
  .bento-card__inner { padding: var(--sp-5); }
  .contact__form-wrap { padding: var(--sp-5); }
  .a1-tools-grid { grid-template-columns: 1fr; }
  .hero__stats { flex-direction: row; gap: 0; padding: var(--sp-2) var(--sp-3); }
  .hero__stat-divider { width: 1px; height: 28px; }
  .hero__stat { flex-direction: column; justify-content: center; padding: 0.35rem 0; }
  .hero__stat strong { font-size: 1.4rem; }
  .timeline::before { display: none; }
  .timeline__item { grid-template-columns: 1fr; }
  .timeline__meta { flex-direction: row; align-items: center; justify-content: flex-start; padding-top: 0; margin-bottom: var(--sp-3); }
  .timeline__dot { display: none; }
  .timeline__year { text-align: left; }
}

/* ── SPOTLIGHT (press section) ───────────────────────────── */
#spotlightWrap > div:first-child {
  grid-template-columns: 1fr 280px;
}
@media (max-width: 700px) {
  #spotlightWrap > div:first-child {
    grid-template-columns: 1fr !important;
  }
  #spotThumbs {
    flex-direction: row !important;
    overflow-x: auto;
    gap: 0.5rem !important;
  }
  #spotThumbs > div {
    min-width: 140px;
  }
}
