@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Chonburi&display=swap');

:root {
  --ink: #080808;
  --ink-soft: #181818;
  --charcoal: #222222;
  --graphite: #2f3030;
  --cream: #f4f0e8;
  --bone: #dfd8ce;
  --gold: #b79a60;
  --silver: #c9c9c5;
  --white: #ffffff;
  --muted: #aaa7a0;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
  --radius: 8px;
  --max: 1180px;
  --wide: 1640px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 2%, rgba(183, 154, 96, 0.16), transparent 26rem),
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.08), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #0b0b0b 52%, #111 100%);
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(244, 240, 232, 0.14);
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: var(--wide);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--cream);
  font-family: "Bodoni Moda", Didot, "Bodoni 72", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand img {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(244, 240, 232, 0.58);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(244, 240, 232, 0.035);
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.nav-links a {
  border-radius: 999px;
  padding: 10px 12px;
  color: var(--bone);
  font-size: 0.93rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--cream);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(19, 12, 18, 0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.nav-toggle span {
  margin: 5px 0;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid var(--cream);
  border-radius: 999px;
  padding: 12px 20px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 850;
  letter-spacing: 0.02em;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn::after {
  position: absolute;
  inset: 0 auto 0 -60%;
  width: 48%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  content: "";
  transition: left 520ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(244, 240, 232, 0.14);
}

.btn:hover::after {
  left: 125%;
}

.btn.secondary {
  border-color: rgba(183, 154, 96, 0.84);
  background: transparent;
  color: var(--cream);
}

.btn.ghost {
  background: transparent;
  color: var(--cream);
  box-shadow: none;
}

.section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 72px 0;
}

.section.tight {
  padding: 44px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 42px;
  height: 1px;
  border-radius: 0;
  background: currentColor;
  content: "";
  box-shadow: none;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--cream);
  font-family: "Bodoni Moda", Didot, "Bodoni 72", Georgia, serif;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0.01em;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.6vw, 4.75rem);
  text-transform: none;
}

h2 {
  font-size: clamp(1.95rem, 3.4vw, 3.6rem);
  text-transform: none;
}

h3 {
  font-size: 1.22rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 610px;
  color: var(--bone);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.74fr);
  gap: 34px;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin: 0;
  overflow: hidden;
  padding: 78px max(16px, calc((100vw - var(--max)) / 2)) 64px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.78) 44%, rgba(5, 5, 5, 0.62) 100%),
    url("images/instagram%20photos/full-res-png/glitz-full-res-099-1440x1800-fbcf5284b294.png") center 28% / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0 -2px;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 154, 96, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 52%, rgba(244, 240, 232, 0.11), transparent 26rem),
    url("images/instagram%20photos/full-res-png/glitz-full-res-099-1440x1800-fbcf5284b294.png") center 28% / cover no-repeat;
  opacity: 0.7;
  content: "";
}

.hero::after {
  position: absolute;
  inset: auto 0 -1px;
  z-index: -1;
  height: 38%;
  background: linear-gradient(180deg, transparent, #050505 86%);
  content: "";
}

.services-hero {
  display: block;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.78) 44%, rgba(5, 5, 5, 0.62) 100%),
    url("images/708926311_1009565904802774_3475467576512138692_n.jpg") center 35% / cover no-repeat;
}

.services-hero::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 154, 96, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 52%, rgba(244, 240, 232, 0.11), transparent 26rem),
    url("images/708926311_1009565904802774_3475467576512138692_n.jpg") center 35% / cover no-repeat;
}

.services-hero .hero-copy h1 {
  max-width: 820px;
}

.gallery-hero {
  display: block;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.82) 44%, rgba(5, 5, 5, 0.65) 100%),
    url("images/instagram%20photos/full-res-png/glitz-full-res-004-2697x3206-9e2f021d92af.png") center 38% / cover no-repeat;
}

.gallery-hero::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 154, 96, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 52%, rgba(244, 240, 232, 0.11), transparent 26rem),
    url("images/instagram%20photos/full-res-png/glitz-full-res-004-2697x3206-9e2f021d92af.png") center 38% / cover no-repeat;
}

.gallery-hero .hero-copy h1 {
  max-width: 820px;
}

.care-hero {
  display: block;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.82) 44%, rgba(5, 5, 5, 0.65) 100%),
    url("images/instagram%20photos/full-res-png/glitz-full-res-006-1215x2160-2e8f639db1d4.png") center 22% / cover no-repeat;
}

.care-hero::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 154, 96, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 52%, rgba(244, 240, 232, 0.11), transparent 26rem),
    url("images/instagram%20photos/full-res-png/glitz-full-res-006-1215x2160-2e8f639db1d4.png") center 22% / cover no-repeat;
}

.care-hero .hero-copy h1 {
  max-width: 820px;
}

.book-hero {
  display: block;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.82) 44%, rgba(5, 5, 5, 0.65) 100%),
    url("images/instagram%20photos/full-res-png/glitz-full-res-099-1440x1800-fbcf5284b294.png") center 30% / cover no-repeat;
}

.book-hero::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 154, 96, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 52%, rgba(244, 240, 232, 0.11), transparent 26rem),
    url("images/instagram%20photos/full-res-png/glitz-full-res-099-1440x1800-fbcf5284b294.png") center 30% / cover no-repeat;
}

.book-hero .hero-copy h1 {
  max-width: 820px;
}

.book-hero .booking-layout {
  margin-top: 64px;
  padding-bottom: 24px;
}


.hero-copy {
  display: grid;
  gap: 24px;
  align-content: center;
}

