:root {
  --ink: #2b2421;
  --ink-soft: #4f4540;
  --muted: #716760;
  --ivory: #fbf8f3;
  --paper: #fffdf9;
  --sand: #eee6dc;
  --rose: #caa396;
  --rose-deep: #9d7166;
  --blush: #f2e5e0;
  --brass: #aa8056;
  --night: #302724;
  --night-soft: #3c312d;
  --line: rgba(43, 36, 33, 0.14);
  --light-line: rgba(255, 255, 255, 0.17);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1280px, calc(100% - 64px));
  --shadow: 0 24px 70px rgba(58, 42, 34, 0.12);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.02;
}

em {
  color: var(--rose-deep);
  font-weight: 400;
}

::selection {
  background: var(--rose);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  background: var(--night);
  color: #fff;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: clamp(92px, 10vw, 156px) 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--rose-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow > span {
  display: block;
  width: 30px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: #e7c9c0;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid var(--night);
  border-radius: 0;
  background: var(--night);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  padding: 15px 23px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  background: transparent;
  color: var(--night);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  gap: 10px;
  padding: 11px 18px;
  font-size: 0.66rem;
}

.text-link,
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  padding: 0 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 180ms ease, color 180ms ease;
}

.text-link:hover,
.card-link:hover {
  gap: 16px;
  color: var(--rose-deep);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled,
.area-page .site-header {
  border-color: var(--line);
  background: rgba(251, 248, 243, 0.94);
  box-shadow: 0 10px 28px rgba(47, 37, 32, 0.06);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy > span {
  font-family: var(--serif);
  font-size: 1.17rem;
  letter-spacing: 0.035em;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-menu,
.area-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.7vw, 42px);
}

.site-menu > a:not(.button),
.area-nav > a:not(.button) {
  position: relative;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-menu > a:not(.button)::after,
.area-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-menu > a:hover::after,
.area-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: max(720px, 100svh);
  overflow: hidden;
  background: #e8ddd2;
}

.hero-media,
.hero-media img,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(250, 247, 241, 0.98) 0%, rgba(250, 247, 241, 0.9) 30%, rgba(250, 247, 241, 0.2) 59%, rgba(250, 247, 241, 0) 72%),
    linear-gradient(0deg, rgba(30, 22, 19, 0.13), transparent 35%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: max(720px, 100svh);
  align-items: center;
  padding-top: 88px;
}

.hero-copy {
  width: min(670px, 52%);
}

.hero h1 {
  margin: 0 0 30px;
  font-size: clamp(4rem, 7.5vw, 7.8rem);
  letter-spacing: -0.052em;
}

.hero h1 em {
  display: inline-block;
  font-size: 0.68em;
  letter-spacing: -0.035em;
}

.hero-intro {
  max-width: 540px;
  margin-bottom: 35px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.07rem, 1.45vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-note {
  position: absolute;
  right: 24px;
  bottom: 42px;
  z-index: 2;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--line);
  padding: 20px clamp(20px, 3vw, 48px);
}

.trust-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.trust-grid > div > span {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.trust-grid strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: clamp(40px, 8vw, 130px);
  margin-bottom: clamp(54px, 6vw, 86px);
}

.section-heading h2,
.gallery-heading h2,
.approach-copy h2,
.faq-intro h2,
.booking-intro h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  letter-spacing: -0.045em;
}

.section-heading > p,
.faq-intro > p,
.booking-intro > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.7;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 38px);
}

.service-card {
  min-width: 0;
}

.service-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--sand);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
}

.service-card:hover .service-image img {
  transform: scale(1.035);
}

.service-image > span {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.9);
  font-family: var(--serif);
  font-size: 0.8rem;
}

.service-card-copy {
  padding: 25px 4px 0;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.service-card p {
  min-height: 52px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.price-menu {
  margin-top: clamp(76px, 8vw, 118px);
  padding: clamp(34px, 5vw, 70px);
  background: var(--night);
  color: #fff;
}

.price-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--light-line);
  padding-bottom: 34px;
}

.price-header h3 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.service-tabs {
  display: flex;
  gap: 7px;
  padding: 5px;
  border: 1px solid var(--light-line);
}

.service-tabs button {
  min-width: 86px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 11px 15px;
  text-transform: uppercase;
}

.service-tabs button[aria-selected="true"] {
  background: var(--paper);
  color: var(--ink);
}

.price-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
}

.price-panel[hidden] {
  display: none;
}

.price-item {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--light-line);
  padding: 24px 0;
}

.price-item h4 {
  margin: 0 0 7px;
  font-size: 1.35rem;
}

.price-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.price-item > span {
  flex: 0 0 auto;
  color: #f1d4cb;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.price-item small {
  font-family: var(--sans);
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.price-item h4 a {
  color: inherit;
  text-decoration: none;
}

.price-item h4 a:hover {
  color: #e7c2b6;
}

.price-item .price-duration {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
}

.price-note {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
}

.price-menu-link {
  margin: 24px 0 0;
}

.service-image.service-art {
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.48) 0 9%, transparent 9.5%),
    linear-gradient(145deg, #e8d3ca, #b78175);
  padding: 38px;
  text-decoration: none;
}

