/* Custom styles (works with Tailwind CDN — no build step required) */

  body {
  background-color: #050505;
  color: #fafafa;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 300;
}

  .gold-gradient {
  background: linear-gradient(135deg, #a68a2e, #d4af37, #f1d279);
  }

  .gold-text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #a68a2e, #d4af37, #f1d279);
  }

  .nav-link {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}

.nav-link:hover {
  color: #d4af37;
  }

  .btn-gold {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #d4af37;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s;
}

.btn-gold:hover {
  background-color: #f1d279;
}

.btn-gold:active {
  transform: scale(0.95);
  }

  .btn-outline {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1px solid #d4af37;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s;
}

.btn-outline:hover {
  background-color: #d4af37;
  color: #000;
}

.btn-outline:active {
  transform: scale(0.95);
  }

  .glass-card {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 0.125rem;
}

.artist-card:hover .artist-overlay {
  opacity: 1;
}

.calendar-day {
  height: 8rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  transition: colors 0.3s;
}

.calendar-day.booked {
  background-color: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.3);
}

.calendar-day.available {
  cursor: pointer;
}

.calendar-day.available:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html.js .reveal:not(.active) {
  opacity: 0;
}

.reveal.active {
  animation: fadeInUp 0.8s ease-out forwards;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #050505;
}

::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.5);
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d4af37;
}

.whatsapp-float {
  position: fixed;
  width: 52px;
  height: 52px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float-icon {
  width: 26px;
  height: 26px;
  display: block;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.55);
}

/* Class page content lists */
.content-block p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}

.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.content-list li::before {
  content: "•";
  color: #d4af37;
  flex-shrink: 0;
}

.demo-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #050505;
}

.demo-panel {
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: transparent;
  border-radius: 0.25rem;
  overflow: hidden;
}

.demo-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.6), transparent);
}

.demo-grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding: 2.5rem 1.75rem;
  overflow: hidden;
}

.demo-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('/assets/images/PDA\ 1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.demo-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background:
    linear-gradient(120deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.75) 50%, rgba(5, 5, 5, 0.85) 100%),
    radial-gradient(ellipse 60% 70% at 75% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 45%); */
}

.demo-copy,
.demo-cta {
  position: relative;
  z-index: 2;
}

@media (min-width: 900px) {
  .demo-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    padding: 3rem 3rem;
    align-items: center;
  }
}

.demo-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 9999px;
}

.demo-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
  color: #fafafa;
  margin-bottom: 1rem;
}

.demo-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.demo-text p {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  font-size: 0.925rem;
  margin-bottom: 0.75rem;
}

.demo-text p:last-child {
  margin-bottom: 0;
}

.demo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.demo-tags li {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.125rem;
}

.demo-tags li::before {
  content: "✦ ";
  color: #d4af37;
}

.demo-cta {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.75rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.25rem;
}

@media (min-width: 900px) {
  .demo-cta {
    padding: 2rem;
  }
}

.demo-cta-head {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.25rem;
}

.demo-phone-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.demo-phone-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.06);
}

.demo-phone-card--gold {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.06));
  border-color: rgba(212, 175, 55, 0.4);
}

.demo-phone-card--gold:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.28), rgba(212, 175, 55, 0.1));
}

.demo-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #d4af37;
}

.demo-phone-card--gold .demo-phone-icon {
  background: #d4af37;
  color: #050505;
  border-color: #d4af37;
}

.demo-phone-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.15rem;
}

.demo-phone-num {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fafafa;
  letter-spacing: 0.02em;
}

.demo-wa-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #25d366;
  text-decoration: none;
  transition: opacity 0.2s;
}

.demo-wa-link:hover {
  opacity: 0.85;
}

/* Yoga page hero */
.yoga-hero {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background: #050505;
}

.yoga-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .yoga-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.yoga-hero-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 4.75rem);
  font-weight: 300;
  line-height: 1.05;
  color: #fafafa;
  margin-bottom: 1.75rem;
}

.yoga-hero-desc {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
  font-size: 0.95rem;
  max-width: 34rem;
  margin-bottom: 2.5rem;
}

.yoga-schedule {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.yoga-schedule-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-left: 1rem;
  border-left: 2px solid #d4af37;
}

.yoga-schedule-label {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.75);
  font-weight: 600;
}

.yoga-schedule-time {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fafafa;
  letter-spacing: 0.02em;
}

.yoga-hero-visual {
  display: flex;
  justify-content: center;
}

.yoga-hero-image {
  width: min(100%, 420px);
  height: min(72vh, 560px);
  border-radius: 9999px 9999px 0 0;
  overflow: hidden;
  background: #111;
}

.yoga-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
}

.yoga-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .yoga-about-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
  }
}

.yoga-about-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 1rem;
}

.yoga-about-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
  color: #fafafa;
  margin-bottom: 1.5rem;
}

