*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: #f8f6f6;
  color: #3e1253;
  overflow-x: hidden;
}

/* Subtle grain overlay */
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0; opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.font-display { font-family: 'Playfair Display', Georgia, serif; }
.text-gradient {
  background: linear-gradient(135deg, #3e1253 0%, #6b3492 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── Background mesh ── */
.bg-mesh {
  background-color: #f8f6f6;
  background-image:
    radial-gradient(ellipse 65% 45% at 5% 0%, rgba(219,182,226,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 95% 5%, rgba(62,18,83,0.08) 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 50% 100%, rgba(107,52,146,0.07) 0%, transparent 55%);
}
.section-alt {
  background: linear-gradient(180deg, rgba(219,182,226,0.10) 0%, rgba(107,52,146,0.05) 100%);
}

/* ── NAV ── */
#navbar {
  background: rgba(255,255,255,0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
#navbar.scrolled {
  background: rgba(248,246,246,0.82);
  border-bottom-color: rgba(62,18,83,0.10);
}
.logo-img {
  height: 52px; width: auto;
}
.nav-logo { transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1); display: inline-flex; align-items: center; gap: 8px; }
.nav-logo:hover { transform: scale(1.04); }

.nav-link {
  font-size: 0.875rem; font-weight: 500; color: #5a3070;
  position: relative; padding-bottom: 2px;
  transition: color 0.2s ease; white-space: nowrap;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, #3e1253, #6b3492);
  border-radius: 2px;
  transition: width 0.25s cubic-bezier(0.22,1,0.36,1);
}
.nav-link:hover { color: #3e1253; }
.nav-link:hover::after { width: 100%; }
.nav-link:focus-visible { outline: 2px solid rgba(62,18,83,0.4); outline-offset: 4px; border-radius: 2px; }
.nav-ig-icon { color: #5a3070; }
.nav-ig-icon:hover { color: #3e1253; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #3e1253 0%, #2d0d3c 50%, #6b3492 100%);
  color: #fff; font-weight: 600; font-size: 0.93rem;
  padding: 12px 26px; border-radius: 100px; border: none;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  box-shadow: 0 4px 18px rgba(62,18,83,0.30), inset 0 1px 0 rgba(255,255,255,0.14);
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
  position: relative; overflow: hidden;
}
.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 28px rgba(62,18,83,0.40), inset 0 1px 0 rgba(255,255,255,0.18);
}
.btn-primary:active { transform: translateY(0) scale(0.99); }
.btn-primary:focus-visible { outline: 3px solid rgba(62,18,83,0.45); outline-offset: 3px; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #3e1253; font-weight: 600; font-size: 0.93rem;
  padding: 11px 26px; border-radius: 100px;
  border: 2px solid rgba(62,18,83,0.30);
  cursor: pointer; text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn-outline:hover {
  background: rgba(62,18,83,0.05); border-color: rgba(62,18,83,0.50);
  transform: translateY(-2px); box-shadow: 0 4px 16px rgba(62,18,83,0.12);
}
.btn-outline:focus-visible { outline: 3px solid rgba(62,18,83,0.45); outline-offset: 3px; }

/* ── GLASS CARD ── */
.glass-card {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(62,18,83,0.09);
  box-shadow: 0 2px 8px rgba(62,18,83,0.05), 0 8px 32px rgba(107,52,146,0.06), inset 0 1px 0 rgba(255,255,255,0.9);
}

/* ── DECORATIVE ── */
.blob { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(62,18,83,0.07); border: 1px solid rgba(62,18,83,0.15);
  color: #5a3070; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase; padding: 5px 13px; border-radius: 100px;
}
.section-divider { width: 44px; height: 3px; background: linear-gradient(90deg,#3e1253,#6b3492); border-radius: 4px; margin: 0 auto; }
.icon-circle {
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(62,18,83,0.08) 0%, rgba(107,52,146,0.12) 100%);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  border: 1px solid rgba(62,18,83,0.11);
}

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.10s; } .d2 { transition-delay: 0.20s; }
.d3 { transition-delay: 0.30s; } .d4 { transition-delay: 0.40s; }

/* ── HERO ── */
.hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(62,18,83,0.52) 0%,
    rgba(62,18,83,0.32) 40%,
    rgba(107,52,146,0.18) 100%
  );
}
@keyframes floatY { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(7px)} }

/* ── BEAMS ── */
#beams-zone {
  position: absolute; inset: 0; overflow: hidden;
  pointer-events: none; z-index: 1;
}
/* Collision ground surface */
#beams-ground {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; z-index: 2; pointer-events: none;
}