.service-image.service-art::before {
  position: absolute;
  inset: 14% -15% auto auto;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  content: "";
}

.service-image.service-art-lash {
  background:
    radial-gradient(ellipse at 73% 28%, transparent 0 17%, rgba(255, 255, 255, 0.36) 17.4% 17.8%, transparent 18.2%),
    linear-gradient(145deg, #d8c8c0, #77645e);
}

.service-image.service-art-massage {
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.28) 0 15%, transparent 15.5%),
    linear-gradient(145deg, #d9c7b9, #816d62);
}

.service-image.service-art-mehndi {
  background:
    radial-gradient(circle at 72% 25%, transparent 0 10%, rgba(255, 255, 255, 0.34) 10.4% 10.9%, transparent 11.3% 18%, rgba(255, 255, 255, 0.2) 18.4% 18.9%, transparent 19.3%),
    linear-gradient(145deg, #d6b594, #8d5545);
}

.service-art > strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.approach {
  background: var(--blush);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.82fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
}

.approach-visual {
  position: relative;
}

.approach-visual img {
  width: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: 78% center;
}

.visual-seal {
  position: absolute;
  right: -56px;
  bottom: 60px;
  display: grid;
  width: 150px;
  height: 150px;
  place-content: center;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: var(--shadow);
  text-align: center;
  transform: rotate(-7deg);
}

.visual-seal span {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-seal strong {
  margin: 2px 0;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
}

.approach-copy .lead {
  margin: 30px 0 40px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.65;
}

.approach-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
}

.approach-steps li > span {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-style: italic;
}

.approach-steps h3 {
  margin: 0 0 6px;
  font-size: 1.5rem;
}

.approach-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.gallery-heading {
  max-width: 760px;
  margin-bottom: 62px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 270px 170px 360px;
  gap: 20px;
}

.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--sand);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2,.8,.2,1);
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
}

.gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  background: rgba(255, 253, 249, 0.88);
  font-family: var(--serif);
  font-size: 0.82rem;
}

.gallery-one {
  grid-area: 1 / 1 / 3 / 6;
}

.gallery-two {
  grid-area: 1 / 6 / 2 / 10;
}

.gallery-three {
  grid-area: 2 / 6 / 4 / 13;
}

.gallery-four {
  grid-area: 1 / 10 / 2 / 13;
}

.gallery-one img {
  object-position: center 35%;
}

.gallery-three img {
  object-position: 70% center;
}

.manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 178px) 0;
  background: var(--night);
  color: #fff;
  text-align: center;
}

.manifesto::before,
.manifesto::after {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.manifesto::before {
  top: -170px;
  left: -70px;
}

.manifesto::after {
  right: -80px;
  bottom: -190px;
}

.manifesto .shell {
  position: relative;
  z-index: 1;
}

.manifesto-mark {
  display: block;
  height: 65px;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
}

.manifesto p {
  max-width: 960px;
  margin: 20px auto 42px;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.2vw, 5.5rem);
  line-height: 1.13;
  letter-spacing: -0.035em;
}

.manifesto p em {
  color: #e7c2b6;
}

.text-link-light {
  color: #fff;
}

.text-link-light:hover {
  color: #e7c2b6;
}

.review-proof {
  background: var(--paper);
}

.review-source-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.review-source-card {
  display: grid;
  min-height: 360px;
  align-content: start;
  border-right: 1px solid var(--line);
  color: var(--ink);
  padding: clamp(35px, 5vw, 72px);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.review-source-card:last-child {
  border-right: 0;
}

.review-source-card:hover {
  background: var(--blush);
  transform: translateY(-3px);
}

.review-source-name {
  color: var(--rose-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.review-source-card strong {
  margin: 35px 0 18px;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  font-weight: 400;
  line-height: 0.9;
}

.review-source-card strong small {
  font-size: 0.28em;
  font-weight: 400;
}

.review-source-card p {
  max-width: 430px;
  margin: 0 0 35px;
  color: var(--muted);
}

.review-source-link {
  align-self: end;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-source-link b {
  margin-left: 10px;
}

.review-source-note {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.section-heading.compact {
  grid-template-columns: 1fr;
  margin-bottom: 55px;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.standard-grid article {
  min-height: 270px;
  border-right: 1px solid var(--line);
  padding: 45px clamp(24px, 4vw, 55px);
}

.standard-grid article:last-child {
  border-right: 0;
}

.standard-grid article > span {
  display: block;
  margin-bottom: 45px;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 1.7rem;
}

.standard-grid h3 {
  margin: 0 0 14px;
  font-size: 1.65rem;
}

.standard-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.areas-preview {
  background: var(--sand);
}

.area-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 50px;
  background: rgba(43, 36, 33, 0.12);
}

.area-link-grid > a {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--ivory);
  padding: 20px 24px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.area-link-grid > a:hover {
  background: var(--night);
  color: #fff;
}

.area-link-grid span {
  font-family: var(--serif);
  font-size: 1.05rem;
}

.area-link-grid small {
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.area-link-grid a:hover small {
  color: rgba(255, 255, 255, 0.62);
}

.areas-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 34px;
  margin-top: 35px;
  text-align: center;
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 150px);
}

.faq-intro > p {
  margin-top: 30px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 27px 50px 27px 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 18px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 650px;
  margin: -4px 0 28px;
  color: var(--muted);
  font-size: 0.88rem;
}

.booking {
  background: var(--night);
  color: #fff;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1fr);
  gap: clamp(60px, 9vw, 135px);
  align-items: start;
}

.booking-intro {
  position: sticky;
  top: 130px;
}

.booking-intro h2 em {
  color: #e7c2b6;
}

.booking-intro > p {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.62);
}

.booking-points {
  margin-top: 55px;
  border-top: 1px solid var(--light-line);
}

.booking-points > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--light-line);
  padding: 23px 0;
}

.booking-points span {
  color: #e7c2b6;
  font-family: var(--serif);
  font-style: italic;
}

.booking-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}