.hero-actions,
.split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.22);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.1) translateX(40px);
  clip-path: polygon(120% 0, 120% 0, 100% 100%, 100% 100%);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.4s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1) translateX(0);
  clip-path: polygon(0 0, 120% 0, 100% 100%, -20% 100%);
  z-index: 3;
}

.hero-slide.outgoing {
  opacity: 0;
  transform: scale(0.96) translateX(-40px);
  clip-path: polygon(0 0, 0 0, -20% 100%, -20% 100%);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.4s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.hero-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 280px;
  border: 1px solid rgba(183, 154, 96, 0.25);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 10;
}

.badge-label {
  display: inline-block;
  color: var(--gold);
  font-family: "Chonburi", serif;
  font-size: 0.72rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
}

.badge-text {
  margin: 0;
  color: var(--cream);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.hero-slide .badge-label {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.35s,
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}

.hero-slide .badge-text {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s,
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.hero-slide .hero-badge {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
    transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}

.hero-slide.active .hero-badge {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.active .badge-label,
.hero-slide.active .badge-text {
  opacity: 1;
  transform: translateY(0);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 24px 0 44px;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 154, 96, 0.5);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 40px rgba(183, 154, 96, 0.08);
}

.trust-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--gold);
  transition: transform 0.4s ease;
}

.trust-card:hover .trust-icon {
  transform: scale(1.15) rotate(5deg);
}

.trust-content {
  display: grid;
  gap: 4px;
}

.trust-content h3 {
  margin: 0;
  color: var(--cream);
  font-family: "Chonburi", serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.trust-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
}

.mini-card,
.service-card,
.faq-item,
.review-card,
.booking-note,
.price-card,
.policy-card {
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid rgba(244, 240, 232, 0.16);
  background: #050505;
  color: var(--white);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding: 24px 0;
  animation: marquee 65s linear infinite;
}

.marquee-showcase {
  padding: 8px 0;
}

.marquee-showcase:hover .marquee-track,
.marquee-showcase.is-focusing .marquee-track {
  animation-play-state: paused;
}

.marquee-photo {
  position: relative;
  flex: 0 0 clamp(170px, 16vw, 260px);
  height: clamp(220px, 20vw, 320px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  background: var(--ink);
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
  cursor: pointer;
}

.marquee-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marquee-showcase:hover .marquee-photo,
.marquee-showcase.is-focusing .marquee-photo {
  filter: blur(5px) saturate(0.55);
  opacity: 0.36;
}

.marquee-showcase .marquee-photo:hover,
.marquee-showcase .marquee-photo.is-active,
.marquee-showcase .marquee-photo.active {
  z-index: 2;
  filter: none !important;
  opacity: 1 !important;
  transform: scale(1.025);
}

.marquee-showcase .marquee-photo::after {
  position: absolute;
  inset: 0;
  background: rgba(244, 240, 232, 0.5);
  opacity: 0;
  content: "";
  transition: opacity 220ms ease;
}

.marquee-showcase:hover .marquee-photo::after,
.marquee-showcase.is-focusing .marquee-photo::after {
  opacity: 1;
}

.marquee-showcase .marquee-photo:hover::after,
.marquee-showcase .marquee-photo.is-active::after,
.marquee-showcase .marquee-photo.active::after {
  opacity: 0 !important;
}

.image-tile.video-tile {
  position: relative;
  overflow: hidden;
}

.image-tile.video-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffd700;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  pointer-events: none;
  border: 1px solid rgba(212, 175, 55, 0.4);
  z-index: 2;
}

.audio-control-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffd700;
  border: 1px solid rgba(212, 175, 55, 0.4);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: transform 200ms ease, background 200ms ease;
  outline: none;
}

.audio-control-badge:hover {
  transform: scale(1.06);
  background: rgba(0, 0, 0, 0.9);
}

.featured-crew-video-container {
  position: relative;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.2);
  border: 2px solid rgba(212, 175, 55, 0.4);
}

.featured-crew-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(255, 215, 0, 0.85);
  color: #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease, opacity 200ms ease;
  z-index: 3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  outline: none;
}

.video-play-btn svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  fill: currentColor;
}

.image-tile.video-tile:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(212, 175, 55, 0.95);
  color: #000;
}

.image-tile.video-tile.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}

.image-tile.video-tile.is-playing:hover .video-play-btn {
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.75);
  color: #ffd700;
}