.yoga-video-card {
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.yoga-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.yoga-about-grid--aerial {
  margin-bottom: 0;
}

.yoga-feature-card {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.yoga-feature-card h4 {
  transition: color 0.3s ease;
}

.yoga-feature-card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.12);
}

.yoga-feature-card:hover h4 {
  color: #d4af37;
}

.yoga-feature-card:hover .yoga-feature-card-btn {
  background-color: #d4af37;
  color: #000;
  border-color: #d4af37;
}

@media (max-width: 1023px) {
  .yoga-about-grid--aerial .yoga-video-card {
    order: -1;
  }
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .detail-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.detail-card {
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.detail-card h4 {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Performances page — media gallery */
.perf-media-section {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #050505;
}

.perf-media-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 1rem;
}

.perf-media-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 300;
  line-height: 1.1;
  color: #fafafa;
  margin-bottom: 0.75rem;
}

.perf-media-subtitle {
  color: rgba(255, 255, 255, 0.55);
  max-width: 36rem;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
}

.perf-media-block-title {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.85);
  font-weight: 700;
  margin-bottom: 1rem;
}

.perf-reels-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 220px));
  gap: 3px;
  max-height: 443px;
  background: #050505;
  margin-bottom: 3rem;
}

.perf-reel-item {
  position: relative;
  overflow: hidden;
  background: #161616;
  min-height: 0;
  height: 100%;
}

.perf-reel-item.featured {
  grid-row: span 2;
}

.perf-reel-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.perf-reel-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.perf-reel-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 14px 14px;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.95), transparent);
}

.perf-reel-label span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 4px;
}

.perf-reel-label p {
  font-size: 0.85rem;
  color: rgba(245, 240, 232, 0.85);
}

.perf-images-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  background: #050505;
}

.perf-image-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #161616;
}

.perf-gallery-carousel .perf-gallery-slides {
  position: absolute;
  inset: 0;
}

.perf-gallery-carousel .perf-gallery-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.55s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.perf-gallery-carousel .perf-gallery-slides img.is-active {
  opacity: 1;
  pointer-events: auto;
}

.perf-gallery-carousel .perf-gallery-slides img:not(.is-active) {
  pointer-events: none;
}

.perf-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(10, 10, 10, 0.72);
  color: #d4af37;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.perf-gallery-carousel:hover .perf-gallery-nav {
  opacity: 1;
}

.perf-gallery-nav:hover {
  background: #d4af37;
  color: #000;
}

.perf-gallery-nav--prev { left: 0.5rem; }
.perf-gallery-nav--next { right: 0.5rem; }

.perf-gallery-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-shrink: 0;
}

.perf-gallery-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
}

.perf-gallery-dot.is-active {
  background: #d4af37;
  transform: scale(1.2);
}

.perf-gallery-counter {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
}

.perf-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.perf-image-card:hover .perf-gallery-slides img.is-active {
  transform: scale(1.05);
}

.perf-image-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px 14px;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.92), transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.perf-image-label-title {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 600;
  min-width: 0;
}

@media (max-width: 1023px) {
  .perf-reels-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    max-height: none;
  }

  .perf-reel-item.featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .perf-reel-item:not(.featured) .perf-reel-media {
    aspect-ratio: 9 / 12;
    height: auto;
  }

  .perf-reel-item.featured .perf-reel-media {
    aspect-ratio: 9 / 12;
    height: auto;
  }

  .perf-images-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .perf-reels-grid {
    grid-template-columns: 1fr;
  }

  .perf-reel-item.featured {
    grid-column: auto;
  }

  .perf-images-grid {
    grid-template-columns: 1fr;
  }
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hero background video */
.hero-video-wrap {
  overflow: hidden;
  background: #000;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero-mobile-intro {
  display: none;
}