.booking-points strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
}

.booking-form {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(28px, 5vw, 65px);
}

[data-booking-area] {
  margin: 0 0 24px;
  border-left: 3px solid var(--rose-deep);
  background: var(--blush);
  color: var(--ink-soft);
  font-family: var(--serif);
  padding: 12px 15px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.field {
  margin-bottom: 23px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field label span,
.check-row b {
  color: #a33f36;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bdb1a8;
  border-radius: 0;
  background: transparent;
  padding: 12px 2px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field select {
  min-height: 49px;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--rose-deep);
  box-shadow: 0 1px 0 var(--rose-deep);
}

.field [aria-invalid="true"] {
  border-color: #a33f36;
}

.check-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin: 3px 0 26px;
  color: var(--muted);
  font-size: 0.74rem;
  cursor: pointer;
}

.check-row input {
  width: 17px;
  height: 17px;
  margin: 3px 0 0;
  accent-color: var(--night);
}

.trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.form-submit {
  width: 100%;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.form-fineprint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.form-status {
  display: none;
  margin-top: 22px;
  border: 1px solid var(--line);
  padding: 16px 18px;
  font-size: 0.83rem;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border-color: #6d8a6e;
  background: #edf5eb;
  color: #315032;
}

.form-status.is-error {
  border-color: #bd756d;
  background: #fff0ed;
  color: #7f2e27;
}

.site-footer {
  background: #211b19;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 85px 0 75px;
}

.brand-light {
  color: #fff;
}

.footer-brand > p {
  max-width: 380px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.official-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 22px;
}

.official-profile-links a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  padding-bottom: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.inline-address {
  color: inherit;
  text-decoration-color: rgba(105, 58, 53, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}

.footer-nav h2 {
  margin: 0 0 22px;
  color: #d8b8af;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-nav a:not(.footer-book) {
  display: block;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-nav p {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.8rem;
}

.footer-nav a.footer-address-link {
  max-width: 285px;
  margin: 0 0 12px;
  line-height: 1.65;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
}

.footer-address-link > span {
  display: block;
  margin-top: 5px;
  color: #d8b8af;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-directions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 12px;
}

.footer-nav .footer-directions a {
  display: inline-flex;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 6px 8px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-nav .footer-directions a:hover,
.footer-nav .footer-directions a:focus-visible {
  border-color: #d8b8af;
  color: #fff;
}

.footer-book {
  display: inline-flex;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--light-line);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  max-width: min(72%, 900px);
  line-height: 1.5;
}

.footer-legal small {
  display: block;
  margin-top: 5px;
  font-size: 0.62rem;
  letter-spacing: 0.01em;
}

.footer-legal small a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-bottom div {
  display: flex;
  gap: 24px;
}

.footer-bottom a {
  text-decoration: none;
}

.mobile-book {
  display: none;
}

/* Database-backed area directory pages */
.area-page {
  background: var(--ivory);
}

.area-hero {
  padding: 180px 0 100px;
  background:
    linear-gradient(90deg, rgba(251, 248, 243, 0.98), rgba(251, 248, 243, 0.7)),
    url("/assets/images/manicure.webp") 78% 42% / cover;
}

.area-hero .shell {
  max-width: 1280px;
}

.area-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  font-size: clamp(3.5rem, 7vw, 7rem);
  letter-spacing: -0.05em;
}

.area-hero > .shell > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.16rem;
}

.area-content {
  min-height: 420px;
}

.area-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.area-directory-item {
  display: grid;
  min-height: 90px;
  align-content: center;
  gap: 4px;
  background: var(--paper);
  padding: 20px 25px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.area-directory-item:hover {
  background: var(--night);
  color: #fff;
}

.area-directory-item strong {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 400;
}

.area-directory-item span {
  color: var(--muted);
  font-size: 0.7rem;
}

.area-directory-item:hover span {
  color: rgba(255, 255, 255, 0.6);
}

.area-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.area-benefits article {
  min-height: 240px;
  border-right: 1px solid var(--line);
  padding: 34px;
}

.area-benefits article:last-child {
  border: 0;
}

.area-benefits span {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-style: italic;
}

.area-benefits h2 {
  margin: 35px 0 12px;
  font-size: 1.6rem;
}

.area-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.area-services {
  margin: 95px 0;
}

.area-services > h2 {
  margin-bottom: 32px;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.area-services > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.area-services a {
  display: grid;
  aspect-ratio: 4 / 2.2;
  align-content: end;
  background: var(--blush);
  padding: 28px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.area-services a:hover {
  background: var(--sand);
  transform: translateY(-4px);
}

.area-services strong {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
}

.area-services span {
  color: var(--muted);
  font-size: 0.78rem;
}

.area-cta {
  padding: clamp(50px, 7vw, 90px);
  background: var(--night);
  color: #fff;
  text-align: center;
}

.area-cta p {
  margin-bottom: 10px;
  color: #e7c2b6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.area-cta h2 {
  margin: 0 0 30px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.area-cta .button {
  border-color: #fff;
  background: #fff;
  color: var(--night);
}

.area-cta .button:hover {
  background: transparent;
  color: #fff;
}

/* Search-focused treatment guides */
.service-page {
  background: var(--ivory);
}

.salon-home .hero-media img {
  object-position: 72% 43%;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 55px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--ink-soft);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--rose-deep);
}

.treatment-hero {
  padding: 155px 0 105px;
  background:
    radial-gradient(circle at 88% 20%, rgba(202, 163, 150, 0.22) 0 16%, transparent 16.2%),
    linear-gradient(135deg, var(--paper), var(--blush));
}

.service-theme-wax .treatment-hero,
.service-theme-lycon .treatment-hero {
  background:
    radial-gradient(circle at 88% 20%, rgba(170, 128, 86, 0.18) 0 16%, transparent 16.2%),
    linear-gradient(135deg, var(--paper), #eee4d7);
}

.service-theme-lashes .treatment-hero,
.service-theme-brows .treatment-hero {
  background:
    radial-gradient(circle at 88% 20%, rgba(90, 71, 66, 0.14) 0 16%, transparent 16.2%),
    linear-gradient(135deg, var(--paper), #e8dfdc);
}

.treatment-hero .shell {
  max-width: 1280px;
}

.treatment-hero h1 {
  max-width: 920px;
  margin: 0 0 28px;
  font-size: clamp(3.7rem, 7.4vw, 7.5rem);
  letter-spacing: -0.052em;
}

.treatment-hero > .shell > p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 36px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.treatment-hero-facts {
  display: grid;
  max-width: 920px;
  grid-template-columns: repeat(3, 1fr);
  margin: 44px 0 35px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.treatment-hero-facts > div {
  min-height: 108px;
  border-right: 1px solid var(--line);
  padding: 24px 28px 22px 0;
}

.treatment-hero-facts > div + div {
  padding-left: 28px;
}

.treatment-hero-facts > div:last-child {
  border-right: 0;
}

.treatment-hero-facts small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.treatment-hero-facts strong {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 400;
}

.treatment-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.treatment-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--blush);
  padding: clamp(30px, 5vw, 58px);
}

.treatment-card:nth-child(4n + 2),
.treatment-card:nth-child(4n + 3) {
  background: var(--sand);
}

.treatment-card-kicker {
  color: var(--rose-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.treatment-card h2 {
  max-width: 520px;
  margin: 30px 0 18px;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.treatment-card h2 a {
  color: inherit;
  text-decoration: none;
}

.treatment-card > p:not(.treatment-card-kicker) {
  max-width: 520px;
  color: var(--muted);
}

.treatment-card > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-top: 35px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.treatment-card > div > span {
  font-family: var(--serif);
  font-size: 1.05rem;
}

.service-contact-strip,
.service-final-cta {
  background: var(--night);
  color: #fff;
}

.service-contact-strip > .shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  padding-block: clamp(70px, 9vw, 120px);
}

.service-contact-strip h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.service-contact-strip > .shell > div:last-child {
  text-align: right;
}

.service-contact-strip > .shell > div:last-child p {
  color: rgba(255, 255, 255, 0.65);
}

.button-light {
  border-color: #fff;
  background: #fff;
  color: var(--night);
}

.button-light:hover {
  background: transparent;
  color: #fff;
}

.treatment-benefits,
.treatment-process {
  background: var(--paper);
}

.treatment-point-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.treatment-point-grid article,
.process-grid article {
  min-height: 270px;
  border-right: 1px solid var(--line);
  padding: 36px clamp(24px, 3vw, 45px);
}

.treatment-point-grid article:last-child,
.process-grid article:last-child {
  border-right: 0;
}

.treatment-point-grid span,
.process-grid span {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-style: italic;
}

.treatment-point-grid h3,
.process-grid h3 {
  margin: 46px 0 13px;
  font-size: 1.65rem;
}

.treatment-point-grid p,
.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.treatment-prices {
  background: var(--ivory);
}

.treatment-prices .section-heading.compact,
.treatment-process .section-heading.compact {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.5fr);
  align-items: end;
  gap: 70px;
}

.treatment-prices .section-heading.compact > p,
.treatment-process .section-heading.compact > p {
  margin: 0;
  color: var(--muted);
}

.treatment-menu {
  border-top: 1px solid var(--line);
}

.treatment-menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(145px, 180px) minmax(132px, 140px);
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.treatment-menu-row > .button {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.treatment-menu-row h3 {
  margin: 0 0 7px;
  font-size: 1.5rem;
}

.treatment-menu-row p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.treatment-menu-meta {
  display: grid;
  gap: 4px;
}

.treatment-menu-meta strong {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}

.treatment-menu-meta span {
  color: var(--muted);
  font-size: 0.7rem;
}

.treatment-advice {
  background: var(--night);
  color: #fff;
}

.advice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--light-line);
}

.advice-grid article {
  background: var(--night);
  padding: clamp(35px, 6vw, 75px);
}

.advice-grid h2 {
  margin-bottom: 30px;
  font-size: clamp(2.7rem, 4vw, 4rem);
}

.advice-grid ul {
  margin: 0;
  padding-left: 20px;
}

.advice-grid li {
  margin: 13px 0;
  color: rgba(255, 255, 255, 0.68);
}

.treatment-faq {
  background: var(--paper);
}

.related-treatments {
  background: var(--sand);
}

.related-treatments h2 {
  margin-bottom: 38px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.related-treatments .shell > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.related-treatments a {
  display: grid;
  min-height: 145px;
  align-content: center;
  gap: 8px;
  background: var(--ivory);
  padding: 28px;
  text-decoration: none;
}

.related-treatments a:hover {
  background: var(--night);
  color: #fff;
}

.related-treatments a span {
  font-family: var(--serif);
  font-size: 1.25rem;
}

.related-treatments a small {
  color: var(--muted);
  line-height: 1.45;
}

.related-treatments a:hover small {
  color: rgba(255, 255, 255, 0.6);
}

.service-final-cta {
  padding: clamp(80px, 10vw, 145px) 0;
  text-align: center;
}

.service-final-cta .shell > p {
  color: #e7c2b6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-final-cta h2 {
  margin: 0 0 35px;
  font-size: clamp(3rem, 6vw, 6rem);
}

.service-final-cta .shell > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.service-final-cta .shell > div > a:not(.button) {
  color: #fff;
}

.compact-footer {
  padding-block: 65px;
}

/* Additional local-area content */
.area-breadcrumbs {
  margin-bottom: 55px;
}

.area-local-copy {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  gap: clamp(55px, 10vw, 145px);
  margin: 95px 0;
}

.area-local-copy h2,
.area-faq > h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.area-local-copy > div:last-child {
  color: var(--muted);
}

.area-faq {
  max-width: 900px;
  margin: 95px auto;
  border-top: 1px solid var(--line);
}

.area-faq > h2 {
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 0 35px;
}

.area-faq details {
  border-bottom: 1px solid var(--line);
}

.area-faq summary {
  position: relative;
  padding: 25px 42px 25px 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  list-style: none;
  cursor: pointer;
}

.area-faq summary::-webkit-details-marker {
  display: none;
}

.area-faq summary span::before,
.area-faq summary span::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 16px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.area-faq summary span::after {
  transform: rotate(90deg);
}

.area-faq details[open] summary span::after {
  transform: none;
}

.area-faq details p {
  margin: 0 0 26px;
  color: var(--muted);
}

.area-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.area-cta-actions > a:not(.button) {
  color: #fff;
}

/* Advice Centre and editorial internal linking */
.advice-page {
  background: var(--ivory);
}

.advice-hero {
  padding: 165px 0 110px;
  background:
    radial-gradient(circle at 86% 18%, rgba(202, 163, 150, 0.24) 0 17%, transparent 17.2%),
    linear-gradient(135deg, var(--paper), var(--blush));
}

.advice-hero h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(3.8rem, 7.5vw, 7.5rem);
  letter-spacing: -0.052em;
}

.advice-hero > .shell > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.advice-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.advice-category-nav a {
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.6);
  padding: 10px 15px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.advice-category-nav a:hover {
  border-color: var(--night);
  background: var(--night);
  color: #fff;
}

.advice-editorial-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: clamp(45px, 8vw, 120px);
  margin-bottom: clamp(90px, 11vw, 150px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
}

.advice-editorial-note h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.advice-editorial-note > p {
  align-self: end;
  margin: 0;
  color: var(--muted);
}

.advice-category {
  margin-top: clamp(90px, 11vw, 145px);
  scroll-margin-top: 110px;
}

.advice-category:first-of-type {
  margin-top: 0;
}

.advice-category .section-heading.compact {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.45fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 42px;
}

.advice-category .section-heading h2,
.advice-related-reading > .shell > h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.advice-category .section-heading > p {
  margin: 0;
  color: var(--muted);
}

.advice-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.advice-card {
  min-width: 0;
  background: var(--paper);
}

.advice-card > a,
.related-treatments .advice-card > a {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-content: initial;
  background: var(--paper);
  padding: clamp(28px, 4vw, 44px);
  text-decoration: none;
  transition: background 170ms ease, color 170ms ease;
}

.advice-card > a:hover,
.related-treatments .advice-card > a:hover {
  background: var(--night);
  color: #fff;
}

.advice-card > a > span,
.related-treatments .advice-card > a > span {
  color: var(--rose-deep);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.advice-card h3 {
  margin: 38px 0 18px;
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  line-height: 1.08;
}

.advice-card p {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 0.83rem;
}

.advice-card small {
  display: block;
  margin-top: auto;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advice-card > a:hover > span,
.advice-card > a:hover p,
.advice-card > a:hover small {
  color: rgba(255, 255, 255, 0.72);
}

.advice-home {
  background: var(--sand);
}

.advice-home .advice-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advice-home .advice-card > a {
  min-height: 350px;
}

.advice-home-more {
  margin: 38px 0 0;
}

.advice-article-hero {
  padding: 155px 0 90px;
  background: linear-gradient(135deg, var(--paper), var(--blush));
}

.advice-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(55px, 9vw, 125px);
}

.advice-article-hero h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 6.2vw, 6.4rem);
  letter-spacing: -0.048em;
}

.advice-article-hero-grid > div > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.03rem, 1.4vw, 1.2rem);
}

.advice-article-hero figure {
  margin: 0;
}

.advice-article-hero figure img {
  width: 100%;
  height: min(560px, 58vw);
  object-fit: cover;
}

.advice-article-hero figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.68rem;
}

.advice-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 21px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.advice-article-layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 760px);
  justify-content: center;
  gap: clamp(55px, 9vw, 130px);
  padding-block: clamp(85px, 10vw, 145px);
}

