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

:root {
  --deep: #1a2e2a;
  --ocean: #2d5249;
  --sage: #4a7c6f;
  --mist: #8fb8ad;
  --pearl: oklch(95.5% 0.006 165);
  --cream: oklch(97.5% 0.007 165);
  --warm: oklch(90% 0.025 165);
  --sand: oklch(88% 0.011 165);
  --gold: #c9a96e;
  --gold-deep: oklch(48% 0.11 72);
  --gold-light: #e8d5b0;
  --text: #1a2e2a;
  --text-mid: #4a6b63;
  --text-light: oklch(52% 0.028 165);
  --white: #ffffff;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
}

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* ─── NAV ─── */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  height: 72px;
  background: oklch(97.5% 0.007 165 / 70%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#nav.scrolled {
  height: 60px;
  background: oklch(97.5% 0.007 165 / 98%);
  border-bottom: 1px solid rgba(143, 184, 173, 0.18);
  box-shadow: 0 1px 24px rgba(26, 46, 42, 0.06);
}
.nav-start {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  color: var(--text-mid);
  transition: color 0.2s, transform 0.2s;
}
.social-icon-link:hover {
  color: var(--sage);
  transform: translateY(-1px);
}
.social-svg {
  display: block;
  overflow: visible;
}

.nav-logo { text-decoration: none; display: block; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-width: 0;
  flex-shrink: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.5rem;
  list-style: none;
  min-width: 0;
}
.nav-links a {
  font-size: 0.78rem; font-weight: 400; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-mid); text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--deep); }
.nav-links a:focus-visible { outline: 2px solid var(--sage); outline-offset: 4px; border-radius: 2px; }

.nav-dropdown { position: relative; }
.nav-dropdown-label {
  position: relative; z-index: 301; display: inline-block;
}
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(4px);
  min-width: 240px; background: var(--white);
  border: 1px solid var(--sand); border-radius: 12px;
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.1);
  list-style: none; padding: 0.5rem 0; margin: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 300;
}
.nav-dropdown-menu::before {
  content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: block; padding: 0.7rem 1.35rem;
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-mid); white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.nav-dropdown-menu a:hover {
  color: var(--deep); background: var(--warm);
}

.nav-book {
  background: var(--deep); color: var(--pearl) !important;
  padding: 0.6rem 1.4rem; border-radius: 100px;
  font-size: 0.75rem !important; letter-spacing: 0.1em;
  transition: background 0.2s !important;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.nav-book:hover { background: var(--ocean) !important; }

.nav-phone {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--deep);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.nav-phone:hover {
  color: var(--sage);
}

/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 200;
}
.nav-hamburger span {
  display: block; width: 24px; height: 1.5px; background: var(--deep);
  transition: all 0.3s ease; transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile drawer */
.mobile-menu {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: var(--cream); z-index: 150; flex-direction: column;
  justify-content: center; align-items: center; gap: 0;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }

.mobile-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(143, 184, 173, 0.28);
}

.mobile-menu-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu-main a {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 300;
  color: var(--deep); text-decoration: none; padding: 0.8rem 2rem;
  letter-spacing: 0.02em; transition: color 0.2s;
}
.mobile-menu-main a:hover { color: var(--sage); }
.mobile-nav-group {
  display: flex; flex-direction: column; align-items: center;
}
.mobile-sublink {
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important; font-weight: 400 !important;
  letter-spacing: 0.08em !important; text-transform: uppercase !important;
  color: var(--text-mid) !important; padding: 0.45rem 2rem !important;
}
.mobile-sublink:hover { color: var(--sage) !important; }
.mobile-menu .mobile-phone {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 0.25rem;
}
.mobile-menu .mobile-phone:hover {
  color: var(--deep);
}

