:root {
  --color-primary: #211F1B;      /* deep charcoal - buttons/CTAs */
  --color-accent: #9A9484;       /* muted sage - minimal accent only */
  --color-stone: #ACA599;        /* stone - borders */
  --color-bg: #EDE8E0;           /* cool greige */
  --color-bg-alt: #FFFFFF;
  --color-text: #16140F;         /* matte black */
  --color-dark-bg: #16140F;
  --color-dark-bg-2: #211F1B;    /* deep charcoal */
  --color-dark-text: #F6F1E7;
  --radius: 3px;
  --shadow: 0 4px 20px rgba(22,20,15,0.08);
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Outfit', sans-serif;
}

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

.services-section { padding: 6rem 1.5rem 7rem; max-width: 1100px; margin: 0 auto; }
.services-head { text-align: center; margin-bottom: 5rem; }
.services-eyebrow { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 1rem; }
.services-head h2 { font-family: var(--font-display); font-weight: 500; font-size: 4.2rem; line-height: 1.05; color: var(--color-text); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 3.5rem; row-gap: 4.5rem; }
.service-item { text-align: left; }
.service-icon { width: 40px; height: 40px; margin-bottom: 1.5rem; stroke: var(--color-primary); fill: none; stroke-width: 1.2; }
.service-item h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.9rem; margin-bottom: 0.9rem; color: var(--color-text); }
.service-item p { font-size: 0.95rem; line-height: 1.6; color: #4A473F; margin-bottom: 1.1rem; max-width: 280px; }
.service-item a { font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.02em; color: var(--color-text); text-decoration: none; border-bottom: 1px solid var(--color-accent); padding-bottom: 2px; transition: opacity 0.2s; }
.service-item a:hover { opacity: 0.6; }
@media (max-width: 860px) {
  .services-grid { grid-template-columns: 1fr 1fr; row-gap: 3.5rem; column-gap: 2rem; }
  .services-head h2 { font-size: 3rem; }
  .services-section { padding: 4rem 1.25rem 5rem; }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; row-gap: 3rem; }
  .services-head { margin-bottom: 3.5rem; }
  .services-head h2 { font-size: 2.5rem; }
  .service-item p { max-width: none; }
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}

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

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.2; }

a { color: var(--color-primary); text-decoration: none; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }

/* Header / Nav */
header.site-header {
  background: var(--color-bg-alt);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  max-width: 1140px;
  margin: 0 auto;
}

.nav-logo img { height: 36px; width: auto; }

nav.main-nav ul {
  display: flex;
  list-style: none;
  gap: 1.75rem;
}

nav.main-nav a {
  color: var(--color-text);
  font-weight: 500;
  font-size: 0.95rem;
}

nav.main-nav a:hover { color: var(--color-primary); }

.nav-cta {
  background: var(--color-primary);
  color: #fff !important;
  padding: 0.6rem 1.3rem;
  border-radius: var(--radius);
  font-weight: 600;
}

.hamburger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--color-primary); }

/* Mobile nav */
@media (max-width: 860px) {
  nav.main-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--color-bg-alt); flex-direction: column; padding: 1rem 1.5rem; box-shadow: var(--shadow); }
  nav.main-nav.open { display: flex; }
  nav.main-nav ul { flex-direction: column; gap: 1rem; }
  .nav-cta { display: none; }
  .hamburger { display: block; }
}

