/* =====================================================================
   Jacquelyn "Jax" Fuchs — Performer Site
   Design system: "Spotlight" — cream paper, plum dark sections,
   coral / marigold / teal accents. Fraunces + Plus Jakarta + Caveat.
   ===================================================================== */

/* ---------- Tokens ---------- */
:root {
  --cream:      #FFF8F0;
  --cream-2:    #FBEEDF;
  --paper:      #FFFFFF;
  --ink:        #44394F;
  --ink-soft:   #6b6175;
  --plum:       #2C1E40;
  --plum-2:     #1d1430;
  --coral:      #FF5E57;
  --coral-deep: #E8443D;
  --teal:       #2EC4B6;
  --rose:       #FFE3DC;
  --line:       #ece0d2;

  --shadow-sm: 0 4px 14px rgba(39, 27, 54, .08);
  --shadow-md: 0 14px 40px rgba(39, 27, 54, .12);
  --shadow-lg: 0 30px 70px rgba(39, 27, 54, .20);

  --radius:    18px;
  --radius-lg: 28px;
  --container: 1200px;

  --font-display: "Caveat", "Bradley Hand", cursive;
  --font-serif:   "Fraunces", Georgia, serif;
  --font-body:    "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-hand:    "Caveat", "Bradley Hand", cursive;

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 4px; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.05; letter-spacing: 0; }
.display { font-size: clamp(3.2rem, 1.6rem + 7vw, 6.5rem); font-weight: 700; line-height: .95; }
h2.section-title { font-size: clamp(2.4rem, 1.5rem + 3.6vw, 4.2rem); font-weight: 700; }
h3 { font-size: clamp(1.5rem, 1.2rem + .8vw, 2rem); }
.hand { font-family: var(--font-hand); font-weight: 700; }
.eyebrow {
  font-family: var(--font-hand);
  font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem);
  color: var(--coral);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  transform: rotate(-2deg);
}
.lede { font-size: clamp(1.1rem, 1rem + .5vw, 1.4rem); color: var(--ink-soft); }
.muted { color: var(--ink-soft); }

/* ---------- Layout ---------- */
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 2rem + 7vw, 7rem) 0; }
.section--tight { padding: clamp(2.5rem, 1.5rem + 4vw, 4.5rem) 0; }
/* Tighter vertical rhythm on inner pages (home keeps its roomier spacing) */
.subpage .section { padding: clamp(2.5rem, 1.5rem + 4.5vw, 4.75rem) 0; }
.subpage .section--tight { padding: clamp(1.75rem, 1.2rem + 2.5vw, 3rem) 0; }
.subpage .page-hero { padding: clamp(1.75rem, 1.2rem + 3vw, 3.25rem) 0 clamp(1rem, .8rem + 1.5vw, 2rem); }
.center { text-align: center; }
.stack > * + * { margin-top: 1.1rem; }