.mobile-menu .mobile-book {
  margin-top: 1.5rem; background: var(--deep); color: var(--pearl) !important;
  font-family: var(--font-body); font-size: 0.85rem !important; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.9rem 2.5rem; border-radius: 100px;
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 3rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 110%, rgba(143,184,173,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 20% 20%, oklch(88% 0.011 165 / 50%) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 10%, rgba(201,169,110,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(143,184,173,0.08) 0%, transparent 100%);
  pointer-events: none;
}

.hero-catchphrase {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 400;
  font-style: italic;
  color: var(--sage);
  letter-spacing: 0.08em;
  margin-bottom: 2.5rem;
  opacity: 0.85;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.hero-catchphrase::before,
.hero-catchphrase::after {
  content: '';
  display: block;
  width: 3rem;
  height: 1px;
  background: var(--mist);
  opacity: 0.7;
}

.hero-logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.hero-logo-wrap img {
  width: clamp(260px, 32vw, 420px);
  height: auto;
  display: block;
}
.hero-logo-fallback {
  width: clamp(260px, 32vw, 420px);
  height: clamp(260px, 32vw, 420px);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(74,124,111,0.2);
}
.hero-logo-fallback span {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 300;
  font-style: italic;
  color: var(--sage);
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--deep);
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
  text-wrap: balance;
  max-width: 700px;
}
.hero-headline em {
  font-style: italic;
  color: var(--sage);
}

.hero-sub {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 400;
  color: var(--text-mid);
  line-height: 1.75;
  max-width: 480px;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 1;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 3.5rem;
}

.btn-primary {
  background: var(--deep); color: var(--pearl); padding: 0.9rem 2.2rem;
  border-radius: 100px; font-family: var(--font-body); font-size: 0.8rem;
  font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s, transform 0.2s; display: inline-block;
  align-self: flex-start; width: auto;
}
.btn-primary:hover { background: var(--ocean); transform: translateY(-1px); }
.btn-primary:focus-visible { outline: 3px solid var(--sage); outline-offset: 3px; }

.btn-light {
  background: var(--gold); color: var(--deep); padding: 0.9rem 2.2rem;
  border-radius: 100px; font-family: var(--font-body); font-size: 0.8rem;
  font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s, transform 0.2s; display: inline-block;
  align-self: flex-start; width: auto;
}
.btn-light:hover { background: #d4b07e; transform: translateY(-1px); }
.btn-light:focus-visible { outline: 3px solid var(--deep); outline-offset: 3px; }

.btn-ghost {
  color: var(--text-mid); font-size: 0.8rem; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s, border-color 0.2s, background 0.2s;
  border: 1.5px solid var(--sand); padding: 0.9rem 2rem; border-radius: 100px;
  background: transparent; cursor: pointer; font-family: var(--font-body);
}
.btn-ghost:hover { color: var(--deep); border-color: var(--sage); }
.btn-ghost:focus-visible { outline: 3px solid var(--sage); outline-offset: 3px; }
.btn-ghost::after { content: '→'; transition: transform 0.2s; }
.btn-ghost:hover::after { transform: translateX(3px); }

.btn-outline {
  border: 1.5px solid var(--sage); color: var(--sage); background: transparent;
  padding: 0.75rem 1.8rem; border-radius: 100px; font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s, color 0.2s; display: inline-block;
}
.btn-outline:hover { background: var(--sage); color: var(--white); }
.btn-outline:focus-visible { outline: 3px solid var(--sage); outline-offset: 3px; }

.hero-stats {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 0;
  border-top: 1px solid rgba(143,184,173,0.2);
  padding-top: 2rem;
  width: 100%;
  max-width: 600px;
}
.hero-stat {
  flex: 1;
  text-align: center;
  padding: 0 1.5rem;
  border-right: 1px solid rgba(143,184,173,0.2);
}
.hero-stat:last-child { border-right: none; }
.hero-stat-num {
  font-family: var(--font-display); font-size: 1.8rem; font-weight: 300;
  color: var(--deep); display: block; line-height: 1;
}
.hero-stat-label {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-mid); margin-top: 0.3rem; display: block;
}

/* ─── WELCOME ─── */
.welcome {
  background: var(--warm); padding: 5rem 6rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.welcome-headline {
  font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 300; line-height: 1.1; color: var(--deep); margin-bottom: 1.5rem;
  text-wrap: balance;
}
.welcome-headline em { font-style: italic; color: var(--gold-deep); }
.welcome-body {
  font-size: 1rem; font-weight: 400; color: var(--text);
  line-height: 1.85; margin-bottom: 2rem; text-wrap: pretty;
}
.welcome-sig {
  font-family: var(--font-display); font-size: 1.4rem; font-style: italic;
  font-weight: 400; color: var(--gold-deep); display: flex; align-items: center; gap: 0.8rem;
}
.welcome-sig::before {
  content: ''; display: block; width: 2rem; height: 1px; background: var(--gold-deep); opacity: 0.5;
}
.welcome-right {
  display: flex; flex-direction: column; gap: 1.5rem;
}
.welcome-card {
  background: var(--white); border-radius: 16px; padding: 1.8rem 2rem;
  border: 1px solid rgba(143,184,173,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}
.welcome-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(26,46,42,0.07);
}
.welcome-card-title {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 400;
  color: var(--deep); margin-bottom: 0.4rem;
}
.welcome-card-text { font-size: 0.83rem; font-weight: 300; color: var(--text-mid); line-height: 1.7; }

/* ─── PHOTO FEATURE ─── */
.photo-feature {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; overflow: hidden; min-height: 480px;
}
.photo-feature-img { position: relative; overflow: hidden; }
.photo-feature-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; transition: transform 0.7s var(--ease-out);
}
.photo-feature-img:hover img { transform: scale(1.04); }
.photo-feature-content {
  background: var(--deep); padding: 5rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
}
.photo-feature-eyebrow {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mist); margin-bottom: 1.2rem;
}
.photo-feature-title {
  font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300; color: var(--pearl); line-height: 1.15; margin-bottom: 1.5rem;
  text-wrap: balance;
}
.photo-feature-title em { font-style: italic; color: var(--mist); }
.photo-feature-body {
  font-size: 1rem; font-weight: 400; color: oklch(95.5% 0.006 165 / 75%);
  line-height: 1.8; margin-bottom: 2rem; max-width: 26rem; text-wrap: pretty;
}

