:root {
  --ink: #202020;
  --ink-soft: #2a2a2a;
  --ink-lighter: #303030;
  --paper: #ebe9e3;
  --paper-deep: #deddd6;
  --copper: #b3b1a7;
  --copper-light: #d3d1c8;
  --metal-muted: #b8b6ae;
  --metal-dark: #7d7c76;
  --line-dark: rgba(235, 233, 227, 0.16);
  --line-light: rgba(32, 32, 32, 0.16);
  --muted-dark: #9d9b94;
  --muted-light: #6e6d68;
  --radius: 2px;
  --container: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.section { padding: 140px 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-light { background: var(--paper); }
.section-cream { background: var(--paper-deep); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--copper); color: var(--ink); padding: 10px 14px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--paper); background: rgba(32, 32, 32, 0.9); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease; backdrop-filter: blur(12px); }
.site-header.scrolled { background: rgba(32, 32, 32, 0.97); border-color: var(--line-dark); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .1em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--copper); font: 700 23px/1 Georgia, serif; transform: rotate(-8deg); }
.logo-mark { position: relative; overflow: hidden; background: var(--ink-soft); transform: none; }
.logo-mark img { position: absolute; top: -4px; left: 50%; width: 74px; height: 74px; max-width: none; object-fit: cover; transform: translateX(-50%); }
.brand-copy { display: flex; flex-direction: column; font-size: 12px; line-height: 1.1; letter-spacing: .16em; }
.brand-copy strong { font-size: 9px; letter-spacing: .28em; color: var(--copper-light); }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); margin-left: auto; margin-right: 46px; }
.desktop-nav a { position: relative; color: var(--metal-muted); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--copper); transition: right .25s var(--ease); }
.desktop-nav a:hover { color: var(--paper); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.social-link { display: grid; place-items: center; color: var(--copper-light); width: 24px; height: 24px; }
.social-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; line-height: 0; }
.button-small { min-height: 40px; padding: 0 16px; font-size: 10px; gap: 10px; }
.button-copper { color: var(--ink); background: var(--copper); }
.button-copper:hover { background: var(--copper-light); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--copper); color: var(--ink); }
.button-outline { color: var(--paper); border-color: rgba(255,255,255,.38); background: transparent; }
.button-outline:hover { border-color: var(--copper); color: var(--copper-light); }
.button-full { width: 100%; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 800px; padding: 154px 0 34px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -25%; left: -15%; width: 54vw; height: 60vw; border: 1px solid rgba(179, 177, 167, .11); border-radius: 50%; transform: rotate(-25deg); pointer-events: none; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); align-items: center; gap: 9%; position: relative; }
.hero-copy { padding-bottom: 18px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; color: var(--muted-light); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-light { color: var(--muted-dark); }
.eyebrow-line { display: inline-block; width: 32px; height: 1px; background: var(--copper); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
h1 { max-width: 650px; color: var(--paper); font-size: clamp(58px, 7.3vw, 108px); line-height: .92; }
h1 em, h2 em { color: var(--copper-light); font-style: italic; }
.hero-text { max-width: 435px; margin: 32px 0 34px; color: var(--metal-muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 5px; border-bottom: 1px solid; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.light-link { color: var(--paper); border-color: rgba(255,255,255,.32); }
.dark-link { color: var(--ink); border-color: rgba(22,22,22,.3); }
.text-link span { font-size: 17px; font-weight: 400; }
.phone-icon { display: inline-flex; align-items: center; justify-content: center; }
.phone-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 62px; }
.avatar-stack { display: flex; align-items: center; }
.avatar-stack span { display: grid; place-items: center; width: 30px; height: 30px; margin-left: -5px; border: 2px solid var(--ink); border-radius: 50%; background: #51514d; color: var(--paper); font-size: 8px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: var(--copper); color: var(--ink); }
.avatar-stack span:nth-child(2) { background: #85847d; }
.avatar-stack span:last-child { background: var(--ink-lighter); font-size: 7px; }
.hero-proof p { margin-bottom: 0; color: var(--muted-dark); font-size: 10px; line-height: 1.45; letter-spacing: .04em; }
.hero-proof strong { color: var(--paper); font-size: 13px; letter-spacing: .02em; }
.stars { color: var(--copper-light); letter-spacing: .12em; white-space: nowrap; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 560px); }
.hero-image-wrap { position: relative; height: 610px; overflow: hidden; background: #252321; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,18,18,.03), rgba(18,18,18,.38)); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 49%; filter: saturate(.82); }
.image-caption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; padding: 16px 20px; color: var(--paper); border-top: 1px solid rgba(235,233,227,.25); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero-badge { position: absolute; z-index: 2; top: 44px; left: -45px; display: flex; align-items: center; gap: 10px; width: 117px; height: 117px; padding: 18px; border-radius: 50%; background: var(--copper); color: var(--ink); font-size: 9px; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-12deg); }
.hero-badge strong { font-size: 11px; letter-spacing: .14em; }
.badge-star { font-size: 20px; }
.hero-scroll { position: absolute; right: -68px; bottom: 93px; display: flex; align-items: center; gap: 12px; color: var(--muted-dark); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.scroll-line { display: block; width: 1px; height: 45px; background: var(--copper); }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.hero-bottom-status { display: inline-flex; align-items: center; gap: 8px; }
.hero-bottom-status i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 3px rgba(179,177,167,.14); }
.hero-bottom a { color: var(--copper-light); }
.hero-bottom a span { font-size: 15px; margin-left: 5px; }

.ticker { overflow: hidden; background: var(--copper); color: var(--ink); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 42px; padding: 16px 0; animation: ticker 28s linear infinite; font-family: Georgia, serif; font-size: 14px; font-style: italic; letter-spacing: .18em; white-space: nowrap; }
.ticker-track b { font-size: 13px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-intro { margin-bottom: 66px; }
.split-intro { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
h2 { font-size: clamp(52px, 6vw, 88px); line-height: .95; }
.intro-side { width: min(100%, 340px); padding-bottom: 4px; }
.intro-side p { margin-bottom: 25px; color: var(--muted-light); font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.service-card { position: relative; min-height: 405px; padding: 35px 34px 28px; border-right: 1px solid var(--line-light); transition: background .25s ease, color .25s ease; }
.service-card:first-child { border-left: 1px solid var(--line-light); }
.service-card:hover { background: var(--ink); color: var(--paper); }
.service-card:hover p, .service-card:hover a { color: var(--metal-muted); }
.service-number { color: var(--copper); font-size: 11px; letter-spacing: .16em; }
.service-icon { position: absolute; top: 30px; right: 28px; color: var(--copper); }
.service-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 105px 0 15px; font-family: Georgia, serif; font-size: 33px; font-weight: 400; letter-spacing: -.04em; }
.service-card p { min-height: 74px; max-width: 280px; margin-bottom: 20px; color: var(--muted-light); font-size: 13px; line-height: 1.7; }
.service-price { margin-bottom: 22px; color: var(--copper); font: 30px/1 Georgia, serif; letter-spacing: -.04em; }
.service-price small { font: 16px/1 Georgia, serif; }
.service-card a { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.service-card a span { font-size: 17px; font-weight: 400; }
.price-list-wrap { margin-top: 66px; }
.price-heading { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-light); color: var(--muted-light); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.price-heading span:first-child { color: var(--ink); font-weight: 700; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line-light); }
.price-row > span { display: flex; flex-direction: column; gap: 4px; }
.price-row strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.price-row small { color: var(--muted-light); font-size: 11px; }
.price-row > strong { color: var(--copper); font-size: 20px; }
.price-note { margin: 22px 0 0; color: var(--muted-light); font-size: 12px; font-style: italic; }

.looks-section { padding-bottom: 152px; }
.looks-section .section-intro { margin-bottom: 70px; }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr 1fr; grid-template-rows: 285px 285px; gap: 14px; }
.gallery-item { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--ink-lighter); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.68)); pointer-events: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .4s ease; filter: saturate(.7); }
.gallery-item:hover img { transform: scale(1.05); filter: saturate(1); }
.gallery-large { grid-row: 1 / span 2; }
.gallery-wide { grid-column: 2 / span 2; }
.gallery-large img { object-position: center 53%; }
.gallery-wide img { object-position: center 38%; }
.gallery-small img { object-position: center 38%; }
.gallery-medium img { object-position: center 44%; }
.gallery-item figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; display: flex; justify-content: space-between; color: var(--paper); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.salon-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .88fr); gap: 11%; align-items: center; }
.salon-photo { position: relative; width: 100%; height: 655px; overflow: hidden; }
.salon-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,22,22,.05), rgba(22,22,22,.25)); }
.salon-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.76); }
.photo-stamp { position: absolute; z-index: 1; right: -14px; bottom: 34px; display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font: 44px/1 Georgia, serif; transform: rotate(12deg); }
.salon-copy { max-width: 450px; }
.salon-copy h2 { margin-bottom: 32px; }
.salon-lead { color: var(--muted-light); font-size: 16px; line-height: 1.75; }
.salon-points { margin: 36px 0 42px; border-top: 1px solid var(--line-light); }
.salon-points > div { display: flex; gap: 25px; padding: 15px 0; border-bottom: 1px solid var(--line-light); }
.salon-points > div > span { color: var(--copper); font-size: 10px; letter-spacing: .1em; }
.salon-points p { margin: 0; color: var(--muted-light); font-size: 12px; line-height: 1.55; }
.salon-points strong { color: var(--ink); font-size: 13px; }

