/* ============================================================
   INTHEORIOUS — DJ EPK
   Dark luxury · Gold accents · Hospitality-grade
   ============================================================ */

:root {
  --bg: #0a0a0a;
  --surface: #111111;
  --surface-2: #161616;
  --accent: #c9a84c;
  --accent-light: #e8c96a;
  --accent-dim: rgba(201, 168, 76, 0.12);
  --text: #f4eade;
  --text-muted: #7a7a6e;
  --border: #222220;
  --border-light: #2e2e2b;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background-color: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ============================================================
   PAGE LOAD TRANSITION
   ============================================================ */

.page-loader {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.page-loader.hidden { opacity: 0; }

.loader-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.loader-logo.show { opacity: 1; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   TYPOGRAPHY UTILITIES
   ============================================================ */

.label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 32px;
}
.label::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 28px; height: 1px;
  background: var(--accent);
}

.gold-text {
  background: linear-gradient(135deg, #9d7d2e 0%, #c9a84c 25%, #f0d878 50%, #c9a84c 75%, #9d7d2e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   NAV
   ============================================================ */

#main-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 56px;
  transition: background 0.4s ease, padding 0.3s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
#main-nav.scrolled {
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 16px 56px;
  border-bottom-color: var(--border);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.2s ease;
  position: relative;
  padding-bottom: 2px;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width 0.25s ease;
}
.nav-links a:hover { color: var(--accent); }
.nav-links a:hover::after { width: 100%; }

/* ============================================================
   HERO — CENTERED (default / club EPK)
   ============================================================ */

#hero {
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: linear-gradient(160deg, #0a0a0a 0%, #0f0d07 35%, #181208 65%, #0d0b06 85%, #0a0a0a 100%);
  overflow: hidden;
}
#hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 50% 40%, rgba(201,168,76,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 35% 35% at 15% 85%, rgba(201,168,76,0.03) 0%, transparent 60%);
  pointer-events: none;
}
#hero::after {
  content: '';
  position: absolute; 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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.5s forwards;
}
.hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(72px, 10vw, 128px);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 0.95;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.7s forwards;
}
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  color: rgba(244,234,222,0.7);
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.9s forwards;
}
.hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.2em;
  opacity: 0;
  margin-bottom: 52px;
  animation: fadeUp 0.8s ease 1.0s forwards;
}
.hero-subtitle span { opacity: 0.45; margin: 0 10px; }
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.8s ease 1.15s forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.scroll-indicator {
  position: absolute;
  bottom: 44px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeUp 0.6s ease 1.6s forwards;
}
.scroll-indicator span {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.scroll-arrow {
  color: var(--accent);
  font-size: 14px;
  animation: bounceDown 2.5s ease-in-out infinite;
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50%       { transform: translateY(7px); opacity: 1; }
}

/* ============================================================
   HERO — SPLIT LAYOUT (hospitality EPK override)
   ============================================================ */

#hero.hero-split-layout {
  display: grid;
  grid-template-columns: 56% 44%;
  text-align: left;
  align-items: stretch;
}
#hero.hero-split-layout .hero-content {
  align-items: flex-start;
  padding: 0 64px 0 72px;
  justify-content: center;
}
#hero.hero-split-layout .hero-ctas {
  justify-content: flex-start;
}
#hero.hero-split-layout .scroll-indicator {
  bottom: 44px;
  left: 72px;
  transform: none;
  align-items: flex-start;
}
.hero-split-photo {
  position: relative;
  overflow: hidden;
}
.hero-split-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-split-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bg) 0%, rgba(10,10,10,0.3) 35%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}
.hero-split-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.3) 0%, transparent 20%, transparent 80%, rgba(10,10,10,0.4) 100%);
  z-index: 1;
  pointer-events: none;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 16px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.btn-outline {
  border: 1px solid rgba(201,168,76,0.6);
  color: var(--accent);
  background: transparent;
}
.btn-outline:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--bg);
}
.btn-fill {
  background: var(--accent);
  color: var(--bg);
  border: 1px solid var(--accent);
}
.btn-fill:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
}

/* ============================================================
   SECTION LAYOUT
   ============================================================ */

