/* Skin Choice editorial system: fluid type, measured rhythm, quiet interaction. */
:root {
  --type-display: clamp(3.5rem, 2rem + 4.8vw, 6rem);
  --type-page: clamp(2.75rem, 1.75rem + 3.4vw, 4.75rem);
  --type-section: clamp(2.375rem, 1.625rem + 2.65vw, 4rem);
  --type-subsection: clamp(1.875rem, 1.5rem + 1vw, 2.5rem);
  --type-card: clamp(1.625rem, 1.375rem + .7vw, 2rem);
  --type-lead: clamp(1.0625rem, 1rem + .25vw, 1.25rem);
  --type-body: 1rem;
  --type-label: .875rem;
  --type-caption: .75rem;
  --space-section: clamp(3.5rem, 2rem + 4vw, 7rem);
  --gutter: clamp(1.25rem, 4.5vw, 5.5rem);
  --measure: 66ch;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --action: #65624c;
  --action-hover: #4e4c3a;
  --muted: #605e56;
}
html { scroll-padding-top: 2rem; }
body { font-size: var(--type-body); line-height: 1.75; }
h1, h2, h3, h4 { text-wrap: balance; overflow-wrap: break-word; }
h1, h2 { font-weight: 400; letter-spacing: -.025em; }
h3, h4 { letter-spacing: -.015em; }
h1, .page-intro h1, .profile-grid h1, .voucher-hero h1 {
  font-size: var(--type-page); line-height: 1.1; margin-left: 0;
}
h2, .philosophy h2, .gift-copy h2, .contact h2, .featured-choices .section-heading h2,
.related-procedures h2, .home-promo h2 { font-size: var(--type-section); line-height: 1.14; }
h3, .ritual summary h3, .membership-list h3, .value-columns h3,
.form-fields h3, .form-step h3, .club-page form h3 { font-size: var(--type-subsection); line-height: 1.2; }
em { letter-spacing: inherit; }
p { text-wrap: pretty; }
.section-wrap { max-width: 1560px; }
.section-heading { gap: 3rem; margin-bottom: 2.75rem; }
.section-heading > div { min-width: 0; }
.section-heading > p { max-width: 34ch; font-size: var(--type-body); line-height: 1.75; }
.eyebrow, .hero .eyebrow, .section-heading .eyebrow, .page-intro .eyebrow,
.philosophy-top .eyebrow, .membership .eyebrow, .little-heading .eyebrow,
.gift-copy .eyebrow, .faq .eyebrow, .contact .eyebrow, .people > .eyebrow,
.home-promo .eyebrow, .bottom-cta .eyebrow, .treatment-hero .eyebrow,
.profile-grid .eyebrow, .voucher-hero .eyebrow, .inquiry-section > div > .eyebrow,
.about-values > .eyebrow, .footer-links .eyebrow, .booking-aside .eyebrow,
.mobile-sidebar > .eyebrow, .email-preview .eyebrow {
  font-size: var(--type-caption); line-height: 1.65; letter-spacing: .12em; font-weight: 700;
}
.page-lead, .treatment-hero .page-lead, .voucher-hero .page-lead,
.hero-description { font-size: var(--type-lead); line-height: 1.7; max-width: 54ch; }
.philosophy-bottom p, .ritual-body p, .people > div > p, .membership-intro > p:last-child,
.little-heading > p:not(.eyebrow), .gift-copy > p:not(.eyebrow), .faq details p,
.promise > p:not(.eyebrow), .home-promo > div > p:not(.eyebrow), .value-columns p,
.content-block p, .content-block li, .prose p, .prose li, .profile-bio p, .profile-bio li,
.service-card-copy > p:not(.eyebrow), .promotion-card > p:not(.promotion-label),
.booking-aside p:not(.eyebrow) { font-size: var(--type-body); line-height: 1.8; }
.button, .header-actions .button, .hero-buttons .button, .gift-copy .button,
.treatment-actions .button, .bottom-cta .button, .order-summary .button,
.email-preview .button, .legal-document > .button, .location-card .button,
.calendar-panel > .button, .voucher-hero .button {
  min-height: 3.25rem; max-width: 100%; padding: .875rem 1.5rem;
  justify-content: center; gap: .625rem; font-size: var(--type-label);
  font-weight: 700; letter-spacing: .025em; line-height: 1.5; text-align: center;
  background: var(--action); border-color: var(--action); color: #fff;
  transition: background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.button:hover { transform: none; background: var(--action-hover); border-color: var(--action-hover); box-shadow: 0 4px 12px #31303012; }
.button:active { box-shadow: none; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-light:hover { background: #fff; border-color: #fff; }
.text-link, .hero-buttons .text-link, .ritual-body .text-link, .ritual-help .text-link,
.treatment-actions .text-link, .contact-address .text-link, .promotion-card .text-link,
.calendar-panel > .text-link, .email-preview .text-link {
  font-size: var(--type-label); font-weight: 700; line-height: 1.6;
  min-height: 2.75rem; align-items: center; padding: .5rem 0; gap: .5rem;
  border-bottom-color: #999581; text-underline-offset: .3em;
}
.text-link:hover { color: var(--action-hover); border-bottom-color: currentColor; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible { outline: 2px solid var(--action); outline-offset: 4px; }
.control-chevron { width: 1.125rem; height: 1.125rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.announcement { font-size: var(--type-caption); line-height: 1.6; letter-spacing: .06em; padding: .625rem 1.25rem; background: var(--action); }
.header { height: auto; min-height: 6rem; padding-top: 1rem; padding-bottom: 1rem; gap: 1.5rem; }
.brand img { width: 10.5rem; }
.desktop-nav { gap: clamp(1rem, 1.7vw, 1.75rem); margin-right: 1rem; }
.desktop-nav a { font-size: var(--type-label); line-height: 1.5; white-space: nowrap; }
.header-actions .button { min-height: 2.875rem; padding: .75rem 1.125rem; }
.hero { max-width: 1800px; margin-inline: auto; grid-template-columns: 49% 51%; min-height: clamp(42rem, 53vw, 51rem); }
.hero-copy { padding: clamp(3rem, 5vw, 5.5rem) 3rem 2rem var(--gutter); }
.hero h1 { font-size: var(--type-display); line-height: 1.045; letter-spacing: -.03em; }
.hero .eyebrow { gap: 1rem; margin-bottom: 2rem; }
.hero-description { margin-top: 1.75rem; }
.hero-buttons { gap: 1.5rem; margin-top: 2rem; }
.hero-foot { padding-top: 3rem; padding-right: 0; gap: 1rem; }
.hero-foot > span { font-size: var(--type-caption); line-height: 1.65; letter-spacing: .08em; max-width: 25ch; }
.hero-foot > a { font-size: var(--type-caption); font-weight: 700; width: auto; min-height: 2.75rem; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.hero-photo-caption { left: 2.5rem; right: 2.5rem; bottom: 4rem; }
.hero-photo-caption > span:first-child { font-size: clamp(2rem, 1.3rem + 1.5vw, 2.75rem); line-height: 1.15; }
.photo-index, .image-note { font-size: var(--type-caption); line-height: 1.5; }
.image-note { bottom: 1.25rem; right: 2.5rem; }
.philosophy { padding-top: var(--space-section); padding-bottom: calc(var(--space-section) * .8); }
.philosophy h2 { max-width: 30ch; }
.philosophy-bottom { max-width: 920px; gap: 3.5rem; margin-top: 2.5rem; }
.values { margin-top: 3rem; padding-block: 1.5rem; gap: 1.5rem; flex-wrap: wrap; }
.values span { font-size: var(--type-label); }
.values span:before { display: none; }
.rituals { padding-top: 1rem; padding-bottom: var(--space-section); }
.ritual-layout { grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 6vw, 6rem); }
.ritual-visual { height: auto; min-height: 35rem; }
.ritual summary { padding: 1.625rem 0; gap: 1.25rem; }
.ritual summary h3 { font-size: var(--type-card); }
.ritual-body { padding: 0 0 1.75rem 2.5rem; }
.ritual-number { font-size: var(--type-caption); color: var(--action); }
.ritual-tags span { font-size: var(--type-caption); line-height: 1.5; padding: .375rem .625rem; }
.ritual-help { gap: 1rem; }
.ritual-help p { font-size: var(--type-label); }
.ritual-image-label { font-size: var(--type-caption); }
.featured-choices { padding-bottom: var(--space-section); }
.promise { padding: var(--space-section) var(--gutter); background: var(--action); }
.promise h2 { font-size: clamp(2.75rem, 1.75rem + 3.5vw, 5.5rem); line-height: 1.1; }
.promise .eyebrow, .promise-signature { font-size: var(--type-caption); line-height: 1.65; letter-spacing: .14em; }
.house, .little-rituals, .faq { padding-top: var(--space-section); padding-bottom: var(--space-section); }
.house-images { grid-template-columns: 1.55fr 1fr; gap: 2rem; }
.house-main img { height: clamp(24rem, 36vw, 35rem); }
.house-detail { padding-top: 5rem; }
.house-detail img { height: clamp(19rem, 30vw, 30rem); }
.house-images figcaption { font-size: var(--type-caption); line-height: 1.65; flex-wrap: wrap; gap: .375rem 1rem; }
.people { margin-top: 4rem; padding-top: 2.5rem; gap: 3rem; }
.people h3 { font-size: var(--type-subsection); line-height: 1.2; }
.membership { padding-top: calc(var(--space-section) * .85); padding-bottom: calc(var(--space-section) * .85); }
.membership-list p, .coming-soon { font-size: var(--type-label); }
.coming-soon { font-size: var(--type-caption); }
.membership-list > div { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.mini-title { font-size: clamp(3rem, 2rem + 3vw, 4.5rem); line-height: 1.15; }
.mini-subtitle, .mini-bottom { font-size: var(--type-caption); line-height: 1.7; }
.mini-subtitle { letter-spacing: .09em; margin-top: 1rem; max-width: 30ch; }
.mini-card { padding: 3rem 2rem; min-height: 24rem; }
.gift { max-width: 1800px; margin-inline: auto; }
.gift-image { height: 36rem; }
.gift-copy { padding: 4rem var(--gutter) 4rem 4rem; }
.faq summary { font-size: 1.0625rem; line-height: 1.6; padding-block: 1.5rem; }
.contact { padding-top: var(--space-section); padding-bottom: var(--space-section); }
.contact-address > span, .contact-image > span { font-size: var(--type-caption); line-height: 1.7; }
.contact-address p { font-size: var(--type-body); }
.footer { padding-top: 3.5rem; padding-bottom: 1.75rem; }
.footer-top { align-items: center; }
.footer-top > span { font-size: clamp(1.5rem, 1rem + 1vw, 2rem); line-height: 1.3; }
.back-top { width: auto; min-width: 5rem; min-height: 2.75rem; height: auto; padding: .625rem 1rem; font-size: var(--type-label); }
.footer-links a { font-size: var(--type-label); line-height: 1.7; padding-block: .25rem; }
.footer-links p:not(.eyebrow) { font-size: var(--type-label); }
.footer-bottom { font-size: var(--type-caption); line-height: 1.7; }
.footer-bottom a { font-size: var(--type-label); }

/* Inner-page rhythm and reading hierarchy. */
.page-intro, .treatment-hero, .profile-hero, .voucher-hero { padding-top: 2rem; padding-bottom: 4rem; }
.breadcrumb { font-size: var(--type-caption); line-height: 1.75; gap: .5rem .75rem; margin-bottom: 3rem; }
.page-intro h1 { max-width: 24ch; }
.page-intro .eyebrow { margin-bottom: 1.5rem; }
.treatment-hero h1 { font-size: clamp(2.5rem, 1.75rem + 2.5vw, 3.875rem); line-height: 1.12; letter-spacing: -.02em; }
.treatment-hero-grid { grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); }
.treatment-image { height: auto; aspect-ratio: 1 / 1.1; min-height: 23rem; }
.treatment-image > span { font-size: var(--type-caption); letter-spacing: .08em; max-width: calc(100% - 2.5rem); }
.treatment-facts { gap: 1.5rem 2rem; flex-wrap: wrap; }
.treatment-facts span { font-size: var(--type-caption); }
.treatment-facts strong { font-size: 1.0625rem; }
.treatment-content { grid-template-columns: 14rem minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 6rem); }
.treatment-article { max-width: 49rem; }
.contents-nav nav > a { font-size: var(--type-label); line-height: 1.65; padding-block: .75rem; }
.contents-nav > .eyebrow { font-size: var(--type-caption); }
.content-block { padding: 2rem 0; }
.content-block h2, .prose h2, .voucher-conditions h2 { font-size: var(--type-subsection); line-height: 1.2; margin-bottom: 1.25rem; }
.content-block h3, .prose h3 { font-size: 1.625rem; line-height: 1.3; margin: 1.75rem 0 1rem; font-weight: 500; }
.content-block h4 { font: 700 1.1rem/1.5 var(--sans); margin-block: 1.5rem .75rem; }
.content-block p, .content-block ul, .content-block ol, .prose p, .prose ul, .profile-bio p { max-width: var(--measure); }
.content-block p + p, .prose p + p { margin-top: 1.25rem; }
.benefit-block { padding: 2rem; margin: 1rem 0; }
.inline-specialist { padding: 1rem; gap: 1rem; }
.inline-specialist strong { font-size: var(--type-body); }
.inline-specialist small { font-size: var(--type-label); }
.catalog-controls { gap: 1.5rem; padding: 2rem 0; }
.catalog-controls label, .price-search > label, .form-fields label { font-size: var(--type-label); font-weight: 700; color: var(--ink); }
input, textarea, select, .form-fields input, .form-fields select, .form-fields textarea { font-size: var(--type-body); line-height: 1.5; min-height: 3.25rem; padding: .875rem 1rem; }
.category-pills button { font-size: var(--type-label); min-height: 2.75rem; padding: .625rem 1rem; line-height: 1.5; }
.category-pills button[aria-pressed=true], .catalog-pagination button[aria-current=page], .calendar-days button.is-selected { background: var(--action); border-color: var(--action); }
.catalog-status, .reset-filters { font-size: var(--type-label); }
.reset-filters { min-height: 2.75rem; }
.service-grid { gap: 3rem 1.75rem; }
.service-card { background: transparent; }
.service-card-image { height: auto; aspect-ratio: 1.12; }
.service-card-image > img { transition: transform .6s var(--ease); }
.card-type { font-size: var(--type-caption); font-weight: 700; letter-spacing: .02em; padding: .5rem .75rem; left: 1rem; top: 1rem; }
.service-card-copy { padding: 1.5rem 0 0; }
.service-card-copy .eyebrow { font-size: var(--type-caption); line-height: 1.6; margin-bottom: .75rem; }
.service-card-copy h3, .promotion-card h3, .team-card h3 { font-size: var(--type-card); line-height: 1.22; letter-spacing: -.01em; font-weight: 500; }
.service-card-copy > p:not(.eyebrow) { margin: 1rem 0 1.5rem; }
.card-bottom { font-size: var(--type-label); gap: .75rem; padding-top: 1rem; flex-wrap: wrap; }
.card-bottom > a { font-size: var(--type-label); font-weight: 700; min-height: 2.75rem; display: inline-flex; align-items: center; border-bottom: 1px solid var(--line); }
.team-grid { gap: 3rem 1.75rem; }
.team-card .team-portrait { height: auto; aspect-ratio: .88; }
.team-card > .eyebrow { font-size: var(--type-caption); line-height: 1.7; letter-spacing: .06em; margin-top: 1.25rem; }
.bottom-cta { padding-block: 4rem; margin-top: 4rem; }
.bottom-cta h2 { font-size: var(--type-section); line-height: 1.15; }
.price-group summary { padding-block: 1.5rem; }
.price-group summary > span:first-child { font-size: var(--type-card); line-height: 1.25; }
.price-group .group-count, .price-disclosure, .price-search > p, .price-on-request { font-size: var(--type-label); white-space: normal; }
.price-table-wrap th, .price-table-wrap td { font-size: var(--type-body); padding: 1rem; }
.price-table-wrap thead th { font-size: var(--type-caption); }
.price-table-wrap .price-value { font-size: var(--type-body); font-variant-numeric: tabular-nums; }
.price-table-wrap .price-unit, .price-table-wrap .price-value del, .bgn-price { font-size: var(--type-caption); }
.price-table-wrap td:nth-child(2) { font-size: var(--type-label); }
.month-controls { gap: .5rem; }
.month-controls h2 { font-size: 1.5rem; line-height: 1.3; }
.month-controls button, .catalog-pagination button { display: inline-grid; place-items: center; min-width: 2.75rem; min-height: 2.75rem; }
.weekdays { font-size: var(--type-caption); }
.calendar-days button { font-size: var(--type-label); }
.calendar-help, .calendar-panel input, .promotion-label { font-size: var(--type-label); }
.promotion-card { padding: 1.75rem; border-top-width: 1px; }
.promotion-card-top { flex-wrap: wrap; }
.promotion-card-top > span { font-size: var(--type-caption); }
.promotion-card-top > .eyebrow { font-size: var(--type-caption); }
.voucher-option > span:not(.voucher-logo), .voucher-option > em { font-size: var(--type-label); }
.voucher-option { padding: 2rem 1rem; }
.voucher-options input { min-height: 1rem; padding: 0; }
.form-note, .form-fields .form-note { font-size: var(--type-label); line-height: 1.7; }
.form-row > *, .form-fields, .contact-facts > div { min-width: 0; }
.contact-facts a { font-size: clamp(1.5rem, 1.1rem + 1vw, 2rem); overflow-wrap: anywhere; line-height: 1.4; }
.contact-facts p { font-size: var(--type-body); }
.booking-aside h3 { font-size: var(--type-card); line-height: 1.25; }
.booking-aside a { font: 700 1.125rem/1.5 var(--sans); }
.email-preview h2, .booking-dialog h2 { font-size: var(--type-subsection); line-height: 1.2; }
.email-preview pre, .email-preview > p:not(.eyebrow) { font-size: var(--type-label); line-height: 1.75; }
.sidebar-top { margin-bottom: 2rem; }
.sidebar-close, .menu-toggle, .dialog-close { width: 2.75rem; height: 2.75rem; flex: none; }
.mobile-sidebar { padding: 1.75rem; width: min(27rem, 92vw); }
.mobile-sidebar nav > a { font-size: clamp(1.625rem, 1.375rem + .8vw, 2rem); line-height: 1.25; padding-block: 1rem; }
.mobile-sidebar nav > a span { font-size: var(--type-caption); }
.sidebar-bottom { padding-top: 2rem; }
.sidebar-bottom p { font-size: var(--type-label); line-height: 1.75; }
.sidebar-phone { font: 700 1.25rem/1.5 var(--sans); }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header { min-height: 5rem; }
  .hero { min-height: 39rem; }
  .hero-copy { padding-right: 2rem; }
  .hero h1 { font-size: clamp(3.5rem, 7vw, 5rem); }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .hero-foot { flex-wrap: wrap; }
  .hero-photo-caption { left: 1.5rem; right: 1.5rem; }
  .photo-index { display: none; }
  .gift-copy { padding: 3rem 2rem; }
  .ritual-layout { gap: 2rem; }
  .ritual-visual { min-height: 34rem; }
}
@media (max-width: 800px) {
  .section-heading > p { max-width: 52ch; }
  .treatment-content { display: block; }
  .contents-nav { position: relative; top: auto; max-height: none; }
  .contents-nav nav > a { font-size: var(--type-label); padding: .625rem .875rem; max-width: 18rem; }
  .service-grid { gap: 2.5rem 1.5rem; }
  .service-card-image { height: auto; }
  .philosophy-bottom { gap: 2rem; }
  .ritual-visual { min-height: 32rem; }
  .ritual-body { padding-left: 0; }
  .house-images { gap: 1.25rem; }
  .house-main img { height: 24rem; }
  .house-detail img { height: 20rem; }
  .house-detail { padding-top: 4rem; }
  .team-card .team-portrait { height: auto; }
  .booking-aside > div { padding: 1.5rem; }
  .bottom-cta { align-items: flex-start; flex-direction: column; gap: 2rem; }
  .bottom-cta .button { margin-top: 0; }
}
@media (max-width: 600px) {
  .announcement { letter-spacing: .015em; padding-block: .5rem; }
  .header { gap: .75rem; padding-block: .875rem; }
  .brand img { width: 7.75rem; }
  .header-actions { gap: .5rem; }
  .header-actions .button { min-height: 2.75rem; padding: .625rem .875rem; font-size: var(--type-label); }
  .hero { display: flex; min-height: 0; }
  .hero-copy { padding: 2.75rem var(--gutter) 1.75rem; }
  .hero h1 { font-size: clamp(3.375rem, 1.875rem + 7vw, 4.625rem); line-height: 1.065; }
  .hero h1 br:nth-of-type(2) { display: none; }
  .hero .eyebrow { margin-bottom: 1.5rem; }
  .hero-buttons { gap: .75rem; margin-top: 1.75rem; }
  .hero-buttons .button { width: auto; }
  .hero-foot { padding-top: 1.75rem; flex-wrap: nowrap; }
  .hero-foot > span { max-width: 24ch; }
  .hero-photo { height: 27rem; }
  .hero-photo-caption { bottom: 3.75rem; }
  .hero-photo-caption > span:first-child { font-size: 2.25rem; }
  .image-note { right: 1.5rem; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading .eyebrow { margin-bottom: 1rem; }
  .section-heading .text-link { margin-top: 1.25rem; }
  .philosophy-bottom { gap: 1.25rem; margin-top: 1.75rem; }
  .values { margin-top: 2rem; gap: .75rem 1.25rem; }
  .ritual-visual { min-height: 0; height: 24rem; }
  .ritual summary { gap: 1rem; padding-block: 1.5rem; }
  .ritual summary h3 { font-size: 1.875rem; }
  .ritual-image-label span + span { display: none; }
  .house-images { grid-template-columns: 1fr; gap: 1.75rem; }
  .house-main img { height: 22rem; }
  .house-detail { padding-top: 0; width: 78%; margin-left: auto !important; }
  .house-detail img { height: 20rem; }
  .house-images figcaption { display: block; padding-top: .75rem; }
  .people { margin-top: 2.5rem; gap: 1.25rem; }
  .little-rituals { gap: 2rem; }
  .gift-copy { padding: 3.5rem var(--gutter); }
  .gift-image { height: 22rem; }
  .contact { padding-bottom: 1.5rem; }
  .footer-top { gap: 1.5rem; }
  .footer-links { gap: 2rem 1.25rem; }
  .footer-links .eyebrow { letter-spacing: .06em; }
  .page-intro, .treatment-hero, .profile-hero, .voucher-hero { padding-top: 1.5rem; padding-bottom: 2.75rem; }
  .breadcrumb { margin-bottom: 2rem; }
  .page-intro h1, .profile-grid h1, .voucher-hero h1 { font-size: var(--type-page); line-height: 1.12; }
  .page-lead { margin-top: 1.5rem; }
  .treatment-hero-grid { gap: 2rem; }
  .treatment-hero h1 { font-size: 2.75rem; line-height: 1.12; }
  .treatment-image { height: auto; min-height: 0; aspect-ratio: 1; }
  .treatment-actions { margin-block: 1.75rem; gap: .75rem 1.5rem; }
  .treatment-facts { padding-top: 1.5rem; }
  .content-block { padding-block: 1.75rem; }
  .content-block h2 { font-size: 2rem; line-height: 1.2; }
  .content-block h3 { font-size: 1.625rem; line-height: 1.3; }
  .benefit-block { padding: 1.5rem; }
  .service-grid { gap: 2.5rem; }
  .service-card-image { height: auto; aspect-ratio: 1.1; }
  .service-card-copy { padding: 1.25rem 0 0; }
  .service-card-copy h3 { font-size: 2rem; }
  .card-bottom { flex-wrap: wrap; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1rem; }
  .team-card h3 { font-size: 1.625rem; }
  .team-card > .eyebrow { font-weight: 400; letter-spacing: .025em; }
  .catalog-controls { padding-block: 1.5rem; gap: 1.25rem; }
  .catalog-status { gap: 1rem; flex-wrap: wrap; }
  .price-table-wrap th, .price-table-wrap td { font-size: var(--type-label); padding: .875rem .5rem; }
  .price-table-wrap .price-value { font-size: var(--type-label); }
  .price-table-wrap th:first-child { width: 58%; }
  .price-table-wrap th:nth-child(3) { width: 42%; }
  .price-group .group-count { font-size: var(--type-caption); }
  .calendar-days button { min-height: 2.5rem; }
  .promotion-card h3 { font-size: 2rem; }
  .voucher-option { padding: 1.75rem .875rem; }
  .voucher-option > span:not(.voucher-logo), .voucher-option > em { font-size: var(--type-caption); }
  .voucher-conditions h2 { font-size: var(--type-subsection); }
  .contact-facts { grid-template-columns: 1fr; gap: 1.75rem; }
  .contact-facts a { font-size: 1.75rem; }
  .booking-aside { grid-template-columns: 1fr; }
  .booking-aside > img { height: 16rem; min-height: 0; }
  .booking-aside > div { padding: 1.75rem; }
  .bottom-cta { padding-block: 3.5rem; margin-top: 3rem; }
  .email-preview { padding: 2rem 1.5rem; }
  .mobile-sidebar { padding: 1.5rem; }
}
@media (max-width: 370px) {
  .header-actions .button { display: none; }
  .team-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 3.375rem; }
  .hero-foot { align-items: flex-start; flex-direction: column; gap: .25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.form-step h2 { font-size: var(--type-subsection); line-height: 1.2; margin: 0; }
.search-icon { position: absolute; left: 1rem; top: 1rem; width: 1.25rem; height: 1.25rem; fill: none; stroke: var(--action); stroke-width: 1.5; pointer-events: none; }
.button.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button.button-light:hover { background: #fff; border-color: #fff; }

/* Procedure collections remain one compact, swipeable row at every breakpoint. */
.procedure-slider { --slide-gap: 1.75rem; width: 100%; min-width: 0; }
.slider-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin-bottom: 1.25rem; }
.slider-range { color: var(--action); font-size: var(--type-label); font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.slider-buttons { display: flex; gap: .625rem; }
.slider-buttons button { display: inline-grid; place-items: center; width: 2.875rem; height: 2.875rem; padding: 0; border: 1px solid var(--line); background: transparent; color: var(--action); transition: background .2s var(--ease), border-color .2s var(--ease); }
.slider-buttons button:hover:not(:disabled) { background: var(--action); border-color: var(--action); color: white; }
.slider-buttons button:disabled { opacity: .35; cursor: default; }
.procedure-slider .service-grid {
  position: relative; display: flex; flex-wrap: nowrap; gap: var(--slide-gap);
  width: 100%; min-width: 0; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
  scrollbar-width: thin; scrollbar-color: #999581 transparent;
  padding: .375rem .375rem 1.5rem; scroll-padding-inline: .375rem;
}
.procedure-slider .service-grid:focus-visible { outline: 2px solid var(--action); outline-offset: 4px; }
.procedure-slider .service-grid > .service-card {
  flex: 0 0 calc((100% - 2 * var(--slide-gap)) / 2.6);
  width: auto; min-width: 0; max-width: none; grid-column: auto;
  scroll-snap-align: start; scroll-margin-inline: .375rem;
}
.procedure-slider .service-card-image { height: auto; aspect-ratio: 1.25; }
.procedure-slider .service-card-copy h3 {
  font-size: clamp(1.625rem, 1.375rem + .65vw, 2rem); line-height: 1.22;
  min-height: 3.66em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
}
.procedure-slider .service-card-copy > p:not(.eyebrow) {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
  overflow: hidden; margin-bottom: 1.25rem;
}
.procedure-slider .card-bottom { gap: .5rem 1rem; }
@media (max-width: 1000px) {
  .procedure-slider { --slide-gap: 1.5rem; }
  .procedure-slider .service-grid > .service-card { flex-basis: calc((100% - var(--slide-gap)) / 1.85); }
}
@media (max-width: 600px) {
  .procedure-slider { --slide-gap: 1rem; }
  .procedure-slider .service-grid > .service-card { flex-basis: 88%; }
  .procedure-slider .service-card-copy h3 { font-size: 1.75rem; }
  .slider-toolbar { margin-bottom: .875rem; }
}
