/* Lahana Hair & Beauty — merged draft (V4)
   Palette and type system carried over from Version 1.
   Image-led structure, sticky mobile booking bar and proof strip carried over from Version 3. */

:root {
  --ink: #25211f;
  --ink-soft: #5d5450;
  --paper: #f8f3ed;
  --cream: #efe4d8;
  --clay: #b87864;        /* fills and tints ONLY - 3.22:1 on paper, fails as text */
  --clay-ink: #8f4b38;    /* all clay-coloured TEXT - 5.89:1 on paper, passes AA */
  --berry: #713747;
  --berry-deep: #4f2330;
  --gold: #d2ad78;
  --white: #fffdf9;
  --line: rgba(37, 33, 31, 0.16);
  --shadow: 0 26px 60px rgba(37, 33, 31, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* keep in-page anchors clear of the sticky header */
#main, #top, #services, #offers, #work, #reviews, #team, #about, #visit { scroll-margin-top: 92px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}

img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

h1, h2, h3 { line-height: 1.12; margin: 0; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.3rem, 5.4vw, 3.9rem); font-weight: 600; }
h1 .accent, h2 .accent {
  color: var(--berry);
  font-style: italic;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 500;
}
h2 { font-size: clamp(1.75rem, 3.6vw, 2.7rem); font-weight: 600; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1rem; }

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-ink);
}
.eyebrow.light { color: var(--gold); font-weight: 800; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000;
  padding: 10px 16px; background: var(--white); border-radius: 6px;
  transform: translateY(-200%); font-weight: 600;
}
.skip-link:focus { transform: translateY(0); }

/* ---------- Buttons ---------- */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0.85rem 1.7rem;
  border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.02em; transition: transform 0.18s ease, background 0.18s ease;
}
.button-dark { background: var(--berry); color: var(--white); }
.button-dark:hover { background: var(--berry-deep); transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--berry-deep); }
.button-light:hover { transform: translateY(-2px); }
.button-outline { border: 1.5px solid var(--line); color: var(--ink); }
.button-outline:hover { border-color: var(--berry); }

.text-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-weight: 600; border-bottom: 1.5px solid var(--clay-ink); padding-bottom: 2px;
}
.text-link:hover { color: var(--berry); border-color: var(--berry); }

/* ---------- Draft + offer bars ---------- */
.review-banner {
  background: var(--ink); color: #fff; padding: 0.6rem 1rem; text-align: center;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
}
.review-banner span { color: var(--gold); padding: 0 0.45rem; }

.offer-strip {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0.4rem 1.15rem;
  min-height: 44px; padding: 0.75rem 1.25rem;
  background: var(--white); color: var(--ink); font-size: 0.88rem; text-align: center;
  border-bottom: 1px solid var(--line);
}
.offer-strip > span:first-child { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.68rem; font-weight: 800; color: var(--clay-ink); }
.offer-strip strong { font-weight: 600; }
.offer-strip .amber { color: #8a6410; font-weight: 700; }
.offer-strip .strip-sep { position: relative; padding-left: 1.15rem; }
.offer-strip .strip-sep::before { content: "·"; position: absolute; left: 0.35rem; color: var(--clay-ink); }
.offer-link { color: var(--berry); font-weight: 700; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 1.5rem;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  background: rgba(248, 243, 237, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; flex-direction: column; line-height: 1.05; }
.brand-main { font-size: 1.5rem; font-weight: 600; letter-spacing: 0.01em; }
.brand-sub { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--clay-ink); }

.site-header nav { margin-left: auto; display: flex; gap: 1.6rem; font-size: 0.92rem; }
.site-header nav a { padding: 0.4rem 0; border-bottom: 1.5px solid transparent; }
.site-header nav a:hover { border-color: var(--clay-ink); }
.header-book {
  padding: 0.65rem 1.4rem; border-radius: 999px;
  background: var(--berry); color: #fff; font-weight: 600; font-size: 0.9rem;
}
.header-book:hover { background: var(--berry-deep); }

.menu-button {
  display: none; margin-left: auto; width: 46px; height: 46px;
  background: none; border: 1px solid var(--line); border-radius: 10px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer;
}
.menu-button span { display: block; width: 20px; height: 1.6px; background: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 5vw, 3.5rem);
  max-width: var(--max); margin: 0 auto;
}
.hero-intro { font-size: 1.08rem; color: var(--ink-soft); max-width: 34rem; margin-top: 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin: 1.9rem 0 2rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; font-size: 0.82rem; letter-spacing: 0.05em; color: var(--ink-soft); }
.trust-line span { position: relative; padding-left: 1rem; }
.trust-line span::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}