/* ── SERVICES ── */
.service-card {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(62,18,83,0.09);
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 2px 8px rgba(62,18,83,0.05), 0 8px 28px rgba(107,52,146,0.06);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(62,18,83,0.22);
  box-shadow: 0 8px 24px rgba(62,18,83,0.10), 0 20px 56px rgba(107,52,146,0.12);
}
.service-img-wrap {
  width: 100%; height: 200px; overflow: hidden; position: relative;
}
.service-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.service-card:hover .service-img-wrap img { transform: scale(1.05); }
.service-img-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(62,18,83,0.38) 100%);
}
.service-img-wrap .img-overlay-badge {
  position: absolute; bottom: 12px; left: 16px; z-index: 2;
  background: rgba(62,18,83,0.85); backdrop-filter: blur(8px);
  border-radius: 100px; padding: 3px 12px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #fff;
}

/* ── PRICING ── */
.price-card {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(62,18,83,0.09);
  border-radius: 24px; padding: 32px;
  box-shadow: 0 2px 8px rgba(62,18,83,0.05), 0 8px 28px rgba(107,52,146,0.06);
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.3s ease,
              border-color 0.3s ease,
              background 0.3s ease;
  cursor: default;
}
.price-card:hover {
  transform: translateY(-8px) scale(1.01);
  background: rgba(255,255,255,0.90);
  border-color: rgba(62,18,83,0.24);
  box-shadow:
    0 12px 40px rgba(62,18,83,0.14),
    0 4px 12px rgba(107,52,146,0.08),
    inset 0 1px 0 rgba(255,255,255,1);
}
.price-card:hover .price-num {
  transform: scale(1.06);
}
/* The three main pricing cards are <a> links to Reservio */
a.price-card { display: block; color: inherit; text-decoration: none; cursor: pointer; }
a.price-card:focus-visible { outline: 3px solid rgba(62,18,83,0.45); outline-offset: 3px; }
.price-num {
  font-family: 'Playfair Display', serif; font-size: 2.1rem; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #3e1253, #6b3492);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.price-card.featured {
  background: linear-gradient(135deg, rgba(62,18,83,0.05) 0%, rgba(107,52,146,0.08) 100%);
  border-color: rgba(62,18,83,0.18);
}
.price-card.featured:hover {
  background: linear-gradient(135deg, rgba(62,18,83,0.08) 0%, rgba(107,52,146,0.12) 100%);
  border-color: rgba(62,18,83,0.32);
  box-shadow: 0 16px 50px rgba(62,18,83,0.18), 0 4px 12px rgba(107,52,146,0.10);
}
.price-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(62,18,83,0.07); border: 1px solid rgba(62,18,83,0.15);
  border-radius: 100px; padding: 3px 11px; margin-bottom: 18px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #5a3070;
}
.price-secondary {
  background: rgba(107,52,146,0.06); border-radius: 14px;
  padding: 12px 16px; margin-top: 14px;
}
.info-box {
  background: rgba(62,18,83,0.04);
  border: 1px solid rgba(62,18,83,0.10);
  border-radius: 16px; padding: 18px 20px;
}