/* Hero - split layout, text left / photo placeholder right */
.hero {
  position: relative;
  background: var(--color-bg);
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.hero.dark { background: linear-gradient(120deg, var(--color-dark-bg) 0%, #1a1211 45%, var(--color-dark-bg-2) 100%); color: var(--color-dark-text); }
.hero-inner { max-width: 1140px; margin: 0 auto; padding: 3rem 1.5rem; display: flex; align-items: center; gap: 2rem; width: 100%; }
.hero-text { flex: 1 1 480px; }
.hero-photo {
  flex: 1 1 380px;
  min-height: 340px;
  border-radius: var(--radius);
  background: #EDE7DA;
  border: 1px dashed #ACA599;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: #8a8276; font-size: 0.72rem; letter-spacing: 0.05em;
  padding: 1rem;
}
.hero.dark .hero-photo { background: #26221d; border-color: #4a4740; color: #8a8579; }
.hero-photo.has-photo { border: none; background: none; padding: 0; overflow: hidden; }
.hero-photo.has-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); display: block; }
@media (max-width: 860px) {
  .hero-inner { flex-direction: column; text-align: left; }
  .hero-text { flex: 1 1 auto; }
  .hero-photo { flex: 1 1 auto; width: 100%; min-height: 220px; }
}

.hero-label { font-size: 0.68rem; letter-spacing: 0.15em; color: var(--color-primary); font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; }
.hero.dark .hero-label { color: var(--color-accent); }
.hero h1 { font-weight: 500; font-size: 2.4rem; margin-bottom: 1.1rem; color: var(--color-text); letter-spacing: 0.01em; line-height: 1.15; }
.hero.dark h1 { color: #fff; }
.hero-rule { width: 46px; height: 1.5px; background: var(--color-primary); margin-bottom: 1.1rem; }
.hero.dark .hero-rule { background: var(--color-accent); }
.hero p.subtitle { font-size: 0.98rem; max-width: 480px; margin-bottom: 1.75rem; font-weight: 300; color: #5A564D; }
.hero.dark p.subtitle { color: #d8cac7; }

/* Generic photo placeholder block, for use in page sections */
.photo-block {
  min-height: 260px;
  border-radius: var(--radius);
  background: #EDE7DA;
  border: 1px dashed #ACA599;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: #8a8276; font-size: 0.72rem; letter-spacing: 0.05em;
}
.photo-block.has-photo { border: none; background: none; padding: 0; overflow: hidden; }
.photo-block.has-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-block.arch {
  border-radius: 300px 300px 12px 12px;
  aspect-ratio: 3 / 4;
  min-height: unset;
  max-width: 420px;
  margin: 0 auto;
}
.photo-block.arch.has-photo { border: none; background: none; padding: 0; overflow: hidden; }
.photo-block.arch.has-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; display: block; }

.btn {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
}
.btn:hover { background: #1f1d1a; }
.hero.dark .btn { background: var(--color-accent); color: var(--color-dark-bg); }
.hero.dark .btn:hover { background: #7a8074; }
.btn-outline {
  background: transparent;
  border: 1.5px solid var(--color-text);
  color: var(--color-text);
}
.hero.dark .btn-outline { border-color: #fff; color: #fff; }

/* Sections */
section { padding: 4rem 0; background: var(--color-bg); }
section.alt { background: #EFE9DC; }
.section-title { text-align: center; margin-bottom: 2.5rem; }
.section-title h2 { font-weight: 500; font-size: 1.9rem; color: var(--color-text); letter-spacing: 0.01em; }
.section-title p { color: #5A564D; margin-top: 0.5rem; }

/* Service cards */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.service-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--color-accent);
}
.service-card h3 { font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--color-text); }
.service-card p { font-size: 0.92rem; color: #5A564D; margin-bottom: 0.75rem; }
.service-card .price { font-weight: 700; color: var(--color-primary); }

/* Why choose us */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 2rem; text-align: center; }
.feature-grid .icon { font-size: 2rem; margin-bottom: 0.75rem; color: var(--color-primary); }

/* FAQ accordion */
.faq-item { border-bottom: 1px solid #e5dcd9; }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.25rem 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text);
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer p { padding-bottom: 1.25rem; color: #5A564D; }
.faq-item.open .faq-answer { max-height: 500px; }
.faq-item.open .faq-question .plus { transform: rotate(45deg); }
.plus { transition: transform 0.2s ease; font-size: 1.3rem; }

/* Footer */
footer.site-footer {
  background: var(--color-primary);
  color: #fff;
  padding: 3rem 0 1.5rem;
}
footer.site-footer h4 { color: #fff; margin-bottom: 0.9rem; font-size: 1rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2rem; margin-bottom: 2rem; }
footer.site-footer a { color: var(--color-stone); }
footer.site-footer ul { list-style: none; }
footer.site-footer li { margin-bottom: 0.5rem; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 1.5rem; font-size: 0.85rem; color: var(--color-stone); }

/* Sticky mobile call bar */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  z-index: 200;
}
.mobile-cta-bar { display: none; }
@media (max-width: 860px) {
  .mobile-cta-bar {
    display: flex;
  }
  .mobile-cta-bar a {
    flex: 1;
    text-align: center;
    padding: 0.9rem 0;
    font-weight: 600;
  }
  .mobile-cta-bar a.call { background: #fff; color: var(--color-primary); border-right: 1px solid #eee; }
  .mobile-cta-bar a.book { background: var(--color-primary); color: #fff; }
  body { padding-bottom: 58px; }
}

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
form.contact-form input, form.contact-form select, form.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd0cd;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  font-family: var(--font-body);
}
.map-embed iframe { width: 100%; height: 320px; border: 0; border-radius: var(--radius); }

/* Testimonial spotlight carousel */
.testimonial-section {
  background: var(--color-bg);
  color: var(--color-text);
  padding: 3.5rem 1.5rem;
  text-align: center;
}
.testimonial-eyebrow { font-size: 0.68rem; letter-spacing: 0.15em; color: var(--color-accent); font-weight: 700; text-transform: uppercase; margin-bottom: 1.5rem; }
.testimonial-quotemark { font-family: var(--font-display); font-size: 4rem; color: var(--color-accent); line-height: 1; margin-bottom: 0.5rem; }
.testimonial-stars { color: var(--color-accent); letter-spacing: 0.15em; margin-bottom: 1.25rem; font-size: 0.9rem; }
.testimonial-slide { display: none; }
.testimonial-slide.active { display: block; }
.testimonial-slide blockquote {
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  max-width: 520px;
  margin: 0 auto 1.5rem;
  color: var(--color-text);
}
.testimonial-name { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.03em; margin-bottom: 0.25rem; color: var(--color-text); }
.testimonial-source { font-size: 0.72rem; color: #7a7268; letter-spacing: 0.05em; margin-bottom: 2rem; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.testimonial-arrow {
  width: 32px; height: 32px; border: 1px solid var(--color-stone); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--color-text);
  font-size: 0.9rem; background: none; cursor: pointer;
}
.testimonial-dots { display: flex; gap: 6px; }
.testimonial-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-stone); opacity: 0.4; cursor: pointer; border: none; padding: 0; }
.testimonial-dot.active { opacity: 1; background: var(--color-accent); }

/* Homepage service list with one-liners */
.service-list-item { padding: 1.5rem 0; border-bottom: 1px solid #ddd4c6; }
.service-list-item h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; margin-bottom: 0.4rem; color: var(--color-text); }
.service-list-item p { font-size: 0.9rem; color: #5A564D; }

.placeholder-banner {
  background: #fff3cd;
  color: #7a5c00;
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Hero Style B - full-bleed photo with text overlay (homepage) */
.pin-wrapper { position: relative; }
.hero-sticky-media { position: sticky; top: 0; height: 100vh; overflow: hidden; z-index: 0; }
.hero-sticky-media img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 8%; }
.hero-sticky-media .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,20,15,0.03) 0%, rgba(22,20,15,0.08) 55%, rgba(22,20,15,0.85) 82%, rgba(22,20,15,0.92) 100%); }
.pin-content { position: relative; z-index: 1; margin-top: -100vh; }
.hero-text-block { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 1.75rem 3rem; text-align: center; max-width: 640px; margin: 0 auto; }
.hero-text-block .ov-label { font-size: 0.65rem; letter-spacing: 0.15em; color: var(--color-accent); font-weight: 700; text-transform: uppercase; margin-bottom: 1rem; }
.hero-text-block h1 { font-family: var(--font-display); font-weight: 500; font-size: 2.1rem; color: #fff; margin-bottom: 1.1rem; line-height: 1.2; }
.hero-text-block .ov-rule { width: 44px; height: 1.5px; background: var(--color-accent); margin: 0 auto 1.1rem; }
.hero-text-block p.subtitle { font-size: 0.95rem; color: #f0ece2; margin-bottom: 1.75rem; font-weight: 300; }
.hero-text-block .btn-outline { border-color: #fff; color: #fff; }

/* Hero Style C - large top photo with overlapping card (about page) */
.hero-cardtop .ct-photo-wrap { position: relative; margin: 1rem 1.25rem 0; }
.hero-cardtop .ct-photo-wrap img { width: 100%; height: 340px; object-fit: cover; border-radius: var(--radius); display: block; }
.hero-cardtop .ct-card { background: #fff; margin: -3rem 1.75rem 0; position: relative; z-index: 2; padding: 1.75rem 1.5rem 2rem; text-align: center; border-radius: var(--radius); box-shadow: 0 8px 30px rgba(22,20,15,0.1); }
.hero-cardtop .ov-label { font-size: 0.65rem; letter-spacing: 0.15em; color: var(--color-primary); font-weight: 700; text-transform: uppercase; text-align: center; padding-top: 1.5rem; }
.hero-cardtop h1 { font-family: var(--font-display); font-weight: 500; font-size: 1.85rem; margin-bottom: 1rem; line-height: 1.2; color: var(--color-text); }
.hero-cardtop .ct-rule { width: 40px; height: 1.5px; background: var(--color-primary); margin: 0 auto 1rem; }
.hero-cardtop p.subtitle { font-size: 0.85rem; color: #5A564D; margin-bottom: 0; }

/* Signature Treatments cards */
.signature-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .signature-grid { grid-template-columns: repeat(3, 1fr); } }
.signature-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 300px; display: flex; align-items: flex-end; }
.signature-card.has-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(15,13,10,0.82) 0%, rgba(15,13,10,0.5) 32%, rgba(15,13,10,0.12) 60%, rgba(15,13,10,0) 78%);
}
.signature-card .sig-photo { position: absolute; inset: 0; background: #EDE7DA; border: 1px dashed var(--color-stone); display: flex; align-items: center; justify-content: center; color: #8a8276; font-size: 0.68rem; letter-spacing: 0.05em; text-align: center; padding: 1rem; }
.signature-card .sig-photo.has-photo { border: none; padding: 0; }
.signature-card .sig-photo.has-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.signature-card .sig-body { position: relative; z-index: 2; width: 100%; padding: 1.1rem 1.2rem; }
.signature-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; margin-bottom: 0.6rem; }
.signature-card.has-photo h3 { color: #fff; }
.signature-card a.btn { padding: 0.6rem 1.1rem; font-size: 0.72rem; }

/* Philosophy / Rooted in Nature section */
.philosophy-section { background: var(--color-dark-bg-2); color: var(--color-dark-text); padding: 3.5rem 1.5rem; }
.philosophy-section .phil-inner { display: flex; flex-direction: column; gap: 1.5rem; max-width: 1140px; margin: 0 auto; }
.philosophy-section h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.8rem; color: #fff; margin-bottom: 1rem; }
.philosophy-section p { font-size: 0.9rem; color: #d8d2c7; font-weight: 300; line-height: 1.7; margin-bottom: 1.5rem; }
.philosophy-section .phil-photo { min-height: 220px; border-radius: var(--radius); background: #26221d; border: 1px dashed #4a4740; display: flex; align-items: center; justify-content: center; color: #8a8579; font-size: 0.68rem; letter-spacing: 0.05em; text-align: center; padding: 1rem; }

/* Real Results photo section */
.results-section { padding: 3.5rem 1.5rem; text-align: center; }
.results-section .eyebrow { font-size: 0.65rem; letter-spacing: 0.18em; color: var(--color-accent); font-weight: 700; text-transform: uppercase; margin-bottom: 0.75rem; }
.results-section h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.9rem; margin-bottom: 1.5rem; }
.results-photo { max-width: 640px; margin: 0 auto; min-height: 280px; border-radius: var(--radius); background: #EDE7DA; border: 1px dashed var(--color-stone); display: flex; align-items: center; justify-content: center; color: #8a8276; font-size: 0.7rem; letter-spacing: 0.05em; text-align: center; padding: 1rem; }

/* Book Appointment CTA banner */
.cta-banner { padding: 3rem 1.5rem; text-align: center; }
.cta-banner-inner { background: var(--color-dark-bg-2); padding: 3rem 1.5rem; text-align: center; border-radius: var(--radius); }
.cta-banner-inner h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.9rem; color: #fff; margin-bottom: 1.5rem; }

/* Services page - sticky jump nav */
.jumpnav {
  position: sticky;
  top: 82px;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #ddd4c6;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.jumpnav-inner { display: inline-flex; gap: 0.5rem; padding: 0.75rem 1rem; }
.jumpnav a {
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid #ddd4c6;
  border-radius: 20px;
  padding: 0.45rem 0.9rem;
  white-space: nowrap;
}
.jumpnav a:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }

/* Services page - collapsible category details */
details.service-category summary { list-style: none; cursor: pointer; }
details.service-category summary::-webkit-details-marker { display: none; }
details.service-category summary .section-title { position: relative; padding-right: 2rem; }
details.service-category summary .section-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  color: var(--color-primary);
  font-weight: 300;
  line-height: 1;
}
details.service-category[open] summary .section-title::after { content: "\2212"; }
details.service-category .count { font-size: 0.85rem; color: var(--color-stone); font-weight: 400; }
details.service-category .service-grid { margin-top: 1.5rem; }

/* Service card duration text */
.service-card .duration { font-weight: 400; color: #7a7268; font-size: 0.85rem; }

/* Icon-badge service row (homepage) */
.icon-service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2.25rem 1rem; text-align: center; }
.icon-service-row .icon-circle {
  width: 64px; height: 64px; border-radius: 50%; background: #fff;
  box-shadow: 0 4px 16px rgba(22,20,15,0.08);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: var(--color-primary);
}
.icon-service-row .icon-circle svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.1; }
.icon-service-row .icon-circle img { max-width: 30px; max-height: 30px; width: auto; height: auto; object-fit: contain; }
.icon-service-row h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; letter-spacing: 0.01em; margin-bottom: 0.5rem; text-transform: none; }
.icon-service-row p { font-size: 0.8rem; color: #5c574c; margin-bottom: 0.6rem; line-height: 1.5; }
.icon-service-row a { font-size: 0.72rem; font-weight: 600; color: var(--color-accent); text-decoration: none; letter-spacing: 0.02em; }

/* Split panel (About/Philosophy section) */
.split-panel { display: flex; flex-direction: column; }
.split-panel .dark-block { background: var(--color-dark-bg-2); color: #fff; padding: 2.75rem 1.75rem; }
.split-panel .eyebrow { font-size: 0.65rem; letter-spacing: 0.18em; color: var(--color-accent); font-weight: 700; text-transform: uppercase; margin-bottom: 0.75rem; }
.split-panel h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.7rem; color: #fff; margin-bottom: 1rem; line-height: 1.2; }
.split-panel p { font-size: 0.85rem; color: #d8d4c9; margin-bottom: 1.5rem; font-weight: 300; line-height: 1.65; }
.split-panel .btn-sage { display: inline-block; background: var(--color-accent); color: #fff; padding: 0.7rem 1.3rem; font-weight: 600; font-size: 0.72rem; letter-spacing: 0.03em; text-decoration: none; border-radius: var(--radius); }
.split-panel .photo { min-height: 240px; background: #D8D2C5; border: 1px dashed #b0a894; display: flex; align-items: center; justify-content: center; color: #8a8276; font-size: 0.7rem; letter-spacing: 0.05em; text-align: center; padding: 1rem; }
.split-panel .photo.has-photo { border: none; padding: 0; }
.split-panel .photo.has-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* K&K Experience section - light split, natural hero extension */
.experience-split { display: flex; flex-direction: column; background: var(--color-bg); }
.experience-split .exp-photo { min-height: 420px; overflow: hidden; }
.experience-split .exp-text { padding: 2.75rem 1.75rem; text-align: left; }
.experience-split .eyebrow { font-size: 0.65rem; letter-spacing: 0.18em; color: var(--color-accent); font-weight: 700; text-transform: uppercase; margin-bottom: 0.9rem; }
.experience-split h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.7rem; color: var(--color-text); margin-bottom: 1.1rem; line-height: 1.25; }
.experience-split p { font-size: 0.9rem; color: #5A564D; font-weight: 300; line-height: 1.7; margin-bottom: 1.5rem; }

/* Service badges row (below hero) */
.badge-row {
  background: var(--color-bg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  padding: 2rem 1.5rem 2.25rem;
}
.badge-row .badge {
  background: var(--color-stone);
  color: var(--color-text);
  padding: 0.5rem 1.1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  display: inline-block;
}
.badge-row .badge:hover {
  background: var(--color-accent);
  color: #fff;
  transform: translateY(-2px);
}

/* Before & After slider */
.ba-section { padding: 3.5rem 0; text-align: center; background: var(--color-bg); }
.ba-section .section-title { padding: 0 1.5rem; }
.ba-slider {
  display: flex; overflow-x: auto; gap: 1rem; padding: 1.5rem 1.5rem 0.5rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.ba-slide {
  flex: 0 0 82%; scroll-snap-align: center; border-radius: var(--radius); overflow: hidden;
  background: #EDE7DA; border: 1px dashed var(--color-stone);
  min-height: 320px; display: flex; align-items: center; justify-content: center;
  color: #8a8276; font-size: 0.72rem; letter-spacing: 0.05em; text-align: center; padding: 1rem;
}
.ba-hint { font-size: 0.72rem; color: var(--color-stone); margin-top: 0.5rem; }
.ba-slide.has-photo { background: #fff; border: none; padding: 0.4rem; }
.ba-slide.has-photo img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: var(--radius); }

/* Reviews trust badge */
.trust-badge { text-align: center; padding: 2.5rem 1.5rem; background: var(--color-bg); }
.trust-badge .stars-big { color: #D4A94B; font-size: 1.6rem; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.trust-badge .count { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; color: var(--color-text); margin-bottom: 0.6rem; }
.trust-badge .g-row { display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.trust-badge .g-icon { width: 20px; height: 20px; border-radius: 50%; background: #4285F4; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 0.7rem; font-weight: 700; font-family: Arial, sans-serif; }
.trust-badge .g-label { font-size: 0.78rem; color: #5c574c; }

/* Proudly Serving cities */
.serving-section { padding: 3rem 1.5rem; text-align: center; background: var(--color-bg-alt); }
.serving-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 1.5rem; }
.serving-list .city-badge { background: var(--color-bg); color: var(--color-text); padding: 0.5rem 1.1rem; border-radius: 20px; font-size: 0.78rem; font-weight: 500; border: 1px solid #ddd4c6; }

/* Signature Aesthetic Treatments — swipeable cards */
.sig-services-section { padding: 5rem 0; background: var(--color-bg-alt); }
.sig-services-head { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; padding: 0 1.5rem; }
.sig-services-head .eyebrow { font-size: 0.68rem; letter-spacing: 0.18em; color: var(--color-accent); font-weight: 700; text-transform: uppercase; margin-bottom: 0.9rem; }
.sig-services-head h2 { font-family: var(--font-display); font-weight: 500; font-size: 2.1rem; color: var(--color-text); margin-bottom: 1rem; }
.sig-services-head p { font-size: 0.95rem; color: #5A564D; font-weight: 300; line-height: 1.7; }

.sig-services-slider {
  display: flex; overflow-x: auto; gap: 1.1rem; padding: 0.5rem 1.5rem 1rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.sig-service-card {
  flex: 0 0 68%; scroll-snap-align: center; border-radius: var(--radius); overflow: hidden;
  background: #fff; box-shadow: var(--shadow);
}
.sig-service-photo { aspect-ratio: 4 / 5; overflow: hidden; background: #EDE7DA; border: 1px dashed var(--color-stone); display: flex; align-items: center; justify-content: center; color: #8a8276; font-size: 0.68rem; letter-spacing: 0.05em; text-align: center; padding: 1rem; }
.sig-service-photo.has-photo { border: none; padding: 0; }
.sig-service-photo.has-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sig-service-text { padding: 1.25rem 1.25rem 1.5rem; }
.sig-service-text h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; color: var(--color-text); margin-bottom: 0.5rem; }
.sig-service-text p { font-size: 0.82rem; color: #5A564D; font-weight: 300; line-height: 1.55; }

.sig-services-hint { text-align: center; font-size: 0.72rem; color: var(--color-stone); margin-top: 0.25rem; }
.sig-services-cta { text-align: center; margin-top: 2.5rem; }

@media (min-width: 700px) {
  .sig-service-card { flex: 0 0 320px; }
}