.hero-image-wrap { position: relative; }
.hero-image { border-radius: 200px 200px 18px 18px; box-shadow: var(--shadow); }
.hero-caption {
  position: absolute; left: -14px; bottom: 42px;
  background: var(--white); padding: 0.85rem 1.2rem; border-radius: 14px;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.hero-caption span { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay-ink); }
.hero-caption strong { font-size: 0.95rem; font-weight: 600; }

.hero-rating {
  position: absolute; right: -10px; top: 34px;
  background: var(--berry-deep); color: #fff;
  padding: 0.9rem 1.2rem; border-radius: 14px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 0.15rem; text-align: left;
}
.hero-rating .score { font-size: 1.5rem; font-weight: 600; line-height: 1; }
.hero-rating .stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.08em; }
.hero-rating small { font-size: 0.72rem; opacity: 0.85; }

/* ---------- Proof strip ---------- */
.proof-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.proof-strip div {
  background: var(--cream); padding: 1rem 1.25rem;
  display: flex; flex-direction: column; gap: 0.2rem; text-align: center;
}
.proof-strip strong { font-size: 1rem; font-weight: 600; }
.proof-strip span { font-size: 0.8rem; color: var(--ink-soft); }

/* ---------- Section shell ---------- */
.section { max-width: var(--max); margin: 0 auto; padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 4vw, 3rem); }
.section-heading { display: grid; grid-template-columns: 1.15fr 1fr; gap: 1.25rem 3rem; align-items: end; margin-bottom: clamp(1.5rem, 2.5vw, 2rem); }
.section-heading > p { margin: 0; color: var(--ink-soft); max-width: 32rem; }

/* ---------- Services ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 14px 34px rgba(37,33,31,0.09); display: flex; flex-direction: column; }
.service-image-wrap { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.service-image-wrap img { height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .service-image-wrap img { transform: scale(1.04); }
.service-card-copy { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.service-card-copy p:not(.eyebrow) { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }
.service-card-copy .eyebrow { margin: 0; }
.service-card-copy > a { margin-top: auto; padding-top: 0.9rem; font-weight: 600; color: var(--berry); }

/* ---------- Feature block ---------- */
.feature {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center; background: var(--cream); border-radius: 24px; overflow: hidden;
}
.feature-media { position: relative; align-self: stretch; min-height: 340px; }
.feature-media img { height: 100%; object-fit: cover; }
.feature-badge {
  position: absolute; top: 18px; left: 18px;
  background: var(--berry); color: #fff; padding: 0.4rem 0.95rem;
  border-radius: 999px; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700;
}
.feature-copy { padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3rem) 0; }
.feature-copy p { color: var(--ink-soft); }
.pills { list-style: none; display: flex; flex-wrap: wrap; gap: 0.55rem; padding: 0; margin: 1.25rem 0 1.5rem; }
.pills li {
  padding: 0.42rem 1rem; border-radius: 999px; background: var(--white);
  border: 1px solid var(--line); font-size: 0.85rem;
}

/* ---------- Offer ---------- */
.special-section { background: var(--cream); padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 4vw, 3rem); }
.offers-inner { max-width: var(--max); margin: 0 auto; }
.offers-inner .special-card { margin-bottom: 1.5rem; }

