/* =========================================================
   The Amazing Caine & Stella — site styles
   ========================================================= */
:root {
  --ink: #0b0709;
  --ink-2: #140c10;
  --velvet: #5c0f1f;
  --velvet-deep: #2a0710;
  --gold: #d9b45a;
  --gold-soft: #f1dca0;
  --paper: #f6efe3;
  --muted: #bfb3a6;
  --line: rgba(217, 180, 90, 0.28);
  --radius: 14px;
  --max: 1120px;
  --display: "Cinzel Decorative", "Cinzel", Georgia, serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-soft); }

.wrap { width: min(var(--max), 100% - 32px); margin-inline: auto; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 7, 9, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand {
  font-family: var(--display); font-weight: 700; font-size: 1.15rem;
  color: var(--gold); text-decoration: none; letter-spacing: 0.02em; white-space: nowrap;
}
.brand span { color: var(--paper); }
.nav-links { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: block; padding: 8px 14px; border-radius: 999px;
  color: var(--paper); text-decoration: none;
  font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a[aria-current="page"] { color: var(--ink); background: var(--gold); }
.nav-toggle {
  display: none; background: none; border: 1px solid var(--line); color: var(--gold);
  border-radius: 10px; width: 44px; height: 44px; cursor: pointer;
}
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 760px) {
  .nav-toggle { display: grid; place-items: center; }
  .nav-links {
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 8px 16px 16px;
    background: var(--ink-2); border-bottom: 1px solid var(--line);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 10px; border-radius: 8px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(80px, 14vw, 170px) 0 clamp(70px, 11vw, 140px);
  background:
    radial-gradient(ellipse 60% 55% at 50% 0%, rgba(217,180,90,0.22), transparent 70%),
    linear-gradient(180deg, var(--velvet-deep) 0%, var(--ink) 100%);
}
.hero::before, .hero::after {
  /* velvet stage curtains (rendered image; right curtain is the left one mirrored) */
  content: ""; position: absolute; top: 0; bottom: 0; width: min(18%, 440px); z-index: 1;
  background: url("../images/curtain-left.webp") right top / auto 100% no-repeat;
  filter: drop-shadow(10px 0 18px rgba(0,0,0,0.6));
  pointer-events: none;
}
.hero::before { left: 0; }
.hero::after  { right: 0; transform: scaleX(-1); }
.valance {
  position: absolute; top: 0; left: 0; right: 0; height: 96px; z-index: 2;
  background: url("../images/valance.webp") center top / auto 100% repeat-x;
  pointer-events: none;
}
.hero { padding-top: clamp(130px, 16vw, 210px); }
.hero > .wrap { position: relative; z-index: 3; }
@media (max-width: 760px) {
  .hero::before, .hero::after { width: 9%; background-position: left top; }
  .hero > .wrap { padding-inline: 7%; }
  .valance { height: 66px; }
}

.hero .eyebrow, .eyebrow {
  font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold);
}
.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.3rem, 7vw, 5rem); line-height: 1.05;
  margin: 18px auto 20px; max-width: 14ch;
  background: linear-gradient(180deg, #fff3cc 0%, var(--gold) 55%, #9c7a2c 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 0 40px rgba(217,180,90,0.15);
}
.hero h1 .amp { font-family: var(--serif); font-style: italic; font-weight: 500; }
.hero p.lede {
  font-family: var(--serif); font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  color: var(--paper); max-width: 40ch; margin: 0 auto 36px; font-style: italic;
}
/* every page's hero matches the home page's height so the curtains frame it identically */
.hero { min-height: clamp(650px, 72vw, 830px); display: flex; flex-direction: column; justify-content: center; }
.hero > .wrap { width: min(var(--max), 100% - 32px); }
.page-hero h1 { font-size: clamp(2.2rem, 6vw, 4rem); }

