:root {
  --accent: #8a6043;
  --accent-deep: #68442f;
  --brown-deep: #2d211b;
  --cream: #fbf7f1;
  --ivory-light: #fffdf9;
  --paper: #f5ecdf;
  --warm: #e7d3bf;
  --sand: #d9b99a;
  --ink: #2c211c;
  --line: rgba(44,33,28,.22);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--accent); color: var(--cream); }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.eyebrow { margin: 0 0 1.2rem; font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: rgba(246,244,240,.72); }
.text-link { display: inline-block; padding: .4rem 0; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-underline-offset: .4rem; text-transform: uppercase; }
.text-link-light { color: var(--cream); }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 205px; min-height: 56px; padding: .85rem 1.4rem; border: 1px solid transparent; border-radius: 0; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-align: center; text-decoration: none; text-transform: uppercase; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--cream); }
.button-primary:hover { background: var(--ink); }
.button-cream { background: var(--cream); color: var(--accent); }
.button-cream:hover { background: var(--warm); }
.button-outline { border-color: rgba(246,244,240,.72); background: rgba(24,7,17,.12); color: var(--cream); }
.button-outline:hover { border-color: var(--cream); background: rgba(246,244,240,.12); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: grid; grid-template-columns: 190px 1fr 190px; align-items: center; min-height: 86px; padding: .8rem clamp(1.2rem,4vw,4.5rem); border-bottom: 1px solid rgba(246,244,240,.24); background: transparent; color: var(--cream); transition: background 240ms ease,color 240ms ease,border-color 240ms ease,box-shadow 240ms ease; }
.site-header.is-scrolled, body.menu-open .site-header { border-bottom-color: var(--line); background: rgba(251,247,241,.96); color: var(--ink); box-shadow: 0 8px 30px rgba(44,33,28,.08); backdrop-filter: blur(16px); }
.brand { display: block; width: 158px; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); transition: filter 240ms ease; }
.site-header.is-scrolled .brand img, body.menu-open .brand img { filter: none; }
.desktop-nav { grid-column: 2; display: flex; justify-content: center; gap: clamp(1.2rem,2.6vw,2.6rem); }
.desktop-nav a { font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-book { grid-column: 3; justify-self: end; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-underline-offset: .38rem; text-transform: uppercase; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--brown-deep); }
.hero-copy { position: absolute; right: auto; bottom: clamp(2.5rem,6vw,6rem); left: clamp(1.3rem,6vw,7rem); z-index: 2; width: min(740px,calc(100% - 2.6rem)); color: var(--cream); }
.hero h1, .story h2, .work h2, .services h2, .salon h2, .instagram-invite h2, .reviews h2, .visit h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .87; }
.hero h1 { max-width: 900px; font-size: clamp(5rem,9.5vw,10.8rem); }
.hero h1 em { font-style: normal; }
.hero-intro { max-width: 510px; margin: 1.6rem 0 2rem; font-size: clamp(1rem,1.3vw,1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-visual { position: absolute; inset: 0; margin: 0; overflow: hidden; background: #d8c7b5; }
.hero-visual::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(45,33,27,.8) 0%,rgba(45,33,27,.52) 42%,rgba(45,33,27,.3) 74%,rgba(45,33,27,.36) 100%),linear-gradient(0deg,rgba(45,33,27,.62),transparent 62%); content: ""; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1); transition: opacity 1.1s ease, transform 7s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.hero-slide.is-active { opacity: 1; transform: scale(1.02); }
.hero-slide-reception { object-position: 50% 27%; filter: brightness(1.075) contrast(1.025) saturate(.98); }
.hero-slide-wash { object-position: 50% 35%; filter: brightness(1.075) contrast(1.025) saturate(.98); }

.story { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem,7vw,8rem); align-items: center; padding: clamp(5rem,7vw,7.5rem) clamp(1.3rem,8vw,9rem); border-bottom: 1px solid var(--line); background: var(--paper); }
.story-heading h2 { max-width: 720px; font-size: clamp(3.8rem,6vw,6.8rem); }
.story-copy { max-width: 610px; }
.story-lead { font-family: var(--serif); font-size: clamp(1.65rem,2.5vw,2.6rem); line-height: 1.18; }
.story-copy blockquote { margin: 2.2rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--accent); color: var(--accent); font-family: var(--serif); font-size: clamp(1.35rem,1.8vw,1.9rem); line-height: 1.25; }

