@charset "UTF-8";
/* Real Beauty Emporium, George
   Warm paper, deep forest green, clay accent. Instrument Serif for display, Jost for everything else.
   Breakpoints: 1024 (desktop nav + 5-up team), 720 (two columns), 640 (phone) */

:root {
  --paper: #F4EFE6;
  --paper-2: #ECE5D6;
  --paper-3: #E3DAC7;
  --ink: #1C1D19;
  --ink-2: #3B3C36;
  --muted: #6E6A60;
  --line: #D6CDBB;
  --line-2: #C2B7A1;
  --forest: #1E3A2F;
  --forest-2: #2B4F40;
  --forest-3: #3F6C58;
  --clay: #B5654B;
  --clay-2: #D28A6E;
  --gold: #C69C3B;
  --serif: 'Instrument Serif', 'Iowan Old Style', 'Times New Roman', serif;
  --sans: 'Jost', 'Avenir Next', 'Segoe UI', sans-serif;
  --wrap: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 6px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; letter-spacing: -.01em; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }
section[id] { scroll-margin-top: 80px; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }

/* paper grain */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 55;
  pointer-events: none;
  opacity: .06;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .7 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

/* photos share one warm grade so stock and salon shots sit together */
.tone img { filter: sepia(.08) saturate(.94); }

/* ---------- type helpers ---------- */
.eyebrow {
  margin: 0 0 16px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--clay);
}
h2 { font-size: clamp(34px, 3.9vw, 56px); line-height: 1.06; }
h2 em { color: var(--forest); }
.section { padding-block: clamp(64px, 8vw, 112px); }
.section-head { max-width: 720px; margin-bottom: clamp(32px, 4vw, 48px); }
.section-intro { margin: 18px 0 0; font-size: 17.5px; font-weight: 300; color: var(--ink-2); }
.stars { color: var(--gold); letter-spacing: .06em; font-size: 13px; }

