/* =========================================================================
   Makeup by Carly — site.css
   One stylesheet, mobile-first. Sections:
   1. Fonts   2. Tokens   3. Base   4. Layout helpers   5. Header & menu
   6. Buttons & links   7. Home   8. Page heroes   9. Content blocks
   10. Portfolio & lightbox   11. Forms   12. FAQ & legal   13. Footer
   14. Utilities & motion
   ========================================================================= */

/* 1. Fonts (self-hosted, OFL) ------------------------------------------- */
@font-face {
  font-family: "Marcellus";
  src: url("../fonts/marcellus.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* 2. Tokens -------------------------------------------------------------- */
:root {
  /* Palette — drawn from skin, lip and bronzer rather than a stock theme */
  --shell: #FAF6F3;        /* page background: pink-leaning porcelain */
  --blush: #F0DFD6;        /* feature panels (evolved from the old header peach) */
  --blush-deep: #E4C8BA;
  --mascara: #2B211F;      /* text and dark bands */
  --rosewood: #8E3F4A;     /* action colour: a lipstick berry */
  --rosewood-dark: #6F2F38;
  --bronze: #A07A55;       /* fine rules and small details */
  --mist: #6B5E5A;         /* secondary text (AA on shell and blush) */
  --line: #E5D5CC;

  --serif: "Marcellus", "Optima", "Candara", Georgia, serif;
  --sans: "Jost", "Futura", "Avenir Next", system-ui, sans-serif;

  --step--1: 0.9rem;
  --step-0: 1.0625rem;
  --step-1: 1.3rem;
  --step-2: clamp(1.5rem, 1.1rem + 1vw, 1.9rem);
  --step-3: clamp(2rem, 1.3rem + 2.4vw, 3.25rem);
  --step-4: clamp(2.5rem, 1.5rem + 3.4vw, 4.4rem);

  --gutter: clamp(1.25rem, 4vw, 3rem);
  --max: 1320px;
  --space-s: clamp(1rem, 2vw, 1.5rem);
  --space-m: clamp(2rem, 4vw, 3rem);
  --space-l: clamp(3.5rem, 8vw, 7rem);
  --header-h: 72px;
}

/* 3. Base ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
body {
  margin: 0;
  background: var(--shell);
  color: var(--mascara);
  font: 400 var(--step-0)/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; height: auto; }
body { overflow-x: clip; }
.hero__media, .page-hero__media { overflow: hidden; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
p { margin: 0 0 1em; max-width: 64ch; text-wrap: pretty; }
a { color: var(--rosewood); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--rosewood-dark); }
:focus-visible { outline: 2px solid var(--rosewood); outline-offset: 3px; }
ul, ol { padding-left: 1.2em; }
.small { font-size: var(--step--1); color: var(--mist); }
::selection { background: var(--blush-deep); }

.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--mascara); color: #fff; padding: .6rem 1rem; transition: top .2s;
}
.skip-link:focus { top: 1rem; color: #fff; }

/* 4. Layout helpers ------------------------------------------------------ */
main > section, .portfolio, .faq, .legal {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
main > section + section { margin-top: var(--space-l); }
.section-title { margin-bottom: var(--space-m); }

/* 5. Header & menu ------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--shell) 94%, transparent);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.site-header__inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter);
  height: var(--header-h);
  display: flex; align-items: center; gap: 1.5rem;
}

.wordmark {
  display: inline-flex; align-items: center; gap: .4em;
  font-family: var(--serif); font-size: 1.12rem; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase; text-decoration: none;
  color: var(--mascara); white-space: nowrap;
}
.wordmark:hover { color: var(--mascara); }
.wordmark__by {
  display: inline-flex; flex-direction: column; font-size: .42em;
  line-height: 1.05; letter-spacing: 0; margin-right: .15em;
}
.wordmark--light, .wordmark--light:hover { color: #fff; }

.primary-nav { display: none; margin-left: auto; }
.primary-nav ul { display: flex; gap: clamp(1rem, 2vw, 2.25rem); list-style: none; margin: 0; padding: 0; }
.primary-nav a {
  color: var(--mascara); text-decoration: none; font-size: .98rem; font-weight: 450;
  padding: .4rem 0; background: linear-gradient(var(--rosewood), var(--rosewood)) left bottom / 0 1px no-repeat;
  transition: background-size .25s;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background-size: 100% 1px; color: var(--mascara); }

.site-header__actions { margin-left: auto; display: flex; align-items: center; gap: .75rem; }
.menu-toggle {
  display: inline-flex; align-items: center; gap: .55rem;
  background: none; border: 0; padding: .6rem .2rem; cursor: pointer;
  font: 500 .95rem var(--sans); color: var(--mascara);
}
.menu-toggle__icon, .menu-toggle__icon::before {
  display: block; width: 20px; height: 1.5px; background: currentColor; position: relative; transition: transform .25s;
}
.menu-toggle__icon::before { content: ""; position: absolute; top: 6px; }
.menu-toggle__icon { transform: translateY(-3px); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon { transform: translateY(0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before { top: 0; transform: rotate(-90deg); }

.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 49;
  background: var(--blush); padding: 2rem var(--gutter) 3rem; overflow-y: auto;
}
.mobile-menu__main { list-style: none; padding: 0; margin: 0 0 2.5rem; }
.mobile-menu__main a {
  display: block; padding: .55rem 0; font-family: var(--serif); font-size: 2rem; line-height: 1.2;
  color: var(--mascara); text-decoration: none; border-bottom: 1px solid var(--blush-deep);
}
.mobile-menu__main a[aria-current="page"] { color: var(--rosewood); }
.mobile-menu__meta { color: var(--mist); }
body.menu-open { overflow: hidden; }

@media (min-width: 1000px) {
  .primary-nav { display: block; }
  .site-header__actions { margin-left: 1.5rem; }
  .menu-toggle, .mobile-menu { display: none !important; }
}

/* 6. Buttons & links ----------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: .75rem 1.6rem;
  background: var(--rosewood); color: #fff; border: 1px solid var(--rosewood); border-radius: 999px;
  font: 500 1rem/1 var(--sans); letter-spacing: .01em; text-decoration: none; cursor: pointer;
  transition: background-color .2s, border-color .2s, color .2s;
}
.btn:hover { background: var(--rosewood-dark); border-color: var(--rosewood-dark); color: #fff; }
.btn--small { min-height: 40px; padding: .55rem 1.15rem; font-size: .92rem; }
.btn--ghost { background: transparent; color: var(--mascara); border-color: var(--mascara); }
.btn--ghost:hover { background: var(--mascara); color: #fff; border-color: var(--mascara); }
.btn--light { background: var(--shell); color: var(--mascara); border-color: var(--shell); }
.btn--light:hover { background: var(--blush); border-color: var(--blush); color: var(--mascara); }
.btn[disabled] { opacity: .6; cursor: progress; }
.site-header .btn--small[aria-current="page"] { background: var(--mascara); border-color: var(--mascara); }

.text-link {
  font-weight: 500; color: var(--mascara); text-decoration: none;
  border-bottom: 1px solid var(--bronze); padding-bottom: 2px;
}
.text-link:hover { color: var(--rosewood); border-bottom-color: var(--rosewood); }

/* 7. Home ---------------------------------------------------------------- */
.hero {
  display: grid; gap: 0;
  padding-inline: 0 !important; max-width: none !important;
}
.hero__text {
  background: var(--blush);
  padding: clamp(2.25rem, 6vw, 5rem) var(--gutter);
  display: flex; flex-direction: column; justify-content: center;
}
.hero__title { max-width: 12ch; margin-bottom: .45em; }
.hero__lede, .page-hero__lede { font-size: var(--step-1); line-height: 1.55; max-width: 34ch; color: var(--mascara); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; margin: 1.25rem 0 0; }
.hero__proof {
  display: flex; align-items: center; gap: 1rem; margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem; border-top: 1px solid var(--blush-deep); max-width: 30rem;
}
.hero__proof img { width: 64px; height: 64px; border-radius: 50%; flex: none; }
.hero__proof p { margin: 0; font-size: var(--step--1); color: var(--mist); line-height: 1.5; }
.hero__media img { width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 30%; }

@media (min-width: 960px) {
  .hero { grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); min-height: calc(100svh - var(--header-h)); }
  .hero__text { padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); padding-right: clamp(2rem, 4vw, 4rem); }
  .hero__media { position: relative; min-height: 620px; }
  .hero__media img { position: absolute; inset: 0; aspect-ratio: auto; }
}

.services__grid { display: grid; gap: var(--space-m); }
.service__media { display: block; overflow: hidden; margin-bottom: 1.25rem; }
.service__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s ease; }
.service:hover .service__media img { transform: scale(1.03); }
.service h3 a { color: var(--mascara); text-decoration: none; }
.service h3 a:hover { color: var(--rosewood); }
.service__price { font-family: var(--serif); font-style: italic; font-size: var(--step-1); color: var(--rosewood); }
@media (min-width: 720px) { .services__grid { grid-template-columns: repeat(3, 1fr); } }

