/* ============================================================
   Deb Kaye Comedy — "Anything 4 A Laugh"
   Warm editorial: cream + ink, rose + gold accents
   ============================================================ */

:root {
  --ink:      #17110f;   /* warm near-black                */
  --ink-2:    #211917;   /* raised dark surface            */
  --ink-3:    #2c211d;
  --cream:    #f6eee0;   /* warm cream ground              */
  --cream-2:  #fbf5ea;   /* raised cream card              */
  --rose:     #ef3d6a;   /* accent (default: hot pink)      */
  --rose-dk:  #d62b57;
  --rose-ink: #7d1330;
  --rose-rgb: 239, 61, 106;   /* accent as rgb for rgba() — themeable */
  --gold:     #d7a441;   /* warm gold — icons & rules      */
  --gold-2:   #e6bd63;

  --on-cream:      #241b18;
  --on-cream-soft: #6d5f57;
  --on-ink:        #f5ece0;
  --on-ink-soft:   #c6b5a6;
  --line-cream:    #e4d7c4;
  --line-ink:      rgba(255,255,255,0.12);

  --maxw: 1180px;
  --shadow: 0 26px 60px -28px rgba(20,10,6,0.55);
  --shadow-soft: 0 14px 34px -18px rgba(20,10,6,0.35);

  --f-body: 'Mulish', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --f-cond: 'Oswald', 'Mulish', sans-serif;      /* condensed display */
  --f-script: 'Kaushan Script', cursive;
  --f-serif: Georgia, 'Times New Roman', serif;   /* elegant serif accent */
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--on-cream);
  font-family: var(--f-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--rose); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; font-weight: 700; z-index: 300; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; border-radius: 4px; }

.ic { width: 1.15em; height: 1.15em; display: inline-block; vertical-align: -0.15em; fill: currentColor; }
.ic--sm { width: .9em; height: .9em; }
.ic--gold { color: var(--gold); }

/* ---------- Typography helpers ---------- */
.h-cond { font-family: var(--f-cond); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; line-height: 1.02; margin: 0; font-size: clamp(1.9rem, 4.6vw, 3.1rem); text-wrap: balance; }
.h-serif { font-family: var(--f-serif); font-weight: 700; line-height: 1.1; margin: 0; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -0.01em; text-wrap: balance; }
.script { font-family: var(--f-script); font-weight: 400; }
.script--rose { color: var(--rose); }
.eyebrow { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .28em; font-weight: 600; font-size: .82rem; margin: 0 0 1rem; }
.eyebrow--gold { color: var(--gold); }
.eyebrow--rose { color: var(--rose); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); }