/* ---------- buttons + links ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  font: 500 13px/1 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: var(--forest); border-color: var(--forest); }
.btn-clay { background: var(--clay); border-color: var(--clay); color: #fff; }
.btn-clay:hover { background: #A0563E; border-color: #A0563E; }
.btn-paper { background: var(--paper); border-color: var(--paper); color: var(--clay); }
.btn-paper:hover { background: #fff; border-color: #fff; }
.btn-ghost-paper { border-color: rgba(244, 239, 230, .55); color: var(--paper); }
.btn-ghost-paper:hover { background: var(--paper); color: var(--clay); border-color: var(--paper); }
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.link-arrow::after { content: "→"; transition: transform .3s var(--ease); }
.link-arrow:hover::after { transform: translateX(4px); }
.link-arrow:hover { color: var(--clay); }

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}
/* blur lives on a pseudo-element: backdrop-filter on .nav itself would turn it into the
   containing block for the fixed mobile menu overlay */
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(244, 239, 230, .88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: none; }
.brand-mark {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--paper);
  font-family: var(--serif);
  font-style: italic;
  font-size: 23px;
  line-height: 1;
  display: grid;
  place-items: center;
  padding-bottom: 3px;
}
.brand-name { font-family: var(--serif); font-size: 24px; line-height: 1; white-space: nowrap; }
.brand-name em { color: var(--forest); }
.nav-links { display: flex; gap: 24px; margin-left: auto; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.nav-links a { position: relative; padding: 4px 0; text-decoration: none; white-space: nowrap; }
.nav-links a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-phone { font-size: 13px; letter-spacing: .06em; text-decoration: none; white-space: nowrap; }
.nav-phone:hover { color: var(--clay); }
.nav-cta { padding: 13px 20px; }
.nav-mobile-only { display: none; }
.nav-toggle { display: none; }

/* ---------- hero ---------- */
.hero { padding: clamp(40px, 6vw, 84px) 0 clamp(56px, 7vw, 96px); }
.hero-copy { max-width: 780px; text-align: center; }
h1 { font-size: clamp(38px, 5.2vw, 76px); line-height: 1.04; letter-spacing: -.02em; text-wrap: balance; }
h1 em { color: var(--forest); }
.lede {
  max-width: 54ch;
  margin: 22px auto 30px;
  font-size: clamp(16px, 1.2vw, 18.5px);
  font-weight: 300;
  color: var(--ink-2);
}
.hero-cta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 26px; }
.rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  font-size: 14px;
  color: var(--ink-2);
  text-decoration: none;
}
.rating:hover { color: var(--clay); }
.hero-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: clamp(40px, 5vw, 64px);
}
.hero-photos figure { aspect-ratio: 4 / 5; max-height: 480px; overflow: hidden; border-radius: var(--radius); background: var(--paper-2); }
.hero-photos img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- the salon ---------- */
.salon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.salon-copy h2 { margin-bottom: 22px; }
.salon-copy p:not(.eyebrow) { margin: 0 0 18px; font-size: 17px; color: var(--ink-2); }
.quote { margin: 34px 0 0; padding: 2px 0 2px 24px; border-left: 2px solid var(--clay); }
.quote p { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(21px, 1.8vw, 26px); line-height: 1.3; color: var(--ink); }
.quote cite { font-style: normal; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.salon-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.salon-mosaic figure { overflow: hidden; border-radius: var(--radius); background: var(--paper-2); aspect-ratio: 4 / 5; }
.salon-mosaic .mosaic-wide { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.salon-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.facts {
  list-style: none;
  margin: clamp(48px, 6vw, 80px) auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.facts li { display: flex; flex-direction: column; gap: 4px; padding-top: 18px; border-top: 1px solid var(--ink); }
.facts strong { font: 400 clamp(28px, 2.6vw, 36px)/1.1 var(--serif); }
.facts span { font-size: 14px; color: var(--muted); }

/* ---------- services overview ---------- */
.services { background: var(--forest); color: var(--paper); }
.services .eyebrow { color: var(--clay-2); }
.services h2 em { color: var(--clay-2); }
.services .section-intro { color: rgba(244, 239, 230, .72); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 20px; }
.service-card { display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.service-card figure { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--forest-2); margin-bottom: 16px; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.service-card:hover img { transform: scale(1.04); }
.service-card h3 { margin-bottom: 8px; font-size: 26px; line-height: 1.1; }
.service-card p { margin: 0 0 14px; font-size: 14.5px; font-weight: 300; line-height: 1.55; color: rgba(244, 239, 230, .74); }
.service-from {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clay-2);
}
.service-from::after { content: "→"; transition: transform .3s var(--ease); }
.service-card:hover .service-from::after { transform: translateX(5px); }
.service-card-cta { border: 1px solid rgba(244, 239, 230, .2); border-radius: var(--radius); padding: 24px; justify-content: flex-end; transition: border-color .3s; }
.service-card-cta:hover { border-color: var(--clay-2); }
.service-cta-in { display: flex; flex-direction: column; height: 100%; }
.service-cta-in h3 { margin-top: auto; }

/* ---------- price list ---------- */
.menu-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.menu-side { position: sticky; top: 92px; }
.menu-tabs { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.menu-tab {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 400 21px/1 var(--serif);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: color .2s, padding-left .3s var(--ease);
}
.menu-tab small { font: 500 11px/1 var(--sans); letter-spacing: .12em; color: var(--muted); }
.menu-tab:hover { color: var(--ink); }
.menu-tab[aria-selected="true"] { color: var(--ink); padding-left: 16px; }
.menu-tab[aria-selected="true"]::before {
  content: "";
  position: absolute; left: 0; top: 50%;
  width: 6px; height: 6px;
  background: var(--clay);
  transform: translateY(-50%) rotate(45deg);
}
.length-guide { margin-top: 24px; padding: 16px 18px 14px; background: var(--paper-2); border-radius: var(--radius); }
.length-title { margin: 0 0 8px; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); }
.length-guide dl { margin: 0; display: grid; gap: 5px; }
.length-guide dl div { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
.length-guide dt { font-weight: 500; }
.length-guide dd { margin: 0; color: var(--muted); text-align: right; }

.menu-panel { display: none; }
.menu-panel.active { display: block; animation: fade .45s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.menu-cat { margin-bottom: 44px; }
.menu-cat h3 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; font-size: clamp(26px, 2.2vw, 30px); }
.menu-cat h3 small { font: 400 11px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.menu-list { list-style: none; margin: 0; padding: 0; }
.row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  grid-template-areas: "name price book" "meta meta meta";
  column-gap: 18px;
  align-items: baseline;
  padding: 12px 0 11px;
  border-bottom: 1px solid var(--line);
}
.row-name { grid-area: name; display: flex; align-items: baseline; gap: 10px; font-size: 16.5px; }
.row-name::after { content: ""; flex: 1; min-width: 20px; border-bottom: 1px dotted var(--line-2); transform: translateY(-5px); }
.row-price { grid-area: price; font-size: 16.5px; font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap; }
.row-price .from { margin-right: 4px; font-size: 12px; font-weight: 400; letter-spacing: .04em; color: var(--muted); }
.row-was { margin-right: 8px; font-size: 13px; font-weight: 400; color: var(--muted); text-decoration: line-through; }
.row-book {
  grid-area: book;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--forest);
  border-bottom: 1px solid currentColor;
  opacity: .7;
  transition: opacity .2s, color .2s;
}
.row:hover .row-book, .row-book:focus-visible { opacity: 1; color: var(--clay); }
.row-meta { grid-area: meta; display: flex; flex-wrap: wrap; align-items: center; gap: 2px 10px; margin-top: 2px; font-size: 13px; color: var(--muted); }
.row-meta .dot { color: var(--line-2); }
.row-meta .save { color: var(--clay); font-weight: 500; }

/* ---------- recent work ---------- */
.work { padding-top: 0; }
.work-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; max-width: none; }
.work-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.work-grid figure { aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: var(--paper-2); }
.work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.work-grid figure:hover img { transform: scale(1.03); }

/* ---------- team ---------- */
.team { border-top: 1px solid var(--line); }
.team-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.member figure { margin-bottom: 14px; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: var(--paper-2); }
.member img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.member:hover img { transform: scale(1.03); }
.member h3 { font-size: 26px; line-height: 1; }
.member p { margin: 6px 0 0; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- reviews ---------- */
.reviews { background: var(--paper-2); }
.reviews-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; max-width: none; }
.review-score {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: var(--paper);
  color: inherit;
  text-decoration: none;
  transition: border-color .2s;
  flex: none;
}
.review-score:hover { border-color: var(--clay); }
.review-score strong { font: 400 44px/1 var(--serif); }
.review-score span { font-size: 13px; line-height: 1.45; color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.review .stars { display: block; margin-bottom: 12px; }
.review p { margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.32; }
.review footer { display: flex; flex-direction: column; gap: 2px; margin-top: auto; padding-top: 16px; font-size: 13px; color: var(--muted); }
.review footer strong { font-weight: 500; color: var(--ink); }
.reviews-foot { margin: 20px 0 0; font-size: 14px; color: var(--muted); }

/* ---------- shelves ---------- */
.shelves-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.shelves-copy h2 { margin-bottom: 20px; }
.shelves-copy p:not(.eyebrow) { margin: 0; font-size: 17px; color: var(--ink-2); }
.shelves-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.shelves-strip figure { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: var(--paper-2); }
.shelves-strip img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- visit ---------- */
.visit { background: var(--paper-2); border-top: 1px solid var(--line); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
address { margin: 22px 0; font-style: normal; font-size: 17px; line-height: 1.5; }
.hours { padding-top: 14px; border-top: 1px solid var(--ink); }
.hours-status { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.hours-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--forest-3); flex: none; }
.hours-status.closed::before { background: var(--clay); }
.hours table { width: 100%; border-collapse: collapse; font-size: 15px; }
.hours tr { border-bottom: 1px solid var(--line); }
.hours th { padding: 7px 0; text-align: left; font-weight: 400; color: var(--ink-2); }
.hours td { padding: 7px 0; text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.hours tr.today th, .hours tr.today td { font-weight: 500; color: var(--ink); }
.hours tr.today th::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--clay);
  transform: rotate(45deg);
}
.contact-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 9px; }
.contact-list a { display: inline-flex; align-items: center; gap: 12px; font-size: 15.5px; text-decoration: none; }
.contact-list svg { width: 19px; height: 19px; fill: var(--forest); flex: none; }
.contact-list a:hover { color: var(--clay); }
.visit-map { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: var(--paper-3); }
.visit-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) sepia(.18) contrast(1.05); transition: filter .4s; }
.visit-map:hover iframe { filter: none; }
.map-link {
  position: absolute; left: 16px; bottom: 16px;
  padding: 12px 16px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 3px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
}
.map-link:hover { background: var(--clay); }

