:root {
  --gold: #d4a24c;
  --gold-light: #e9c57a;
  --gold-deep: #b0822c;
  --rose: #c77a6e;
  --terracotta: #c47559;
  --brown-deep: #3a2418;
  --brown-warm: #5a3a26;
  --cream: #f6ecd9;
  --cream-soft: #faf3e4;
  --ink: #2a1c12;
  --text: #3a2a1e;
  --text-soft: #6b5744;
  --hairline: rgba(212, 162, 76, 0.28);
  --shadow-soft: 0 20px 60px rgba(58, 36, 24, 0.18);
  --shadow-lift: 0 30px 80px rgba(58, 36, 24, 0.28);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 17.5px; }

body {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  font-weight: 600;
  color: var(--text);
  background: linear-gradient(180deg, var(--cream-soft) 0%, #f1e2c4 40%, var(--cream-soft) 100%);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, .serif {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-weight: 500;
  color: var(--brown-deep);
  letter-spacing: 0.01em;
}

a { color: var(--gold-deep); text-decoration: none; }
a:hover { color: var(--rose); }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 243, 228, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline);
}
.nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.9rem 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: 0.85rem; }
.brand img { height: 60px; width: auto; filter: drop-shadow(0 1px 2px rgba(42, 28, 18, 0.25)); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text .name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--brown-deep);
  text-transform: uppercase;
}
.brand-text .sub {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-top: 2px;
}
.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links > a,
.nav-links > .has-menu > a {
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-warm);
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  cursor: pointer;
}
.nav-links a:hover { color: var(--gold-deep); border-bottom-color: var(--gold); }

/* Dropdown for festival */
.has-menu { position: relative; }
.has-menu > a::after { content: " ▾"; font-size: 0.7rem; color: var(--gold); }
.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 240px;
  background: var(--cream-soft);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
  padding: 0.6rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s, transform 0.22s;
  z-index: 120;
}
.has-menu:hover > .dropdown,
.has-menu:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a {
  display: block;
  padding: 0.55rem 1.25rem;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  color: var(--brown-warm);
  text-transform: none;
  border-bottom: none;
}
.dropdown a:hover { background: rgba(212, 162, 76, 0.12); color: var(--brown-deep); }
.dropdown-festival {
  padding: 0.85rem 1.4rem !important;
  border-bottom: 1px solid var(--hairline) !important;
}
.dropdown-festival:last-child { border-bottom: none !important; }
.dropdown-city {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 3px;
}
.dropdown-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--brown-deep);
}
.dropdown-name.gold { color: var(--gold-deep); }

.cta-pill {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: var(--cream-soft) !important;
  padding: 0.6rem 1.4rem !important;
  border-radius: 999px;
  border-bottom: none !important;
  letter-spacing: 0.15em !important;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(176, 130, 44, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.cta-pill:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(176, 130, 44, 0.5); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: var(--cream-soft);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(58, 36, 24, 0.45) 0%, rgba(58, 36, 24, 0.2) 40%, rgba(58, 36, 24, 0.65) 100%),
    url('../img/community.jpg') center/cover;
  z-index: -1;
  transform: scale(1.05);
  animation: slowPan 30s ease-in-out infinite alternate;
}
@keyframes slowPan {
  from { transform: scale(1.05) translate3d(0,0,0); }
  to   { transform: scale(1.12) translate3d(-2%, -1%, 0); }
}
.hero-inner { max-width: 900px; padding: 1.6rem 1.5rem; }
.hero .logo-mark {
  width: 156px; height: 156px;
  margin: 0 auto 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.55));
}
.hero .logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand img {
  object-fit: contain;
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  color: var(--cream-soft);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.5);
}
.hero .country {
  font-size: 0.85rem;
  letter-spacing: 0.6em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-top: 0.4rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(233, 197, 122, 0.5);
  display: inline-block;
}
.hero .tagline {
  margin-top: 1.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-style: italic;
  color: var(--cream);
  letter-spacing: 0.08em;
}
.hero .hero-cta {
  margin-top: 2.2rem;
  display: inline-block;
  padding: 1rem 2.6rem;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-deep) 100%);
  color: var(--brown-deep);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  font-size: 0.95rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero .hero-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(0,0,0,0.45); }

