/* Simran Kaur Makeup Studio — Black Luxury Editorial */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --ink: #0a0a0a;
  --ink-soft: #111111;
  --bg: #0a0a0a;
  --bg-2: #111111;
  --bg-3: #1a1a1a;
  --bg-card: #161616;
  --champagne: #c9a96e;
  --champagne-light: #e2c89a;
  --gold-glow: rgba(201, 169, 110, 0.22);
  --gold-glow-strong: rgba(201, 169, 110, 0.45);
  --blush: #c4a39c;
  --rose: #c9a96e;
  --pearl: #1a1a1a;
  --mist: #141414;
  --ivory: #ffffff;
  --muted: #8a8a8a;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(201, 169, 110, 0.28);
  --glass: rgba(10, 10, 10, 0.88);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  --shadow-gold: 0 16px 50px rgba(201, 169, 110, 0.15);
  --radius: 18px;
  --radius-card: 22px;
  --radius-media: 18px;
  --radius-soft: 14px;
  --mould-border: 1.5px solid rgba(226, 200, 154, 0.68);
  --mould-shadow:
    inset 0 0 0 4px #0a0a0a,
    inset 0 0 0 5.5px rgba(201, 169, 110, 0.58),
    0 12px 30px rgba(0, 0, 0, 0.38);
  --mould-shadow-hover:
    inset 0 0 0 4px #0a0a0a,
    inset 0 0 0 5.5px rgba(226, 200, 154, 0.78),
    0 20px 50px rgba(0, 0, 0, 0.55),
    0 0 28px rgba(201, 169, 110, 0.2);
  --nav-h: 84px;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
}

/* Traditional luxury double-moulding frame */
.lux-mould,
.feature-card,
.package-card,
.review-card,
.blog-card,
.promise-item,
.contact-card,
.gallery-item,
.ig-masonry a,
.founder-brand-panel,
.founder-item img,
.founder-badge,
.founder-brand-panel__stat,
.reviews-summary,
.faq details,
.form-field input,
.form-field select,
.form-field textarea {
  border-radius: var(--radius-card);
  border: var(--mould-border);
  box-shadow: var(--mould-shadow);
  background-clip: padding-box;
}

.gallery-item,
.ig-masonry a,
.founder-item img,
.blog-card {
  border-radius: var(--radius-media);
}

.founder-badge,
.founder-brand-panel__stat,
.form-field input,
.form-field select,
.form-field textarea,
.faq details {
  border-radius: var(--radius-soft);
}

.gallery-item img,
.ig-masonry img,
.blog-card img,
.founder-item img,
.article img {
  border-radius: inherit;
}

.article img {
  border-radius: var(--radius-media);
  border: var(--mould-border);
  box-shadow: var(--mould-shadow);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

::selection { background: rgba(201, 169, 110, 0.35); color: #fff; }

body {
  font-family: var(--font-body);
  color: #d4d4d4;
  background:
    radial-gradient(900px 500px at 8% 0%, rgba(201, 169, 110, 0.1), transparent 55%),
    radial-gradient(800px 480px at 95% 15%, rgba(201, 169, 110, 0.06), transparent 50%),
    radial-gradient(700px 400px at 50% 100%, rgba(201, 169, 110, 0.05), transparent 55%),
    var(--bg);
  background-attachment: fixed;
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Ambient luxury glow orbs */
.lux-orbs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.lux-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  animation: orbFloat 18s ease-in-out infinite;
}
.lux-orb:nth-child(1) {
  width: 340px; height: 340px; left: -80px; top: 12%;
  background: rgba(201, 169, 110, 0.22);
}
.lux-orb:nth-child(2) {
  width: 420px; height: 420px; right: -120px; top: 45%;
  background: rgba(201, 169, 110, 0.14);
  animation-delay: -6s; animation-duration: 22s;
}
.lux-orb:nth-child(3) {
  width: 280px; height: 280px; left: 40%; bottom: -60px;
  background: rgba(201, 169, 110, 0.12);
  animation-delay: -12s; animation-duration: 20s;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -40px) scale(1.12); }
}

main, .site-header, .site-footer, .float-cta, .back-to-top, .page-loader {
  position: relative;
  z-index: 1;
}
.site-header { z-index: 100; }
.page-loader { z-index: 9999; }
.float-cta, .back-to-top { z-index: 90; }

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  font-weight: 500;
}

.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--champagne);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ivory);
}

