:root {
  --paper: #fffaf8;
  --white: #ffffff;
  --blush: #f8e5eb;
  --rose: #ead0d9;
  --berry: #862e59;
  --berry-dark: #652042;
  --ink: #3d2631;
  --muted: #725c66;
  --line: #e8d6dc;
  --serif: "Lora", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.04em; line-height: 1.16; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 4.7vw, 4.3rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.1rem); }
h3 { font-size: 1.55rem; line-height: 1.3; }
em { font-weight: inherit; color: var(--berry); }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--berry); outline-offset: 5px; }
img { display: block; width: 100%; height: auto; }
svg { width: 1.35rem; height: 1.35rem; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(100% - 5rem, 1216px); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 7vw, 6.5rem); }
.eyebrow { margin-bottom: 1.2rem; color: var(--berry); font-size: .875rem; font-weight: 600; letter-spacing: .075em; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-180%); padding: .75rem 1rem; border-radius: 8px; background: var(--white); }
.skip-link:focus { transform: none; }
.location-note { background: var(--blush); padding: .55rem 1rem; text-align: center; font-size: .8125rem; color: var(--berry-dark); }
.masthead { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; column-gap: 2rem; position: relative; z-index: 20; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: fit-content; color: var(--berry); }
.wordmark-name { font: italic 500 2.65rem/1 var(--serif); letter-spacing: -.08em; padding-right: .15em; }
.wordmark-subtitle { font-size: .75rem; letter-spacing: .35em; padding-left: .35em; font-weight: 600; margin-top: .45rem; }
.masthead > .wordmark { grid-column: 2; grid-row: 1; }
.desktop-nav { grid-column: 1; grid-row: 1; display: flex; flex-wrap: wrap; gap: 1.6rem; font-size: .875rem; }
.header-actions { grid-column: 3; grid-row: 1; display: flex; justify-content: flex-end; align-items: center; gap: 1.6rem; font-size: .875rem; }
.desktop-nav a, .visit-link { padding-block: .5rem; }
.desktop-nav a:hover, .visit-link:hover, .footer a:hover { color: var(--berry); text-decoration: underline; text-underline-offset: .35em; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.6rem; border: 1px solid var(--berry); border-radius: 99px; color: var(--white); background: var(--berry); font-size: .9375rem; font-weight: 600; text-align: center; line-height: 1.5; transition: background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--berry-dark); border-color: var(--berry-dark); box-shadow: 0 6px 16px #862e591a; }
.button-small { min-height: 44px; padding: .6rem 1.2rem; font-size: .875rem; }
.button-outline { color: var(--berry); background: transparent; }
.button-outline:hover { color: var(--white); }
.mobile-menu { display: none; }