.starrule { display: flex; align-items: center; gap: .8rem; color: var(--gold); margin: 1.1rem 0 1.3rem; max-width: 260px; }
.starrule span { height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); flex: 1; }
.starrule span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.starrule .ic { width: 1rem; height: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .05em; font-weight: 600;
  font-size: .92rem; padding: .82em 1.5em; border-radius: 6px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; line-height: 1;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--rose { background: var(--rose); color: #fff; box-shadow: 0 12px 26px -12px rgba(var(--rose-rgb),0.7); }
.btn--rose:hover { background: var(--rose-dk); }
.btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--lg { font-size: 1rem; padding: .95em 1.7em; }
.btn--block { width: 100%; }

.link-rose { display: inline-flex; align-items: center; gap: .4em; font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .05em; font-weight: 600; font-size: .82rem; color: var(--rose); text-decoration: none; }
.link-rose:hover { color: var(--rose-dk); }
.link-rose .ic { transition: transform .15s ease; }
.link-rose:hover .ic { transform: translateX(3px); }

/* ---------- Brand wordmark ---------- */
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand__name { font-family: var(--f-script); font-size: 1.75rem; color: var(--rose); }
.brand__tag { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .28em; font-size: .58rem; color: var(--gold); margin-top: .15rem; }

/* ---------- Nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: transform .35s cubic-bezier(.4,0,.2,1), background .3s ease, box-shadow .3s ease, backdrop-filter .3s; }
.nav.is-stuck { background: rgba(20,14,12,0.92); backdrop-filter: blur(12px); box-shadow: 0 10px 30px -18px rgba(0,0,0,0.8); }
.nav--hidden { transform: translateY(-100%); }
.brand { transition: transform .2s ease; }
.brand:hover { transform: scale(1.03); }
.nav__inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; gap: 1.2rem; padding: 1rem 1.25rem; }
.nav__links { display: flex; gap: 1.6rem; margin-left: auto; }
.nav__links a { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 500; color: #f0e7db; text-decoration: none; padding: .3rem 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.nav__links a:hover, .nav__links a.is-active { color: var(--rose); border-color: var(--rose); }
.nav__cta { }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav__toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; }
[hidden] { display: none !important; }
.nav__mobile { display: flex; flex-direction: column; gap: .2rem; padding: 1rem 1.25rem 1.4rem; background: rgba(20,14,12,0.97); backdrop-filter: blur(12px); }
.nav__mobile a { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .06em; color: #f0e7db; text-decoration: none; padding: .7rem .3rem; font-size: .95rem; }
.nav__mobile .btn { margin-top: .5rem; color: #fff; }

/* ---------- HERO ---------- */
.hero {
  position: relative; background: var(--ink); color: var(--on-ink);
  padding: clamp(5rem, 9vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 55% at 78% 34%, rgba(var(--rose-rgb),0.24), transparent 60%),
    radial-gradient(45% 45% at 96% 6%, rgba(215,164,65,0.16), transparent 60%);
}
.hero__inner { position: relative; z-index: 1; max-width: none; margin: 0;
  padding-left: max(1.25rem, calc((100vw - var(--maxw)) / 2)); padding-right: 0;
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(0.5rem, 1.2vw, 1.2rem); align-items: center; }
.hero__title { font-family: var(--f-cond); font-weight: 700; text-transform: uppercase; font-size: clamp(2.6rem, 6vw, 4.9rem); line-height: .92; letter-spacing: .005em; margin: 0; color: #fff; }
.hero__script { font-family: var(--f-script); color: var(--rose); font-size: clamp(1.9rem, 4.1vw, 3.1rem); line-height: 1; margin: -.15em 0 0; }
.hero__lead { color: var(--on-ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.22rem); max-width: 40ch; margin: 0 0 1.9rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .5rem; }
.hero__cta .btn { font-size: .8rem; padding: .8em 1.02em; letter-spacing: .03em; }
.hero__cta .btn .ic { width: 1em; height: 1em; }

.hero__media { position: relative; align-self: center; }
.hero__glow { position: absolute; inset: 0 0 0 6%; z-index: 0; background: radial-gradient(56% 60% at 46% 44%, rgba(var(--rose-rgb),0.32), transparent 72%); filter: blur(14px); }
.hero__photo { position: relative; z-index: 1; width: 100%; height: auto; display: block; border-radius: 0; box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%), linear-gradient(0deg, transparent 0%, #000 9%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%), linear-gradient(0deg, transparent 0%, #000 9%);
  -webkit-mask-composite: source-in; mask-composite: intersect; }
.hero__note { position: absolute; z-index: 2; right: 3%; top: 39%; margin: 0; text-align: center; line-height: 1.15;
  color: var(--gold-2); font-size: clamp(1.05rem, 1.9vw, 1.7rem); transform: rotate(-8deg);
  text-shadow: 0 2px 12px rgba(0,0,0,0.7); pointer-events: none; }
.hero__note::after { content: ""; display: block; width: 78%; height: 2px; margin: .35rem auto 0; background: var(--rose); border-radius: 2px; opacity: .85; }
@media (max-width: 820px) { .hero__note { font-size: 1rem; right: 2%; top: 42%; } }

/* ---------- SERVICES 3-up (overlaps hero) ---------- */
.services { background: var(--ink); padding: 0 1.25rem clamp(2.5rem, 5vw, 4rem); }
.services__card {
  max-width: var(--maxw); margin: clamp(-2rem, -3vw, -3rem) auto 0; position: relative; z-index: 3;
  background: var(--cream-2); border-radius: 16px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
}
.service { padding: clamp(1.6rem, 2.6vw, 2.4rem); border-right: 1px solid var(--line-cream); display: flex; flex-direction: column; align-items: flex-start; }
.service:last-child { border-right: 0; }
.service__head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; width: 100%; }
.service__icon { flex: none; width: 52px; height: 52px; border-radius: 50%; background: var(--rose); color: #fff; display: grid; place-items: center; }
.service__icon .ic { width: 26px; height: 26px; }
.service h2 { font-family: var(--f-cond); text-transform: uppercase; font-weight: 700; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.05; margin: 0; color: var(--on-cream); white-space: nowrap; }
.service p { color: var(--on-cream-soft); font-size: .94rem; margin: 0 0 1.3rem; min-height: 5.2em; }
.service__socials { list-style: none; display: flex; gap: .55rem; margin: 1.1rem 0 0; padding: 0; }
.service__socials a { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; transition: background .2s; }
.service__socials a:hover { background: var(--rose); }
.service__socials .ic { width: 18px; height: 18px; }

/* ---------- Section shell ---------- */
.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) 1.25rem; }
.section__head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__head--center { text-align: center; max-width: 62ch; margin-inline: auto; }
.section__sub { color: var(--on-cream-soft); margin: .8rem 0 0; font-size: 1.05rem; }

/* ---------- ABOUT ---------- */
.about__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(1.8rem, 5vw, 4rem); align-items: center; }
.about__media { position: relative; }
.about__media img { width: 100%; border-radius: 14px; box-shadow: var(--shadow-soft); aspect-ratio: 4/3; object-fit: cover; object-position: 50% 30%; }
.about__badge { position: absolute; right: -14px; bottom: -18px; background: var(--rose); color: #fff; border-radius: 12px; padding: .8rem 1rem; max-width: 190px; box-shadow: var(--shadow-soft); }
.about__badge strong { font-family: var(--f-cond); font-size: 1.9rem; line-height: 1; display: block; }
.about__badge span { font-size: .76rem; font-weight: 600; }
.about__body .h-serif { margin-bottom: 1rem; }
.about__body p { margin: 0 0 1.1rem; color: var(--on-cream); }
.about__body p.lead { color: var(--on-cream); }
.about__body strong { color: var(--rose-ink); }
.about__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.6rem 0; border-top: 1px solid var(--line-cream); border-bottom: 1px solid var(--line-cream); padding: 1.1rem 0; }
.about__stats strong { display: block; font-family: var(--f-cond); text-transform: uppercase; font-size: 1rem; color: var(--on-cream); letter-spacing: .02em; }
.about__stats span { font-size: .82rem; color: var(--on-cream-soft); }