.sparkles { position: absolute; inset: 0; pointer-events: none; }
.sparkles i {
  position: absolute; width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold-soft); box-shadow: 0 0 8px 2px rgba(241,220,160,0.7);
  animation: twinkle 3.2s ease-in-out infinite;
}
@keyframes twinkle { 0%,100% { opacity: 0.1; transform: scale(0.6);} 50% { opacity: 1; transform: scale(1.2);} }
@media (prefers-reduced-motion: reduce) { .sparkles i { animation: none; opacity: 0.5; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; border: 1px solid var(--gold);
  font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; font-family: var(--sans); font-weight: 600;
  transition: background .2s, color .2s, transform .2s;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); color: var(--ink); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--gold); }
.btn-ghost:hover { background: rgba(217,180,90,0.12); }
.btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Sections ---------- */
section.block { padding: clamp(64px, 9vw, 110px) 0; }
section.block.alt { background: var(--ink-2); border-block: 1px solid var(--line); }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head h2, h2.title {
  font-family: var(--display); font-weight: 700; color: var(--gold);
  font-size: clamp(1.8rem, 4.4vw, 2.8rem); line-height: 1.15; margin: 10px 0 12px;
}
.section-head p { color: var(--muted); max-width: 60ch; margin: 0 auto; }
.divider {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  color: var(--gold); margin: 16px auto 0;
}
.divider::before, .divider::after { content: ""; height: 1px; width: 70px; background: var(--line); }

.prose { font-family: var(--serif); font-size: 1.3rem; line-height: 1.7; color: var(--paper); }

/* ---------- About ---------- */
.bio {
  display: grid; grid-template-columns: 280px 1fr; gap: clamp(28px, 5vw, 64px); align-items: center;
}
.bio.reverse { grid-template-columns: 1fr 280px; }
.bio.reverse .portrait { order: 2; }
@media (max-width: 760px) {
  .bio, .bio.reverse { grid-template-columns: 1fr; }
  .bio.reverse .portrait { order: 0; }
  .portrait { max-width: 260px; margin-inline: auto; }
}
.portrait {
  aspect-ratio: 4 / 5; border-radius: 200px 200px var(--radius) var(--radius);
  border: 1px solid var(--gold); padding: 10px;
  background: linear-gradient(180deg, rgba(217,180,90,0.25), transparent);
}
.portrait > div, .portrait > img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 190px 190px 8px 8px;
  background: radial-gradient(circle at 50% 30%, var(--velvet) 0%, var(--velvet-deep) 60%, var(--ink) 100%);
  display: grid; place-items: center;
}
.portrait svg { width: 42%; color: var(--gold); opacity: 0.85; }
.bio h2 { font-family: var(--display); color: var(--gold); font-size: clamp(1.8rem, 4vw, 2.5rem); margin: 6px 0 16px; line-height: 1.15; }

/* ---------- Cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr; } }
.card {
  background: linear-gradient(180deg, rgba(92,15,31,0.35), rgba(20,12,16,0.9));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  text-decoration: none; color: var(--paper); display: block;
  transition: border-color .2s, transform .2s;
}
a.card:hover { border-color: var(--gold); transform: translateY(-3px); color: var(--paper); }
.card .icon { width: 46px; height: 46px; color: var(--gold); margin-bottom: 18px; }
.card h3 { font-family: var(--display); color: var(--gold); font-size: 1.3rem; margin: 0 0 6px; line-height: 1.25; }
.card .featuring { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.card p { margin: 0; color: #e3d9cc; }

/* ---------- Magic page acts ---------- */
.act {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center;
}
.act.flip .act-visual { order: 2; }
@media (max-width: 860px) { .act { grid-template-columns: 1fr; } .act.flip .act-visual { order: 0; } }
.act-visual {
  aspect-ratio: 4 / 3; border-radius: var(--radius); border: 1px solid var(--line);
  position: relative; overflow: hidden; display: grid; place-items: center;
  background: radial-gradient(ellipse 70% 60% at 50% 20%, rgba(217,180,90,0.28), transparent 70%),
              linear-gradient(180deg, var(--velvet) 0%, var(--ink) 100%);
}
.act-visual svg { width: 34%; color: var(--gold); filter: drop-shadow(0 0 22px rgba(217,180,90,0.45)); }
.act-visual .label {
  position: absolute; bottom: 14px; left: 14px;
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-soft);
  background: rgba(11,7,9,0.6); padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line);
}
.act h2 { font-family: var(--display); color: var(--gold); font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1.15; margin: 8px 0 6px; }
.act .featuring { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--gold-soft); margin-bottom: 16px; }
.act ul.features { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 10px; }
.act ul.features li { padding-left: 28px; position: relative; }
.act ul.features li::before {
  content: "✦"; position: absolute; left: 0; top: 0; color: var(--gold);
}
.meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.meta span {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; color: var(--muted);
}