.intro { display: grid; gap: var(--space-m); align-items: center; }
.intro__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.intro__lede { font-family: var(--serif); font-size: var(--step-2); line-height: 1.3; font-style: italic; }
@media (min-width: 960px) { .intro { grid-template-columns: 1.1fr 1fr; gap: clamp(3rem, 6vw, 6rem); } }

.quote-lead { margin: 0 0 var(--space-m); text-align: center; }
.quote-lead blockquote { margin: 0 auto; }
.quote-lead p {
  font-family: var(--serif); font-style: italic; font-size: var(--step-3); line-height: 1.15;
  max-width: 22ch; margin: 0 auto;
}
.quotes__row { display: grid; gap: var(--space-m); align-items: center; }
@media (min-width: 960px) { .quotes__row { grid-template-columns: 1fr 1.25fr; gap: clamp(3rem, 6vw, 6rem); } }

.testimonial { margin: 0; display: grid; gap: 1.5rem; align-items: center; }
.testimonial blockquote { margin: 0; }
.testimonial blockquote p { font-family: var(--serif); font-size: var(--step-1); line-height: 1.5; }
.testimonial figcaption { font-size: var(--step--1); letter-spacing: .04em; color: var(--mist); }
.testimonial figcaption::before { content: ""; display: inline-block; width: 2rem; height: 1px; background: var(--bronze); vertical-align: middle; margin-right: .75rem; }
.testimonial__photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
@media (min-width: 720px) { .testimonial--photo { grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: clamp(1.5rem, 4vw, 3.5rem); } }

