/* ============================================
   SB Nails by Sharona — Landing v3
   Aesthetic: Stone/Cream Light · Liquid Glass · Gold Glow
   ============================================ */

:root {
  /* Surfaces — light stone palette */
  --bg-0: #f4efe6;        /* paper/stone — main bg */
  --bg-1: #ede6d9;        /* warmer stone — alt sections */
  --bg-2: #faf6ee;        /* near white — cards */
  --bg-3: #1f1b17;        /* dark stone — for final CTA card */
  --bg-deep: #2b2520;

  /* Glass on light */
  --glass-bg: rgba(255, 255, 255, 0.55);
  --glass-bg-strong: rgba(255, 255, 255, 0.78);
  --glass-border: rgba(43, 39, 36, 0.08);
  --glass-border-strong: rgba(212, 175, 126, 0.35);

  /* Text — warm charcoal on cream */
  --text: #2b2520;
  --text-mute: rgba(43, 37, 32, 0.66);
  --text-faint: rgba(43, 37, 32, 0.42);

  /* Brand gold */
  --gold-1: #d4af7e;
  --gold-2: #b08858;
  --gold-3: #8e6b40;
  --gold-pale: #ead4ad;
  --gold-glow: rgba(212, 175, 126, 0.45);

  /* WhatsApp */
  --wa: #25d366;
  --wa-deep: #1ea951;

  /* Type */
  --font-display: 'Bricolage Grotesque', 'Rubik', system-ui, sans-serif;
  --font-body: 'Rubik', system-ui, -apple-system, sans-serif;
  --font-script: 'Playpen Sans Hebrew', 'Bricolage Grotesque', cursive;

  /* Layout */
  --maxw: 1240px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --section-pad: clamp(4.5rem, 10vw, 8.5rem);

  /* Motion */
  --ease: cubic-bezier(.2, .8, .2, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);
}

/* ============================================
   RESET / BASE
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg-0); }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(15px, 1vw + 0.7rem, 17px);
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  padding-bottom: 5.5rem;
}
@media (min-width: 880px) { body { padding-bottom: 0; } }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; }

::selection { background: var(--gold-2); color: var(--bg-0); }

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--text);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-3);
  background: linear-gradient(135deg, rgba(212, 175, 126, 0.18), rgba(212, 175, 126, 0.06));
  border: 1px solid rgba(212, 175, 126, 0.3);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}

.grad-text {
  font-family: var(--font-script);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding: 0.12em 0.18em 0.18em;
  margin-inline: -0.18em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* ============================================
   AMBIENT BACKGROUND (peachy-cream auroras)
   ============================================ */

.bg-aurora {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  mix-blend-mode: multiply;
}
.aurora-1 {
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(212, 175, 126, 0.32), transparent 70%);
  top: -240px; right: -240px;
  animation: drift1 22s ease-in-out infinite;
}
.aurora-2 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(234, 212, 173, 0.4), transparent 70%);
  bottom: -240px; left: -240px;
  animation: drift2 28s ease-in-out infinite;
}
.aurora-3 {
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(212, 175, 126, 0.18), transparent 70%);
  top: 45%; left: 35%;
  animation: drift3 32s ease-in-out infinite;
}
@keyframes drift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-80px, 60px) scale(1.15); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(100px, -80px) scale(1.2); }
}
@keyframes drift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-60px, -40px) scale(0.9); }
}

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

.float-nav, .hero, .stats-wrap, .section, .strip-cta, .final-cta, .footer, .sticky-mobile-cta {
  position: relative;
  z-index: 2;
}

/* ============================================
   FLOATING NAV
   ============================================ */

.float-nav {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.5rem 0.5rem 0.7rem;
  background: rgba(255, 252, 245, 0.6);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  box-shadow:
    0 8px 32px -10px rgba(43, 37, 32, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: all .4s var(--ease);
  max-width: calc(100vw - 2rem);
}
.float-nav.scrolled {
  background: rgba(255, 252, 245, 0.85);
  border-color: rgba(212, 175, 126, 0.25);
  box-shadow:
    0 12px 40px -10px rgba(43, 37, 32, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.fn-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text);
}
.fn-brand img {
  height: 38px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 3px rgba(43, 37, 32, 0.18));
  transition: filter .25s var(--ease), transform .25s var(--ease);
}
.fn-brand:hover img {
  filter: drop-shadow(0 2px 8px rgba(212, 175, 126, 0.5));
  transform: scale(1.04);
}
.fn-brand span { display: none; }