/* ── ABOUT ME ── */
.about-img {
  width: 100%; max-width: 320px; aspect-ratio: 3/4;
  object-fit: cover; object-position: top center;
  border-radius: 28px;
  box-shadow: 0 20px 70px rgba(62,18,83,0.16), 0 8px 28px rgba(107,52,146,0.12);
}
.check-item { display: flex; align-items: flex-start; gap: 10px; }
.check-dot {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  background: linear-gradient(135deg, #3e1253, #6b3492);
  display: flex; align-items: center; justify-content: center;
}

/* ── CONTACT EQUAL HEIGHTS ── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch;
}
.contact-left { display: flex; flex-direction: column; gap: 20px; }
.contact-reservio { flex: 0 0 auto; }
.contact-info { flex: 1; }
.map-wrap { height: 100%; min-height: 420px; border-radius: 24px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ── NAV DROPDOWN ── */
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute; top: 100%; left: 50%;
  padding-top: 10px;
  transform: translateX(-50%) translateY(6px);
  min-width: 224px;
  background: rgba(250,245,255,0.68);
  backdrop-filter: blur(24px) saturate(1.4); -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid rgba(107,52,146,0.16);
  border-radius: 14px; padding: 6px;
  box-shadow: 0 12px 40px rgba(62,18,83,0.16), 0 2px 8px rgba(62,18,83,0.08);
  opacity: 0; pointer-events: none;
  transition: opacity 0.18s ease, transform 0.2s cubic-bezier(0.22,1,0.36,1);
  z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-item {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 12px; border-radius: 9px;
  text-decoration: none; color: #3e1253; font-size: 0.83rem; font-weight: 500;
  transition: background 0.14s ease, color 0.14s ease, transform 0.14s ease;
}
.nav-dropdown-item:hover {
  background: rgba(107,52,146,0.11);
  color: #2d0d3c;
  transform: translateX(2px);
}
.nav-dropdown-item .dd-icon {
  width: 26px; height: 26px; border-radius: 7px; flex-shrink: 0;
  background: rgba(62,18,83,0.07);
  display: flex; align-items: center; justify-content: center;
}

/* ── MOBILE MENU ── */
#mobile-menu {
  display: none;
  background: rgba(248,246,246,0.97);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(62,18,83,0.08);
}
#mobile-menu.open { display: block; }
.hb { display: block; width: 24px; height: 2px; border-radius: 2px; transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease; }

/* All @media rules live in responsive.css */

/* ── QUOTE BLOCK (shared) ── */
.quote-block {
  position: relative;
  background: linear-gradient(135deg, rgba(62,18,83,0.05), rgba(107,52,146,0.08));
  border-left: 3px solid #6b3492;
  border-radius: 0 16px 16px 0;
  padding: 26px 30px 26px 34px;
}
.quote-block::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(107,52,146,0.18);
  position: absolute;
  top: -6px;
  left: 14px;
}
.quote-block p {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #3e1253;
  position: relative;
  z-index: 1;
}

/* ── CRED-TAG (shared from o-mne) ── */
.cred-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(62,18,83,0.06);
  border: 1px solid rgba(62,18,83,0.12);
  border-radius: 100px;
  padding: 7px 14px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #3e1253;
}
.cred-tag svg { flex-shrink: 0; }