/* dark "spotlight" section */
.dark {
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(46,196,182,.18), transparent 55%),
    radial-gradient(90% 80% at 12% 110%, rgba(255,94,87,.22), transparent 55%),
    linear-gradient(160deg, var(--plum), var(--plum-2));
  color: #f6efe6;
}
.dark .muted, .dark .lede { color: #cdc2d6; }
.dark h1, .dark h2, .dark h3 { color: #fff; }
.tint { background: var(--cream-2); }
/* Distinct soft band that reads as its own section */
.section--band {
  background:
    radial-gradient(110% 80% at 50% 0%, rgba(46,196,182,.10), transparent 60%),
    var(--rose);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .85rem 1.6rem; border-radius: 999px;
  font-weight: 700; font-size: 1rem; border: 2px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
  will-change: transform;
}
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }
.btn--primary { background: var(--coral); color: #fff; box-shadow: 0 10px 24px rgba(255,94,87,.35); }
.btn--primary:hover { background: var(--coral-deep); }
.btn--ghost { background: transparent; border-color: currentColor; color: var(--teal); }
.dark .btn--ghost { color: #fff; }
.btn--ghost:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.dark .btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--teal { background: var(--teal); color: #fff; box-shadow: 0 10px 24px rgba(46,196,182,.35); }
.btn--teal:hover { background: #28b0a3; }

/* Fun button (matches the nav Contact button: shine + persistent star + hover pop/twinkle) */
.btn--fun { position: relative; overflow: hidden; }
.btn--fun::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.6), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease); pointer-events: none;
}
.btn--fun::after {
  content: "✦"; position: absolute; top: 6px; right: 13px; font-size: .85rem; color: #fff;
  opacity: .9; transform: scale(1) rotate(0); transition: opacity .2s var(--ease), transform .4s var(--ease); pointer-events: none;
}
.btn--fun:hover { animation: cta-pop .45s var(--ease) forwards; }
.btn--fun:hover::before { left: 135%; }
.btn--fun:hover::after { opacity: 1; transform: scale(1.15) rotate(0); animation: cta-twinkle 1.1s ease-in-out .35s infinite; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* Visually hidden but available to screen readers & search engines */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap;
}

/* ---------- Header ---------- */
.skip-link {
  position: fixed; top: -100px; left: 1rem; z-index: 200;
  background: var(--plum); color: #fff; padding: .7rem 1.1rem; border-radius: 10px;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: static; z-index: 100;
  background: var(--cream);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 0; }

.logo { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); }
.logo-mark {
  display: block; height: 46px; width: auto; aspect-ratio: 1544 / 438;
  object-fit: contain;
}
/* Coral PNG → white for the dark footer */
.site-footer .logo-mark { height: 64px; filter: brightness(0) invert(1); }
.logo-text { font-weight: 800; font-size: 1.45rem; letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.logo-text em { font-style: normal; color: var(--coral); }
.logo-star { color: var(--coral); font-size: 1.2rem; animation: twinkle 3.5s ease-in-out infinite; }
@keyframes twinkle { 0%,100%{opacity:1;transform:scale(1) rotate(0)} 50%{opacity:.55;transform:scale(.8) rotate(40deg)} }

.primary-nav ul { display: flex; align-items: center; gap: .35rem; }
.primary-nav a {
  display: inline-block; padding: .5rem .9rem; border-radius: 999px;
  font-weight: 600; font-size: 1rem; color: var(--teal); transition: color .2s, background .2s;
}
.primary-nav a:hover { color: var(--coral); }
.primary-nav a.is-active { color: var(--coral); }
.primary-nav a.nav-cta {
  position: relative; overflow: hidden; margin-left: 1.1rem;
  background: var(--coral); color: #fff; padding: .7rem 2.4rem; font-size: 1.05rem;
  box-shadow: 0 8px 18px rgba(255,94,87,.3);
  transition: transform .25s var(--ease), background .2s, box-shadow .25s;
}
.primary-nav a.nav-cta::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.6), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease); pointer-events: none;
}
.primary-nav a.nav-cta::after {
  content: "✦"; position: absolute; top: 3px; right: 9px; font-size: .85rem; color: #fff;
  opacity: .9; transform: scale(1) rotate(0); transform-origin: center;
  transition: opacity .2s var(--ease), transform .4s var(--ease); pointer-events: none;
}
.primary-nav a.nav-cta:hover {
  background: var(--coral-deep); color: #fff;
  box-shadow: 0 16px 32px rgba(255,94,87,.5);
  animation: cta-pop .45s var(--ease) forwards;
}
.primary-nav a.nav-cta:hover::before { left: 135%; }
.primary-nav a.nav-cta:hover::after { opacity: 1; transform: scale(1.15) rotate(0); animation: cta-twinkle 1.1s ease-in-out .35s infinite; }
@keyframes cta-pop {
  0%   { transform: translateY(0) rotate(0) scale(1); }
  55%  { transform: translateY(-5px) rotate(-7deg) scale(1.13); }
  100% { transform: translateY(-3px) rotate(-3.5deg) scale(1.08); }
}
@keyframes cta-twinkle {
  0%, 100% { opacity: 1; transform: scale(1.15) rotate(0); }
  50%      { opacity: .45; transform: scale(.8) rotate(35deg); }
}

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: .5rem; }
.nav-toggle span { width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Instagram icon in the header nav */
.nav-social { display: inline-flex; }
.primary-nav a.nav-ig {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; padding: 0; margin-left: .4rem; color: var(--teal);
}
.primary-nav a.nav-ig:hover { color: var(--coral); background: var(--rose); }
.primary-nav a.nav-ig svg { width: 23px; height: 23px; }
.nav-ig-label { display: none; }

/* ---------- Image frames ---------- */
.frame { position: relative; overflow: hidden; box-shadow: var(--shadow-md); background: var(--cream-2); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--arch { border-radius: 44% 44% var(--radius) var(--radius) / 18% 18% var(--radius) var(--radius); }
.frame--blob { border-radius: 62% 38% 46% 54% / 56% 44% 56% 44%; }
.frame--rounded { border-radius: var(--radius-lg); }
.frame--circle { border-radius: 50%; aspect-ratio: 1; }

/* decorative bits */
.sparkle { position: absolute; color: var(--coral); pointer-events: none; opacity: .9; filter: drop-shadow(0 2px 6px rgba(0,0,0,.15)); }
.blob-bg { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; pointer-events: none; z-index: 0; }

/* ---------- HOME hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: clamp(1.25rem, 3vw, 3rem);
  padding: clamp(.4rem, .3rem + 1vw, 1.25rem) 0 clamp(3rem, 2rem + 4vw, 5rem);
}
.hero-photo { position: relative; }
.hero-photo .frame { aspect-ratio: 5/6; }
.hero-photo .frame img { object-position: center top; }
.hero-badge {
  position: absolute; right: -42px; bottom: -28px; z-index: 3;
  background: var(--paper); color: var(--ink); border-radius: 24px;
  padding: 1.1rem 1.7rem; box-shadow: 0 22px 50px rgba(39, 27, 54, .28); transform: rotate(-4deg);
  font-weight: 700; line-height: 1.05; text-align: center;
}
.hero-badge b { display: block; font-family: var(--font-display); font-size: 2.9rem; color: var(--coral); }
.hero-badge small { font-size: 1.1rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }

.hero-copy { text-align: center; }
.hero-copy .btn-row { justify-content: center; }
.hero-copy .display { color: var(--ink); }
.hero-copy .display .nick { color: var(--coral); }
.hero-logo { margin: .15rem 0 .4rem; line-height: 0; }
.hero-logo .logo-mark { width: clamp(280px, 40vw, 480px); height: auto; max-width: 100%; margin-inline: auto; }
.hero-roles { font-family: var(--font-hand); font-weight: 700; font-size: clamp(1.8rem, 1.2rem + 2.4vw, 3rem); color: var(--teal); line-height: 1; margin: 1.1rem 0 .5rem; }
.hero-roles .dot { color: var(--coral); }
.hero-copy .lede { font-size: clamp(.95rem, .9rem + .35vw, 1.12rem); }

/* marquee */
.marquee {
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(46,196,182,.18), transparent 55%),
    radial-gradient(90% 80% at 12% 110%, rgba(255,94,87,.22), transparent 55%),
    linear-gradient(160deg, var(--plum), var(--plum-2));
  color: var(--cream); overflow: hidden; white-space: nowrap; padding: .96rem 0;
}
.marquee-track { display: inline-flex; gap: 2.5rem; animation: scroll-x 26s linear infinite; }
.marquee span { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; display: inline-flex; align-items: center; gap: 2.5rem; }
.marquee .star { color: var(--coral); }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- Stats ---------- */
.stats-section {
  padding-top: clamp(1.4rem, 1rem + 1.6vw, 2.5rem); padding-bottom: clamp(1.4rem, 1rem + 1.6vw, 2.5rem);
  background: linear-gradient(180deg, rgba(46,196,182,.55) 0%, rgba(255,94,87,.30) 55%, transparent 100%);
}
.about-teaser { padding-top: clamp(.25rem, .2rem + .6vw, 1rem); padding-bottom: clamp(1.5rem, 1rem + 2vw, 3rem); }
.about-teaser .section-title { color: var(--teal); }
.about-teaser .split { gap: clamp(1rem, 2vw, 1.6rem); max-width: 1080px; margin-inline: auto; }
.about-teaser .split-media .frame { max-width: 88%; margin-left: 0; margin-right: auto; aspect-ratio: 1000 / 1445; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.stat { text-align: center; padding: 1.2rem .6rem; }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 1.4rem + 2vw, 3rem); color: var(--coral); line-height: 1; }
.dark .stat b { color: var(--coral); }
.stat span { font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.dark .stat span { color: #cdc2d6; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); }
/* Narrower photo column so the copy stretches closer to the round photo */
.split--feature { grid-template-columns: minmax(260px, 340px) 1fr; }
/* Shrink the round photo and nudge it toward the text on the right */
.split--feature .feature-photo .frame { max-width: 220px; margin-left: auto; margin-right: 0; background: transparent; box-shadow: 0 0 0 4px var(--coral), var(--shadow-md); }
.split--feature .feature-photo .frame img { object-position: center 48%; }
.split--feature .feature-photo .caption { text-align: center; max-width: 220px; margin-left: auto; margin-right: 0; }
.split--reverse .split-media { order: 2; }
.split-media .frame { aspect-ratio: 4/5; }
.split-media .frame--arch { aspect-ratio: 1000 / 1445; }
.split-media .frame img { object-position: center top; }

/* ---------- Credits section (glass backdrop) ---------- */
.credits-section { position: relative; overflow: hidden; padding-top: clamp(2rem, 1.2rem + 2.5vw, 3.25rem); padding-bottom: clamp(2rem, 1.2rem + 2.5vw, 3.25rem); }
.credits-section > .container { position: relative; z-index: 1; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; pointer-events: none; z-index: 0; }
.orb--coral  { width: 380px; height: 380px; background: var(--coral); top: 6%; left: -70px; }
.orb--teal   { width: 440px; height: 440px; background: var(--teal); bottom: -120px; right: -60px; }
.orb--coral2 { width: 300px; height: 300px; background: var(--coral); top: 30%; right: 24%; opacity: .32; }

/* ---------- Credits chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.chip {
  background: rgba(255,255,255,.38);
  -webkit-backdrop-filter: blur(10px) saturate(140%); backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid rgba(255,255,255,.7); border-radius: 999px;
  padding: .55rem 1.15rem; font-weight: 600; font-size: .95rem; color: var(--ink-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.dark .chip { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }

/* ---------- Cards (press) — editorial: full-bleed photo + plum scrim ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.press-card {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  aspect-ratio: 4 / 5; background: var(--plum); box-shadow: var(--shadow-md);
  display: flex; align-items: flex-end;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.press-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.press-card .thumb { position: absolute; inset: 0; }
.press-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.press-card:hover .thumb img { transform: scale(1.06); }
.press-card .thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(44,30,64,0) 38%, rgba(44,30,64,.55) 64%, rgba(29,20,48,.94) 100%);
}
.press-pub { font-family: var(--font-hand); font-weight: 700; color: var(--coral); font-size: 1.25rem; line-height: 1; }
.press-logo {
  position: absolute; top: 1.1rem; left: 1.1rem; z-index: 2;
  height: 44px; width: auto; max-width: 62%; object-fit: contain;
  background: var(--paper); border-radius: 999px; padding: .6rem .95rem;
  box-shadow: var(--shadow-sm);
}
.press-card .body {
  position: relative; z-index: 1; width: 100%;
  padding: 1.3rem 1.5rem 1.6rem; display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: .4rem;
}
.press-card h3 { margin-bottom: .1rem; color: #fff; font-size: 2.1rem; }
.press-card .body .muted { color: #fff; }
.press-card .read { margin-top: .35rem; font-weight: 700; color: #fff; display: inline-flex; align-items: center; gap: .4rem; }
.press-card .read::after { content: "→"; color: var(--coral); transition: transform .25s var(--ease); }
.press-card:hover .read::after { transform: translateX(5px); }

/* ---------- Quote ---------- */
.quote-block { max-width: 820px; margin-inline: auto; text-align: center; }
.quote-block blockquote {
  font-family: var(--font-serif); font-weight: 500; font-style: italic;
  font-size: clamp(1.15rem, 0.95rem + 1vw, 1.7rem); line-height: 1.4;
}
.quote-block .stars { color: var(--coral); font-size: 1.4rem; letter-spacing: .2rem; margin-bottom: 1rem; }
.quote-block cite { display: block; margin-top: 1.4rem; font-style: normal; font-weight: 700; letter-spacing: .03em; }
.quote-block cite span { display: block; font-weight: 500; font-size: .9rem; color: var(--ink-soft); letter-spacing: .04em; }
.dark .quote-block cite span { color: #cdc2d6; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; padding-top: clamp(2rem, 1.3rem + 2.5vw, 3.25rem); padding-bottom: clamp(2rem, 1.3rem + 2.5vw, 3.25rem); position: relative; overflow: clip; }
/* Pastel hero-style glow + sparkles when a .cta-band includes a .hero-aura */
.cta-band .hero-aura { inset: 0; }
.cta-band > .container { position: relative; z-index: 1; }
.cta-band .sparkle { z-index: 1; animation: float-twinkle 6s ease-in-out infinite; }
.cta-band:not(.dark) .section-title { color: var(--teal); }
.cta-band h2 { margin-bottom: .4rem; }

/* ---------- Page hero (interior) ---------- */
.page-hero { padding: clamp(2.5rem, 1.5rem + 5vw, 5rem) 0 clamp(1.5rem, 1rem + 2vw, 3rem); text-align: center; position: relative; overflow: clip; }
.page-hero .display { color: var(--ink); }

/* Sparkle + glow treatment (shared: inner-page heros + home name) */
.hero-aura {
  position: absolute; z-index: 0; pointer-events: none;
  background:
    radial-gradient(44% 58% at 50% 42%, rgba(46,196,182,.22), transparent 70%),
    radial-gradient(34% 50% at 33% 30%, rgba(255,94,87,.16), transparent 72%),
    radial-gradient(30% 46% at 70% 32%, rgba(255,178,71,.16), transparent 72%);
  filter: blur(10px);
}
.page-hero .hero-aura { inset: 0; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .sparkle,
.hero-copy .sparkle { z-index: 1; animation: float-twinkle 6s ease-in-out infinite; }
@keyframes float-twinkle {
  0%, 100% { transform: translateY(0) rotate(0); opacity: .9; }
  50%      { transform: translateY(-12px) rotate(22deg); opacity: .45; }
}

/* Home hero: glow + sparkles centered on the name */
.hero-copy { position: relative; }
.hero-copy > *:not(.hero-aura):not(.sparkle) { position: relative; z-index: 1; }
.hero-copy .hero-aura {
  left: 50%; top: 30%; transform: translate(-50%, -50%);
  width: min(132%, 620px); height: 360px;
}

/* ---------- About specifics ---------- */
.known-for { font-family: var(--font-serif); font-weight: 500; font-size: clamp(1.5rem, 1.1rem + 2vw, 2.6rem); line-height: 1.25; }
.known-for b { font-weight: 800; color: var(--coral); }
.known-for b:nth-of-type(2){ color: var(--teal); }
.known-for b:nth-of-type(3){ color: var(--coral); }
.known-for b:nth-of-type(4){ color: var(--coral-deep); }

/* Standout statement (About bio) */
.standout {
  position: relative;
  margin: 1.7rem 0 .3rem;
  padding-left: clamp(1.9rem, 1rem + 2.4vw, 3.2rem);
  font-family: var(--font-hand);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.05rem + 1.9vw, 2.4rem);
  line-height: 1.3;
  color: var(--coral);
}
.standout::before {
  content: "✦";
  position: absolute;
  left: 0; top: clamp(.25rem, .15rem + .6vw, .65rem);
  font-size: clamp(1.4rem, 1rem + 1vw, 1.9rem);
  line-height: 1;
  color: var(--teal);
  animation: twinkle 3.5s ease-in-out infinite;
}

.feature-photo { position: relative; }
.feature-photo .frame { aspect-ratio: 1; max-width: 320px; margin-inline: auto; }
.caption { font-family: var(--font-hand); font-size: 1.3rem; color: var(--ink-soft); text-align: center; margin-top: .6rem; }

/* ---------- Gallery ---------- */
.gallery-grid { columns: 3 220px; column-gap: 0; }
.gallery-grid .g-item { break-inside: avoid; margin-bottom: 0; overflow: hidden; box-shadow: var(--shadow-sm); cursor: zoom-in; position: relative; background: var(--cream-2); }
.gallery-grid .g-item img { width: 100%; transition: transform .5s var(--ease); }
.gallery-grid .g-item:hover img { transform: scale(1.05); }
.gallery-grid .g-item::after {
  content: "⤢"; position: absolute; right: 12px; bottom: 10px; color: #fff;
  background: rgba(39,27,54,.55); width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; opacity: 0; transition: opacity .25s; font-size: 1rem;
}
.gallery-grid .g-item:hover::after { opacity: 1; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(20,12,30,.92); display: none; place-items: center; padding: 4vw; }
.lightbox.open { display: grid; }
.lightbox .lb-figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: .6rem; max-width: 90vw; }
.lightbox img { max-width: 90vw; max-height: 82vh; box-shadow: var(--shadow-lg); }
.lightbox .lb-cap { color: rgba(255,255,255,.82); font-size: .85rem; letter-spacing: .02em; text-align: center; font-style: italic; }
.lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 52px; height: 52px; border-radius: 50%; font-size: 1.5rem; transition: background .2s; }
.lightbox button:hover { background: rgba(255,255,255,.25); }

/* Scroll-to-top button */
.to-top {
  position: fixed; right: clamp(1rem, 2vw, 1.6rem); bottom: clamp(1rem, 2vw, 1.6rem); z-index: 150;
  width: 48px; height: 48px; border: 0; border-radius: 50%; cursor: pointer;
  background: var(--coral); color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 20px rgba(255,94,87,.4);
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease), background .2s;
}
.to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top:hover { background: var(--coral-deep); }
@media (prefers-reduced-motion: reduce) { .to-top { transition: opacity .2s; transform: none; } }