.fn-divider {
  width: 1px;
  height: 22px;
  background: var(--glass-border);
  display: none;
}

.fn-links { display: none; gap: 0.2rem; }
.fn-links a {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
  color: var(--text-mute);
  border-radius: 999px;
  transition: all .25s var(--ease);
}
.fn-links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.7); }

.fn-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.1rem;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 999px;
  transition: all .3s var(--spring);
  box-shadow: 0 6px 18px -4px var(--gold-glow);
  white-space: nowrap;
}
.fn-cta:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 28px -4px var(--gold-glow);
  background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
}

@media (min-width: 720px) {
  .fn-links { display: flex; }
  .fn-divider { display: block; margin: 0 0.4rem; }
}

/* ============================================
   HERO
   ============================================ */

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 7rem var(--gutter) 4rem;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.92) brightness(0.78);
  animation: kenburns 16s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1.05); }
  to { transform: scale(1.15); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(31, 27, 23, 0.25) 0%, rgba(31, 27, 23, 0.55) 60%, var(--bg-0) 100%),
    linear-gradient(75deg, rgba(31, 27, 23, 0.78) 0%, rgba(31, 27, 23, 0.32) 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 252, 245, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 252, 245, 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #faf6ee;
  align-self: flex-start;
}
.dot-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold-1);
  box-shadow: 0 0 0 0 rgba(212, 175, 126, 0.7);
  animation: pulse-gold 2.4s ease-in-out infinite;
}
@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 175, 126, 0.7); }
  50% { box-shadow: 0 0 0 10px rgba(212, 175, 126, 0); }
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.2rem, 11vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #faf6ee;
  margin: 0.4rem 0 0.6rem;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.4);
}
.hero-title .title-grad {
  background: linear-gradient(135deg, var(--gold-pale) 0%, var(--gold-1) 50%, var(--gold-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: clamp(1rem, 1.2vw + 0.6rem, 1.2rem);
  color: rgba(250, 246, 238, 0.82);
  max-width: 38ch;
  font-weight: 400;
  line-height: 1.55;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

/* CTA primary - gold gradient (Lee booking) */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.1rem 1.8rem;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 100%);
  color: white;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.005em;
  transition: all .35s var(--spring);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.15) inset,
    0 14px 40px -10px var(--gold-glow),
    0 4px 14px -2px rgba(212, 175, 126, 0.35);
  position: relative;
  overflow: hidden;
}
.cta-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.25) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .8s var(--ease);
}
.cta-primary:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold-3) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 22px 60px -12px var(--gold-glow),
    0 6px 20px -2px rgba(212, 175, 126, 0.5);
}
.cta-primary:hover::before { transform: translateX(100%); }

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.1rem 1.7rem;
  background: rgba(255, 252, 245, 0.12);
  color: #faf6ee;
  border: 1px solid rgba(255, 252, 245, 0.22);
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.95rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all .3s var(--ease);
}
.cta-secondary:hover {
  background: rgba(255, 252, 245, 0.22);
  border-color: rgba(255, 252, 245, 0.4);
  transform: translateY(-2px);
}
.cta-wa svg { color: var(--wa); }

.cta-xl { font-size: 1.1rem; padding: 1.3rem 2.4rem; }

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 1.1rem;
  background: rgba(255, 252, 245, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 252, 245, 0.18);
  border-radius: 14px;
  align-self: flex-start;
  margin-top: 1rem;
  color: #faf6ee;
}
.proof-stars {
  display: inline-flex;
  gap: 0.05rem;
  font-size: 1rem;
  color: var(--gold-1);
  filter: drop-shadow(0 0 6px var(--gold-glow));
}
.proof-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: rgba(250, 246, 238, 0.8);
}
.proof-text strong { color: #faf6ee; font-size: 1.05rem; font-weight: 700; }

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 38px;
  border: 1.5px solid rgba(212, 175, 126, 0.5);
  border-radius: 999px;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
  z-index: 3;
}
.hero-scroll span {
  width: 2px; height: 8px;
  background: var(--gold-1);
  border-radius: 2px;
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}
@media (min-width: 768px) and (min-height: 700px) { .hero-scroll { display: flex; } }