.marquee-item {
  display: grid;
  grid-template-columns: 120px 180px;
  align-items: center;
  overflow: hidden;
  min-width: 300px;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.marquee-item img {
  width: 120px;
  height: 96px;
  object-fit: cover;
}

.marquee-item span {
  padding: 12px;
  color: var(--bone);
  font-family: 'Chonburi', cursive, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.client-showcase {
  padding-top: 58px;
}

.client-editorial {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(320px, 1.3fr) minmax(240px, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  padding: clamp(22px, 4vw, 46px) 0;
  border-block: 1px solid rgba(244, 240, 232, 0.12);
}

.client-story {
  display: grid;
  gap: 18px;
  align-content: center;
}

.client-story h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.client-feature {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.client-feature img {
  width: 100%;
  height: min(68vw, 680px);
  min-height: 520px;
  object-fit: cover;
}

.client-feature figcaption {
  position: relative;
  margin: -70px 18px 18px;
  border-radius: var(--radius);
  padding: 14px 16px;
  background: rgba(8, 8, 8, 0.72);
  color: var(--cream);
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.client-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.client-stack img {
  width: 100%;
  height: clamp(190px, 18vw, 270px);
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.client-stack img:nth-child(2) {
  transform: translateY(34px);
}

.client-stack img:nth-child(3) {
  transform: translateY(-18px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-head .lead {
  max-width: 430px;
}

.mini-card,
.review-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.mini-card strong {
  color: var(--gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
  transition: border-color 0.4s ease;
  z-index: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.95) 0%, rgba(8, 8, 8, 0.65) 45%, rgba(8, 8, 8, 0.1) 100%);
  z-index: 2;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  border-color: rgba(183, 154, 96, 0.45);
}

.service-card .card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(0.2) brightness(0.75);
  transition: transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}

.service-card:hover .card-bg {
  transform: scale(1.08);
  filter: grayscale(0) brightness(0.9);
}

.service-card strong,
.service-card h3,
.service-card p,
.service-card a {
  position: relative;
  z-index: 3;
}

.service-card strong {
  color: var(--gold);
  font-family: "Chonburi", serif;
  font-size: 0.72rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  line-height: 1;
  display: block;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  color: var(--cream);
  line-height: 1.25;
}

.service-card p {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--bone);
  opacity: 0.85;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.service-card a::after {
  content: "→";
  transition: transform 0.2s ease;
}

.service-card:hover a {
  color: var(--cream);
}

.service-card:hover a::after {
  transform: translateX(4px);
}

.service-card.featured {
  border-color: rgba(183, 154, 96, 0.25);
}

.service-card.featured::before {
  background: linear-gradient(to top, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.7) 50%, rgba(8, 8, 8, 0.15) 100%);
}

.mini-card p,
.review-card p,
.faq-answer {
  color: var(--ink-soft);
  color: var(--bone);
}

.whitening-section {
  display: block;
  border-block: 1px solid rgba(244, 240, 232, 0.14);
}

.whitening-part {
  width: 100%;
}

.whitening-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(244, 240, 232, 0.08);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.whitening-card:hover {
  border-color: rgba(183, 154, 96, 0.25);
  background: rgba(255, 255, 255, 0.05);
}

.gold-badge {
  display: inline-block;
  font-family: "Chonburi", serif;
  font-size: 0.72rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.whitening-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  color: var(--cream);
}

.whitening-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--bone);
  opacity: 0.95;
}

.price-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.price-tags span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.9rem;
  color: var(--bone);
}

.price-tags strong {
  color: var(--cream);
  font-family: "Bodoni Moda", serif;
  font-size: 1.15rem;
}

.kit-price {
  font-size: 2rem;
  font-family: "Bodoni Moda", serif;
  color: var(--cream);
  margin-top: 14px;
  line-height: 1;
}

.kit-sub {
  font-size: 0.85rem;
  font-family: var(--font-sans);
  color: var(--bone);
  opacity: 0.8;
  margin-left: 6px;
  font-weight: 500;
}

.kit-included {
  margin-top: 16px;
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  padding-top: 16px;
}

.kit-included strong {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold);
  margin-bottom: 8px;
}

.kit-included ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.kit-included li {
  font-size: 0.85rem;
  position: relative;
  padding-left: 18px;
  color: var(--bone);
}

.kit-included li::before {
  content: "✓";
  color: var(--gold);
  position: absolute;
  left: 0;
  font-weight: 800;
}

.whitening-booking-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.professional-card {
  width: 100%;
  max-width: 760px;
}

.gel-options-breakdown {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

.gel-option-col {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(244, 240, 232, 0.06);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.gel-option-header {
  margin-bottom: 12px;
}

.gel-badge-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.gold-pill {
  color: var(--gold);
  background: rgba(183, 154, 96, 0.12);
  border: 1px solid rgba(183, 154, 96, 0.2);
}

.peroxide-pill {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gel-desc {
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
  color: var(--bone);
  opacity: 0.75;
  margin: 0 !important;
}

.gel-tiers {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  border-top: 1px solid rgba(244, 240, 232, 0.08);
  padding-top: 10px;
}

.gel-tiers li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--bone);
  border-bottom: 1px dotted rgba(244, 240, 232, 0.08);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.gel-tiers li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.gel-tiers li span {
  opacity: 0.9;
}

.gel-tiers li strong {
  color: var(--cream);
  font-family: "Bodoni Moda", serif;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .gel-options-breakdown {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gel-option-col {
    padding: 10px;
  }

  .gel-badge-pill {
    font-size: 0.65rem;
    padding: 3px 8px;
    margin-bottom: 6px;
  }

  .gel-desc {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }

  .gel-tiers {
    margin-top: 8px;
    padding-top: 8px;
  }

  .gel-tiers li {
    font-size: 0.78rem;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }

  .gel-tiers li strong {
    font-size: 0.85rem;
  }

  .instagram-mock {
    max-width: 150px;
    border-width: 4px;
    border-radius: 12px;
  }

  .phone-speaker {
    top: 3px;
    width: 20px;
    height: 1.5px;
  }

  .phone-camera {
    top: 2px;
    width: 3px;
    height: 3px;
    left: calc(50% - 15px);
  }

  .instagram-overlay {
    padding: 4px;
  }

  .instagram-profile {
    gap: 2px;
    margin-bottom: 2px;
  }

  .instagram-profile img {
    width: 12px;
    height: 12px;
  }

  .ig-username {
    font-size: 0.4rem;
  }

  .instagram-actions {
    right: 4px;
    bottom: 25px;
    gap: 6px;
  }

  .ig-action svg {
    width: 10px;
    height: 10px;
  }

  .ig-action span {
    font-size: 0.4rem;
  }
}


.instagram-mock-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram-mock {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 9 / 18.5;
  border: 10px solid #1a1a1a;
  border-radius: 36px;
  background: #000;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), inset 0 0 10px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.phone-speaker {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #2a2a2a;
  border-radius: 2px;
  z-index: 10;
}

.phone-camera {
  position: absolute;
  top: 6px;
  left: calc(50% - 38px);
  width: 8px;
  height: 8px;
  background: #111;
  border-radius: 50%;
  z-index: 10;
}

.instagram-mock .video-frame {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.instagram-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
  z-index: 3;
}

.instagram-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  pointer-events: auto;
}

.instagram-profile img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  object-fit: cover;
}

.ig-username {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.instagram-actions {
  position: absolute;
  right: 12px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  pointer-events: auto;
}

.ig-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}

.ig-action svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
  transition: transform 0.2s ease, fill 0.2s ease;
}

.ig-action:hover svg {
  fill: var(--gold);
  transform: scale(1.1);
}

.ig-action span {
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* Interactive Shade Guide */
.shade-guide-container {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shade-header {
  margin-bottom: 20px;
}

.shade-header h3 {
  font-family: "Chonburi", serif;
  font-size: 1.5rem;
  color: var(--cream);
  margin: 0 0 6px;
}

.shade-header p {
  font-size: 0.9rem;
  color: var(--bone);
  opacity: 0.85;
  margin: 0;
}

.shade-showcase {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  align-items: center;
  flex-grow: 1;
}

.shade-display {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.12);
  background: var(--ink);
}

.shade-display img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.shade-display-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: rgba(8, 8, 8, 0.85);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(244, 240, 232, 0.15);
  color: var(--bone);
  font-size: 0.8rem;
  text-align: center;
  z-index: 2;
}

.shade-display-label strong {
  color: var(--gold);
}

.shade-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  height: 100%;
}