/* ── ACCORDION ── */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion-item {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(62,18,83,0.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(62,18,83,0.04), 0 8px 24px rgba(107,52,146,0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.accordion-item[data-open] {
  border-color: rgba(62,18,83,0.22);
  box-shadow: 0 4px 14px rgba(62,18,83,0.08), 0 12px 32px rgba(107,52,146,0.08);
}
.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 22px;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  color: #3e1253;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease;
}
.accordion-trigger:hover { background: rgba(62,18,83,0.04); }
.accordion-trigger:focus-visible {
  outline: 2px solid rgba(62,18,83,0.45);
  outline-offset: -2px;
}
.accordion-chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #6b3492;
  transition: transform 0.28s cubic-bezier(0.22,1,0.36,1);
}
.accordion-item[data-open] .accordion-chevron {
  transform: rotate(180deg);
}
.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s cubic-bezier(0.22,1,0.36,1);
}
.accordion-item[data-open] .accordion-panel {
  grid-template-rows: 1fr;
}
.accordion-panel-inner {
  overflow: hidden;
  min-height: 0;
}
.accordion-panel-content {
  padding: 0 22px 20px;
  font-size: 0.92rem;
  line-height: 1.78;
  color: #5a3070;
}
.accordion-panel-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.accordion-panel-content ul li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5a3070;
}
.accordion-panel-content ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.65em;
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(135deg, #3e1253, #6b3492);
}
/* ──────────────────────────────────────
   Bento gallery — asymmetric mosaic
   Desktop: 4 cols × 3 rows
     [ 1 ][ 2 ][ 3  3 ]
     [ 1 ][ 2 ][ 3  3 ]
     [ 4   4 ][ 5 ][ 6 ]
   ────────────────────────────────────── */
.gallery-compact {
  --row: 200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--row);
  gap: 14px;
}
.gallery-compact .g-thumb:nth-child(1) { grid-column: span 1; grid-row: span 2; }
.gallery-compact .g-thumb:nth-child(2) { grid-column: span 1; grid-row: span 2; }
.gallery-compact .g-thumb:nth-child(3) { grid-column: span 2; grid-row: span 2; }
.gallery-compact .g-thumb:nth-child(4) { grid-column: span 2; grid-row: span 1; }
.gallery-compact .g-thumb:nth-child(5) { grid-column: span 1; grid-row: span 1; }
.gallery-compact .g-thumb:nth-child(6) { grid-column: span 1; grid-row: span 1; }

.g-thumb {
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #e8dff0;
  position: relative;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 12px -6px rgba(62, 18, 83, 0.10),
              0 14px 32px -18px rgba(62, 18, 83, 0.22);
}
.g-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.g-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px -8px rgba(62, 18, 83, 0.20),
              0 28px 50px -22px rgba(62, 18, 83, 0.34);
}
.g-thumb:hover img { transform: scale(1.08); }

/* Soft purple gradient at bottom for contrast / depth */
.g-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(62, 18, 83, 0.30), transparent 60%);
  pointer-events: none;
}

/* Floating zoom-in badge — appears on hover */
.g-thumb::before {
  content: '';
  position: absolute;
  top: 14px; right: 14px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.94);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233e1253' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/><line x1='11' y1='8' x2='11' y2='14'/><line x1='8' y1='11' x2='14' y2='11'/></svg>");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateY(-6px) scale(0.85);
  transition: opacity 0.4s ease,
              transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 6px 18px -4px rgba(62, 18, 83, 0.40);
}
.g-thumb:hover::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.g-thumb:focus-visible {
  outline: 3px solid #6b3492;
  outline-offset: 3px;
}
/* ──────────────────────────────────────
   Lightbox modal
   ────────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(46, 12, 62, 0.55);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.lightbox.open {
  display: flex;
  animation: lbFade 0.25s ease;
}
@keyframes lbFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 86vh;
  border-radius: 18px;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6),
              0 0 0 1px rgba(255, 255, 255, 0.05);
  object-fit: contain;
}
.lb-btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 999px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1),
              background 0.2s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.lb-btn:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.08);
}
.lb-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) scale(1.08); }
.lb-next:hover { transform: translateY(-50%) scale(1.08); }
.lb-close { top: 22px; right: 22px; }
.lb-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 6px 14px;
  border-radius: 999px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
/* ──────────────────────────────────────
   Reference / testimonials cards
   ────────────────────────────────────── */