h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4.5vw, 3.6rem); }
h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--muted);
  max-width: 38rem;
}

/* ========== NAV ========== */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--nav-h);
  transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.site-header.is-scrolled {
  background: var(--glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 var(--line);
  border-bottom: 1px solid rgba(201, 169, 110, 0.08);
}

.site-header.is-scrolled .brand-name,
.site-header.is-scrolled .nav-links a,
.site-header.is-scrolled .nav-toggle { color: var(--ivory); }

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  z-index: 2;
}

.brand img {
  height: 46px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ivory);
  letter-spacing: 0.02em;
  transition: color 0.3s;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-links a {
  color: rgba(255,250,247,0.9);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 100%; height: 1px;
  background: var(--champagne);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta { display: flex; gap: 0.6rem; align-items: center; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--ivory);
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 2;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  margin: 5px auto;
  transition: 0.3s var(--ease);
}

.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.35s var(--ease), background 0.35s, color 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-primary {
  background: linear-gradient(135deg, var(--champagne) 0%, #a8844f 100%);
  color: #0a0a0a;
  box-shadow: 0 10px 30px rgba(201, 169, 110, 0.35);
  animation: pulseGlow 3s ease-in-out infinite;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(201, 169, 110, 0.55);
  animation: none;
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255,250,247,0.45);
  color: var(--ivory);
}

.btn-ghost:hover {
  background: rgba(255,250,247,0.1);
  border-color: var(--champagne-light);
}

.btn-outline {
  background: transparent;
  border-color: rgba(201, 169, 110, 0.45);
  color: var(--champagne-light);
}

.btn-outline:hover {
  background: rgba(201, 169, 110, 0.12);
  border-color: var(--champagne);
  color: var(--champagne-light);
  box-shadow: 0 0 25px rgba(201, 169, 110, 0.15);
}

.btn-whatsapp {
  background: #128C7E;
  color: #fff;
}

.btn-whatsapp:hover { transform: translateY(-2px); background: #0e7a6e; }

.btn-call {
  background: #161616;
  color: var(--champagne-light);
  border: 1px solid rgba(201, 169, 110, 0.35);
}

.btn-call:hover {
  transform: translateY(-2px);
  background: #1f1f1f;
  border-color: var(--champagne);
  box-shadow: 0 0 24px rgba(201, 169, 110, 0.2);
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--ivory);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1);
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22,17,15,0.35) 0%, rgba(22,17,15,0.15) 35%, rgba(22,17,15,0.78) 100%),
    radial-gradient(ellipse at 70% 40%, rgba(138,74,86,0.25), transparent 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: calc(var(--nav-h) + 2rem) 0 4.5rem;
}

.hero-content .eyebrow { color: var(--champagne-light); }
.hero-content .eyebrow::before { background: var(--champagne-light); }

.hero h1 {
  margin: 0.85rem 0 1.1rem;
  max-width: 14ch;
  text-shadow: 0 8px 40px rgba(0,0,0,0.35);
}

.hero h1 em {
  font-style: italic;
  color: var(--champagne-light);
  font-weight: 400;
}

.hero-sub {
  max-width: 34rem;
  color: rgba(255,250,247,0.86);
  font-size: 1.1rem;
  margin-bottom: 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,250,247,0.18);
}

.hero-trust strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--champagne-light);
}

.hero-trust span {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.scroll-hint {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,250,247,0.65);
  animation: floaty 2.4s ease-in-out infinite;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ========== SECTIONS ========== */
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }

.section-head {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  max-width: 42rem;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
  justify-items: center;
}

.section-head.center .eyebrow::before { display: none; }