.advice-toc {
  position: sticky;
  top: 120px;
  align-self: start;
  border-top: 1px solid var(--line);
}

.advice-toc > p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.advice-toc a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.45;
  text-decoration: none;
}

.advice-toc a span {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-style: italic;
}

.advice-toc a:hover {
  color: var(--rose-deep);
}

.advice-article-body > section:not(.advice-key-points),
.advice-article-body > aside {
  margin-top: 75px;
}

.advice-article-body > section {
  scroll-margin-top: 115px;
}

.advice-article-body > section > h2,
.advice-faq > h2,
.advice-sources > h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
}

.advice-article-body > section > p,
.advice-article-body > section > ul,
.advice-caution p,
.advice-author p {
  color: var(--ink-soft);
}

.advice-article-body > section > p {
  font-size: 1.02rem;
  line-height: 1.82;
}

.advice-article-body > section > ul {
  padding-left: 22px;
}

.advice-article-body > section > ul li {
  margin: 11px 0;
}

.advice-key-points {
  background: var(--night);
  color: #fff;
  padding: clamp(32px, 6vw, 60px);
}

.advice-key-points h2 {
  margin-bottom: 26px;
}

.advice-key-points ul {
  margin: 0;
  color: rgba(255, 255, 255, 0.74) !important;
}

