/* =========================================================
   Palm Beach Advanced Aesthetics — Home redesign
   Palette · Type · Arch motif · Components
   ========================================================= */

:root {
  /* Surfaces */
  --ivory:        #F4F7FA;   /* page background */
  --ivory-light:  #FAFCFE;   /* sections / cards */
  --white:        #FFFFFF;
  --sand:         #E8EEF5;   /* warm blush touch */

  /* Ink */
  --espresso:     #1A2E42;   /* high-contrast text */
  --soft:         #4A6A85;   /* secondary text */

  /* Accents */
  --gold:         #6B9FBF;
  --gold-deep:    #3D7A9E;

  /* Palm green */
  --palm:         #2A4A62;
  --palm-deep:    #0D1E2E;

  /* Type */
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Rhythm */
  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 64px);
  --section-y: clamp(64px, 9vw, 132px);

  /* Arch */
  --arch: 50% 50% 0 0 / 32% 32% 0 0;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--espresso);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section-y); }

.eyebrow {
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1.5px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow.center { justify-content: center; }

.lead { font-size: clamp(18px, 2vw, 20px); color: var(--soft); max-width: 60ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 15px 28px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.btn-solid {
  background: var(--palm);
  color: var(--ivory-light);
  box-shadow: 0 10px 24px -12px rgba(13,30,46,.7);
}
.btn-solid:hover { background: var(--palm-deep); transform: translateY(-2px); }
.btn-gold { background: var(--espresso); color: #fff; box-shadow: 0 10px 24px -12px rgba(26,46,66,.5); }
.btn-gold:hover { background: var(--palm-deep); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--espresso);
  border-color: rgba(26,46,66,.28);
}
.btn-outline:hover { border-color: var(--gold-deep); color: var(--gold-deep); transform: translateY(-2px); }
.btn-ghost-light { background: transparent; color: var(--ivory-light); border-color: rgba(244,247,250,.45); }
.btn-ghost-light:hover { background: rgba(244,247,250,.12); transform: translateY(-2px); }

/* ---------- Arch frame ---------- */
.arch {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--sand);
}
.arch img { width: 100%; height: 100%; object-fit: cover; }
.arch-note {
  font-size: 12px;
  color: var(--soft);
  font-style: italic;
  margin-top: 10px;
  opacity: .8;
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--palm-deep);
  color: rgba(244,247,250,.92);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 16px;
}
.topbar .tb-left { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.topbar a { color: inherit; text-decoration: none; font-weight: 700; white-space: nowrap; }
.topbar a:hover { color: #fff; }
.tb-dot { color: var(--gold); }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244,247,250,.86);
  backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid rgba(26,46,66,.08);
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand .mark {
  width: 40px; height: 40px; flex: none;
  display: grid; place-items: center;
  color: var(--palm-deep);
}
.brand .mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand .name { font-family: var(--display); font-size: 19px; color: var(--espresso); letter-spacing: .01em; }
.brand .name small {
  display: block;
  font-family: var(--body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-top: 3px;
  white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: 34px; }
.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: var(--espresso);
  position: relative;
  padding: 4px 0;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 1.5px; background: var(--gold-deep);
  transition: right .3s ease;
}
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }

.header-cta { display: flex; align-items: center; gap: 14px; }