/* ============================================
   STATS BAR
   ============================================ */

.stats-wrap {
  padding: 0 var(--gutter);
  margin-top: -2rem;
}
.stats {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0.4rem 0.4rem;
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  box-shadow: 0 12px 40px -12px rgba(43, 37, 32, 0.12);
}
.stats > div { padding: 1.2rem 0.5rem; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 0.3rem; align-items: center; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  display: inline-flex;
  align-items: baseline;
  gap: 0.15rem;
}
.stat-num .star {
  font-size: 0.6em;
  color: var(--gold-2);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}
.stat-label {
  font-size: 0.75rem;
  color: var(--text-mute);
  letter-spacing: 0.04em;
  font-weight: 500;
}
.stat-divider { display: none; width: 1px; background: var(--glass-border); margin: 1rem 0; }

@media (min-width: 720px) {
  .stats {
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
    padding: 1rem var(--gutter);
    border-radius: 24px;
    margin-top: -3.5rem;
  }
  .stats > div { padding: 1.4rem 1rem; }
  .stat-divider { display: block; }
}

/* ============================================
   SECTION
   ============================================ */

.section { padding: var(--section-pad) var(--gutter); }

/* Compress gap between consecutive light sections (approach -> portfolio) */
.approach { padding-bottom: clamp(2rem, 4vw, 3.5rem); }
.portfolio { padding-top: clamp(2rem, 4vw, 3.5rem); }
.section-head {
  max-width: 880px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}
.section-head h2 {
  font-size: clamp(2.4rem, 6.5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.95;
}
.section-head .section-sub {
  margin-top: 1rem;
  color: var(--text-mute);
  font-size: clamp(0.95rem, 1vw + 0.5rem, 1.05rem);
  max-width: 560px;
  margin-inline: auto;
}
.section-head .section-sub strong { color: var(--text); font-weight: 600; }

/* ============================================
   GLASS CARD
   ============================================ */

.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 1.8rem;
  position: relative;
  transition: all .4s var(--ease);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 40px -14px rgba(43, 37, 32, 0.16);
}
.glass-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(212, 175, 126, 0.35), transparent 40%, transparent 60%, rgba(212, 175, 126, 0.18));
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity .3s var(--ease);
}
.glass-card:hover {
  transform: translateY(-4px);
  background: var(--glass-bg-strong);
  border-color: var(--glass-border-strong);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 50px -16px rgba(43, 37, 32, 0.22);
}
.glass-card:hover::before { opacity: 1; }

/* ============================================
   APPROACH
   ============================================ */

.approach-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}
@media (min-width: 700px) { .approach-grid { grid-template-columns: repeat(2, 1fr); gap: 1.3rem; } }
@media (min-width: 1100px) { .approach-grid { grid-template-columns: repeat(4, 1fr); gap: 1.2rem; } }

.a-card { padding: 2rem 1.7rem; }
.a-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.9rem;
  letter-spacing: -0.04em;
}
.a-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  letter-spacing: -0.02em;
}
.a-card p {
  color: var(--text-mute);
  line-height: 1.6;
  font-size: 0.96rem;
}

/* ============================================
   PORTFOLIO
   ============================================ */

.masonry {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  grid-auto-flow: dense;
}
@media (min-width: 700px) { .masonry { grid-template-columns: repeat(4, 1fr); gap: 0.85rem; } }
@media (min-width: 1100px) { .masonry { grid-template-columns: repeat(6, 1fr); gap: 1rem; } }

.m-item {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 18px;
  background: var(--bg-2);
  position: relative;
  border: 1px solid var(--glass-border);
  transition: all .4s var(--ease);
  box-shadow: 0 8px 24px -10px rgba(43, 37, 32, 0.15);
}
.m-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s var(--ease), filter .8s var(--ease);
  filter: saturate(0.97);
}
.m-item:hover {
  border-color: rgba(212, 175, 126, 0.5);
  box-shadow:
    0 0 0 1px rgba(212, 175, 126, 0.25),
    0 20px 50px -10px rgba(43, 37, 32, 0.25),
    0 0 60px -10px var(--gold-glow);
}
.m-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.1);
}