/* ---------- Ruled eyebrow heading ---------- */
.rule-head { display: flex; align-items: center; justify-content: center; gap: 1.2rem; max-width: 620px; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.rule-head .eyebrow { margin: 0; font-size: .95rem; letter-spacing: .3em; }
.rule-head__line { height: 2px; background: var(--gold); flex: 1; max-width: 130px; opacity: .8; }

/* ---------- WHY (dark band) ---------- */
.why { max-width: none; background: var(--ink); color: var(--on-ink); padding-block: clamp(2rem, 4vw, 3.1rem); }
.why > .rule-head, .why > .why__grid { max-width: var(--maxw); margin-inline: auto; }
.why > .rule-head { margin-bottom: clamp(1.1rem, 2.4vw, 1.7rem); }
.why__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.why__grid li { padding: .3rem 1rem; border-left: 1px solid var(--line-ink); }
.why__grid li:first-child { border-left: 0; padding-left: 0; }
.why__icon { color: var(--gold); display: block; margin-bottom: .8rem; }
.why__icon .ic { width: 30px; height: 30px; }
.why__grid h3 { font-family: var(--f-cond); text-transform: uppercase; font-size: clamp(.98rem, 1.15vw, 1.18rem); white-space: nowrap; margin: 0 0 .5rem; color: #fff; line-height: 1.1; }
.why__grid p { color: var(--on-ink-soft); font-size: .92rem; margin: 0; }

/* ---------- SHOWS ---------- */
.shows { padding-block: clamp(2rem, 3.6vw, 3rem); }
.shows .section__head { margin-bottom: clamp(1.3rem, 2.4vw, 1.9rem); }
.shows__list { list-style: none; margin: 0 auto; padding: 0; display: grid; gap: 1rem; max-width: 900px; }
.show { display: grid; grid-template-columns: auto 1fr auto; gap: 1.4rem; align-items: center; background: var(--cream-2); border: 1px solid var(--line-cream); border-radius: 12px; padding: 1.2rem 1.5rem; box-shadow: var(--shadow-soft); transition: transform .2s, box-shadow .2s; }
.show:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.show__date { text-align: center; min-width: 66px; }
.show__month { display: block; font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 600; color: var(--rose); }
.show__day { display: block; font-family: var(--f-cond); font-weight: 700; font-size: 2.1rem; line-height: 1; color: var(--on-cream); }
.show__info h3 { font-family: var(--f-cond); text-transform: uppercase; font-size: 1.1rem; margin: 0 0 .2rem; color: var(--on-cream); }
.show__meta { margin: 0; color: var(--on-cream-soft); font-size: .92rem; }
.show__meta span { opacity: .55; }
.show__badge { display: inline-block; font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 600; color: var(--gold); margin-bottom: .25rem; }
.show__cta { justify-self: end; }
.shows__empty { text-align: center; max-width: 640px; margin: 0 auto; padding: 2.4rem 1rem; background: var(--cream-2); border: 1px dashed var(--line-cream); border-radius: 12px; }
.shows__empty p { color: var(--on-cream-soft); margin: 0 0 1.2rem; }
.shows__empty-actions { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; }
.shows__more { text-align: center; margin-top: 1.4rem; }
.shows__more .link-rose { justify-content: center; font-size: .9rem; }
.shows__follow { text-align: center; margin-top: 1.1rem; color: var(--on-cream-soft); }
.shows__follow a { color: var(--rose); font-weight: 700; text-decoration: none; }
.shows__follow a:hover { text-decoration: underline; }

/* ---------- FEATURED (horizontal image + dark panel) ---------- */
.featured { padding-block: clamp(2.8rem, 5.5vw, 4.5rem); }
.featured > .rule-head { margin-bottom: clamp(1.6rem, 3vw, 2.4rem); }
.featured__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.fcard { background: var(--ink); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-soft); display: grid; grid-template-columns: 1fr 1.05fr; transition: transform .2s, box-shadow .2s; }
.fcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fcard__img { position: relative; display: block; overflow: hidden; min-height: 134px; }
.fcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.fcard:hover .fcard__img img { transform: scale(1.05); }
.fcard__play { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; background: rgba(var(--rose-rgb),0.95); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 20px -6px rgba(0,0,0,0.5); }
.fcard__play .ic { width: 24px; height: 24px; }
.fcard__panel { padding: 1.05rem 1.15rem; display: flex; flex-direction: column; gap: .35rem; justify-content: center; color: var(--on-ink); }
.fcard__icon { color: var(--rose); margin-bottom: 0; }
.fcard__icon .ic { width: 26px; height: 26px; }
.fcard h3 { font-family: var(--f-cond); text-transform: uppercase; font-size: 1.12rem; line-height: 1.04; margin: 0; color: #fff; }
.fcard p { color: var(--on-ink-soft); font-size: .92rem; line-height: 1.45; margin: 0 0 .2rem; }
.fcard .link-rose { font-size: .8rem; }

/* ---------- WATCH — dynamic video grid ---------- */
.watch { margin-top: clamp(1.8rem, 3.5vw, 2.8rem); }
.watch__label { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .22em; font-size: .8rem; font-weight: 600; color: var(--gold); text-align: center; margin: 0 0 1.2rem; }
.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.1rem; }
.vcard { display: block; background: var(--ink); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-soft); text-decoration: none; color: var(--on-ink); transition: transform .2s, box-shadow .2s; }
.vcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vcard__thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.vcard__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.vcard:hover .vcard__thumb img { transform: scale(1.06); }
.vcard__play { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; background: rgba(var(--rose-rgb),0.95); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 20px -6px rgba(0,0,0,0.5); transition: transform .2s; }
.vcard:hover .vcard__play { transform: scale(1.08); }
.vcard__play .ic { width: 24px; height: 24px; }
.vcard__body { display: block; padding: .85rem 1rem 1rem; }
.vcard__title { font-family: var(--f-cond); text-transform: uppercase; font-size: 1rem; line-height: 1.1; color: #fff; display: block; }
.vcard__body p { color: var(--on-ink-soft); font-size: .86rem; line-height: 1.4; margin: .3rem 0 0; }
.vgrid__empty { text-align: center; color: var(--on-ink-soft); padding: 1.4rem; }
.vgrid__empty a { color: var(--rose); }
@media (max-width: 560px) { .vgrid { grid-template-columns: 1fr; } }

/* Instagram-reel embeds (swaps the grid for a centered flex row) */
.vgrid--ig { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; }
.vgrid--ig .instagram-media { margin: 0 !important; max-width: 328px !important; min-width: 0 !important; flex: 1 1 300px; }
@media (max-width: 700px) { .vgrid--ig .instagram-media { flex-basis: 100%; } }

/* ---------- TESTIMONIALS (dark, heading-left row) ---------- */
.testimonials { max-width: none; background: var(--ink-2); color: var(--on-ink); padding-block: clamp(2.2rem, 4.2vw, 3.2rem); }
.testimonials__row { max-width: var(--maxw); margin-inline: auto; display: grid; grid-template-columns: minmax(180px, .72fr) repeat(3, 1fr); gap: 0; align-items: start; }
.testimonials__head { padding-right: 1.6rem; }
.testimonials__head .h-cond { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.testimonials__script { color: var(--rose); font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin: -.1em 0 .6rem; line-height: 1; }
.testimonials__star { color: var(--gold); }
.testimonials__star .ic { width: 22px; height: 22px; }
.testimonials__grid { list-style: none; padding: 0; margin: 0; display: contents; }
.tcard { padding: .2rem 1.4rem; border-left: 1px solid rgba(215,164,65,0.4); }
.tcard__q { width: 26px; height: 26px; color: var(--gold); margin-bottom: .4rem; }
.tcard blockquote { margin: 0 0 .8rem; font-size: .95rem; color: #f3e8da; line-height: 1.48; }
.tcard cite { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-style: normal; color: var(--rose); }

/* ---------- BOOK / CONTACT ---------- */
.book { max-width: none; background: var(--ink); color: var(--on-ink); }
.book__inner { max-width: var(--maxw); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 5vw, 4rem); align-items: start; }
.book__pitch .h-cond { color: #fff; }
.book__pitch .script { text-transform: none; font-size: 1.35em; }
.book__pitch .lead { color: var(--on-ink-soft); margin: 1rem 0 1.6rem; }
.book__contact { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.book__contact li { display: flex; align-items: center; gap: .7rem; color: var(--on-ink-soft); }
.book__contact .ic { color: var(--gold); width: 1.3em; height: 1.3em; }
.book__contact a { color: var(--on-ink); text-decoration: none; display: inline-flex; align-items: center; gap: .7rem; }
.book__contact a:hover { color: var(--rose); }

.book__form { color: var(--on-cream); }

/* Book section CTA card (opens the popup) */
.book__card { background: var(--cream-2); color: var(--on-cream); border-radius: 16px; padding: clamp(1.8rem, 3.5vw, 2.6rem); box-shadow: var(--shadow); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; }
.book__card-icon { width: 62px; height: 62px; border-radius: 50%; background: var(--rose); color: #fff; display: grid; place-items: center; margin-bottom: .4rem; box-shadow: 0 12px 26px -12px rgba(var(--rose-rgb),0.7); }
.book__card-icon .ic { width: 30px; height: 30px; }
.book__card h3 { font-family: var(--f-cond); text-transform: uppercase; font-size: 1.5rem; margin: 0; color: var(--on-cream); }
.book__card p { color: var(--on-cream-soft); margin: 0 0 .7rem; font-size: .96rem; max-width: 40ch; }
.book__card .btn { width: 100%; max-width: 320px; }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .9rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.field label { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .05em; font-size: .74rem; font-weight: 600; color: var(--on-cream-soft); }
.field .opt { text-transform: none; letter-spacing: 0; opacity: .7; }
.field input, .field select, .field textarea { font-family: inherit; font-size: 1rem; color: var(--on-cream); background: #fff; border: 1px solid var(--line-cream); border-radius: 8px; padding: .7rem .85rem; transition: border-color .15s, box-shadow .15s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(var(--rose-rgb),0.16); }
.book__form .btn { margin-top: .4rem; }
.book__form-status { text-align: center; font-weight: 700; margin: .8rem 0 0; min-height: 1.2em; font-size: .92rem; }
.book__form-status.is-ok { color: #1f9d57; }
.book__form-status.is-err { color: var(--rose-dk); }

/* ---------- BOOKING MODAL (popup) ---------- */
body.modal-open { overflow: hidden; }
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1.25rem; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(12,7,5,0.74); backdrop-filter: blur(3px); animation: modal-fade .2s ease; }
.modal__dialog { position: relative; z-index: 1; width: min(560px, 100%); max-height: 95vh; overflow-y: auto; background: var(--cream-2); color: var(--on-cream); border-radius: 16px; padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.75); animation: modal-pop .24s cubic-bezier(.2,.8,.2,1); }
.modal__close { position: absolute; top: .5rem; right: .6rem; width: 40px; height: 40px; border: 0; background: transparent; color: var(--on-cream-soft); font-size: 1.9rem; line-height: 1; border-radius: 50%; cursor: pointer; transition: background .15s, color .15s; }
.modal__close:hover { background: rgba(0,0,0,0.07); color: var(--rose); }
.modal__head { margin-bottom: 1.2rem; padding-right: 2rem; }
.modal__head .eyebrow { margin-bottom: .5rem; }
.modal__head .h-cond { color: var(--on-cream); font-size: clamp(1.5rem, 3.4vw, 2rem); }
.modal__head .script--rose { color: var(--rose); text-transform: none; font-size: 1.35em; }
.modal__note { color: var(--on-cream-soft); margin: .4rem 0 0; font-size: .95rem; }

/* Compact layout so the whole booking form fits on one screen (no scroll) */
.modal__dialog { padding: clamp(1.05rem, 2.6vw, 1.7rem); }
.modal__head { margin-bottom: .7rem; }
.modal__head .eyebrow { margin-bottom: .3rem; }
.modal__head .h-cond { font-size: clamp(1.2rem, 3vw, 1.6rem); }
.modal__note { margin-top: .3rem; font-size: .86rem; }
.modal .field { margin-bottom: .5rem; gap: .18rem; }
.modal .field-row { gap: .6rem; }
.modal .field label { font-size: .7rem; }
.modal .field input, .modal .field select, .modal .field textarea { padding: .5rem .7rem; font-size: .95rem; border-radius: 7px; }
.modal .book__form .btn { margin-top: .25rem; padding-block: .78rem; }
.modal .book__form-status { margin-top: .5rem; }

@keyframes modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-pop { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .modal__backdrop, .modal__dialog { animation: none; } }

/* ---------- MAILING LIST (join) ---------- */
.join { max-width: none; background: var(--ink-2); color: var(--on-ink); padding-block: clamp(2.2rem, 4.4vw, 3.4rem); }
.join__inner { max-width: var(--maxw); margin: 0 auto; padding-inline: 1.25rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: center; }
.join__text .h-cond { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.join__text p { color: var(--on-ink-soft); margin: .5rem 0 0; max-width: 42ch; }
.join__form { width: 100%; }
.join__row { display: flex; gap: .6rem; }
.join__row input { flex: 1; min-width: 0; font-family: inherit; font-size: 1rem; color: var(--on-cream); background: #fff; border: 1px solid transparent; border-radius: 9px; padding: .8rem 1rem; }
.join__row input:focus { outline: none; box-shadow: 0 0 0 3px rgba(var(--rose-rgb),0.4); }
.join__row .btn { white-space: nowrap; }
.join__status { min-height: 1.1em; margin: .7rem 0 0; font-weight: 700; font-size: .92rem; }
.join__status.is-ok { color: #7ee0a8; }
.join__status.is-err { color: #ffb0c2; }
@media (max-width: 760px) { .join__inner { grid-template-columns: 1fr; } .join__row { flex-direction: column; } .join__row .btn { width: 100%; } }

/* ---------- CTA BAND (rose, horizontal) ---------- */
.cta-band { position: relative; background: linear-gradient(135deg, var(--rose), var(--rose-dk)); color: #fff; padding: clamp(2.6rem, 4.8vw, 3.4rem) 1.25rem clamp(2.2rem, 4.5vw, 3.2rem); }
/* marquee bulb strip across the top */
.cta-band::before {
  content: ""; position: absolute; top: 9px; left: 0; right: 0; height: 10px;
  background-image: radial-gradient(circle, rgba(255,250,236,1) 2.5px, rgba(255,220,150,0.4) 3.3px, rgba(255,220,150,0) 4px);
  background-size: 19px 10px; background-repeat: repeat-x; background-position: center;
}
.cta-band__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: minmax(180px, 0.9fr) repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); align-items: start; }
.cta-band__head { text-align: left; align-self: center; }
.cta-band__head .h-cond { color: #fff; font-size: clamp(1.4rem, 2.5vw, 2rem); }
.cta-band__script { font-family: var(--f-script); color: #ffe0b8; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1; margin: .1rem 0 0; }
.cta-band .spark { color: #ffe0b8; font-size: .5em; vertical-align: super; opacity: .85; margin: 0 .12em; }
.cta-band .spark--b { font-size: .35em; opacity: .6; }
.cta-band__head .spark--l { font-size: .55em; vertical-align: middle; margin-right: .35em; }
.cta-mini { text-align: left; }
.cta-mini__head { display: flex; align-items: center; gap: .6rem; margin-bottom: .5rem; }
.cta-mini__icon { flex: none; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--rose); display: grid; place-items: center; box-shadow: 0 6px 16px -8px rgba(0,0,0,0.4); }
.cta-mini__icon .ic { width: 24px; height: 24px; }
.cta-mini h3 { font-family: var(--f-cond); text-transform: uppercase; font-size: 1.1rem; line-height: 1.02; margin: 0; }
.cta-mini p { margin: 0 0 .8rem; color: rgba(255,255,255,0.92); font-size: .88rem; line-height: 1.4; }
.cta-mini .btn { width: 100%; max-width: 300px; padding: .58em 1.2em; font-size: .8rem; border-radius: 5px; }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); color: var(--on-ink-soft); }
.footer__inner { max-width: var(--maxw); margin: 0 auto; padding: 2.6rem 1.25rem 1.6rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }
.brand--footer .brand__name { font-size: 1.5rem; }
.footer__slogan { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; color: #f0e7db; margin: 0; display: inline-flex; align-items: center; gap: .5rem; }
.footer__links { display: flex; gap: 1.3rem; margin-left: auto; flex-wrap: wrap; }
.footer__links a { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; color: var(--on-ink-soft); text-decoration: none; }
.footer__links a:hover { color: var(--rose); }
.footer__socials { list-style: none; display: flex; gap: .55rem; margin: 0; padding: 0; }
.footer__socials a { width: 36px; height: 36px; border-radius: 50%; background: var(--ink-2); color: #fff; display: grid; place-items: center; transition: background .2s; }
.footer__socials a:hover { background: var(--rose); }
.footer__socials .ic { width: 17px; height: 17px; }
.footer__fine { text-align: center; font-size: .8rem; color: #8b7d70; margin: 0; padding: 1rem 1.25rem 1.6rem; border-top: 1px solid var(--line-ink); }

/* ---------- Hover micro-interactions ---------- */
.service__icon, .cta-mini__icon, .fcard__icon, .book__card-icon, .why__icon { transition: transform .25s ease; }
.service { transition: transform .2s ease; }
.service:hover { transform: translateY(-3px); }
.service:hover .service__icon { transform: scale(1.1) rotate(-6deg); }
.why__grid li { transition: background .25s ease, transform .25s ease, box-shadow .25s ease; border-radius: 14px; }
.why__grid li:hover { background: linear-gradient(160deg, rgba(var(--rose-rgb),0.18), rgba(215,164,65,0.08)); transform: translateY(-4px); box-shadow: 0 18px 34px -20px rgba(0,0,0,0.8); }
.why__grid li:hover .why__icon { transform: translateY(-2px) scale(1.1); color: var(--gold-2); }
.why__grid li:hover h3 { color: var(--gold-2); }
.why__grid h3 { transition: color .2s ease; }
.cta-mini:hover .cta-mini__icon { transform: translateY(-3px) scale(1.08); }
.fcard:hover .fcard__icon { transform: scale(1.14); }
.book__card { transition: transform .2s ease, box-shadow .2s ease; }
.book__card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.book__card:hover .book__card-icon { transform: scale(1.08) rotate(-6deg); }
.tcard { transition: transform .2s ease; }
.tcard:hover { transform: translateY(-4px); }
.tcard:hover .tcard__q { color: var(--rose); }
.tcard__q { transition: color .2s ease; }
.service__socials a, .footer__socials a { transition: background .2s ease, transform .2s ease; }
.service__socials a:hover, .footer__socials a:hover { transform: translateY(-3px) scale(1.06); }
.show__date { transition: background .2s ease, color .2s ease; }
.show:hover .show__date { background: var(--rose); }
.show:hover .show__month { color: #fff; }
.show:hover .show__day { color: #fff; }
.book__contact a { transition: color .15s ease, transform .15s ease; }
.book__contact a:hover { transform: translateX(3px); }
.footer__links a, .nav__mobile a { transition: color .15s ease; }
@media (prefers-reduced-motion: reduce) {
  .service:hover, .tcard:hover, .book__card:hover, .service:hover .service__icon,
  .why__grid li:hover .why__icon, .cta-mini:hover .cta-mini__icon, .fcard:hover .fcard__icon,
  .book__card:hover .book__card-icon, .service__socials a:hover, .footer__socials a:hover { transform: none; }
}

/* ---------- Reveal (progressive) ---------- */
.js .section, .js .services, .js .cta-band { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.js .is-in { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) { .js .section, .js .services, .js .cta-band { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .why__grid li { border-left: 0; border-top: 1px solid var(--line-ink); padding: 1.4rem; }
  .why__grid li:first-child { border-top: 0; }
}
@media (max-width: 820px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { max-width: 380px; margin: 0 auto; order: -1; }
  .hero__note { top: auto; bottom: 6%; }
  .services__card { grid-template-columns: 1fr; }
  .service { border-right: 0; border-bottom: 1px solid var(--line-cream); }
  .service:last-child { border-bottom: 0; }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 420px; margin: 0 auto; }
  .featured__grid { grid-template-columns: 1fr; }
  .cta-band__inner { grid-template-columns: 1fr; text-align: center; }
  .cta-band__head { text-align: center; }
  .cta-mini { text-align: center; max-width: 340px; margin: 0 auto; }
  .cta-mini__head { justify-content: center; }
  .fcard { grid-template-columns: 1fr 1.05fr; }
  .testimonials__row { grid-template-columns: 1fr; gap: 1.2rem; }
  .testimonials__head { padding-right: 0; }
  .tcard { border-left: 0; border-top: 1px solid rgba(215,164,65,0.4); padding: 1.1rem 0 0; }
  .book__inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .why__grid { grid-template-columns: 1fr; }
  .fcard { grid-template-columns: 1fr; }
  .fcard__img { min-height: 200px; }
  .about__stats { grid-template-columns: 1fr; text-align: left; gap: .5rem; }
  .show { grid-template-columns: auto 1fr; }
  .show__cta { grid-column: 1 / -1; justify-self: stretch; margin-top: .4rem; }
  .show__cta .btn { width: 100%; }
  .field-row { grid-template-columns: 1fr; }
  .footer__links { margin-left: 0; }
}

/* Anti-spam honeypot — present in the DOM (bots fill it) but never shown
   to, focusable by, or announced to a real visitor. */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* ============================================================
   UI POLISH — richer hover / focus micro-interactions
   ============================================================ */

/* Buttons: lift + brand glow, springy press */
.btn { will-change: transform; }
.btn--rose:hover { box-shadow: 0 16px 34px -12px rgba(var(--rose-rgb),0.9); }
.btn--dark:hover { box-shadow: 0 16px 30px -14px rgba(0,0,0,0.7); }
.btn--outline:hover { box-shadow: inset 0 0 0 1px var(--gold); }
.btn:active { transform: translateY(0) scale(.985); }

/* Nav links: underline that grows from the centre */
.nav__links a { position: relative; border-bottom: 0 !important; padding-bottom: .35rem; }
.nav__links a::after {
  content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px;
  background: var(--rose); border-radius: 2px; transition: left .22s ease, right .22s ease;
}
.nav__links a:hover::after, .nav__links a.is-active::after { left: 0; right: 0; }

/* Cards: rose-tinted lift */
.show:hover { box-shadow: 0 24px 44px -26px rgba(var(--rose-rgb),0.55), var(--shadow); border-color: rgba(var(--rose-rgb),0.35); }
.fcard:hover, .vcard:hover { box-shadow: 0 28px 50px -22px rgba(0,0,0,0.62), 0 0 0 1px rgba(var(--rose-rgb),0.35); }
.fcard:hover .fcard__play, .vcard:hover .vcard__play {
  transform: scale(1.12);
  box-shadow: 0 0 0 8px rgba(var(--rose-rgb),0.18), 0 10px 22px -6px rgba(0,0,0,0.5);
}

/* Testimonials, cta-minis and the book card lift on hover */
.tcard, .cta-mini, .book__card { transition: transform .22s ease, box-shadow .22s ease; }
.tcard:hover, .cta-mini:hover, .book__card:hover { transform: translateY(-4px); }
.tcard:hover { box-shadow: 0 22px 40px -26px rgba(0,0,0,0.55); }

/* Instagram reel embeds: gentle lift */
.vgrid--ig .instagram-media { transition: transform .2s ease; }
.vgrid--ig .instagram-media:hover { transform: translateY(-4px); }

/* Social & round icon buttons: lift */
.footer__socials a, .service__socials a { transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.footer__socials a:hover, .service__socials a:hover { transform: translateY(-3px); box-shadow: 0 10px 20px -8px rgba(var(--rose-rgb),0.7); }

/* Featured panel link arrow + eyebrow accents */
.fcard .link-rose .ic, .link-rose .ic { transition: transform .18s ease; }

/* Keyboard focus rings (accessible, on-brand) */
a:focus-visible, button:focus-visible, .btn:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible, [data-book]:focus-visible {
  outline: 3px solid rgba(var(--rose-rgb),0.6); outline-offset: 2px; border-radius: 8px;
}
