:root {
  --ink: #251b20;
  --muted: #75676d;
  --wine: #8f3f5f;
  --wine-dark: #6f2e49;
  --blush: #f5e8ec;
  --petal: #fbf5f6;
  --cream: #fffdf9;
  --gold: #b58a55;
  --line: #e8dfe1;
  --shadow: 0 22px 60px rgba(72, 40, 52, 0.1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(181, 138, 85, 0.1), transparent 24rem),
    linear-gradient(180deg, #fffdfb 0%, #fbf6f5 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.page-shell { max-width: 1440px; margin: 0 auto; min-height: 100vh; }

.salon-header {
  min-height: 92px;
  padding: 20px clamp(24px, 6vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(143, 63, 95, 0.12);
  background: rgba(255, 253, 249, 0.88);
  backdrop-filter: blur(14px);
}

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--wine); font-family: Georgia, serif; font-size: 25px; font-style: italic; box-shadow: 0 8px 20px rgba(143, 63, 95, 0.22); }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; letter-spacing: 0.01em; }
.brand small { display: block; margin-top: 3px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: 0.19em; }
.salon-contact { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; }
.salon-contact a { color: var(--wine); font-weight: 700; text-decoration: none; }
.site-nav { display: flex; justify-content: center; gap: clamp(14px, 2.4vw, 32px); }
.site-nav a { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a.active { color: var(--wine); }
.inline-button { display: inline-flex; width: auto; align-items: center; justify-content: center; text-decoration: none; }
.page-heading { padding: clamp(70px,10vw,130px) clamp(24px,9vw,130px); text-align: center; background: linear-gradient(135deg,#f8ede9,#fffdf8); }
.page-heading.dark { color: white; background: #171216; }
.page-heading h1, .page-hero h1, .contact-layout h1 { max-width: 850px; margin: 0 auto; font: 400 clamp(46px,7vw,80px)/1 Georgia,serif; letter-spacing: -.035em; }
.page-heading > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); line-height: 1.7; }
.page-heading.dark > p:last-child { color: rgba(255,255,255,.62); }
.page-hero { padding: clamp(45px,7vw,90px) clamp(24px,7vw,100px); display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: clamp(35px,7vw,100px); color: white; background: var(--wine-dark); }
.page-hero h1 { margin: 0; }.page-hero p:last-child { color: rgba(255,255,255,.7); line-height: 1.7; }.page-hero img { width: 100%; max-height: 480px; object-fit: cover; border-radius: 200px 200px 18px 18px; }
.editorial { padding: clamp(60px,9vw,120px) clamp(24px,9vw,130px); display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(40px,8vw,120px); }.editorial h2,.gift-note h2,.hours-card h2 { margin: 8px 0 0; font: 400 clamp(34px,4vw,52px)/1.05 Georgia,serif; }.prose { color: var(--muted); font-size: 17px; line-height: 1.8; }
.service-editorial-grid { padding: clamp(45px,7vw,90px) clamp(24px,7vw,100px); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.service-editorial-grid article { min-height: 270px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 20px; }.service-editorial-grid img { width: 100%; height: 100%; object-fit: cover; }.service-editorial-grid article>div { padding: 34px; align-self: center; }.service-editorial-grid span { color: var(--gold); font-size: 11px; font-weight: 800; }.service-editorial-grid h2 { margin: 8px 0 12px; font: 400 30px Georgia,serif; }.service-editorial-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.center-action { padding: 25px 24px 80px; text-align: center; }.center-action p { color: var(--muted); }.gallery-page-grid { padding: clamp(24px,5vw,72px); display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; background: #171216; }.gallery-page-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; }.gallery-page-grid img:nth-child(3n+2) { transform: translateY(14px); }
.gallery-tile { padding: 0; border: 0; border-radius: 18px; background: transparent; overflow: hidden; }
.gallery-tile img { transition: transform .35s ease; }
.gallery-tile:hover img { transform: scale(1.035); }
.gallery-pagination { padding: 34px 20px 18px; display: flex; justify-content: center; gap: 10px; background: #171216; }
.gallery-pagination button { width: 42px; height: 42px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; }
.gallery-pagination button.active { color: #171216; background: #f3d6ad; border-color: #f3d6ad; }
.gallery-lightbox { width: min(940px,calc(100% - 24px)); max-height: calc(100vh - 24px); padding: 0; border: 0; border-radius: 22px; background: #120e11; }
.gallery-lightbox::backdrop { background: rgba(13,8,11,.84); backdrop-filter: blur(8px); }
.gallery-lightbox img { width: 100%; max-height: calc(100vh - 24px); object-fit: contain; }
.gallery-lightbox button { position: fixed; z-index: 2; margin: 14px; right: max(14px,calc((100vw - 940px)/2 + 14px)); width: 44px; height: 44px; color: white; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.58); font-size: 28px; }
.full-menu { padding: clamp(55px,8vw,100px) clamp(24px,9vw,130px); color: white; background: #171216; }
.full-menu-heading { max-width: 650px; margin-bottom: 38px; }
.full-menu-heading h2 { margin: 8px 0 14px; font: 400 clamp(38px,5vw,58px)/1.05 Georgia,serif; }
.full-menu-heading>p:last-child { color: rgba(255,255,255,.62); line-height: 1.7; }
.service-menu details { border-top: 1px solid rgba(255,255,255,.16); }
.service-menu details:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.service-menu summary { padding: 24px 4px; display: grid; grid-template-columns: 48px 1fr auto; gap: 16px; align-items: center; cursor: pointer; list-style: none; }
.service-menu summary::-webkit-details-marker { display: none; }
.service-menu summary span { color: var(--gold); font-size: 11px; font-weight: 800; }
.service-menu summary strong { font: 400 clamp(24px,3vw,34px) Georgia,serif; }
.service-menu summary small { color: rgba(255,255,255,.52); }
.menu-price-list { padding: 0 4px 28px 64px; display: grid; gap: 14px; }
.menu-price-list>div { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: end; }
.menu-price-list span { color: rgba(255,255,255,.78); }
.menu-price-list i { margin-bottom: 5px; border-bottom: 1px dotted rgba(255,255,255,.22); }
.menu-price-list strong { color: #f3d6ad; font-size: 14px; }
.gift-grid { padding: clamp(35px,6vw,80px); display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; background: #171216; }.gift-grid img { width: 100%; border-radius: 18px; }.gift-note { padding: clamp(60px,9vw,110px) 24px; text-align: center; }.gift-note p:not(.step-label) { max-width: 600px; margin: 20px auto 28px; color: var(--muted); line-height: 1.7; }
.contact-layout { min-height: 70vh; padding: clamp(60px,9vw,120px) clamp(24px,8vw,120px); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px,8vw,100px); align-items: center; background: linear-gradient(135deg,#fffdf9,#f8ede9); }.contact-layout h1 { margin: 0; }.contact-layout>div>p:not(.eyebrow) { color: var(--muted); font-size: 17px; }.contact-cards { margin-top: 36px; display: grid; gap: 12px; }.contact-cards a { padding: 18px 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }.contact-cards span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.contact-cards strong { text-align: right; }.hours-card { padding: clamp(30px,5vw,54px); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }.hours-card dl { margin: 30px 0; }.hours-card dl div { padding: 16px 0; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); }.hours-card dd { margin: 0; color: var(--muted); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 68px clamp(24px, 8vw, 116px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: white;
  background:
    linear-gradient(110deg, rgba(82, 31, 51, 0.98), rgba(143, 63, 95, 0.91)),
    var(--wine);
}

.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; }
.hero::before { width: 430px; height: 430px; right: -90px; top: -210px; }
.hero::after { width: 300px; height: 300px; right: 160px; bottom: -245px; }
.hero > * { position: relative; z-index: 1; }
.eyebrow, .step-label { margin: 0 0 12px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; }
.hero .eyebrow { color: #e7c49b; }
.hero h1 { margin: 0; max-width: 650px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7vw, 82px); font-weight: 400; line-height: 0.98; letter-spacing: -0.035em; }
.hero-copy { max-width: 530px; margin: 25px 0 0; color: rgba(255, 255, 255, 0.76); font-size: 17px; line-height: 1.65; }
.hero-detail { width: 190px; height: 190px; flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.hero-detail span { font-size: 10px; letter-spacing: .18em; }
.hero-detail strong { font-family: Georgia, serif; font-size: 52px; font-weight: 400; line-height: 1; }
.hero-detail small { color: rgba(255,255,255,.65); font-size: 10px; }

.hero-visual { position: relative; width: min(420px, 38vw); flex: 0 0 auto; }
.hero-visual img { width: 100%; aspect-ratio: 1.45; display: block; object-fit: cover; border-radius: 180px 180px 20px 20px; box-shadow: 0 28px 60px rgba(32, 12, 20, .35); }
.gallery-trigger { position: absolute; right: -18px; bottom: -24px; min-width: 174px; padding: 16px 20px; color: var(--ink); text-align: left; border: 0; border-radius: 14px; background: #fffaf3; box-shadow: 0 16px 36px rgba(30, 12, 18, .26); }
.gallery-trigger span, .gallery-trigger strong { display: block; }
.gallery-trigger span { margin-bottom: 4px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.gallery-trigger strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }

.gallery-teaser { padding: 64px clamp(24px, 6vw, 88px); display: grid; grid-template-columns: minmax(220px, 340px) minmax(0, 650px); justify-content: center; gap: clamp(40px, 8vw, 110px); align-items: center; background: #171216; }
.gallery-teaser h2 { margin: 0; color: white; font-family: Georgia, serif; font-size: clamp(36px, 4vw, 52px); font-weight: 400; line-height: 1.02; }
.gallery-teaser p:not(.step-label) { margin: 20px 0 26px; color: rgba(255,255,255,.62); line-height: 1.65; }
.gallery-teaser .secondary-button { color: #f3d6ad; border-color: rgba(243,214,173,.65); }
.gallery-preview { position: relative; min-height: 310px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border: 0; background: transparent; }
.gallery-preview img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 120px 120px 16px 16px; }
.gallery-preview img:nth-child(2) { transform: translateY(-18px); }
.gallery-preview span { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; color: white; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; background: rgba(23,18,22,.78); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }

.gallery-open { overflow: hidden; }
.gallery-dialog { position: fixed; z-index: 1000; inset: 0; padding: 16px; overflow-y: auto; background: rgba(20,12,16,.76); backdrop-filter: blur(8px); }
.gallery-dialog-inner { width: min(1060px, 100%); margin: 0 auto; padding: 32px; color: var(--ink); border-radius: 24px; background: #fffdf9; box-shadow: 0 28px 90px rgba(20,10,14,.35); }
.gallery-dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.gallery-dialog h2 { margin: 0; font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.gallery-close { width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 28px; line-height: 1; }
.gallery-intro { margin: 10px 0 26px; color: var(--muted); }
.gallery-dialog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-dialog-grid img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; border-radius: 14px; }

.booking-layout { padding: 72px clamp(24px, 6vw, 88px) 96px; display: grid; grid-template-columns: minmax(210px, 300px) minmax(0, 780px); justify-content: center; gap: clamp(40px, 7vw, 100px); align-items: start; }
.booking-intro { position: sticky; top: 28px; padding-top: 18px; }
.booking-intro h2 { margin: 0; font-family: Georgia, serif; font-size: 42px; font-weight: 400; letter-spacing: -.02em; }
.booking-intro > p:not(.step-label) { color: var(--muted); line-height: 1.65; }
.progress-list { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 10px; }
.progress-list li { display: flex; align-items: center; gap: 12px; color: #aa9da2; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.progress-list span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 11px; }
.progress-list li.active { color: var(--wine); }
.progress-list li.active span { color: white; border-color: var(--wine); background: var(--wine); }

.booking-card { min-width: 0; border: 1px solid rgba(143,63,95,.1); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.booking-step { padding: 34px; border-bottom: 1px solid var(--line); transition: opacity .2s ease; scroll-margin-top: 20px; }
.booking-step:last-of-type { border-bottom: 0; }
.booking-step.locked { opacity: .38; pointer-events: none; }
.section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.section-heading h3, .confirmation h3 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }

.search-field input, .date-field input, .form-grid input { width: 100%; border: 1px solid var(--line); outline: none; background: var(--cream); transition: border-color .15s ease, box-shadow .15s ease; }
.search-field input:focus, .date-field input:focus, .form-grid input:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(143,63,95,.1); }
.search-field { width: min(220px, 42%); }
.search-field input { height: 42px; padding: 0 15px; border-radius: 21px; font-size: 13px; }

.choice-grid { display: grid; gap: 10px; }
.staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-card { min-width: 0; min-height: 76px; padding: 14px; display: flex; align-items: center; gap: 12px; text-align: left; color: var(--ink); border: 1px solid var(--line); border-radius: 16px; background: var(--cream); transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.choice-card:hover { transform: translateY(-1px); border-color: #cfabb9; box-shadow: 0 8px 20px rgba(72,40,52,.06); }
.choice-card.selected { border-color: var(--wine); background: var(--petal); box-shadow: inset 0 0 0 1px var(--wine); }
.avatar { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--wine); background: var(--blush); font-size: 13px; font-weight: 800; }
.any-avatar { color: white; background: var(--wine); font-size: 17px; }
.choice-copy { min-width: 0; flex: 1; }
.choice-copy strong, .choice-copy small { display: block; }
.choice-copy strong { overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
.choice-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.choice-action { color: var(--wine); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-price { color: var(--wine); font-family: Georgia, serif; font-size: 17px; }
.loading-card, .empty-state { grid-column: 1 / -1; padding: 24px; color: var(--muted); text-align: center; border: 1px dashed var(--line); border-radius: 14px; }

.date-field { max-width: 300px; display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.date-field input { height: 48px; padding: 0 14px; color: var(--ink); border-radius: 12px; }
.availability-status { min-height: 24px; margin: 22px 0 12px; color: var(--muted); font-size: 13px; }
.spinner { width: 13px; height: 13px; display: inline-block; margin-right: 7px; vertical-align: -2px; border: 2px solid var(--blush); border-top-color: var(--wine); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.time-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.time-grid button { min-height: 42px; color: var(--wine); border: 1px solid #dbc4cd; border-radius: 10px; background: white; font-size: 13px; font-weight: 700; transition: .15s ease; }
.time-grid button:hover, .time-grid button.selected { color: white; border-color: var(--wine); background: var(--wine); }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.form-grid label small { font-weight: 400; }
.form-grid .full-width { grid-column: 1 / -1; }
.form-grid input { height: 48px; padding: 0 14px; color: var(--ink); border-radius: 12px; }
.booking-summary { margin: 24px 0; padding: 17px 20px; display: grid; gap: 12px; border-radius: 14px; background: var(--petal); }
.booking-summary div, .confirmation-details div { display: flex; justify-content: space-between; gap: 18px; }
.booking-summary span, .confirmation-details span { color: var(--muted); font-size: 12px; }
.booking-summary strong, .confirmation-details strong { text-align: right; font-size: 12px; }
.primary-button, .secondary-button { min-height: 50px; padding: 0 24px; border-radius: 25px; font-weight: 750; }
.primary-button { width: 100%; color: white; border: 0; background: var(--wine); box-shadow: 0 10px 24px rgba(143,63,95,.2); }
.primary-button:hover { background: var(--wine-dark); }
.primary-button:disabled { cursor: wait; opacity: .65; }
.secondary-button { color: var(--wine); border: 1px solid var(--wine); background: transparent; }
.submit-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.notice { margin: 24px 34px 0; padding: 14px 16px; border-radius: 12px; font-size: 13px; }
.notice.error { color: #7a2635; border: 1px solid #e9bbc4; background: #fff0f2; }

.confirmation { padding: 62px 40px; text-align: center; }
.confirmation-mark { width: 64px; height: 64px; margin: 0 auto 22px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--wine); font-size: 28px; box-shadow: 0 12px 28px rgba(143,63,95,.22); }
.confirmation > p:not(.step-label) { color: var(--muted); }
.confirmation-details { max-width: 470px; margin: 28px auto; padding: 20px; display: grid; gap: 13px; text-align: left; border-radius: 16px; background: var(--petal); }

footer { padding: 30px clamp(24px,6vw,88px); display: flex; justify-content: space-between; gap: 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }

@media (max-width: 820px) {
  .salon-header { flex-wrap: wrap; }
  .site-nav { width: 100%; order: 3; }
  .page-hero, .editorial, .contact-layout { grid-template-columns: 1fr; }
  .service-editorial-grid { grid-template-columns: 1fr; }
  .gallery-page-grid { grid-template-columns: repeat(3,1fr); }
  .salon-contact span { display: none; }
  .hero { min-height: 330px; padding-block: 54px; }
  .hero-detail { display: none; }
  .hero-visual { width: min(330px, 42vw); }
  .gallery-teaser { grid-template-columns: 1fr; }
  .booking-layout { grid-template-columns: 1fr; padding-top: 46px; }
  .booking-intro { position: static; }
  .progress-list { grid-template-columns: repeat(4, 1fr); }
  .progress-list li { display: grid; justify-items: center; gap: 7px; text-align: center; font-size: 10px; }
}

@media (max-width: 620px) {
  .site-nav { justify-content: flex-start; overflow-x: auto; padding-bottom: 5px; }
  .site-nav a { white-space: nowrap; }
  .service-editorial-grid article { grid-template-columns: 1fr; }
  .service-editorial-grid img { height: 220px; }
  .gallery-page-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-page-grid img:nth-child(3n+2) { transform: none; }
  .gift-grid { grid-template-columns: 1fr; }
  .service-menu summary { grid-template-columns: 34px 1fr; }
  .service-menu summary small { display: none; }
  .menu-price-list { padding-left: 38px; }
  .menu-price-list>div { grid-template-columns: 1fr auto; }
  .menu-price-list i { display: none; }
  .salon-header { min-height: 76px; padding: 14px 18px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 19px; }
  .brand small { display: none; }
  .salon-contact { font-size: 12px; }
  .hero { min-height: 300px; padding: 46px 22px; flex-direction: column; align-items: stretch; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 15px; }
  .hero-visual { width: 100%; }
  .hero-visual img { aspect-ratio: 1.8; border-radius: 120px 120px 14px 14px; }
  .gallery-trigger { right: 10px; bottom: -18px; }
  .gallery-teaser { padding: 48px 18px; gap: 34px; }
  .gallery-preview { min-height: 210px; gap: 6px; }
  .gallery-preview img { border-radius: 70px 70px 10px 10px; }
  .gallery-dialog { padding: 8px; }
  .gallery-dialog-inner { padding: 22px 14px; border-radius: 18px; }
  .gallery-dialog-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .booking-layout { padding: 36px 14px 64px; gap: 28px; }
  .booking-intro { padding-inline: 8px; }
  .booking-intro h2 { font-size: 35px; }
  .booking-card { border-radius: 18px; }
  .booking-step { padding: 26px 18px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .section-heading h3 { font-size: 27px; }
  .search-field { width: 100%; }
  .staff-grid, .service-grid { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full-width { grid-column: auto; }
  .booking-summary div, .confirmation-details div { flex-direction: column; gap: 4px; }
  .booking-summary strong, .confirmation-details strong { text-align: left; }
  .confirmation { padding: 48px 20px; }
  .notice { margin-inline: 18px; }
  footer { flex-direction: column; }
}

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