/* ─── PHOTO STRIP ─── */
.photo-strip { height: 420px; overflow: hidden; position: relative; }
.photo-strip img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block;
}
.photo-strip-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(26,46,42,0.6) 0%, rgba(26,46,42,0.15) 55%, transparent 100%);
  display: flex; align-items: center; padding: 0 6rem;
}
.photo-strip-text {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300; font-style: italic; color: var(--pearl);
  line-height: 1.2; max-width: 520px;
}

/* ─── MARQUEE ─── */
.intro-strip { background: var(--deep); padding: 2rem 0; overflow: hidden; position: relative; }
.intro-strip-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  animation: marquee 24s linear infinite;
  will-change: transform;
}
.intro-strip:hover .intro-strip-track { animation-play-state: paused; }

/* Four identical segments; translate by exactly one segment width (-25% of total track) */
.intro-strip-segment {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-25%); }
}

.intro-strip-text {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 300;
  font-style: italic; color: oklch(95.5% 0.006 165 / 80%); white-space: nowrap;
  line-height: 1; padding: 0 3rem;
  flex-shrink: 0;
}
.intro-strip-divider {
  width: 1px; height: 1.4rem; background: rgba(143,184,173,0.3); flex-shrink: 0;
}

.section-eyebrow {
  font-size: 0.7rem; font-weight: 400; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 1rem;
}
.section-title {
  font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300; line-height: 1.1; color: var(--deep); letter-spacing: -0.01em;
  text-wrap: balance;
}
.section-title em { font-style: italic; color: var(--sage); }

/* ─── SERVICES ─── */
.services { background: var(--cream); padding: 7rem 6rem; }
.services-header {
  display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem;
}
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: var(--sand); }
.service-card {
  background: var(--cream); padding: 3rem 2.5rem; position: relative;
  overflow: hidden; transition: background 0.3s; cursor: default;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column; height: 100%;
}
a.service-card { cursor: pointer; }
a.service-card:hover { background: var(--white); }
.service-card:hover { background: var(--white); }
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--sage); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.service-card:hover::before { transform: scaleX(1); }
.service-name {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 400;
  color: var(--deep); margin-bottom: 1rem; line-height: 1.2;
}
.service-desc {
  font-size: 1rem; font-weight: 400; color: var(--text);
  line-height: 1.75; margin-bottom: 2rem; text-wrap: pretty;
}
.service-treatments {
  list-style: none; display: flex; flex-direction: column; gap: 0.5rem;
}
.service-treatments li {
  font-size: 0.85rem; font-weight: 400; letter-spacing: 0.04em;
  color: var(--text-mid); display: flex; align-items: center; gap: 0.6rem;
}
.service-treatments li::before {
  content: ''; display: block; width: 4px; height: 4px;
  border-radius: 50%; background: var(--sage); flex-shrink: 0;
}
.service-price {
  font-family: var(--font-display); font-size: 1.1rem; color: var(--sage); font-weight: 400;
  margin-top: auto; padding-top: 2rem;
}
a.service-card .service-price { transition: color 0.2s; }
a.service-card:hover .service-price { color: var(--deep); }

/* ─── SUBPAGE (service detail) ─── */
.page-hero {
  padding: 9rem 6rem 4rem;
  background: var(--warm);
  text-align: center;
}
.page-hero-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 1rem;
}
.page-hero-title {
  font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 300; line-height: 1.1; color: var(--deep); margin-bottom: 1.25rem;
  text-wrap: balance;
}
.page-hero-sub {
  font-size: 1rem; line-height: 1.85; color: var(--text);
  max-width: 36rem; margin: 0 auto 2rem; text-wrap: pretty;
}
.page-hero-cta { display: inline-block; }