.instagram__head { display: grid; gap: .5rem 2rem; margin-bottom: var(--space-s); align-items: end; }
.instagram__head h2, .instagram__head p { margin: 0; }
.instagram__head p { color: var(--mist); }
.instagram__head .btn { justify-self: start; margin-top: .5rem; }
@media (min-width: 960px) { .instagram__head { grid-template-columns: 1fr auto; } .instagram__head .btn { grid-column: 2; grid-row: 1 / span 2; margin: 0; } }
.instagram__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.instagram__grid a { display: block; position: relative; overflow: hidden; background: var(--blush); }
.instagram__grid img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: opacity .3s, transform .6s; }
.instagram__grid a:hover img { opacity: .85; transform: scale(1.03); }
.instagram__grid .ig-badge {
  position: absolute; right: .5rem; top: .5rem; width: 22px; height: 22px; color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.4));
}
@media (min-width: 960px) { .instagram__grid { grid-template-columns: repeat(6, 1fr); } }

.cta-band { padding-inline: 0 !important; max-width: none !important; }
.cta-band__inner {
  background: var(--mascara); color: var(--shell); text-align: center;
  padding: clamp(3.5rem, 8vw, 6rem) var(--gutter);
}
.cta-band__inner h2 { color: #fff; }
.cta-band__inner p { margin: 0 auto 1.75rem; color: #E8DAD3; }

/* 8. Page heroes --------------------------------------------------------- */
.page-hero--simple { padding-top: clamp(2.5rem, 7vw, 5.5rem); }
.page-hero--simple h1 { max-width: 16ch; }
.page-hero--split { display: grid; padding-inline: 0 !important; max-width: none !important; }
.page-hero__text { background: var(--blush); padding: clamp(2.25rem, 6vw, 5rem) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.page-hero__media { position: relative; }
.page-hero__media img, .page-hero__media video { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (min-width: 960px) {
  .page-hero--split { grid-template-columns: 1fr 1fr; min-height: min(78svh, 760px); }
  .page-hero--split .page-hero__text { padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); }
  .page-hero--reverse .page-hero__text { order: 2; padding-left: clamp(2rem, 5vw, 5rem); padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); }
  .page-hero__media img, .page-hero__media video { aspect-ratio: auto; position: absolute; inset: 0; }
}
.video-toggle {
  position: absolute; right: 1rem; bottom: 1rem; z-index: 2;
  background: rgba(43, 33, 31, .7); color: #fff; border: 0; border-radius: 999px;
  padding: .45rem .9rem; font: 500 .85rem var(--sans); cursor: pointer;
}

/* 9. Content blocks ------------------------------------------------------ */
.package { display: grid; gap: var(--space-m); padding-block: var(--space-m) !important; border-block: 1px solid var(--line); }
.package__price { font-family: var(--serif); font-size: var(--step-1); color: var(--mist); }
.package__price span { display: block; font-size: var(--step-4); line-height: 1; color: var(--rosewood); margin-bottom: .15em; }
.package h3 { font-size: var(--step-1); font-family: var(--sans); font-weight: 500; letter-spacing: .01em; }
@media (min-width: 960px) { .package { grid-template-columns: 1fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); } }

.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li { position: relative; padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid var(--line); }
.ticks li::before {
  content: ""; position: absolute; left: .15rem; top: 1.35rem;
  width: .55rem; height: .55rem; border-radius: 50%; background: var(--blush-deep); box-shadow: 0 0 0 3px var(--blush);
}

.steps__list { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 2rem; }
.steps__list li { counter-increment: step; position: relative; padding-top: 3.25rem; border-top: 1px solid var(--mascara); }
.steps__list li::before {
  content: counter(step); position: absolute; top: .6rem; left: 0;
  font-family: var(--serif); font-style: italic; font-size: 1.9rem; line-height: 1; color: var(--rosewood);
}
.steps__list h3 { font-size: var(--step-1); margin-bottom: .35em; }
.steps__list p { font-size: .98rem; color: var(--mist); }
@media (min-width: 720px) { .steps__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps__list { grid-template-columns: repeat(5, 1fr); gap: 1.75rem; } }

.gallery-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 78%; gap: 6px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding-inline: 0 !important; max-width: none !important;
}
.gallery-strip img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; scroll-snap-align: start; }
@media (min-width: 960px) { .gallery-strip { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); overflow: visible; } }

