/* SOLÉ Studio — layout and components. Mobile first; desktop from 900px. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: var(--w-regular);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--bar-h) + env(safe-area-inset-bottom));
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; font-weight: var(--w-light); letter-spacing: var(--track-tight); line-height: 1.05; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; }

.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--on-dark); padding: 10px 16px; z-index: 100; }
.skip:focus { left: 8px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
br.desk { display: none; }
br.mob { display: inline; }

/* ---------- type ---------- */
.eyebrow {
  font-size: var(--fs-label);
  font-weight: var(--w-medium);
  letter-spacing: var(--track-label-sm);
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 0 0 1.2rem;
}
.eyebrow--light { color: var(--on-dark-soft); }
.h2 { font-size: var(--fs-h2); font-weight: var(--w-light); }
.h3 { font-size: var(--fs-h3); font-weight: var(--w-regular); letter-spacing: 0; margin-bottom: 0.8rem; }
.lede { font-size: var(--fs-lede); font-weight: var(--w-light); line-height: 1.6; max-width: var(--measure); }
.statement { font-size: clamp(2.2rem, 5vw, 4.4rem); font-weight: var(--w-thin); line-height: 1.08; margin-bottom: 1.6rem; }
.statement--sm { font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: var(--w-light); line-height: 1.3; max-width: 30ch; }

/* ---------- wordmark (matches the signage) ---------- */
.mark { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; font-family: var(--font-mark); text-decoration: none; }
.mark__sole { font-size: 1.6rem; font-weight: var(--w-medium); letter-spacing: 0.14em; margin-right: -0.14em; }
.mark__studio { font-size: 0.86rem; letter-spacing: 0.12em; margin-top: 2px; }

