/* MedWeb /book · reference DNA: dashboard minimalist.webp · warm wizard shell, one decision per step */
:root {
  --paper: #f4efe6;
  --paper-soft: #fbf7ef;
  --paper-deep: #e8dfd1;
  --ink: #18130f;
  --muted: #62594f;
  --faint: #9f9487;
  --line: #d8cdbd;
  --accent: #a04a2a;
  --accent-soft: #e8c2aa;
  --green: #586a49;
  --green-soft: #e1e8d9;
  --danger: #8c3a2e;
  --surface: rgba(251, 247, 239, .84);
  --surface-solid: #fbf7ef;
  --surface-dim: rgba(232, 223, 209, .54);
  --shadow: 0 24px 70px rgba(61, 49, 38, .13);
  --hairline: 1px solid rgba(24, 19, 15, .12);
  --font-display: 'Newsreader', Georgia, serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --radius: 16px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-fast: 160ms;
  --dur-mid: 260ms;
}

*, *::before, *::after { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; min-height: 100%; overflow-x: clip; overscroll-behavior-y: none; background: var(--paper); color: var(--ink); }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--accent); color: var(--paper); }
:focus:not(:focus-visible) { outline: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip-link { position: absolute; left: 24px; top: -100px; z-index: 999; background: var(--ink); color: var(--paper); padding: 10px 16px; font-family: var(--font-mono); font-size: 11px; font-weight: 800; border-radius: var(--radius); transition: top 220ms var(--ease-out); }
.skip-link:focus { top: 20px; }
.page-shell { min-height: 100vh; background:
  linear-gradient(180deg, rgba(251,247,239,.68), rgba(244,239,230,.94) 34%, rgba(232,223,209,.48) 100%),
  radial-gradient(circle at 18% 14%, rgba(160,74,42,.055), transparent 29%),
  radial-gradient(circle at 82% 76%, rgba(88,106,73,.052), transparent 30%),
  var(--paper);
}
.wrap { width: min(1240px, calc(100vw - 40px)); margin-inline: auto; }
.micro { margin: 0; font-family: var(--font-mono); font-size: 11px; font-weight: 800; line-height: 1.2; color: var(--accent); text-transform: uppercase; }

.topbar { position: sticky; top: 0; z-index: 50; padding: 16px 0; background: linear-gradient(180deg, rgba(244,239,230,.88), rgba(244,239,230,.58)); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(24,19,15,.06); }
.topbar__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 4px; min-width: 0; }
.brand__mark { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: rgba(251,247,239,.68); }
.brand__mark img { width: 46px; height: 46px; object-fit: contain; }
.brand__word { width: 88px; height: auto; }
.nav { justify-self: center; display: inline-flex; align-items: center; gap: 4px; padding: 5px; border: var(--hairline); border-radius: var(--radius); background: rgba(251,247,239,.72); }
.nav a { min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 11px; border-radius: var(--radius); font-family: var(--font-mono); font-size: 11px; font-weight: 750; transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out); }
.nav a:hover { background: var(--paper-soft); }
.nav a:active { transform: scale(.985); }
.top-cta { justify-self: end; display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 12px; border: var(--hairline); border-radius: var(--radius); background: rgba(251,247,239,.78); box-shadow: 3px 3px 0 rgba(160,74,42,.16); font-family: var(--font-mono); font-size: 12px; font-weight: 800; transition: transform 220ms var(--ease-out), background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out); }
.top-cta:hover { background: var(--paper-soft); box-shadow: 4px 5px 0 rgba(160,74,42,.20); transform: translate3d(0,-1px,0); }
.top-cta:active { transform: translate3d(0,1px,0) scale(.985); box-shadow: 2px 2px 0 rgba(160,74,42,.14); }