.extras { display: grid; gap: var(--space-m); }
.extras h2 { font-size: var(--step-2); }
@media (min-width: 960px) { .extras { grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); } }
.price-list { margin: 0 0 1rem; }
.price-list > div { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.price-list dt { font-weight: 500; }
.price-list dd { margin: 0; text-align: right; color: var(--mist); }

.offers { display: grid; gap: var(--space-l); }
.offer { display: grid; gap: var(--space-s); align-items: center; }
.offer__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.offer__price { font-family: var(--serif); font-style: italic; font-size: var(--step-1); color: var(--rosewood); }
@media (min-width: 800px) {
  .offer { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2.5rem, 6vw, 6rem); }
  .offer__media { max-width: 460px; }
  .offer:nth-child(even) .offer__media { order: 2; justify-self: end; }
}

.quote-feature .testimonial blockquote p { font-size: var(--step-2); line-height: 1.35; }

.story { display: grid; gap: var(--space-m); align-items: start; }
.story__film { margin: 0; }
.story__film video { width: 100%; aspect-ratio: 16 / 9; background: var(--mascara); }
.story__film figcaption { font-size: var(--step--1); color: var(--mist); margin-top: .6rem; }
@media (min-width: 960px) { .story { grid-template-columns: 1fr 1.15fr; gap: clamp(3rem, 6vw, 6rem); } .story__film { position: sticky; top: calc(var(--header-h) + 2rem); } }