.peels-hero {
  display: grid; grid-template-columns: 1fr 1fr; height: 100vh;
  padding-top: 72px; position: relative;
}
.peels-hero-img { overflow: hidden; }
.peels-hero-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block;
}
.peels-hero-content {
  background: var(--deep); padding: 3.5rem 4.5rem;
  display: flex; flex-direction: column; justify-content: center;
}
.peels-hero-title {
  font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 300; line-height: 1.05; color: var(--pearl);
  letter-spacing: -0.01em; margin-bottom: 1.5rem; text-wrap: balance;
}
.peels-hero-sub {
  font-size: 1rem; line-height: 1.85; color: oklch(95.5% 0.006 165 / 70%);
  max-width: 28rem; margin-bottom: 2.5rem; text-wrap: pretty;
}
.peels-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.peels-scroll-btn { color: var(--pearl); border-color: oklch(95.5% 0.006 165 / 45%); }
.peels-scroll-btn:hover { color: var(--pearl); border-color: var(--mist); background: oklch(95.5% 0.006 165 / 8%); }
.peels-scroll-btn:focus-visible { outline-color: var(--mist); }
.peels-scroll-cue {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  background: none; border: none; cursor: pointer;
  color: oklch(95.5% 0.006 165 / 50%); padding: 0.5rem;
  animation: scroll-bounce 2s ease-in-out infinite;
  transition: color 0.2s;
}
.peels-scroll-cue:hover { color: oklch(95.5% 0.006 165 / 90%); }
@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}
@media (prefers-reduced-motion: reduce) {
  .peels-scroll-cue { animation: none; }
}

.service-detail { padding: 5rem 6rem 7rem; background: var(--cream); }
.menu-grid {
  display: grid; grid-template-columns: 1fr; gap: 1px;
  background: var(--sand); border-radius: 16px; overflow: hidden;
  border: 1px solid var(--sand); max-width: 900px; margin: 0 auto;
}
.menu-item { background: var(--white); padding: 2rem 2.5rem; }
.menu-item-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 1.5rem; margin-bottom: 0.75rem;
}
.menu-item-name {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 400;
  color: var(--deep); line-height: 1.25;
}
.menu-item-price {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 500;
  color: var(--sage); flex-shrink: 0;
}
.menu-item-desc {
  font-size: 1rem; line-height: 1.8; color: var(--text); text-wrap: pretty;
}
.menu-note {
  max-width: 900px; margin: 1.5rem auto 0;
  font-size: 0.85rem; font-style: italic; color: var(--text-mid); text-align: center;
}
.menu-addons {
  max-width: 900px; margin: 3rem auto 0;
}
.menu-addons-title {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 400;
  color: var(--deep); margin-bottom: 1.25rem; text-align: center;
}

/* ─── MEMBERSHIP ─── */
.membership {
  background: var(--deep); display: grid; grid-template-columns: 1fr 1fr; padding: 0; overflow: hidden;
}
.membership-visual {
  background: linear-gradient(135deg, var(--ocean) 0%, #152622 100%);
  min-height: 560px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.membership-visual::before {
  content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%;
  border: 1.5px solid rgba(201,169,110,0.5); top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.membership-visual::after {
  content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  border: 1.5px solid rgba(143,184,173,0.4); top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.membership-price-display {
  position: relative; z-index: 1; text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 260px; height: 260px; gap: 0.35rem;
}
.membership-price-label {
  font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mist); display: block;
}
.membership-price-num {
  font-family: var(--font-display); font-size: 5.5rem; font-weight: 300;
  color: var(--pearl); line-height: 0.95; display: block;
}
.membership-price-per {
  font-family: var(--font-display); font-size: 1.1rem; font-style: italic;
  color: var(--gold); display: block;
}
.membership-content { padding: 5rem; display: flex; flex-direction: column; justify-content: center; }
.membership-eyebrow {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mist); margin-bottom: 1.2rem;
}
.membership-title {
  font-family: var(--font-display); font-size: 2.8rem; font-weight: 300;
  color: var(--pearl); line-height: 1.1; margin-bottom: 1.5rem;
  text-wrap: balance;
}
.membership-title em { font-style: italic; color: var(--mist); }
.membership-body {
  font-size: 1rem; font-weight: 400; color: oklch(95.5% 0.006 165 / 80%);
  line-height: 1.8; margin-bottom: 2.5rem; max-width: 28rem; text-wrap: pretty;
}
.membership-perks { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 2.5rem; }
.membership-perks li {
  font-size: 0.92rem; font-weight: 400; color: oklch(95.5% 0.006 165 / 88%);
  display: flex; align-items: center; gap: 0.8rem;
}
.perk-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ─── PEELS ─── */
.peels { background: var(--warm); padding: 7rem 6rem; }
.peels-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--sand); margin-top: 3.5rem; }
.peel-card {
  background: var(--warm); padding: 2.5rem 2rem; transition: background 0.3s;
  display: flex; flex-direction: column;
}
.peel-card:hover { background: var(--white); }
.peel-name {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 400;
  color: var(--deep); margin-bottom: 0.75rem; line-height: 1.2;
}
.peel-desc {
  font-size: 1rem; font-weight: 400; color: var(--text); line-height: 1.75;
  margin-bottom: 1.5rem; flex: 1; text-wrap: pretty;
}
.peel-price {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 500;
  color: var(--deep); margin-top: auto;
}