.hamburger {
  display: none;
  width: 46px; height: 46px;
  border: 1.5px solid rgba(26,46,66,.2);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.hamburger span { width: 20px; height: 2px; background: var(--espresso); border-radius: 2px; transition: .3s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu drawer */
.mobile-menu {
  display: none;
  border-bottom: 1px solid rgba(26,46,66,.1);
  background: var(--ivory-light);
}
.mobile-menu.open { display: block; }
.mobile-menu nav { display: flex; flex-direction: column; padding: 12px 0; }
.mobile-menu a {
  text-decoration: none; color: var(--espresso); font-weight: 600;
  padding: 14px var(--pad); border-bottom: 1px solid rgba(26,46,66,.06);
}
.mobile-menu .btn { margin: 16px var(--pad); justify-content: center; }

/* ---------- Hero (full-bleed background) ---------- */
.hero {
  position: relative;
  min-height: clamp(540px, 84vh, 800px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 28%;
}
.hero-slide-1 { background-image: url("https://static.wixstatic.com/media/0fdd76cafa154212ac33e97e0490d6bd.jpg"); }
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 28%;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(26,46,66,.74) 0%, rgba(26,46,66,.5) 42%, rgba(26,46,66,.16) 72%, rgba(26,46,66,0) 100%),
    linear-gradient(0deg, rgba(13,30,46,.45) 0%, rgba(26,46,66,0) 45%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; }
.hero-content { max-width: 640px; color: var(--ivory-light); padding-block: clamp(40px, 7vw, 80px); }
.hero .eyebrow.on-dark { color: #6B9FBF; }
.hero .eyebrow.on-dark::before { background: #6B9FBF; }
.hero h1 {
  font-size: clamp(46px, 6.2vw, 88px);
  font-optical-sizing: auto;
  margin: 0 0 22px;
  color: #FAFCFE;
  text-shadow: 0 2px 30px rgba(13,30,46,.35);
}
.hero h1 em { font-style: italic; color: #6B9FBF; }
.hero .lead { margin: 0 0 32px; color: rgba(250,252,254,.92); font-size: clamp(18px, 2vw, 21px); max-width: 52ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Trust strip ---------- */
.trust { background: var(--ivory-light); border-block: 1px solid rgba(26,46,66,.08); }
.trust .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px);
  padding-block: clamp(34px, 4vw, 52px);
}
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item .ti-ico { color: var(--gold-deep); flex: none; margin-top: 2px; }
.trust-item h3 { font-family: var(--body); font-weight: 800; font-size: 16px; letter-spacing: .01em; margin: 0 0 3px; }
.trust-item p { font-size: 14.5px; color: var(--soft); margin: 0; line-height: 1.5; }

/* ---------- About ---------- */
.about .wrap {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 6vw, 84px); align-items: center;
}
.about-art .arch { aspect-ratio: 0.86; box-shadow: 0 36px 70px -40px rgba(13,30,46,.45); }
.about h2 { font-size: clamp(32px, 4.2vw, 54px); margin-bottom: 24px; }
.about .btn { margin-top: 26px; }
.about-art { position: relative; }
.about-sig {
  position: absolute; right: 18px; bottom: -18px;
  background: var(--palm-deep); color: var(--ivory-light);
  font-family: var(--display); font-style: italic;
  font-size: 18px; padding: 12px 22px; border-radius: 999px;
  box-shadow: 0 18px 40px -22px rgba(13,30,46,.8);
}

/* ---------- Treatments ---------- */
.treatments { background: var(--ivory-light); }
.section-head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(32px, 4.4vw, 56px); margin-bottom: 18px; }

.treat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.6vw, 22px);
}
.treat-card {
  background: var(--white);
  border: 1px solid rgba(26,46,66,.08);
  border-radius: 18px;
  padding: 28px 26px 24px;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  overflow: hidden;
}
.treat-card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.treat-card:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -30px rgba(26,46,66,.4); border-color: rgba(107,159,191,.4); }
.treat-card:hover::before { transform: scaleX(1); }
.treat-ico {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--sand); color: var(--gold-deep);
  display: grid; place-items: center; margin-bottom: 18px;
}
.treat-card h3 { font-size: 22px; margin-bottom: 10px; }
.treat-card p { font-size: 15.5px; color: var(--soft); line-height: 1.55; margin-bottom: 18px; }
.treat-card .more {
  margin-top: auto; font-weight: 800; font-size: 14px; letter-spacing: .02em;
  color: var(--gold-deep); text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
}
.treat-card .more span { transition: transform .25s ease; }
.treat-card:hover .more span { transform: translateX(4px); }