.shade-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(244, 240, 232, 0.08);
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
}

.shade-btn:hover {
  background: rgba(183, 154, 96, 0.06);
  border-color: rgba(183, 154, 96, 0.35);
  transform: translateY(-2px);
}

.shade-btn.active {
  background: rgba(183, 154, 96, 0.12);
  border-color: var(--gold);
  box-shadow: 0 0 12px rgba(183, 154, 96, 0.25);
}

.shade-btn-num {
  font-family: "Chonburi", serif;
  font-size: 1.15rem;
  color: var(--cream);
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.shade-btn.active .shade-btn-num {
  color: var(--gold);
}

.shade-btn-label {
  font-size: 0.68rem;
  color: var(--bone);
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.shade-btn.active .shade-btn-label {
  opacity: 1;
}

.collage-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(183, 154, 96, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.01);
  padding: 14px;
  text-align: center;
}

.brand-monogram {
  font-family: "Chonburi", serif;
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}

.collage-brand-card span {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.whitening-gallery-container {
  width: 100%;
}

.whitening-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.whitening-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(244, 240, 232, 0.12);
  background: var(--ink);
  cursor: zoom-in;
  aspect-ratio: 1 / 1;
}

.whitening-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.whitening-gallery-item:hover img {
  transform: scale(1.045);
}

/* Part 2: Take-Home Kit Showcase Layout */
.take-home-whitening {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(244, 240, 232, 0.12);
  padding: 48px;
  margin-top: 64px;
  background: #000;
  z-index: 1;
}

.take-home-whitening::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/instagram%20photos/full-res-png/glitz-full-res-074-1440x1565-761582d4d3ad.png');
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  z-index: -2;
  pointer-events: none;
}

.take-home-whitening::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.78);
  /* Dark overlay to keep white text readable over the background image */
  z-index: -1;
  pointer-events: none;
}

.whitening-take-home-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 901px) {
  .whitening-take-home-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 36px;
    align-items: start;
  }
}

.whitening-take-home-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.collage-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
  cursor: zoom-in;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
}

.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.collage-item:hover img {
  transform: scale(1.05);
}

.collage-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(8, 8, 8, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(244, 240, 232, 0.15);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  z-index: 3;
}

.video-frame,
.split-media {
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-frame {
  height: 430px;
}

.feature-video {
  height: 560px;
}

.lazy-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    linear-gradient(145deg, rgba(244, 240, 232, 0.12), rgba(8, 8, 8, 0.18)),
    var(--ink);
}

.image-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
  background: var(--ink);
  cursor: pointer;
}

.image-tile img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.image-tile:hover img {
  transform: scale(1.045);
}

.image-tile span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border: 1px solid rgba(244, 240, 232, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(8, 8, 8, 0.74);
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.split img,
.split-video-container {
  width: 100%;
  height: 620px;
  max-height: 620px;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.split-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-media {
  width: 100%;
  height: min(72vw, 780px);
  min-height: 540px;
}

.split-media video {
  object-position: center bottom;
}

.hero .split {
  margin-top: 64px;
  padding-bottom: 24px;
}

.split-copy {
  display: grid;
  gap: 20px;
}

.steps {
  counter-reset: steps;
  display: grid;
  gap: 14px;
}

.step {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
}

.step::before {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold);
  font-weight: 800;
  content: counter(steps);
}

/* Streetwear Print Collage layout */
.collage-container {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: visible !important;
}

.collage-container .collage-main {
  width: 82% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.collage-container .collage-overlay {
  position: absolute !important;
  bottom: 24px !important;
  right: 0 !important;
  width: 48% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border: 2px solid var(--gold) !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.6) !important;
  transform: rotate(-6deg) !important;
  transition: transform 0.3s ease !important;
}

.collage-container:hover .collage-overlay {
  transform: rotate(-3deg) scale(1.02) !important;
}



.page-hero {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 70px 0 34px;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.6vw, 4.55rem);
}