.booking-hero { padding: clamp(24px, 4.5vw, 56px) 0 clamp(46px, 7vw, 92px); }
.booking-grid { display: grid; grid-template-columns: minmax(280px, .56fr) minmax(600px, 1.38fr); align-items: start; gap: clamp(22px, 4vw, 56px); }
.booking-copy { position: relative; top: auto; display: grid; gap: 16px; align-self: start; padding: clamp(18px, 2.2vw, 26px); border: 1px solid rgba(24,19,15,.10); border-radius: var(--radius); background: rgba(251,247,239,.56); box-shadow: 0 1px 0 rgba(255,255,255,.72) inset; }
.booking-copy h1 { margin: 0; max-width: 17ch; font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 3.35vw, 48px); line-height: 1.05; letter-spacing: -.012em; text-wrap: balance; }
.lede { margin: 0; max-width: 31rem; color: var(--muted); font-size: clamp(15px, 1.08vw, 16px); line-height: 1.56; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: nowrap; gap: 10px; align-items: flex-start; }
.btn { --press-y: 0px; position: relative; overflow: hidden; isolation: isolate; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 16px; border-radius: var(--radius); border: 1px solid var(--ink); box-shadow: 4px 4px 0 rgba(24,19,15,.12); font-family: var(--font-mono); font-size: 12px; font-weight: 850; line-height: 1.12; white-space: nowrap; transform: translate3d(0, var(--press-y), 0); transition: transform 220ms var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out); }
.btn::before { content: ''; width: 7px; height: 7px; flex: 0 0 7px; background: currentColor; transform: rotate(7deg); transition: transform 220ms var(--ease-out); }
.btn::after { content: ''; position: absolute; inset: -42% -28%; z-index: -1; background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.34) 50%, transparent 62%); opacity: 0; transform: translate3d(-66%,0,0) rotate(3deg); transition: transform 480ms var(--ease-out), opacity 160ms var(--ease-out); pointer-events: none; }
.btn:hover { box-shadow: 5px 6px 0 rgba(24,19,15,.14); }
.btn:hover::before { transform: rotate(15deg) scale(1.12); }
.btn:hover::after { opacity: .76; transform: translate3d(66%,0,0) rotate(3deg); }
.btn:active { --press-y: 1px; transform: translate3d(0,1px,0) scale(.985); box-shadow: 2px 2px 0 rgba(24,19,15,.12); }
.btn--dark { background: var(--ink); color: var(--paper); }
.btn--dark:hover { background: var(--accent); border-color: var(--accent); }
.btn--paper { background: rgba(251,247,239,.84); color: var(--ink); }
.btn--paper:hover { background: var(--paper-soft); border-color: var(--accent); }
.promise-list { display: grid; gap: 8px; margin: 4px 0 0; max-width: none; }
.promise-list div { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 12px; align-items: start; padding: 10px 0; border-top: 1px solid rgba(24,19,15,.09); }
.promise-list dt { font-family: var(--font-body); font-size: 12px; line-height: 1.15; color: var(--accent); font-weight: 850; white-space: nowrap; }
.promise-list dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.36; }

.booking-panel { position: relative; border: var(--hairline); border-radius: var(--radius); background: var(--surface); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: var(--shadow), 0 1px 0 rgba(255,255,255,.86) inset; overflow: hidden; }
.booking-panel::before { content: ''; position: absolute; inset: 0; background: linear-gradient(112deg, rgba(255,255,255,.58), transparent 30%, transparent 74%, rgba(160,74,42,.045)); pointer-events: none; }
.panel-head { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; gap: 16px; padding: clamp(18px, 2.5vw, 26px); border-bottom: 1px solid rgba(24,19,15,.10); }
.panel-head h2 { margin: 5px 0 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 2.7vw, 38px); line-height: 1.04; letter-spacing: -.01em; }
.timezone { flex: 0 0 auto; align-self: start; padding: 7px 9px; border: 1px solid rgba(24,19,15,.10); border-radius: var(--radius); color: var(--muted); background: rgba(244,239,230,.62); font-family: var(--font-mono); font-size: 10px; font-weight: 800; }