/* ---------- book band ---------- */
.band { padding: clamp(56px, 7vw, 96px) 0; background: var(--clay); color: #fff; }
.band-in { max-width: 680px; text-align: center; }
.band h2 { color: #fff; }
.band h2 em { color: var(--paper); }
.band p { margin: 14px 0 28px; font-size: 17px; opacity: .92; }
.band-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* ---------- footer ---------- */
.footer { padding: clamp(48px, 6vw, 80px) 0 28px; background: var(--forest); color: var(--paper); }
.footer-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-name { margin: 0 0 12px; font-family: var(--serif); font-size: 40px; line-height: 1; }
.footer-name em { color: var(--clay-2); }
.footer-tag { max-width: 36ch; margin: 0; font-weight: 300; color: rgba(244, 239, 230, .7); }
.footer-h { margin: 0 0 12px; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--clay-2); }
.footer-col p { margin: 0 0 14px; line-height: 1.7; color: rgba(244, 239, 230, .85); }
.footer-col a { text-decoration: none; }
.footer-col a:hover { color: var(--clay-2); }
.footer-foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 239, 230, .15);
  font-size: 12.5px;
  color: rgba(244, 239, 230, .55);
}

/* ---------- motion ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1199px) {
  .nav-phone { display: none; }
}

@media (max-width: 1023px) {
  .nav-in { gap: 16px; }
  .nav-cta { margin-left: auto; }
  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    background: var(--paper);
    font-family: var(--serif);
    font-size: 30px;
    letter-spacing: 0;
    text-transform: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
  }
  .nav-links.open { opacity: 1; pointer-events: auto; }
  .nav-links a::after { display: none; }
  .nav-mobile-only { display: block; font-family: var(--sans); font-size: 13.5px; letter-spacing: .12em; text-transform: uppercase; }
  .nav-mobile-only:first-of-type { margin-top: 12px; }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 44px; height: 44px;
    margin-right: -10px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 70;
    flex: none;
  }
  .nav-toggle span { display: block; width: 24px; height: 1.5px; margin: 0 auto; background: var(--ink); transition: transform .3s var(--ease); }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }

  .service-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .menu-layout { grid-template-columns: 1fr; }
  /* min-width:0 so the nowrap tab scroller cannot widen the single grid column */
  .menu-side, .menu-panels { min-width: 0; }
  .menu-side { position: sticky; top: 72px; z-index: 5; background: var(--paper); padding-bottom: 8px; }
  .menu-tabs { flex-direction: row; gap: 22px; overflow-x: auto; border-top: 0; border-bottom: 1px solid var(--ink); scrollbar-width: none; }
  .menu-tabs::-webkit-scrollbar { display: none; }
  .menu-tab { padding: 12px 0 10px; border-bottom: 2px solid transparent; font-size: 20px; white-space: nowrap; }
  .menu-tab small { display: none; }
  .menu-tab[aria-selected="true"] { padding-left: 0; border-bottom-color: var(--clay); }
  .menu-tab[aria-selected="true"]::before { display: none; }
  .length-guide { display: none; }
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-in { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 719px) {
  .salon-grid, .shelves-grid, .visit-grid { grid-template-columns: 1fr; }
  .salon-copy { order: 1; }
  .salon-mosaic { order: 2; }
  .facts { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .team-grid { grid-template-columns: 1fr; gap: 12px; }
  .member { display: flex; align-items: center; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .member figure { flex: none; width: 76px; margin: 0; }
  .member h3 { font-size: 24px; }
  .member p { margin-top: 4px; }
  .visit-map { aspect-ratio: 4 / 3; }
}

@media (max-width: 639px) {
  body { font-size: 16px; }
  .brand-name { font-size: 22px; }
  .hero { padding-top: 32px; }
  .hero-photos { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-photo-3 { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-card-cta { padding: 20px; }
  .row { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "name price" "meta book"; }
  .row-name::after { display: none; }
  .row-book { justify-self: end; margin-top: 4px; }
  .work-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .work-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .reviews-head { flex-direction: column; align-items: flex-start; gap: 18px; }
  .review-grid { grid-template-columns: 1fr; }
  .shelves-strip figure { aspect-ratio: 1; }
  .footer-in { grid-template-columns: 1fr; gap: 24px; }
  .footer-foot { flex-direction: column; }
}

@media (max-width: 479px) {
  .nav-cta { display: none; }
  .nav-toggle { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .menu-panel.active { animation: none; }
}