.section-dark {
  background: linear-gradient(160deg, #0d0d0d 0%, #151515 55%, #0a0a0a 100%);
  color: var(--ivory);
  border-block: 1px solid rgba(201, 169, 110, 0.1);
}

.section-dark .lead,
.section-dark .muted { color: rgba(255,250,247,0.68); }

.section-mist {
  background:
    linear-gradient(180deg, rgba(10,10,10,0.88), rgba(10,10,10,0.92)),
    url('../assets/images/studio-banner.webp') center/cover fixed;
  border-block: 1px solid rgba(201, 169, 110, 0.08);
}

.muted { color: var(--muted); }

/* ========== GRID CARDS ========== */
.grid-3,
.why-grid,
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.why-grid > .feature-card,
.packages-grid > .package-card {
  min-width: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

/* Keep Why cards equal height with aligned text blocks */
.why-grid > .feature-card {
  padding: 1.75rem 1.5rem;
}
.why-grid > .feature-card .icon-wrap {
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.why-grid > .feature-card h3 {
  min-height: 2.6em;
  margin-bottom: 0.55rem;
  line-height: 1.3;
}
.why-grid > .feature-card p {
  margin: 0;
  flex: 1;
  line-height: 1.65;
}

/* Keep package cards equal height with CTA pinned to bottom */
.packages-grid > .package-card {
  padding: 2rem 1.6rem;
  gap: 0.85rem;
}
.packages-grid > .package-card > .eyebrow {
  margin-bottom: 0;
  min-height: 1.2em;
}
.packages-grid > .package-card > h3 {
  min-height: 2.4em;
  margin: 0;
  line-height: 1.2;
}
.packages-grid > .package-card > .price {
  min-height: 2.2rem;
  margin: 0;
  line-height: 1.1;
}
.packages-grid > .package-card > ul {
  flex: 1 1 auto;
  margin: 0.25rem 0 0.5rem;
  width: 100%;
}
.packages-grid > .package-card > .btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  text-align: center;
}

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

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.feature-card {
  padding: 1.75rem 1.5rem;
  background: var(--bg-card);
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.45s, box-shadow 0.45s;
}

.icon-wrap {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201,163,106,0.45);
  border-radius: 50%;
  margin-bottom: 1.1rem;
  color: var(--rose);
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.45s;
}

.icon-wrap svg { width: 22px; height: 22px; }

.feature-card h3 { margin-bottom: 0.55rem; }
.feature-card p { color: var(--muted); font-size: 0.95rem; }

/* ========== FOUNDERS ========== */
.founders {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.founder-visual {
  position: relative;
  min-height: 520px;
}

.founder-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.founder-brand-panel {
  display: grid;
  place-items: center;
  min-height: 560px;
  position: relative;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(201, 169, 110, 0.18), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(201, 169, 110, 0.08), transparent 40%),
    linear-gradient(160deg, #121212 0%, #0a0a0a 55%, #14110d 100%);
  overflow: hidden;
}

.founder-brand-panel__glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.16);
  filter: blur(60px);
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  animation: orbFloat 10s ease-in-out infinite;
  pointer-events: none;
}

.founder-brand-panel__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem 2rem;
  max-width: 26rem;
}

.founder-brand-panel__logo {
  width: min(220px, 70%) !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  margin: 0 auto 1.75rem;
  filter: drop-shadow(0 12px 30px rgba(201, 169, 110, 0.25));
  animation: floatSlow 5s ease-in-out infinite;
  display: block;
}

.founder-brand-panel__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 0.85rem;
}

.founder-brand-panel__names {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  color: var(--ivory);
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.founder-brand-panel__names span {
  display: inline-block;
  font-style: italic;
  color: var(--champagne-light);
  background: linear-gradient(90deg, var(--champagne), #ffe4a0, var(--champagne));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 4s linear infinite;
  padding: 0 0.15em;
}

.founder-brand-panel__tag {
  font-size: 0.88rem;
  color: rgba(255, 250, 247, 0.65);
  letter-spacing: 0.06em;
  margin-bottom: 1.35rem;
}

.founder-brand-panel__line {
  width: 72px;
  height: 1px;
  margin: 0 auto 1.25rem;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  animation: slideLine 2.8s ease-in-out infinite;
}

.founder-brand-panel__quote {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(255, 250, 247, 0.78);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.founder-brand-panel__stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.85rem 1.35rem;
  background: rgba(10, 10, 10, 0.85);
}

.founder-brand-panel__stat strong {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  color: var(--champagne-light);
}

.founder-brand-panel__stat span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 250, 247, 0.7);
}

.founder-brand-panel .founder-frame {
  inset: 1.1rem;
}

.founder-brand-panel:hover {
  transform: translateY(-6px);
  box-shadow: var(--mould-shadow-hover);
  border-color: rgba(226, 200, 154, 0.9);
}

.founder-brand-panel:hover .founder-brand-panel__logo {
  transform: scale(1.04);
}

.founder-frame {
  position: absolute;
  inset: 1.1rem;
  border-radius: calc(var(--radius-card) - 6px);
  border: 1.5px solid rgba(226, 200, 154, 0.55);
  box-shadow:
    inset 0 0 0 3px #0a0a0a,
    inset 0 0 0 4.5px rgba(201, 169, 110, 0.45);
  pointer-events: none;
  z-index: 3;
}