/* ---------- Why us (palm band) ---------- */
.why { background: var(--palm); color: var(--ivory-light); position: relative; overflow: hidden; }
.why::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.06), transparent 40%),
    radial-gradient(circle at 88% 80%, rgba(13,30,46,.5), transparent 45%);
  pointer-events: none;
}
.why .wrap { position: relative; }
.why .section-head h2 { color: var(--ivory-light); }
.why .eyebrow { color: #6B9FBF; }
.why .eyebrow::before { background: #6B9FBF; }
.why .section-head p { color: rgba(244,247,250,.82); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.5vw, 36px); margin-top: 12px; }
.why-item { border-top: 1px solid rgba(244,247,250,.28); padding-top: 22px; }
.why-num { font-family: var(--display); font-style: italic; font-size: 20px; color: #6B9FBF; margin-bottom: 12px; }
.why-item h3 { font-family: var(--body); font-weight: 800; font-size: 19px; margin: 0 0 10px; }
.why-item p { font-size: 15.5px; color: rgba(244,247,250,.82); margin: 0; line-height: 1.55; }

/* ---------- Shop ---------- */
.shop .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.shop h2 { font-size: clamp(32px, 4.2vw, 54px); margin-bottom: 22px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 30px; }
.pill {
  background: var(--white); border: 1px solid rgba(26,46,66,.14);
  padding: 9px 18px; border-radius: 999px; font-weight: 700; font-size: 14px;
  color: var(--espresso); white-space: nowrap;
}
.pill.muted { color: var(--soft); font-style: italic; font-weight: 600; }
.shop-art { position: relative; }
.shop-art .arch { aspect-ratio: 0.9; box-shadow: 0 36px 70px -40px rgba(13,30,46,.45); }

/* ---------- Testimonials ---------- */
.testi { background: var(--ivory-light); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); }
.testi-card {
  background: var(--white); border: 1px solid rgba(26,46,66,.08);
  border-radius: 18px; padding: 30px 28px; position: relative;
}
.testi-card .quote { font-family: var(--display); font-size: 56px; line-height: .6; color: var(--sand); height: 26px; }
.testi-card p { font-size: 16.5px; color: var(--espresso); margin: 8px 0 22px; }
.stars { color: var(--gold); letter-spacing: 3px; font-size: 16px; margin-bottom: 16px; }
.testi-meta { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--sand); display: grid; place-items: center;
  font-family: var(--display); color: var(--gold-deep); font-size: 18px;
}
.testi-meta .who { font-weight: 800; font-size: 15px; }
.testi-meta .src { font-size: 13px; color: var(--soft); }
.placeholder-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--sand); color: var(--gold-deep);
  font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px; margin-top: 8px;
}
.testi-note { text-align: center; margin-top: 28px; font-size: 14px; color: var(--soft); font-style: italic; }
.testi-rating { margin-top: 14px; font-size: 16px; color: var(--soft); }
.testi-rating .tr-stars { color: var(--gold); letter-spacing: 2px; }
.testi-rating strong { color: var(--espresso); font-weight: 800; }

/* ---------- Map / Location ---------- */
.map-section { background: var(--ivory); }
/* offset sticky header when jumping to in-page anchors */
#map, #visit, #treatments, #about, #shop { scroll-margin-top: 96px; }
.loc-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(26,46,66,.08);
  border-radius: 24px;
  padding: clamp(28px, 3.5vw, 48px);
  box-shadow: 0 40px 80px -52px rgba(13,30,46,.5);
}
.loc-info h2 { font-size: clamp(28px, 3vw, 40px); margin: 0 0 18px; }
.loc-addr { font-size: 18px; color: var(--espresso); margin: 0 0 22px; line-height: 1.5; }
.loc-meta { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 14px; }
.loc-meta li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--soft); }
.loc-meta .ico { color: var(--gold-deep); flex: none; }
.loc-meta a { text-decoration: none; color: var(--espresso); font-weight: 700; }
.loc-meta a:hover { color: var(--gold-deep); }
.loc-map {
  position: relative;
  aspect-ratio: 1.4;
  border-radius: 16px;
  overflow: hidden;
  background: var(--sand);
  box-shadow: 0 24px 50px -34px rgba(13,30,46,.5);
}
.loc-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.92); }