/* ---------- buttons & links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 30px;
  border-radius: var(--radius-pill);
  font-size: 0.76rem; font-weight: var(--w-medium);
  letter-spacing: var(--track-label-sm); text-transform: uppercase;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn--sm { min-height: 42px; padding: 0 22px; }
.btn--block { display: flex; width: 100%; }
.btn--terra { background: var(--terracotta); color: var(--on-dark); }
.btn--terra:hover { background: var(--terracotta-deep); }
.btn--cream { background: var(--cream); color: var(--ink); }
.btn--cream:hover { background: #fff; }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--on-dark); }

.text-link {
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px;
  font-size: 0.76rem; font-weight: var(--w-medium);
  letter-spacing: var(--track-label-sm); text-transform: uppercase; text-decoration: none;
}
.text-link::after { content: ""; width: 28px; height: 1px; background: currentColor; transition: width .3s var(--ease); }
.text-link:hover::after { width: 44px; }
.text-link--light { color: var(--on-dark); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247, 240, 230, 0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease); }
.site-header__inner { max-width: var(--maxw); margin-inline: auto; padding: 12px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; }
.site-header__logo { text-decoration: none; }
.site-nav { display: none; }
.site-header__end { display: flex; align-items: center; gap: 12px; }
.site-header__book { display: none; }
.menu-toggle { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 2px; background: none; border: 0; cursor: pointer; font-size: 0.74rem; font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; }
.menu-toggle__lines { position: relative; width: 26px; height: 8px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }

/* home: header floats over the hero until scrolled */
.home .site-header { position: fixed; left: 0; right: 0; background: transparent; border-color: transparent; color: var(--on-dark); backdrop-filter: none; -webkit-backdrop-filter: none; }
.home .site-header.is-solid { background: rgba(247, 240, 230, 0.94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.home .site-header:not(.is-solid) .btn--terra { background: var(--cream); color: var(--ink); }

/* ---------- menu overlay ---------- */
.menu { position: fixed; inset: 0; z-index: 60; background: var(--terracotta); color: var(--on-dark); display: flex; flex-direction: column; padding: 12px var(--gutter) calc(28px + env(safe-area-inset-bottom)); overflow-y: auto; }
.menu[hidden] { display: none; }
.menu__top { display: flex; justify-content: space-between; align-items: center; min-height: 60px; }
.menu__close { background: none; border: 1px solid var(--line-light); border-radius: var(--radius-pill); min-height: 44px; padding: 0 20px; cursor: pointer; font-size: 0.74rem; font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; }
.menu__links { margin: auto 0; padding: 32px 0; }
.menu__links a { display: block; padding: 6px 0; font-size: clamp(2.2rem, 10vw, 3.4rem); font-weight: var(--w-thin); text-decoration: none; line-height: 1.2; }
.menu__links a[aria-current] { font-style: italic; }
.menu__foot p { margin: 18px 0 0; text-align: center; font-size: 0.95rem; }
.menu__foot a { text-decoration: none; }
.menu .btn--terra { background: var(--cream); color: var(--ink); }

/* ---------- hero (salon interior background) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--on-dark); overflow: hidden; background: var(--terracotta-deep); }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; }
.hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(40, 24, 16, 0.45) 0%, rgba(40, 24, 16, 0) 22%),
  linear-gradient(0deg, rgba(40, 24, 16, 0.78) 0%, rgba(40, 24, 16, 0.35) 45%, rgba(40, 24, 16, 0) 70%); }
.hero__inner { position: relative; padding-top: 140px; padding-bottom: clamp(48px, 9vh, 96px); }
.hero__title { font-size: var(--fs-display); font-weight: var(--w-thin); line-height: 0.98; letter-spacing: -0.02em; margin-bottom: 1.4rem; }
.hero__lede { font-size: var(--fs-lede); font-weight: var(--w-light); max-width: 34ch; color: var(--on-dark); margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; }

/* rotating sun badge: the name means sun */
.sun { position: absolute; right: var(--gutter); top: 96px; width: 104px; height: 104px; color: var(--on-dark); display: block; }
.sun svg { width: 100%; height: 100%; overflow: visible; }
.sun text { fill: currentColor; font-family: var(--font-sans); font-size: 13.6px; font-weight: var(--w-medium); letter-spacing: 3.1px; }
.sun__core { fill: var(--terracotta); transition: r .4s var(--ease); }
.sun:hover .sun__core { r: 36; }

/* ---------- sections ---------- */
.section { padding-block: var(--section); }
.section--tight { padding-top: clamp(24px, 4vw, 48px); }
.section--sand { background: var(--sand); }
.section--blush { background: var(--blush); }
.section--olive { background: var(--olive); color: var(--on-dark); }
.section--terra { background: var(--terracotta); color: var(--on-dark); }
.section-head { margin-bottom: clamp(32px, 5vw, 64px); display: grid; gap: 4px; }
.section-head .h2 { margin-bottom: 0.4rem; }
.section-head--center { text-align: center; justify-items: center; }
.section-head--light { color: var(--on-dark); }

/* pebble frames echo the station mirror */
.pebble { border-radius: var(--pebble); overflow: hidden; aspect-ratio: 4 / 5; background: var(--blush); isolation: isolate; }
.pebble--b { border-radius: var(--pebble-b); }
.pebble img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
a:hover .pebble img { transform: scale(1.04); }

/* ---------- intro ---------- */
.intro__grid { display: grid; gap: 48px; }
.intro__media { position: relative; max-width: 460px; margin-left: auto; width: 88%; }
.intro__caption { margin: 14px 0 0; font-size: var(--fs-small); color: var(--ink-soft); text-align: right; }

/* ---------- service cards ---------- */
.svc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 16px; }
.svc-card a { display: block; text-decoration: none; }
.svc-card__name { font-size: clamp(1.15rem, 1.8vw, 1.6rem); font-weight: var(--w-regular); letter-spacing: 0; margin: 18px 0 6px; line-height: 1.2; }
.svc-card__line { font-size: var(--fs-small); color: var(--ink-soft); margin-bottom: 8px; line-height: 1.5; }
.svc-card__price { font-size: var(--fs-label); font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; color: var(--terracotta); margin: 0; }

/* ---------- ritual band ---------- */
.ritual { display: grid; background: var(--terracotta); color: var(--on-dark); }
.ritual__media { aspect-ratio: 4 / 5; overflow: hidden; }
.ritual__media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 60%; }
.ritual__copy { padding: clamp(48px, 8vw, 112px) var(--gutter); align-self: center; }
.ritual__copy .h2 { margin-bottom: 1.4rem; }
.ritual__price { display: flex; gap: 40px; margin: 1.8rem 0 2.2rem; padding: 1.2rem 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.ritual__price dt { font-size: var(--fs-label); letter-spacing: var(--track-label-sm); text-transform: uppercase; color: var(--on-dark-soft); }
.ritual__price dd { margin: 4px 0 0; font-size: 2rem; font-weight: var(--w-thin); }

/* ---------- work reel ---------- */
.reel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--gutter) 12px; scroll-padding-inline: var(--gutter); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.reel::-webkit-scrollbar { display: none; }
.reel__item { flex: 0 0 72%; scroll-snap-align: start; }
.reel__item img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; border-radius: var(--radius); }
.reel__item figure { margin: 0; }
.reel__item figcaption { margin-top: 12px; font-size: var(--fs-label); letter-spacing: var(--track-label-sm); text-transform: uppercase; color: var(--on-dark-soft); }