.founder-badge {
  position: absolute;
  left: -0.75rem;
  bottom: 2rem;
  z-index: 4;
  background: var(--ink);
  color: var(--ivory);
  padding: 1rem 1.25rem;
  max-width: 180px;
}

.founder-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--champagne-light);
  line-height: 1;
}

.founder-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.founder-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1.1rem;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.founder-item:last-child { border-bottom: 0; padding-bottom: 0; }

.founder-item img {
  width: 88px;
  height: 110px;
  object-fit: cover;
  object-position: top;
  background: var(--bg-3);
}

.founder-item h3 { font-size: 1.55rem; margin-bottom: 0.2rem; }
.founder-item .role {
  color: var(--rose);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

/* ========== BRANDS ========== */
.brand-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.brand-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marquee 38s linear infinite;
}

.brand-pill {
  flex: 0 0 auto;
  padding: 0.85rem 1.4rem;
  color: rgba(255,250,247,0.88);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
  background: rgba(255, 250, 247, 0.04);
  border: 1px solid rgba(255, 250, 247, 0.15);
  border-radius: 999px;
  box-shadow: none;
}

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

.brand-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2.5rem;
}

.brand-group h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--champagne-light);
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.brand-tags span {
  padding: 0.45rem 0.8rem;
  font-size: 0.85rem;
  color: rgba(255, 250, 247, 0.78);
  background: rgba(255, 250, 247, 0.04);
  border: 1px solid rgba(255, 250, 247, 0.14);
  border-radius: 999px;
  box-shadow: none;
}

/* ========== JOURNEY ========== */
.journey {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  counter-reset: step;
}

.journey-step {
  padding: 1.4rem 1.1rem;
  background: var(--bg-card);
  position: relative;
  min-height: 180px;
  border: none;
  border-top: 1px solid var(--champagne);
  border-radius: 0;
  box-shadow: none;
  transition: background 0.35s, transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s;
}

.journey-step:hover {
  background: var(--bg-3);
  border-color: var(--champagne-light);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.journey-step::before {
  counter-increment: step;
  content: "0" counter(step);
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--champagne);
  display: block;
  margin-bottom: 0.75rem;
}

.journey-step h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.journey-step p { font-size: 0.88rem; color: var(--muted); }

/* ========== PACKAGES ========== */
.package-card {
  padding: 2rem 1.6rem;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}

.package-card.featured {
  border-color: rgba(226, 200, 154, 0.85);
  background: linear-gradient(180deg, rgba(201, 169, 110, 0.1) 0%, var(--bg-card) 100%);
  box-shadow: var(--mould-shadow);
}

.package-card.featured::before {
  content: 'Most Loved';
  position: absolute;
  top: 1.15rem;
  right: -2.35rem;
  background: var(--champagne);
  color: #0a0a0a;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 2.5rem;
  transform: rotate(35deg);
  font-weight: 600;
  z-index: 3;
  pointer-events: none;
}


.price {
  font-family: var(--font-display);
  font-size: 1.85rem;
  color: var(--rose);
}

.package-card ul {
  display: grid;
  gap: 0.55rem;
  flex: 1;
}

.package-card li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--muted);
}

.package-card li svg {
  width: 16px;
  height: 16px;
  margin-top: 0.2rem;
  color: var(--champagne);
  flex-shrink: 0;
}

/* ========== GALLERY ========== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.85rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--mist);
  min-height: 260px;
  cursor: pointer;
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.45s, border-color 0.45s;
}

.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; min-height: 540px; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4) { grid-column: span 3; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-item:nth-child(6) { grid-column: span 5; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.gallery-item figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem 1.25rem;
  background: linear-gradient(180deg, transparent 40%, rgba(22,17,15,0.85) 100%);
  color: var(--champagne-light);
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ========== REVIEWS ========== */
.review-card {
  padding: 1.75rem;
  background: var(--bg-card);
}

.stars {
  color: var(--champagne);
  letter-spacing: 0.15em;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
}

.review-card blockquote {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1.1rem;
}

.review-card cite {
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ========== PROMISE ========== */
.promise-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.promise-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.1rem 1.15rem;
  background: var(--bg-card);
}

.promise-item svg {
  width: 20px;
  height: 20px;
  color: var(--champagne);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* ========== CTA BAND ========== */
.cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 6rem) 0;
  color: var(--ivory);
  text-align: center;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:linear-gradient(180deg, transparent 40%, rgba(22,17,15,0.85) 100%);
  z-index: 0;
}

