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

:root {
  --cream: #faf8f5;
  --warm-white: #f4f0eb;
  --blush: #e8d5c4;
  --blush-mid: #d4b8a5;
  --taupe: #9c7f70;
  --dark: #1a1510;
  --text: #2e2520;
  --muted: #6b5e55;
  --gold: #c9a87c;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #f7f3ef;
  color: var(--text);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  --page-accent-image: url('/assets/images/manicure-red-paper.jpg');
  --page-accent-position: center;
}

body.page-services { --page-accent-image: url('/assets/images/manicure-red-paper.jpg'); --page-accent-position: center 46%; }
body.page-manicure { --page-accent-image: url('/assets/images/manicure-red-book.jpg'); --page-accent-position: center 58%; }
body.page-pedicure { --page-accent-image: url('/assets/images/pedicure-white-sandals.jpg'); --page-accent-position: center 56%; }
body.page-brows { --page-accent-image: url('/assets/images/brows-natural-before.jpg'); --page-accent-position: center 44%; }
body.page-lashes { --page-accent-image: url('/assets/images/lashes-profile.jpg'); --page-accent-position: center 42%; }
body.page-makeup { --page-accent-image: url('/assets/images/makeup-soft-natural.jpg'); --page-accent-position: center 38%; }

img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 72px);
  background: rgba(250, 248, 245, 0.9);
  border-bottom: 1px solid rgba(176, 144, 128, 0.15);
  backdrop-filter: blur(14px);
}

.brand {
  text-decoration: none;
  color: var(--dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.brand span { color: var(--taupe); }

.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav .nav-book {
  padding: 10px 18px;
  border: 1px solid var(--dark);
  color: var(--dark);
}

.service-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  overflow: hidden;
}

.service-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(32px, 7vw, 108px) 100px;
  background: linear-gradient(135deg, rgba(250,248,245,1), rgba(247,242,237,0.94));
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--taupe);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span::before { content: '—'; margin-right: 8px; opacity: 0.5; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--taupe);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--blush-mid); }

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin-bottom: 26px;
  color: var(--dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(54px, 6.4vw, 88px);
  font-weight: 300;
  line-height: 0.98;
}
h1 em { color: var(--taupe); font-weight: 300; }

.hero-lead {
  max-width: 530px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.hero-actions { display: flex; align-items: center; gap: 28px; }
.button-dark, .button-light {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  background: var(--dark);
  color: var(--cream);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--blush-mid);
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-hero-media { position: relative; min-height: 100%; overflow: hidden; }
.service-hero-media picture { display: block; width: 100%; height: 100%; }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--cream), transparent 18%);
  pointer-events: none;
}

.service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--blush);
  border-bottom: 1px solid var(--blush);
  background:
    linear-gradient(90deg, rgba(250,248,245,0.96), rgba(250,248,245,0.9)),
    var(--page-accent-image) var(--page-accent-position) / cover no-repeat;
}
.fact {
  min-height: 126px;
  padding: 30px clamp(24px, 4vw, 64px);
  border-right: 1px solid var(--blush);
}
.fact:last-child { border-right: 0; }
.fact small {
  display: block;
  margin-bottom: 8px;
  color: var(--taupe);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.fact strong {
  color: var(--dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
}

.content-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(54px, 9vw, 140px);
  padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 108px);
  background:
    linear-gradient(105deg, rgba(250,248,245,0.99) 0%, rgba(250,248,245,0.94) 62%, rgba(250,248,245,0.88) 100%),
    var(--page-accent-image) var(--page-accent-position) / cover no-repeat;
}
.content-kicker {
  position: sticky;
  top: 126px;
  align-self: start;
}
.content-kicker .number {
  display: block;
  margin-bottom: 12px;
  color: var(--blush-mid);
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}
.content-kicker h2, .gallery-heading h2, .faq h2, .service-cta h2 {
  color: var(--dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 300;
  line-height: 1.08;
}
.prose { max-width: 760px; }
.prose > p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.service-list { margin: 44px 0 0; padding: 0; list-style: none; }
.service-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--blush);
}
.service-list li:last-child { border-bottom: 1px solid var(--blush); }
.service-list span {
  color: var(--blush-mid);
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
}
.service-list h3 {
  margin-bottom: 5px;
  color: var(--dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
}
.service-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.gallery-section {
  padding: clamp(44px, 5vw, 72px) clamp(24px, 7vw, 108px) clamp(92px, 10vw, 150px);
  background:
    radial-gradient(circle at 82% 14%, rgba(232,213,196,0.48), transparent 34%),
    linear-gradient(135deg, #f7f3ef 0%, #faf8f5 100%);
}
.gallery-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 12px;
  min-height: 520px;
}
.gallery img { width: 100%; height: 100%; object-fit: cover; }

.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(48px, 8vw, 120px);
  padding: clamp(86px, 9vw, 132px) clamp(24px, 7vw, 108px);
  background:
    linear-gradient(100deg, rgba(244,240,235,0.98) 0%, rgba(244,240,235,0.92) 58%, rgba(244,240,235,0.84) 100%),
    var(--page-accent-image) var(--page-accent-position) / cover no-repeat;
}
.faq-list { margin: 0; }
.faq-item { padding: 24px 0; border-top: 1px solid var(--blush); }
.faq-item:last-child { border-bottom: 1px solid var(--blush); }
.faq-item dt {
  margin-bottom: 9px;
  color: var(--dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 400;
}
.faq-item dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.service-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: clamp(72px, 8vw, 112px) clamp(24px, 7vw, 108px);
  background: var(--dark);
  color: var(--cream);
}
.service-cta h2 { margin-bottom: 12px; color: var(--cream); }
.service-cta p { margin: 0; color: rgba(250,248,245,0.62); font-size: 14px; line-height: 1.7; }
.button-light { background: var(--cream); color: var(--dark); white-space: nowrap; }