/* ---------- team ---------- */
.team__list { display: grid; gap: 22px; }
.member { display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.member:last-child { border-bottom: 0; }
.member__name { font-size: 1.3rem; font-weight: var(--w-regular); letter-spacing: 0; }
.member__role { font-size: var(--fs-label); font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; color: var(--terracotta); margin: 4px 0 6px; }
.member__spec { font-size: var(--fs-small); color: var(--ink-soft); margin-bottom: 0; line-height: 1.5; }
.member .text-link { min-height: 40px; }

/* ---------- reviews ---------- */
.review-grid { display: grid; gap: 20px; margin-bottom: 40px; }
.review { margin: 0; background: var(--cream); padding: clamp(28px, 4vw, 44px); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; }
.review blockquote { margin: 0 0 24px; }
.review blockquote p { font-size: 1.12rem; font-weight: var(--w-light); line-height: 1.6; margin: 0; }
.review figcaption { display: grid; gap: 2px; }
.review__name { font-weight: var(--w-medium); }
.review__src { font-size: var(--fs-label); letter-spacing: var(--track-label-sm); text-transform: uppercase; color: var(--terracotta); }
.review-grid--all .review { background: var(--sand); }

/* ---------- shop ---------- */
.shop__grid { display: grid; gap: 48px; align-items: center; }
.sun-frame { border-radius: 50%; overflow: hidden; aspect-ratio: 1; max-width: 520px; margin-inline: auto; }
.sun-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 55%; }
.product-list { margin-top: 28px; border-top: 1px solid var(--line); }
.product-list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }

/* ---------- visit ---------- */
.visit__grid { display: grid; gap: 44px; align-items: center; }
.visit__media { max-width: 460px; width: 88%; }
.addr { font-size: 1.25rem; font-weight: var(--w-light); line-height: 1.5; text-decoration: none; border-bottom: 1px solid var(--line); }
.hours { display: grid; grid-template-columns: auto 1fr; gap: 8px 28px; margin: 1.6rem 0 2rem; }
.hours dt { font-weight: var(--w-medium); }
.hours dd { margin: 0; color: var(--ink-soft); }
.visit__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--on-dark); padding-top: var(--section); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer__cta { text-align: center; padding-bottom: var(--section); border-bottom: 1px solid var(--line-light); }
.site-footer__line { font-size: var(--fs-h1); font-weight: var(--w-thin); line-height: 1.05; margin-bottom: 2.2rem; letter-spacing: -0.02em; }
.site-footer__cta .btn:hover { text-decoration: none; }
.site-footer__grid { display: grid; gap: 36px; padding-top: 64px; padding-bottom: 48px; font-size: var(--fs-small); color: var(--on-dark-soft); }
.site-footer__brand .mark { color: var(--on-dark); margin-bottom: 18px; }
.site-footer__brand p { max-width: 32ch; }
.footer-h { font-size: var(--fs-label); font-weight: var(--w-medium); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--on-dark); margin-bottom: 14px; }
.hours--foot { margin: 0; gap: 6px 18px; }
.hours--foot dd { color: var(--on-dark-soft); }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; margin-bottom: 14px; }
.footer-nav a { display: inline-block; padding: 6px 0; }
.site-footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 22px; padding-bottom: 28px; border-top: 1px solid var(--line-light); font-size: 0.8rem; color: var(--on-dark-soft); }
.site-footer__base p { margin: 0; }

