/* ==========================================================
   Main Attraction · wedding & party trio
   Clean-elegant base with showbiz warmth. Red is theirs.
   ========================================================== */

:root {
  --ink: #1b1410;
  --ink-soft: #4c4038;
  --cream: #f7f0e4;
  --paper: #fffcf5;
  --red: #c8102e;
  --red-deep: #9c0c24;
  --gold: #d3b47e;
  --dark: #171009;
  --dark-2: #221812;
  --white-soft: rgba(255, 250, 240, 0.92);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", -apple-system, sans-serif;
  --hand: "Caveat", cursive;
  --shadow: 0 18px 50px rgba(27, 20, 16, 0.16);
  --radius: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: #4c3a2e #171009; overflow-x: clip; }
body { overflow-x: clip; }

/* slim warm scrollbar (Chrome/Safari/Edge) */
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: #171009; }
::-webkit-scrollbar-thumb {
  background: #4c3a2e; border-radius: 8px;
  border: 2px solid #171009;
}
::-webkit-scrollbar-thumb:hover { background: var(--red); }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- type ---------- */
h1, h2, h3 { font-family: var(--serif); line-height: 1.12; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 6.5vw, 4.6rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 700; }
h3 { font-size: 1.35rem; font-weight: 600; }
h1 em { font-style: italic; color: var(--gold); }

.kicker {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--red); margin-bottom: 14px;
}
.kicker-light { color: var(--gold); }
.eyebrow {
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
}
.section-sub { max-width: 560px; margin: 18px auto 0; color: inherit; opacity: 0.82; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; padding: 15px 32px; border-radius: 999px;
  font-family: var(--sans); font-weight: 800; font-size: 0.95rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 28px rgba(200, 16, 46, 0.38); }