@media (min-width: 700px) {
  .m-tall { grid-row: span 2; aspect-ratio: 3 / 5; }
  .m-wide { grid-column: span 2; aspect-ratio: 8 / 5; }
}
@media (min-width: 1100px) {
  .m-tall { grid-row: span 2; grid-column: span 2; aspect-ratio: 4 / 5; }
  .m-wide { grid-column: span 3; aspect-ratio: 9 / 5; }
}

.portfolio-foot {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1rem;
  color: var(--text-mute);
}
.portfolio-foot a {
  color: var(--gold-2);
  border-bottom: 1px solid rgba(212, 175, 126, 0.45);
  padding-bottom: 1px;
  transition: all .25s var(--ease);
}
.portfolio-foot a:hover {
  color: var(--text);
  border-color: var(--text);
}

/* ============================================
   STRIP CTA (inline booking)
   ============================================ */

.strip-cta {
  padding: 0 var(--gutter);
  margin: 1rem 0;
}
.strip-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  background: linear-gradient(135deg, var(--bg-1) 0%, var(--bg-2) 100%);
  border: 1px solid var(--glass-border);
  border-radius: 28px;
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px -16px rgba(43, 37, 32, 0.16);
}
.strip-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 200px at 50% 50%, rgba(212, 175, 126, 0.16), transparent 60%);
  pointer-events: none;
}
.strip-text { position: relative; z-index: 2; }
.strip-eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 0.5rem;
}
.strip-text h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text);
}
.strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.strip-wa {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
  border-bottom: 1px solid var(--glass-border);
  padding: 0.5rem 0.5rem;
  align-self: center;
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.strip-wa:hover { color: var(--wa-deep); border-color: var(--wa); }

@media (min-width: 720px) {
  .strip-inner {
    flex-direction: row;
    text-align: right;
    justify-content: space-between;
    padding: 2.4rem 2.4rem;
  }
}

/* ============================================
   REVIEWS
   ============================================ */

.reviews {
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
}

.quote-hero {
  max-width: 920px;
  margin: 0 auto 3rem;
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
}
.quote-hero .qm {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(5rem, 12vw, 9rem);
  line-height: 0.5;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 0 20px var(--gold-glow));
}
.quote-hero p {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
  max-width: 22ch;
  margin: 0 auto 1.4rem;
}
.quote-hero footer {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--text-mute);
}
.quote-hero footer .dot { color: var(--text-faint); }
.quote-hero .stars-mini {
  color: var(--gold-2);
  letter-spacing: 0.05em;
  filter: drop-shadow(0 0 4px var(--gold-glow));
}

.reviews-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}
@media (min-width: 700px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); gap: 1.3rem; } }
@media (min-width: 1000px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }

.review-card { padding: 1.7rem 1.6rem; display: flex; flex-direction: column; gap: 0.95rem; }
.rc-stars {
  font-size: 1rem;
  color: var(--gold-2);
  letter-spacing: 0.05em;
  filter: drop-shadow(0 0 4px var(--gold-glow));
}
.rc-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wa-deep);
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.25);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  align-self: flex-start;
}
.review-card p {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text);
  letter-spacing: -0.005em;
}
.review-card footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--text-mute);
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--glass-border);
}
.review-card footer cite {
  font-style: normal;
  font-weight: 600;
  color: var(--text);
}
.review-wa {
  background: rgba(37, 211, 102, 0.05);
  border-color: rgba(37, 211, 102, 0.18);
}

/* ============================================
   STUDIO / ABOUT
   ============================================ */

.studio-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) { .studio-grid { grid-template-columns: 1fr 1fr; } }

.studio-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.studio-photos figure {
  overflow: hidden;
  border-radius: 18px;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
  box-shadow: 0 12px 30px -14px rgba(43, 37, 32, 0.18);
}
.studio-photos figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.studio-photos figure:hover img { transform: scale(1.06); }
.sp-main { grid-column: 1 / 3; aspect-ratio: 4 / 5; }
.sp-sub-1 { grid-column: 1; aspect-ratio: 1 / 1; }
.sp-sub-2 { grid-column: 2; aspect-ratio: 1 / 1; }