.wizard-progress { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; padding: 14px clamp(16px, 2.4vw, 26px); border-bottom: 1px solid rgba(24,19,15,.08); background: rgba(244,239,230,.34); }
.progress-step { min-height: 42px; border: 1px solid rgba(24,19,15,.10); border-radius: var(--radius); background: rgba(251,247,239,.66); color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; font-weight: 850; transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), transform 180ms var(--ease-out); }
.progress-step span { color: var(--accent); }
.progress-step.is-active { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.progress-step.is-active span { color: var(--accent-soft); }
.progress-step.is-done { border-color: rgba(88,106,73,.30); color: var(--ink); background: rgba(225,232,217,.60); }
.progress-step:active { transform: scale(.985); }

.booking-form { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; min-width: 0; }
.booking-form > * { min-width: 0; }
.booking-step { padding: clamp(18px, 2.8vw, 32px) clamp(18px, 3vw, 34px); border-bottom: 1px solid rgba(24,19,15,.08); }
.booking-panel, .wizard-step { scroll-margin-top: 96px; }
.wizard-step { animation: stepIn 220ms var(--ease-out) both; }
@keyframes stepIn { from { opacity: .4; transform: translate3d(0, 6px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
.step-label { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.step-label > span { font-family: var(--font-mono); font-size: 10px; font-weight: 900; color: var(--accent); }
.step-label h3 { margin: 0; font-size: 15px; font-weight: 850; letter-spacing: -.01em; }
.step-help { margin: -4px 0 16px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.calendar-shell { border: 1px solid rgba(24,19,15,.10); border-radius: var(--radius); background: rgba(251,247,239,.66); padding: 14px; box-shadow: 0 1px 0 rgba(255,255,255,.72) inset; }
.calendar-head { display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; align-items: center; gap: 10px; margin-bottom: 14px; }
.calendar-head > div { text-align: center; }
.calendar-eyebrow { margin: 0 0 3px; color: var(--muted); font-family: var(--font-mono); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.calendar-head strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: clamp(24px, 2.5vw, 32px); line-height: 1; letter-spacing: -.01em; }
.calendar-nav { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(24,19,15,.12); border-radius: 12px; background: rgba(244,239,230,.72); color: var(--ink); font-family: var(--font-display); font-size: 28px; line-height: 1; transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out); }
.calendar-nav:hover { background: var(--paper-soft); border-color: rgba(160,74,42,.34); }
.calendar-nav:active { transform: scale(.96); }
.calendar-nav[disabled] { opacity: .38; transform: none; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 6px; }
.calendar-weekdays { margin-bottom: 6px; }
.calendar-weekdays span { text-align: center; color: var(--faint); font-family: var(--font-mono); font-size: 10px; font-weight: 850; }
.calendar-day { position: relative; min-width: 0; min-height: 48px; border: 1px solid rgba(24,19,15,.10); border-radius: 12px; background: rgba(251,247,239,.72); color: var(--ink); display: grid; place-items: center; font-family: var(--font-mono); font-size: 12px; font-weight: 850; transition: transform 180ms var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out); }
.calendar-day[data-muted="true"] { opacity: .24; }
.calendar-day:not(:disabled):hover { background: var(--paper-soft); border-color: rgba(160,74,42,.34); transform: translate3d(0,-1px,0); }
.calendar-day:not(:disabled):active { transform: scale(.97); }
.calendar-day[aria-selected="true"] { color: var(--paper); background: var(--ink); border-color: var(--ink); box-shadow: 0 0 0 3px rgba(160,74,42,.14), 3px 3px 0 rgba(160,74,42,.18); }
.calendar-day[disabled] { opacity: .34; color: var(--faint); background: rgba(232,223,209,.34); }
.calendar-day .day-dot { position: absolute; bottom: 6px; width: 4px; height: 4px; border-radius: 999px; background: var(--green); opacity: .86; }
.calendar-day[aria-selected="true"] .day-dot { background: var(--accent-soft); }

.slot-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.slot-option { min-height: 72px; border: 1px solid rgba(24,19,15,.12); border-radius: var(--radius); background: rgba(251,247,239,.70); color: var(--ink); display: grid; gap: 4px; place-items: center; font-family: var(--font-mono); font-size: 18px; font-weight: 850; transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), transform 220ms var(--ease-out), box-shadow var(--dur-fast) var(--ease-out); }
.slot-option span { font-size: 10px; color: var(--muted); text-transform: uppercase; }
.slot-option:hover { border-color: rgba(160,74,42,.34); background: rgba(251,247,239,.96); transform: translate3d(0,-1px,0); }
.slot-option:active { transform: translate3d(0,1px,0) scale(.99); }
.slot-option[aria-selected="true"] { border-color: rgba(160,74,42,.82); background: #fffaf3; box-shadow: 0 0 0 3px rgba(160,74,42,.12), 3px 3px 0 rgba(160,74,42,.16); }
.ghost-action { width: fit-content; max-width: 100%; min-height: 36px; margin-top: 14px; border: 0; border-bottom: 1px solid rgba(160,74,42,.34); background: transparent; color: var(--accent); padding: 0 1px; font-family: var(--font-mono); font-size: 11px; font-weight: 850; transition: color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out); }
.ghost-action:hover { color: var(--ink); }
.ghost-action:active { transform: translate3d(0,1px,0); }

.booking-step--details { background: rgba(244,239,230,.28); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.field-grid label { display: grid; gap: 7px; min-width: 0; }
.field-grid span { font-family: var(--font-mono); font-size: 10.5px; font-weight: 850; color: var(--muted); }
.field-wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 46px; border: 1px solid rgba(24,19,15,.13); border-radius: var(--radius); background: rgba(251,247,239,.76); color: var(--ink); padding: 11px 12px; outline: none; transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out); }
textarea { resize: vertical; min-height: 116px; line-height: 1.46; }
input::placeholder, textarea::placeholder { color: rgba(98,89,79,.62); }
input:hover, select:hover, textarea:hover { background: rgba(251,247,239,.94); border-color: rgba(160,74,42,.24); }
input:focus, select:focus, textarea:focus { background: var(--paper-soft); border-color: rgba(160,74,42,.70); box-shadow: 0 0 0 3px rgba(160,74,42,.12); }

.booking-summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: clamp(18px, 2.6vw, 28px) clamp(18px, 3vw, 34px); background: rgba(24,19,15,.95); color: var(--paper); }
.booking-summary span { display: block; margin-bottom: 4px; font-family: var(--font-mono); font-size: 10px; color: rgba(244,239,230,.64); text-transform: uppercase; font-weight: 850; }
.booking-summary strong { display: block; font-size: clamp(15px, 1.45vw, 17px); line-height: 1.3; }
.booking-summary .btn { flex: 0 0 auto; background: var(--paper); color: var(--ink); border-color: var(--paper); }
.booking-summary .btn:hover { background: var(--accent-soft); border-color: var(--accent-soft); }
.form-note { margin: 0; padding: 13px clamp(18px, 3vw, 34px) 18px; color: var(--muted); font-size: 12.5px; line-height: 1.42; background: rgba(251,247,239,.70); white-space: normal; overflow-wrap: anywhere; }
.form-note.is-error { color: var(--danger); font-weight: 700; }
.confirmation { position: relative; z-index: 2; display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 16px; padding: clamp(24px, 3vw, 36px); border-top: 1px solid rgba(24,19,15,.10); background: rgba(251,247,239,.96); }
.confirmation__mark { width: 42px; height: 42px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(88,106,73,.12); }
.confirmation__mark::after { content: ''; display: block; width: 13px; height: 7px; margin: 15px 0 0 14px; border-left: 2px solid var(--paper); border-bottom: 2px solid var(--paper); transform: rotate(-45deg); }
.confirmation h2 { margin: 4px 0 8px; font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 2.55vw, 36px); line-height: 1.04; letter-spacing: -.01em; }
.confirmation p { margin: 0; color: var(--muted); max-width: 42rem; }
.confirmation-actions { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 9px; margin-top: 16px; }
.confirmation-actions .ghost-action { margin-top: 4px; }
.plain-summary { margin: 16px 0 0; max-height: 210px; overflow: auto; white-space: pre-wrap; border: 1px solid rgba(24,19,15,.12); border-radius: var(--radius); background: rgba(244,239,230,.72); padding: 12px; color: var(--ink); font-family: var(--font-mono); font-size: 11px; line-height: 1.45; }