.hero { margin: 0 auto; width: min(100% - 3rem, 1500px); min-height: 638px; padding: 3.25rem 1.5rem; position: relative; border-radius: 1.5rem; overflow: hidden; isolation: isolate; display: flex; align-items: center; justify-content: center; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; z-index: -2; }
.hero::before { position: absolute; inset: 0; content: ""; background: #3d263110; z-index: -1; }
.hero-card { width: min(100%, 540px); border-radius: 15rem 15rem 1.5rem 1.5rem; background: var(--paper); padding: 4.5rem 2.8rem 2.6rem; text-align: center; border: 7px solid #ffffff75; background-clip: padding-box; box-shadow: 0 16px 50px #3d263116; }
.hero-card .eyebrow { font-size: .875rem; margin-bottom: 1.1rem; }
.hero-card > p:not(.eyebrow) { color: var(--muted); margin: 1.5rem 0 1.8rem; font-size: 1rem; }
.quiet-link { display: block; width: fit-content; margin: 1rem auto 0; font-size: .875rem; text-decoration: underline; text-underline-offset: .3em; text-decoration-color: #862e5960; }
.quiet-link:hover { color: var(--berry); text-decoration-color: var(--berry); }
.photo-caption { position: absolute; left: 1.5rem; bottom: 1.35rem; padding: .45rem .85rem; border-radius: 99px; color: var(--ink); background: #fffaf8f2; font-size: .75rem; }
.reassurance { padding-block: 2.5rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.reassurance-item { display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center; padding: .2rem 1rem; font-size: .875rem; color: var(--muted); }
.reassurance-item + .reassurance-item { border-left: 1px solid var(--line); }
.reassurance-title { font: 400 1.8rem/1.3 var(--serif); color: var(--ink); display: flex; align-items: center; gap: .75rem; }
.stars { color: var(--berry); font: 400 .9375rem/1 var(--sans); letter-spacing: .12em; white-space: nowrap; }
.section-heading { margin-bottom: 3rem; }
.centred { text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); max-width: 660px; margin: 1.25rem auto 0; }
.treatment-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 4.5rem; }
.treatment { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.75rem 0; border-top: 1px solid var(--line); min-width: 0; }
.treatment h3 { font-size: clamp(1.3rem, 1.65vw, 1.5rem); }
.treatment p { margin-top: .65rem; font-size: 1rem; color: var(--muted); max-width: 430px; }
.treatment-link { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--rose); border-radius: 50%; color: var(--berry); transition: background .2s ease; }
.treatment-link:hover { background: var(--blush); }
.menu-footer { margin-top: 1.4rem; padding-top: 1.6rem; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.menu-footer p { font-size: .875rem; max-width: 460px; color: var(--muted); }

.salon-story { background: var(--blush); padding-block: clamp(4rem, 7vw, 6.5rem); }
.story-inner { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.salon-portrait { margin: 0; padding: .8rem .8rem 0; background: var(--paper); border-radius: 14rem 14rem 1rem 1rem; }
.salon-portrait img { height: 435px; object-fit: cover; object-position: 58% center; border-radius: 13.4rem 13.4rem .4rem .4rem; }
.salon-portrait figcaption { padding: 1.2rem .8rem; text-align: center; font-size: .875rem; color: var(--muted); }
.story-copy > p:not(.eyebrow) { margin-top: 1.3rem; color: #61434f; }
.text-link { display: inline-block; font-size: .875rem; color: var(--berry); text-decoration: underline; text-underline-offset: .35em; text-decoration-color: #862e5960; padding-block: .5rem; }
.text-link:hover { text-decoration-color: var(--berry); }
.story-copy .text-link { margin-top: 1.15rem; }
.story-signature { margin-top: 1.3rem; font: italic 400 1.45rem/1.4 var(--serif); color: var(--berry); }
.people { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.7fr); gap: 2.8rem; }
.founder { padding: 2.7rem; border: 1px solid var(--rose); border-radius: 1.5rem; background: #ffffff; display: flex; flex-direction: column; justify-content: center; }
.founder h3 { font-size: 2.6rem; color: var(--berry); }
.founder .eyebrow { font-size: .8125rem; }
.role { color: var(--berry); font-size: .875rem; margin: .6rem 0; font-weight: 600; }
.founder > p:last-child { color: var(--muted); margin-top: .8rem; }
.specialists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem 2.5rem; }
.person { padding: 1.3rem 0 .8rem; border-top: 1px solid var(--line); }
.person h3 { font-size: 1.75rem; }
.person > p:last-child { color: var(--muted); font-size: 1rem; }
.reviews { background: #f4dce6; padding-block: 4.5rem; }
.review-rating { display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .7rem; font-size: .875rem; color: #61434f; margin-top: 1.2rem; }
.review-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.review-note { min-width: 0; background: var(--paper); padding: 2rem; border-radius: .6rem; box-shadow: 0 8px 18px #862e5907; display: flex; flex-direction: column; justify-content: space-between; min-height: 205px; }
.review-note blockquote { font: italic 400 clamp(1.3rem, 2vw, 1.8rem)/1.45 var(--serif); margin: 0 0 1.5rem; }
.review-note figcaption { font-size: .875rem; font-weight: 600; }
.review-note figcaption span { display: block; font-size: .8125rem; font-weight: 400; color: var(--muted); margin-top: .2rem; }
.review-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem 2rem; margin-top: 1.6rem; }
.visit-main { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem 5rem; align-items: center; }
.visit-copy address { margin-top: 1.5rem; font-style: normal; }
.visit-copy > p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); }
.visit-copy .button { margin-top: 1.5rem; }
.doorway-photo { grid-column: 2; grid-row: 1 / span 2; background: var(--white); border: 1px solid var(--line); padding: .8rem .8rem 0; border-radius: 1rem; }
.doorway-photo img { height: 610px; object-fit: cover; object-position: 37% center; border-radius: .4rem; }
.doorway-photo figcaption { padding: 1rem .5rem; font-size: .8125rem; text-align: center; color: var(--muted); }
.hours-card { grid-column: 1; padding: 1.75rem; border-radius: 1rem; background: var(--white); border: 1px solid var(--line); }
.hours-card h3 { font-size: 1.3rem; }
.hours { margin: 1rem 0 0; }
.hours > div { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; font-size: .875rem; border-bottom: 1px solid var(--line); }
.hours dd { margin: 0; color: var(--berry); white-space: nowrap; }
.patch-note { margin-top: 1.3rem; }
.patch-note h4 { font: 600 .875rem/1.5 var(--sans); margin: 0 0 .5rem; }
.patch-note p { font-size: .875rem; color: var(--muted); }
.booking { background: var(--blush); border-block: 1px solid var(--rose); padding-block: 3.5rem; }
.booking-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.booking h2 { font-size: clamp(2.25rem, 4vw, 3.5rem); }
.booking-action { max-width: 365px; }
.booking-action > p { color: var(--muted); margin-bottom: 1.25rem; }
.booking-action > span { display: block; margin-top: .8rem; font-size: .8125rem; color: var(--muted); }
.footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: 3.5rem; padding-block: 2.7rem; }
.footer > p { font-size: .875rem; color: var(--muted); }
.footer nav { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .875rem; }

/* Content stays visible by default; motion is added only at the moment of entry. */
[data-reveal] { --reveal-distance: 28px; --reveal-delay: 0ms; }
[data-reveal-delay="1"] { --reveal-delay: 90ms; }
[data-reveal-delay="2"] { --reveal-delay: 180ms; }
[data-reveal].is-revealing {
  animation: content-arrive 780ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay) both;
}
[data-reveal="photo"].is-revealing {
  animation-name: photo-arrive;
  animation-duration: 1000ms;
}
[data-reveal].is-revealing:focus-within { animation: none; }
@keyframes content-arrive {
  from { opacity: 0; transform: translate3d(0, var(--reveal-distance), 0); }
  to { opacity: 1; transform: none; }
}
@keyframes photo-arrive {
  from { opacity: 0; transform: translate3d(0, var(--reveal-distance), 0) scale(.975); }
  to { opacity: 1; transform: none; }
}
@media print {
  [data-reveal].is-revealing { animation: none !important; }
}

@media (max-width: 1000px) {
  .wrap { width: calc(100% - 3rem); }
  .masthead { column-gap: 1rem; }
  .desktop-nav { gap: .9rem; }
  .header-actions { gap: .9rem; }
  .treatment-menu { column-gap: 2.5rem; }
  .story-inner { gap: 3rem; }
  .people { gap: 2rem; grid-template-columns: 1fr 1.5fr; }
  .founder { padding: 2rem; }
  .specialists { gap: 1.5rem; }
  .visit-main { gap: 2rem 3rem; }
  .doorway-photo img { height: 650px; }
  .review-note { padding: 1.5rem; }
}
@media (max-width: 760px) {
  [data-reveal] { --reveal-distance: 16px; --reveal-delay: 0ms; }
  [data-reveal].is-revealing { animation-duration: 620ms; }
  [data-reveal="photo"].is-revealing { animation-duration: 800ms; }
  .wrap { width: calc(100% - 2.5rem); }
  .masthead { min-height: 94px; grid-template-columns: 1fr auto 1fr; }
  .wordmark-name { font-size: 2.3rem; }
  .wordmark-subtitle { font-size: .75rem; }
  .desktop-nav, .visit-link { display: none; }
  .mobile-menu { display: block; grid-column: 1; grid-row: 1; }
  .mobile-menu summary { width: fit-content; display: flex; align-items: center; gap: .55rem; min-height: 44px; list-style: none; font-size: .875rem; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-lines { width: 16px; height: 7px; border-block: 1px solid currentColor; }
  .mobile-menu nav { position: absolute; left: 0; right: 0; top: calc(100% - .25rem); padding: 1rem; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: .7rem; box-shadow: 0 12px 20px #3d263110; }
  .mobile-menu nav a { padding: .75rem; border-radius: .4rem; }
  .mobile-menu nav a:hover { background: var(--blush); }
  .button-small { padding: .6rem .85rem; }
  .hero { width: calc(100% - 1.5rem); min-height: 590px; padding: 2rem 1.2rem 3.1rem; border-radius: 1rem; }
  .hero-card { max-width: 450px; padding: 3.5rem 1.8rem 2rem; border-width: 5px; }
  .hero h1 { font-size: clamp(2.4rem, 7.6vw, 3.5rem); }
  .hero-photo { object-position: 65% center; }
  .photo-caption { left: 50%; transform: translateX(-50%); bottom: .6rem; width: max-content; max-width: 90%; padding: .3rem .7rem; text-align: center; }
  .reassurance { grid-template-columns: 1fr; padding-block: 1.3rem; gap: .75rem; }
  .reassurance-item { flex-direction: row; justify-content: space-between; text-align: right; padding: .6rem 0; gap: 1.25rem; }
  .reassurance-item + .reassurance-item { border-left: 0; border-top: 1px solid var(--line); padding-top: 1.2rem; }
  .reassurance-title { font-size: 1.25rem; flex-shrink: 0; gap: .45rem; }
  .reassurance-item > span:last-child { max-width: 175px; font-size: .8125rem; }
  .reassurance-title .stars { font-size: .7rem; }
  .section-heading { margin-bottom: 2.3rem; }
  .treatment-menu { grid-template-columns: 1fr; }
  .treatment { padding-block: 1.5rem; }
  .treatment h3 { font-size: 1.4rem; }
  .menu-footer { flex-direction: column; text-align: center; gap: 1.2rem; }
  .story-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .salon-portrait { width: min(100%, 450px); margin-inline: auto; }
  .salon-portrait img { height: 375px; }
  .story-copy { max-width: 570px; margin-inline: auto; }
  .people { grid-template-columns: 1fr; }
  .founder { padding: 2rem; }
  .founder > p:last-child { max-width: 400px; }
  .specialists { gap: 1.5rem 2rem; }
  .person h3 { font-size: 1.5rem; }
  .review-notes { grid-template-columns: 1fr; max-width: 550px; margin-inline: auto; }
  .review-note { min-height: 158px; padding: 1.5rem; }
  .review-note blockquote { font-size: 1.6rem; }
  .review-note figcaption span { display: inline; margin-left: .75rem; }
  .visit-main { grid-template-columns: 1fr; gap: 2rem; }
  .doorway-photo { grid-column: auto; grid-row: auto; }
  .doorway-photo img { height: 380px; }
  .hours-card { grid-column: auto; }
  .booking-inner { flex-direction: column; text-align: center; gap: 2rem; }
  .footer { grid-template-columns: auto 1fr; gap: 1.5rem 2rem; }
  .footer nav { grid-column: 1 / -1; justify-content: center; border-top: 1px solid var(--line); padding-top: 1.5rem; gap: 2rem; }
  .footer > p { text-align: right; }
}
@media (max-width: 390px) {
  .wrap { width: calc(100% - 2rem); }
  .location-note { font-size: .75rem; }
  .masthead { gap: .5rem; }
  .mobile-menu summary { gap: .35rem; }
  .header-actions .button-small { padding-inline: .75rem; }
  .hero { padding-inline: .8rem; min-height: 580px; }
  .hero-card { padding: 3.5rem 1rem 2rem; }
  .hero-card .eyebrow { font-size: .8125rem; letter-spacing: .03em; }
  .hero h1 { font-size: 2.35rem; }
  .desktop-break { display: none; }
  .reassurance-title { font-size: 1.15rem; }
  .reassurance-item { gap: 1rem; }
  .reassurance-item > span:last-child { max-width: 140px; }
  .specialists { grid-template-columns: 1fr; }
  .hours-card { padding: 1.3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