@media (min-width: 700px) {
  .studio-photos { grid-template-columns: 1.3fr 1fr; grid-template-rows: 1.2fr 1fr; aspect-ratio: 5 / 6; gap: 1rem; }
  .sp-main { grid-column: 1; grid-row: 1 / 3; aspect-ratio: auto; }
  .sp-sub-1 { grid-column: 2; grid-row: 1; aspect-ratio: auto; }
  .sp-sub-2 { grid-column: 2; grid-row: 2; aspect-ratio: auto; }
}

.studio-text { display: flex; flex-direction: column; gap: 1.2rem; }
.studio-text h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}
.studio-text p { color: var(--text-mute); line-height: 1.7; max-width: 56ch; }
.studio-text strong { color: var(--text); font-weight: 600; }

.studio-pull {
  position: relative;
  margin-top: 0.6rem !important;
  padding: 1.1rem 1.3rem 1.1rem 1.3rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.2vw + 0.5rem, 1.25rem) !important;
  font-weight: 500;
  line-height: 1.45 !important;
  letter-spacing: -0.01em;
  color: var(--text) !important;
  background: linear-gradient(135deg, rgba(212, 175, 126, 0.12) 0%, rgba(234, 212, 173, 0.05) 100%);
  border-radius: 16px;
  border-right: 3px solid var(--gold-2);
  max-width: 56ch !important;
}

.studio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2.2rem;
  margin-top: 1.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--glass-border);
}
.studio-meta div { display: flex; flex-direction: column; gap: 0.25rem; }
.studio-meta span {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.studio-meta strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--text);
}

/* ============================================
   CERTIFICATIONS
   ============================================ */

.certs { background: linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 100%); }

.certs-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}
@media (min-width: 720px) { .certs-grid { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; } }
@media (min-width: 1100px) { .certs-grid { grid-template-columns: repeat(4, 1fr); gap: 1.2rem; } }

.cert-card {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  gap: 1rem;
  overflow: hidden;
}
.cert-img {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--glass-border);
}
.cert-img img {
  width: 100%; height: 100%;
  object-fit: contain;
  background: white;
  transition: transform 1.2s var(--ease);
}
.cert-card:hover .cert-img img { transform: scale(1.04); }

.cert-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 0.4rem 0.4rem;
}
.cert-date {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-3);
}
.cert-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--text);
}
.cert-by {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-mute);
  margin-top: 0.1rem;
}

/* ============================================
   VISIT
   ============================================ */

.visit-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}
@media (min-width: 800px) { .visit-grid { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; } }

.v-card { padding: 2rem 1.8rem; display: flex; flex-direction: column; gap: 1rem; }
.v-icon {
  width: 48px; height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(212, 175, 126, 0.2), rgba(212, 175, 126, 0.06));
  border: 1px solid var(--glass-border-strong);
  border-radius: 14px;
  color: var(--gold-2);
}
.v-card h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em; }
.v-card p { color: var(--text-mute); line-height: 1.6; }

.hours { display: flex; flex-direction: column; gap: 0.5rem; }
.hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--glass-border);
  font-size: 0.92rem;
}
.hours li:last-child { border-bottom: none; }
.hours li span:first-child { color: var(--text); font-weight: 500; }
.hours li span:last-child { color: var(--gold-3); font-family: var(--font-display); font-weight: 600; }

.contacts { display: flex; flex-direction: column; gap: 0.6rem; }
.contacts a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--glass-border);
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
  transition: color .25s var(--ease);
}
.contacts a strong { color: var(--gold-3); font-weight: 700; }
.contacts a:hover { color: var(--gold-3); }
.contacts li:last-child a { border-bottom: none; }

.v-link {
  display: inline-flex;
  align-self: flex-start;
  color: var(--gold-3);
  font-weight: 600;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(212, 175, 126, 0.4);
  padding-bottom: 1px;
  transition: all .25s var(--ease);
}
.v-link:hover { border-color: var(--gold-3); }

/* ============================================
   FINAL CTA (dark stone card on cream page)
   ============================================ */