/* ---------- Media ---------- */
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .social-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .social-grid { grid-template-columns: 1fr; } }
.social {
  text-align: center; padding: 36px 20px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--ink-2); color: var(--paper); text-decoration: none;
  transition: border-color .2s, transform .2s, background .2s;
}
.social:hover { border-color: var(--gold); transform: translateY(-3px); background: #1c1116; color: var(--paper); }
.social svg { width: 44px; height: 44px; color: var(--gold); margin: 0 auto 14px; }
.social h3 { font-family: var(--display); color: var(--gold); margin: 0 0 4px; font-size: 1.2rem; }
.social span { color: var(--muted); font-size: 0.92rem; }

/* ---------- Contact form ---------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(28px, 5vw, 64px); }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-aside h2 { font-family: var(--display); color: var(--gold); font-size: 1.9rem; margin: 6px 0 14px; line-height: 1.2; }
.contact-aside p { color: #e3d9cc; }
.contact-aside dl { margin: 24px 0 0; display: grid; gap: 14px; }
.contact-aside dt { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.contact-aside dd { margin: 2px 0 0; }

form.booking {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(22px, 4vw, 40px); display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px;
}
@media (max-width: 600px) { form.booking { grid-template-columns: 1fr; } }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-soft); }
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--paper);
  background: #0f090c; border: 1px solid rgba(217,180,90,0.3); border-radius: 10px;
  padding: 12px 14px; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,180,90,0.18);
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; }
.field input[type="date"] { color-scheme: dark; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-note { color: var(--muted); font-size: 0.88rem; margin: 0; }
.alert { grid-column: 1 / -1; padding: 14px 18px; border-radius: 10px; border: 1px solid; }
.alert.ok { border-color: #6fbf73; background: rgba(111,191,115,0.1); color: #c9f2cb; }
.alert.err { border-color: #e0736a; background: rgba(224,115,106,0.1); color: #ffd3cf; }
.alert[hidden] { display: none; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line); padding: 44px 0 36px; text-align: center; color: var(--muted);
  background: var(--ink);
}
.site-footer .brand { font-size: 1.3rem; }
.footer-social { display: flex; justify-content: center; gap: 12px; margin: 18px 0; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--gold);
}
.footer-social a:hover { border-color: var(--gold); background: rgba(217,180,90,0.1); }
.footer-social svg { width: 18px; height: 18px; }
.site-footer small { display: block; font-size: 0.82rem; }

.cta-band { text-align: center; }
.cta-band h2 { font-family: var(--display); color: var(--gold); font-size: clamp(1.7rem, 4vw, 2.5rem); margin: 0 0 12px; }
.cta-band p { color: #e3d9cc; margin: 0 auto 28px; max-width: 52ch; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: var(--gold); color: var(--ink); padding: 8px 14px; border-radius: 8px; }

/* ---------- Nav: collapse earlier now that there are six links ---------- */
@media (max-width: 1000px) and (min-width: 761px) {
  .nav-links a { padding: 8px 10px; font-size: 0.74rem; letter-spacing: 0.12em; }
  .brand { font-size: 1rem; }
}

/* ---------- Past Performances: testimonials carousel ---------- */
.t-carousel { max-width: 820px; margin: 0 auto; text-align: center; }
.t-track {
  position: relative; min-height: 260px; display: grid; align-items: center;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(92,15,31,0.55), transparent 75%), var(--ink-2);
  padding: clamp(32px, 6vw, 56px) clamp(22px, 6vw, 64px);
}
.t-track::before {
  content: "\201C"; position: absolute; top: -8px; left: 50%; transform: translateX(-50%);
  font-family: var(--serif); font-size: 7rem; line-height: 1; color: var(--gold); opacity: 0.35;
}
.t-slide { margin: 0; grid-area: 1 / 1; animation: tfade .7s ease; }
.t-slide[hidden] { display: block; visibility: hidden; } /* keeps the box at the tallest quote so the page doesn't jump */
@keyframes tfade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .t-slide { animation: none; } }
.t-slide blockquote {
  margin: 0 0 22px; font-family: var(--serif); font-style: italic;
  font-size: clamp(1.3rem, 2.8vw, 1.75rem); line-height: 1.5; color: var(--paper);
}
.t-slide figcaption { display: grid; gap: 2px; }
.t-slide figcaption strong { font-family: var(--display); color: var(--gold); font-size: 1.1rem; }
.t-slide figcaption span { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.t-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 22px; }
.t-btn {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  background: transparent; color: var(--gold); cursor: pointer; display: grid; place-items: center;
}
.t-btn:hover, .t-btn:focus-visible { border-color: var(--gold); background: rgba(217,180,90,0.1); outline: none; }
.t-btn svg { width: 18px; height: 18px; }
.t-pause .i-play { display: none; }
.t-pause[aria-pressed="true"] .i-play { display: block; }
.t-pause[aria-pressed="true"] .i-pause { display: none; }
.t-dots { display: flex; gap: 8px; }
.t-dot {
  width: 10px; height: 10px; border-radius: 50%; padding: 0; cursor: pointer;
  border: 1px solid var(--gold); background: transparent; transition: background .2s, transform .2s;
}
.t-dot.active { background: var(--gold); transform: scale(1.2); }