/* ─── TEAM ─── */
.about { background: var(--warm); padding: 7rem 6rem; }
.about-intro {
  text-align: center; max-width: 600px; margin: 0 auto 4rem; padding: 0;
}
.about-intro .about-eyebrow {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 1rem;
}
.about-intro .about-title {
  font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300; line-height: 1.1; color: var(--deep); margin-bottom: 1.2rem;
}
.about-intro .about-title em { font-style: italic; color: var(--deep); }
.about-intro p { font-size: 0.95rem; font-weight: 400; color: var(--text); line-height: 1.85; }

.team-grid {
  display: block; border-top: 1.5px solid var(--sand);
}
.team-card {
  background: var(--cream);
  display: grid; grid-template-columns: 300px 1fr;
  border-bottom: 1.5px solid var(--sand);
  transition: background 0.3s;
}
.team-card:hover { background: var(--white); }
.team-photo {
  overflow: hidden; align-self: stretch;
  background: linear-gradient(135deg, var(--mist) 0%, var(--sage) 100%);
}
.team-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 15%;
  display: block; transition: transform 0.5s var(--ease-out);
}
.team-card:hover .team-photo img { transform: scale(1.04); }
.team-photo-fallback {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.team-photo-initials {
  font-family: var(--font-display); font-size: 4rem; font-weight: 300;
  font-style: italic; color: rgba(255,255,255,0.85);
}
.team-info {
  padding: 2.5rem 4rem; display: flex; flex-direction: column; justify-content: center;
}
.team-role {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 0.4rem; display: block;
}
.team-name {
  font-family: var(--font-display); font-size: 2.4rem; font-weight: 400;
  color: var(--deep); margin-bottom: 0.5rem; line-height: 1.1;
}
.team-rating { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.team-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 0.05em; }
.team-reviews { font-size: 0.8rem; color: var(--text-light); }
.team-bio {
  font-size: 1rem; font-weight: 400; color: var(--text);
  line-height: 1.8; margin-bottom: 1.5rem; max-width: 52rem; text-wrap: pretty;
}
.team-book {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--sage); text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.5rem; transition: gap 0.2s;
}
.team-book:hover { gap: 0.8rem; }
.team-book::after { content: '→'; }

/* ─── TESTIMONIALS ─── */
.testimonials { background: var(--cream); padding: 7rem 6rem; }
.testimonials-header { margin-bottom: 2.5rem; }

.reviews-embed {
  width: 100%; overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(26,46,42,0.10), 0 1px 6px rgba(26,46,42,0.06);
}
.reviews-embed iframe { display: block; width: 100%; border: none; }

.reviews-cta { text-align: center; margin-top: 2rem; }
.reviews-cta a {
  font-size: 0.78rem; color: var(--sage); font-weight: 400;
  letter-spacing: 0.08em; text-decoration: none;
  border-bottom: 1px solid rgba(74,124,111,0.3); padding-bottom: 2px; transition: border-color 0.2s;
}
.reviews-cta a:hover { border-color: var(--sage); }

/* ─── WHY ─── */
/* Cream separates from testimonials (--warm) above; pillar tiles stay warm for contrast */
.why {
  background: var(--cream); padding: 7rem 6rem;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; align-items: center;
}
.why-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--sand); }
.why-pillar { background: var(--warm); padding: 2.5rem 2rem; transition: background 0.3s; }
.why-pillar:hover { background: var(--white); }
.why-pillar-icon { font-size: 1.4rem; margin-bottom: 1rem; display: block; opacity: 0.65; }
.why-pillar-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: var(--deep); margin-bottom: 0.5rem; }
.why-pillar-text { font-size: 1rem; font-weight: 400; color: var(--text); line-height: 1.75; text-wrap: pretty; }