.final-cta {
  position: relative;
  padding: clamp(5rem, 11vw, 10rem) var(--gutter);
  text-align: center;
  overflow: hidden;
  margin: 4rem var(--gutter) 0;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--bg-3) 0%, var(--bg-deep) 100%);
  border: 1px solid rgba(212, 175, 126, 0.25);
  max-width: var(--maxw);
  box-shadow: 0 30px 80px -30px rgba(43, 37, 32, 0.4);
}
@media (min-width: 720px) { .final-cta { margin: 4rem auto; max-width: calc(var(--maxw) - 4rem); } }

.final-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 500px at 50% -20%, rgba(212, 175, 126, 0.4), transparent 60%),
    radial-gradient(600px 400px at 50% 120%, rgba(176, 136, 88, 0.3), transparent 60%);
  pointer-events: none;
}
.final-content {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: #faf6ee;
}
.final-cta h2 {
  font-size: clamp(2.3rem, 6.5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #faf6ee;
}
.final-cta p {
  color: rgba(250, 246, 238, 0.78);
  font-size: clamp(1rem, 1.1vw + 0.6rem, 1.15rem);
  max-width: 42ch;
  line-height: 1.55;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: center;
}
.cta-final-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.4rem;
  background: rgba(255, 252, 245, 0.08);
  color: #faf6ee;
  border: 1px solid rgba(255, 252, 245, 0.2);
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.93rem;
  backdrop-filter: blur(16px);
  transition: all .3s var(--ease);
}
.cta-final-wa:hover {
  background: rgba(255, 252, 245, 0.16);
  border-color: rgba(255, 252, 245, 0.36);
}
.cta-final-wa svg { color: var(--wa); }

/* ============================================
   FOOTER
   ============================================ */

.footer {
  border-top: 1px solid var(--glass-border);
  padding: 2.5rem var(--gutter) 2rem;
  margin-top: 4rem;
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: center;
  text-align: center;
}
.footer-brand img { height: 50px; opacity: 0.95; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--glass-border);
  color: var(--text-mute);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 6px 18px -10px rgba(43, 37, 32, 0.18);
  transition: transform .35s var(--spring), color .25s var(--ease), background .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.footer-social a:hover {
  color: white;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 100%);
  border-color: rgba(212, 175, 126, 0.6);
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 14px 28px -10px var(--gold-glow);
}
.footer-social svg {
  width: 19px;
  height: 19px;
  display: block;
}
.footer-copy {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.04em;
}

/* ============================================
   STICKY MOBILE CTA (two buttons)
   ============================================ */

.sticky-mobile-cta {
  position: fixed;
  bottom: 0.85rem;
  left: 0.85rem;
  right: 0.85rem;
  z-index: 90;
  display: flex;
  gap: 0.6rem;
  align-items: stretch;
}
.smc-primary {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.4rem;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 100%);
  color: white;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow:
    0 16px 40px -10px var(--gold-glow),
    0 6px 16px -6px rgba(43, 37, 32, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  transition: transform .3s var(--spring);
}
.smc-primary:hover { transform: translateY(-2px); }

.smc-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  background: linear-gradient(135deg, var(--wa) 0%, var(--wa-deep) 100%);
  color: white;
  border-radius: 999px;
  box-shadow:
    0 16px 40px -10px rgba(37, 211, 102, 0.55),
    0 6px 16px -6px rgba(43, 37, 32, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  transition: transform .3s var(--spring);
  flex-shrink: 0;
}
.smc-wa:hover { transform: translateY(-2px); }

@media (min-width: 880px) { .sticky-mobile-cta { display: none; } }

/* ============================================
   REVEAL
   ============================================ */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s var(--ease), transform .9s var(--spring);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.m-item.reveal.in { transition-delay: calc(var(--i, 0) * 40ms); }

.hero-tag, .hero-title, .hero-sub, .hero-cta, .hero-proof {
  animation: fadeUp 1s var(--ease) both;
}
.hero-title { animation-delay: 0.1s; }
.hero-sub { animation-delay: 0.25s; }
.hero-cta { animation-delay: 0.35s; }
.hero-proof { animation-delay: 0.5s; }

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

/* ============================================
   ACCESSIBILITY
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .aurora { animation: none !important; }
  .hero-photo img { animation: none !important; }
}

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
  border-radius: 6px;
}