.work { padding: clamp(3.5rem,5vw,5rem) 0 clamp(4rem,6vw,6.5rem); overflow: hidden; background: var(--cream); }
.work-heading { margin-bottom: clamp(1.5rem,2.5vw,2.5rem); padding: 0 clamp(1.2rem,4vw,4.5rem); text-align: left; }
.work-heading h2 { font-size: clamp(2.8rem,4.4vw,5rem); white-space: nowrap; }
.work-heading > p:last-child { max-width: 520px; margin: .6rem 0 0; }
.work-gallery { display: flex; gap: clamp(.7rem,1.1vw,1.2rem); padding: 0 clamp(1.2rem,4vw,4.5rem) .5rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.work-gallery::-webkit-scrollbar { display: none; }
.look { flex: 0 0 clamp(220px,22vw,330px); min-width: 0; margin: 0; scroll-snap-align: start; }
.look-media { position: relative; overflow: hidden; background: #d9c6b2; aspect-ratio: 4 / 5; }
.look img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.brunette-crop img { object-position: 50% 40%; transform: scale(1.02); }
.look:hover img { transform: scale(1.025); }
.look:hover .brunette-crop img { transform: scale(1.04); }
.look figcaption { padding: .5rem 0 0; color: var(--ink); font-family: var(--serif); font-size: .9rem; line-height: 1.2; }
.social-crop img { width: 100%; height: 200%; max-width: none; object-fit: cover; transform: translateY(var(--crop-y,-22%)); }
.look:hover .social-crop img { transform: translateY(var(--crop-y,-22%)) scale(1.015); }
.crop-blonde { --crop-y: -19.8%; }
.crop-blonde img { object-position: 50% 39%; }
.crop-caramel { --crop-y: -22.9%; }
.crop-caramel img { object-position: 50% 37%; }
.crop-sunshine { --crop-y: -28.8%; }
.crop-sunshine img { object-position: 50% 40%; }
.crop-ribbon { --crop-y: -25.8%; }
.crop-ribbon img { object-position: 50% 39%; }
.portrait-crop img { object-position: 50% 50%; }
.mens-client-crop img { transform: scale(1.04) translateY(-3%); transform-origin: 50% 50%; }
.look:hover .mens-client-crop img { transform: scale(1.06) translateY(-3%); }
.mature-client-crop img { object-position: 52% 39%; filter: brightness(1.035) contrast(1.015) saturate(1.015); transform: scale(1.3) translateY(-2.5%); transform-origin: 50% 50%; }
.look:hover .mature-client-crop img { transform: scale(1.32) translateY(-2.5%); }

.services { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem,9vw,10rem); padding: clamp(6rem,10vw,11rem) clamp(1.3rem,7vw,8rem); background: var(--warm); color: var(--ink); }
.services-intro { align-self: start; position: sticky; top: 130px; }
.services-intro h2 { font-size: clamp(4.2rem,7vw,8rem); }
.services .eyebrow-light, .services .text-link-light { color: var(--accent-deep); }
.services-intro > p:not(.eyebrow) { max-width: 420px; margin: 2rem 0; color: rgba(47,37,31,.76); }
.service-list { margin: 0; padding: 0; list-style: none; }
.service-list li { display: flex; align-items: center; min-height: 96px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(2.3rem,4vw,5rem); line-height: 1; }
.service-list li:last-child { border-bottom: 1px solid var(--line); }

.salon { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 820px; }
.salon-photo { position: relative; min-height: 700px; overflow: hidden; }
.salon-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: brightness(1.035) contrast(1.015) saturate(1.02); }
.salon-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,8vw,9rem); background: var(--paper); }
.salon-copy h2 { max-width: 700px; font-size: clamp(4rem,7vw,8rem); }
.salon-copy > p:not(.eyebrow) { max-width: 540px; margin-top: 2rem; }
.salon-copy .salon-story { font-size: 1rem; line-height: 1.75; }