.ref-card {
  background: #fff;
  border: 1px solid rgba(62, 18, 83, 0.06);
  border-radius: 22px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px -6px rgba(62, 18, 83, 0.06),
              0 18px 38px -22px rgba(62, 18, 83, 0.18);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.ref-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px -4px rgba(62, 18, 83, 0.10),
              0 26px 52px -20px rgba(62, 18, 83, 0.24);
}
.ref-stars {
  color: #d4a534;
  display: flex;
  gap: 2px;
  margin-bottom: 14px;
}
.ref-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #3a2a44;
  font-style: italic;
  margin-bottom: 18px;
  flex: 1;
}
.ref-author {
  font-size: 0.84rem;
  font-weight: 600;
  color: #6b3492;
  letter-spacing: 0.01em;
  border-top: 1px solid rgba(62, 18, 83, 0.08);
  padding-top: 14px;
}

/* ──────────────────────────────────────
   Reference carousel — infinite loop, 3 visible + fading peeks
   ────────────────────────────────────── */
.ref-carousel {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ref-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}
.ref-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 0;
}
/* .ref-slot handles layout (width/height) + the JS-driven sliding transform.
   Depth styling (opacity/scale) lives on .ref-slot-inner so it never fights
   the FLIP-animated translateX transform applied to .ref-slot itself. */
.ref-slot {
  flex: 0 0 300px;
  width: 300px;
  height: 380px;
  overflow: hidden;
}
.ref-slot[data-pos="0"] {
  flex-basis: 320px;
  width: 320px;
  height: 390px;
  z-index: 2;
}
.ref-slot-inner {
  height: 100%;
  overflow: hidden;
  opacity: 0.5;
  transform: scale(0.9);
  /* Matches the JS-driven .ref-slot slide duration/easing exactly so the
     depth (scale/opacity) change and the position slide read as one motion. */
  transition: opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
}
.ref-slot[data-pos="-2"] .ref-slot-inner,
.ref-slot[data-pos="2"] .ref-slot-inner {
  opacity: 0.22;
  transform: scale(0.82);
}
.ref-slot[data-pos="0"] .ref-slot-inner {
  opacity: 1;
  transform: scale(1.04);
}
.ref-slot-inner .ref-card {
  height: 100%;
  margin: 0;
}
.ref-slot[data-pos="0"] .ref-card {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #3e1253 0%, #6b3492 100%) border-box;
  box-shadow: 0 10px 26px -8px rgba(62, 18, 83, 0.22),
              0 30px 60px -26px rgba(62, 18, 83, 0.32);
}
.ref-slot[data-pos="0"] .ref-card:hover {
  transform: none;
}
.ref-nav-btn {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(62, 18, 83, 0.14);
  color: #3e1253;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px -6px rgba(62, 18, 83, 0.14),
              0 14px 30px -18px rgba(62, 18, 83, 0.20);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
              background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.ref-nav-btn:hover {
  background: #3e1253;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 8px 22px -8px rgba(62, 18, 83, 0.36);
}
.ref-nav-btn:active { transform: scale(0.94); }
.ref-nav-btn:focus-visible { outline: 3px solid rgba(62, 18, 83, 0.45); outline-offset: 3px; }

/* ──────────────────────────────────────
   o-mne hero image
   ────────────────────────────────────── */
.omne-hero-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 24px 60px -20px rgba(62, 18, 83, 0.35),
              0 0 0 1px rgba(62, 18, 83, 0.05);
}
.omne-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.omne-hero-img:hover img { transform: scale(1.05); }
.omne-hero-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(62, 18, 83, 0.20) 0%, transparent 50%, rgba(107, 52, 146, 0.10) 100%);
  pointer-events: none;
}
/* (responsive overrides for .omne-hero-img live in responsive.css) */

/* Footer logo lockup (subpages): mark + wordmark side by side.
   Width-driven sizing lives in responsive.css — same reason as .logo-img:
   the 8.4:1 wordmark cannot shrink as a flex item and overflows narrow phones. */
.footer-lockup { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-mark { height: 38px; width: auto; flex-shrink: 0; mix-blend-mode: multiply; }
.footer-wordmark { height: 38px; width: auto; max-width: 100%; min-width: 0; }
.nav-mark { height: 42px; width: auto; flex-shrink: 0; mix-blend-mode: multiply; }