.advice-caution {
  border-left: 4px solid var(--rose-deep);
  background: var(--blush);
  padding: 28px 32px;
}

.advice-caution strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.advice-caution p {
  margin: 0;
}

.advice-faq .faq-list {
  border-top: 1px solid var(--line);
}

.advice-sources {
  border-top: 1px solid var(--line);
  padding-top: 35px;
}

.advice-sources h2 {
  font-size: 1.8rem;
}

.advice-sources ul {
  margin: 0;
}

.advice-sources a,
.advice-author a {
  color: var(--rose-deep);
}

.advice-author {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 38px 0;
}

.advice-author > div:first-child {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: var(--serif);
}

.advice-author > div:last-child > p:first-child {
  margin: 0;
  color: var(--rose-deep);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.advice-author h2 {
  margin: 5px 0 13px;
  font-size: 2rem;
}

.advice-related-services {
  background: var(--sand);
}

.advice-related-services .section-heading.compact {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.45fr);
  align-items: end;
  gap: 60px;
}

.advice-related-services .section-heading > p {
  color: var(--muted);
}

.advice-related-services .shell > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 40px;
  background: var(--line);
}

.advice-related-services .shell > div:last-child a {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--paper);
  padding: 26px;
  font-family: var(--serif);
  font-size: 1.1rem;
  text-decoration: none;
}