/* Phone & tablet only — laptop (1024px+) unchanged via lg: utilities in HTML */
@media (min-width: 1024px) {
  .hero-section {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 1023px) {
  .hero-section {
    min-height: 0;
    height: 78dvh;
    height: 78svh;
    max-height: none;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 1.25rem;
  }

  .hero-video {
    object-fit: cover;
    object-position: center center;
  }

  .hero-video-overlay {
    background-color: rgba(0, 0, 0, 0.35) !important;
  }

  .hero-content {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}

@media (max-width: 639px) {
  .hero-scroll {
    display: none;
  }

  .hero-section {
    padding-top: 5.5rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-video-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.05) 32%,
      rgba(0, 0, 0, 0.45) 58%,
      rgba(0, 0, 0, 0.88) 82%,
      rgba(0, 0, 0, 0.98) 100%
    ) !important;
  }

  .hero-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.5rem 1.25rem max(1.25rem, env(safe-area-inset-bottom, 1.25rem));
    background: transparent;
    isolation: isolate;
  }

  .hero-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: linear-gradient(
      to top,
      #0a0a0a 0%,
      #0a0a0a 42%,
      rgba(10, 10, 10, 0.92) 68%,
      transparent 100%
    );
    
  }

  .hero-mobile-intro {
    display: block;
    margin-bottom: 1rem;
  }

  .hero-mobile-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 0.65rem;
    font-weight: 600;
  }

  .hero-mobile-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.15rem, 9.5vw, 2.75rem);
    font-weight: 600;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  }

  .hero-mobile-title span {
    color: #d4af37;
    font-style: italic;
    font-weight: 400;
  }

  .hero-mobile-tagline {
    font-size: 0.75rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    max-width: 20rem;
    margin: 0 auto;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions .btn-gold,
  .hero-actions .btn-outline {
    width: auto;
    max-width: none;
    min-width: 0;
    flex: 1 1 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0.85rem 0.5rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hero-section {
    height: 82dvh;
    height: 82svh;
    max-height: none;
    padding-bottom: 7.5rem;
  }

  .hero-actions .btn-gold,
  .hero-actions .btn-outline {
    max-width: none;
    min-width: 10rem;
  }
}

.contact-map-section {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1023px) {
  .contact-map-section {
    height: 55dvh;
    height: 55svh;
    max-height: 420px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .contact-map-section {
    height: 60dvh;
    height: 60svh;
    max-height: 480px;
  }
}

.contact-map-section iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.workshop-gallery-section {
  padding: 10rem 1rem 5rem;
}

@media (min-width: 768px) {
  .workshop-gallery-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.workshop-gallery-header {
  text-align: center;
  margin-bottom: 3rem;
}

.workshop-gallery-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 1rem;
}

.workshop-gallery-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 300;
  margin-bottom: 0.75rem;
}

.workshop-gallery-lead {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.95rem;
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.7;
}

.workshop-marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.workshop-marquee {
  overflow: hidden;
  width: 100%;
}

.workshop-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.workshop-marquee-group {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}

.workshop-marquee--fwd .workshop-marquee-track {
  animation: workshop-marquee-fwd 70s linear infinite;
}

.workshop-marquee--rev .workshop-marquee-track {
  animation: workshop-marquee-rev 80s linear infinite;
}

.workshop-marquee-wrap.is-paused .workshop-marquee-track {
  animation-play-state: paused;
}

@keyframes workshop-marquee-fwd {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes workshop-marquee-rev {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.workshop-marquee-card {
  flex: 0 0 auto;
  width: clamp(10rem, 22vw, 16rem);
  height: clamp(13rem, 28vw, 20rem);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: #111;
  padding: 0;
  cursor: pointer;
  appearance: none;
  font: inherit;
  color: inherit;
  transition: border-color 0.35s ease, transform 0.35s ease;
}

.workshop-marquee-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%);
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 0.35s ease;
}

.workshop-marquee-card:hover {
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-6px) scale(1.02);
  z-index: 2;
}

.workshop-marquee-card:hover::after {
  opacity: 0.35;
}

.workshop-marquee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(25%);
  transition: filter 0.4s ease, transform 0.6s ease;
}

.workshop-marquee-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.06);
}

@media (max-width: 639px) {
  .workshop-marquee-wrap {
    gap: 0.75rem;
  }

  .workshop-marquee-track {
    gap: 0.75rem;
  }

  .workshop-marquee--fwd .workshop-marquee-track {
    animation-duration: 45s;
  }

  .workshop-marquee--rev .workshop-marquee-track {
    animation-duration: 52s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workshop-marquee--fwd .workshop-marquee-track,
  .workshop-marquee--rev .workshop-marquee-track {
    animation: none;
  }

  .workshop-marquee {
    overflow-x: auto;
  }
}

.workshop-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.workshop-lightbox.is-open {
  display: flex;
}

.workshop-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}

.workshop-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 96vw);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.workshop-lightbox-dialog img {
  display: block;
  max-width: 100%;
  max-height: min(78vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: #0a0a0a;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
}

.workshop-lightbox-close,
.workshop-lightbox-nav {
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(10, 10, 10, 0.9);
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.workshop-lightbox-close:hover,
.workshop-lightbox-nav:hover {
  background: #d4af37;
  color: #000;
  border-color: #d4af37;
}

.workshop-lightbox-close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.workshop-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  cursor: pointer;
}

.workshop-lightbox-nav--prev { left: -3.25rem; }
.workshop-lightbox-nav--next { right: -3.25rem; }

.workshop-lightbox-counter {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .workshop-lightbox-nav--prev { left: 0.25rem; }
  .workshop-lightbox-nav--next { right: 0.25rem; }
  .workshop-lightbox-close { top: -2.5rem; right: 0.25rem; }
}

.perf-lightbox-title {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4af37;
  text-align: center;
}