@media (max-width: 860px) {
  .loc-card { grid-template-columns: 1fr; }
  .loc-map { aspect-ratio: 1.5; order: -1; }
}

/* ---------- Visit / Contact ---------- */
.visit { background: var(--ivory); }
.visit .wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.visit h2 { font-size: clamp(32px, 4vw, 50px); margin-bottom: 22px; }
.info-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .ico { color: var(--gold-deep); flex: none; margin-top: 2px; }
.info-list .k { font-weight: 800; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: var(--soft); margin-bottom: 2px; }
.info-list .v { font-size: 17px; }
.info-list a { text-decoration: none; }
.info-list a:hover { color: var(--gold-deep); }

.form-card {
  background: var(--white);
  border: 1px solid rgba(26,46,66,.1);
  border-radius: 22px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 40px 80px -50px rgba(26,46,66,.5);
}
.form-card h3 { font-size: 28px; margin-bottom: 6px; }
.form-card .sub { font-size: 15px; color: var(--soft); margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; }
.field .req { color: var(--gold-deep); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 16px;
  padding: 13px 15px; border-radius: 11px;
  border: 1.5px solid rgba(26,46,66,.18);
  background: var(--ivory-light); color: var(--espresso);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(107,159,191,.2);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-foot { font-size: 13px; color: var(--soft); margin-top: 14px; text-align: center; }
.form-success {
  display: none;
  position: relative;
  background: var(--ivory-light); border: 1.5px solid var(--palm);
  border-radius: 14px; padding: 22px; text-align: center;
}
.form-success.show { display: block; }
.form-success-close {
  position: absolute; top: 10px; right: 12px;
  width: 32px; height: 32px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--soft);
  background: transparent; border: none; border-radius: 50%;
  cursor: pointer; transition: background .2s ease, color .2s ease;
}
.form-success-close:hover { background: rgba(26,46,66,.08); color: var(--palm-deep); }
.form-success .chk { color: var(--palm); font-size: 30px; margin-bottom: 8px; }
.form-success h4 { font-family: var(--display); font-size: 22px; margin: 0 0 6px; color: var(--palm-deep); }
.form-success p { font-size: 15px; color: var(--soft); margin: 0; }