.instagram-invite { padding: clamp(3.5rem,6vw,6rem) clamp(1.2rem,5vw,6rem); border-bottom: 1px solid var(--line); background: var(--ivory-light); color: var(--ink); }
.instagram-peek { width: min(100%,1040px); margin: 0 auto; }
.instagram-peek-header { display: flex; gap: 2rem; align-items: center; justify-content: space-between; margin-bottom: 1.35rem; }
.instagram-identity { display: flex; gap: .85rem; align-items: center; }
.instagram-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid #d3bba5; border-radius: 50%; color: var(--accent-deep); }
.instagram-mark svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.55; }
.instagram-mark .icon-fill { fill: currentColor; stroke: none; }
.instagram-identity .eyebrow { margin-bottom: .2rem; color: rgba(47,37,31,.62); font-size: .56rem; }
.instagram-invite h2 { font-family: var(--sans); font-size: clamp(1rem,1.5vw,1.2rem); font-weight: 500; letter-spacing: -.02em; line-height: 1.2; }
.instagram-invite h2 a { text-decoration: none; }
.instagram-link { padding-bottom: .28rem; border-bottom: 1px solid currentColor; color: var(--accent-deep); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.instagram-link:hover { color: var(--brown-deep); }
.instagram-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3px; }
.instagram-gallery a { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--warm); }
.instagram-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.instagram-gallery a:hover img { transform: scale(1.035); }
.instagram-more summary { width: max-content; margin: 1.35rem auto 0; padding: .75rem 0 .35rem; border-bottom: 1px solid currentColor; color: var(--accent-deep); font-size: .64rem; font-weight: 600; letter-spacing: .12em; list-style: none; cursor: pointer; text-transform: uppercase; }
.instagram-more summary::-webkit-details-marker { display: none; }
.instagram-more summary:hover { color: var(--brown-deep); }
.instagram-more summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.instagram-hide-label { display: none; }
.instagram-more[open] { display: flex; flex-direction: column; }
.instagram-more[open] .instagram-gallery-more { order: 1; margin-top: 3px; }
.instagram-more[open] summary { order: 2; }
.instagram-more[open] .instagram-show-label { display: none; }
.instagram-more[open] .instagram-hide-label { display: inline; }

.reviews { padding: 2rem 0 clamp(4.5rem,7vw,7rem) clamp(1.2rem,5vw,6rem); overflow: hidden; background: var(--paper); }
.reviews-heading { max-width: 760px; padding-right: clamp(1.2rem,5vw,6rem); }
.reviews-heading h2 { font-size: clamp(3.2rem,5.5vw,6rem); }
.review-carousel { margin-top: clamp(2rem,3vw,3rem); }
.review-track { display: grid; grid-auto-columns: minmax(300px,31vw); grid-auto-flow: column; gap: 1rem; padding-right: clamp(1.2rem,5vw,6rem); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { padding: 1.5rem; border: 1px solid #d8c4b1; border-radius: 12px; background: var(--cream); box-shadow: 0 12px 34px rgba(68,46,34,.06); scroll-snap-align: start; }
.review-top { display: grid; grid-template-columns: 44px 1fr; gap: .8rem; align-items: center; }
.review-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 600; }
.review-avatar svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.55; }
.review-top h3 { margin: 0; color: #2f251f; font-family: Arial,sans-serif; font-size: .92rem; font-weight: 600; line-height: 1.25; }
.review-top p { margin: .15rem 0 0; color: #806f63; font-family: Arial,sans-serif; font-size: .72rem; line-height: 1.3; }
.review-stars { margin: 1.25rem 0 .8rem; color: #fbbc04; font-size: 1rem; letter-spacing: .08em; line-height: 1; }
.review-card blockquote { margin: 0; color: #4a3b32; font-family: Arial,sans-serif; font-size: 1rem; line-height: 1.55; }
.review-controls { display: flex; justify-content: center; padding: 1.4rem clamp(1.2rem,5vw,6rem) 0 0; }
.review-dots { display: flex; gap: .5rem; align-items: center; }
.review-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d8cbbf; cursor: pointer; }
.review-dots button[aria-current="true"] { background: var(--accent); }

.visit { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: var(--cream); }
.visit-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,7vw,8rem); background: var(--sand); color: var(--ink); }
.visit-panel h2 { font-size: clamp(4rem,7vw,7.8rem); }
.visit-panel address { margin-top: 2.4rem; font-family: var(--serif); font-size: clamp(1.35rem,2vw,2rem); font-style: normal; line-height: 1.35; }
.visit-phones { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin: 1rem 0 2.5rem; }
.visit-phone { display: flex; flex-direction: column; font-family: var(--serif); font-size: clamp(1.35rem,2vw,2rem); line-height: 1.15; }
.visit-phone span, .contact-number span, .footer-phone span { margin-bottom: .35rem; font-family: var(--sans); font-size: .58rem; font-weight: 600; letter-spacing: .16em; line-height: 1.2; text-decoration: none; text-transform: uppercase; }
.visit-panel .button { background: var(--accent-deep); color: var(--cream); }
.visit-panel .button:hover { background: var(--brown-deep); }
.hours-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,5vw,5rem); }
.hours-panel .eyebrow { color: var(--accent-deep); }
.hours-panel dl { margin: 1rem 0 0; }
.hours-panel dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--line); }
.hours-panel dt, .hours-panel dd { margin: 0; font-size: .8rem; }
.hours-panel dd { text-align: right; }
.hours-panel [aria-current="date"], .footer-hours [aria-current="date"] { color: var(--accent-deep); font-weight: 700; }