.btn-red:hover { background: var(--red-deep); }
.btn-ghost { border-color: rgba(255, 250, 240, 0.55); color: var(--white-soft); }
.btn-ghost:hover { border-color: var(--white-soft); background: rgba(255, 250, 240, 0.08); }
.btn-small { padding: 10px 22px; font-size: 0.85rem; }
.btn-full { width: 100%; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.nav.scrolled { background: rgba(23, 16, 9, 0.94); backdrop-filter: blur(12px); box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; gap: 28px;
}
.wordmark {
  font-family: var(--serif); font-weight: 800; font-size: 1.3rem;
  color: var(--white-soft); text-decoration: none; letter-spacing: 0.01em;
}
.wordmark-note { color: var(--red); margin: 0 2px; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a {
  color: var(--white-soft); text-decoration: none; font-weight: 600;
  font-size: 0.92rem; opacity: 0.85; transition: opacity 0.15s ease;
}
.nav-links a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-phone { color: var(--white-soft); font-weight: 800; text-decoration: none; font-size: 0.92rem; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--white-soft); overflow: hidden;
  background: var(--dark);
}
.hero-media { position: absolute; inset: 0; }
.hero-photo, .hero-video { width: 100%; height: 100%; object-fit: cover; }
/* wide screens: sharp cinematic stage photo with a slow drift */
.hero-video { display: none; }
.hero-photo { animation: heroZoom 38s ease-in-out infinite alternate; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.09); } }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(200, 16, 46, 0.18), transparent 62%),
    radial-gradient(ellipse at 50% 50%, transparent 55%, rgba(23, 16, 9, 0.55)),
    linear-gradient(to bottom, rgba(23, 16, 9, 0.6), rgba(23, 16, 9, 0.34) 45%, rgba(23, 16, 9, 0.88));
}
/* slow spotlight sweeps for wide screens */
.hero-lights { position: absolute; inset: 0; overflow: hidden; }
.hero-lights::before, .hero-lights::after {
  content: ""; position: absolute; top: -25%; width: 24vw; height: 150%;
  filter: blur(28px); mix-blend-mode: screen; transform-origin: top center;
}
.hero-lights::before {
  left: 16%;
  background: linear-gradient(to bottom, rgba(211, 180, 126, 0.32), rgba(211, 180, 126, 0) 72%);
  animation: sweepA 12s ease-in-out infinite alternate;
}
.hero-lights::after {
  right: 16%;
  background: linear-gradient(to bottom, rgba(200, 16, 46, 0.30), rgba(200, 16, 46, 0) 72%);
  animation: sweepB 15s ease-in-out infinite alternate;
}
@keyframes sweepA { from { transform: rotate(16deg); } to { transform: rotate(-9deg); } }
@keyframes sweepB { from { transform: rotate(-16deg); } to { transform: rotate(9deg); } }
/* portrait screens: the real portrait gig clip, sharp and full-bleed */
@media (max-aspect-ratio: 3/4) {
  .hero-video { display: block; }
  .hero-photo, .hero-lights { display: none; }
}
.hero-content { position: relative; z-index: 2; padding: 120px 24px 80px; max-width: 860px; }
.hero-sub { max-width: 560px; margin: 26px auto 0; font-size: 1.08rem; opacity: 0.92; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.hero-note { margin-top: 26px; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.6; font-weight: 700; }

/* ---------- marquee ---------- */
.marquee {
  background: var(--red); color: #fff; overflow: hidden;
  padding: 13px 0; font-weight: 800; font-size: 0.9rem; letter-spacing: 0.06em;
  white-space: nowrap; text-transform: uppercase;
}
.marquee-track { display: inline-flex; animation: marquee 46s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: 104px 0; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--dark); color: var(--white-soft); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-red {
  background: linear-gradient(140deg, var(--red-deep), var(--red)); color: #fff; text-align: center;
}
.section-red h2 { color: #fff; }
.section-head { text-align: center; margin-bottom: 60px; }

/* ---------- trio ---------- */
.trio-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: center;
}
.framed {
  background: #fff; padding: 14px 14px 18px; border-radius: 6px;
  box-shadow: var(--shadow); transform: rotate(-1.6deg);
}
.framed img { border-radius: 3px; }
.framed figcaption {
  font-family: var(--hand); font-size: 1.35rem; text-align: center;
  padding-top: 12px; color: var(--ink-soft);
}
.stamp {
  font-family: var(--hand); font-size: 1.5rem; color: var(--red);
  text-align: center; transform: rotate(2deg); margin-top: 30px; line-height: 1.25;
}
.trio-copy h2 { margin-bottom: 24px; }
.trio-copy p { margin-bottom: 18px; color: var(--ink-soft); }
.members { display: grid; gap: 16px; margin: 8px 0 6px; }
.member {
  background: #fff; border-radius: 11px; padding: 18px 22px;
  border-left: 4px solid var(--red); box-shadow: 0 4px 18px rgba(27, 20, 16, 0.06);
}
.member h3 { font-size: 1.08rem; color: var(--red-deep); margin-bottom: 6px; }
.member p { font-size: 0.93rem; margin-bottom: 0; }
.trio-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.trio-facts li {
  background: #fff; border: 1px solid rgba(27, 20, 16, 0.08); border-radius: 999px;
  padding: 9px 20px; font-size: 0.88rem; color: var(--ink-soft); box-shadow: 0 4px 14px rgba(27,20,16,0.06);
}
.trio-facts strong { color: var(--red); font-weight: 800; }

/* ---------- acts / timeline ---------- */
.acts {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  counter-reset: act;
}
.act {
  background: var(--dark-2); border: 1px solid rgba(211, 180, 126, 0.16);
  border-radius: var(--radius); padding: 34px 28px; position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.act:hover { transform: translateY(-6px); border-color: rgba(211, 180, 126, 0.45); }
.act-no {
  display: inline-block; font-family: var(--serif); font-style: italic; font-size: 1.02rem;
  color: var(--gold); margin-bottom: 16px;
  border-bottom: 2px solid rgba(211, 180, 126, 0.35); padding-bottom: 6px;
}
.act h3 { margin-bottom: 12px; }
.act p { font-size: 0.95rem; opacity: 0.82; }

/* ---------- packages ---------- */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.pkg {
  background: #fff; border-radius: var(--radius); padding: 36px 30px;
  box-shadow: 0 8px 30px rgba(27, 20, 16, 0.07);
  display: flex; flex-direction: column; position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pkg:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pkg-name { font-family: var(--serif); font-weight: 700; font-size: 1.3rem; }
.pkg-price { font-family: var(--serif); font-weight: 800; font-size: 2.6rem; color: var(--red-deep); margin-top: 10px; line-height: 1; }
.pkg-tag {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-soft); margin: 12px 0 18px;
}
.pkg ul { list-style: none; flex-grow: 1; margin-bottom: 24px; }
.pkg li {
  padding: 8px 0; font-size: 0.92rem; color: var(--ink-soft);
  border-bottom: 1px dashed rgba(27, 20, 16, 0.1);
}
.pkg li:last-child { border-bottom: none; }
.pkg .btn { text-align: center; }
.pkg-line { font-family: var(--hand); font-size: 1.25rem; margin-bottom: 18px; }
.btn-outline { border-color: rgba(27, 20, 16, 0.35); color: var(--ink); }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.pkg-featured { background: var(--dark); color: var(--white-soft); border: 1px solid rgba(211, 180, 126, 0.4); }
.pkg-featured .pkg-name { color: #fff; }
.pkg-featured .pkg-price { color: var(--gold); }
.pkg-featured .pkg-tag { color: var(--gold); }
.pkg-featured li { color: rgba(255, 250, 240, 0.82); border-bottom-color: rgba(255, 250, 240, 0.12); }
.pkg-featured .pkg-line { color: var(--gold); }
.pkg-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--dark); font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 16px; border-radius: 999px;
  white-space: nowrap;
}
.packages-note { text-align: center; margin-top: 40px; font-family: var(--hand); font-size: 1.5rem; color: var(--ink-soft); }

/* ---------- first dance feature ---------- */
.feature { position: relative; padding: 150px 0; color: var(--white-soft); text-align: center; overflow: hidden; }
.feature-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center 30%;
  filter: brightness(0.34) saturate(1.2);
}
.feature-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 30%, rgba(23,16,9,0.8)); }
.feature-inner { position: relative; z-index: 2; max-width: 820px; }
.feature-inner h2 { font-style: italic; font-weight: 600; font-size: clamp(1.6rem, 3.4vw, 2.5rem); color: #fff; }
.feature-credit { margin: 22px 0 34px; color: var(--gold); font-weight: 700; letter-spacing: 0.06em; font-size: 0.9rem; text-transform: uppercase; }

/* ---------- songs ---------- */
.song-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.song-card {
  background: #fff; border-radius: var(--radius); padding: 30px 26px;
  box-shadow: 0 8px 30px rgba(27, 20, 16, 0.07); border-top: 4px solid var(--red);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.song-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.song-card h3 { font-size: 1.15rem; margin-bottom: 16px; color: var(--red-deep); }
.song-card ul { list-style: none; }
.song-card li {
  padding: 7px 0; font-size: 0.92rem; color: var(--ink-soft);
  border-bottom: 1px dashed rgba(27, 20, 16, 0.1);
}
.song-card li:last-child { border-bottom: none; }
.handwritten {
  font-family: var(--hand); font-size: 1.7rem; color: var(--red);
  text-align: center; margin-top: 40px; transform: rotate(-1deg);
}

/* ---------- live clips ---------- */
.live-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.live-clip {
  border-radius: var(--radius); overflow: hidden; position: relative; margin: 0;
  border: 1px solid rgba(211, 180, 126, 0.14); background: var(--dark-2);
}
.live-clip video { width: 100%; height: 420px; object-fit: cover; }
.live-clip-wide video { height: 300px; }
.live-clip figcaption {
  position: absolute; inset: auto 0 0 0; padding: 40px 20px 16px;
  background: linear-gradient(to top, rgba(23, 16, 9, 0.9), transparent);
  font-size: 0.88rem; font-weight: 700; letter-spacing: 0.04em;
}
@media (min-width: 761px) {
  .live-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: auto; }
  .live-clip { grid-column: span 1; }
  .live-clip-wide { grid-column: span 2; }
  .live-clip video, .live-clip-wide video { height: 360px; }
}

/* ---------- reviews ---------- */
.reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.review {
  background: #fff; border-radius: var(--radius); padding: 40px 36px;
  box-shadow: 0 8px 30px rgba(27, 20, 16, 0.07); position: relative;
}
.review::before {
  content: "\201C"; position: absolute; top: 6px; left: 22px;
  font-family: var(--serif); font-size: 5rem; color: rgba(200, 16, 46, 0.16); line-height: 1;
}
.review p { font-family: var(--serif); font-size: 1.12rem; line-height: 1.55; color: var(--ink); position: relative; }
.review footer { margin-top: 22px; font-weight: 800; color: var(--red-deep); }
.review footer span { display: block; font-weight: 600; color: var(--ink-soft); font-size: 0.85rem; margin-top: 2px; }
.review-footnote {
  text-align: center; margin-top: 38px; font-family: var(--hand);
  font-size: 1.45rem; color: var(--ink-soft);
}

/* ---------- occasions ---------- */
.occasions {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px; margin-top: 10px;
}
.occasions li {
  border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 999px;
  padding: 11px 26px; font-weight: 800; font-size: 0.95rem;
  transition: background 0.2s ease;
}
.occasions li:hover { background: rgba(255, 255, 255, 0.12); }
.occasions-note { margin-top: 30px; font-family: var(--hand); font-size: 1.5rem; opacity: 0.95; }

/* ---------- practicals ---------- */
.practicals-section { padding: 72px 0; }
.practicals {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center;
}
.practicals strong { display: block; font-family: var(--serif); font-size: 1.2rem; color: var(--red-deep); margin-bottom: 6px; }
.practicals span { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- booking ---------- */
.book-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.book-copy h2 { margin-bottom: 20px; }
.book-copy > p { opacity: 0.85; }
.book-contacts { margin-top: 36px; display: grid; gap: 14px; }
.contact-line {
  display: block; padding: 18px 22px; border: 1px solid rgba(211, 180, 126, 0.22);
  border-radius: var(--radius); text-decoration: none; font-weight: 800; font-size: 1.05rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.contact-line:hover { border-color: var(--gold); background: rgba(211, 180, 126, 0.07); }
.contact-label {
  display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 3px; font-weight: 700;
}
.book-form { background: var(--dark-2); border: 1px solid rgba(211, 180, 126, 0.16); border-radius: var(--radius); padding: 38px 34px; }
.book-form label { display: block; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.book-form input, .book-form select, .book-form textarea {
  width: 100%; margin-top: 7px; padding: 13px 15px; border-radius: 9px;
  border: 1px solid rgba(255, 250, 240, 0.18); background: rgba(255, 250, 240, 0.05);
  color: var(--white-soft); font-family: var(--sans); font-size: 0.98rem;
}
.book-form input:focus, .book-form select:focus, .book-form textarea:focus {
  outline: none; border-color: var(--gold);
}
.book-form button { margin-top: 6px; }
.form-status { margin-top: 14px; font-size: 0.92rem; color: var(--gold); text-align: center; min-height: 1.4em; text-transform: none; letter-spacing: 0; }

/* ---------- footer ---------- */
.footer { background: #100b06; color: rgba(255, 250, 240, 0.72); padding: 56px 0; text-align: center; font-size: 0.92rem; }
.footer-inner p { margin-bottom: 10px; }
.wordmark-footer { font-size: 1.5rem; color: var(--white-soft); margin-bottom: 14px; }
.footer a { color: rgba(255, 250, 240, 0.85); }
.footer-fine { opacity: 0.5; font-size: 0.8rem; margin-top: 18px; }
.footer .credit-link { color: inherit; text-decoration: none; }
.footer .credit-link:hover { color: var(--gold); text-decoration: underline; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .trio-grid, .book-grid { grid-template-columns: 1fr; gap: 48px; }
  .acts, .song-cards, .practicals { grid-template-columns: repeat(2, 1fr); }
  .packages { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .pkg-featured { order: -1; }
  .reviews { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 72px 0; }
  .acts, .song-cards, .practicals, .form-row { grid-template-columns: 1fr; }
  .live-grid { grid-template-columns: 1fr; }
  .live-clip video, .live-clip-wide video { height: 340px; }
  .nav-phone { display: none; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .hero-lights::before, .hero-lights::after { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