/* ---------- Footer ---------- */
.footer { background: var(--palm-deep); color: rgba(244,247,250,.78); }
.footer .wrap { padding-block: clamp(54px, 7vw, 82px); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.footer .brand .name, .footer .brand .mark { color: var(--ivory-light); }
.footer .brand .name small { color: #6B9FBF; }
.footer .blurb { margin-top: 18px; font-size: 15px; max-width: 34ch; line-height: 1.6; }
.footer h4 { font-family: var(--body); font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #6B9FBF; margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a { color: rgba(244,247,250,.78); text-decoration: none; font-size: 15px; }
.footer a:hover { color: #fff; }
.social { display: flex; gap: 12px; margin-top: 4px; }
.social a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(244,247,250,.3);
  display: grid; place-items: center; color: var(--ivory-light);
  transition: background .25s ease, border-color .25s;
}
.social a:hover { background: rgba(244,247,250,.12); border-color: rgba(244,247,250,.6); }
.footer-bottom {
  margin-top: clamp(36px, 5vw, 56px); padding-top: 26px;
  border-top: 1px solid rgba(244,247,250,.18);
  display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between;
  font-size: 13px; color: rgba(244,247,250,.6);
}
.footer-bottom a { font-size: 13px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.footer-legal a { color: rgba(244,247,250,.6); text-decoration: none; }
.footer-legal a:hover { color: var(--ivory-light); }

/* ---------- FAQ ---------- */
.faq { background: var(--ivory-light); }
.faq.section { padding-top: clamp(44px, 5.5vw, 72px); padding-bottom: clamp(24px, 3vw, 40px); }
.faq .section-head { margin-bottom: clamp(20px, 2.6vw, 30px); }
.faq .section-head h2 { font-size: clamp(26px, 3.4vw, 40px); }
.faq-list { max-width: 680px; margin: 0 auto; display: grid; gap: 8px; }
.faq-item { background: var(--white); border: 1px solid rgba(26,46,66,.1); border-radius: 12px; padding: 0 18px; }
.faq-item summary { list-style: none; cursor: pointer; padding: 14px 0; font-weight: 700; font-size: 15.5px; color: var(--espresso); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 20px; color: var(--gold-deep); font-weight: 400; line-height: 1; flex: none; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item summary:hover { color: var(--gold-deep); }
.faq-item .faq-a { padding: 0 0 15px; margin: 0; color: var(--soft); line-height: 1.6; font-size: 14.5px; }

/* ---------- Consent checkbox ---------- */
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 18px; font-size: 13px; color: var(--soft); line-height: 1.5; }
.consent input { width: 18px; height: 18px; flex: none; margin-top: 1px; accent-color: var(--palm); }

/* ---------- Legal / content pages ---------- */
.legal { padding-block: clamp(48px, 7vw, 90px); }
.legal-wrap { max-width: 820px; }
.legal h1 { font-family: var(--display); font-size: clamp(30px, 4.4vw, 46px); margin: 0 0 6px; color: var(--espresso); }
.legal .updated { color: var(--soft); font-size: 14px; margin: 0 0 34px; }
.legal h2 { font-family: var(--display); font-size: clamp(20px, 2.6vw, 27px); margin: 34px 0 10px; color: var(--palm-deep); }
.legal p, .legal li { color: var(--espresso); line-height: 1.75; font-size: 16px; }
.legal p { margin: 0 0 14px; }
.legal ul { padding-left: 20px; margin: 0 0 18px; }
.legal li { margin-bottom: 7px; }
.legal a { color: var(--gold-deep); }

/* ---------- Reveal animation (transform-only: never hides content) ---------- */
.reveal { transform: translateY(22px); transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.in { transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { transform: none !important; transition: none !important; }
}

/* ---------- Focus visibility ---------- */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .nav, .header-cta .btn { display: none; }
  .hamburger { display: flex; }
  .header-cta { gap: 0; }
  .hero { min-height: 0; }
  .hero-content { padding-block: clamp(48px, 12vw, 90px); }
  .about .wrap, .shop .wrap, .visit .wrap { grid-template-columns: 1fr; }
  .about-art, .shop-art { max-width: 480px; }
  .trust .wrap { grid-template-columns: repeat(2, 1fr); }
  .treat-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .topbar .tb-left span.hide-sm { display: none; }
  .trust .wrap { grid-template-columns: 1fr; }
  .treat-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

/* =========================================================
   TREATMENT DETAIL PAGES
   ========================================================= */
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  color: var(--soft); margin-bottom: 22px; flex-wrap: wrap;
}
.breadcrumb a { text-decoration: none; color: var(--soft); }
.breadcrumb a:hover { color: var(--gold-deep); }
.breadcrumb .sep { color: var(--gold); }
.breadcrumb .current { color: var(--espresso); }

.dhero { background: var(--ivory); }
.dhero .wrap {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
  padding-block: clamp(52px, 7vw, 92px);
}
.dhero .breadcrumb { margin-bottom: 30px; }
.dhero .eyebrow { margin-bottom: 22px; }
.dhero h1 { font-size: clamp(40px, 5.4vw, 72px); margin: 0 0 24px; }
.dhero .lead { margin-bottom: 28px; font-size: clamp(18px, 2vw, 21px); color: var(--espresso); }
.dhero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.dhero-art .arch { aspect-ratio: 0.86; box-shadow: 0 40px 80px -42px rgba(13,30,46,.5); }
.dhero-art { position: relative; }
.dhero-tag {
  position: absolute; left: -18px; bottom: 28px;
  background: var(--white); border-radius: 14px; padding: 12px 18px;
  box-shadow: 0 22px 46px -24px rgba(26,46,66,.45);
  display: flex; align-items: center; gap: 12px; max-width: 230px;
}
.dhero-tag .ico { width: 40px; height: 40px; border-radius: 10px; background: var(--sand); color: var(--gold-deep); display: grid; place-items: center; flex: none; }
.dhero-tag .cap { font-size: 13px; color: var(--soft); line-height: 1.35; }

/* Body prose + two-column */
.dbody { background: var(--ivory-light); }
.dbody .wrap { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.prose h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 24px; }
.prose p { font-size: 17.5px; color: var(--soft); }
.prose .eyebrow { margin-bottom: 14px; }
/* Breathing room between the stacked prose blocks (About / Help / Expect) */
.prose > .reveal + .reveal { margin-top: clamp(44px, 5.5vw, 72px); }
.checklist, .steps { margin-top: 4px; }

.checklist { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 16.5px; color: var(--espresso); }
.checklist .ck {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--sand); color: var(--gold-deep);
  display: grid; place-items: center; font-size: 13px; margin-top: 2px;
}

.steps { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 22px; }
.steps li { display: flex; gap: 18px; align-items: flex-start; }
.steps .n {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid var(--gold); color: var(--gold-deep);
  font-family: var(--display); font-size: 18px;
  display: grid; place-items: center;
}
.steps h3 { font-family: var(--body); font-weight: 800; font-size: 17px; margin: 6px 0 4px; }
.steps p { font-size: 15.5px; margin: 0; color: var(--soft); }

/* Sidebar card */
.dside { position: sticky; top: 100px; display: grid; gap: 18px; }
.side-card {
  background: var(--white); border: 1px solid rgba(26,46,66,.1);
  border-radius: 18px; padding: 26px;
  box-shadow: 0 30px 60px -44px rgba(26,46,66,.5);
}
.side-card h3 { font-size: 22px; margin: 0 0 8px; }
.side-card p { font-size: 15px; color: var(--soft); margin: 0 0 18px; }
.side-card .btn { width: 100%; justify-content: center; }
.side-card .meta { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; border-top: 1px solid rgba(26,46,66,.1); padding-top: 18px; }
.side-card .meta li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--espresso); }
.side-card .meta .ico { color: var(--gold-deep); flex: none; margin-top: 1px; }
.side-note { font-size: 13px; font-style: italic; color: var(--soft); text-align: center; }

/* CTA band */
.cta-band { background: var(--palm); color: var(--ivory-light); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.07), transparent 55%); pointer-events: none; }
.cta-band .wrap { position: relative; }
.cta-band h2 { color: var(--ivory-light); font-size: clamp(30px, 4vw, 48px); margin: 0 auto 16px; max-width: 18ch; }
.cta-band p { color: rgba(244,247,250,.85); max-width: 52ch; margin: 0 auto 28px; }
.cta-band .dhero-cta { justify-content: center; }