/* ─── FAQ ─── */
/* Warm separates from philosophy (--cream) above; accordion panels stay cream */
.faq { background: var(--warm); padding: 7rem 6rem; }
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--sand); margin-top: 3.5rem;
}
.faq-item {
  background: var(--cream); padding: 0; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
}
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 2rem 2.5rem; text-align: left;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem;
  transition: background 0.2s;
}
.faq-question:hover { background: var(--white); }
.faq-question:focus-visible { outline: 3px solid var(--sage); outline-offset: -3px; background: var(--white); }
.faq-question-text {
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 400;
  color: var(--deep); line-height: 1.3;
}
.faq-icon {
  width: 24px; height: 24px; border-radius: 50%;
  border: 1.5px solid var(--mist); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; color: var(--sage); transition: all 0.3s; margin-top: 2px;
}
.faq-item.open .faq-icon { background: var(--sage); border-color: var(--sage); color: var(--white); transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease-out), padding 0.3s var(--ease-out);
  padding: 0 2.5rem;
}
.faq-item.open .faq-answer { max-height: 300px; padding: 0 2.5rem 2rem; }
.faq-answer p {
  font-size: 1rem; font-weight: 400; color: var(--text); line-height: 1.8;
  border-top: 1px solid rgba(143,184,173,0.25); padding-top: 1rem; text-wrap: pretty;
}

/* ─── CONTACT (Visit Us) ─── */
.contact {
  background: var(--cream);
  padding: 7rem 6rem;
}
.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact-intro .section-eyebrow { margin-bottom: 1rem; }

.contact-intro a {
  color: var(--sage);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(74, 124, 111, 0.35);
  transition: color 0.2s, border-color 0.2s;
}
.contact-intro a:hover {
  color: var(--deep);
  border-color: var(--deep);
}

.contact-blurb {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text);
  margin-top: 1.25rem;
  max-width: 28rem;
  text-wrap: pretty;
}
.contact-map-wrap {
  margin-top: 1.75rem;
  width: 100%;
  max-width: 28rem;
  aspect-ratio: 5 / 3;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(143, 184, 173, 0.28);
  box-shadow:
    0 2px 3px rgba(26, 46, 42, 0.04),
    0 16px 36px rgba(26, 46, 42, 0.07);
}
.contact-map {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
  display: block;
}
.contact-address {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(143, 184, 173, 0.22);
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.75;
}
.contact-address strong { color: var(--deep); font-weight: 500; }

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 2.75rem 3rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, var(--pearl) 55%, oklch(97.5% 0.007 165 / 98%) 100%);
  border: 1px solid rgba(143, 184, 173, 0.28);
  border-radius: 20px;
  box-shadow:
    0 2px 3px rgba(26, 46, 42, 0.04),
    0 24px 48px rgba(26, 46, 42, 0.06);
}

.contact-honey-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
}
.contact-honey-wrap input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 2px;
  height: 2px;
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-form-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.35rem 1.75rem;
  align-items: start;
  width: 100%;
}

.contact-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  width: 100%;
  min-width: 0;
}

.contact-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
}
.contact-optional {
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
  font-size: 0.62rem;
  color: var(--text-light);
  opacity: 0.95;
}
.contact-form input,
.contact-form textarea {
  font-family: var(--font-body);
  font-size: 0.93rem;
  font-weight: 400;
  color: var(--text);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.88rem 1.15rem;
  border: 1.5px solid rgba(143, 184, 173, 0.45);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(26, 46, 42, 0.03);
}
.contact-form textarea {
  min-height: 9rem;
  resize: vertical;
  line-height: 1.65;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--text-light);
}
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: rgba(74, 124, 111, 0.45);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--sage);
  background: var(--white);
  box-shadow:
    inset 0 1px 2px rgba(26, 46, 42, 0.03),
    0 0 0 4px rgba(143, 184, 173, 0.22);
}

.contact-form-status {
  font-size: 0.92rem; line-height: 1.6; margin: 0;
  padding: 0.85rem 1.1rem; border-radius: 10px;
}
.contact-form-status--success {
  background: rgba(74, 124, 111, 0.12); color: var(--ocean);
  border: 1px solid rgba(74, 124, 111, 0.28);
}
.contact-form-status--error {
  background: rgba(160, 70, 70, 0.08); color: #7a3535;
  border: 1px solid rgba(160, 70, 70, 0.22);
}
.contact-form-status--pending {
  background: rgba(201, 169, 110, 0.15); color: #5c4a2a;
  border: 1px solid rgba(201, 169, 110, 0.35);
}