.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { margin: 0.75rem auto 1rem; max-width: 16ch; }
.cta-band .lead { margin: 0 auto 1.75rem; color: rgba(255,250,247,0.82); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }

/* ========== PAGE HERO ========== */
.page-hero {
  position: relative;
  min-height: 48vh;
  display: grid;
  align-items: end;
  color: var(--ivory);
  overflow: hidden;
}

.page-hero-media {
  position: absolute;
  inset: 0;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,17,15,0.35), rgba(22,17,15,0.72));
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: calc(var(--nav-h) + 3rem) 0 3rem;
}

.page-hero .eyebrow { color: var(--champagne-light); }
.page-hero .eyebrow::before { background: var(--champagne-light); }
.page-hero h1 { margin-top: 0.6rem; max-width: 14ch; }

/* ========== FORMS ========== */
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-card {
  padding: 1.75rem;
  background: var(--bg-card);
  display: grid;
  gap: 1.25rem;
}

.contact-row {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.contact-row svg {
  width: 22px;
  height: 22px;
  color: var(--rose);
  margin-top: 0.15rem;
}

.contact-row strong { display: block; font-weight: 500; margin-bottom: 0.15rem; }
.contact-row a:hover { color: var(--rose); }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field { display: grid; gap: 0.4rem; }
.form-field.full { grid-column: 1 / -1; }

.form-field label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: #111;
  padding: 0.9rem 1rem;
  color: var(--ivory);
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--champagne-light);
  box-shadow:
    inset 0 0 0 4px #0a0a0a,
    inset 0 0 0 5.5px rgba(226, 200, 154, 0.7),
    0 0 0 3px rgba(201, 169, 110, 0.14);
}

.form-field textarea { min-height: 140px; resize: vertical; }

/* ========== BLOG ========== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.blog-card {
  background: var(--bg-card);
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}


.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-card .body { padding: 1.35rem 1.25rem 1.5rem; }
.blog-card .meta {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.55rem;
}

.blog-card h3 { font-size: 1.55rem; margin-bottom: 0.55rem; }
.blog-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 1rem; }

.article {
  width: min(760px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 3rem 0 5rem;
}

.article h2 {
  font-size: 2rem;
  margin: 2rem 0 0.85rem;
}

.article p, .article li {
  color: var(--muted);
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.article ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1.25rem; }
.article li { margin-bottom: 0.45rem; }

/* ========== FAQ ========== */
.faq {
  display: grid;
  gap: 0.85rem;
}

.faq details {
  padding: 1.15rem 1.25rem;
  background: var(--bg-card);
}

.faq summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.35rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: '+';
  color: var(--champagne);
  font-family: var(--font-body);
}

.faq details[open] summary::after { content: '–'; }

.faq details p {
  margin-top: 0.75rem;
  color: var(--muted);
  max-width: 60ch;
}

/* ========== FOOTER ========== */
.site-footer {
  background: var(--ink);
  color: rgba(255,250,247,0.78);
  padding: 4rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.site-footer h3,
.site-footer h4 {
  color: var(--ivory);
  margin-bottom: 1rem;
}

.site-footer .brand-name { color: var(--ivory); }

.footer-links { display: grid; gap: 0.55rem; }
.footer-links a:hover { color: var(--champagne-light); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,250,247,0.1);
  font-size: 0.85rem;
}

.float-cta {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.float-cta a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  transition: transform 0.3s var(--ease);
}

.float-cta a:hover { transform: scale(1.08); }
.float-cta .wa { background: #25D366; color: #fff; }
.float-cta .call { background: var(--ink); color: var(--champagne-light); }
.float-cta svg { width: 24px; height: 24px; }

/* ========== SAMPLE-MATCHED LUXURY ANIMATIONS ========== */
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes floatSlow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(201, 163, 106, 0.15); }
  50% { box-shadow: 0 0 40px rgba(201, 163, 106, 0.35); }
}
@keyframes shimmerText { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes revealLine { 0% { width: 0; } 100% { width: 60px; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.2); }
}
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes scaleIn { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } }
@keyframes slideLine {
  0% { transform: scaleX(0); transform-origin: left; }
  50% { transform: scaleX(1); transform-origin: left; }
  50.01% { transform-origin: right; }
  100% { transform: scaleX(0); transform-origin: right; }
}
@keyframes goldParticle {
  0% { transform: translateY(0) rotate(0deg); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
}
@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

.page-loader {
  position: fixed;
  inset: 0;
  background: #0a0a0a;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-loader--hidden { opacity: 0; visibility: hidden; }
.page-loader__spinner {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(201, 163, 106, 0.2);
  border-top-color: var(--champagne);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.gold-shimmer { position: relative; overflow: hidden; }
.gold-shimmer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(201, 163, 106, 0.1) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}
.section-divider span {
  display: block;
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--champagne), transparent);
  animation: revealLine 1.5s ease forwards;
}
.section-divider--animate span { animation: slideLine 2.4s ease-in-out infinite; }