/* ---------- sticky phone booking bar ---------- */
.book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; gap: 10px; padding: 9px var(--gutter) calc(9px + env(safe-area-inset-bottom)); background: rgba(247, 240, 230, 0.97); border-top: 1px solid var(--line); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.book-bar__book { flex: 1; }
.book-bar__call { display: inline-flex; align-items: center; justify-content: center; min-width: 88px; min-height: 50px; border: 1px solid var(--ink); border-radius: var(--radius-pill); text-decoration: none; font-size: 0.76rem; font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; }

/* ---------- inner page hero ---------- */
.page-hero { background: var(--sand); padding-top: clamp(40px, 7vw, 96px); padding-bottom: clamp(56px, 8vw, 112px); }
.page-hero__inner { display: grid; gap: 40px; align-items: end; }
.page-hero__title { font-size: var(--fs-h1); font-weight: var(--w-thin); line-height: 1.02; margin-bottom: 1.4rem; letter-spacing: -0.02em; }
.page-hero__media { max-width: 420px; width: 82%; margin-left: auto; }
.page-hero .lede { margin-bottom: 0; }

/* ---------- services page ---------- */
.menu-wrap { display: grid; gap: 32px; }
.tabs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); padding-bottom: 4px; }
.tabs::-webkit-scrollbar { display: none; }
.tab { flex: 0 0 auto; min-height: 44px; padding: 0 20px; border-radius: var(--radius-pill); border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 0.74rem; font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; white-space: nowrap; }
.tab[aria-selected="true"] { background: var(--olive); border-color: var(--olive); color: var(--on-dark); }
.tab-panel__title { font-size: var(--fs-h2); font-weight: var(--w-thin); margin-bottom: 1.8rem; }
.anchor { position: relative; top: -120px; display: block; }
.price-list { border-top: 1px solid var(--line); }
.price-row { padding: 20px 0; border-bottom: 1px solid var(--line); }
.price-row__main { display: flex; align-items: baseline; gap: 12px; }
.price-row__name { font-size: 1.15rem; font-weight: var(--w-regular); }
.price-row__dots { flex: 1; border-bottom: 1px dotted rgba(51, 37, 29, 0.35); transform: translateY(-4px); min-width: 16px; }
.price-row__price { font-size: 0.82rem; font-weight: var(--w-medium); letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); white-space: nowrap; }
.price-row__desc { margin: 6px 0 0; font-size: var(--fs-small); color: var(--ink-soft); max-width: 56ch; line-height: 1.55; }
.consult__grid { display: grid; gap: 24px; }
.notes { display: grid; gap: 48px; align-items: center; }
.notes__list { display: grid; gap: 14px; }
.notes__list li { padding-left: 22px; position: relative; color: var(--ink-soft); max-width: 60ch; }
.notes__list li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); }
.notes__img { max-width: 380px; width: 80%; margin-left: auto; }