.contact { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: clamp(3rem,8vw,9rem); align-items: end; padding: clamp(5rem,8vw,8rem) clamp(1.3rem,7vw,8rem); background: var(--ink); color: var(--cream); }
.contact-intro h2 { max-width: 900px; font-size: clamp(4rem,7vw,8rem); }
.contact-numbers { display: grid; gap: 1.4rem; margin-bottom: .5rem; }
.contact-number { display: flex; flex-direction: column; font-family: var(--serif); font-size: clamp(1.8rem,3vw,3.6rem); line-height: 1; text-decoration-thickness: 1px; text-underline-offset: .4rem; white-space: nowrap; }
.contact-number span { color: rgba(251,247,241,.68); }

.site-footer { display: grid; grid-template-columns: .85fr 1fr 1fr .65fr; gap: clamp(2rem,5vw,5rem); align-items: start; padding: 5rem clamp(1.3rem,6vw,7rem) 2rem; }
.footer-logo { width: min(210px,100%); }
.footer-logo img { width: 100%; }
.footer-label { margin: 0 0 1rem; font-size: .6rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.footer-contact address { margin: 0; font-family: var(--serif); font-size: 1.08rem; font-style: normal; line-height: 1.45; }
.footer-phones { display: grid; gap: .8rem; margin-top: .85rem; }
.footer-phone { display: flex; flex-direction: column; align-items: flex-start; font-family: var(--serif); font-size: 1.08rem; line-height: 1.25; }
.footer-phone span { color: var(--accent-deep); }
.footer-hours dl { margin: 0; }
.footer-hours dl div { display: flex; justify-content: space-between; gap: 1.25rem; padding: .22rem 0; }
.footer-hours dt, .footer-hours dd { margin: 0; font-size: .75rem; }
.footer-hours dd { text-align: right; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.footer-links a { font-size: .75rem; font-weight: 600; text-underline-offset: .3rem; }
.social-links { display: flex; align-items: center; gap: .7rem; }
.social-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background 180ms ease,color 180ms ease; }
.social-icon:hover { background: var(--accent); color: var(--cream); }
.social-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.social-icon .icon-fill { fill: currentColor; stroke: none; }
.site-footer .footer-note { grid-column: 1 / -1; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-family: var(--sans); font-size: .57rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.mobile-call { display: none; }

@media (max-width: 1050px) {
  .hero h1 { font-size: clamp(5rem,10vw,8rem); }
  .work-heading h2 { font-size: clamp(3rem,5.2vw,5rem); }
  .services { grid-template-columns: .8fr 1.2fr; }
  .visit { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 74px; }
  .site-header { grid-template-columns: 1fr auto auto; gap: .9rem; min-height: 74px; padding: .5rem 1rem; }
  .brand { width: 116px; }
  .brand img { height: 54px; }
  .desktop-nav { display: none; }
  .header-book { grid-column: 2; font-size: .58rem; white-space: nowrap; }
  .menu-toggle { grid-column: 3; display: grid; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: inherit; place-items: center; }
  .menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 24px; height: 1px; background: currentColor; content: ""; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-lines { position: relative; }
  .menu-lines::before { position: absolute; top: -7px; left: 0; }
  .menu-lines::after { position: absolute; top: 7px; left: 0; }
  .menu-toggle[aria-expanded="true"] .menu-lines { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 74px 0 auto; display: flex; flex-direction: column; padding: 1rem 1.1rem 2rem; border-bottom: 1px solid var(--line); background: var(--cream); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease; }
  .mobile-menu[data-open="true"] { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu a { padding: .85rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.75rem; text-decoration: none; }

  .hero { min-height: 100svh; }
  .hero-copy { bottom: 3rem; left: 1.15rem; width: calc(100% - 2.3rem); }
  .hero h1 { font-size: clamp(4.8rem,21vw,6.4rem); }
  .hero-intro { max-width: 350px; }
  .hero-slide-reception { object-position: 50% 42%; }
  .hero-slide-wash { object-position: 48% 44%; }
  .hero-visual::after { background: linear-gradient(0deg,rgba(45,33,27,.86) 0%,rgba(45,33,27,.42) 62%,rgba(45,33,27,.28)); }

  .story { display: block; padding: 4.5rem 1.15rem; }
  .story-heading h2 { font-size: clamp(3.6rem,15vw,5.4rem); }
  .story-copy { margin-top: 2.2rem; }

  .work { padding: 3.5rem 0 4.5rem; }
  .work-heading { display: block; margin-bottom: 1.8rem; padding: 0 1.15rem; text-align: left; }
  .work-heading h2 { font-size: clamp(3.45rem,14.5vw,5rem); white-space: normal; }
  .work-heading > p:last-child { margin-top: 1rem; }
  .work-gallery { gap: .7rem; padding: 0 1.15rem .5rem; }
  .look { flex: 0 0 min(42vw,190px); margin: 0; scroll-snap-align: start; }
  .look figcaption { padding-top: .4rem; font-size: .78rem; }

  .services { display: block; padding: 6rem 1.15rem; }
  .services-intro { position: static; }
  .services-intro h2 { font-size: clamp(4rem,17vw,6rem); }
  .service-list { margin-top: 2.5rem; }
  .service-list li { min-height: 76px; font-size: clamp(2.3rem,10vw,3.5rem); }

  .salon { display: flex; flex-direction: column; min-height: 0; }
  .salon-photo { min-height: 125vw; }
  .salon-copy { padding: 5rem 1.15rem; }
  .salon-copy h2 { font-size: clamp(4rem,17vw,6rem); }

  .instagram-invite { padding: 3.75rem 1.15rem; }
  .instagram-peek-header { gap: 1rem; margin-bottom: 1rem; }
  .instagram-mark { width: 38px; height: 38px; }
  .instagram-invite h2 { font-size: .92rem; }
  .instagram-link { font-size: .56rem; white-space: nowrap; }
  .instagram-gallery { gap: 2px; }
  .instagram-more[open] .instagram-gallery-more { margin-top: 2px; }

  .reviews { padding: 2rem 0 4.5rem 1.15rem; }
  .reviews-heading { padding-right: 1.15rem; }
  .reviews-heading h2 { font-size: clamp(3.6rem,15vw,5.2rem); }
  .review-track { grid-auto-columns: min(82vw,330px); padding-right: 1.15rem; }
  .review-card { padding: 1.25rem; }
  .review-controls { padding-right: 1.15rem; }

  .visit { display: block; min-height: 0; }
  .visit-panel { justify-content: flex-start; min-height: 0; padding: 5rem 1.15rem; }
  .visit-panel h2 { font-size: clamp(4rem,18vw,6.3rem); }
  .visit-phones { margin-bottom: 2rem; }
  .visit-panel .button { align-self: flex-start; width: min(100%,280px); margin-top: 2rem; }
  .hours-panel { padding: 4rem 1.15rem; }

  .contact { display: block; padding: 5rem 1.15rem; }
  .contact-intro h2 { font-size: clamp(4rem,17vw,6rem); }
  .contact-numbers { gap: 1.5rem; margin-top: 3rem; }
  .contact-number { font-size: clamp(2.2rem,10vw,3.4rem); }

  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 1.15rem 2rem; }
  .footer-logo { width: 170px; }
  .footer-contact, .footer-hours { max-width: 330px; }
  .site-footer .footer-note { grid-column: auto; }
}

@media (max-width: 430px) {
  .button { width: 100%; }
  .hero-actions { flex-wrap: nowrap; }
  .hero-actions .button { flex: 1 1 0; width: auto; min-width: 0; padding-right: .9rem; padding-left: .9rem; }
}

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