.hero::before,
.hero::after {
  content: '✦';
  position: absolute;
  color: var(--champagne);
  opacity: 0;
  z-index: 2;
  animation: goldParticle 8s linear infinite;
  pointer-events: none;
}
.hero::before { left: 15%; top: 80%; font-size: 8px; animation-duration: 10s; }
.hero::after { right: 20%; top: 60%; font-size: 14px; animation-delay: 3s; animation-duration: 12s; }

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.hero-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--champagne);
  border-radius: 50%;
  opacity: 0;
  animation: goldParticle 6s linear infinite;
  box-shadow: 0 0 6px var(--champagne), 0 0 12px rgba(201, 163, 106, 0.35);
}

/* Hero zoom runs until parallax JS takes over transform */
.hero-media img.is-zooming {
  animation: heroZoom 20s ease-in-out infinite alternate;
}

.hero h1 em {
  display: inline-block;
  background: linear-gradient(90deg, var(--champagne-light), #ffe4a0, var(--champagne-light));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shimmerText 4s linear infinite;
  font-style: italic;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.fade-up:nth-child(1) { animation-delay: 0.05s; }
.fade-up:nth-child(2) { animation-delay: 0.2s; }
.fade-up:nth-child(3) { animation-delay: 0.35s; }
.fade-up:nth-child(4) { animation-delay: 0.5s; }
.fade-up:nth-child(5) { animation-delay: 0.65s; }

.scroll-hint {
  left: 50%;
  right: auto;
  writing-mode: horizontal-tb;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  bottom: 2.5rem;
  animation: none;
}
.scroll-hint::after {
  content: '';
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--champagne), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

.btn {
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}
.btn:hover::after { left: 140%; }

.btn-whatsapp,
.float-cta .wa {
  animation: pulseGlow 2.4s ease-in-out infinite;
}
.btn-whatsapp:hover,
.float-cta .wa:hover { animation: none; }

/* Entrance uses animation so hover transforms are never blocked */
@keyframes cardIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes imageIn {
  from { opacity: 0; transform: scale(1.08); filter: saturate(0.85); }
  to { opacity: 1; transform: scale(1); filter: saturate(1); }
}

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
}
.reveal.is-visible,
.reveal.reveal--visible {
  animation: cardIn 0.85s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.reveal-delay-1 { animation-delay: 0.1s; }
.reveal-delay-2 { animation-delay: 0.2s; }
.reveal-delay-3 { animation-delay: 0.3s; }
.reveal-delay-4 { animation-delay: 0.4s; }

.stagger > * {
  opacity: 0;
  transform: translateY(28px);
}
.stagger.is-visible > * {
  opacity: 1;
  transform: none;
  animation: cardIn 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.why-grid.stagger.is-visible > *,
.packages-grid.stagger.is-visible > * {
  /* Keep grid alignment stable after entrance */
  transform: none;
}
.stagger.is-visible > *:nth-child(1) { animation-delay: 0.05s; }
.stagger.is-visible > *:nth-child(2) { animation-delay: 0.12s; }
.stagger.is-visible > *:nth-child(3) { animation-delay: 0.19s; }
.stagger.is-visible > *:nth-child(4) { animation-delay: 0.26s; }
.stagger.is-visible > *:nth-child(5) { animation-delay: 0.33s; }
.stagger.is-visible > *:nth-child(6) { animation-delay: 0.4s; }
.stagger.is-visible > *:nth-child(7) { animation-delay: 0.47s; }
.stagger.is-visible > *:nth-child(8) { animation-delay: 0.54s; }
.stagger.is-visible > *:nth-child(9) { animation-delay: 0.61s; }
.stagger.is-visible > *:nth-child(10) { animation-delay: 0.68s; }
.stagger.is-visible > *:nth-child(11) { animation-delay: 0.75s; }
.stagger.is-visible > *:nth-child(12) { animation-delay: 0.82s; }

/* ===== SAMPLE-STYLE CARD + IMAGE HOVERS (high specificity) ===== */
.feature-card,
.package-card,
.review-card,
.blog-card,
.promise-item,
.journey-step,
.founder-item,
.contact-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.45s, box-shadow 0.45s, background 0.45s;
}

.feature-card::after,
.package-card::after,
.review-card::after,
.blog-card::after,
.journey-step::after,
.promise-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  transform: scaleX(0);
  transition: transform 0.5s ease;
  z-index: 2;
}

.package-card::after {
  top: 0;
  bottom: auto;
}

.stagger.is-visible > .feature-card:hover,
.feature-card:hover,
.stagger.is-visible > .package-card:hover,
.package-card:hover,
.stagger.is-visible > .review-card:hover,
.review-card:hover,
.stagger.is-visible > .blog-card:hover,
.blog-card:hover,
.stagger.is-visible > .promise-item:hover,
.promise-item:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(226, 200, 154, 0.9);
  box-shadow: var(--mould-shadow-hover);
}