/* Related */
.related { background: var(--ivory); }
.related-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.related-chips a {
  text-decoration: none; background: var(--white);
  border: 1px solid rgba(26,46,66,.14); border-radius: 999px;
  padding: 11px 20px; font-weight: 700; font-size: 15px; color: var(--espresso);
  transition: border-color .25s, color .25s, transform .25s;
}
.related-chips a:hover { border-color: var(--gold-deep); color: var(--gold-deep); transform: translateY(-2px); }

@media (max-width: 1000px) {
  .dhero .wrap { grid-template-columns: 1fr; }
  .dhero-art { order: -1; max-width: 460px; }
  .dbody .wrap { grid-template-columns: 1fr; }
  .dside { position: static; }
}

/* ---------- Treatments hub (tree) ---------- */
.treat-card { text-decoration: none; color: inherit; }
.thub-hero { background: var(--ivory); }
.thub-hero .wrap { padding-block: clamp(40px, 6vw, 78px) clamp(20px, 3vw, 32px); max-width: 900px; }
.thub-hero h1 { font-size: clamp(40px, 5.4vw, 72px); margin: 0 0 20px; }
.thub-hero .lead { font-size: clamp(18px, 2vw, 21px); color: var(--soft); margin-bottom: 26px; }
.thub { background: var(--ivory-light); }
.cat-block { margin-bottom: clamp(48px, 6vw, 76px); }
.cat-block:last-child { margin-bottom: 0; }
.cat-head { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(26,46,66,.12); }
.cat-head .cat-num { font-family: var(--display); font-style: italic; font-size: 26px; color: var(--gold-deep); line-height: 1; padding-top: 6px; flex: none; }
.cat-head h2 { font-size: clamp(26px, 3.2vw, 40px); margin: 0 0 6px; }
.cat-head p { font-size: 16px; color: var(--soft); margin: 0; max-width: 60ch; }