.facts { display: grid; gap: var(--space-m); padding-block: var(--space-m) !important; border-block: 1px solid var(--line); }
.facts__award img { width: 140px; height: 140px; border-radius: 50%; }
.facts__cols { display: grid; gap: 2rem; }
.facts h2 { font-family: var(--sans); font-size: 1rem; font-weight: 600; letter-spacing: .02em; margin: 0 0 .5rem; }
.facts ul { list-style: none; padding: 0; margin: 0 0 1.75rem; color: var(--mist); line-height: 1.8; }
@media (min-width: 800px) { .facts__cols { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .facts { grid-template-columns: 200px 1fr; } }

/* 10. Portfolio & lightbox ---------------------------------------------- */
.tabs { display: flex; gap: .5rem; margin: 2rem 0 1.5rem; border-bottom: 1px solid var(--line); }
.tabs button {
  background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px;
  padding: .8rem 1rem; font: 500 1.05rem var(--sans); color: var(--mist); cursor: pointer;
}
.tabs button[aria-selected="true"] { color: var(--mascara); border-bottom-color: var(--rosewood); }
.tabs__count { font-size: .8rem; color: var(--bronze); margin-left: .25rem; }
.masonry { columns: 2; column-gap: 6px; }
.masonry__item { display: block; margin-bottom: 6px; break-inside: avoid; overflow: hidden; background: var(--blush); cursor: zoom-in; }
.masonry__item img { width: 100%; transition: transform .6s ease, opacity .3s; }
.masonry__item:hover img { transform: scale(1.025); }
@media (min-width: 720px) { .masonry { columns: 3; } }
@media (min-width: 1200px) { .masonry { columns: 4; column-gap: 8px; } .masonry__item { margin-bottom: 8px; } }
.portfolio + .cta-band { margin-top: var(--space-l); }

.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(28, 21, 20, .96);
  display: grid; grid-template-columns: 56px 1fr 56px; align-items: center;
}
.lightbox[hidden] { display: none; }
.lightbox__figure { margin: 0; display: grid; place-items: center; height: 100svh; padding: 3.5rem 0 2.5rem; }
.lightbox__figure img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; }
.lightbox__figure figcaption { color: #CDBFB8; font-size: .85rem; margin-top: .75rem; }
.lightbox__close {
  position: absolute; top: 1rem; right: 1rem; z-index: 2; background: none; border: 1px solid #8D7D77; color: #fff;
  border-radius: 999px; padding: .45rem 1rem; font: 500 .9rem var(--sans); cursor: pointer;
}
.lightbox__nav { height: 100%; background: none; border: 0; cursor: pointer; color: #fff; position: relative; }
.lightbox__nav::before {
  content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 14px;
  border: solid currentColor; border-width: 1.5px 1.5px 0 0; transform: translate(-30%, -50%) rotate(-135deg);
}
.lightbox__nav--next::before { transform: translate(-70%, -50%) rotate(45deg); }

/* 11. Forms -------------------------------------------------------------- */
.enquiry-block { display: grid; gap: var(--space-m); padding-block: var(--space-l) !important; }
@media (min-width: 960px) { .enquiry-block { grid-template-columns: 1fr 1.35fr; gap: clamp(3rem, 7vw, 7rem); } }
.enquiry-block .testimonial { margin-top: 2rem; }

.enquiry-form { display: grid; gap: 1.1rem; }
.field-row { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .35rem; }
.field label { font-weight: 500; font-size: .95rem; }
.optional { font-weight: 400; color: var(--mist); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: .75rem .9rem;
  font: 400 1rem var(--sans); color: var(--mascara);
  background: #fff; border: 1px solid #CDB9AE; border-radius: 4px;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--rosewood); box-shadow: 0 0 0 3px color-mix(in srgb, var(--rosewood) 18%, transparent);
}
.field [aria-invalid="true"] { border-color: #B3261E; }
.field-error { color: #B3261E; font-size: .88rem; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: .4rem; }
.form-note { font-size: var(--step--1); color: var(--mist); margin: 0; flex: 1 1 18rem; }
.form-status:empty { display: none; }
.form-status { padding: 1rem 1.25rem; border-radius: 4px; margin: 0; max-width: none; }
.form-status.is-ok { background: #E7F0E6; color: #24452A; }
.form-status.is-error { background: #F7E3E1; color: #7A1E17; }

.enquire { display: grid; gap: var(--space-m); padding-top: clamp(2.5rem, 7vw, 5rem); }
.enquire h1 { font-size: var(--step-3); }
.enquire__media { margin-top: 2rem; }
.enquire__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
@media (min-width: 960px) {
  .enquire { grid-template-columns: 1fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); }
  .enquire__form { padding: clamp(2rem, 3vw, 3rem); background: var(--blush); align-self: start; }
}

/* 12. FAQ & legal -------------------------------------------------------- */
.faq, .legal { display: grid; gap: var(--space-m); margin-top: var(--space-m); }
@media (min-width: 960px) {
  .faq, .legal { grid-template-columns: 240px 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }
  .faq__index, .legal__toc { position: sticky; top: calc(var(--header-h) + 2rem); }
}
.faq__index ul, .legal__toc ol { list-style: none; padding: 0; margin: 0; }
.faq__index a, .legal__toc a { display: block; padding: .35rem 0; color: var(--mist); text-decoration: none; }
.faq__index a:hover, .legal__toc a:hover { color: var(--rosewood); }
.legal__toc h2 { font: 600 .95rem var(--sans); margin-bottom: .5rem; }
@media (max-width: 959px) {
  .faq__index ul { display: flex; flex-wrap: wrap; gap: .5rem; }
  .faq__index a { border: 1px solid var(--line); border-radius: 999px; padding: .4rem .9rem; font-size: .92rem; }
  .legal__toc { background: var(--blush); padding: 1.25rem 1.5rem; }
  .legal__toc ol { columns: 2; column-gap: 1.5rem; font-size: .92rem; }
}
.faq__group + .faq__group { margin-top: var(--space-m); }
.faq__group h2 { font-size: var(--step-2); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  list-style: none; cursor: pointer; position: relative;
  padding: 1.1rem 2.5rem 1.1rem 0; font-weight: 500; font-size: 1.08rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: ""; position: absolute; right: .4rem; top: 50%; width: 11px; height: 11px; margin-top: -8px;
  border: solid var(--rosewood); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); transition: transform .25s, margin .25s;
}
.faq__item[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq__answer { padding: 0 0 1.25rem; color: #4A3E3B; }

.prose h2 { font-size: var(--step-2); margin-top: 2.2em; }
.prose h2:first-of-type { margin-top: 1.2em; }
.prose p, .prose li { max-width: 68ch; }
.prose li { margin-bottom: .5em; }

/* 13. Footer ------------------------------------------------------------- */
.site-footer { background: var(--mascara); color: #D9CBC4; margin-top: var(--space-l); }
.cta-band + .site-footer, main:has(> .cta-band:last-child) + .site-footer { margin-top: 0; }
main:has(> .cta-band:last-child) > .cta-band:last-child .cta-band__inner { border-bottom: 1px solid #45383A; }
.site-footer__inner {
  max-width: var(--max); margin: 0 auto; padding: var(--space-l) var(--gutter) var(--space-m);
  display: grid; gap: 2.5rem;
}
.site-footer__brand p { margin-top: 1rem; font-size: .95rem; }
.site-footer h2 { font: 600 .95rem var(--sans); color: #fff; letter-spacing: .02em; margin-bottom: .75rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer a { color: #D9CBC4; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer__base {
  max-width: var(--max); margin: 0 auto; padding: 1.25rem var(--gutter) 2rem;
  border-top: 1px solid #45383A; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; font-size: .85rem;
}
.site-footer__base p { margin: 0; }
@media (min-width: 720px) { .site-footer__inner { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .site-footer__inner { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; } }

/* 14. Utilities & motion ------------------------------------------------- */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* One orchestrated moment: the hero headline and photo settle in on load. */
@media (prefers-reduced-motion: no-preference) {
  .hero__title, .hero__lede, .hero__actions { animation: rise .9s cubic-bezier(.2, .7, .2, 1) both; }
  .hero__lede { animation-delay: .12s; }
  .hero__actions { animation-delay: .24s; }
  .hero__media img { animation: settle 1.4s cubic-bezier(.2, .7, .2, 1) both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
@keyframes settle { from { opacity: 0; transform: scale(1.04); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Service areas (home) */
.areas { display: grid; gap: var(--space-m); align-items: center; }
.areas__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.areas__list { list-style: none; padding: 0; margin: 0 0 1.25rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.areas__list li { border: 1px solid var(--blush-deep); background: var(--blush); border-radius: 999px; padding: .35rem .95rem; font-size: .95rem; }
@media (min-width: 960px) { .areas { grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6rem); } .areas__media { order: 2; } }

/* Small phones: keep the header on one line */
@media (max-width: 480px) {
  .site-header__inner { gap: .75rem; }
  .wordmark { font-size: .9rem; letter-spacing: .16em; }
  .site-header__actions { gap: .5rem; }
  .btn--small { padding: .5rem .9rem; }
}
@media (max-width: 350px) { .menu-toggle__label { display: none; } }

/* =========================================================================
   Readability pass: the heading serif is kept for large headings only.
   Anything read as a sentence (quotes, ledes, prices) uses Jost.
   ========================================================================= */
body { line-height: 1.7; }
h3 { font-size: clamp(1.45rem, 1.2rem + .8vw, 1.8rem); }

/* Big pull-quote: heading serif, a touch smaller */
.quote-lead p {
  font-style: normal;
  font-size: clamp(1.9rem, 1.3rem + 2vw, 2.9rem);
  line-height: 1.2;
  max-width: 24ch;
}

/* Testimonials: easy-reading sans */
.testimonial blockquote p,
.quote-feature .testimonial blockquote p {
  font-family: var(--sans);
  font-size: 1.15rem;
  line-height: 1.75;
  font-weight: 400;
  color: #3A2E2B;
}
.quote-feature .testimonial blockquote p { font-size: clamp(1.15rem, 1rem + .5vw, 1.35rem); }
.testimonial figcaption { font-size: .95rem; color: var(--mascara); font-weight: 500; }

/* Intro lede: sans, larger, not italic */
.intro__lede { font-family: var(--sans); font-style: normal; font-size: 1.3rem; line-height: 1.55; font-weight: 400; }

/* Prices: sans in the accent colour (big package price number stays in the heading serif) */
.service__price, .offer__price {
  font-family: var(--sans); font-style: normal; font-size: 1.1rem; font-weight: 500; letter-spacing: .01em;
}
.package__price { font-family: var(--sans); font-size: 1.1rem; }

/* Step numbers */
.steps__list li::before { font-style: normal; }

/* =========================================================================
   Mobile menu v2 — always fits one screen, no scrolling.
   Sized from the *visible* height (dvh excludes browser toolbars), so it
   shrinks gracefully on small phones and splits into two columns in landscape.
   ========================================================================= */
.mobile-menu {
  position: fixed; left: 0; right: 0; top: var(--header-h); bottom: auto;
  height: calc(100vh - var(--header-h));            /* fallback */
  height: calc(100dvh - var(--header-h));
  display: flex; flex-direction: column; justify-content: space-between; gap: 1rem;
  padding: clamp(.75rem, 3dvh, 2rem) var(--gutter) max(1rem, env(safe-area-inset-bottom));
  overflow-y: auto;                                  /* safety net only */
}
.mobile-menu[hidden] { display: none; }
.mobile-menu__main { margin: 0; }
.mobile-menu__main a {
  font-size: clamp(1.25rem, 4.6dvh, 2rem);
  padding: clamp(.3rem, 1.25dvh, .7rem) 0;
  line-height: 1.2;
}
.mobile-menu__main a[aria-current="page"]::after {
  content: ""; display: inline-block; width: .38em; height: .38em; border-radius: 50%;
  background: var(--rosewood); margin-left: .5em; vertical-align: middle;
}
.mobile-menu__foot { display: grid; gap: clamp(.5rem, 1.5dvh, 1rem); }
.mobile-menu__cta { width: 100%; }
.mobile-menu__meta { margin: 0; font-size: .92rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .25rem 1rem; max-width: none; }
.mobile-menu__meta a { color: var(--mist); }

/* Landscape phones: two columns so everything is visible at once */
@media (max-height: 480px) and (orientation: landscape) {
  .mobile-menu { flex-direction: row; align-items: stretch; gap: 2rem; }
  .mobile-menu__nav { flex: 1.4; }
  .mobile-menu__main { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, auto); grid-auto-flow: column; column-gap: 2rem; }
  .mobile-menu__main a { font-size: clamp(1.1rem, 6.5dvh, 1.5rem); padding: clamp(.25rem, 1.8dvh, .5rem) 0; }
  .mobile-menu__foot { flex: 1; align-content: end; }
}

/* Marcellus is wider than the previous serif: give the hero headline more room */
.hero__title { max-width: 15ch; }
h1, h2, h3 { letter-spacing: 0; }
.hero__title { font-size: clamp(2.4rem, 1.5rem + 2.7vw, 3.9rem); line-height: 1.1; text-wrap: pretty; }

/* External-link marker (Skincare) */
.ext-icon { width: .62em; height: .62em; margin-left: .3em; vertical-align: .12em; opacity: .7; }