/* Wednesday Wow */
.wow { background: var(--berry-deep); color: #fff; border-radius: 20px; padding: clamp(1.5rem, 3vw, 2.25rem); }
.wow-head { max-width: 40rem; margin-bottom: 1.75rem; }
.wow-head h2 { margin-bottom: 0.6rem; }
.wow-word { color: var(--gold); font-style: italic; font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; }
.wow-head p { margin: 0; opacity: 0.85; font-size: 0.98rem; }
.wow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.wow-grid.two { grid-template-columns: repeat(2, 1fr); }
.wow-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16); border-radius: 14px; padding: 1.35rem 1.4rem 1.5rem; display: flex; flex-direction: column; }
.wow-card h3 { margin-bottom: 0.35rem; }
.wow-desc { font-size: 0.88rem; opacity: 0.78; margin: 0 0 0.9rem; }
.wow-price { font-size: 1.9rem; font-weight: 600; margin: 0 0 0.2rem; }
.wow-was { font-size: 0.85rem; font-weight: 400; opacity: 0.6; text-decoration: line-through; margin-left: 0.4rem; }
.wow-save { display: inline-block; width: fit-content; background: var(--gold); color: #3a2410; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.7rem; border-radius: 999px; margin: 0 0 1rem; }
.wow-card > a { margin-top: auto; font-weight: 600; color: var(--gold); border-bottom: 1px solid rgba(210,173,120,0.45); width: fit-content; padding-bottom: 2px; }
.wow-flag { margin: 1.5rem 0 0; font-size: 0.78rem; opacity: 0.62; max-width: 52rem; }
.everyday { margin-bottom: 1.5rem; }
.everyday > .eyebrow { margin-bottom: 0.9rem; }
.offer-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.offer-tile {
  background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--gold);
  border-radius: 18px; box-shadow: 0 14px 34px rgba(37,33,31,0.08);
  padding: clamp(1.5rem, 3vw, 2rem); display: flex; flex-direction: column; align-items: flex-start;
}
.offer-tile h3 { margin: 0.7rem 0 0.4rem; font-size: 1.35rem; }
.offer-desc { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 1rem; }
.offer-price { font-size: 2.6rem; font-weight: 600; color: var(--berry-deep); margin: 0 0 1.1rem; }
.offer-was { font-size: 0.95rem; font-weight: 400; color: var(--ink-soft); text-decoration: line-through; margin-left: 0.45rem; }
.offer-tile .button { margin-top: auto; }
.special-lede h2 { margin-top: 0.5rem; }
.special-action { display: flex; flex-direction: column; align-items: flex-start; gap: 0.3rem; padding-left: clamp(1.5rem, 4vw, 3rem); border-left: 1px solid var(--line); }
.save-pill { width: fit-content; background: var(--gold); color: #3a2410; padding: 0.35rem 0.95rem; border-radius: 999px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.special-price { font-size: 3.2rem; font-weight: 600; margin: 0 0 0.15rem; color: var(--berry-deep); }
.special-note { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }
.special-action .button { margin-top: 0.6rem; }
.draft-note { font-size: 0.78rem; color: var(--ink-soft); margin: 0.9rem 0 0; }

.wow .terms { margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.16); padding-top: 1.1rem; }
.terms summary { cursor: pointer; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); list-style: none; }
.terms summary::-webkit-details-marker { display: none; }
.terms summary::after { content: " +"; }
.terms[open] summary::after { content: " –"; }
.terms ul { margin: 1rem 0 0; padding-left: 1.1rem; display: grid; gap: 0.5rem; }
.terms li { font-size: 0.85rem; opacity: 0.82; }
.terms-draft { margin: 1.1rem 0 0; font-size: 0.78rem; opacity: 0.6; }

/* ---------- Areas served ---------- */
.areas-line {
  grid-column: 1 / -1; padding: 1rem clamp(1.5rem, 4vw, 3rem) 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 0.82rem; line-height: 1.55; color: rgba(255,255,255,0.72);
  margin: 0; text-align: left;
}
.areas-line strong { color: rgba(255,255,255,0.85); font-weight: 600; }