@media (max-width: 600px) {
  .cat-head { gap: 14px; }
}


/* ---------- Treatment variants (sub-treatments / areas) ---------- */
.variants { background: var(--ivory); }
.vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.5vw, 20px); margin-top: 30px; }
.vcard { background: var(--white); border: 1px solid rgba(26,46,66,.1); border-radius: 16px; padding: 22px 22px 20px; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.vcard:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -28px rgba(26,46,66,.4); border-color: rgba(107,159,191,.4); }
.vcard h3 { font-size: 19px; margin: 0 0 8px; }
.vcard p { font-size: 14.5px; color: var(--soft); line-height: 1.5; margin: 0 0 16px; }
.vcard .more { margin-top: auto; font-weight: 800; font-size: 13px; letter-spacing: .02em; color: var(--gold-deep); display: inline-flex; gap: 6px; align-items: center; }
.vcard .more span { transition: transform .25s ease; }
.vcard:hover .more span { transform: translateX(4px); }
.areas-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--sand); color: var(--gold-deep); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-bottom: 12px; align-self: flex-start; }
@media (max-width: 1000px) { .vgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .vgrid { grid-template-columns: 1fr; } }

/* --- Blue palette: light CTA on dark bands + accessible border --- */
.cta-band .btn-gold { background: var(--ivory); color: var(--espresso); box-shadow: 0 12px 26px -14px rgba(13,30,46,.6); }
.cta-band .btn-gold:hover { background: #fff; }

/* =================== Mobile & touch-target polish =================== */
/* CTA "#contact" was missing from the sticky-header offset list */
#contact { scroll-margin-top: 96px; }
/* Mobile menu CTA text was inheriting dark --espresso from `.mobile-menu a` */
.mobile-menu .btn { color: var(--ivory-light); }

/* Comfortable touch targets (all widths) */
.topbar a { display: inline-flex; align-items: center; padding-block: 9px; }
.treat-card .more { padding-block: 10px; }
.footer-top a { display: inline-block; padding-block: 7px; }
.footer-legal { gap: 12px 16px; }
.footer-legal a { display: inline-block; padding-block: 6px; }
.info-list a { display: inline-block; padding-block: 5px; }
.social a { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.form-success-close { width: 44px; height: 44px; }
/* Header brand tagline was only 10px */
.brand .name small { font-size: 11px; }

@media (max-width: 600px) {
  /* Tighter vertical rhythm on phones (was 64-132px per section) */
  :root { --section-y: clamp(40px, 8vw, 64px); }
  /* Orphan separator when the city is hidden */
  .topbar .tb-dot { display: none; }
  /* Brand pills hidden on phones (the same brands appear in the trust strip up top) */
  .pills { display: none; }

  /* Treatments: compact 2-column grid instead of one long stacked column */
  .treat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .treat-card { padding: 18px 15px; }
  .treat-card h3 { font-size: 16px; margin-bottom: 6px; }
  .treat-card p { display: none; }
  .treat-card .more { font-size: 13px; }

  /* Reviews: horizontal swipe carousel instead of one long stacked column */
  .testi-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 12px; -webkit-overflow-scrolling: touch; }
  .testi-card { flex: 0 0 84%; scroll-snap-align: center; }
}
