:root {
  --paper: #f7f3ec;
  --paper-deep: #ede6da;
  --surface: #fffdf8;
  --ink: #25322d;
  --muted: #66716c;
  --sage: #48645a;
  --sage-dark: #2f473f;
  --sage-soft: #dce5df;
  --clay: #b56f50;
  --line: rgba(37, 50, 45, .14);
  --error: #a33b3b;
  --shadow: 0 24px 70px rgba(55, 47, 38, .11);
  --radius: 26px;
  --radius-small: 16px;
  --container: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 8.5vw, 5.6rem); }
h2 { font-size: clamp(2.15rem, 7vw, 4.1rem); }
h3 { line-height: 1.22; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 76px 0; }
.section-soft { background: var(--paper-deep); }
.section-dark { background: var(--sage-dark); color: #f9f5ec; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: #fff; padding: 12px 16px; }
.skip-link:focus { top: 16px; }
.eyebrow { color: var(--sage); font-size: .74rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.inverse .eyebrow, .section-dark .eyebrow, .final-cta .eyebrow { color: #c8d8cf; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 243, 236, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50% 50% 50% 14%; background: var(--sage); color: white; font-family: var(--serif); font-size: 1.35rem; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: none; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 720; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible { outline: 3px solid rgba(181, 111, 80, .45); outline-offset: 3px; }
.button-primary { background: var(--sage); color: #fff; box-shadow: 0 12px 28px rgba(72, 100, 90, .22); }
.button-primary:hover { background: var(--sage-dark); }
.button-outline { border-color: var(--sage); color: var(--sage); }
.button-quiet { background: transparent; border-color: var(--line); }
.button-light { background: #fffaf1; color: var(--sage-dark); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .86rem; }
.button-wide { width: 100%; }
.button-row { display: flex; flex-direction: column; gap: 10px; }
.text-link { color: var(--sage); font-weight: 760; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.messages { padding-top: 14px; }
.message { padding: 13px 16px; border-radius: 12px; background: var(--sage-soft); }
.message-error { background: #f5dada; color: #7d2727; }
.hero { padding-top: 48px; overflow: hidden; }
.hero-grid { display: grid; gap: 42px; }
.hero-copy h1 { max-width: 920px; margin-bottom: 24px; }
.hero-lead { max-width: 690px; color: var(--muted); font-size: 1.08rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0; }
.chips span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.46); font-size: .79rem; }
.microcopy { margin: 13px 4px 0; color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -18px 24px 30px -18px; border-radius: 38px; background: #dfe5d8; transform: rotate(-2deg); }
.hero-visual img { width: 100%; aspect-ratio: 3/4; border-radius: 28px; object-fit: cover; box-shadow: var(--shadow); }
.hero-visual figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border-radius: 14px; background: rgba(255, 253, 248, .91); backdrop-filter: blur(12px); font-size: .77rem; font-weight: 650; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4e8d65; box-shadow: 0 0 0 5px rgba(78,141,101,.12); }
.section-heading { margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading.narrow { max-width: 760px; }
.trust-grid { display: grid; gap: 12px; }
.trust-card { padding: 26px; border: 1px solid rgba(72,100,90,.15); border-radius: var(--radius-small); background: rgba(255, 253, 248, .64); }
.trust-card > span { display: inline-block; margin-bottom: 22px; color: var(--clay); font-family: var(--serif); font-size: 1.25rem; }
.trust-card h3 { margin-bottom: 8px; font-size: 1.08rem; }
.trust-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.service-grid { display: grid; gap: 14px; }
.service-card { display: flex; min-height: 400px; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 30px rgba(55,47,38,.04); }
.service-card:nth-child(3n+2) { background: #e8eee9; }
.service-card:nth-child(3n+3) { background: #eee4db; }
.service-topline { display: flex; justify-content: space-between; margin-bottom: 56px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.service-card > p { color: var(--muted); }
.service-card ul { margin: 0 0 22px; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 7px 0; padding-left: 18px; font-size: .87rem; }
.service-card li::before { content: ""; position: absolute; top: .68em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }
.service-meta { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding: 19px 0; border-top: 1px solid var(--line); font-size: .82rem; }
.service-meta strong { font-size: .88rem; text-align: right; }
.price-layout { display: grid; gap: 32px; }
.section-dark .section-heading > p:last-child { color: #c7d1cc; }
.price-cards { display: grid; gap: 12px; }
.price-cards article { display: grid; gap: 8px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-small); background: rgba(255,255,255,.06); }
.price-cards span { font-size: .83rem; color: #d8e0dc; }
.price-cards strong { font-family: var(--serif); font-size: clamp(1.7rem, 7vw, 2.5rem); font-weight: 500; }
.price-cards small { color: #bac7c1; }
.about-grid { display: grid; gap: 42px; }
.about-photo { position: relative; margin: 0; }
.about-photo img { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius); object-fit: cover; }
.about-photo figcaption { margin-top: 12px; color: var(--muted); font-size: .78rem; }
.about-copy h2 { margin-bottom: 24px; }
.lead-quote { font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; }
.about-copy > p:not(.eyebrow):not(.lead-quote) { color: var(--muted); }
.credentials { display: grid; gap: 10px; margin-top: 28px; }
.credentials div { display: grid; grid-template-columns: 68px 1fr; gap: 14px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); }
.credentials strong { color: var(--clay); font-family: var(--serif); font-size: 1.4rem; }
.credentials span { font-size: .88rem; }
.certificate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.certificate-grid a { display: flex; flex-direction: column; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); text-decoration: none; }
.certificate-grid img { width: 100%; aspect-ratio: 3/4; border-radius: 8px; object-fit: cover; object-position: top; }
.certificate-grid a:last-child { grid-column: 1/-1; }
.certificate-grid a:last-child img { aspect-ratio: 16/10; }
.certificate-grid span { padding: 10px 4px 4px; font-size: .75rem; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage); font-family: var(--serif); }
.steps h3 { margin-bottom: 5px; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); font-size: .88rem; }
.center-action { margin-top: 28px; text-align: center; }
.boundaries { padding-top: 0; }
.boundaries-card { display: grid; gap: 24px; padding: 32px 24px; border-radius: var(--radius); background: #e6ddd1; }
.boundaries-card h2 { margin: 0; }
.boundaries-card > div:last-child > p { color: #5e665f; }
.boundary-note { padding: 17px; border-left: 3px solid var(--clay); background: rgba(255,255,255,.42); font-weight: 620; }
.faq-layout { display: grid; gap: 18px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; font-weight: 720; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay); font-family: var(--serif); font-size: 1.5rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 30px 22px 0; color: var(--muted); font-size: .92rem; }
.location { padding-top: 20px; }
.location-card { display: grid; overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.location-card > div { padding: 36px 26px; }
.location-card h2 { margin-bottom: 18px; }
.location-card p { color: var(--muted); }
.location-meta { display: inline-block; margin: 8px 0 0; padding: 8px 12px; border-radius: 999px; background: var(--sage-soft); color: var(--sage-dark) !important; font-size: .75rem; font-weight: 700; }
.location-card figure { margin: 0; }
.location-card img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; }
.final-cta { padding-bottom: 110px; }
.final-cta-inner { padding: 44px 26px; border-radius: var(--radius); background: var(--sage); color: #fff; text-align: center; }
.final-cta-inner h2 { max-width: 780px; margin-inline: auto; }
.final-cta-inner > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 26px; color: #dbe5df; }
.site-footer { padding: 58px 0 100px; border-top: 1px solid var(--line); background: #eee8de; }
.footer-grid { display: grid; gap: 32px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid p { color: var(--muted); font-size: .86rem; }
.footer-grid a { color: var(--muted); }
.footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.mobile-action { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); background: rgba(247,243,236,.93); border-top: 1px solid var(--line); backdrop-filter: blur(15px); }
.mobile-action .button { width: 100%; min-height: 50px; }
.booking-hero { padding-bottom: 36px; }
.narrow-page { max-width: 820px; }
.booking-hero h1 { margin: 28px 0 18px; font-size: clamp(2.5rem, 9vw, 4.8rem); }
.booking-hero p:last-child { color: var(--muted); }
.back-link { color: var(--muted); font-size: .86rem; text-decoration: none; }
.booking-section { padding-top: 0; }
.booking-layout { display: grid; gap: 20px; }
.booking-form { padding: 22px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.booking-form fieldset { margin: 0; padding: 26px 0; border: 0; border-bottom: 1px solid var(--line); }
.booking-form legend { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font-family: var(--serif); font-size: 1.4rem; }
.booking-form legend span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--sage); font-family: var(--sans); font-size: .76rem; font-weight: 750; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .83rem; font-weight: 720; }
.form-control { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cfc9bf; border-radius: 12px; background: #fff; color: var(--ink); outline: none; }
textarea.form-control { resize: vertical; }
.form-control:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(72,100,90,.1); }
.field small, .form-footnote { display: block; margin-top: 7px; color: var(--muted); font-size: .73rem; }
.errorlist { margin: 7px 0 0; padding: 0; color: var(--error); font-size: .78rem; list-style: none; }
.field-error .form-control { border-color: var(--error); }
.form-errors { padding: 13px; border-radius: 10px; background: #f6dede; color: var(--error); }
.consent-field { display: grid; grid-template-columns: 22px 1fr; gap: 9px; align-items: start; margin: 22px 0; font-size: .8rem; }
.consent-field input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--sage); }
.availability-status { padding: 15px; border-radius: 12px; background: var(--paper); color: var(--muted); font-size: .85rem; }
.availability-status.is-error { background: #f6dede; color: var(--error); }
.day-options, .time-options { display: flex; gap: 8px; overflow-x: auto; padding: 12px 1px 4px; scrollbar-width: none; }
.day-options::-webkit-scrollbar, .time-options::-webkit-scrollbar { display: none; }
.day-option, .time-option { flex: 0 0 auto; min-width: 75px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; }
.day-option small { display: block; color: var(--muted); font-size: .68rem; }
.day-option.is-active, .time-option.is-active { border-color: var(--sage); background: var(--sage); color: #fff; }
.day-option.is-active small { color: #dbe5df; }
.native-slot.is-enhanced { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.booking-aside { overflow: hidden; border-radius: var(--radius); background: var(--sage-dark); color: #fff; }
.booking-aside img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.booking-aside div { padding: 24px; }
.booking-aside ol { padding-left: 20px; color: #d4ded9; font-size: .88rem; }
.success-section { min-height: 70vh; display: grid; place-items: center; }
.success-card { max-width: 720px; padding: 40px 24px; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.success-icon { display: grid; width: 64px; height: 64px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--sage); color: white; font-size: 1.8rem; }
.success-card h1 { font-size: clamp(2.6rem, 10vw, 4.5rem); }
.booking-summary { margin: 30px 0; text-align: left; }
.booking-summary div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.booking-summary dt { color: var(--muted); }
.booking-summary dd { margin: 0; font-weight: 720; text-align: right; }
.legal-page { min-height: 70vh; }
.prose { max-width: 800px; }
.prose h1 { margin: 22px 0 45px; }
.prose h2 { margin: 42px 0 12px; font-family: var(--sans); font-size: 1.2rem; font-weight: 750; letter-spacing: -.01em; }
.prose p { color: var(--muted); }
.legal-note { margin-top: 40px; padding: 20px; border-radius: 12px; background: var(--paper-deep); color: var(--ink) !important; font-size: .86rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.assistant-launcher { position: fixed; z-index: 44; right: 18px; bottom: calc(78px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 8px; min-height: 45px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: var(--sage-dark); color: white; box-shadow: 0 12px 34px rgba(37,50,45,.28); font-weight: 720; cursor: pointer; }
.assistant-launcher span { color: #e5c5a7; }
.assistant-dialog { width: min(calc(100% - 20px), 430px); max-width: none; max-height: min(760px, calc(100dvh - 24px)); margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 24px; background: var(--surface); box-shadow: 0 30px 100px rgba(20,30,25,.35); }
.assistant-dialog::backdrop { background: rgba(26,35,31,.48); backdrop-filter: blur(4px); }
.assistant-shell { display: grid; grid-template-rows: auto auto minmax(180px, 1fr) auto auto; max-height: min(760px, calc(100dvh - 24px)); }
.assistant-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 19px; background: var(--sage-dark); color: white; }
.assistant-header small, .assistant-header strong { display: block; }
.assistant-header small { color: #c8d5cf; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.assistant-header strong { margin-top: 2px; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.assistant-header button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: white; font-size: 1.55rem; cursor: pointer; }
.assistant-notice { padding: 10px 16px; background: #eee7da; color: #685e54; font-size: .7rem; line-height: 1.4; }
.assistant-messages { min-height: 190px; padding: 16px; overflow-y: auto; background: #f8f5ef; }
.chat-bubble { width: fit-content; max-width: 88%; margin-bottom: 10px; padding: 11px 13px; border-radius: 15px; font-size: .83rem; line-height: 1.48; white-space: pre-line; }
.chat-assistant, .chat-human { border-bottom-left-radius: 4px; background: white; box-shadow: 0 3px 12px rgba(37,50,45,.06); }
.chat-human { border-left: 3px solid var(--clay); }
.chat-client { margin-left: auto; border-bottom-right-radius: 4px; background: var(--sage); color: white; }
.chat-link { display: inline-flex; margin: -2px 0 12px; padding: 8px 11px; border-radius: 999px; background: var(--sage-soft); color: var(--sage-dark); font-size: .76rem; font-weight: 700; text-decoration: none; }
.assistant-quick { display: flex; gap: 7px; overflow-x: auto; padding: 9px 14px; border-top: 1px solid var(--line); scrollbar-width: none; }
.assistant-quick button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: .7rem; cursor: pointer; }
.assistant-form { display: grid; grid-template-columns: 1fr 44px; gap: 8px; padding: 11px 12px calc(11px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; }
.assistant-form textarea { min-height: 46px; max-height: 100px; padding: 10px 12px; resize: none; border: 1px solid #cbc6bd; border-radius: 13px; outline: none; }
.assistant-form textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(72,100,90,.1); }
.assistant-form button { width: 44px; height: 44px; align-self: end; border: 0; border-radius: 50%; background: var(--sage); color: white; font-size: 1.25rem; cursor: pointer; }
.assistant-form button:disabled { opacity: .5; }
@media (min-width: 700px) {
  .container { width: min(calc(100% - 64px), var(--container)); }
  .section { padding: 105px 0; }
  .button-row { flex-direction: row; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .certificate-grid { grid-template-columns: repeat(3, 1fr); }
  .certificate-grid a:last-child { grid-column: auto; }
  .certificate-grid a:last-child img { aspect-ratio: 3/4; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 0 32px; }
  .location-card { grid-template-columns: 1fr 1fr; }
  .final-cta-inner { padding: 75px 55px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .form-grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .booking-form { padding: 36px; }
}
@media (min-width: 960px) {
  .site-header .header-inner { height: 78px; }
  .desktop-nav { display: flex; gap: 26px; font-size: .83rem; }
  .desktop-nav a { text-decoration: none; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: 68px; }
  .hero-copy h1 { font-size: clamp(4rem, 5.8vw, 5.5rem); }
  .hero-visual img { aspect-ratio: 4/5; }
  .heading-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 430px; }
  .price-layout { grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
  .about-grid { grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
  .about-photo { max-width: 500px; }
  .credentials { grid-template-columns: repeat(2, 1fr); }
  .credentials div { grid-template-columns: 74px 1fr; }
  .steps { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .steps li { grid-template-columns: 1fr; padding: 24px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .steps li:last-child { border-right: 0; }
  .boundaries-card { grid-template-columns: 1fr 1fr; gap: 80px; padding: 65px; }
  .faq-layout { grid-template-columns: .75fr 1.25fr; gap: 95px; }
  .location-card > div { padding: 70px; }
  .booking-layout { grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: 28px; }
  .booking-aside { position: sticky; top: 100px; }
  .assistant-launcher { right: 24px; bottom: 24px; }
  .mobile-action { display: none; }
  .site-footer { padding-bottom: 38px; }
  .final-cta { padding-bottom: 105px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