.stagger.is-visible > .journey-step:hover,
.journey-step:hover {
  transform: translateY(-8px) !important;
  border-top-color: var(--champagne-light);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.feature-card:hover::after,
.package-card:hover::after,
.review-card:hover::after,
.blog-card:hover::after,
.journey-step:hover::after,
.promise-item:hover::after {
  transform: scaleX(1);
}

.feature-card:hover .icon-wrap,
.promise-item:hover svg,
.journey-step:hover::before {
  animation: float 2s ease-in-out infinite;
  border-color: var(--champagne);
  color: var(--champagne);
}

.founder-visual {
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.45s;
}
.founder-visual img {
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.founder-visual:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(22, 17, 15, 0.18);
}
.founder-visual:hover img { transform: scale(1.06); }

.founder-item img,
.page-hero-media img,
.blog-card img {
  transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.founder-item:hover img,
.blog-card:hover img { transform: scale(1.08); }

.img-animate img,
.founder-visual img,
.gallery-item img,
.ig-masonry img,
.page-hero-media img,
.blog-card img {
  transform-origin: center center;
}

.gallery-item.is-visible img,
.ig-masonry a.is-visible img,
.img-animate.is-visible img {
  animation: imageIn 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.stagger.is-visible > .gallery-item:hover,
.gallery-item:hover,
.ig-masonry a:hover {
  transform: scale(1.03) !important;
  z-index: 2;
  border-color: rgba(226, 200, 154, 0.9);
  box-shadow: var(--mould-shadow-hover);
}

.gallery-item:hover img,
.ig-masonry a:hover img {
  transform: scale(1.12) !important;
}

.gallery-item:hover figcaption,
.ig-masonry a:hover .ig-overlay {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  left: 1.15rem;
  bottom: 1.15rem;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(201, 163, 106, 0.45);
  background: rgba(22, 17, 15, 0.85);
  color: var(--champagne-light);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--champagne);
  color: var(--ink);
  border-color: var(--champagne);
}
.back-to-top svg { width: 18px; height: 18px; }

/* Live reviews + Instagram gallery */
.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1.5rem 1.75rem;
  background: #0f0f0f;
}
.reviews-score {
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--rose);
}
.reviews-meta { color: var(--muted); font-size: 0.95rem; }
.reviews-meta strong { color: var(--ivory); }
.reviews-live-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.review-card--live {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
  background: #0f0f0f;
}
.review-card__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.reviewer-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #0a0a0a;
  border: 1.5px solid var(--champagne-light);
  box-shadow:
    0 0 0 3px #0a0a0a,
    0 0 0 4.75px rgba(201, 169, 110, 0.85),
    0 0 14px rgba(201, 169, 110, 0.3);
  overflow: hidden;
}
.reviewer-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.review-card__head strong { display: block; font-weight: 500; color: var(--ivory); }
.review-card__head > div > span { font-size: 0.78rem; color: var(--muted); }
.ig-masonry {
  columns: 3 240px;
  column-gap: 1rem;
}
.ig-masonry a {
  break-inside: avoid;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background: var(--mist);
  aspect-ratio: 3 / 4;
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.45s, border-color 0.45s;
}
.ig-masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ig-masonry .ig-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.25rem;
  background: linear-gradient(180deg, transparent 40%, rgba(22,17,15,0.85) 100%);
  color: var(--champagne-light);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
}