.advice-related-services .shell > div:last-child a:hover {
  background: var(--night);
  color: #fff;
}

.advice-related-reading {
  background: var(--ivory);
}

.advice-related-reading > .shell > h2 {
  margin-bottom: 42px;
}

.related-advice-inline {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(230px, 0.38fr) minmax(0, 1fr);
  gap: 45px;
  background: var(--paper);
  padding: clamp(30px, 5vw, 55px);
}

.related-advice-inline h3 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.related-treatments .related-advice-inline > div:first-child > a {
  display: inline;
  min-height: 0;
  background: transparent;
  padding: 0;
}

.related-advice-inline .advice-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-advice-inline .advice-card > a {
  min-height: 295px;
}

/* Primary local guides and the database travel browser */
.area-primary-guides {
  margin-bottom: clamp(90px, 11vw, 145px);
}

.area-primary-guides .section-heading.compact,
.area-database-browser .section-heading.compact {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.55fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 40px;
}

.area-primary-guides .section-heading > p,
.area-database-browser .section-heading > p {
  margin: 0;
  color: var(--muted);
}

.area-primary-guides > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.area-primary-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  background: var(--paper);
  padding: 35px;
  text-decoration: none;
}

.area-primary-card > span,
.area-directory-notice > strong {
  color: var(--rose-deep);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.area-primary-card > strong {
  margin: 40px 0 15px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
}

.area-primary-card p {
  color: var(--muted);
  font-size: 0.78rem;
}

.area-primary-card small {
  margin-top: auto;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.area-primary-card:hover {
  background: var(--night);
  color: #fff;
}

.area-primary-card:hover p,
.area-primary-card:hover > span {
  color: rgba(255, 255, 255, 0.65);
}

.area-filter {
  display: grid;
  max-width: 680px;
  gap: 9px;
  margin: 0 0 12px;
}

.area-filter span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.area-filter input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  padding: 16px 18px;
}

.area-filter-status {
  min-height: 24px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.72rem;
}

.area-directory-item[hidden] {
  display: none;
}

.area-directory-notice {
  margin: 55px 0 -35px;
  border-left: 4px solid var(--rose-deep);
  background: var(--blush);
  padding: 25px 30px;
}

.area-directory-notice p {
  margin: 7px 0 0;
  color: var(--ink-soft);
}

/* Legal information pages */
.legal-page main {
  padding: 165px 0 100px;
}

.legal-copy {
  max-width: 820px;
  margin-inline: auto;
}

.legal-copy h1 {
  margin-bottom: 30px;
  font-size: clamp(3.5rem, 7vw, 6rem);
}

.legal-copy h2 {
  margin: 50px 0 15px;
  font-size: 2rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--ink-soft);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal.delay-1 {
  transition-delay: 100ms;
}

.js .reveal.delay-2 {
  transition-delay: 200ms;
}

@media (max-width: 1040px) {
  :root {
    --shell: min(100% - 40px, 920px);
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(251, 248, 243, 0.72);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-menu {
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    background: var(--ivory);
    opacity: 0;
    padding: 100px max(25px, calc((100vw - 920px) / 2));
    transform: translateY(-15px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .site-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-menu > a:not(.button) {
    font-family: var(--serif);
    font-size: clamp(2rem, 7vw, 3.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .hero-copy {
    width: 64%;
  }

  .service-cards {
    gap: 18px;
  }

  .approach-grid {
    grid-template-columns: 1fr 0.86fr;
    gap: 70px;
  }

  .approach-visual img {
    min-height: 590px;
  }

  .visual-seal {
    right: -35px;
    width: 125px;
    height: 125px;
  }

  .area-link-grid,
  .area-directory {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-treatments .shell > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-bottom: 64px;
  }

  .section {
    padding: 82px 0;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero,
  .hero-inner {
    min-height: 790px;
  }

  .hero-media img {
    object-position: 66% center;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(250, 247, 241, 0.99) 0%, rgba(250, 247, 241, 0.93) 43%, rgba(250, 247, 241, 0.36) 68%, rgba(35, 26, 22, 0.15) 100%);
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 130px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.3rem);
  }

  .hero-intro {
    max-width: 92%;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .hero-note {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .trust-grid > div,
  .trust-grid > div:first-child {
    min-height: 82px;
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px 8px;
  }

  .trust-grid > div:last-child {
    border: 0;
  }

  .section-heading,
  .approach-grid,
  .faq-grid,
  .booking-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 28px;
  }

  .section-heading h2,
  .gallery-heading h2,
  .approach-copy h2,
  .faq-intro h2,
  .booking-intro h2 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .service-cards {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .service-card p {
    min-height: 0;
  }

  .price-menu {
    margin-right: -16px;
    margin-left: -16px;
    padding: 35px 22px;
  }

  .price-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-tabs {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .service-tabs button {
    min-width: 0;
    flex: 1;
  }

  .price-panel {
    grid-template-columns: 1fr;
  }

  .price-item {
    min-height: 108px;
  }

  .approach-grid {
    gap: 75px;
  }

  .approach-visual img {
    min-height: 520px;
  }

  .visual-seal {
    right: 12px;
    bottom: -45px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 330px 230px 330px;
    gap: 10px;
  }

  .gallery-one {
    grid-area: 1 / 1 / 2 / 2;
  }

  .gallery-two {
    grid-area: 1 / 2 / 2 / 3;
  }

  .gallery-three {
    grid-area: 2 / 1 / 3 / 3;
  }

  .gallery-four {
    grid-area: 3 / 1 / 4 / 3;
  }

  .manifesto p {
    font-size: clamp(2.4rem, 11vw, 3.7rem);
  }

  .standard-grid,
  .area-benefits,
  .area-services > div {
    grid-template-columns: 1fr;
  }

  .standard-grid article,
  .area-benefits article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 35px 20px;
  }

  .standard-grid article:last-child,
  .area-benefits article:last-child {
    border-bottom: 0;
  }

  .standard-grid article > span {
    margin-bottom: 25px;
  }

  .area-link-grid,
  .area-directory {
    grid-template-columns: 1fr;
  }

  .faq-grid,
  .booking-grid {
    gap: 60px;
  }

  .booking-intro {
    position: static;
  }

  .booking-form {
    margin-right: -16px;
    margin-left: -16px;
    padding: 34px 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-main {
    gap: 60px;
    padding: 70px 0 55px;
  }

  .footer-nav {
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 88px;
  }

  .footer-legal {
    max-width: 100%;
  }

  .mobile-book {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--rose-deep);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mobile-book.is-hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
  }

  .service-page {
    padding-bottom: 0;
  }

  .service-page .mobile-book {
    display: none;
  }

  .service-page .footer-bottom {
    padding-bottom: 20px;
  }

  .area-nav > a:not(.button) {
    display: none;
  }

  .area-hero {
    padding: 135px 0 75px;
    background-position: 66% center;
  }

  .area-hero h1 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .area-services {
    margin: 70px 0;
  }

  .area-services a {
    aspect-ratio: auto;
    min-height: 160px;
  }

  .breadcrumbs {
    margin-bottom: 35px;
  }

  .treatment-hero {
    padding: 120px 0 75px;
  }

  .treatment-hero h1 {
    font-size: clamp(3.35rem, 15vw, 5rem);
  }

  .treatment-hero-facts,
  .treatment-card-grid,
  .service-contact-strip > .shell,
  .treatment-point-grid,
  .process-grid,
  .treatment-prices .section-heading.compact,
  .treatment-process .section-heading.compact,
  .advice-grid,
  .related-treatments .shell > div,
  .area-local-copy {
    grid-template-columns: 1fr;
  }

  .treatment-hero-facts > div,
  .treatment-hero-facts > div + div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 19px 0;
  }

  .treatment-hero-facts > div:last-child {
    border-bottom: 0;
  }

  .treatment-card {
    min-height: 340px;
  }

  .service-contact-strip > .shell {
    align-items: start;
    gap: 35px;
  }

  .service-contact-strip > .shell > div:last-child {
    text-align: left;
  }

  .treatment-point-grid article,
  .process-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 34px 20px;
  }

  .treatment-point-grid article:last-child,
  .process-grid article:last-child {
    border-bottom: 0;
  }

  .treatment-point-grid h3,
  .process-grid h3 {
    margin-top: 28px;
  }

  .treatment-prices .section-heading.compact,
  .treatment-process .section-heading.compact {
    gap: 25px;
  }

  .treatment-menu-row {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .treatment-menu-row > .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .treatment-menu-meta {
    text-align: right;
  }

  .review-source-grid {
    grid-template-columns: 1fr;
  }

  .review-source-card {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 38px 20px;
  }

  .review-source-card:last-child {
    border-bottom: 0;
  }

  .related-treatments .shell > div {
    background: transparent;
    gap: 10px;
  }

  .service-final-cta .shell > div,
  .area-cta-actions {
    flex-direction: column;
  }

  .area-local-copy {
    gap: 25px;
    margin: 70px 0;
  }

  .area-faq {
    margin: 70px auto;
  }
}

@media (max-width: 1040px) {
  .advice-home .advice-card-grid,
  .advice-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-advice-inline {
    grid-template-columns: 1fr;
  }

  .related-advice-inline .advice-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .advice-article-layout {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: 55px;
  }
}

@media (max-width: 760px) {
  .advice-page .mobile-book {
    display: none;
  }

  .advice-page .footer-bottom {
    padding-bottom: 20px;
  }

  .advice-hero,
  .advice-article-hero {
    padding: 130px 0 72px;
  }

  .advice-hero h1,
  .advice-article-hero h1 {
    font-size: clamp(3.25rem, 14vw, 4.7rem);
  }

  .advice-editorial-note,
  .advice-category .section-heading.compact,
  .advice-article-hero-grid,
  .advice-article-layout,
  .advice-related-services .section-heading.compact,
  .area-primary-guides .section-heading.compact,
  .area-database-browser .section-heading.compact {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .advice-home .advice-card-grid,
  .advice-card-grid,
  .related-advice-inline .advice-card-grid,
  .advice-related-services .shell > div:last-child,
  .area-primary-guides > div:last-child {
    grid-template-columns: 1fr;
  }

  .advice-card > a,
  .related-treatments .advice-card > a,
  .advice-home .advice-card > a,
  .related-advice-inline .advice-card > a {
    min-height: 275px;
  }

  .advice-article-hero figure img {
    height: 430px;
  }

  .advice-article-layout {
    padding-block: 75px;
  }

  .advice-toc {
    position: static;
  }

  .advice-article-body > section:not(.advice-key-points),
  .advice-article-body > aside {
    margin-top: 58px;
  }

  .advice-key-points {
    margin-right: -16px;
    margin-left: -16px;
  }

  .advice-author {
    grid-template-columns: 1fr;
  }

  .related-advice-inline {
    margin: 0;
    padding: 34px 20px;
  }

  .area-primary-card {
    min-height: 230px;
  }

  .area-directory-notice {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