.lb-close { top: 4vw; right: 4vw; }
.lb-prev { left: 3vw; top: 50%; transform: translateY(-50%); }
.lb-next { right: 3vw; top: 50%; transform: translateY(-50%); }

/* ---------- Media gallery ---------- */
.media-page .page-hero { padding-bottom: clamp(.75rem, .5rem + .9vw, 1.5rem); }
.media-stage { padding-bottom: clamp(2.5rem, 1.5rem + 4vw, 4.75rem); }
/* Keep the gallery narrower than the full page width. */
.media-stage .container { max-width: 880px; }
/* One framed surface marries the player, chips and previews into a single unit. */
.media-player { background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: clamp(.9rem, .6rem + 1.4vw, 1.6rem); }

/* Featured player — a hairline of white panel shows between it and the previews */
.featured { margin-bottom: 2px; }
.media-stage { scroll-margin-top: 80px; }
.featured-frame { position: relative; aspect-ratio: 16/9; overflow: hidden;
  background: linear-gradient(150deg, var(--plum) 0%, #3a2a57 100%); display: grid; place-items: center; }
.featured-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.featured-ph { display: grid; place-items: center; gap: .7rem; text-align: center; color: #fff; }
.featured-ph .play { width: 74px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center; }
.featured-ph .play svg { width: 28px; height: 28px; margin-left: 4px; fill: #fff; }
.featured-ph small { font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: .8rem; color: rgba(255,255,255,.75); }
.featured-cap { font-family: var(--font-hand); font-size: clamp(1.5rem, 1.2rem + 1vw, 2.1rem);
  color: var(--ink); text-align: center; margin-top: .6rem; min-height: 1.3em; }

/* Filter chips */
.media-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin-bottom: clamp(.8rem, .6rem + .9vw, 1.3rem); }
.chip { font-family: var(--font-body); font-weight: 700; font-size: .92rem; line-height: 1; padding: .55rem 1.15rem;
  border-radius: 999px; border: 1.5px solid var(--line); background: transparent; color: var(--ink-soft);
  cursor: pointer; transition: color .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease); }
.chip:hover { border-color: var(--teal); color: var(--ink); }
.chip.is-active { background: var(--coral); border-color: var(--coral); color: #fff; }

/* Grid + preview cards — flush, no gutters */
.video-grid--3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.vcard { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: pointer; font: inherit; color: inherit; }
.vthumb { position: relative; aspect-ratio: 16/9; overflow: hidden; box-shadow: var(--shadow-md);
  background: linear-gradient(150deg, var(--plum) 0%, #3a2a57 100%); background-size: cover; background-position: center; }
.vthumb::after { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .25s var(--ease);
  background: linear-gradient(180deg, rgba(20,12,30,0) 35%, rgba(20,12,30,.6)); }
.vcard-overlay { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: .55rem; opacity: 0; transition: opacity .25s var(--ease); }
.vcard-overlay .play { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.45); display: grid; place-items: center; transform: scale(.82); transition: transform .25s var(--ease); }
.vcard-overlay .play svg { width: 19px; height: 19px; margin-left: 3px; fill: #fff; }
.vcard-overlay .vname { color: #fff; font-weight: 700; font-size: .95rem; text-align: center; padding: 0 .9rem; text-shadow: 0 1px 6px rgba(0,0,0,.45); }
.vcard:hover .vthumb::after, .vcard:focus-visible .vthumb::after { opacity: 1; }
.vcard:hover .vcard-overlay, .vcard:focus-visible .vcard-overlay { opacity: 1; }
.vcard:hover .vcard-overlay .play, .vcard:focus-visible .vcard-overlay .play { transform: scale(1); }
.vcard.is-playing .vthumb { box-shadow: inset 0 0 0 2px var(--coral); }
.vcard.is-playing .vthumb::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--coral); z-index: 2; }
.vcard[hidden] { display: none; }

/* Touch devices have no hover — keep the label visible */
@media (hover: none) {
  .vcard-overlay { opacity: 1; }
  .vthumb::after { opacity: 1; }
}

/* ---------- Resume ---------- */
.resume-layout { display: grid; grid-template-columns: 340px 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.resume-aside { position: sticky; top: 90px; }
.resume-aside .frame { aspect-ratio: 3/4; margin-bottom: 1.2rem; }
.resume-doc { background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(1.4rem, 1rem + 2vw, 2.6rem); }
/* Image-based resume (renders the real PDF, click to open full size) */
.resume-doc--image { padding: 0; background: transparent; box-shadow: none; }
.resume-doc--image a { display: block; overflow: hidden; box-shadow: var(--shadow-md); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.resume-aside .frame--rounded { border-radius: 0; }
.resume-doc--image a:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.resume-doc--image img { display: block; width: 100%; height: auto; }
.resume-head { text-align: center; border-bottom: 2px solid var(--line); padding-bottom: 1.2rem; margin-bottom: 1.4rem; }
.resume-head h2 { font-size: clamp(1.8rem, 1.4rem + 2vw, 2.6rem); }
.resume-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.2rem; margin-top: .5rem; font-size: .95rem; color: var(--ink-soft); }
.resume-meta b { color: var(--ink); }
.resume-section { margin-bottom: 1.6rem; }
.resume-section > h3 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .08em; color: var(--coral); border-bottom: 1px solid var(--line); padding-bottom: .35rem; margin-bottom: .7rem; font-family: var(--font-body); font-weight: 800; }
.resume-section h4 { font-family: var(--font-body); font-weight: 700; font-size: .95rem; margin: .7rem 0 .3rem; color: var(--ink-soft); }
.credit-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.credit-table td { padding: .28rem .5rem .28rem 0; vertical-align: top; }
.credit-table td:first-child { font-weight: 700; width: 38%; }
.credit-table td:nth-child(2) { color: var(--ink-soft); width: 32%; }
.credit-table td:last-child { color: var(--ink-soft); }
.credit-table tr:nth-child(even) { background: #faf3ea; }
.skill-list li { padding: .2rem 0; }
.skill-list b { color: var(--ink); }
.note-inline { font-size: .85rem; color: var(--ink-soft); font-weight: 500; font-style: italic; }

/* ---------- Applause / carousel ---------- */
.praise-carousel { max-width: 880px; margin-inline: auto; position: relative; }
.praise-track { overflow: hidden; transition: height .5s var(--ease); }
.praise-slides { display: flex; align-items: flex-start; transition: transform .5s var(--ease); }
.praise-slide { min-width: 100%; padding: 0 clamp(0px, 2vw, 2rem); }
.praise-nav { display: flex; justify-content: center; gap: .5rem; margin-top: 1.6rem; align-items: center; }
.praise-dots { display: flex; gap: .5rem; }
.praise-dots button { width: 11px; height: 11px; border-radius: 50%; border: 0; background: rgba(255,255,255,.35); padding: 0; transition: background .2s, transform .2s; }
.praise-dots button.active { background: var(--coral); transform: scale(1.2); }
.praise-arrow { background: rgba(255,255,255,.12); color: #fff; border: 0; width: 44px; height: 44px; border-radius: 50%; font-size: 1.2rem; transition: background .2s; }
.praise-arrow:hover { background: rgba(255,255,255,.28); }

/* ---------- Contact ---------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.contact-side .info-item { display: flex; gap: .8rem; align-items: flex-start; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.contact-side .info-item .ic { font-size: 1.3rem; }
.contact-side .info-item b { display: block; }
.contact-side a:hover { color: var(--coral); }
.form { background: var(--paper); border-radius: var(--radius-lg); padding: clamp(1.4rem, 1rem + 2vw, 2.4rem); box-shadow: var(--shadow-md); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; margin-bottom: .4rem; font-size: .95rem; }
.field input, .field textarea {
  width: 100%; font: inherit; padding: .85rem 1rem; border: 2px solid var(--line); border-radius: 12px;
  background: var(--cream); transition: border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--teal); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.req { color: var(--coral); }
.field .error-msg { color: var(--coral-deep); font-size: .85rem; font-weight: 600; margin-top: .3rem; display: none; }
.field.invalid input, .field.invalid textarea { border-color: var(--coral); }
.field.invalid .error-msg { display: block; }
.form-status { margin-top: 1rem; padding: .9rem 1.1rem; border-radius: 12px; font-weight: 600; display: none; }
.form-status.ok { display: block; background: #e3f7f3; color: #1c7d72; }
.form-status.err { display: block; background: var(--rose); color: var(--coral-deep); }

/* ---------- Footer ---------- */
.site-footer {
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(46,196,182,.18), transparent 55%),
    radial-gradient(90% 80% at 12% 110%, rgba(255,94,87,.22), transparent 55%),
    linear-gradient(160deg, var(--plum), var(--plum-2));
  color: #e9e0f0; padding-top: clamp(2.5rem, 1.5rem + 4vw, 4rem); margin-top: 0;
}
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; padding-bottom: .75rem; }
.site-footer .logo-text { color: #fff; }
.site-footer .logo-text em { color: var(--coral); }
.footer-brand { display: flex; flex-direction: column; align-items: center; width: max-content; }
.footer-tag { font-family: var(--font-hand); font-size: 1.3rem; color: #fff; margin-top: .3rem; }
.footer-col h4 { font-family: var(--font-body); font-weight: 800; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); margin-bottom: .8rem; }
.footer-col a { display: block; padding: .2rem 0; color: #cdc2d6; font-size: .9rem; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; padding: .4rem 0 1.3rem; font-size: .72rem; color: #b3a7c2; }
.footer-bottom a { color: var(--teal); }

/* Instagram icon in the footer */
.footer-social { display: flex; gap: .6rem; margin-top: .9rem; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 999px;
  color: #fff; background: rgba(255,255,255,.1);
  transition: background .2s, color .2s, transform .2s;
}
.footer-social a:hover { background: var(--coral); color: #fff; transform: translateY(-2px); }
.footer-social svg { width: 22px; height: 22px; }

/* Instagram link below the contact form */
.contact-social {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .55rem; margin-top: 1.6rem;
}
.contact-social-label { color: var(--ink-soft); font-size: .95rem; }
.contact-social a {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 700; color: var(--teal); font-size: 1.05rem;
  padding: .55rem 1.1rem; border-radius: 999px;
  transition: color .2s, background .2s;
}
.contact-social a:hover { color: var(--coral); background: var(--rose); }
.contact-social svg { width: 24px; height: 24px; }

/* ---------- Reveal on scroll (disabled — content shows immediately) ---------- */
.reveal { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .split, .contact-layout { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
  .resume-layout { grid-template-columns: 1fr; }
  .resume-aside { position: static; max-width: 360px; margin-inline: auto; }
  .card-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .video-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .btn-row { justify-content: center; }
  .hero-logo img { margin-inline: auto; }
  .split--feature .feature-photo .frame,
  .split--feature .feature-photo .caption { margin-inline: auto; }
  .split--feature .stack { text-align: center; }
}
@media (max-width: 760px) {
  .logo-mark { height: 40px; }
  .nav-toggle { display: flex; z-index: 120; }
  .primary-nav {
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px);
    background: var(--cream); box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform .35s var(--ease);
    padding: 5rem 1.5rem 2rem; z-index: 110;
  }
  .primary-nav.open { transform: none; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: .2rem; }
  .primary-nav a { padding: .8rem 1rem; font-size: 1.1rem; border-radius: 12px; }
  .primary-nav a.is-active::after { display: none; }
  .primary-nav a.is-active { background: var(--rose); }
  .primary-nav a.nav-cta { text-align: center; margin-top: .6rem; }
  .primary-nav a.nav-ig {
    width: auto; height: auto; justify-content: flex-start;
    gap: .65rem; margin-left: 0; padding: .8rem 1rem;
  }
  .nav-ig-label { display: inline; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(20,12,30,.5); opacity: 0; visibility: hidden; transition: opacity .3s; z-index: 105; }
  .nav-backdrop.show { opacity: 1; visibility: visible; }
  .stats { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .video-grid--3 { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ---------- Print (resume) ---------- */
@media print {
  .site-header, .site-footer, .resume-aside, .btn, .marquee, .nav-toggle { display: none !important; }
  body { background: #fff; }
  .resume-layout { grid-template-columns: 1fr; }
  .resume-doc { box-shadow: none; padding: 0; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