/* ---------- Past Performances: client list (two columns) ---------- */
.client-list {
  list-style: none; margin: 0 auto; padding: 0; max-width: 960px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px;
}
@media (max-width: 700px) { .client-list { grid-template-columns: 1fr; } }
.client {
  display: flex; gap: 16px; align-items: center;
  padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink);
}
.client-mark { flex: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; }
.client-mark svg { width: 18px; height: 18px; color: var(--gold); }
.client h3 { margin: 0; font-family: var(--display); color: var(--gold); font-size: 1.05rem; line-height: 1.3; }
.client p { margin: 2px 0 0; color: var(--muted); font-size: 0.9rem; }

/* ---------- Awards ---------- */
.award {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: center;
  max-width: 1040px; margin: 0 auto;
}
@media (max-width: 860px) { .award { grid-template-columns: 1fr; } }
.award-video {
  position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--line);
  background: radial-gradient(ellipse 70% 60% at 50% 30%, rgba(217,180,90,0.25), transparent 70%),
              linear-gradient(180deg, var(--velvet) 0%, var(--ink) 100%);
}
.award-video img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: opacity .2s, transform .4s; }
.award-video:hover img { opacity: 1; transform: scale(1.03); }
.award-video .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center;
  background: var(--gold); color: var(--ink); box-shadow: 0 0 40px rgba(217,180,90,0.5);
  transition: transform .2s;
}
.award-video:hover .play { transform: translate(-50%, -50%) scale(1.08); }
.award-video .play svg { width: 32px; height: 32px; margin-left: 4px; }
.award-video .label {
  position: absolute; bottom: 14px; left: 14px;
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-soft);
  background: rgba(11,7,9,0.7); padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line);
}
.award-medal {
  width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--gold);
  display: grid; place-items: center; margin-bottom: 18px;
  background: radial-gradient(circle, rgba(217,180,90,0.25), transparent 70%);
}
.award-medal svg { width: 30px; height: 30px; color: var(--gold); }
.award-body h2 { font-family: var(--display); color: var(--gold); font-size: clamp(1.8rem, 4vw, 2.4rem); line-height: 1.15; margin: 8px 0 6px; }
.award-body .featuring { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--gold-soft); margin-bottom: 14px; }
.award-body p { color: #e3d9cc; margin: 0 0 24px; }

/* Seven nav links: collapse to the menu button a bit earlier */
@media (max-width: 1100px) and (min-width: 761px) {
  .nav-links { gap: 0; }
  .nav-links a { padding: 8px 8px; font-size: 0.7rem; letter-spacing: 0.1em; }
  .brand { font-size: 0.95rem; }
}

/* Inner pages: shorter header block so content starts higher, while the curtains
   keep the home page's full length and hang down beside the content below. */
@media (min-width: 1200px) {
  .page-hero { min-height: 480px; padding: 150px 0 50px; overflow: visible; }
  .page-hero::before, .page-hero::after { bottom: auto; height: clamp(650px, 72vw, 830px); }
  .page-hero + section.block { padding-top: 40px; }
}

/* Large screens: curtains and valance stay fixed in view while the page scrolls
   beneath them, like looking at a stage through a proscenium arch. */
@media (min-width: 1400px) {
  .hero::before, .hero::after,
  .page-hero::before, .page-hero::after {
    position: fixed; top: 72px; bottom: auto;
    height: calc(100vh - 72px); z-index: 40;
    /* sized from the curtain height so the gold tie-backs always stay on screen */
    width: calc((100vh - 72px) * 0.38);
  }
  .valance { position: fixed; top: 72px; z-index: 41; }
  html { scroll-padding-top: 180px; }
}

/* ---------- Brand icons (Facebook, X) ---------- */
.brand-icon { display: grid; place-items: center; }
.brand-icon img {
  width: 100%; height: 100%;
  /* tints the black library icon to the site gold (#d9b45a) */
  filter: brightness(0) saturate(100%) invert(100%) sepia(85%) saturate(2356%) hue-rotate(318deg) brightness(100%) contrast(70%);
}
.brand-icon > svg { display: none; width: 100% !important; height: 100% !important; margin: 0 !important; }
.brand-icon.fallback img { display: none; }
.brand-icon.fallback > svg { display: block; }
.social .brand-icon { width: 40px; height: 40px; margin: 2px auto 16px; }
.footer-social .brand-icon { width: 16px; height: 16px; }
.social > svg { display: block; }
.award-video.playing { background: #000; }
.award-video.playing iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Past Performances: private events ---------- */
.private-events { max-width: 760px; text-align: center; }
.private-events .prose { margin: 0 0 30px; }
.client h3 a { color: inherit; text-decoration: underline; text-decoration-color: rgba(217,180,90,0.45); text-underline-offset: 3px; }
.client h3 a:hover { color: var(--gold-soft); text-decoration-color: currentColor; }

/* ---------- Past Performances: events table ---------- */
.events-table-wrap { max-width: 1120px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--ink); }
.events-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.events-table th {
  text-align: left; padding: 14px 16px; background: var(--ink-2);
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
  border-bottom: 1px solid var(--gold); position: sticky; top: 0;
}
.events-table td { padding: 12px 16px; border-bottom: 1px solid rgba(217,180,90,0.12); vertical-align: top; color: #e3d9cc; }
.events-table tbody tr:nth-child(even) td { background: rgba(92,15,31,0.12); }
.events-table tbody tr:hover td { background: rgba(217,180,90,0.07); }
.events-table td:nth-child(1) { font-family: var(--display); color: var(--gold); font-weight: 700; white-space: nowrap; }
.events-table td:nth-child(2) { white-space: nowrap; color: var(--gold-soft); }
.events-table td:nth-child(3) { color: var(--paper); font-weight: 500; }
.events-table td:nth-child(5) { white-space: nowrap; }
.events-table tbody tr:last-child td { border-bottom: 0; }
/* Phones: each row becomes a small labelled card */
@media (max-width: 760px) {
  .events-table-wrap { border: 0; background: transparent; overflow: visible; }
  .events-table thead { display: none; }
  .events-table, .events-table tbody, .events-table tr, .events-table td { display: block; width: 100%; }
  .events-table tr { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; padding: 10px 14px; background: var(--ink); }
  .events-table tbody tr:nth-child(even) td, .events-table tbody tr:hover td { background: transparent; }
  .events-table td { border: 0; padding: 4px 0; display: grid; grid-template-columns: 96px 1fr; gap: 10px; white-space: normal !important; }
  .events-table td::before { content: attr(data-label); font-family: var(--sans); font-weight: 400; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); padding-top: 3px; }
}
