:root {
  --cream: #f4efe7;
  --paper: #fcfaf7;
  --sand: #dfd2c5;
  --sand-light: #ebe2d9;
  --taupe: #b6a598;
  --brown: #6f5d53;
  --ink: #29221f;
  --muted: #746862;
  --wine: #6b3434;
  --wine-dark: #512727;
  --line: rgba(41, 34, 31, .16);
  --line-light: rgba(255, 255, 255, .34);
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --radius-small: 14px;
  --radius: 22px;
  --shell: min(1440px, calc(100vw - 64px));
  --section-y: clamp(92px, 9vw, 150px);
  --shadow-soft: 0 18px 60px rgba(41, 34, 31, .09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
main { overflow: clip; }
img { width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
p, h1, h2, h3, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 250; top: 12px; left: 12px; padding: 12px 18px; color: var(--wine); background: var(--paper); border-radius: 999px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.section-shell { width: var(--shell); margin-inline: auto; padding-block: var(--section-y); }

/* Navigation */
.site-header {
  height: 88px;
  padding: 0 clamp(24px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(520px, 2fr) auto auto;
  align-items: center;
  gap: 14px;
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--ink);
  background: rgba(244, 239, 231, .96);
  border-bottom: 1px solid var(--line);
  transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-soft); backdrop-filter: blur(14px); }
:is(.page-home, .page-menu, .page-extensions, .page-creaties, .page-salon, .page-over, .page-contact, .page-privacy, .page-404) .site-header:not(.is-scrolled) { color: #fff; background: transparent; border-color: var(--line-light); }
.brand { width: 158px; grid-column: 1; grid-row: 1; display: inline-flex; position: relative; z-index: 2; }
.language-switch { grid-column: 3; grid-row: 1; justify-self: end; min-width: 40px; height: 40px; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; position: relative; z-index: 2; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .14em; transition: color .22s ease, background .22s ease; }
.language-switch:hover { color: var(--wine); background: var(--paper); }
.brand-logo, .footer-brand-mark { width: 100%; aspect-ratio: 660 / 244; display: block; background: var(--wine); -webkit-mask: url('/assets/favoriev-logo.png') left center / contain no-repeat; mask: url('/assets/favoriev-logo.png') left center / contain no-repeat; }
:is(.page-home, .page-menu, .page-extensions, .page-creaties, .page-salon, .page-over, .page-contact, .page-privacy, .page-404) .site-header:not(.is-scrolled) .brand-logo { background: #fff; }
.main-navigation { display: contents; }
.nav-links { grid-column: 2; grid-row: 1; display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav-links a { padding: 34px 0 29px; position: relative; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.nav-links a::after { content: ""; height: 1px; position: absolute; left: 50%; right: 50%; bottom: 24px; background: currentColor; transition: left .25s ease, right .25s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { left: 0; right: 0; }
.nav-book { grid-column: 4; grid-row: 1; justify-self: start; margin: 0; }
.nav-note, .nav-toggle { display: none; }
:is(.page-home, .page-menu, .page-extensions, .page-creaties, .page-salon, .page-over, .page-contact, .page-privacy, .page-404) .site-header:not(.is-scrolled) .nav-book .button-primary { color: var(--wine); background: var(--paper); }

/* Buttons and typography */
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; color: #fff; background: var(--wine); border: 1px solid transparent; border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; cursor: pointer; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease; }
.button svg { transition: transform .22s ease; }
.button:hover { color: #fff; background: var(--wine-dark); transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { color: #fff; background: var(--wine); }
.button-cream { color: var(--wine); background: var(--paper); }
.button-cream:hover { color: var(--ink); background: #fff; }
.button-outline { color: var(--wine); background: transparent; border-color: rgba(107, 52, 52, .45); }
.button-outline:hover { color: #fff; background: var(--wine); border-color: var(--wine); }
.button-small { min-height: 44px; padding-inline: 18px; gap: 15px; font-size: 9px; }
.button-disabled, .button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.text-link { width: fit-content; padding-bottom: 5px; display: inline-flex; align-items: center; gap: 16px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.text-link svg { transition: transform .22s ease; }
.text-link:hover svg { transform: translateX(4px); }
.text-link-light { color: #fff; }
.icon-button { width: 50px; height: 50px; padding: 0; display: grid; place-items: center; border-radius: 50%; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--wine); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow::before { content: ""; width: 24px; height: 1px; flex: 0 0 auto; background: currentColor; }
.eyebrow-light { color: #fff; }
.section-heading { margin-bottom: clamp(62px, 7vw, 105px); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .55fr); align-items: end; gap: clamp(50px, 8vw, 120px); }
.section-heading h2 { max-width: 930px; margin-top: 24px; font-size: clamp(52px, 6.4vw, 98px); line-height: .96; letter-spacing: -.04em; }
.section-heading-aside { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.section-heading-aside p { color: var(--muted); font-size: 14px; line-height: 1.8; }

/* Homepage hero */
.home-hero { min-height: 100svh; padding: 14px; position: relative; display: flex; color: #fff; background: var(--ink); }
.home-hero-image { position: absolute; inset: 14px; overflow: hidden; border-radius: var(--radius); background: var(--taupe); }
.home-hero-image::after { content: ""; position: absolute; inset: 0; background: rgba(32, 24, 21, .42); }
.home-hero-image img { height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.78) contrast(.98); }
.home-hero-copy { width: var(--shell); min-height: calc(100svh - 28px); margin: auto; padding: 150px 0 82px; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr); align-items: end; gap: clamp(50px, 9vw, 145px); position: relative; z-index: 1; }
.home-hero-copy > .eyebrow { grid-column: 1 / -1; align-self: start; }
.home-hero-title { max-width: 960px; font-size: clamp(72px, 9.3vw, 150px); line-height: .86; letter-spacing: -.055em; text-wrap: balance; }
.home-hero-title em { color: #fff; font-style: italic; }
.home-hero-aside { padding-bottom: 10px; }
.home-hero-intro { max-width: 420px; font: 21px/1.55 var(--serif); }
.hero-actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-proof-cms-slot { display: none !important; }
.hero-scroll { position: absolute; z-index: 2; right: clamp(30px, 5vw, 76px); bottom: 34px; display: flex; align-items: center; gap: 18px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }

/* Homepage story */
.home-specialties { padding-top: clamp(72px, 7vw, 112px); }
.home-specialties .section-heading { margin-bottom: clamp(48px, 5vw, 76px); }
.home-specialties .section-heading h2 { max-width: 820px; font-size: clamp(50px, 5.5vw, 82px); }
.treatment-editorial { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(54px, 5vw, 82px) clamp(24px, 2.5vw, 40px); }
.treatment-story, .treatment-story-reverse { min-width: 0; height: auto; display: flex; flex-direction: column; gap: 0; }
.treatment-story-reverse .treatment-story-media, .treatment-story-reverse .treatment-story-copy { order: initial; }
.treatment-story-media { width: 100%; height: auto; aspect-ratio: 4 / 3; flex: 0 0 auto; overflow: hidden; border-radius: var(--radius-small); background: var(--sand); }
.treatment-story-media img { height: 100%; object-fit: cover; }
.treatment-story:nth-child(2) .treatment-story-media img { object-position: center 40%; }
.treatment-story-extensions .treatment-story-media img { object-position: center 34%; }
.treatment-story-copy { min-height: 230px; padding: 24px 2px 10px; display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--line); }
.treatment-number { margin-bottom: 30px; color: var(--wine); font-size: 9px; letter-spacing: .18em; }
.treatment-story-copy h3 { max-width: 100%; margin: 18px 0 16px; font-size: clamp(35px, 3vw, 45px); line-height: .98; letter-spacing: -.035em; hyphens: auto; overflow-wrap: break-word; }
.treatment-story-copy > p:not(.eyebrow) { max-width: 390px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.creation-preview { width: 100%; margin-inline: 0; padding-inline: max(32px, calc((100vw - 1440px) / 2)); color: #fff; background: var(--wine-dark); }
.creation-preview .section-heading h2 { color: #fff; }
.creation-preview .section-heading h2 em { color: var(--sand); }
.creation-preview .eyebrow, .creation-preview .text-link { color: #fff; }
.creation-preview .section-heading-aside p { color: #d9cbc5; }
.preview-gallery { height: min(820px, 59vw); min-height: 620px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 1fr 1fr; gap: 14px; }
.preview-gallery-item { min-width: 0; position: relative; overflow: hidden; border-radius: var(--radius-small); background: var(--sand); }
.preview-gallery-item img { height: 100%; object-fit: cover; }
.preview-gallery-item::after { content: ""; position: absolute; inset: 55% 0 0; background: rgba(35, 28, 25, .48); }
.preview-gallery-item figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; color: #fff; }
.preview-gallery-item figcaption span { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.preview-gallery-item figcaption strong { font: italic 18px var(--serif); }
.preview-1 { grid-column: 1 / span 5; grid-row: 1 / span 2; }
.preview-2 { grid-column: 6 / span 4; grid-row: 1; }
.preview-3 { grid-column: 10 / span 3; grid-row: 1; }
.preview-4 { grid-column: 6 / span 3; grid-row: 2; }
.preview-5 { grid-column: 9 / span 4; grid-row: 2; }
.home-faq { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(64px, 9vw, 150px); background: var(--cream); }
.home-faq-intro h2 { max-width: 520px; margin: 24px 0 22px; font-size: clamp(58px, 6vw, 92px); line-height: .94; letter-spacing: -.04em; }
.home-faq-intro > p:not(.eyebrow) { max-width: 380px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.home-faq-cta { margin-top: clamp(42px, 5vw, 72px); padding: clamp(30px, 3vw, 44px); color: #fff; background: var(--wine); border-radius: var(--radius); }
.home-faq-cta .eyebrow { color: #ead8d0; }
.home-faq-cta h3 { margin: 24px 0 16px; font-size: clamp(34px, 3.2vw, 48px); line-height: 1; }
.home-faq-cta > p:not(.eyebrow) { color: #eadfd9; font-size: 13px; line-height: 1.7; }
.home-faq-cta .button { margin-top: 28px; }
.home-faq-list summary { padding-block: 30px; font-size: clamp(23px, 2.2vw, 32px); }
.home-faq-list details p { max-width: 690px; font-size: 14px; }

/* Shared page sections */
.page-hero { height: clamp(520px, 64svh, 720px); min-height: 520px; padding: 14px; position: relative; display: flex; color: #fff; background: var(--ink); }
.page-hero-copy { width: var(--shell); min-height: calc(100% - 28px); margin: auto; padding: 128px 0 56px; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr); align-items: end; gap: clamp(42px, 8vw, 125px); position: relative; z-index: 1; }
.page-hero-copy > .eyebrow { grid-column: 1 / -1; align-self: start; color: #fff; }
.page-hero h1 { max-width: 960px; font-size: clamp(62px, 7.7vw, 116px); line-height: .88; letter-spacing: -.052em; text-wrap: balance; }
.page-hero h1 em { color: #fff; font-style: italic; }
.page-hero-aside { padding-bottom: 10px; }
.page-hero-intro { max-width: 390px; color: #fff; font: 19px/1.5 var(--serif); }
.page-hero-image { position: absolute; inset: 14px; overflow: hidden; border-radius: var(--radius); background: var(--taupe); }
.page-hero-image::after { content: ""; position: absolute; inset: 0; background: rgba(32, 24, 21, .46); }
.page-hero-image img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(.98); }
.image-tag { position: absolute; z-index: 1; right: 20px; bottom: 20px; padding: 10px 14px; color: #fff; background: rgba(41, 34, 31, .62); border-radius: 999px; font-size: 7px; text-transform: uppercase; letter-spacing: .18em; }

/* Menu */
.treatment-list { display: grid; gap: 18px; }
.treatment-category { padding: clamp(38px, 5vw, 72px); display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 9vw, 140px); background: var(--paper); border-top: 1px solid var(--line); }
.treatment-category:nth-child(even) { background: var(--sand-light); }
.category-number { float: right; color: rgba(107, 52, 52, .28); font-size: 10px; letter-spacing: .18em; }
.treatment-category header h2 { margin: 22px 0 18px; font-size: clamp(48px, 5vw, 78px); line-height: .95; }
.treatment-category header > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.treatment-items { border-top: 1px solid var(--line); }
.treatment-row { min-height: 124px; padding: 23px 0; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.treatment-row h3 { font-size: 24px; }
.treatment-row p { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.treatment-price { display: block; margin-top: 12px; color: var(--wine); font: 18px var(--serif); }
.treatment-booking-link { flex: 0 0 auto; white-space: nowrap; }
.price-note { padding-top: 0; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.price-note h2 { margin-top: 24px; font-size: clamp(48px, 5vw, 78px); line-height: 1; }
.price-note > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.price-note > div:last-child p { color: var(--muted); font-size: 14px; line-height: 1.8; }

/* Extensions */
.extension-spec-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.extension-spec-grid article { min-height: 350px; padding: 28px; display: flex; flex-direction: column; background: var(--sand-light); border-radius: var(--radius-small); }
.extension-spec-grid article > span { color: var(--wine); font-size: 9px; letter-spacing: .18em; }
.extension-spec-grid .eyebrow { margin-top: auto; }
.extension-spec-grid h3 { margin: 20px 0 16px; font-size: 36px; line-height: 1; }
.extension-spec-grid article > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.7; }
.extension-story { width: calc(100% - 28px); min-height: 790px; margin: 0 auto; display: grid; grid-template-columns: 54% 46%; overflow: hidden; color: #fff; background: var(--wine-dark); border-radius: var(--radius); }
.extension-story-visual { min-height: 790px; position: relative; overflow: hidden; }
.extension-story-image { height: 100%; object-fit: cover; filter: saturate(.8); }
.extension-video-label { padding: 18px 22px; display: flex; align-items: center; gap: 16px; position: absolute; left: 24px; bottom: 24px; color: var(--ink); background: rgba(252, 250, 247, .92); border-radius: 999px; backdrop-filter: blur(12px); }
.extension-video-label > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; font-size: 12px; }
.extension-video-label p { display: flex; flex-direction: column; gap: 4px; }
.extension-video-label strong { font: 19px var(--serif); }
.extension-video-label small { color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .13em; }
.extension-story-copy { padding: clamp(70px, 8vw, 135px); align-self: center; }
.extension-story-copy .eyebrow { color: #ead8d0; }
.extension-story-copy h2 { margin: 28px 0 30px; font-size: clamp(52px, 5.8vw, 88px); line-height: .97; }
.extension-story-copy > p:not(.eyebrow) { color: #ddcec7; font-size: 14px; line-height: 1.85; }
.check-list { margin: 34px 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 13px; color: #efe4df; font-size: 12px; }
.check-list svg { flex: 0 0 auto; }
.care-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.care-card, .pricing-card { min-height: 500px; padding: clamp(38px, 5vw, 72px); display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); }
.care-card { background: var(--sand); }
.pricing-card { color: #fff; background: var(--wine); }
.pricing-card .eyebrow { color: #ead8d0; }
.care-card h2, .pricing-card h2 { margin: 25px 0 20px; font-size: clamp(44px, 4.5vw, 68px); line-height: 1; }
.care-card > p:not(.eyebrow), .pricing-card > p:not(.eyebrow) { max-width: 580px; font-size: 13px; line-height: 1.8; }
.pricing-card > p:not(.eyebrow) { color: #eadfd9; }
.pricing-card .button { margin-top: 28px; align-self: flex-start; color: var(--wine); background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font: 27px var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; color: var(--wine); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 800px; padding: 0 0 30px; color: var(--muted); font-size: 13px; line-height: 1.8; }

/* Portfolio */
.gallery-section { width: 100%; margin-inline: 0; padding-inline: max(32px, calc((100vw - 1440px) / 2)); background: var(--sand-light); }
.gallery-toolbar { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; position: sticky; z-index: 20; top: 88px; background: rgba(235, 226, 217, .96); border-block: 1px solid var(--line); backdrop-filter: blur(12px); }
.gallery-toolbar > p { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-buttons button { min-height: 38px; padding: 0 16px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; cursor: pointer; }
.filter-buttons button:hover, .filter-buttons button[aria-pressed="true"] { color: #fff; background: var(--wine); border-color: var(--wine); }
.creation-gallery { margin-top: 55px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 75px 18px; align-items: start; }
.creation-card { grid-column: span 5; }
.creation-card:nth-child(3n+2) { grid-column: 7 / span 6; padding-top: 140px; }
.creation-card:nth-child(3n+3) { grid-column: 2 / span 5; }
.creation-card[hidden] { display: none; }
.creation-card > img, .creation-card > .visual-placeholder { height: 620px; object-fit: cover; border-radius: var(--radius); }
.creation-landscape > img { height: 470px; }
.creation-square > img, .creation-square > .visual-placeholder { height: 530px; }
.creation-card-meta { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.creation-card-meta span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.creation-card-meta h2 { margin-top: 9px; font-size: 32px; }
.gallery-follow { max-width: 680px; margin: 100px auto 0; display: flex; align-items: center; flex-direction: column; gap: 24px; text-align: center; }
.gallery-follow > p { color: var(--muted); font: italic 27px/1.5 var(--serif); }
.gallery-follow .text-link { color: var(--wine); }
.visual-placeholder { width: 100%; min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; position: relative; overflow: hidden; color: #fff; background: var(--wine); text-align: center; }
.visual-placeholder::before { content: ""; width: 62%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; }
.visual-placeholder svg { width: 26px; height: 26px; }
.visual-placeholder span { z-index: 1; font: italic 24px var(--serif); }
.visual-placeholder small { z-index: 1; font-size: 7px; text-transform: uppercase; letter-spacing: .18em; }

/* Salon */
.salon-intro { padding-bottom: 44px; }
.salon-collage { padding-top: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 360px 300px; gap: 14px; }
.salon-collage figure { overflow: hidden; border-radius: var(--radius); }
.salon-collage img { height: 100%; object-fit: cover; }
.salon-collage-main { grid-column: 1 / 7; grid-row: 1 / 3; }
.salon-collage-work { grid-column: 7 / 10; grid-row: 1; }
.salon-collage-portrait { grid-column: 10 / 13; grid-row: 1; }
.salon-collage-colour { grid-column: 7 / 9; grid-row: 2; }
.salon-collage-finish { grid-column: 9 / 13; grid-row: 2; }
.salon-collage-portrait img { object-position: center 25%; }
.salon-feeling { width: calc(100% - 28px); min-height: 700px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; color: #fff; background: var(--wine-dark); border-radius: var(--radius); }
.salon-feeling-copy { padding: clamp(62px, 7vw, 110px); align-self: center; }
.salon-feeling-copy h2 { margin: 28px 0; font-size: clamp(50px, 5.4vw, 82px); line-height: .96; }
.salon-feeling-copy h2 em { color: var(--sand); }
.salon-feeling-copy > p:not(.eyebrow) { max-width: 540px; color: #ddcec7; font-size: 14px; line-height: 1.8; }
.salon-feeling-copy .text-link { margin-top: 30px; }
.salon-feeling-images { padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.salon-feeling-images figure { min-height: 670px; overflow: hidden; border-radius: var(--radius-small); }
.salon-feeling-images img { height: 100%; object-fit: cover; }
.salon-feeling-images figure:last-child { margin-top: 90px; min-height: 580px; }

/* About */
.about-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 11vw, 170px); }
.about-story-title h2 { margin-top: 28px; font-size: clamp(54px, 6vw, 92px); line-height: .98; }
.about-story-copy { padding-top: 46px; border-top: 1px solid var(--line); }
.about-story-copy p { margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.about-story-copy .lead { color: var(--ink); font: 26px/1.45 var(--serif); }
.education-section { width: calc(100% - 28px); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: 54% 46%; overflow: hidden; background: var(--sand); border-radius: var(--radius); }
.education-image { min-height: 680px; overflow: hidden; }
.education-image img { height: 100%; object-fit: cover; }
.education-copy { padding: clamp(58px, 7vw, 110px); align-self: center; }
.education-copy h2 { margin: 26px 0 24px; font-size: clamp(48px, 5vw, 76px); line-height: .96; letter-spacing: -.035em; }
.education-copy > p:not(.eyebrow) { color: #594c46; font-size: 14px; line-height: 1.8; }
.education-copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.education-copy li { padding: 18px 0; display: grid; grid-template-columns: 44px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.education-copy li span { color: var(--wine); font-size: 8px; letter-spacing: .16em; }
.education-copy li strong { font: 23px var(--serif); }

/* Contact */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr); }
.contact-details-panel { padding: clamp(42px, 5vw, 72px); border-radius: var(--radius); }
.contact-details-panel { color: #fff; background: var(--wine); }
.contact-details-panel .eyebrow { color: #ead8d0; }
.contact-details-panel h2 { margin: 25px 0 34px; font-size: clamp(48px, 5vw, 76px); line-height: .98; }
.contact-details-panel dl { border-top: 1px solid rgba(255, 255, 255, .3); }
.contact-details-panel dl > div { padding: 16px 0; display: grid; grid-template-columns: 115px 1fr; gap: 22px; border-bottom: 1px solid rgba(255, 255, 255, .3); }
.contact-details-panel dt { color: #dbc9c2; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.contact-details-panel dd { font: 18px/1.45 var(--serif); }
.contact-details-panel .button { margin-top: 32px; color: var(--wine); background: var(--paper); }
.contact-route { padding-top: 0; padding-bottom: 0; }
.route-band { min-height: 190px; padding: 34px 42px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: var(--ink); background: var(--sand-light); border: 1px solid var(--line); border-radius: var(--radius); transition: background .2s ease; }
.route-band h2 { margin: 12px 0 8px; color: var(--ink); font-size: clamp(40px, 4vw, 60px); }
.route-band p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.route-band > span { width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; transition: transform .2s ease; }
.route-band > span svg { width: 20px; }
.route-band:hover { background: var(--sand); }
.route-band:hover > span { transform: translate(3px, -3px); }
.contact-impression { padding-top: clamp(90px, 10vw, 150px); }
.contact-impression-grid { display: grid; grid-template-columns: 1.15fr .65fr .65fr; grid-template-rows: 610px; gap: 14px; }
.contact-impression-grid figure { overflow: hidden; border-radius: var(--radius); }
.contact-impression-grid img { height: 100%; object-fit: cover; }
.contact-impression-grid figure:nth-child(2) { margin-top: 95px; height: 515px; }
.contact-impression-grid figure:nth-child(3) { height: 430px; align-self: end; }

/* Producten */
.products-hero { min-height: 720px; padding: 88px 8px 8px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 8px; background: var(--cream); }
.products-hero-copy { padding: clamp(54px, 5vw, 78px) clamp(38px, 6vw, 88px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--sand-light); border-radius: var(--radius); }
.products-hero-copy h1 { max-width: 720px; margin: 22px 0; font-size: clamp(62px, 5.8vw, 86px); line-height: .91; letter-spacing: -.045em; }
.products-hero-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font: 17px/1.62 var(--serif); }
.products-hero-copy .hero-actions { margin-top: 30px; }
.products-hero-image { min-height: 620px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.products-hero-image img { height: 100%; object-fit: cover; object-position: center; }
.products-hero-image figcaption { padding: 10px 14px; position: absolute; right: 22px; bottom: 22px; color: var(--wine); background: rgba(252, 250, 247, .9); border-radius: 999px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; backdrop-filter: blur(10px); }
.product-advice-strip { padding-block: clamp(70px, 8vw, 110px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(60px, 10vw, 150px); border-bottom: 1px solid var(--line); }
.product-advice-strip h2 { max-width: 780px; margin-top: 22px; font-size: clamp(48px, 5.6vw, 82px); line-height: .96; letter-spacing: -.035em; }
.product-advice-strip > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.product-advice-strip > div:last-child > p { max-width: 600px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.product-catalogue { scroll-margin-top: 90px; }
.product-catalogue-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(50px, 9vw, 130px); }
.product-catalogue-heading h2 { max-width: 840px; margin-top: 24px; font-size: clamp(56px, 6.6vw, 96px); line-height: .94; letter-spacing: -.04em; }
.product-catalogue-heading > p { max-width: 540px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.product-filter-panel { margin-bottom: 40px; padding: 18px 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; border-block: 1px solid var(--line); }
.product-filter-group { display: flex; align-items: center; gap: 7px; }
.product-filter-group > span { margin-right: 8px; color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.product-filter-group button { min-height: 38px; padding: 0 15px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 600; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.product-filter-group button:hover, .product-filter-group button[aria-pressed="true"] { color: #fff; background: var(--wine); border-color: var(--wine); }
.product-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; grid-column: span 4; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.product-card { scroll-margin-top: 110px; }
.product-card[hidden] { display: none; }
.product-card-featured { grid-column: span 6; }
.product-card-visual { min-height: 330px; position: relative; overflow: hidden; background: var(--sand-light); border-bottom: 1px solid var(--line); }
.product-card-featured .product-card-visual { min-height: 410px; }
.product-visual-eleven-australia { background: #e8ddd2; }
.product-bottle { width: 28%; height: 59%; position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%); background: #f5f0e9; border: 1px solid rgba(41, 34, 31, .08); border-radius: 13px 13px 22px 22px; box-shadow: 18px 24px 0 rgba(107, 52, 52, .06); }
.product-bottle::before { content: ""; width: 54%; height: 12%; position: absolute; left: 23%; top: -9%; background: var(--wine); border-radius: 7px 7px 2px 2px; }
.product-bottle i { width: 72%; height: 28%; position: absolute; left: 14%; top: 35%; background: var(--sand); border-radius: 2px; }
.product-bottle-2 { width: 32%; height: 55%; background: var(--wine); border-radius: 18px 18px 34px 34px; }
.product-bottle-2::before { background: var(--paper); }
.product-bottle-2 i { background: #decfc3; }
.product-bottle-3 { width: 34%; height: 46%; border-radius: 12px 12px 36px 36px; background: #c6b4a7; }
.product-bottle-3::before { height: 18%; top: -14%; background: #5d4c43; }
.product-bottle-3 i { background: var(--paper); }
.product-visual-mark { position: absolute; right: 22px; top: 20px; color: var(--wine); font: italic 42px var(--serif); opacity: .62; }
.product-card-copy { flex: 1; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.product-card-heading { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-card-heading p, .product-card-heading span { color: var(--wine); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.product-card-heading span { color: var(--muted); }
.product-card h3 { margin: 24px 0 13px; font-size: clamp(27px, 2.2vw, 36px); line-height: 1.04; overflow-wrap: anywhere; }
.product-description { min-height: 48px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.product-card dl { width: 100%; margin: 24px 0 28px; border-top: 1px solid var(--line); }
.product-card dl > div { padding: 12px 0; display: grid; grid-template-columns: 118px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.product-card dt { color: var(--muted); font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.product-card dd { font: 14px/1.35 var(--serif); }
.product-shop-link { margin-top: auto; color: var(--wine); }
.shop-widget { min-height: 650px; padding: clamp(60px, 8vw, 110px); display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(60px, 10vw, 150px); color: #fff; background: var(--wine); border-radius: var(--radius); }
.shop-widget-copy h2 { max-width: 880px; margin: 26px 0 24px; font-size: clamp(58px, 6.6vw, 96px); line-height: .93; letter-spacing: -.04em; }
.shop-widget-copy h2 em { color: #fff; }
.shop-widget-copy > p:not(.eyebrow) { max-width: 650px; color: #eadfd9; font-size: 14px; line-height: 1.8; }
.shop-widget-copy ul { margin: 34px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.shop-widget-copy li { display: flex; align-items: center; gap: 12px; color: #f1e8e3; font-size: 12px; }
.shop-widget-copy li svg { flex: 0 0 auto; }
.shop-widget-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.shop-widget-actions .button { width: 100%; }
.shop-widget-actions > p { color: #dac8c1; font-size: 10px; line-height: 1.6; }
.routine-section { padding-bottom: clamp(100px, 11vw, 170px); }
.routine-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.routine-grid article { min-height: 360px; padding: 28px 38px 30px 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.routine-grid article:not(:first-child) { padding-left: 38px; }
.routine-grid article:last-child { border-right: 0; }
.routine-grid article > span { color: var(--wine); font-size: 9px; }
.routine-grid .eyebrow { margin-top: auto; }
.routine-grid h3 { margin: 19px 0 14px; font-size: 36px; line-height: 1.03; }
.routine-grid article > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.75; }
.routine-advice { margin-top: 34px; display: flex; justify-content: flex-end; }
.product-closing { padding: clamp(90px, 10vw, 150px) max(32px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(60px, 10vw, 150px); color: #fff; background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.product-closing h2 { max-width: 870px; margin-top: 24px; font-size: clamp(64px, 7.2vw, 108px); line-height: .92; letter-spacing: -.045em; }
.product-closing h2 em { color: var(--sand); }
.product-closing-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.product-closing-copy > p { max-width: 560px; color: #d6cbc5; font-size: 14px; line-height: 1.8; }
.product-closing-copy > div { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }

/* Footer */
.site-footer { padding: clamp(80px, 9vw, 130px) max(32px, calc((100vw - 1440px) / 2)) 32px; color: #fff; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.45fr .45fr .6fr .55fr; gap: clamp(42px, 7vw, 110px); }
.footer-intro { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand-mark { max-width: 190px; background: #fff; }
.footer-intro > p { max-width: 520px; margin: 38px 0 30px; color: #d7cec9; font: 30px/1.28 var(--serif); }
.footer-label { margin-bottom: 20px; color: var(--sand); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.footer-label-spaced { margin-top: 38px; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-nav .footer-label { margin-bottom: 8px; }
.footer-nav a { color: #ded5d0; font: 18px var(--serif); }
.footer-nav a:hover, .footer-contact a:hover, .footer-hours a:hover { color: #fff; }
.footer-contact > p:not(.footer-label), .footer-hours > p:not(.footer-label), .footer-hours > a { color: #c9bfba; font-size: 12px; line-height: 1.8; }
.footer-bottom { margin-top: 85px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #9f948f; border-top: 1px solid rgba(255, 255, 255, .18); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.footer-legal { display: flex; align-items: center; gap: 18px; }
.footer-legal a, .footer-legal button { padding: 0; color: inherit; background: transparent; border: 0; font: inherit; text-transform: inherit; letter-spacing: inherit; cursor: pointer; }
.footer-legal a:hover, .footer-legal button:hover { color: #fff; }

/* Privacy and analytics consent */
.consent-banner { width: min(760px, calc(100vw - 32px)); padding: 28px; display: grid; grid-template-columns: minmax(0, 1.25fr) auto; align-items: end; gap: 32px; position: fixed; z-index: 300; right: 16px; bottom: 16px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-soft); }
.consent-banner[hidden] { display: none; }
.consent-copy h2 { margin: 13px 0 10px; font-size: 32px; line-height: 1.04; }
.consent-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.consent-copy > a { margin-top: 13px; display: inline-block; color: var(--wine); border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.consent-actions { display: grid; gap: 9px; }
.consent-actions .button { min-width: 190px; padding-inline: 17px; }
.consent-actions .button[aria-pressed="true"] { outline: 2px solid var(--wine); outline-offset: 2px; }
.privacy-content { padding-top: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 60px; }
.privacy-content article { padding: 38px 0; border-top: 1px solid var(--line); }
.privacy-content h2 { margin-bottom: 15px; font-size: 32px; }
.privacy-content p { max-width: 650px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.privacy-content a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }

/* Booking dialog */
.booking-dialog { width: min(1120px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; color: var(--ink); background: var(--cream); border: 0; border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; }
.booking-dialog::backdrop { background: rgba(41, 34, 31, .76); }
.dialog-close { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; position: absolute; right: 18px; top: 18px; color: var(--wine); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.booking-widget-shell { height: min(860px, calc(100dvh - 32px)); min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.booking-widget-header { padding: 34px 80px 24px 38px; position: relative; background: var(--sand-light); border-bottom: 1px solid var(--line); }
.booking-widget-header h2 { max-width: 880px; margin-top: 12px; font-size: clamp(34px, 4vw, 58px); line-height: .98; }
.booking-widget-body { min-height: 0; overflow: hidden; }
.booking-simple-layout { height: 100%; min-height: 0; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .7fr); }
.booking-simple-treatments { min-height: 0; padding: 30px 34px 48px; overflow-y: auto; overscroll-behavior: contain; }
.booking-simple-intro { max-width: 680px; margin-bottom: 34px; }
.booking-simple-intro h3 { margin: 10px 0; font-size: 34px; line-height: 1; }
.booking-simple-intro > p:last-child { color: var(--muted); font-size: 11px; line-height: 1.65; }
.booking-treatment-category { margin-bottom: 38px; }
.booking-treatment-category:last-child { margin-bottom: 0; }
.booking-treatment-category > header { margin-bottom: 12px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.booking-treatment-category > header p { color: var(--wine); font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.booking-treatment-category > header h3 { font-size: 27px; line-height: 1; }
.booking-treatment-items { display: grid; border-top: 1px solid var(--line); }
.booking-treatment-item { min-height: 108px; padding: 18px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.booking-treatment-item h4 { font: 19px/1.15 var(--serif); }
.booking-treatment-item p { max-width: 580px; margin-top: 6px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.booking-treatment-item strong { display: block; margin-top: 8px; color: var(--wine); font: 16px var(--serif); }
.booking-treatment-item .button { min-width: 166px; padding: 13px 15px; }
.booking-treatment-item .button svg { width: 15px; height: 15px; }
.booking-simple-advice { min-height: 0; padding: 36px 32px; display: flex; flex-direction: column; align-items: flex-start; color: #fff; background: var(--wine); overflow-y: auto; }
.booking-advice-mark { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; font: 24px var(--serif); color: var(--wine); background: var(--cream); border-radius: 50%; }
.booking-simple-advice h3 { margin: 16px 0; font-size: clamp(34px, 3vw, 44px); line-height: 1; }
.booking-simple-advice > p:not(.eyebrow) { color: #eadfd9; font-size: 11px; line-height: 1.7; }
.booking-simple-advice .button { width: 100%; margin-top: 30px; padding-inline: 18px; }
.booking-simple-advice small { margin-top: 18px; color: #d9c9c2; font-size: 9px; line-height: 1.6; }

/* Motion */
.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .62s cubic-bezier(.2, .8, .2, 1); }
.motion-ready .reveal.visible { opacity: 1; transform: none; }
@media (hover: hover) and (pointer: fine) {
  main img { transition: transform .7s cubic-bezier(.22, .61, .36, 1); transform-origin: center; }
  main figure:hover > img, main article:hover > figure img { transform: scale(1.025); }
}

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 1080px); }
  .site-header { grid-template-columns: 1fr auto auto; gap: 18px; }
  .brand { grid-column: 1; grid-row: 1; }
  .language-switch { grid-column: 2; grid-row: 1; }
  .nav-toggle { grid-column: 3; grid-row: 1; }
  .nav-toggle { width: auto; padding: 8px 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; position: relative; z-index: 2; background: transparent; border: 0; cursor: pointer; }
  .nav-toggle svg { width: 24px; }
  .nav-toggle span { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
  .main-navigation { width: 100vw; height: 100dvh; min-height: 100svh; padding: 120px 48px 44px; display: flex; visibility: hidden; pointer-events: none; position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; overflow-y: auto; overscroll-behavior: contain; color: var(--ink); background: var(--cream); opacity: 0; transform: translateY(-14px); transition: opacity .28s ease, transform .28s ease, visibility .28s ease; }
  .nav-open .main-navigation { visibility: visible; pointer-events: auto; opacity: 1; transform: none; }
  .nav-open .site-header { color: var(--ink) !important; background: var(--cream) !important; border-color: var(--line) !important; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav-open .brand-logo { background: var(--wine) !important; }
  .nav-links { flex-direction: column; align-items: flex-start; gap: 5px; }
  .nav-links a { padding: 5px 0; font: 46px/1 var(--serif); text-transform: none; letter-spacing: -.025em; }
  .nav-links a::after { bottom: 0; }
  .nav-book { margin: 34px 0 0; justify-self: auto; }
  .nav-note { display: block; margin-top: auto; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
  .home-hero-copy, .page-hero-copy { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 55px; }
  .home-hero-title { font-size: clamp(74px, 10.5vw, 112px); }
  .page-hero h1 { font-size: clamp(62px, 8.5vw, 92px); }
  .treatment-editorial { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .preview-gallery { height: 720px; }
  .extension-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .extension-story-copy { padding: 64px; }
  .salon-feeling { grid-template-columns: minmax(0, 1fr); }
  .salon-feeling-images figure { min-height: 620px; }
  .products-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .products-hero-copy { padding: 70px 48px; }
  .products-hero-copy h1 { font-size: clamp(62px, 7.8vw, 84px); }
  .product-filter-panel { align-items: flex-start; flex-direction: column; }
  .product-card, .product-card-featured { grid-column: span 6; }
  .shop-widget { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .shop-widget-actions { max-width: 520px; }
  .footer-top { grid-template-columns: 1.2fr .5fr .7fr; }
  .footer-hours { grid-column: 3; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 36px); --section-y: 84px; --radius: 18px; --radius-small: 12px; }
  .site-header { height: 72px; padding-inline: 18px; }
  .brand { width: 134px; }
  .main-navigation { padding: 98px 24px 34px; justify-content: flex-start; }
  .nav-links a { padding: 8px 0; font-size: 35px; line-height: 1.05; }
  .nav-book { width: 100%; margin-top: 26px; display: block; }
  .nav-book .button { width: 100%; }
  body.nav-open .site-header .main-navigation .nav-book .button-primary { color: #fff; background: var(--wine); border-color: var(--wine); }
  body.nav-open .site-header .main-navigation .nav-book .button-primary:hover { background: var(--wine-dark); border-color: var(--wine-dark); }
  .button { min-height: 52px; padding-inline: 22px; }
  .section-heading { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 28px; }
  .section-heading > div, .section-heading-aside { min-width: 0; width: 100%; }
  .section-heading h2 { max-width: 100%; font-size: clamp(48px, 13.5vw, 58px); line-height: .97; }
  .section-heading-aside { gap: 20px; }
  .section-heading-aside p { max-width: 34rem; font-size: 16px; line-height: 1.65; }
  .home-hero { min-height: 100svh; padding: 8px; }
  .page-hero { height: clamp(540px, 74svh, 680px); min-height: 540px; padding: 8px; }
  .home-hero-image, .page-hero-image { inset: 8px; }
  .home-hero-image img { object-position: 59% center; }
  .home-hero-copy { min-height: calc(100svh - 16px); padding: 128px 16px 74px; grid-template-columns: minmax(0, 1fr); align-content: end; gap: 28px; }
  .page-hero-copy { min-height: calc(100% - 16px); padding: 112px 16px 46px; grid-template-columns: minmax(0, 1fr); align-content: end; gap: 22px; }
  .home-hero-copy > .eyebrow, .page-hero-copy > .eyebrow { align-self: end; }
  .home-hero-title { font-size: clamp(60px, 17.5vw, 78px); line-height: .9; }
  .page-hero h1 { font-size: clamp(52px, 14.5vw, 66px); line-height: .9; }
  .home-hero-aside, .page-hero-aside { padding-bottom: 0; }
  .home-hero-intro, .page-hero-intro { max-width: 320px; font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-scroll { display: none; }
  .home-specialties { padding-top: 72px; }
  .home-specialties .section-heading h2 { font-size: clamp(45px, 12.5vw, 56px); }
  .treatment-editorial { grid-template-columns: minmax(0, 1fr); gap: 58px; }
  .treatment-story, .treatment-story-reverse { height: auto; min-height: 0; }
  .treatment-story-media { width: 100%; height: auto; aspect-ratio: 4 / 3; min-height: 0; }
  .treatment-story-copy { min-height: 0; padding: 22px 0 4px; }
  .treatment-number { margin-bottom: 26px; }
  .treatment-story-copy h3 { font-size: 42px; }
  .treatment-story-copy > p:not(.eyebrow) { font-size: 15px; }
  .preview-gallery { width: calc(100vw - 18px); height: 520px; min-height: 0; padding-right: 18px; display: grid; grid-template-columns: none; grid-template-rows: 1fr; grid-auto-flow: column; grid-auto-columns: 82vw; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .preview-gallery::-webkit-scrollbar { display: none; }
  .preview-gallery-item, .preview-1, .preview-2, .preview-3, .preview-4, .preview-5 { grid-column: auto; grid-row: auto; scroll-snap-align: start; }
  .home-faq { grid-template-columns: minmax(0, 1fr); gap: 54px; }
  .home-faq-intro h2 { font-size: 56px; }
  .home-faq-cta { margin-top: 38px; padding: 32px 24px; }
  .home-faq-cta h3 { font-size: 38px; }
  .home-faq-cta .button { width: 100%; }
  .home-faq-list summary { padding-block: 24px; font-size: 22px; }
  .home-faq-list details p { font-size: 14px; line-height: 1.7; }
  .treatment-category { padding: 45px 24px; grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .treatment-category header h2 { font-size: 52px; }
  .treatment-row { grid-template-columns: minmax(0, 1fr) auto; gap: 18px; }
  .price-note { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .extension-spec-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .extension-spec-grid article { min-height: 270px; padding: 26px 22px; }
  .extension-story { width: calc(100% - 16px); grid-template-columns: minmax(0, 1fr); }
  .extension-story-visual { min-height: 600px; }
  .extension-video-label { left: 14px; right: 14px; bottom: 14px; border-radius: var(--radius-small); }
  .extension-video-label strong { font-size: 17px; }
  .extension-story-copy { padding: 80px 24px; }
  .extension-story-copy h2 { font-size: 54px; }
  .care-pricing { grid-template-columns: minmax(0, 1fr); }
  .care-card, .pricing-card { min-height: 450px; padding: 38px 24px; }
  .faq-list summary { font-size: 21px; }
  .gallery-section, .creation-preview { padding-inline: 18px; }
  .gallery-toolbar { top: 72px; margin-inline: -18px; padding-inline: 18px; align-items: flex-start; flex-direction: column; }
  .filter-buttons { width: calc(100vw - 36px); padding-bottom: 4px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .filter-buttons::-webkit-scrollbar { display: none; }
  .filter-buttons button { flex: 0 0 auto; }
  .creation-gallery { display: block; }
  .creation-card, .creation-card:nth-child(3n+2), .creation-card:nth-child(3n+3) { padding-top: 0; margin-bottom: 58px; }
  .creation-card > img, .creation-card > .visual-placeholder, .creation-landscape > img, .creation-square > img, .creation-square > .visual-placeholder { height: 500px; }
  .salon-intro { padding-bottom: 30px; }
  .salon-collage { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 100vw 72vw 72vw; gap: 8px; }
  .salon-collage-main { grid-column: 1 / 3; grid-row: 1; }
  .salon-collage-work { grid-column: 1; grid-row: 2; }
  .salon-collage-portrait { grid-column: 2; grid-row: 2; }
  .salon-collage-colour { grid-column: 1; grid-row: 3; }
  .salon-collage-finish { grid-column: 2; grid-row: 3; }
  .salon-feeling { width: calc(100% - 16px); min-height: 0; }
  .salon-feeling-copy { padding: 76px 24px; }
  .salon-feeling-copy h2 { font-size: 54px; }
  .salon-feeling-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
  .salon-feeling-images { padding: 8px; gap: 8px; }
  .salon-feeling-images figure, .salon-feeling-images figure:last-child { min-height: 82vw; margin-top: 0; }
  .about-story { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .about-story-title h2 { font-size: 56px; }
  .education-section { width: calc(100% - 16px); min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .education-image { min-height: 560px; }
  .education-copy { padding: 72px 24px; }
  .education-copy h2 { font-size: 52px; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); }
  .contact-layout > * { min-width: 0; width: 100%; }
  .contact-details-panel { padding: 48px 24px; }
  .contact-details-panel h2 { font-size: clamp(37px, 10.5vw, 46px); overflow-wrap: anywhere; }
  .contact-details-panel dl > div { grid-template-columns: minmax(76px, 90px) minmax(0, 1fr); gap: 14px; }
  .contact-details-panel dd, .contact-details-panel dd a { min-width: 0; overflow-wrap: anywhere; }
  .contact-details-panel dd { font-size: 17px; }
  .route-band { min-height: 240px; padding: 32px 24px; align-items: flex-start; flex-direction: column; }
  .route-band > span { width: 54px; height: 54px; align-self: flex-end; }
  .contact-impression-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 105vw 72vw; gap: 8px; }
  .contact-impression-main { grid-column: 1 / 3; }
  .contact-impression-grid figure:nth-child(2), .contact-impression-grid figure:nth-child(3) { height: auto; margin-top: 0; align-self: stretch; }
  .products-hero { min-height: auto; padding-top: 72px; grid-template-columns: minmax(0, 1fr); }
  .products-hero-copy { min-height: 650px; padding: 86px 24px 70px; }
  .products-hero-copy h1 { font-size: clamp(60px, 16vw, 74px); }
  .products-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .products-hero-copy .hero-actions { width: 100%; }
  .products-hero-copy .hero-actions .button { width: 100%; }
  .products-hero-image { min-height: 480px; }
  .products-hero-image img { object-position: 63% center; }
  .products-hero-image figcaption { right: 14px; bottom: 14px; }
  .product-advice-strip, .product-catalogue-heading { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .product-advice-strip h2 { font-size: 52px; }
  .product-advice-strip > div:last-child > p, .product-catalogue-heading > p { font-size: 15px; }
  .product-advice-strip .button { width: 100%; }
  .product-catalogue { scroll-margin-top: 72px; }
  .product-catalogue-heading h2 { font-size: 56px; }
  .product-filter-panel { margin-inline: -18px; padding-inline: 18px; overflow: hidden; }
  .product-filter-group { width: calc(100vw - 36px); padding-bottom: 4px; align-items: center; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .product-filter-group::-webkit-scrollbar { display: none; }
  .product-filter-group > span, .product-filter-group button { flex: 0 0 auto; }
  .product-grid { display: block; }
  .product-card, .product-card-featured { margin-bottom: 18px; }
  .product-card-visual, .product-card-featured .product-card-visual { min-height: 390px; }
  .product-card-copy { padding: 24px 20px; }
  .product-card h3 { font-size: 32px; }
  .product-description { min-height: 0; font-size: 12px; }
  .product-card dl > div { grid-template-columns: 104px minmax(0, 1fr); gap: 13px; }
  .shop-widget { width: calc(100% - 16px); min-height: 690px; padding: 70px 24px; grid-template-columns: minmax(0, 1fr); gap: 60px; }
  .shop-widget-copy h2 { font-size: 58px; }
  .shop-widget-copy > p:not(.eyebrow) { font-size: 15px; }
  .shop-widget-actions { width: 100%; max-width: none; }
  .routine-grid { grid-template-columns: minmax(0, 1fr); }
  .routine-grid article, .routine-grid article:not(:first-child) { min-height: 270px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .routine-grid article:last-child { border-bottom: 0; }
  .routine-advice { justify-content: flex-start; }
  .product-closing { padding: 90px 24px; grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .product-closing h2 { font-size: 66px; }
  .product-closing-copy > p { font-size: 15px; }
  .product-closing-copy, .product-closing-copy > div { width: 100%; }
  .product-closing-copy .button { width: 100%; }
  .footer-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 58px 28px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-hours { grid-column: auto; }
  .footer-intro > p { font-size: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 12px; }
  .consent-banner { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); padding: 22px; right: 10px; bottom: 10px; grid-template-columns: minmax(0, 1fr); gap: 20px; overflow-y: auto; }
  .consent-copy h2 { font-size: 28px; }
  .consent-copy > p:not(.eyebrow) { font-size: 12px; }
  .consent-actions .button { width: 100%; }
  .privacy-content { grid-template-columns: minmax(0, 1fr); }
  .booking-dialog { width: 100vw; max-height: 100dvh; height: 100dvh; margin: 0; border-radius: 0; }
  .booking-widget-shell { height: 100dvh; }
  .booking-widget-header { padding: 24px 64px 18px 20px; }
  .booking-widget-header h2 { font-size: 34px; }
  .dialog-close { right: 14px; top: 14px; }
  .booking-widget-body { overflow-y: auto; overscroll-behavior: contain; }
  .booking-simple-layout { height: auto; display: flex; flex-direction: column; }
  .booking-simple-treatments { padding: 26px 18px 34px; overflow: visible; }
  .booking-simple-intro h3 { font-size: 31px; }
  .booking-simple-intro > p:last-child { font-size: 11px; }
  .booking-treatment-category { margin-bottom: 34px; }
  .booking-treatment-category > header { display: block; }
  .booking-treatment-category > header h3 { margin-top: 7px; font-size: 25px; }
  .booking-treatment-item { min-height: 0; padding: 18px 0 20px; grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .booking-treatment-item h4 { font-size: 20px; }
  .booking-treatment-item p { font-size: 10px; }
  .booking-treatment-item .button { width: 100%; min-width: 0; }
  .booking-simple-advice { min-height: 470px; padding: 30px 20px 34px; overflow: visible; order: -1; }
  .booking-simple-advice h3 { font-size: 39px; }
  .booking-simple-advice > p:not(.eyebrow) { font-size: 12px; }
}

@media (max-width: 420px) {
  .home-hero-title { font-size: 60px; }
  .page-hero h1 { font-size: 52px; }
  .home-hero-copy { padding-bottom: 50px; }
  .page-hero-copy { padding-bottom: 42px; }
  .home-hero-intro, .page-hero-intro { font-size: 17px; }
  .treatment-row { grid-template-columns: minmax(0, 1fr); }
  .treatment-booking-link { width: 100%; }
  .footer-top { grid-template-columns: minmax(0, 1fr); }
  .footer-intro { grid-column: auto; }
}

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