.review-section { padding: 100px 0 112px; }
.review-top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 62px; }
.rating-display { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 14px; text-align: right; }
.rating-display strong { font: 55px/.85 Georgia, serif; color: var(--copper-light); letter-spacing: -.06em; }
.rating-display .stars { align-self: end; font-size: 14px; }
.rating-display small { grid-column: 1 / -1; margin-top: 10px; color: var(--muted-dark); font-size: 10px; letter-spacing: .08em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
blockquote { margin: 0; padding: 28px 30px 26px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.025); }
.quote-mark { height: 45px; color: var(--copper); font: 62px/.8 Georgia, serif; }
blockquote p { min-height: 108px; margin-bottom: 24px; color: var(--paper); font: 20px/1.45 Georgia, serif; letter-spacing: -.02em; }
.review-stars { color: var(--copper-light); letter-spacing: .12em; }
blockquote footer { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line-dark); }
.review-avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--copper); color: var(--ink); font-size: 11px; font-weight: 700; }
blockquote footer span:last-child { display: flex; flex-direction: column; gap: 2px; }
blockquote footer strong { font-size: 11px; }
blockquote footer small { color: var(--muted-dark); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.booking-section { padding: 142px 0; }
.booking-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: 12%; align-items: start; }
.booking-copy > p { max-width: 420px; margin: 32px 0 42px; color: var(--muted-light); font-size: 16px; line-height: 1.75; }
.booking-contact { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.booking-contact a { display: flex; align-items: center; gap: 15px; width: fit-content; }
.contact-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--copper); color: var(--copper); font-size: 17px; transform: rotate(-45deg); }
.booking-contact a:hover .contact-icon { background: var(--copper); color: var(--ink); }
.booking-contact a span:last-child { display: flex; flex-direction: column; }
.booking-contact small { color: var(--muted-light); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.booking-contact strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.opening-hours { max-width: 430px; border-top: 1px solid var(--line-light); }
.opening-hours h3 { margin: 20px 0 14px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.opening-hours div { display: flex; justify-content: space-between; padding: 8px 0; color: var(--muted-light); font-size: 12px; }
.opening-hours strong { color: var(--ink); font-weight: 700; }
.opening-hours .closed strong { color: var(--copper); }
.booking-card { padding: 34px; background: #deddd6; }
.booking-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line-light); font: 24px/1 Georgia, serif; }
.card-step { display: inline-flex; align-items: center; gap: 8px; color: var(--copper); font: 10px/1 "Trebuchet MS", sans-serif; letter-spacing: .08em; }
.card-step i { display: block; width: 34px; height: 1px; background: var(--copper); }
form { display: flex; flex-direction: column; gap: 18px; }
label { display: flex; flex-direction: column; gap: 7px; color: var(--muted-light); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
label input, label select, label textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line-light); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border-color .2s ease; }
label input::placeholder, label textarea::placeholder { color: var(--metal-dark); }
label input:focus, label select:focus, label textarea:focus { border-color: var(--copper); }
label select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='m2 4 4 4 4-4' fill='none' stroke='%23b3b1a7'/%3E%3C/svg%3E") no-repeat right center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.optional { color: var(--metal-dark); font-size: 9px; font-weight: 400; letter-spacing: .03em; text-transform: none; }
.check-label { flex-direction: row; align-items: start; gap: 10px; margin: 3px 0 3px; color: var(--muted-light); font-size: 9px; font-weight: 400; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.check-label input { flex: none; width: 14px; height: 14px; margin: 1px 0 0; accent-color: var(--copper); }
.form-note { margin: -5px 0 0; color: var(--muted-light); font-size: 10px; line-height: 1.5; text-align: center; }
.form-note.success { color: var(--metal-dark); }

.location-section { padding: 112px 0 130px; }
.location-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; align-items: center; }
.location-copy h2 { margin-bottom: 28px; }
.location-copy > p { margin-bottom: 34px; color: #b8b2aa; font: 18px/1.6 Georgia, serif; }
.location-copy > p span { color: var(--muted-dark); font: 11px/1.5 "Trebuchet MS", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.map-frame { position: relative; height: 430px; overflow: hidden; border: 1px solid var(--line-dark); background: #282727; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.88) contrast(.85); opacity: .85; }
.map-label { position: absolute; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; background: var(--paper); color: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.map-pin { display: grid; place-items: center; width: 29px; height: 29px; background: var(--copper); font: 700 16px/1 Georgia, serif; }
.map-label > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.map-label strong { font-size: 10px; letter-spacing: .1em; }
.map-label small { color: var(--muted-light); font-size: 9px; }

.site-footer { padding: 74px 0 32px; border-top: 1px solid var(--line-dark); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 65px; }
.footer-brand { width: fit-content; }
.footer-top > p { justify-self: center; margin: 0; color: var(--muted-dark); font: 16px/1.55 Georgia, serif; font-style: italic; }
.footer-arrow { justify-self: end; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line-dark); color: var(--copper); font-size: 23px; transition: border-color .2s ease, background .2s ease; }
.footer-arrow:hover { border-color: var(--copper); background: var(--copper); color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--copper-light); }
.legal-details { display: flex; gap: 30px; margin-top: 35px; color: var(--muted-dark); }
.legal-details details { max-width: 420px; font-size: 11px; }
.legal-details summary { cursor: pointer; color: var(--copper-light); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.legal-details p { margin: 12px 0 0; line-height: 1.7; }
.legal-details a { color: var(--copper-light); }
.legal-details small { color: var(--metal-dark); font-size: 10px; }
.cookie-notice { position: fixed; z-index: 60; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 22px; width: min(100% - 40px, 480px); padding: 16px 18px; border: 1px solid var(--line-light); background: rgba(235, 233, 227, .97); box-shadow: 0 12px 40px rgba(0,0,0,.15); color: var(--muted-light); font-size: 10px; line-height: 1.45; }
.cookie-notice p { margin: 0; }
.cookie-notice button { flex: none; border: 0; padding: 8px 0; border-bottom: 1px solid var(--copper); background: transparent; color: var(--ink); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cookie-notice.is-hidden { display: none; }

@media (max-width: 1050px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .desktop-nav { gap: 20px; margin-right: 24px; }
  .hero-grid { gap: 5%; }
  .hero-scroll { right: -42px; }
  .hero-badge { left: -25px; }
  .salon-grid, .booking-grid { gap: 6%; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 600px); }
  .site-header { position: fixed; }
  .header-inner { min-height: 70px; }
  .desktop-nav, .header-cta { display: none; }
  .header-actions { gap: 16px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--paper); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; padding: 15px 18px 22px; background: rgba(32,32,32,.98); border-bottom: 1px solid var(--line-dark); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line-dark); color: var(--paper); font: 25px/1 Georgia, serif; }
  .mobile-menu a span { color: var(--copper-light); font: 10px/1 "Trebuchet MS", sans-serif; letter-spacing: .12em; }
  .hero { min-height: 0; padding: 130px 0 28px; }
  .hero::before { width: 80vw; height: 100vw; top: 5%; left: -45%; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 45px; min-height: 0; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(55px, 15vw, 88px); }
  .hero-text { margin-top: 26px; }
  .hero-proof { margin-top: 42px; }
  .hero-visual { width: calc(100% - 14px); margin-left: auto; }
  .hero-image-wrap { height: min(123vw, 570px); }
  .hero-badge { top: 20px; left: -20px; width: 94px; height: 94px; padding: 13px; font-size: 7px; }
  .badge-star { font-size: 16px; }
  .hero-badge strong { font-size: 9px; }
  .hero-scroll { display: none; }
  .hero-bottom { display: grid; grid-template-columns: 1fr auto; row-gap: 10px; padding-top: 19px; font-size: 8px; }
  .hero-bottom > span:first-child { grid-column: 1 / -1; }
  .hero-bottom a { justify-self: end; }
  .section { padding: 92px 0; }
  .section-intro { margin-bottom: 45px; }
  .split-intro { display: block; }
  .intro-side { width: min(100%, 420px); margin-top: 28px; }
  h2 { font-size: clamp(50px, 13vw, 76px); }
  .service-grid { display: block; }
  .service-card, .service-card:first-child { min-height: auto; padding: 28px 23px 25px; border: 0; border-bottom: 1px solid var(--line-light); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { margin: 75px 0 10px; font-size: 29px; }
  .service-card p { min-height: auto; max-width: 440px; }
  .price-list { display: block; }
  .price-list-wrap { margin-top: 50px; }
  .looks-section { padding-bottom: 98px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 190px 190px; gap: 9px; }
  .gallery-large { grid-column: 1 / -1; grid-row: auto; }
  .gallery-wide { grid-column: auto; }
  .gallery-small, .gallery-medium { grid-column: auto; }
  .salon-grid { display: flex; flex-direction: column; gap: 48px; }
  .salon-photo { height: 600px; }
  .salon-copy { max-width: 600px; }
  .review-section { padding: 78px 0 86px; }
  .review-top { display: block; margin-bottom: 42px; }
  .rating-display { justify-content: start; margin-top: 35px; text-align: left; }
  .review-grid { display: block; }
  blockquote { margin-bottom: 12px; }
  blockquote p { min-height: auto; }
  .booking-section { padding: 92px 0; }
  .booking-grid { display: flex; flex-direction: column; gap: 52px; }
  .booking-copy, .booking-card { width: 100%; }
  .booking-card { padding: 25px 19px; }
  .location-section { padding: 88px 0 92px; }
  .location-grid { display: flex; flex-direction: column; gap: 42px; align-items: stretch; }
  .location-copy { max-width: 500px; }
  .map-frame { height: 350px; }
  .footer-top { grid-template-columns: 1fr auto; row-gap: 30px; padding-bottom: 42px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; justify-self: start; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom div { flex-wrap: wrap; gap: 4px 17px; margin-top: 13px; }
  .legal-details { display: block; }
  .legal-details details { margin-bottom: 20px; }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 30px); }
  .brand-copy { font-size: 11px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: fit-content; }
  .hero-image-wrap { height: 116vw; }
  .hero-bottom { display: block; }
  .hero-bottom-status { display: flex; margin-top: 10px; }
  .hero-bottom a { display: inline-block; margin-top: 14px; }
  .gallery-grid { grid-template-rows: 240px 170px 170px; }
  .gallery-item figcaption { right: 10px; bottom: 10px; left: 10px; font-size: 7px; }
  .form-row { gap: 13px; }
  .booking-card-head { font-size: 21px; }
  .cookie-notice { right: 15px; bottom: 15px; width: calc(100% - 30px); gap: 14px; }
}

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