/* ---------- Section shell ---------- */
section { position: relative; }
.section-band {
  padding: 3.5rem 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
}
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold-deep);
  text-align: center;
  margin-bottom: 0.75rem;
}
.section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.4rem;
}
.section-sub {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--text-soft);
  margin-bottom: 3rem;
}
.ornament {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1rem auto 2rem;
  position: relative;
}
.ornament::after {
  content: "✦";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  color: var(--gold-deep);
  background: var(--cream-soft);
  padding: 0 0.5rem;
  font-size: 0.7rem;
}

/* ---------- What is Tantra ---------- */
.what-tantra {
  background:
    linear-gradient(90deg, var(--cream-soft) 0%, rgba(246, 236, 217, 0.98) 40%, rgba(246, 236, 217, 0.55) 75%, rgba(246, 236, 217, 0.25) 100%),
    url('../img/shrine.jpg') right center/cover no-repeat;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
@media (min-width: 1200px) {
  .what-tantra {
    background:
      linear-gradient(90deg, var(--cream-soft) 0%, rgba(246, 236, 217, 0.98) 45%, rgba(246, 236, 217, 0.6) 75%, rgba(246, 236, 217, 0.3) 100%),
      url('../img/shrine.jpg') right center/cover no-repeat;
  }
}
.what-tantra .content {
  max-width: 720px;
  padding: 3.5rem 1.5rem;
  margin: 0 auto;
  text-align: center;
}
.what-tantra .eyebrow { text-align: center !important; }
.what-tantra .ornament { margin-left: auto !important; margin-right: auto !important; }
.what-tantra h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  margin-bottom: 1.4rem;
}
.what-tantra p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--brown-warm);
}

/* ---------- Two Pathways ---------- */
.pathways { padding: 3rem 1.5rem; background: var(--cream-soft); }
.pathways-inner { max-width: 1180px; margin: 0 auto; }
.pathways .section-sub { margin-bottom: 1.5rem; }
.pathways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-top: 1.8rem;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.path-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.path-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.path-card {
  flex-direction: row;
}
.path-card .imagery {
  flex: 0 0 42%;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.path-card .body { flex: 1; padding: 1.6rem 1.8rem; }
.path-card .imagery::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.45) 100%);
}
.path-card.white-tantra .imagery { background-image: url('../img/white-tantra-right.jpg'); }
.path-card.red-tantra .imagery { background-image: url('../img/red-tantra-left.jpg'); }
.path-card .body { padding: 2.2rem; text-align: center; }
.path-card h3 { font-size: 2rem; margin-bottom: 0.3rem; }
.path-card .label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-deep);
  margin-bottom: 1rem;
}
.path-card .tags {
  font-size: 0.78rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--brown-warm);
  margin-bottom: 1.2rem;
}
.path-card p { color: var(--text-soft); font-size: 1rem; }