.premium-panel {
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
}

.feature-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.feature-band .premium-panel {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.image-duo {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 14px;
  min-height: 520px;
}

.image-duo img,
.editorial-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
  object-fit: cover;
}

.image-duo img:first-child {
  margin-top: 54px;
}

.lux-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lux-list li {
  position: relative;
  padding-left: 24px;
  color: var(--bone);
  line-height: 1.6;
}

.lux-list li::before {
  position: absolute;
  left: 6px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.compare-table {
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
}

.compare-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  border-bottom: 1px solid rgba(244, 240, 232, 0.12);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-row>* {
  padding: 18px;
}

.compare-row strong {
  color: var(--cream);
}

.compare-row span {
  color: var(--bone);
}

.price-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.price-card,
.policy-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.price-card h3 {
  margin-bottom: 4px;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(244, 240, 232, 0.1);
  color: var(--bone);
}

.price-row strong {
  color: var(--cream);
  font-weight: 900;
}

.price-note,
.policy-card p {
  color: var(--bone);
}

.price-note {
  margin-top: 6px;
  font-size: 0.92rem;
}

.policy-card strong {
  color: var(--gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.compact-policy {
  font-size: 0.94rem;
}

.quote-band {
  display: grid;
  gap: 24px;
  padding: clamp(60px, 8vw, 90px) 24px;
  border-block: 1px solid rgba(244, 240, 232, 0.14);
  text-align: center;
  background:
    linear-gradient(rgba(8, 8, 8, 0.86), rgba(8, 8, 8, 0.86)),
    url("images/710137806_1193877036140236_6385788422869329244_n.jpg") center 35% / cover no-repeat;
}

.quote-band p {
  max-width: 880px;
  margin: 0 auto;
  font-family: "Bodoni Moda", Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 4rem);
  line-height: 1.06;
}

.small-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.gallery-inspo {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(60px, 8vw, 88px) max(16px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(rgba(8, 8, 8, 0.88), rgba(8, 8, 8, 0.88)),
    url("images/712883106_1669847367555141_263359195420522659_n.jpg") center 68% / cover no-repeat;
  border-top: 1px solid rgba(244, 240, 232, 0.14);
  display: grid;
  gap: clamp(24px, 3.5vw, 32px);
}


.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-btn {
  border: 1px solid rgba(244, 240, 232, 0.28);
  border-radius: 999px;
  padding: 10px 14px;
  background: transparent;
  color: var(--cream);
  font-weight: 800;
  cursor: pointer;
}

.filter-btn.active {
  background: var(--cream);
  color: var(--ink);
}

/* Gallery Masonry Grid - Uncropped Full-Fit Images & Videos */
.gallery-grid {
  columns: 3 300px;
  column-gap: 16px;
  display: block;
}

.gallery-grid .image-tile {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 16px;
  width: 100%;
  border-radius: var(--radius, 12px);
  overflow: hidden;
  background: var(--ink, #0a0a0a);
  border: 1px solid rgba(244, 240, 232, 0.14);
}

.gallery-grid .image-tile img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block;
}

.gallery-grid .image-tile.video-tile {
  position: relative;
  overflow: hidden;
  min-height: 240px;
}

.gallery-grid .image-tile.video-tile video {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  border: 0;
  padding: 18px 20px;
  background: transparent;
  color: var(--cream);
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  font-size: 1.4rem;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-item.open .faq-answer {
  display: block;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) 1fr;
  gap: 24px;
  align-items: start;
}

.booking-note {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 18px;
  padding: 22px;
}

.dark-map-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.dark-map-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 460px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: #121215;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.dark-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  filter: grayscale(100%) invert(92%) contrast(125%) hue-rotate(180deg) brightness(0.85);
  transition: filter 0.3s ease;
}

.map-overlay-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(16, 16, 20, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.map-badge-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.map-badge-text strong {
  display: block;
  font-size: 0.95rem;
  color: #ffd700;
  font-family: inherit;
  margin-bottom: 2px;
}

.map-badge-text span {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.scheduler-frame {
  overflow: hidden;
  min-height: 760px;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.scheduler-frame iframe {
  width: 100%;
  min-height: 800px;
  border: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(19, 12, 18, 0.86);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(920px, 100%);
  max-height: 86vh;
  border: 2px solid var(--white);
  border-radius: var(--radius);
  object-fit: contain;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 1.3rem;
  cursor: pointer;
}

.site-footer {
  margin-top: 72px;
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  background: #050505;
  color: var(--cream);
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
  gap: 48px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 64px 0 48px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  font-family: "Chonburi", serif;
  font-size: 1.6rem;
  color: var(--cream);
  margin: 0;
  letter-spacing: 0.02em;
}

.footer-tagline {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

.footer-links,
.footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:hover {
  color: var(--cream);
  transform: translateX(2px);
}

.footer-info li {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.footer-info li span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

/* Footer Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(244, 240, 232, 0.06);
  padding: 24px 0;
  background: #030303;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-bottom .credits {
  font-weight: 600;
  color: var(--gold);
}

/* Footer Responsive Overrides */
@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 2.2fr 1fr 1.2fr 1.2fr;
    gap: 20px;
    padding: 48px 0 36px;
  }

  .footer-logo {
    font-size: 1.2rem;
  }

  .footer-tagline {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .footer-col h4 {
    font-size: 0.65rem;
  }

  .footer-links a,
  .footer-info li {
    font-size: 0.78rem;
  }

  .footer-info li span {
    font-size: 0.62rem;
  }

  .social-icon {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 550px) {
  .footer-inner {
    grid-template-columns: 2.2fr 1fr 1.2fr 1.2fr;
    gap: 12px;
    padding: 32px 0 24px;
  }

  .footer-brand {
    align-items: flex-start;
    text-align: left;
    gap: 10px;
  }

  .footer-tagline {
    font-size: 0.58rem;
    line-height: 1.35;
    max-width: 100%;
  }

  .footer-logo {
    font-size: 0.9rem;
  }

  .footer-col {
    align-items: flex-start;
    text-align: left;
    gap: 12px;
  }

  .footer-col h4 {
    font-size: 0.52rem;
    letter-spacing: 0.06em;
  }

  .footer-links,
  .footer-info {
    gap: 8px;
  }

  .footer-links a,
  .footer-info li {
    font-size: 0.58rem;
  }

  .footer-info li span {
    font-size: 0.46rem;
    margin-bottom: 0px;
  }

  .social-icon {
    width: 11px;
    height: 11px;
  }

  .footer-bottom {
    padding: 16px 0;
  }

  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 8px;
  }

  .footer-bottom p {
    font-size: 0.58rem;
  }
}


.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: grid;
  }

  .nav-links {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-bottom: 1px solid rgba(244, 240, 232, 0.16);
    background: rgba(8, 8, 8, 0.98);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    border: 1px solid rgba(244, 240, 232, 0.14);
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
  }

  .hero,
  .split,
  .booking-layout,
  .feature-band,
  .whitening-grid {
    grid-template-columns: 1fr;
  }

  .whitening-booking-grid,
  .whitening-take-home-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 20px;
  }

  .trust-strip {
    padding-top: 16px;
  }

  .hero-card,
  .hero-card img,
  .hero-slideshow,
  .hero-slide img {
    min-height: 480px;
  }

  .trust-strip,
  .grid-3,
  .grid-2,
  .price-grid,
  .policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    columns: 2 240px;
    column-gap: 12px;
    display: block;
  }

  .gallery-grid .image-tile {
    margin-bottom: 12px;
  }

  .gallery-grid .image-tile img,
  .gallery-grid .image-tile.video-tile video {
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  .client-editorial {
    grid-template-columns: 1fr;
  }

  .client-feature img {
    height: 620px;
    min-height: 0;
  }

  .whitening-media-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
  }

  .booking-note {
    position: static;
  }

  .image-duo {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }

  .editorial-image {
    height: 420px;
  }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-row>* {
    padding: 14px 16px;
  }

  .marquee-track {
    animation-duration: 120s;
  }
}

@media (max-width: 640px) {
  .nav {
    width: min(100% - 24px, var(--max));
  }

  .brand span {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h1 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  .page-hero h1 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  .section,
  .page-hero,
  .trust-strip,
  .footer-inner {
    width: min(100% - 24px, var(--max));
  }

  .section {
    padding: 36px 0;
  }

  .section.tight {
    padding: 20px 0;
  }

  .hero {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .gallery-inspo {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-card,
  .hero-card img,
  .hero-slideshow,
  .hero-slide img {
    min-height: 390px;
  }

  .hero-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .trust-strip,
  .grid-3,
  .grid-2,
  .price-grid,
  .policy-grid,
  .client-editorial,
  .offer-row,
  .whitening-media-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    columns: 2 140px;
    column-gap: 8px;
    display: block;
  }

  .gallery-grid .image-tile {
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid rgba(244, 240, 232, 0.1);
  }

  .gallery-grid .image-tile img,
  .gallery-grid .image-tile.video-tile video {
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    border-radius: 8px;
  }

  .marquee-item {
    grid-template-columns: 96px 150px;
    min-width: 246px;
  }

  .marquee-item img {
    width: 96px;
    height: 82px;
  }

  .marquee-track {
    animation-duration: 180s;
  }


  .image-duo {
    min-height: auto;
  }

  .image-duo img {
    height: 330px;
  }

  .editorial-image {
    height: 330px;
  }

  .image-duo img:first-child {
    margin-top: 34px;
  }

  .shade-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shade-display {
    max-width: 320px;
    margin: 0 auto;
  }

  .dark-map-container,
  .dark-map-frame,
  .dark-map-frame iframe {
    min-height: 360px;
  }

  .map-overlay-badge {
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 10px 14px;
    gap: 10px;
  }

  .map-badge-icon {
    font-size: 1.2rem;
  }

  .map-badge-text strong {
    font-size: 0.85rem;
  }

  .map-badge-text span {
    font-size: 0.72rem;
  }

  .take-home-whitening {
    padding: 24px;
    margin-top: 48px;
  }

  .whitening-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: auto;
    gap: 12px;
  }

  .collage-item,
  .collage-brand-card {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
  }

  .whitening-video-container .video-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    max-height: 520px;
  }

  .feature-video {
    height: 520px;
  }

  .split-media {
    max-width: 280px;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 9 / 16;
    min-height: 0;
  }

  .split img,
  .split-video-container {
    height: 460px;
    max-height: 460px;
  }

  .hero .split {
    margin-top: 36px;
  }

  .collage-container {
    height: 440px !important;
  }

  .collage-container .collage-overlay {
    width: 38% !important;
    bottom: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Client Reactions Section & DM Simulator */
.reactions-section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 72px 0;
}

.reactions-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.reactions-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.reaction-video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.vertical-hype-video {
  height: 560px;
}

.video-badge-overlay {
  position: absolute;
  top: 18px;
  left: 18px;
  border: 1px solid rgba(244, 240, 232, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(8, 8, 8, 0.76);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.dm-showcase {
  position: relative;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.dm-container {
  display: flex;
  flex-direction: column;
  height: 560px;
}

.dm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(244, 240, 232, 0.1);
  background: rgba(8, 8, 8, 0.4);
}

.dm-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dm-avatar {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244, 240, 232, 0.4);
  border-radius: 50%;
  overflow: hidden;
}

.dm-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-user-info {
  display: grid;
  line-height: 1.2;
}

.dm-user-info strong {
  color: var(--cream);
  font-size: 0.94rem;
  font-weight: 800;
}

.dm-user-info span {
  color: var(--muted);
  font-size: 0.78rem;
}

.dm-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
}

.dm-messages {
  flex: 1;
  padding: 24px 20px;
  overflow-y: auto;
  display: grid;
  gap: 20px;
  align-content: flex-start;
}

.dm-thread {
  display: grid;
  gap: 8px;
}

.message {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
}

.message.incoming {
  justify-self: flex-start;
  background: rgba(255, 255, 255, 0.05);
  color: var(--cream);
  border-bottom-left-radius: 4px;
  border: 1px solid rgba(244, 240, 232, 0.08);
}

.message.outgoing {
  justify-self: flex-end;
  background: linear-gradient(135deg, var(--gold) 0%, #9e7f45 100%);
  color: var(--ink);
  font-weight: 700;
  border-bottom-right-radius: 4px;
}


/* Wall of Hype Grid Section */
.hype-masonry-grid {
  column-count: 3;
  column-gap: 20px;
  width: 100%;
}

.hype-card {
  break-inside: avoid;
  margin-bottom: 20px;
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hype-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 154, 96, 0.4);
  box-shadow: 0 12px 40px rgba(183, 154, 96, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

/* Video Cards */
.hype-card.video {
  background: var(--ink);
}

.hype-card.video .vertical-hype-video {
  height: auto;
  aspect-ratio: 9/16;
  max-height: 580px;
}

/* DM Cards */
.hype-card.dm .dm-container {
  height: auto;
  max-height: 520px;
}

/* Screenshot Review Cards */
.hype-card.screenshot {
  cursor: pointer;
}

.screenshot-frame {
  position: relative;
  overflow: hidden;
  background: #000;
}

.screenshot-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hype-card.screenshot:hover .screenshot-frame img {
  transform: scale(1.05);
}

.screenshot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hype-card.screenshot:hover .screenshot-overlay {
  opacity: 1;
}

.zoom-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(8, 8, 8, 0.85);
  border: 1px solid rgba(244, 240, 232, 0.2);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.zoom-badge svg {
  width: 16px;
  height: 16px;
}

.hype-caption {
  padding: 16px 20px;
  border-top: 1px solid rgba(244, 240, 232, 0.08);
}

.hype-caption strong {
  display: block;
  color: var(--cream);
  font-size: 0.94rem;
  margin-bottom: 4px;
}

.hype-caption span {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
  font-style: italic;
}

/* Quote Cards */
.hype-card.quote {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote-mark {
  font-family: "Chonburi", serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(183, 154, 96, 0.25);
  height: 24px;
  margin-top: -10px;
}

.hype-card.quote blockquote {
  margin: 0;
  color: var(--cream);
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 500;
}

.hype-card.quote cite {
  font-style: normal;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Responsiveness */
@media (max-width: 992px) {
  .hype-masonry-grid {
    column-count: 3;
    column-gap: 12px;
  }
}

@media (max-width: 600px) {
  .hype-masonry-grid {
    column-count: 3;
    column-gap: 6px;
  }

  .reactions-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .reactions-head div h2 {
    font-size: 1.6rem !important;
  }

  .hype-card {
    margin-bottom: 6px;
    border-radius: 4px;
  }

  /* Zoom/Lightbox badge on mobile grid cards */
  .zoom-badge {
    padding: 4px 8px;
    font-size: 0.45rem;
    gap: 4px;
  }

  .zoom-badge svg {
    width: 8px;
    height: 8px;
  }

  /* Caption text sizes */
  .hype-caption {
    padding: 6px;
  }

  .hype-caption strong {
    font-size: 0.52rem;
    margin-bottom: 2px;
  }

  .hype-caption span {
    font-size: 0.46rem;
    line-height: 1.25;
  }

  /* Text quote cards on mobile */
  .hype-card.quote {
    padding: 8px 6px;
    gap: 6px;
  }

  .quote-mark {
    font-size: 1.4rem;
    height: 10px;
    margin-top: -4px;
  }

  .hype-card.quote blockquote {
    font-size: 0.52rem !important;
    line-height: 1.35;
  }

  .hype-card.quote cite {
    font-size: 0.45rem;
  }

  /* DM chat simulator sizing on mobile */
  .hype-card.dm .dm-container {
    height: auto;
  }

  .dm-header {
    padding: 6px 8px;
  }

  .dm-user {
    gap: 6px;
  }

  .dm-avatar {
    width: 16px;
    height: 16px;
  }

  .dm-user-info strong {
    font-size: 0.46rem;
  }

  .dm-user-info span {
    font-size: 0.36rem;
  }

  .dm-status {
    font-size: 0.38rem;
    gap: 2px;
  }

  .status-dot {
    width: 4px;
    height: 4px;
    box-shadow: 0 0 4px #4ade80;
  }

  .dm-messages {
    padding: 8px 6px;
    gap: 6px;
  }

  .dm-thread {
    gap: 4px;
  }

  .message {
    padding: 4px 6px;
    font-size: 0.46rem;
    border-radius: 8px;
  }

  /* Video badge overlay sizing on mobile */
  .video-badge-overlay {
    top: 6px;
    left: 6px;
    padding: 2px 6px;
    font-size: 0.42rem;
  }
}


/* Clipboard Suggestion Toast Notification */
.clipboard-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: rgba(8, 8, 8, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--gold);
  border-radius: 40px;
  padding: 12px 24px;
  color: var(--cream);
  font-size: 0.88rem;
  box-shadow: 0 10px 30px rgba(183, 154, 96, 0.25);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.clipboard-toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.clipboard-toast em {
  color: var(--gold);
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 480px) {
  .clipboard-toast {
    font-size: 0.78rem;
    padding: 10px 18px;
    width: 90%;
    white-space: normal;
    text-align: center;
    border-radius: 20px;
  }
}

/* Custom DM Confirmation Modal */
.dm-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 8, 8, 0.75);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.dm-confirm-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.dm-confirm-card {
  width: min(90%, 420px);
  background: rgba(24, 24, 24, 0.95);
  border: 1px solid rgba(183, 154, 96, 0.3);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.8);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dm-confirm-modal.open .dm-confirm-card {
  transform: scale(1);
}

.dm-confirm-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  margin: 0 auto 16px;
  overflow: hidden;
}

.dm-confirm-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-confirm-card h3 {
  font-family: 'Chonburi', cursive, serif;
  color: var(--cream);
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.dm-confirm-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 24px;
}

.dm-confirm-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dm-confirm-actions .btn {
  width: 100%;
  cursor: pointer;
}

/* Services Page Grid Mobile Optimization */
@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .services-grid .service-card {
    min-height: 250px !important;
    padding: 16px !important;
    border-radius: 8px !important;
  }

  .services-grid .service-card strong {
    font-size: 0.52rem !important;
    margin-bottom: 4px !important;
  }

  .services-grid .service-card h3 {
    font-size: 0.95rem !important;
    margin-bottom: 6px !important;
  }

  .services-grid .service-card p {
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
}

  .services-grid .service-card a {
    font-size: 0.65rem !important;
    gap: 4px !important;
  }
}

.featured-crew-video-container {
  position: relative;
  width: 100%;
  max-width: 270px;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.featured-crew-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* High-Gloss Liquid Chrome & Glass Styling System */
.btn-glossy-white,
.event-form button[type="submit"] {
  width: 100%;
  padding: 18px 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f9 46%, #e1e1e6 50%, #f4f4f6 100%) !important;
  color: #000000 !important;
  font-weight: 900 !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border: 1px solid #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -2px 4px rgba(0, 0, 0, 0.25),
    0 10px 30px rgba(255, 255, 255, 0.45),
    0 0 20px rgba(255, 255, 255, 0.6) !important;
}

.btn-glossy-white:hover,
.event-form button[type="submit"]:hover {
  transform: translateY(-3px) scale(1.01) !important;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #ebebeb 52%, #f8f8fa 100%) !important;
  box-shadow:
    inset 0 3px 3px rgba(255, 255, 255, 1),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2),
    0 14px 45px rgba(255, 255, 255, 0.7),
    0 0 35px rgba(255, 255, 255, 0.85) !important;
}

.kit-waitlist-container {
  max-width: 920px;
  margin: 0 auto;
}

.waitlist-card {
  background: linear-gradient(160deg, rgba(45, 45, 52, 0.88) 0%, rgba(20, 20, 25, 0.95) 45%, rgba(10, 10, 14, 0.98) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 28px !important;
  padding: clamp(28px, 5vw, 52px) !important;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.5),
    0 30px 70px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  position: relative !important;
}

.waitlist-header {
  text-align: center;
  margin-bottom: 32px;
}

.waitlist-header .sparkle-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
}

.waitlist-header h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-family: var(--font-heading, serif);
  color: #ffffff;
  margin-bottom: 8px;
}

.waitlist-header p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.55;
}

.event-form .form-row {
  margin-bottom: 22px;
}

.event-form .form-row.split-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 680px) {
  .event-form .form-row.split-fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.field-group label {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
}

.field-group input[type="text"],
.field-group input[type="email"],
.field-group input[type="tel"],
.field-group select,
.field-group textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 15px 20px !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(28, 28, 34, 0.92) 0%, rgba(16, 16, 20, 0.96) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
  font-size: 0.98rem !important;
  font-family: inherit !important;
  transition: all 250ms ease !important;
  outline: none !important;
  display: block !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
}

.field-group input::placeholder,
.field-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.field-group select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px !important;
  padding-right: 44px !important;
}

.field-group select option {
  background: #141416;
  color: #ffffff;
  padding: 10px;
}

.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  border-color: #ffffff !important;
  box-shadow:
    inset 0 1px 3px rgba(255, 255, 255, 0.6),
    0 0 22px rgba(255, 255, 255, 0.5),
    0 0 2px rgba(255, 255, 255, 0.9) !important;
  background: linear-gradient(180deg, rgba(35, 35, 42, 0.98) 0%, rgba(22, 22, 28, 1) 100%) !important;
}

.field-group input:hover,
.field-group select:hover,
.field-group textarea:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Custom Styled Checkboxes for Services & Power */
.services-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.checkbox-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(28, 28, 34, 0.88) 0%, rgba(16, 16, 20, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 250ms ease;
  user-select: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 4px 12px rgba(0, 0, 0, 0.3);
}

.checkbox-card:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(38, 38, 46, 0.95) 0%, rgba(22, 22, 28, 0.98) 100%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 255, 255, 0.25);
}

.checkbox-card input[type="checkbox"] {
  accent-color: #ffffff;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
}