.contact-submit {
  align-self: flex-start;
  margin-top: 0.35rem;
  border: none;
  cursor: pointer;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.contact-submit:disabled { opacity: 0.65; cursor: wait; }

@media (max-width: 640px) {
  .contact-form-split {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* ─── LOCATION ─── */
.location {
  background: var(--deep); padding: 5rem 6rem;
  display: flex; justify-content: space-between; align-items: center; gap: 4rem;
}
.location-eyebrow {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mist); margin-bottom: 1rem;
}
.location-address {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 300;
  color: var(--pearl); line-height: 1.2; margin-bottom: 1.5rem;
}
.location-details { display: flex; flex-direction: column; gap: 0.5rem; }
.location-detail { font-size: 1rem; font-weight: 400; color: oklch(95.5% 0.006 165 / 75%); letter-spacing: 0.04em; }
.location-right { flex: 1; display: flex; justify-content: flex-end; }
.location-cta { text-align: center; }
.location-cta p { font-size: 0.85rem; font-weight: 400; color: oklch(95.5% 0.006 165 / 60%); margin-bottom: 1.5rem; letter-spacing: 0.06em; }

/* ─── FOOTER ─── */
footer {
  background: #111e1c; padding: 3rem 6rem;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(143,184,173,0.1);
}
.footer-copy { font-size: 0.72rem; color: oklch(95.5% 0.006 165 / 50%); letter-spacing: 0.08em; }
.footer-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-social-link.social-icon-link {
  color: oklch(95.5% 0.006 165 / 42%);
  padding: 0.25rem;
}
.footer-social-link.social-icon-link:hover {
  color: var(--mist);
}

/* ─── SCROLL REVEALS ─── */
.reveal { transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.js .reveal:not(.visible) { opacity: 0; transform: translateY(24px); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

@media (max-width: 1100px) {
  nav { padding: 0 2rem; }
  .nav-links { gap: 1.35rem; }
  .nav-links a {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }
  .nav-actions { gap: 1.2rem; }
  .nav-phone { font-size: 0.78rem; }
  .nav-book {
    padding: 0.55rem 1.15rem;
    font-size: 0.72rem !important;
  }
}

@media (max-width: 1024px) {
  nav { padding: 0 2.5rem; }
  section, .services, .peels, .about, .why, .testimonials { padding: 5rem 3rem; }
  .welcome { padding: 5rem 3rem; gap: 3rem; }
  .location { padding: 4rem 3rem; }
  footer { padding: 2.5rem 3rem; }
  .hero-left { padding: 8rem 3rem 5rem; }
  .services-grid { grid-template-columns: 1fr; }
  .services-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .peels-grid { grid-template-columns: 1fr 1fr; }
  .about { padding: 5rem 3rem; }
  .about-intro { margin-bottom: 3rem; }
  .team-card { grid-template-columns: 220px 1fr; }
  .team-photo { min-height: 240px; }
  .team-info { padding: 2rem 2.5rem; }
  .membership-content { padding: 4rem 3rem; }
  .why { gap: 4rem; }
  .faq { padding: 5rem 3rem; }
  .contact { padding: 5rem 3rem; }
  .contact-inner { gap: 3rem; }
}

@media (max-width: 900px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* Desktop nav + Book Now pill get cramped ~768–920px — switch to drawer a bit early */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-social { display: none; }
  .nav-start { gap: 0; }
  .nav-hamburger { display: flex; }
  .mobile-menu { display: flex; }
  .nav-actions {
    gap: 0.65rem;
    margin-left: auto;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  nav { padding: 0 1.25rem; height: 64px; }
  nav.scrolled { height: 56px; }
  .nav-actions {
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
  }
  .nav-phone {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .peels-hero { grid-template-columns: 1fr; min-height: auto; }
  .peels-hero-img { height: 55vw; min-height: 280px; }
  .peels-hero-content { padding: 3rem 1.5rem 4rem; }
  .services, .peels, .about, .why, .testimonials { padding: 4rem 1.5rem; }
  .welcome { padding: 4rem 1.5rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .location { flex-direction: column; padding: 3.5rem 1.5rem; gap: 2.5rem; }
  footer { flex-direction: column; gap: 1.5rem; padding: 2.5rem 1.5rem; text-align: center; }
  .footer-social { justify-content: center; }

  .hero { padding: 5.5rem 1.5rem 3rem; min-height: auto; }
  .hero-catchphrase { font-size: 0.95rem; margin-bottom: 1.5rem; }
  .hero-logo-wrap img { width: clamp(200px, 70vw, 300px); }
  .hero-headline { font-size: 1.9rem; }
  .hero-sub { font-size: 0.9rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { width: 100%; text-align: center; justify-content: center; }
  .hero-stats { gap: 0; padding-top: 1.5rem; margin-top: 0.5rem; }
  .hero-stat { padding: 0 0.8rem; }
  .hero-stat-num { font-size: 1.2rem; }
  .hero-stat-label { font-size: 0.55rem; }

  .services-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; margin-bottom: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 2rem 1.5rem; }
  .page-hero { padding: 7rem 1.5rem 3rem; }
  .service-detail { padding: 4rem 1.5rem; }
  .menu-item { padding: 1.5rem; }
  .menu-item-head { flex-direction: column; align-items: flex-start; gap: 0.35rem; }
  .membership { grid-template-columns: 1fr; }
  .membership-visual { min-height: 200px; }
  .membership-price-display { width: 220px; height: 220px; gap: 0.3rem; }
  .membership-price-num { font-size: 3.5rem; }
  .membership-content { padding: 2.5rem 1.5rem; }
  .membership-title { font-size: 2rem; }

  .peels-grid { grid-template-columns: 1fr; }
  .peel-card { padding: 2rem 1.5rem; }

  .about { padding: 4rem 1.5rem; }
  .about-intro { margin-bottom: 2.5rem; }
  .team-card { grid-template-columns: 1fr; }
  .team-photo { height: 260px; }
  .team-info { padding: 1.75rem 1.5rem; }


  .why { grid-template-columns: 1fr; gap: 2.5rem; }
  .why-pillars { grid-template-columns: 1fr; }
  .why-pillar { padding: 2rem 1.5rem; }

  .photo-feature { grid-template-columns: 1fr; }
  .photo-feature-img { height: 280px; }
  .photo-feature-content { padding: 3rem 1.5rem; }
  .photo-strip { height: 280px; }
  .photo-strip-overlay { padding: 0 1.5rem; }

  .faq { padding: 4rem 1.5rem; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-question { padding: 1.5rem; }
  .faq-answer { padding: 0 1.5rem; }
  .faq-item.open .faq-answer { padding: 0 1.5rem 1.5rem; }

  .contact { padding: 4rem 1.5rem; }
  .contact-inner { gap: 2rem; }
  .contact-form {
    padding: 2rem 1.5rem;
    gap: 1.25rem;
  }
  .contact-submit {
    width: 100%;
    align-self: stretch;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .location-address { font-size: 1.8rem; }
  .location-right { width: 100%; justify-content: flex-start; }
  .location-cta { text-align: left; }
  .location-cta .btn-light { width: 100%; text-align: center; }
}

/* ─── POPUP ─── */
.popup-overlay {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(26,46,42,0.65);
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(4px);
}
.popup-overlay.visible {
  opacity: 1; pointer-events: all;
}
.popup-modal {
  background: var(--cream); border-radius: 20px;
  max-width: 780px; width: 100%;
  overflow: hidden; position: relative;
  box-shadow: 0 32px 80px rgba(26,46,42,0.3);
  transform: translateY(20px);
  transition: transform 0.35s ease;
}
.popup-overlay.visible .popup-modal {
  transform: translateY(0);
}
.popup-close {
  position: absolute; top: 1rem; right: 1rem; z-index: 10;
  background: rgba(26,46,42,0.08); border: none; cursor: pointer;
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: var(--deep); transition: background 0.2s;
}
.popup-close:hover { background: rgba(26,46,42,0.15); }
.popup-body {
  display: grid; grid-template-columns: 1fr 1.1fr;
}
.popup-left {
  overflow: hidden; min-height: 380px;
}
.popup-left img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}
.popup-right {
  padding: 3rem 2.5rem; display: flex; flex-direction: column; justify-content: center;
}
.popup-tag {
  display: inline-block; background: rgba(74,124,111,0.12); color: var(--sage);
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.35rem 0.9rem; border-radius: 100px; margin-bottom: 1.2rem;
}
.popup-title {
  font-family: var(--font-display); font-size: 2.4rem; font-weight: 300;
  color: var(--deep); line-height: 1.1; margin-bottom: 1.2rem;
}
.popup-title em { font-style: italic; color: var(--sage); }
.popup-text {
  font-size: 0.95rem; font-weight: 400; color: var(--text);
  line-height: 1.75; margin-bottom: 2rem;
}
.popup-text strong { font-weight: 600; color: var(--deep); }
.popup-actions { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.popup-cta { display: block; text-align: center; width: 100%; }
.popup-dismiss {
  background: none; border: none; cursor: pointer;
  font-size: 0.78rem; font-weight: 400; color: var(--text-light);
  letter-spacing: 0.06em; padding: 0.25rem; transition: color 0.2s; text-align: center;
}
.popup-dismiss:hover { color: var(--text-mid); }

@media (max-width: 600px) {
  .popup-body { grid-template-columns: 1fr; }
  .popup-left { display: none; }
  .popup-right { padding: 2.5rem 1.75rem; }
  .popup-title { font-size: 2rem; }
}

@media (max-width: 390px) {
  .hero-headline { font-size: 2.1rem; }
  .section-title { font-size: 1.8rem; }
  .hero-stats { flex-direction: column; gap: 0.8rem; align-items: flex-start; }
  .hero-stat { display: flex; align-items: baseline; gap: 0.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-wrap { animation: none; }
  .intro-strip-track { animation: none; }
  .reveal,
  .js .reveal:not(.visible) { opacity: 1; transform: none; transition: none; }
  .reveal-delay-1,
  .reveal-delay-2,
  .reveal-delay-3,
  .reveal-delay-4 { transition-delay: 0s; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