.detail-band { padding: 0 0 clamp(58px, 9vw, 110px); }
.detail-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(24px, 5vw, 70px); padding-top: clamp(44px, 6vw, 78px); border-top: 1px solid rgba(24,19,15,.10); }
.detail-grid h2 { margin: 6px 0 0; max-width: 18ch; font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.detail-list { display: grid; gap: 10px; }
.detail-list div { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid rgba(24,19,15,.10); }
.detail-list b { font-size: 14px; }
.detail-list span { color: var(--muted); font-size: 15px; line-height: 1.52; }
.footer { border-top: 1px solid rgba(24,19,15,.08); padding: 28px 0 34px; background: rgba(251,247,239,.68); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); color: var(--muted); font-family: var(--font-mono); font-size: 11px; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px 28px; flex-wrap: wrap; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.footer-brand span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(24,19,15,.10); border-radius: 12px; background: rgba(244,239,230,.72); }
.footer-brand span img { width: 32px; height: 32px; object-fit: contain; }
.footer-brand > img { width: 88px; height: auto; }
.footer-meta { display: flex; align-items: center; justify-content: flex-end; gap: 8px 12px; flex-wrap: wrap; text-align: right; }
.footer-meta a { color: var(--ink); border-bottom: 1px solid rgba(160,74,42,.34); }