section { padding: 112px 56px; }
.container { max-width: 1180px; margin: 0 auto; }

/* ============================================================
   BIO
   ============================================================ */

#bio { background: var(--bg); }
.bio-grid {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 88px;
  align-items: start;
}
.bio-short {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  border-left: 2px solid var(--accent);
  padding-left: 24px;
  margin-bottom: 32px;
  opacity: 0.9;
}
.bio-full {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text);
  opacity: 0.72;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.stat-item {
  background: var(--surface);
  padding: 40px 28px;
  text-align: center;
  transition: background 0.25s ease;
}
.stat-item:hover { background: var(--surface-2); }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 5vw, 60px);
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.stat-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ============================================================
   CREDENTIALS MARQUEE
   ============================================================ */

#credentials {
  background: var(--surface);
  padding: 60px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.credentials-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
  margin-bottom: 32px;
  opacity: 0.8;
}
.marquee-wrapper {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 35s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-set {
  display: flex;
  align-items: center;
  gap: 0;
  padding-right: 0;
}
.venue-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #888880;
  transition: color 0.2s ease;
  white-space: nowrap;
  padding: 0 2px;
}
.venue-name:hover { color: var(--accent); }
.venue-sep {
  color: var(--accent);
  margin: 0 20px;
  font-size: 5px;
  opacity: 0.5;
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   MUSIC
   ============================================================ */

#music { background: var(--bg); }
.section-sub {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 52px;
  margin-top: -24px;
}
.mix-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 40px;
}
.mix-card {
  background: var(--surface);
  padding: 36px 32px;
  transition: background 0.25s ease;
  position: relative;
  overflow: hidden;
}
.mix-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.mix-card:hover::before { transform: scaleX(1); }
.mix-card:hover { background: var(--surface-2); }
.mix-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}
.mix-duration {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  margin-bottom: 18px;
}
.mix-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.mix-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(201,168,76,0.28);
  padding: 4px 10px;
}
.play-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-bottom: 24px;
}
.play-btn:hover { background: var(--accent-light); transform: scale(1.06); }
.play-btn i { color: var(--bg); font-size: 13px; margin-left: 2px; }
.sc-embed-placeholder {
  background: var(--accent-dim);
  border: 1px dashed rgba(201,168,76,0.2);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-embed-placeholder span {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.35);
}
.music-footer {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}
.music-footer a {
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}
.music-footer a:hover { color: var(--accent-light); }

/* ============================================================
   VIDEO
   ============================================================ */

#video {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.video-main {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0d0d0d;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}
.video-main:hover { border-color: rgba(201,168,76,0.5); }
.video-main:hover .video-play-icon { transform: scale(1.08); }
.video-play-icon {
  width: 76px; height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative; z-index: 2;
  background: rgba(10,10,10,0.5);
  backdrop-filter: blur(4px);
}
.video-play-icon i { color: var(--accent); font-size: 22px; margin-left: 4px; }
.video-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 32px;
  background: linear-gradient(transparent, rgba(10,10,10,0.9));
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.video-sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.video-sub {
  aspect-ratio: 16/9;
  background: #0a0a0a;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.video-sub:hover { border-color: rgba(201,168,76,0.4); }
.video-sub:hover .video-play-icon-sm { transform: scale(1.08); }
.video-play-icon-sm {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  background: rgba(10,10,10,0.4);
  backdrop-filter: blur(4px);
}
.video-play-icon-sm i { color: var(--accent); font-size: 14px; margin-left: 3px; }

/* ============================================================
   PRESS PHOTOS
   ============================================================ */

#photos { background: var(--bg); }
.photo-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
  gap: 12px;
  margin-bottom: 28px;
}
.photo-item {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  cursor: pointer;
}
.photo-item:nth-child(1) { aspect-ratio: 2/3; }
.photo-item:nth-child(2) { aspect-ratio: 4/3; }
.photo-item:nth-child(3) { aspect-ratio: 2/3; }
.photo-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s ease, filter 0.5s ease;
  filter: brightness(0.92);
}
.photo-item:hover img {
  transform: scale(1.04);
  filter: brightness(1);
}
.photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,10,10,0.88) 0%,
    rgba(10,10,10,0.3) 40%,
    rgba(201,168,76,0.06) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 28px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.photo-item:hover .photo-overlay { opacity: 1; }
