:root {
  --paper: #f6f3ee;
  --ink: #292728;
  --muted: #777473;
  --accent: #741c34;
  --accent-deep: #5b1226;
  --line: #d7cbc8;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Inter", Arial, sans-serif;
  --gutter: clamp(32px, 5.56vw, 80px);
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height, 76px) + 18px); }
body { margin: 0; min-width: 320px; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; object-fit: cover; }
svg { display: block; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h2 { color: var(--accent); font: 400 clamp(42px, 4.45vw, 64px)/.98 var(--serif); letter-spacing: -.055em; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.button--paper:focus-visible { outline-color: var(--paper); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-shell { width: min(100%, 1440px); margin-inline: auto; }
.container { padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 14px 20px; background: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.brand { color: var(--accent); font: 500 44px/1 var(--serif); letter-spacing: .035em; }
.site-header { position: relative; z-index: 60; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--paper); }
.site-header.is-scroll-aware { position: sticky; top: 0; transition: transform 220ms ease; }
.site-header.is-scroll-aware.is-hidden { transform: translateY(calc(-100% - 1px)); }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.7vw, 39px); margin-left: auto; margin-right: auto; }
.main-nav > a { padding-block: 14px; font-size: 16px; }
.main-nav .nav-booking, .menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 62px; padding: 16px 32px; border: 1px solid transparent; font-size: 20px; font-weight: 500; line-height: 1.3; text-align: center; transition: background-color 180ms, color 180ms; }
.button svg { width: 26px; height: 18px; }
.button--accent { background: var(--accent); color: var(--paper); }
.button--paper { background: var(--paper); color: var(--accent); }
.header-booking { min-height: 48px; min-width: 258px; padding: 12px 24px; font-size: 16px; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; width: fit-content; gap: 20px; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--accent); font-size: 20px; line-height: 1.35; }
.text-link svg { width: 25px; height: 18px; transition: transform 180ms; }
.hero { display: grid; grid-template-columns: 44% 56%; }
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 64px 48px 64px var(--gutter);
  background: #5d1c2e;
  color: var(--paper);
}
.hero h1 {
  font: 400 clamp(3.5rem, 6.12vw, 5.5rem)/.8 var(--serif);
  letter-spacing: -.035em;
}
.hero-copy > p {
  max-width: 25em;
  margin-top: 52px;
  color: #eee0e3;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  text-wrap: pretty;
}
.hero-description-line { display: block; }
.hero-copy > .button {
  justify-content: space-between;
  width: 312px;
  max-width: 100%;
  min-height: 54px;
  margin-top: 36px;
  padding: 16px 24px;
  font-size: 1rem;
}
.hero-copy > .button svg { width: 22px; height: 16px; }
.hero-image { position: relative; min-height: 640px; overflow: hidden; background: radial-gradient(ellipse at 45% 30%, #e3e0da, #efebe5 70%); }
.hero-image img { position: absolute; top: -5%; right: -1%; height: 153%; width: auto; max-width: none; }
.main-content { padding-top: 38px; }
.eyebrow { color: var(--accent); font-size: 14px; line-height: 1.4; letter-spacing: .26em; text-transform: uppercase; }
.manifesto { margin-bottom: 42px; }
.manifesto .eyebrow { margin-bottom: 3px; }
.section-heading { display: flex; align-items: center; gap: 32px; margin-bottom: 18px; }
.manifesto .section-heading { margin: 0; }
.heading-line { height: 1px; flex: 1; min-width: 20px; background: #cdaeb5; }
.section-caption { color: var(--muted); font-size: 12px; line-height: 1.6; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.section-heading > .section-caption { margin-left: auto; text-align: right; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.service-card { min-width: 0; }
.service-card > img { width: 100%; aspect-ratio: 1.25; height: auto; }
.service-card:nth-child(2) > img { object-position: 52% 38%; }
.service-card:nth-child(3) > img { object-position: 50% 34%; }
.service-card__details { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 12px; padding-top: 9px; }
.service-card h3 { grid-column: 1 / -1; color: var(--accent); font: 400 36px/1 var(--serif); letter-spacing: -.06em; }
.service-card p { color: var(--muted); font-size: 12px; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; }
.service-price { align-self: center; color: var(--accent); font-size: 23px; white-space: nowrap; }
.prices { display: grid; grid-template-columns: 23.3% minmax(0, 1fr) auto; gap: 58px; margin-top: 56px; margin-bottom: 48px; }
.prices .section-heading { align-items: flex-start; margin: 0; border-right: 1px solid var(--line); }
.prices .heading-line { display: none; }
.price-list > div { display: flex; justify-content: space-between; gap: 20px; padding-block: 9px; border-bottom: 1px solid var(--line); font-size: 20px; line-height: 1.15; }
.price-list > div:first-child { padding-top: 0; }
.price-list dd { min-width: 6.5em; white-space: nowrap; }
.price-link { align-self: center; }
.masters { margin-bottom: 44px; }
.masters-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.master-card img { width: 100%; height: auto; aspect-ratio: 1; object-position: 50% 25%; filter: grayscale(1); }
.master-card__copy { padding-top: 15px; }
.master-card h3 { color: var(--accent); font: 400 25px/1.15 var(--sans); text-transform: uppercase; }
.master-card p { margin-top: 5px; color: #625f5d; font-size: 20px; line-height: 1.25; }
.master-card__copy > svg { display: none; }
.works { margin-bottom: 48px; }
.works-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px 26px; }
.work-card { grid-column: span 2; min-width: 0; }
.work-card img { width: 100%; height: auto; aspect-ratio: 1.57; }
.work-card--face img { object-position: left center; }
.work-card--facial img { object-position: center 35%; }
.work-card--hair, .work-card--brows { grid-column: span 3; }
.work-card--hair img, .work-card--brows img { aspect-ratio: 2.15; }
.work-card--hair img { object-position: center 36%; }
.work-card--brows img { object-position: center 52%; }
.work-card figcaption { margin-top: 10px; color: #625f5d; font-size: 18px; line-height: 1.25; }
.principles { margin-bottom: 44px; }
.principles .section-heading { margin-bottom: 30px; }
.principles-grid { display: grid; grid-template-columns: 1.02fr .88fr 1.05fr .85fr; list-style: none; padding: 0; margin: 0; }
.principles-grid li { padding-inline: 38px 26px; border-left: 1px solid var(--line); }
.principles-grid li:first-child { padding-left: 0; border: 0; }
.principles-grid li:last-child { padding-right: 0; }
.principles-grid svg { width: 40px; height: 40px; margin-bottom: 16px; color: var(--accent); stroke-width: 1.5; }
.principles-grid h3 { font: 400 20px/1.3 var(--sans); }
.principles-grid p { margin-top: 10px; color: var(--muted); font-size: 16px; line-height: 1.35; }
.care-grid, .stories-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 40px; }
.care-grid { margin-bottom: 30px; }
.care-grid > :first-child, .stories-grid > :first-child { border-right: 1px solid var(--line); padding-right: 40px; }
.care-grid h2, .reviews h2, .contacts h2 { font-size: 46px; }
.care-grid .section-heading, .reviews .section-heading, .contacts .section-heading { gap: 22px; margin-bottom: 16px; }
.care-grid .heading-line, .contacts .heading-line { display: none; }
.care-layout { display: grid; grid-template-columns: 1.62fr 1fr; gap: 28px; align-items: center; }
.care-layout > img { width: 100%; height: 240px; object-position: center; }
.certificates .care-layout { grid-template-columns: 1.9fr 1fr; }
.certificates .care-layout > img { height: 256px; }
.care-copy { font-size: 18px; line-height: 1.5; }
.care-copy h3 { font: inherit; }
.cosmetics .care-copy p { display: none; }
.care-copy .text-link { margin-top: 30px; font-size: 16px; gap: 16px; }
.care-copy .text-link svg { width: 20px; }
.stories-grid { margin-bottom: 36px; align-items: end; }
.review-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 36px; align-items: center; }
.review-layout > img { width: 100%; height: 224px; object-position: 65% center; }
.review-layout blockquote { font-size: 22px; line-height: 1.55; }
.review-layout figcaption { margin-top: 28px; color: var(--muted); font-size: 20px; }
.review-layout figcaption::before { content: "— "; }
.promotion { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.promotion > img { width: 100%; height: 264px; object-position: 15% center; }
.promotion-copy { display: flex; flex-direction: column; justify-content: center; padding: 20px 24px; background: radial-gradient(ellipse at 80% 20%, #7b203b, #65172c); color: var(--paper); }
.promotion-copy h2 { color: inherit; font: 400 52px/.8 var(--serif); letter-spacing: -.045em; }
.promotion-copy h2 span { display: block; font-size: 82px; letter-spacing: -.03em; }
.promotion-copy > p { display: none; }
.promotion-copy .button { margin-top: 20px; min-height: 50px; padding: 10px 14px; font-size: 16px; white-space: nowrap; }
.contact-grid { align-items: center; }
.contacts { border-right: 1px solid var(--line); padding-right: 40px; }
.contacts address { display: grid; gap: 12px; font-style: normal; font-size: 18px; line-height: 1.35; }
.contacts address > p { display: flex; align-items: center; gap: 36px; }
.contacts address > p > svg { width: 28px; height: 28px; color: var(--accent); }
.contacts .map-link > svg { display: none; }
.contacts .text-link { font-size: 18px; }
.booking-banner { background: radial-gradient(ellipse at 20% 0, #7b203b, #65172c); padding: 34px 42px; }
.booking-banner h2 { color: var(--paper); font-size: 68px; line-height: 1; white-space: nowrap; }
.booking-banner .button { margin-top: 24px; min-width: 370px; max-width: 100%; }
.site-footer { min-height: 150px; display: flex; align-items: center; gap: 32px; padding-top: 30px; padding-bottom: 24px; }
.site-footer nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; gap: 34px; margin-left: 60px; }
.site-footer nav a { font-size: 14px; line-height: 1.5; }
.footer-line { flex: .4; height: 1px; background: var(--line); }
.site-footer .section-caption { font-size: 11px; }
.price-dialog { position: fixed; width: min(620px, calc(100% - 32px)); margin: auto; padding: 44px; background: var(--paper); border: 1px solid var(--line); }
dialog::backdrop { background: #24151b77; backdrop-filter: blur(5px); }
.price-dialog h2 { margin: 18px 0 30px; font-size: 52px; }
.price-dialog .button { display: flex; margin-top: 28px; }
.dialog-close { position: absolute; top: 10px; right: 14px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 32px; }
@media (hover: hover) and (pointer: fine) {
  .button--accent:hover { background: var(--accent-deep); }
  .button--paper:hover { background: #e7dcd8; }
  .text-link:hover svg { transform: translateX(4px); }
  .main-nav a:hover, .site-footer a:hover { color: var(--accent); }
  .service-card:hover h3, .master-card:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
}
@media (min-width: 761px) and (max-width: 1180px) {
  .site-header { gap: 24px; min-height: 68px; }
  .brand { font-size: 36px; }
  .main-nav { gap: 20px; }
  .main-nav > a { font-size: 14px; }
  .header-booking { min-width: 185px; font-size: 14px; }
  .hero-copy { padding-block: 48px; padding-right: 30px; }
  .hero h1 { font-size: clamp(3.5rem, 6.12vw, 5.5rem); }
  .hero-image { min-height: 550px; }
  .hero-copy > p { margin-top: 40px; font-size: 1.0625rem; }
  .hero-copy > .button { margin-top: 30px; }
  .section-heading { gap: 22px; }
  .section-caption { font-size: 10px; }
  .services-grid, .masters-grid { gap: 24px; }
  .service-card h3 { font-size: 30px; }
  .service-card p { font-size: 10px; letter-spacing: .04em; }
  .service-price { font-size: 19px; }
  .prices { gap: 30px; grid-template-columns: 20% minmax(0, 1fr) auto; }
  .price-list > div, .price-link { font-size: 16px; }
  .price-list dd { min-width: 4.5em; }
  .master-card h3 { font-size: 22px; }
  .master-card p, .work-card figcaption { font-size: 16px; }
  .principles-grid li { padding-inline: 22px; }
  .principles-grid h3 { font-size: 16px; }
  .principles-grid p { font-size: 13px; }
  .care-grid, .stories-grid, .contact-grid { gap: 30px; }
  .care-grid > :first-child, .stories-grid > :first-child, .contacts { padding-right: 26px; }
  .care-layout { gap: 20px; }
  .care-layout > img, .certificates .care-layout > img { height: 200px; }
  .care-copy { font-size: 14px; }
  .care-copy .text-link { font-size: 13px; gap: 9px; }
  .review-layout { gap: 24px; }
  .review-layout > img { height: 190px; }
  .review-layout blockquote { font-size: 16px; }
  .review-layout figcaption { font-size: 15px; }
  .promotion { gap: 12px; }
  .promotion > img { height: 230px; }
  .promotion-copy { padding: 16px; }
  .promotion-copy h2 { font-size: 42px; }
  .promotion-copy h2 span { font-size: 66px; }
  .promotion-copy .button { padding: 10px 6px; font-size: 12px; }
  .contacts address, .contacts .text-link { font-size: 14px; }
  .contacts address > p { gap: 20px; }
  .booking-banner { padding: 32px; }
  .booking-banner h2 { font-size: 52px; }
  .booking-banner .button { min-width: 0; width: 100%; font-size: 17px; }
  .site-footer { gap: 24px; }
  .site-footer nav { margin-left: 20px; gap: 20px; }
  .site-footer nav a { font-size: 12px; }
  .site-footer .section-caption { font-size: 9px; }
}
@media (min-width: 761px) and (max-width: 900px) {
  .header-booking { min-width: 0; padding-inline: 14px; font-size: 12px; }
  .main-nav { gap: 14px; }
  .main-nav > a { font-size: 12px; }
  .section-caption { max-width: 220px; }
  .care-layout, .certificates .care-layout { grid-template-columns: 1fr; }
  .care-copy .text-link { margin-top: 12px; }
  .care-grid { align-items: start; }
  .care-copy br { display: none; }
  .review-layout { gap: 15px; }
  .review-layout blockquote { font-size: 14px; }
  .promotion-copy h2 { font-size: 33px; }
  .promotion-copy h2 span { font-size: 54px; }
  .promotion-copy { padding: 14px 10px; }
  .promotion-copy .button { white-space: normal; }
  .booking-banner { padding: 28px; }
  .booking-banner h2 { font-size: 44px; }
  .footer-line, .site-footer .section-caption { display: none; }
}
@media (max-width: 760px) {
  :root { --gutter: 26px; }
  html { scroll-padding-top: calc(var(--header-height, 54px) + 18px); }
  h2 { font-size: clamp(34px, 8.7vw, 48px); line-height: 1; letter-spacing: -.06em; }
  .site-header { min-height: 54px; padding-inline: 18px; flex-wrap: wrap; gap: 0; }
  .brand { font-size: 34px; }
  .header-booking { display: none; }
  .menu-toggle { display: block; position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--accent); }
  .menu-toggle span { position: absolute; top: 50%; left: 50%; width: 26px; height: 2px; transform: translate(-50%, -50%); transition: transform 120ms cubic-bezier(.4, 0, .2, 1) 120ms; }
  .menu-toggle span::before { content: ""; display: block; width: 100%; height: 100%; border-radius: 1px; background: currentColor; transform: rotate(0deg); transform-origin: center; transition: transform 160ms cubic-bezier(.4, 0, .2, 1); }
  .menu-toggle span:first-child { transform: translate(-50%, calc(-50% - 8px)); }
  .menu-toggle span:last-child { transform: translate(-50%, calc(-50% + 8px)); }
  .menu-toggle span:nth-child(2) { transform: translate(-50%, -50%) scaleX(1); transition: opacity 80ms ease 160ms, transform 100ms ease 160ms; }
  .menu-toggle[aria-expanded="true"] span:first-child,
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translate(-50%, -50%); transition-delay: 0ms; }
  .menu-toggle[aria-expanded="true"] span:first-child::before { transform: rotate(45deg); transition-delay: 100ms; }
  .menu-toggle[aria-expanded="true"] span:last-child::before { transform: rotate(-45deg); transition-delay: 100ms; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: translate(-50%, -50%) scaleX(0); transition-delay: 0ms; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; max-height: calc(100vh - var(--header-height, 54px) - 16px); max-height: calc(100dvh - var(--header-height, 54px) - 16px); overflow-y: auto; overscroll-behavior: contain; margin: 0; padding: 10px var(--gutter) 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 24px #29141c14; }
  .main-nav.is-open { display: grid; gap: 0; }
  .main-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav .nav-booking { display: block; color: var(--accent); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 56px var(--gutter); }
  .hero h1 { font-size: clamp(3.25rem, 14.5vw, 4.5rem); line-height: .88; }
  .hero-copy > p { max-width: 25em; margin-top: 38px; font-size: 1rem; line-height: 1.6; text-wrap: pretty; }
  .hero-description-services { display: block; }
  .hero-description-note { display: block; }
  .desktop-break { display: none; }
  .hero-copy > .button { width: 100%; margin-top: 28px; min-height: 52px; padding: 15px 20px; font-size: 1rem; }
  .hero-image { min-height: 0; height: clamp(310px, 95vw, 540px); }
  .hero-image img { top: -4%; right: 0; height: 143%; }
  .main-content { padding-top: 18px; }
  .eyebrow { font-size: 12px; letter-spacing: .23em; }
  .manifesto { margin-bottom: 26px; }
  .manifesto .eyebrow { margin-bottom: 4px; }
  .manifesto .section-heading { display: block; }
  .manifesto h2 { font-size: clamp(34px, 8.7vw, 48px); white-space: nowrap; }
  .manifesto .heading-line { display: block; margin-top: 22px; }
  .section-heading { gap: 20px; margin-bottom: 13px; }
  .section-heading > .section-caption { display: none; }
  .services-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-card > img { aspect-ratio: 2.85; }
  .service-card:nth-child(2) > img { object-position: 50% 36%; }
  .service-card:nth-child(3) > img { object-position: 50% 32%; aspect-ratio: 2.3; }
  .service-card__details { gap: 2px 12px; padding-top: 6px; }
  .service-card h3 { grid-column: 1; grid-row: 1; font-size: 26px; line-height: 1; }
  .service-card p { grid-column: 1 / -1; grid-row: 2; color: var(--muted); font-size: 14px; line-height: 1.2; letter-spacing: 0; text-transform: none; }
  .service-price { grid-column: 2; grid-row: 1; font: 500 22px/1 var(--serif); }
  .prices { display: block; margin-top: 24px; margin-bottom: 32px; }
  .prices .section-heading { align-items: center; margin-bottom: 12px; border: 0; }
  .prices .heading-line { display: block; }
  .price-list > div { padding-block: 6px; font-size: 15px; line-height: 1.2; }
  .price-list dd { min-width: auto; }
  .price-link { margin-top: 12px; font-size: 16px; }
  .masters { margin-bottom: 32px; }
  .masters-grid { grid-template-columns: 1fr; gap: 12px; }
  .master-card { display: grid; grid-template-columns: 1.08fr 1fr; gap: 20px; align-items: center; }
  .master-card img { aspect-ratio: 1.05; object-position: 50% 24%; }
  .master-card__copy { padding: 0; }
  .master-card h3 { color: var(--ink); font: 500 21px/1.15 var(--serif); }
  .master-card p { margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.25; }
  .master-card__copy > svg { display: block; width: 25px; height: 18px; margin-top: 16px; margin-left: auto; color: var(--accent); }
  .works { margin-bottom: 34px; }
  .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .work-card, .work-card--hair, .work-card--brows { grid-column: auto; }
  .work-card img, .work-card--hair img { aspect-ratio: 1.03; }
  .work-card--face img { object-position: 18% center; }
  .work-card--brows { grid-column: 1 / -1; width: 70%; }
  .work-card--brows img { aspect-ratio: 1.8; }
  .work-card figcaption { margin-top: 6px; font-size: 14px; color: var(--ink); }
  .principles { margin-bottom: 34px; }
  .principles .section-heading { margin-bottom: 18px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid li, .principles-grid li:first-child, .principles-grid li:last-child { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 17px 0; border: 0; border-bottom: 1px solid var(--line); }
  .principles-grid li:first-child { padding-top: 0; }
  .principles-grid li:last-child { padding-bottom: 0; border: 0; }
  .principles-grid svg { width: 40px; height: 40px; margin: 4px 0 0; }
  .principles-grid h3 { color: var(--accent); font: 500 23px/1 var(--serif); letter-spacing: -.035em; }
  .principles-grid p { margin-top: 6px; font-size: 14px; line-height: 1.2; }
  .principles-grid p br { display: none; }
  .care-grid, .stories-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .care-grid { margin-bottom: 32px; }
  .care-grid > :first-child, .stories-grid > :first-child, .contacts { border: 0; padding: 0; }
  .care-grid h2, .reviews h2, .contacts h2 { font-size: clamp(34px, 8.7vw, 48px); }
  .care-grid .section-heading, .reviews .section-heading, .contacts .section-heading { margin-bottom: 13px; }
  .care-grid .heading-line, .contacts .heading-line { display: block; }
  .care-layout, .certificates .care-layout { display: block; }
  .care-layout > img, .certificates .care-layout > img { height: auto; aspect-ratio: 1.68; }
  .care-copy { margin-top: 12px; font-size: 16px; line-height: 1.25; }
  .care-copy h3 { font-size: 18px; }
  .cosmetics .care-copy p { display: block; margin-top: 4px; color: var(--muted); font-size: 15px; }
  .care-copy .text-link { margin-top: 12px; font-size: 16px; }
  .certificates .care-copy { margin-top: 7px; color: var(--muted); font-size: 15px; }
  .certificates .care-copy br { display: none; }
  .stories-grid { gap: 16px; margin-bottom: 24px; }
  .review-layout { grid-template-columns: 1.15fr .9fr; gap: 16px; align-items: start; }
  .review-layout > img { height: auto; aspect-ratio: 1.04; object-position: 65% center; }
  .review-layout blockquote { font: 500 clamp(21px, 5.65vw, 30px)/.98 var(--serif); letter-spacing: -.035em; }
  .review-layout figcaption { margin-top: 20px; color: var(--ink); font-size: 15px; }
  .review-layout figcaption::before { content: none; }
  .promotion { gap: 0; }
  .promotion > img { height: 100%; min-height: 250px; object-position: 19% center; }
  .promotion-copy { padding: 24px 16px 17px; }
  .promotion-copy h2 { font-size: clamp(31px, 8.3vw, 47px); line-height: .82; }
  .promotion-copy h2 span { margin-bottom: 5px; font-size: clamp(46px, 12vw, 68px); }
  .promotion-copy > p { display: block; margin-top: 17px; color: var(--paper); font-size: 15px; line-height: 1.18; }
  .promotion-copy .button { margin-top: 15px; min-height: 44px; padding: 10px 6px; font-size: 12px; }
  .contact-grid { gap: 22px; }
  .contacts address { gap: 10px; font-size: 14px; }
  .contacts address > p { gap: 22px; }
  .contacts address > p > svg { width: 24px; height: 24px; }
  .contacts .map-link > svg { display: block; }
  .contacts .text-link { font-size: 16px; }
  .booking-banner { padding: 22px; }
  .booking-banner h2 { font-size: clamp(37px, 10.2vw, 54px); }
  .booking-banner .button { width: 100%; min-width: 0; margin-top: 16px; min-height: 48px; padding: 12px; font-size: 16px; }
  .site-footer { align-items: flex-start; min-height: 112px; gap: 24px; padding-top: 24px; padding-bottom: 32px; }
  .site-footer .brand { font-size: 32px; }
  .site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px 20px; margin: 4px 0 0; }
  .site-footer nav a { font-size: 12px; }
  .footer-line, .site-footer .section-caption { display: none; }
  .price-dialog { padding: 36px 24px 24px; }
  .price-dialog h2 { font-size: 40px; }
  .price-dialog .button { font-size: 16px; }
}
@media (min-width: 521px) and (max-width: 760px) {
  :root { --gutter: 40px; }
  .hero-copy { padding-block: 64px; }
  .hero-copy > .button { max-width: 320px; }
  .hero-image img { right: 8%; }
  .services-grid { gap: 24px; }
  .service-card h3 { font-size: 34px; }
  .service-card p { font-size: 16px; }
  .service-price { font-size: 28px; }
  .master-card h3 { font-size: 28px; }
  .master-card p { font-size: 17px; }
  .master-card__copy > svg { margin-right: 20px; }
  .promotion-copy { padding: 30px; }
  .promotion-copy .button { font-size: 16px; }
}
@media (max-width: 360px) {
  :root { --gutter: 22px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-image { height: 310px; }
  .principles-grid li { gap: 16px; }
  .promotion-copy { padding-inline: 12px; }
  .promotion-copy .button { font-size: 11px; }
  .booking-banner { padding: 20px; }
  .booking-banner h2 { font-size: 35px; }
  .site-footer { gap: 18px; }
  .site-footer nav { gap: 7px 12px; }
  .site-footer nav a { font-size: 11px; }
}
.booking-dialog {
  width: min(650px, calc(100vw - 40px));
  max-width: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(68, 55, 45, 0.35);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(30, 17, 13, 0.24);
}

.booking-dialog::backdrop {
  background: rgba(25, 15, 12, 0.48);
  backdrop-filter: blur(6px);
}

.booking-dialog__form {
  position: relative;
  padding: 42px;
}

.booking-dialog__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: transparent;
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.booking-dialog__eyebrow {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.booking-dialog h2 {
  max-width: 520px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.booking-dialog__fields {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1.02fr 1.3fr 0.68fr;
  border: 1px solid var(--line);
}

.booking-dialog__control {
  min-width: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background-color 180ms ease;
}

.booking-dialog__control + .booking-dialog__control {
  border-left: 1px solid var(--line);
}

.booking-dialog__control[data-open="true"] {
  background: rgba(113, 22, 41, 0.05);
}

.booking-dialog__fields span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.booking-dialog__trigger {
  min-width: 0;
  width: 100%;
  padding: 0 24px 5px 0;
  border: 0;
  border-bottom: 1px solid rgba(31, 25, 20, 0.34);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}

.booking-dialog__trigger strong {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-dialog__trigger svg {
  flex: 0 0 auto;
  width: 12px;
  height: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  transition: transform 180ms ease;
}

.booking-dialog__trigger .booking-dialog__calendar {
  width: 17px;
  height: 17px;
}

.booking-dialog__control[data-open="true"] .booking-dialog__trigger > svg:not(.booking-dialog__calendar) {
  transform: rotate(180deg);
}

.booking-picker {
  --picker-width: 280px;
  position: fixed;
  z-index: 500;
  width: min(var(--picker-width), calc(100vw - 24px));
  padding: 10px;
  border: 1px solid rgba(113, 22, 41, 0.32);
  color: var(--ink);
  background: rgba(247, 244, 239, 0.99);
  box-shadow: 0 22px 65px rgba(36, 20, 16, 0.2);
}

.booking-picker[hidden] {
  display: none;
}

.booking-picker--date {
  --picker-width: 356px;
  padding: 18px;
}

.booking-picker__list {
  display: grid;
  gap: 4px;
}

.booking-picker__option {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: transparent;
  font-family: var(--sans);
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.booking-picker__option::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: 0;
}

.booking-picker__option:hover,
.booking-picker__option:focus-visible {
  color: var(--accent);
  background: rgba(113, 22, 41, 0.06);
  outline: 0;
}

.booking-picker__option[aria-selected="true"] {
  color: #fff9f2;
  background: var(--accent);
}

.booking-picker__option[aria-selected="true"]::after {
  opacity: 1;
}

.booking-calendar__header {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
}

.booking-calendar__month {
  margin: 0;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.booking-calendar__nav {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(31, 25, 20, 0.18);
  display: grid;
  place-items: center;
  color: var(--ink);
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.booking-calendar__nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.booking-calendar__weekdays,
.booking-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.booking-calendar__weekdays {
  margin-bottom: 5px;
}

.booking-calendar__weekdays span {
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.06em;
}

.booking-calendar__day,
.booking-calendar__blank {
  aspect-ratio: 1;
}

.booking-calendar__day {
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: transparent;
  font-family: var(--sans);
  font-size: 12px;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease;
}

.booking-calendar__day:hover,
.booking-calendar__day:focus-visible {
  color: var(--accent);
  background: rgba(113, 22, 41, 0.08);
  outline: 0;
}

.booking-calendar__day[aria-pressed="true"] {
  color: #fff9f2;
  background: var(--accent);
}

.booking-calendar__day.is-today:not([aria-pressed="true"]) {
  box-shadow: inset 0 0 0 1px rgba(113, 22, 41, 0.55);
}

.booking-calendar__day:disabled {
  color: rgba(31, 25, 20, 0.24);
  background: transparent;
  cursor: default;
}

.booking-dialog__save {
  width: 100%;
  height: 62px;
  margin-top: 22px;
  padding: 0 22px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff9f2;
  background: var(--accent);
  font-size: 11px;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.booking-dialog__save svg {
  width: 30px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
}

.booking-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  max-width: min(360px, calc(100vw - 40px));
  padding: 14px 18px;
  color: #fff9f2;
  background: var(--accent);
  font-size: 12px;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.booking-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 680px) {
  .booking-dialog {
    width: calc(100vw - 24px);
  }

  .booking-dialog__form {
    padding: 34px 20px 20px;
  }

  .booking-dialog h2 {
    padding-right: 28px;
    font-size: clamp(36px, 11vw, 48px);
  }

  .booking-dialog__fields {
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .booking-dialog__control {
    padding: 14px 16px;
  }

  .booking-dialog__control + .booking-dialog__control {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .booking-picker--date {
    padding: 14px;
  }

  .booking-toast {
    right: 12px;
    bottom: 12px;
  }
}

/* The existing appointment picker follows the new page typography. */
.booking-dialog { max-height: calc(100dvh - 24px); overflow: auto; }
.booking-dialog h2 { color: var(--accent); line-height: .98; }
.booking-dialog__eyebrow, .booking-dialog__fields span { font-size: 12px; }
.booking-dialog__trigger { min-height: 40px; padding-right: 0; }
.booking-dialog__fields { grid-template-columns: 1fr; }
.booking-dialog__control + .booking-dialog__control { border-top: 1px solid var(--line); border-left: 0; }
.booking-picker { max-height: calc(100dvh - 24px); overflow-y: auto; }
.booking-picker__option, .booking-calendar__day { font-size: 15px; }
.booking-calendar__month, .booking-calendar__weekdays span { font-size: 12px; }
.booking-dialog__save, .booking-toast { font-size: 14px; letter-spacing: 0; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