@media (max-width: 980px) {
  .booking-grid, .detail-grid { grid-template-columns: 1fr; }
  .booking-copy { position: relative; top: auto; padding-top: clamp(18px, 2.2vw, 26px); }
  .booking-copy h1 { max-width: 18ch; }
  .slot-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 720px) {
  html { scroll-behavior: auto; }
  .wrap { width: min(100vw - 28px, 520px); }
  .topbar { padding: 10px 0; }
  .topbar__inner { grid-template-columns: auto minmax(0,1fr) auto; gap: 8px; }
  .brand__mark { width: 46px; height: 46px; }
  .brand__mark img { width: 36px; height: 36px; }
  .brand__word { display: none; }
  .nav { justify-self: center; max-width: 100%; gap: 1px; padding: 4px; }
  .nav a { min-height: 34px; padding: 7px 6px; font-size: 10px; }
  .top-cta { display: none; }
  .booking-hero { padding: 24px 0 54px; }
  .booking-copy { gap: 14px; padding: 16px 14px; }
  .booking-copy h1 { font-size: clamp(30px, 8.5vw, 38px); line-height: 1.06; max-width: 18ch; }
  .lede { font-size: 15px; line-height: 1.55; }
  .hero-actions { gap: 7px; }
  .hero-actions .btn { min-height: 42px; padding: 10px 9px; font-size: 10.6px; gap: 7px; }
  .promise-list div { grid-template-columns: 88px minmax(0,1fr); gap: 10px; padding: 9px 0; }
  .promise-list dt { font-size: 12px; }
  .panel-head { display: grid; gap: 11px; padding: 18px; }
  .panel-head h2 { font-size: 34px; }
  .timezone { width: fit-content; }
  .wizard-progress { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 5px; padding: 10px 12px; }
  .progress-step { min-height: 36px; gap: 4px; padding: 5px 4px; font-size: 9.5px; }
  .progress-step span { display: none; }
  .booking-step { padding: 16px 12px; }
  .calendar-shell { padding: 10px; border-radius: 14px; }
  .calendar-head { grid-template-columns: 36px minmax(0,1fr) 36px; gap: 7px; margin-bottom: 12px; }
  .calendar-nav { width: 36px; height: 36px; border-radius: 10px; font-size: 24px; }
  .calendar-head strong { font-size: 25px; }
  .calendar-weekdays, .calendar-grid { gap: 4px; }
  .calendar-weekdays span { font-size: 9px; }
  .calendar-day { min-height: 32px; border-radius: 9px; font-size: 10.5px; }
  .calendar-day .day-dot { bottom: 4px; width: 3px; height: 3px; }
  .slot-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .slot-option { min-height: 58px; font-size: 16px; }
  .field-grid { grid-template-columns: 1fr; gap: 11px; }
  .booking-summary { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 12px; }
  .booking-summary .btn { flex: 0 0 auto; width: auto; max-width: 100%; padding-inline: 12px; }
  .confirmation { grid-template-columns: 1fr; padding: 24px 18px; }
  .confirmation h2 { font-size: clamp(26px, 7.4vw, 32px); line-height: 1.06; }
  .confirmation-actions { display: flex; flex-wrap: wrap; align-items: flex-start; }
  .confirmation-actions .btn { width: auto; max-width: 100%; }
  .plain-summary { max-height: 180px; }
  .detail-grid { padding-top: 42px; }
  .detail-grid h2 { font-size: clamp(28px, 8vw, 38px); max-width: 16ch; }
  .detail-list div { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
  .footer__inner { display: grid; justify-items: center; text-align: center; }
  .footer-meta { display: grid; justify-items: center; text-align: center; gap: 5px; }
}

@media (max-width: 360px) {
  .wrap { width: min(100vw - 22px, 520px); }
  .brand__mark { width: 42px; height: 42px; }
  .brand__mark img { width: 32px; height: 32px; }
  .nav a { padding-inline: 5px; font-size: 9.5px; }
  .booking-copy { padding-inline: 12px; }
  .booking-copy h1 { font-size: 29px; }
  .hero-actions { gap: 6px; }
  .hero-actions .btn { padding-inline: 7px; font-size: 10.2px; gap: 6px; }
  .btn::before { width: 6px; height: 6px; flex-basis: 6px; }
  .btn { font-size: 11px; }
  .confirmation h2 { font-size: 25px; }
  .booking-panel { border-radius: 14px; }
  .calendar-shell { padding: 8px; }
  .calendar-weekdays, .calendar-grid { gap: 3px; }
  .calendar-day { min-height: 30px; font-size: 10px; }
  .slot-grid { gap: 7px; }
  .slot-option { min-height: 54px; padding: 9px 7px; }
}

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