/* ---------- Three Festivals ---------- */
.festivals { padding: 4rem 1.5rem; position: relative; }
.festivals::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #f1e2c4 0%, var(--cream-soft) 100%);
  z-index: -1;
}
.fest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1180px;
  margin: 3rem auto 0;
}
.fest-card {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
  color: var(--cream-soft);
  transition: transform 0.35s, box-shadow 0.35s;
  isolation: isolate;
}
.fest-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(58, 36, 24, 0.15) 0%, rgba(58, 36, 24, 0.85) 100%);
  z-index: 0;
  transition: opacity 0.35s;
}
.fest-card:hover { transform: translateY(-8px) scale(1.015); box-shadow: var(--shadow-lift); }
.fest-card .fest-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.8rem 1.6rem 1.9rem;
  z-index: 1;
  text-align: center;
}
.fest-card .city {
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}
.fest-card h3 {
  font-size: 2rem;
  color: var(--cream-soft);
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.fest-card.gold {
  box-shadow: 0 20px 60px rgba(212, 162, 76, 0.5), 0 0 0 2px var(--gold);
}
.fest-card.gold::after {
  background: linear-gradient(180deg, rgba(176, 130, 44, 0.15) 0%, rgba(58, 36, 24, 0.8) 100%);
}
.fest-card.gold .city { color: var(--gold); letter-spacing: 0.5em; }
.fest-card.gold h3 {
  color: var(--gold-light);
  text-shadow: 0 2px 14px rgba(212, 162, 76, 0.55), 0 2px 10px rgba(0,0,0,0.6);
}
.fest-card.gold .tags { color: var(--gold); }
.fest-card .arch {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--cream);
  margin-bottom: 0.4rem;
}
.fest-card .tags {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.fest-card.sydney { background-image: url('../img/sydney.jpg'); }
.fest-card.melbourne { background-image: url('../img/melbourne.jpg'); }
.fest-card.gympie { background-image: url('../img/gympie.jpg'); background-position: center 65%; }

/* ---------- Community CTA ---------- */
.community {
  position: relative;
  min-height: 56vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--cream-soft);
  padding: 6rem 1.5rem;
  overflow: hidden;
  isolation: isolate;
}
.community::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(58, 36, 24, 0.35) 0%, rgba(58, 36, 24, 0.75) 100%),
    url('../img/community.jpg') center/cover;
  z-index: -1;
  transform: scale(1.04);
  animation: slowPan 40s ease-in-out infinite alternate;
}
.community h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--cream-soft);
  max-width: 900px;
  margin: 0 auto 1rem;
  text-shadow: 0 3px 20px rgba(0,0,0,0.5);
}
.community p {
  max-width: 720px;
  margin: 0 auto 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--cream);
}
.watch-trailer {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.8rem;
  border: 1px solid var(--gold-deep);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-deep) 100%);
  color: var(--cream-soft) !important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(176, 130, 44, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.watch-trailer:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(176, 130, 44, 0.5);
  color: var(--cream-soft) !important;
}
.social-icons {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(250, 243, 228, 0.12);
  border: 1px solid rgba(233, 197, 122, 0.5);
  color: var(--gold-light);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.social-icon:hover {
  background: var(--gold);
  color: var(--brown-deep);
  transform: translateY(-2px);
}

/* ---------- Footer ---------- */
.footer {
  background: var(--brown-deep);
  color: var(--cream);
  text-align: center;
  padding: 3rem 1.5rem 2rem;
}
.footer .brand-text .name { color: var(--gold-light); }
.footer .brand-text .sub { color: var(--gold); }
.footer .links { margin: 1.2rem 0 0.6rem; display: flex; justify-content: center; gap: 1.6rem; flex-wrap: wrap; }
.footer .links a { color: var(--cream); font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer .copyright { font-size: 0.8rem; color: rgba(246, 236, 217, 0.55); margin-top: 1rem; }

/* ---------- Festival subpage ---------- */
.fest-hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: flex-end;
  color: var(--cream-soft);
  padding: 6rem 1.5rem 4rem;
  overflow: hidden;
  isolation: isolate;
}
.fest-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.fest-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(58, 36, 24, 0.25) 0%, rgba(58, 36, 24, 0.85) 100%);
  z-index: -1;
}
.fest-hero.sydney::before { background-image: url('../img/sydney.jpg'); }
.fest-hero.melbourne::before { background-image: url('../img/melbourne.jpg'); }
.fest-hero.gympie::before { background-image: url('../img/gympie.jpg'); background-position: center 65%; }
.fest-hero-inner { max-width: 1180px; margin: 0 auto; width: 100%; }
.fest-hero .city { font-size: 0.8rem; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold-light); }
.fest-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); color: var(--cream-soft); margin: 0.4rem 0; }
.fest-hero.gympie h1 { color: var(--gold-light); }
.fest-hero .arch { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.3rem; }

.fest-placeholder {
  max-width: 900px;
  margin: 4rem auto;
  padding: 3rem;
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.fest-placeholder h2 { margin-bottom: 0.6rem; }
.fest-placeholder p { color: var(--text-soft); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; }
.menu-preview {
  margin-top: 2rem;
  display: inline-block;
  text-align: left;
  column-count: 2;
  column-gap: 3rem;
}
.menu-preview li {
  list-style: none;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--hairline);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: var(--brown-warm);
  break-inside: avoid;
}

