/* ============================================================
   DLAMEATS — Derek Lam media kit  (LIGHT / WARM theme)
   Style: friendly & inviting, soft cards on a cream base
   Background: Aceternity "Aurora Background" (21st.dev),
   re-implemented in vanilla CSS and recolored warm/light.
   Palette: peach / coral / gold / rose on warm cream
   Type: Playfair Display (display) + Inter (UI/body)
   ============================================================ */

:root {
  /* ===== THEME: Sunset (default) ===== */
  --bg: #fff8f1;            /* warm cream */
  --card: #ffffff;
  --card-2: #fff5ec;
  --ink: #2a1810;          /* warm near-black */
  --ink-soft: #5a4438;
  --muted: #8a7264;
  --muted-2: #a8917f;
  --red: #ef4444;
  --orange: #f97316;       /* primary accent */
  --coral: #fb7185;
  --gold: #f59e0b;
  --amber: #fbbf24;
  --line: #f0e2d6;
  --line-2: #ead9c9;
  --track: #f1e2d4;        /* progress-bar tracks */
  --nav-bg: rgba(255, 248, 241, 0.72);
  --glow: rgba(251, 191, 36, 0.30);
  --warm: repeating-linear-gradient(100deg, #fff 0%, #fff 7%, transparent 10%, transparent 12%, #fff 16%);
  --aurora: repeating-linear-gradient(100deg, #fb7185 8%, #fdba74 14%, #fcd34d 20%, #fda4af 26%, #f97316 32%);

  --shadow: 24px 30px 60px -28px rgba(120, 60, 20, 0.28);
  --shadow-sm: 0 12px 28px -16px rgba(120, 60, 20, 0.30);
  --maxw: 1180px;
  --radius: 22px;
}

/* ===== THEME: Matcha (fresh green) ===== */
body[data-theme="matcha"] {
  --bg: #f6faf1; --card: #ffffff; --card-2: #eef6e6;
  --ink: #1c2a16; --ink-soft: #3d4f33; --muted: #6c805d; --muted-2: #92a685;
  --orange: #4d9e2a; --coral: #84cc16; --gold: #65a30d; --amber: #a3e635; --red: #e11d48;
  --line: #e3eed6; --line-2: #d4e6c3; --track: #e3eed6;
  --nav-bg: rgba(246, 250, 241, 0.74);
  --glow: rgba(132, 204, 22, 0.26);
  --warm: repeating-linear-gradient(100deg, #fff 0%, #fff 7%, transparent 10%, transparent 12%, #fff 16%);
  --aurora: repeating-linear-gradient(100deg, #86efac 8%, #bef264 14%, #fde68a 20%, #a7f3d0 26%, #4d9e2a 32%);
}

/* ===== THEME: Berry (raspberry + plum) ===== */
body[data-theme="berry"] {
  --bg: #fff4f8; --card: #ffffff; --card-2: #fdeaf2;
  --ink: #3a1226; --ink-soft: #6a3552; --muted: #9c6b85; --muted-2: #bd8fa6;
  --orange: #e11d62; --coral: #f472b6; --gold: #d946ef; --amber: #fb7185; --red: #e11d48;
  --line: #f7dde9; --line-2: #f1ccdd; --track: #f7dde9;
  --nav-bg: rgba(255, 244, 248, 0.76);
  --glow: rgba(217, 70, 239, 0.22);
  --warm: repeating-linear-gradient(100deg, #fff 0%, #fff 7%, transparent 10%, transparent 12%, #fff 16%);
  --aurora: repeating-linear-gradient(100deg, #fb7185 8%, #f0abfc 14%, #fbcfe8 20%, #f9a8d4 26%, #e11d62 32%);
}

/* ===== THEME: Ocean (teal/cyan + warm pop) ===== */
body[data-theme="ocean"] {
  --bg: #f2f9fb; --card: #ffffff; --card-2: #e7f3f7;
  --ink: #0f2a33; --ink-soft: #335863; --muted: #5f808a; --muted-2: #86a3ac;
  --orange: #0891b2; --coral: #f97316; --gold: #0e7490; --amber: #22d3ee; --red: #ef4444;
  --line: #dbecf0; --line-2: #c7e2e8; --track: #dbecf0;
  --nav-bg: rgba(242, 249, 251, 0.74);
  --glow: rgba(6, 182, 212, 0.24);
  --warm: repeating-linear-gradient(100deg, #fff 0%, #fff 7%, transparent 10%, transparent 12%, #fff 16%);
  --aurora: repeating-linear-gradient(100deg, #22d3ee 8%, #7dd3fc 14%, #fcd34d 20%, #67e8f9 26%, #0891b2 32%);
}

/* ===== THEME: Grape (violet + gold pop) ===== */
body[data-theme="grape"] {
  --bg: #f8f6fd; --card: #ffffff; --card-2: #f1ecfb;
  --ink: #241433; --ink-soft: #473163; --muted: #7a6695; --muted-2: #9c8bb3;
  --orange: #7c3aed; --coral: #a855f7; --gold: #f59e0b; --amber: #c4b5fd; --red: #ef4444;
  --line: #e9e1f7; --line-2: #ddcff0; --track: #e9e1f7;
  --nav-bg: rgba(248, 246, 253, 0.76);
  --glow: rgba(124, 58, 237, 0.20);
  --warm: repeating-linear-gradient(100deg, #fff 0%, #fff 7%, transparent 10%, transparent 12%, #fff 16%);
  --aurora: repeating-linear-gradient(100deg, #c4b5fd 8%, #f0abfc 14%, #fde68a 20%, #a78bfa 26%, #7c3aed 32%);
}

/* ===== THEME: Charcoal (warm dark / cinematic) ===== */
body[data-theme="charcoal"] {
  --bg: #17100b; --card: #241811; --card-2: #1e130c;
  --ink: #fff4ea; --ink-soft: #e6d0c0; --muted: #b89a86; --muted-2: #8f7464;
  --orange: #f97316; --coral: #fb7185; --gold: #fbbf24; --amber: #fcd34d; --red: #ef4444;
  --line: rgba(255, 210, 170, 0.14); --line-2: rgba(255, 200, 150, 0.20); --track: rgba(255,255,255,0.10);
  --nav-bg: rgba(23, 16, 11, 0.72);
  --glow: rgba(249, 115, 22, 0.32);
  --warm: repeating-linear-gradient(100deg, #17100b 0%, #17100b 7%, transparent 10%, transparent 12%, #17100b 16%);
  --aurora: repeating-linear-gradient(100deg, #f97316 8%, #fb7185 14%, #fbbf24 20%, #ef4444 26%, #f97316 32%);
  --shadow: 24px 30px 60px -28px rgba(0,0,0,0.7);
  --shadow-sm: 0 12px 28px -16px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--orange); color: #fff; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }
img { max-width: 100%; display: block; }

/* ============================================================
   AURORA BACKGROUND  (warm, light)
   ============================================================ */
.aurora-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--bg);
}
.aurora {
  position: absolute;
  inset: -20%;
  background-image: var(--warm), var(--aurora);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  filter: blur(8px) saturate(115%);
  mask-image: radial-gradient(ellipse at 100% 0%, #000 8%, transparent 62%);
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, #000 8%, transparent 62%);
  opacity: 0.55;
  will-change: background-position;
}
.aurora::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--warm), var(--aurora);
  background-size: 200%, 100%;
  background-attachment: fixed;
  mix-blend-mode: multiply;
  animation: aurora 60s linear infinite;
}
/* second warm glow anchored bottom-left for balance */
.aurora-bg::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -20%;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle at center, var(--glow), transparent 60%);
  pointer-events: none;
}
@keyframes aurora {
  from { background-position: 50% 50%, 50% 50%; }
  to   { background-position: 350% 50%, 350% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .aurora::after { animation: none; }
}

/* ============================================================
   SHARED
   ============================================================ */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 0.72em 1.4em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.btn-lg { font-size: 1.02rem; padding: 0.9em 1.7em; }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--amber) 0%, var(--orange) 50%, var(--coral) 100%);
  box-shadow: 0 12px 26px -10px rgba(249, 115, 22, 0.6);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(251, 113, 133, 0.6); }
.btn-ghost {
  color: var(--ink);
  background: var(--card);
  border-color: var(--line-2);
}
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--orange); color: var(--orange); }

.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(58px, 10vw, 130px) clamp(20px, 5vw, 40px);
}
#work, #reel, #brands, #audience, #book { scroll-margin-top: 84px; }

.section-head { max-width: 720px; margin-bottom: clamp(34px, 6vw, 60px); }
.kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 14px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.section-title em { color: var(--orange); font-style: italic; }
.section-lead { font-size: clamp(1rem, 2vw, 1.18rem); color: var(--ink-soft); margin: 0; max-width: 62ch; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px clamp(20px, 5vw, 40px);
}
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--nav-bg);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid var(--line);
  z-index: -1;
}
.brand { display: flex; align-items: center; gap: 9px; font-weight: 900; font-size: 1.18rem; letter-spacing: 0.02em; color: var(--ink); }
.brand-accent { color: var(--orange); }
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a { font-size: 0.92rem; font-weight: 600; color: var(--ink-soft); transition: color 0.18s ease; }
.nav-links a:hover { color: var(--orange); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-social { display: flex; align-items: center; gap: 6px; }
.nav-social a {
  display: grid; place-items: center;
  width: 34px; height: 34px;
  border-radius: 10px;
  color: var(--ink-soft);
  border: 1px solid var(--line-2);
  background: var(--card);
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.nav-social a:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.nav-toggle { display: none; }

/* ============================================================
   SIDE SCROLL-SPY NAV (dotnav)
   ============================================================ */
.dotnav {
  position: fixed; left: clamp(16px, 2.2vw, 36px); top: 50%; transform: translateY(-50%);
  z-index: 90; display: flex; flex-direction: column; gap: 30px;
  padding: 22px 14px;
}
/* connecting track (aligned to dot centers on the left) */
.dotnav::before {
  content: ""; position: absolute; left: 21px; top: 34px; bottom: 34px;
  width: 2px; border-radius: 2px;
  background: var(--line-2);
  z-index: -1;
}
.dotnav a { display: flex; align-items: center; justify-content: flex-start; gap: 14px; }
.dn-dot {
  width: 16px; height: 16px; border-radius: 50%; flex: none;
  border: 2.5px solid var(--line-2); background: var(--bg);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.dn-label {
  font-size: 0.92rem; font-weight: 700; white-space: nowrap; color: var(--ink);
  background: var(--card); border: 1px solid var(--line-2); box-shadow: var(--shadow-sm);
  padding: 7px 15px; border-radius: 999px;
  opacity: 0; transform: translateX(-8px); pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.dotnav a:hover .dn-label,
.dotnav a.is-active .dn-label { opacity: 1; transform: none; }
.dotnav a:hover .dn-dot { border-color: var(--orange); transform: scale(1.15); }
.dotnav a.is-active .dn-dot {
  background: linear-gradient(135deg, var(--amber), var(--orange));
  border-color: transparent; transform: scale(1.45);
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.18);
}
@media (max-width: 980px) { .dotnav { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(40px, 7vw, 88px) clamp(20px, 5vw, 40px) clamp(48px, 7vw, 92px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
  background: var(--card);
  border: 1px solid var(--line-2);
  padding: 7px 14px;
  border-radius: 999px;
  margin: 0 0 24px;
  box-shadow: var(--shadow-sm);
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(251, 113, 133, 0.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(251, 113, 133, 0); } 100% { box-shadow: 0 0 0 0 rgba(251, 113, 133, 0); } }
@media (prefers-reduced-motion: reduce) { .pulse-dot { animation: none; } }

.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 6.2vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: var(--ink);
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(105deg, var(--gold) 0%, var(--orange) 50%, var(--coral) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 54ch;
  margin: 0 0 26px;
}
.hero-sub strong { color: var(--ink); font-weight: 700; }

.hero-socials { margin-bottom: 28px; }
.soc-label { display: block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.soc-row { display: flex; flex-wrap: wrap; gap: 12px; }
.soc-pill {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 10px 18px 10px 12px; border-radius: 16px;
  background: var(--card); border: 1.5px solid var(--line-2);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.18s ease;
}
.soc-pill:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.soc-ico {
  width: 38px; height: 38px; border-radius: 11px;
  display: grid; place-items: center; color: #fff; flex: none;
}
.soc-txt { display: flex; flex-direction: column; line-height: 1.15; }
.soc-txt b { font-size: 0.94rem; font-weight: 700; color: var(--ink); }
.soc-txt small { font-size: 0.78rem; color: var(--muted); font-weight: 600; }
/* brand colors on the icon tiles */
.soc-tiktok .soc-ico { background: #111; }
.soc-tiktok:hover { border-color: #111; }
.soc-ig .soc-ico { background: linear-gradient(45deg, #f9ce34, #ee2a7b 45%, #6228d7); }
.soc-ig:hover { border-color: #ee2a7b; }
.soc-yt .soc-ico { background: #ff0000; }
.soc-yt:hover { border-color: #ff0000; }
.soc-snap .soc-ico { background: #fffc00; color: #1a1206; }
.soc-snap:hover { border-color: #f1b800; }
.soc-fb .soc-ico { background: #1877f2; }
.soc-fb:hover { border-color: #1877f2; }
.soc-tree .soc-ico { background: linear-gradient(135deg, var(--amber), var(--orange)); }
.soc-tree:hover { border-color: var(--orange); }

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* portrait */
.hero-portrait { position: relative; justify-self: center; }
.portrait-frame {
  position: relative;
  width: clamp(240px, 34vw, 420px);
  aspect-ratio: 1;
  border-radius: 28px;
  padding: 10px;
  background: linear-gradient(150deg, var(--amber), var(--coral));
  box-shadow: 28px 36px 70px -30px rgba(180, 70, 30, 0.5);
  transform: rotate(2.5deg);
}
.portrait-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #fff;
}
.portrait-badge {
  position: absolute;
  left: -18px;
  bottom: 22px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.pb-num { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.5rem; color: var(--ink); }
.pb-label { font-size: 0.74rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   PLATFORM BAND
   ============================================================ */
.platforms {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 18px);
}
.plat { display: flex; flex-direction: column; gap: 6px; padding: 22px; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.plat:hover:not(.plat-static) { transform: translateY(-4px); border-color: var(--orange); box-shadow: var(--shadow); }
.plat-top { display: flex; align-items: center; justify-content: space-between; }
.plat-name { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.plat-at { text-transform: none; letter-spacing: 0; font-weight: 600; color: var(--muted-2); }
.ext { color: var(--muted-2); }
.plat-num { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(1.6rem, 3.4vw, 2.3rem); line-height: 1; color: var(--ink); }
.plat-handle { font-size: 0.85rem; color: var(--muted); }

/* ============================================================
   PILLARS
   ============================================================ */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 20px); }
.pillar { padding: 28px 24px; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.pillar:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: var(--shadow); }
.pillar-ico {
  font-size: 1.6rem; margin-bottom: 16px;
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(150deg, #fff3e6, #ffe4d6);
  border: 1px solid var(--line-2);
}
.pillar h3 { font-size: 1.14rem; font-weight: 700; margin: 0 0 8px; color: var(--ink); }
.pillar p { font-size: 0.94rem; color: var(--ink-soft); margin: 0; }

/* ============================================================
   GREATEST HITS
   ============================================================ */
.reel-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.chip {
  border: 1.5px solid var(--line-2); background: var(--card); color: var(--ink-soft);
  font-size: 0.85rem; font-weight: 600; padding: 8px 15px; border-radius: 999px; cursor: pointer;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
.chip:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-1px); }
.chip.is-active { background: linear-gradient(135deg, var(--orange), var(--coral)); color: #fff; border-color: transparent; }
.chip:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.reel-empty { text-align: center; color: var(--muted); padding: 30px 0; }
.reel-card.hide { display: none; }
.reel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 20px); }
.reel-card { overflow: hidden; padding: 0; transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.2s ease; }
.reel-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--orange); }
.reel-media { position: relative; aspect-ratio: 9 / 12; overflow: hidden; background: #f3e6da; }
.reel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.reel-card:hover .reel-media img { transform: scale(1.05); }
.reel-media::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(40, 18, 8, 0.32), rgba(40, 18, 8, 0) 42%);
}
.views-badge {
  position: absolute; left: 10px; bottom: 10px; z-index: 2;
  font-size: 0.82rem; font-weight: 800; color: #fff;
  background: rgba(20, 10, 4, 0.62);
  backdrop-filter: blur(6px);
  padding: 5px 11px; border-radius: 999px;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}
.play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  z-index: 2;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--orange);
  font-size: 1rem;
  padding-left: 3px;
  box-shadow: 0 8px 20px -6px rgba(0,0,0,0.4);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.reel-card:hover .play { transform: translate(-50%, -50%) scale(1.12); background: var(--orange); color: #fff; }
.reel-meta { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 2px; }
.reel-tag { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--orange); }
.reel-views { font-size: 0.8rem; color: var(--muted); }
.reel-cap { padding: 4px 16px 18px; margin: 0; font-size: 0.98rem; font-weight: 600; color: var(--ink); }

/* ============================================================
   FOR BRANDS
   ============================================================ */
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 20px); margin-bottom: 24px; }
.pkg { position: relative; padding: 30px 26px; display: flex; flex-direction: column; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.pkg:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pkg-feature { border-color: var(--orange); box-shadow: 0 26px 56px -28px rgba(249, 115, 22, 0.55); }
.pkg-badge {
  position: absolute; top: -11px; left: 26px;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--coral));
  padding: 5px 12px; border-radius: 999px;
}
.pkg-name { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.4rem; margin: 0 0 10px; color: var(--ink); }
.pkg-desc { font-size: 0.95rem; color: var(--ink-soft); margin: 0 0 18px; }
.pkg-list { list-style: none; margin: auto 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.pkg-list li { position: relative; padding-left: 24px; font-size: 0.92rem; color: var(--ink-soft); }
.pkg-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 900; font-size: 0.85rem; }

.logos { padding: 28px clamp(22px, 4vw, 38px); text-align: center; }
.logos-label { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px; font-weight: 700; }
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 16px; }
.logo-chip {
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.02rem;
  color: var(--ink-soft);
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line-2); background: var(--card-2);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
}
.logo-chip:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.logos-foot { font-size: 0.84rem; color: var(--muted); margin: 0; }

/* ============================================================
   AUDIENCE
   ============================================================ */
.aud-grid { display: grid; grid-template-columns: repeat(2, 1fr) 1.1fr; gap: clamp(14px, 2vw, 20px); align-items: start; }
.aud-card { padding: 26px 24px; }
.aud-h { font-size: 1.1rem; font-weight: 700; margin: 0 0 20px; color: var(--ink); }
.bar { display: grid; grid-template-columns: 92px 1fr 42px; align-items: center; gap: 12px; margin-bottom: 14px; }
.bar-l { font-size: 0.85rem; color: var(--ink-soft); }
.bar-track { height: 8px; border-radius: 999px; background: var(--track); overflow: hidden; }
.bar-fill { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--amber), var(--coral)); transition: width 1.1s cubic-bezier(.22,1,.36,1); }
.bar-fill.fill { width: var(--w); }
.bar-v { font-size: 0.85rem; font-weight: 700; color: var(--ink); text-align: right; font-variant-numeric: tabular-nums; }
.aud-tall .aud-tags { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.aud-tall .aud-tags li {
  font-size: 0.86rem; color: var(--ink-soft);
  padding: 7px 13px; border-radius: 999px;
  border: 1px solid var(--line-2); background: var(--card-2);
}
.aud-foot { font-size: 0.9rem; color: var(--muted); margin: 0; }

/* ============================================================
   PULL QUOTE
   ============================================================ */
.quote-wrap { max-width: 960px; margin: 0 auto; padding: clamp(28px, 6vw, 64px) clamp(20px, 5vw, 40px); text-align: center; }
.pullquote { margin: 0; }
.pullquote p {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700;
  font-size: clamp(1.7rem, 4.8vw, 3.1rem); line-height: 1.14; margin: 0 0 16px; color: var(--ink);
}
.pullquote em { background: linear-gradient(105deg, var(--gold), var(--orange), var(--coral)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pullquote cite { font-style: normal; font-size: 0.95rem; letter-spacing: 0.04em; color: var(--muted); }

/* ============================================================
   BOOK / CONTACT
   ============================================================ */
.book { max-width: 920px; }
.book-card { padding: clamp(32px, 5vw, 56px); }
.book-title { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.05; margin: 0 0 14px; color: var(--ink); }
.book-title em { color: var(--orange); }
.book-lead { font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ink-soft); margin: 0 0 30px; max-width: 56ch; }
.book-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.03em; color: var(--ink-soft); }
.field input, .field textarea {
  font-family: inherit; font-size: 0.98rem; color: var(--ink);
  background: var(--card-2);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 13px 15px;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--orange); background: var(--card); box-shadow: 0 0 0 3px rgba(249,115,22,0.12); }
.book-form .btn { margin-top: 4px; }
.book-alt { margin: 20px 0 0; font-size: 0.88rem; color: var(--muted); }
.book-alt a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 38px clamp(20px, 5vw, 40px) 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
}
.footer-brand { font-weight: 900; font-size: 1.2rem; letter-spacing: 0.02em; color: var(--ink); }
.footer-social { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap; }
.footer-social a { font-size: 0.9rem; color: var(--ink-soft); transition: color 0.18s ease; }
.footer-social a:hover { color: var(--orange); }
.footer-fine { width: 100%; font-size: 0.82rem; color: var(--muted-2); margin: 6px 0 0; }

/* ============================================================
   THEME PREVIEW SWITCHER
   ============================================================ */
.theme-switch {
  position: fixed; right: 16px; bottom: 16px; z-index: 95;
  display: flex; align-items: center; gap: 8px;
  background: var(--card); border: 1px solid var(--line-2);
  border-radius: 999px; padding: 8px 12px; box-shadow: var(--shadow);
}
.ts-label { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-right: 2px; }
.ts-btn {
  width: 26px; height: 26px; border-radius: 50%; cursor: pointer;
  border: 2px solid var(--line-2);
  background: linear-gradient(135deg, var(--c1), var(--c2) 55%, var(--c3));
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.ts-btn:hover { transform: scale(1.14); }
.ts-btn.is-active { border-color: var(--ink); transform: scale(1.16); box-shadow: 0 0 0 3px var(--glow); }
.ts-btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
@media (max-width: 560px) { .ts-label { display: none; } .theme-switch { gap: 6px; padding: 7px 10px; } }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; text-align: left; }
  .hero-portrait { justify-self: start; margin-top: 12px; }
  .portrait-frame { width: clamp(220px, 60vw, 320px); }
  .platforms { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .reel-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-grid { grid-template-columns: 1fr; }
  .aud-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav { flex-wrap: wrap; }
  .nav-right { display: none; }
  .nav-toggle {
    display: flex; flex-direction: column; gap: 5px; margin-left: auto; order: 2;
    background: none; border: none; cursor: pointer; padding: 6px;
  }
  .nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease; }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links {
    order: 3; width: 100%;
    flex-direction: column; gap: 16px;
    max-height: 0; overflow: hidden; opacity: 0; margin: 0; pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.25s ease;
  }
  .nav.open .nav-links {
    max-height: 320px; opacity: 1; pointer-events: auto;
    margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line);
  }
  .nav.open .nav-right {
    display: flex; order: 4; width: 100%; justify-content: space-between;
    margin-top: 12px;
  }
  .nav-links a { font-size: 1.05rem; }
}

@media (max-width: 560px) {
  .reel-grid { grid-template-columns: 1fr 1fr; }
  .platforms { grid-template-columns: 1fr 1fr; }
  .book-form { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(2.2rem, 9vw, 3rem); }
}