@media (max-width: 980px) {
  .reviews-live-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .reviews-live-grid { grid-template-columns: 1fr; }
  .ig-masonry { columns: 2 140px; }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  .grid-3, .why-grid, .packages-grid, .grid-4, .blog-grid, .brand-groups, .promise-list, .founders,
  .contact-layout, .footer-grid { grid-template-columns: 1fr 1fr; }

  .journey { grid-template-columns: repeat(3, 1fr); }

  .gallery-item:nth-child(n) {
    grid-column: span 6;
    grid-row: auto;
    min-height: 280px;
  }

  .nav-toggle { display: block; }

  .nav-links {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 10, 0.98);
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
  }

  .nav-open .nav-links {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a,
  .site-header.is-scrolled .nav-links a {
    color: var(--ivory);
    font-size: 1.4rem;
    font-family: var(--font-display);
  }

  .nav-cta { display: none; }
  .brand-name { display: none; }
}

@media (max-width: 720px) {
  .grid-3, .why-grid, .packages-grid, .grid-4, .grid-2, .blog-grid, .brand-groups, .promise-list,
  .founders, .contact-layout, .footer-grid, .form-grid, .journey {
    grid-template-columns: 1fr;
  }

  .gallery-item:nth-child(n) {
    grid-column: span 12;
    min-height: 320px;
  }

  .founder-visual { min-height: 420px; }
  .hero-trust { gap: 1rem 1.5rem; }
}

/* ========== EXTRA BLACK-LUXURY ANIMATIONS ========== */
@keyframes borderGlow {
  0%, 100% {
    box-shadow:
      inset 0 0 0 4px #0a0a0a,
      inset 0 0 0 5.5px rgba(201, 169, 110, 0.5),
      0 12px 30px rgba(0, 0, 0, 0.38);
  }
  50% {
    box-shadow:
      inset 0 0 0 4px #0a0a0a,
      inset 0 0 0 5.5px rgba(226, 200, 154, 0.78),
      0 12px 30px rgba(0, 0, 0, 0.38),
      0 0 28px rgba(201, 169, 110, 0.22);
  }
}
@keyframes titleGlow {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 28px rgba(201, 169, 110, 0.25); }
}
@keyframes softRise {
  from { opacity: 0; transform: translateY(50px) rotateX(8deg); filter: blur(4px); }
  to { opacity: 1; transform: translateY(0) rotateX(0); filter: blur(0); }
}
@keyframes lineSweep {
  0% { transform: translateX(-120%) skewX(-20deg); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: translateX(220%) skewX(-20deg); opacity: 0; }
}

.hero h1 {
  animation: titleGlow 5s ease-in-out infinite;
}

.section-head h2 {
  position: relative;
}

.feature-card.gold-shimmer,
.package-card.featured,
.review-card--live {
  animation: borderGlow 4.5s ease-in-out infinite;
}

.stagger.is-visible > .feature-card:hover,
.feature-card:hover,
.stagger.is-visible > .package-card:hover,
.package-card:hover,
.stagger.is-visible > .review-card:hover,
.review-card:hover,
.stagger.is-visible > .blog-card:hover,
.blog-card:hover,
.stagger.is-visible > .promise-item:hover,
.promise-item:hover,
.stagger.is-visible > .gallery-item:hover,
.gallery-item:hover,
.ig-masonry a:hover,
.contact-card:hover {
  box-shadow: var(--mould-shadow-hover) !important;
  border-color: rgba(226, 200, 154, 0.9);
}

.founder-badge {
  background: #0a0a0a !important;
}

.float-cta .call {
  background: #161616;
  border: var(--mould-border);
  border-radius: 999px;
  box-shadow: var(--mould-shadow);
}

.reviews-score {
  color: var(--champagne-light) !important;
  text-shadow: 0 0 30px rgba(201, 169, 110, 0.35);
}

.stars { color: var(--champagne) !important; }

.faq summary { color: var(--ivory); }

.article p,
.article li { color: var(--muted); }

.lux-shine {
  position: relative;
  overflow: hidden;
}
.lux-shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.12), transparent);
  transform: translateX(-120%) skewX(-20deg);
  animation: lineSweep 4.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.ig-masonry a,
.gallery-item {
  background: #121212;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .lux-orbs { display: none; }
}