.service-footer {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr 0.85fr;
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  padding: 42px clamp(24px, 7vw, 108px);
  background: #110e0b;
  color: rgba(250,248,245,0.5);
  font-size: 11px;
  line-height: 1.7;
}
.service-footer a { text-decoration: none; }
.service-footer-brand { display: grid; gap: 12px; }
.service-footer-logo {
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.service-footer-logo span { color: var(--taupe); }
.service-footer small { color: rgba(250,248,245,0.3); font-size: 10px; }
.service-footer-company { display: grid; gap: 7px; }
.service-footer-company strong {
  color: rgba(250,248,245,0.82);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.service-footer-company a { color: rgba(250,248,245,0.72); text-decoration: underline; text-underline-offset: 3px; }
.service-footer-contact { display: grid; gap: 7px; justify-items: end; text-align: right; }
.service-footer-contact a:first-child { color: rgba(250,248,245,0.86); font-size: 13px; }
.service-footer-contact .instagram-handle-link { text-decoration: underline; text-underline-offset: 4px; }
.instagram-handle-link::after { content: " ↗"; font-size: 0.82em; }

.booking-fab {
  position: fixed;
  right: 20px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 30;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px 0 11px;
  border-radius: 999px;
  background: var(--dark);
  box-shadow: 0 12px 32px rgba(26,21,16,0.26);
  color: var(--cream);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.booking-fab b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    padding: 17px 20px;
    background: linear-gradient(180deg, rgba(20,15,12,0.54), transparent);
    border: 0;
    backdrop-filter: none;
  }
  .brand { color: #fff; font-size: 18px; }
  .brand span { color: #f1d8cb; }
  .site-nav a:not(.nav-book) { display: none; }
  .site-nav .nav-book { color: #fff; border-color: rgba(255,255,255,0.7); font-size: 9px; padding: 8px 11px; }

  .service-hero {
    min-height: 100svh;
    display: block;
    background: var(--dark);
  }
  .service-hero-copy {
    min-height: 100svh;
    justify-content: flex-end;
    padding: 106px 22px 72px;
    color: #fff;
  }
  .breadcrumbs { margin-bottom: auto; color: rgba(255,255,255,0.62); }
  .eyebrow { color: rgba(255,255,255,0.76); margin-bottom: 18px; }
  .eyebrow::before { background: rgba(255,255,255,0.4); }
  h1 { max-width: 350px; margin-bottom: 18px; color: #fff; font-size: clamp(46px, 14vw, 60px); }
  h1 em { color: #f1d8cb; }
  .hero-lead { max-width: 345px; margin-bottom: 26px; color: rgba(255,255,255,0.78); font-size: 13px; line-height: 1.65; }
  .button-dark { background: #fff; color: var(--dark); }
  .text-link { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.42); }
  .service-hero-media { position: absolute; inset: 0; min-height: 0; }
  .service-hero-media::after {
    background:
      linear-gradient(180deg, rgba(20,15,12,0.18) 0%, rgba(20,15,12,0.12) 32%, rgba(20,15,12,0.84) 100%),
      linear-gradient(90deg, rgba(20,15,12,0.28), transparent 74%);
  }

  .service-facts { grid-template-columns: 1fr; }
  .fact { min-height: auto; padding: 22px; border-right: 0; border-bottom: 1px solid var(--blush); }
  .fact:last-child { border-bottom: 0; }

  .content-section, .faq { grid-template-columns: 1fr; gap: 42px; padding: 80px 22px; }
  .content-kicker { position: static; }
  .content-kicker .number { font-size: 58px; }
  .prose > p { font-size: 14px; line-height: 1.85; }

  .gallery-section { padding: 0 22px 82px; }
  .gallery-heading { display: block; }
  .gallery-heading .text-link { display: inline-block; margin-top: 12px; color: var(--muted); border-color: var(--blush-mid); }
  .gallery { grid-template-columns: 1fr 1fr; min-height: 0; }
  .gallery img { height: 250px; }
  .gallery img:first-child { grid-column: 1 / -1; height: 380px; }

  .service-cta { grid-template-columns: 1fr; padding: 74px 22px; }
  .service-cta .button-light { width: fit-content; }
  .service-footer { flex-direction: column; padding: 38px 22px 86px; }
}

@media (max-width: 430px) {
  .site-nav .nav-book { display: none; }
  .service-hero-copy { padding-left: 20px; padding-right: 20px; }
  .hero-actions { gap: 20px; }
  .button-dark { min-height: 46px; padding: 0 21px; }
  .text-link { font-size: 10px; }
  .gallery { gap: 8px; }
  .gallery img { height: 210px; }
  .gallery img:first-child { height: 330px; }
  .booking-fab { right: 15px; min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* 2026 compact editorial refinement */
.service-hero { height: 88dvh; min-height: 640px; }
.service-hero-copy { padding-top: 126px; padding-bottom: 74px; }
.service-facts .fact { min-height: 102px; padding-top: 24px; padding-bottom: 24px; }
.content-section { gap: clamp(46px, 7vw, 100px); padding-top: clamp(68px, 7vw, 96px); padding-bottom: clamp(68px, 7vw, 96px); }
.content-kicker .number { font-size: 58px; }
.content-kicker h2,
.gallery-heading h2,
.faq h2,
.service-cta h2 { font-size: clamp(34px, 3.7vw, 50px); }
.prose > p { margin-bottom: 16px; font-size: 14px; line-height: 1.8; }
.service-list { margin-top: 30px; }
.service-list li { grid-template-columns: 28px 1fr; gap: 12px; padding: 15px 0; }
.service-list span { font-size: 19px; }
.service-list h3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 3px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
.service-list h3 strong { font-size: 12px; font-weight: 500; white-space: nowrap; }
.service-list p { font-size: 11px; line-height: 1.55; }
.gallery-section { padding-bottom: clamp(68px, 7vw, 96px); }
.gallery-heading { margin-bottom: 26px; }
.gallery { min-height: 390px; }
.faq { gap: clamp(42px, 6vw, 84px); padding-top: clamp(66px, 7vw, 94px); padding-bottom: clamp(66px, 7vw, 94px); }
.faq-item { padding: 17px 0; }
.faq-item dt { font-size: 20px; }
.service-cta { padding-top: clamp(58px, 6vw, 82px); padding-bottom: clamp(58px, 6vw, 82px); }
.service-footer { padding-top: 30px; padding-bottom: 30px; }
.booking-fab { transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .25s ease; }
.booking-fab:hover { background: #2d241f; transform: translateY(-2px); }

.cookie-banner {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  left: 18px;
  max-width: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(250,248,245,.98);
  border: 1px solid var(--blush);
  box-shadow: 0 18px 60px rgba(26,21,16,.18);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; }
.cookie-banner a { color: var(--dark); text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--dark);
  background: transparent;
  color: var(--dark);
  cursor: pointer;
  font: 500 9px/1 'Jost', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cookie-actions .cookie-accept { background: var(--dark); color: var(--cream); }

@media (max-width: 820px) {
  .service-hero { height: 100dvh; min-height: 620px; }
  .service-hero-copy { height: 100%; min-height: 0; padding-bottom: 62px; background: transparent; }
  .service-facts { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .fact { padding: 17px 12px; border-right: 1px solid var(--blush); border-bottom: 0; }
  .fact:last-child { border-right: 0; }
  .fact strong { font-size: 16px; line-height: 1.1; }
  .content-section,
  .faq {
    gap: 28px;
    padding-top: 58px;
    padding-bottom: 58px;
    background:
      linear-gradient(rgba(244,240,235,0.94), rgba(244,240,235,0.94)),
      var(--page-accent-image) var(--page-accent-position) / cover no-repeat;
  }
  .content-section {
    background:
      linear-gradient(rgba(250,248,245,0.96), rgba(250,248,245,0.96)),
      var(--page-accent-image) var(--page-accent-position) / cover no-repeat;
  }
  .content-kicker { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: end; }
  .content-kicker .number { margin: 0; font-size: 46px; }
  .content-kicker h2 { margin: 0; font-size: 34px; }
  .service-list li { padding: 13px 0; }
  .gallery-section { padding-bottom: 58px; }
  .gallery { grid-template-columns: 1.25fr .75fr; gap: 8px; }
  .gallery img,
  .gallery img:first-child { height: 300px; }
  .gallery img:nth-child(3) { display: none; }
  .service-cta { padding-top: 54px; padding-bottom: 54px; }
  .service-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 86px;
  }
  .service-footer-contact { justify-items: start; text-align: left; }
  .booking-fab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
  }
  .booking-fab.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .cookie-banner { grid-template-columns: 1fr; gap: 12px; padding: 15px; }
  .cookie-actions { justify-content: flex-end; }
}

@media (max-width: 430px) {
  .site-header { justify-content: center; }
  .site-nav { display: none; }
  .service-facts { overflow-x: auto; }
  .fact { min-width: 122px; }
  .fact strong { font-size: 14px; }
  .content-section,
  .faq { padding-top: 50px; padding-bottom: 50px; }
  .content-kicker h2 { font-size: 30px; }
  .service-list h3 { gap: 12px; font-size: 12px; }
  .service-list h3 strong { font-size: 11px; }
  .gallery img,
  .gallery img:first-child { height: 240px; }
  .cookie-banner { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; }
}