/* ---------- Gallery ---------- */
.work-section {
  background: var(--berry-deep); color: #fff;
  padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(1rem, 4vw, 3rem);
}
.work-inner { max-width: var(--max); margin: 0 auto; }
.work-section .section-heading > p { color: rgba(255,255,255,0.8); }
.work-section .eyebrow { color: var(--gold); }
.work-section .gallery-statement { color: rgba(255,255,255,0.9); }
.work-section .instagram-link { color: var(--gold); border-color: rgba(210,173,120,0.5); }
.work-section .instagram-link:hover { color: #fff; border-color: #fff; }
h2 .accent.light { color: var(--gold); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.gallery-item { position: relative; margin: 0; border-radius: 14px; overflow: hidden; aspect-ratio: 3 / 4; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.05); }

.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1.1rem 1rem;
  background: linear-gradient(to top, rgba(37,33,31,0.82), rgba(37,33,31,0));
  color: #fff; display: flex; flex-direction: column;
}
.gallery-item figcaption span { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.88); text-shadow: 0 1px 3px rgba(37,33,31,0.7); }
.gallery-item figcaption strong { font-size: 0.95rem; font-weight: 600; text-shadow: 0 1px 4px rgba(37,33,31,0.7); }
.gallery-statement { margin: 1.5rem 0 0.75rem; font-size: 1.1rem; max-width: 40rem; }
.instagram-link { display: inline-flex; gap: 0.5rem; font-weight: 600; color: var(--berry); border-bottom: 1.5px solid var(--clay-ink); padding-bottom: 3px; }

/* ---------- Awards ---------- */
.awards { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1rem, 4vw, 3rem); }
.awards-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 1.25rem clamp(2rem, 5vw, 3.5rem); align-items: center; }
.awards-lede { max-width: 18rem; }
.awards-lede h2 { font-size: 1.35rem; }
.awards-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.award { display: flex; gap: 0.9rem; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.15rem; }
.award-years { flex: 0 0 auto; font-weight: 700; font-size: 0.95rem; color: var(--berry); border-right: 1px solid var(--line); padding-right: 0.9rem; }
.award-body strong { display: block; font-size: 0.92rem; font-weight: 600; }
.award-body span { font-size: 0.82rem; color: var(--ink-soft); }

.inside { background: var(--cream); padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 4vw, 3rem); }
.inside-inner { max-width: var(--max); margin: 0 auto; }
.inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.inside-grid figure { margin: 0; position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 5; }
.inside-grid img { width: 100%; height: 100%; object-fit: cover; }
.inside-grid figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 2.2rem 1rem 0.85rem;
  background: linear-gradient(to top, rgba(37,33,31,0.85), rgba(37,33,31,0));
  color: #fff; font-size: 0.85rem; font-weight: 600; text-shadow: 0 1px 4px rgba(37,33,31,0.7);
}

/* ---------- Team portraits ---------- */
.team-portrait { position: relative; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; background: var(--cream); margin-bottom: 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; border: 1px solid var(--line); }
.team-portrait.has-photo { border: 0; display: block; }
.team-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.team-portrait .soon { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay-ink); }
.team-portrait img { height: 100%; object-fit: cover; }
.team-portrait .monogram { font-size: 2rem; font-weight: 600; color: var(--clay-ink); }


/* ---------- Proof / reviews ---------- */
.proof-section { max-width: var(--max); margin: 0 auto; padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 4vw, 3rem); }
.review-theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 2.5rem; }
.review-theme { background: var(--white); border-radius: 16px; padding: 1.6rem; border: 1px solid var(--line); }
.review-icon { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--cream); color: var(--berry); margin-bottom: 0.9rem; }
.review-theme p { color: var(--ink-soft); font-size: 0.93rem; margin: 0.5rem 0 0; }
.rating-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }

.reviews-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 1.25rem; }
.review-quote { margin: 0; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 14px; padding: 1.4rem 1.5rem; }
.review-quote .stars { color: #8a6410; letter-spacing: 0.12em; margin: 0 0 0.6rem; font-size: 0.95rem; }
.review-quote p { margin: 0; font-size: 1rem; }
.review-quote cite { display: block; margin-top: 0.9rem; font-style: normal; font-size: 0.82rem; color: var(--ink-soft); }
.review-quote .quote-flag { margin-top: 0.9rem; font-size: 0.76rem; color: var(--clay-ink); }
.review-quote.flagged { border-left-color: var(--clay); }
.rating-card { background: var(--berry-deep); color: #fff; border-radius: 16px; padding: 1.6rem 1.75rem; display: flex; flex-direction: column; gap: 0.2rem; }
.rating-card.secondary { background: var(--white); color: var(--ink); border: 1px solid var(--line); }
.rating-card .label { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.8; }
.rating-card .score { font-size: 2.4rem; font-weight: 600; line-height: 1.05; }
.rating-card .stars { color: var(--gold); letter-spacing: 0.1em; }
.rating-card small { font-size: 0.8rem; opacity: 0.82; margin-top: 0.35rem; }
.snapshot-note { font-size: 0.78rem; color: var(--ink-soft); margin-top: 1.1rem; }

/* ---------- Story / reels ---------- */
.story-section { background: var(--berry-deep); color: #fff; padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 4vw, 3rem); }
.story-inner { max-width: var(--max); margin: 0 auto; }
.story-copy { max-width: 42rem; margin-bottom: 2.5rem; }
.story-copy p { opacity: 0.85; }
.story-note { display: inline-block; margin-top: 0.5rem; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(210,173,120,0.45); padding: 0.35rem 0.9rem; border-radius: 999px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.story-card { position: relative; border-radius: 16px; overflow: hidden; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); }
.story-media { position: relative; aspect-ratio: 9 / 16; background: rgba(255,255,255,0.05); }
.story-media img, .story-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.6rem; border: 2px dashed rgba(210,173,120,0.5); border-radius: 16px; text-align: center; padding: 1.5rem; }
.video-placeholder .play { width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.video-placeholder strong { font-size: 0.95rem; font-weight: 600; }
.video-placeholder span { font-size: 0.78rem; opacity: 0.72; }
.play-btn {
  position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(37,33,31,0.26); border: 0; cursor: pointer; padding: 0;
  transition: background 0.25s ease;
}
.play-btn > span[aria-hidden] {
  width: 62px; height: 62px; border-radius: 50%;
  border: 1.5px solid var(--gold); color: var(--gold); background: rgba(79,35,48,0.72);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; padding-left: 4px; transition: transform 0.25s ease, background 0.25s ease;
}
.play-btn:hover > span[aria-hidden] { transform: scale(1.08); background: var(--berry); }
.play-btn.is-playing { background: transparent; }
.play-btn.is-playing > span[aria-hidden] { opacity: 0; }
.play-btn.is-playing:hover > span[aria-hidden] { opacity: 1; }
.reel-badge { position: absolute; top: 14px; left: 14px; background: var(--gold); color: var(--berry-deep); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 999px; z-index: 2; }
.story-card-copy { padding: 1.25rem 1.35rem 1.5rem; }
.story-card-copy p { font-size: 0.9rem; opacity: 0.82; margin: 0.4rem 0 0; }

/* ---------- Salon band ---------- */
.salon-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--cream); }
.salon-band .salon-image { align-self: stretch; min-height: 320px; }
.salon-band .salon-image img { height: 100%; object-fit: cover; }
.salon-copy { padding: clamp(1.75rem, 3vw, 2.75rem); }
.salon-copy p { color: var(--ink-soft); }
.check-list { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: 0.6rem; }
.check-list li { position: relative; padding-left: 1.7rem; font-size: 0.95rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--clay-ink); font-weight: 700; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem 1.5rem 1.8rem; }
.team-initial { width: 54px; height: 54px; border-radius: 50%; background: var(--cream); color: var(--berry); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 600; margin-bottom: 1rem; }
.team-card h3 { margin-bottom: 0.5rem; }
.team-card p:not(.eyebrow) { font-size: 0.9rem; color: var(--ink-soft); margin: 0; }
.placeholder-label { display: inline-block; margin-top: 0.9rem; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay-ink); border: 1px dashed var(--clay); padding: 0.25rem 0.7rem; border-radius: 999px; }
.portrait-note { margin-top: 1.5rem; font-size: 0.82rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq-section { background: var(--paper); max-width: none; border-top: 1px solid var(--line); }
.faq-inner { max-width: var(--max); margin: 0 auto; }
.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; align-content: start; }
.faq-list details { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 1.1rem 1.35rem; }
.faq-list summary { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--clay-ink); font-size: 1.3rem; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0.85rem 0 0; color: var(--ink-soft); }