/* ---------- Mobile ---------- */
.mobile-toggle { display: none; background: none; border: 0; font-size: 1.5rem; color: var(--brown-warm); cursor: pointer; }
@media (max-width: 900px) {
  .mobile-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream-soft);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.5rem 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid var(--hairline);
    display: none;
  }
  .nav-links.open { display: flex; }
  .dropdown { position: static; transform: none; box-shadow: none; border: 0; opacity: 1; visibility: visible; padding-left: 1rem; background: transparent; }
  .has-menu:hover > .dropdown { transform: none; }
  .pathways-grid, .fest-grid { grid-template-columns: 1fr; }
  .what-tantra .content { margin-left: 0; padding: 4rem 1.5rem; }
  .what-tantra {
    background:
      linear-gradient(180deg, rgba(246, 236, 217, 0.96) 0%, rgba(246, 236, 217, 0.88) 100%),
      url('../img/shrine.jpg') center/cover no-repeat;
  }
  .hero { min-height: 38vh; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(58, 36, 24, 0.55) 0%, rgba(58, 36, 24, 0.35) 40%, rgba(58, 36, 24, 0.8) 100%),
      url('../img/community.jpg') center 35% / cover;
    animation: none;
    transform: none;
  }
  .fest-card { aspect-ratio: 5 / 4; background-position: center 30%; }
  .fest-card.gympie { background-position: center 70%; }
  .fest-card h3 { font-size: 1.6rem; }
  .fest-hero { min-height: 38vh; padding: 5rem 1.25rem 2.5rem; }
  .fest-hero::before { background-position: center 30%; }
  .fest-hero.gympie::before { background-position: center 70%; }
  .path-card { flex-direction: column; }
  .path-card .imagery { flex: 0 0 auto; height: 180px; min-height: 180px; background-position: center 25% !important; }
  .path-card .body { padding: 2rem; }
  .what-tantra .content { margin: 0 auto; padding: 2.5rem 1.5rem; }
  .video-modal-card { width: 94vw; padding: 1.1rem 1rem 0.9rem; }
  .video-modal-head h3 { font-size: 1.4rem; }
  .video-modal-sub { font-size: 0.85rem; }
  .video-modal-foot { font-size: 0.72rem; flex-direction: column; gap: 0.4rem; }
}

/* ---------- Video trailer modal ---------- */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.video-modal.open { opacity: 1; pointer-events: auto; }
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 6, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.video-modal-card {
  position: relative;
  width: min(960px, 100%);
  max-height: calc(100vh - 3rem);
  background: linear-gradient(180deg, var(--cream-soft) 0%, var(--cream) 100%);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 1.6rem 1.5rem 1.2rem;
  box-shadow: 0 40px 120px rgba(0,0,0,0.55), 0 0 0 1px rgba(212, 162, 76, 0.15);
  transform: scale(0.96) translateY(12px);
  transition: transform 0.32s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}
.video-modal.open .video-modal-card { transform: scale(1) translateY(0); }
.video-modal-head { text-align: center; margin-bottom: 1rem; }
.video-modal-head .eyebrow { margin-bottom: 0.35rem; }
.video-modal-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--brown-deep);
  margin: 0 0 0.3rem;
}
.video-modal-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--text-soft);
  font-size: 1rem;
  margin: 0;
}
.video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.video-modal-frame:fullscreen { border-radius: 0; }
.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  background: var(--cream-soft);
  color: var(--brown-deep);
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.video-modal-close:hover {
  background: var(--gold);
  color: var(--cream-soft);
  transform: rotate(90deg);
}
.video-modal-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.9rem;
  font-size: 0.78rem;
  color: var(--text-soft);
  letter-spacing: 0.05em;
}
.video-modal-foot kbd {
  font-family: inherit;
  background: rgba(58, 36, 24, 0.08);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 0.72rem;
  color: var(--brown-deep);
}
.video-modal-fs {
  background: none;
  border: 0;
  color: var(--gold-deep);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.08em;
  padding: 0;
}
.video-modal-fs:hover { color: var(--rose); }