/* ---------- about page ---------- */
.story { display: grid; gap: 40px; }
.story__cols { display: grid; gap: 8px; max-width: 64ch; color: var(--ink-soft); }
.values__list { display: grid; gap: 40px; margin-top: 12px; }
.values__num { display: block; font-size: 3.4rem; font-weight: var(--w-thin); line-height: 1; margin-bottom: 14px; color: var(--blush); }
.values__list h3 { font-size: 1.5rem; font-weight: var(--w-regular); letter-spacing: 0; margin-bottom: 10px; }
.values__list p { color: var(--on-dark-soft); max-width: 36ch; }
.member--full { grid-template-columns: 110px 1fr; }
.space__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.space__grid img { width: 100%; height: 100%; object-fit: cover; }
.space__a { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
.space__b, .space__c { aspect-ratio: 4 / 5; }

/* ---------- gallery ---------- */
.gal { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; grid-auto-flow: dense; }
.gal__item figure { margin: 0; position: relative; height: 100%; }
.gal__item img { width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 14px; }
.gal__item figcaption { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; font-size: 0.72rem; font-weight: var(--w-medium); letter-spacing: 0.14em; text-transform: uppercase; }
.gal__item figcaption span + span { color: var(--terracotta); }
.gal__more { margin-top: 48px; }

/* ---------- contact ---------- */
.contact__grid { display: grid; gap: 56px; }
.contact__info .h3 { margin-top: 1.4rem; }
.contact__info .h3:first-child { margin-top: 0; }
.contact__info a:not(.btn) { text-decoration: none; }
.book-card { background: var(--sand); border-radius: 28px; padding: clamp(28px, 5vw, 56px); scroll-margin-top: 90px; }
.book-card .h2 { margin-bottom: 1rem; }
.book-form { display: grid; gap: 16px; margin-top: 28px; }
.field { display: grid; gap: 6px; }
.field label { font-size: var(--fs-label); font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 16px; border: 1px solid rgba(51, 37, 29, 0.28); border-radius: 12px; background: var(--cream); font-size: 1rem; }
.field textarea { resize: vertical; }
.form-thanks { margin: 0; padding: 16px; background: var(--olive); color: var(--on-dark); border-radius: 12px; }
.faq-wrap { display: grid; gap: 32px; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 36px 20px 0; position: relative; font-size: 1.12rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: var(--w-thin); color: var(--terracotta); }
.faq[open] summary::after { content: "\2013"; }
.faq p { color: var(--ink-soft); max-width: 60ch; }
.notfound { min-height: 60vh; display: flex; align-items: center; }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .sun__ring { transform-origin: 100px 100px; animation: spin 38s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .hero .reveal { opacity: 0; transform: translateY(18px); animation: rise 1.1s var(--ease) forwards; }
  .hero .reveal:nth-child(2) { animation-delay: .12s; }
  .hero .reveal:nth-child(3) { animation-delay: .28s; }
  .hero .reveal:nth-child(4) { animation-delay: .42s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
  .hero__img { animation: drift 18s ease-out forwards; }
  @keyframes drift { from { transform: scale(1.08); } to { transform: scale(1); } }
  .js .fade { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
  .js .fade.is-in { opacity: 1; transform: none; }
}

/* ---------- tablet ---------- */
@media (min-width: 640px) {
  .reel__item { flex-basis: 40%; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .gal { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- desktop ---------- */
@media (min-width: 900px) {
  body { padding-bottom: 0; }
  br.desk { display: inline; }
  br.mob { display: none; }
  .book-bar { display: none; }
  .site-nav { display: block; }
  .site-nav ul { display: flex; gap: clamp(18px, 2.2vw, 34px); }
  .site-nav a { font-size: 0.74rem; font-weight: var(--w-medium); letter-spacing: var(--track-label-sm); text-transform: uppercase; text-decoration: none; padding: 10px 0; border-bottom: 1px solid transparent; }
  .site-nav a:hover, .site-nav a[aria-current] { border-bottom-color: currentColor; }
  .site-header__book { display: inline-flex; }
  .menu-toggle { display: none; }
  .mark__sole { font-size: 1.85rem; }

  .hero__img { object-position: 50% 50%; }
  .hero__inner { padding-bottom: clamp(72px, 11vh, 128px); }
  .sun { width: 168px; height: 168px; top: auto; bottom: clamp(72px, 11vh, 128px); right: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter))); }

  .intro__grid { grid-template-columns: 1.1fr 0.9fr; gap: 8vw; align-items: center; }
  .intro__copy p:not(.eyebrow) { max-width: 52ch; }
  .intro__media { width: 100%; }

  .section-head { grid-template-columns: 1fr auto; align-items: end; }
  .section-head .eyebrow { grid-column: 1 / -1; }
  .section-head__link { grid-column: 2; grid-row: 2; }
  .section-head--center { grid-template-columns: 1fr; }

  .svc-cards { grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .svc-card--drop { margin-top: 72px; }

  .ritual { grid-template-columns: 58fr 42fr; }
  .ritual__media { aspect-ratio: auto; min-height: 640px; }
  .ritual__copy { padding: 96px clamp(40px, 6vw, 104px); }

  .reel { padding-inline: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter))); scroll-padding-inline: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter))); gap: 24px; }
  .reel__item { flex-basis: calc((min(100vw, var(--maxw)) - 2 * var(--gutter) - 72px) / 3.4); }

  .team__list { grid-template-columns: repeat(5, 1fr); gap: 24px; }
  .member, .member--full { grid-template-columns: 1fr; align-items: start; border-bottom: 0; padding-bottom: 0; gap: 20px; }
  .member:nth-child(even) { margin-top: 56px; }

  .review-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }

  .shop__grid { grid-template-columns: 1fr 1fr; gap: 8vw; }
  .visit__grid { grid-template-columns: 0.9fr 1.1fr; gap: 8vw; }
  .visit__media { width: 100%; }

  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }

  .page-hero__inner { grid-template-columns: 1.3fr 0.7fr; gap: 6vw; }
  .page-hero--img .page-hero__media { width: 100%; }
  .page-hero:not(.page-hero--img) .page-hero__inner { grid-template-columns: 1fr; }

  .menu-wrap { grid-template-columns: 240px 1fr; gap: 6vw; align-items: start; }
  .tabs { flex-direction: column; margin: 0; padding: 0; position: sticky; top: 110px; overflow: visible; }
  .tab { text-align: left; justify-content: flex-start; }
  .consult__grid { grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
  .notes { grid-template-columns: 1.4fr 0.6fr; gap: 8vw; }
  .notes__img { width: 100%; }

  .story { grid-template-columns: 1.2fr 0.8fr; gap: 8vw; align-items: start; }
  .values__list { grid-template-columns: repeat(3, 1fr); gap: 5vw; }
  .space__grid { grid-template-columns: 2fr 1fr 1fr; }
  .space__a { grid-column: auto; aspect-ratio: auto; }

  .gal { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .gal__item--tall { grid-row: span 2; }
  .gal__item--tall img { aspect-ratio: auto; height: calc(100% - 36px); }

  .contact__grid { grid-template-columns: 0.8fr 1.2fr; gap: 7vw; align-items: start; }
  .book-form { grid-template-columns: 1fr 1fr; gap: 18px 20px; }
  .field--full { grid-column: 1 / -1; }
  .faq-wrap { grid-template-columns: 0.8fr 1.2fr; gap: 7vw; }
}

@media (min-width: 1200px) {
  .hero__title { font-size: min(var(--fs-display), 8rem); }
}

/* heading spacing inside split copy blocks */
.intro__copy .statement, .shop__copy .h2, .visit__copy .h2, .consult .h2, .faq-wrap > .h2, .contact__info .h3 { margin-bottom: 1.2rem; }

/* extra scrim so light type holds on the pale plaster */
.hero__scrim { background:
  linear-gradient(180deg, rgba(40, 24, 16, 0.55) 0%, rgba(40, 24, 16, 0) 26%),
  linear-gradient(0deg, rgba(40, 24, 16, 0.82) 0%, rgba(40, 24, 16, 0.45) 50%, rgba(40, 24, 16, 0.1) 78%); }
@media (min-width: 900px) {
  .hero__scrim { background:
    linear-gradient(180deg, rgba(40, 24, 16, 0.5) 0%, rgba(40, 24, 16, 0) 20%),
    linear-gradient(90deg, rgba(40, 24, 16, 0.62) 0%, rgba(40, 24, 16, 0.38) 42%, rgba(40, 24, 16, 0) 66%),
    linear-gradient(0deg, rgba(40, 24, 16, 0.5) 0%, rgba(40, 24, 16, 0) 45%); }
}