/* ---------- Visit ---------- */
.visit-section { display: grid; grid-template-columns: 1.1fr 0.9fr; background: var(--berry); background-size: cover; background-position: center; color: #fff; }
.visit-links { display: grid; gap: 0.55rem; margin-top: 1.5rem; font-size: 0.95rem; }
.visit-links a { display: inline-flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.4); width: fit-content; padding-bottom: 2px; }
.visit-copy { padding: clamp(2rem, 3.5vw, 3rem) clamp(1.5rem, 4vw, 3rem); }
.visit-copy address { font-style: normal; font-size: 1.05rem; margin: 1rem 0 1.25rem; opacity: 0.92; }
.visit-copy a.contact { border-bottom: 1px solid rgba(255,255,255,0.5); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; margin-top: 1.75rem; }
.visit-actions .text-link { border-color: var(--gold); color: var(--gold); }
.hours-card { background: var(--white); color: var(--ink); margin: clamp(1.25rem, 2.5vw, 2rem); border-radius: 18px; padding: clamp(1.5rem, 2.5vw, 2rem); align-self: center; }
.hours-card dl { margin: 1.25rem 0; display: grid; gap: 0.65rem; }
.hours-card dl > div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 0.65rem; border-bottom: 1px solid var(--line); }
.hours-card dt { color: var(--ink-soft); }
.hours-card dd { margin: 0; font-weight: 600; }
.hours-card > a { font-weight: 600; color: var(--berry); }
.hours-flag { margin-top: 1rem; font-size: 0.78rem; color: var(--clay-ink); }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: var(--paper); padding: clamp(2rem, 3.5vw, 2.75rem) clamp(1rem, 4vw, 3rem) 2.25rem; text-align: center; }
footer .brand { align-items: center; margin-bottom: 1rem; }
footer p { opacity: 0.75; font-size: 0.92rem; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.25rem; font-size: 0.9rem; }
.footer-links a { border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 2px; }
.legal { margin-top: 1.75rem; font-size: 0.76rem; opacity: 0.5; }

/* ---------- Mobile sticky actions ---------- */
.mobile-actions { display: none; }


/* Tap-target minimum for inline phone links (WCAG 2.2 target size / Lighthouse 24px) */
.visit-links a[href^="tel:"], .hours-card a[href^="tel:"] {
  display: inline-flex; align-items: center; min-height: 28px;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-image-wrap { order: -1; max-width: 480px; }
  .hero-image { border-radius: 160px 160px 16px 16px; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .service-grid, .review-theme-grid, .story-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .feature, .special-section, .salon-band, .visit-section { grid-template-columns: 1fr; }
  .feature-copy { padding: 0 clamp(1.5rem, 5vw, 2.5rem) clamp(2rem, 5vw, 3rem); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }

  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-list { grid-template-columns: 1fr; }
  .offer-row, .wow-grid, .wow-grid.two { grid-template-columns: 1fr; }
  .special-action { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 1.5rem; margin-top: 1.5rem; }
  .awards-inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
  .offer-strip .strip-sep { padding-left: 0; }
  .offer-strip .strip-sep::before { content: none; }
  .site-header nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 0.5rem 1.25rem 1.25rem;
    background: var(--paper); border-bottom: 1px solid var(--line);
  }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
  .menu-button { display: flex; }
  .header-book { display: none; }
  .service-grid, .review-theme-grid, .story-grid, .team-grid, .rating-grid, .awards-list, .reviews-pair { grid-template-columns: 1fr; }
  .story-grid .story-card:nth-child(n+3) { display: none; }
  /* Cap the hero on phones so the headline clears the fixed booking bar */
  .hero-image {
    height: min(42vh, 380px);
    min-height: 240px;
    object-fit: cover;
    object-position: center 32%;
    border-radius: 120px 120px 16px 16px;
  }
  .hero-caption { left: 8px; bottom: 14px; }
  .hero-rating { right: 8px; top: 14px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
  .inside-grid { grid-template-columns: 1fr; }
  .mobile-actions {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: var(--line);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .mobile-actions a {
    min-height: 60px; display: flex; align-items: center; justify-content: center;
    font-weight: 600; background: var(--white);
  }
  .mobile-actions a.primary { background: var(--berry); color: #fff; }
}

/* Very narrow phones: the offer strip wraps to two lines, so the hero needs to give back more */
@media (max-width: 400px) {
  .hero-image { height: min(34vh, 300px); }
}

/* Short viewports (older phones in portrait): give the hero back more height again */
@media (max-width: 760px) and (max-height: 700px) {
  .hero-image { height: min(30vh, 220px); min-height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