.download-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  padding: 11px 22px;
  transition: background 0.2s ease;
  border: none;
  cursor: pointer;
}
.download-btn:hover { background: var(--accent-light); }
.photo-footer {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
  opacity: 0.7;
}

/* ============================================================
   SELECTED WORK
   ============================================================ */

#work {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.work-card {
  background: var(--surface);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease;
}
.work-card::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--border);
  transition: background 0.3s ease, width 0.3s ease;
}
.work-card:hover::after { background: var(--accent); width: 3px; }
.work-card:hover { background: rgba(201,168,76,0.025); }
.work-venue {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.2;
}
.work-type {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.work-location {
  font-size: 12px;
  color: rgba(201,168,76,0.55);
  font-family: 'Inter', sans-serif;
}

/* ============================================================
   WHY BOOK
   ============================================================ */

#why-book { background: var(--bg); border-top: 1px solid var(--border); }
.why-book-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.credential-pill {
  background: var(--surface);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background 0.25s ease;
  border-top: 2px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.credential-pill:hover {
  background: var(--surface-2);
  border-top-color: var(--accent);
}
.pill-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.pill-detail {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ============================================================
   CONTACT
   ============================================================ */

#contact { background: var(--bg); text-align: center; }
.contact-display {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  font-style: italic;
  color: var(--text);
  line-height: 1.4;
  max-width: 680px;
  margin: 0 auto 52px;
  opacity: 0.88;
}
.contact-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.contact-email {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  display: inline-block;
  margin-bottom: 52px;
  background: linear-gradient(135deg, #9d7d2e 0%, #c9a84c 30%, #f0d878 55%, #c9a84c 75%, #9d7d2e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.social-row {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.social-link {
  font-size: 19px;
  color: var(--text-muted);
  transition: color 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  gap: 11px;
}
.social-link span {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.social-link:hover { color: var(--accent); transform: translateY(-2px); }
.contact-note {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  opacity: 0.6;
}
.contact-note span { margin: 0 14px; color: var(--accent); opacity: 0.4; }

/* ============================================================
   FOOTER
   ============================================================ */

footer {
  border-top: 1px solid var(--border);
  padding: 36px 56px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.5;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.6;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1100px) {
  section { padding: 88px 40px; }
  #main-nav, #main-nav.scrolled { padding-left: 40px; padding-right: 40px; }
  .bio-grid { grid-template-columns: 1fr; gap: 52px; }
  .mix-cards { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .why-book-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  section { padding: 72px 24px; }
  #main-nav, #main-nav.scrolled { padding-left: 24px; padding-right: 24px; }
  .nav-links { display: none; }
  #hero.hero-split-layout {
    grid-template-columns: 1fr;
    text-align: center;
    height: auto;
    min-height: 100svh;
  }
  #hero.hero-split-layout .hero-content {
    padding: 120px 32px 60px;
    align-items: center;
    order: 2;
  }
  #hero.hero-split-layout .hero-ctas { justify-content: center; }
  #hero.hero-split-layout .scroll-indicator { left: 50%; transform: translateX(-50%); bottom: 32px; align-items: center; }
  .hero-split-photo {
    order: 1;
    height: 50vw;
    max-height: 320px;
  }
  .hero-split-photo::before { background: linear-gradient(to bottom, transparent 0%, var(--bg) 100%); }
  .mix-cards { grid-template-columns: 1fr; }
  .video-sub-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-item:nth-child(2) { grid-column: span 2; aspect-ratio: 16/9; }
  .work-grid { grid-template-columns: 1fr; }
  .why-book-grid { grid-template-columns: 1fr 1fr; }
  footer { flex-direction: column; gap: 12px; }
}

@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn { width: 240px; text-align: center; }
  .why-book-grid { grid-template-columns: 1fr; }
  .social-row { flex-direction: column; align-items: center; gap: 20px; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-item:nth-child(2) { grid-column: span 1; aspect-ratio: 4/3; }
}
