:root {
  --ink: #162334;
  --ink-soft: #27364a;
  --paper: #f5f1ea;
  --paper-deep: #e8e0d4;
  --white: #fffdf9;
  --wine: #9f2028;
  --wine-dark: #74171d;
  --gold: #c99b42;
  --muted: #68717b;
  --line: rgba(22, 35, 52, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(201, 155, 66, .62); outline-offset: 3px; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.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; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: var(--ink); color: rgba(255,255,255,.82); font-size: 12px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.topbar a, .topbar-hours { display: inline-flex; align-items: center; gap: 7px; transition: color .2s ease; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 14px; height: 14px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,249,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; min-width: 64px; }
.brand img { width: 47px; height: 68px; object-fit: contain; object-position: center; }
.site-header nav { display: flex; align-items: center; gap: 30px; color: #3f4a57; font-size: 14px; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--wine); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }

.header-cta, .primary-cta, .dialog-primary, .light-cta { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease; }
.header-cta { background: var(--wine); color: white; padding: 12px 17px; border-radius: 2px; }
.header-cta svg { width: 16px; height: 16px; }
.header-cta:hover, .primary-cta:hover, .dialog-primary:hover:not(:disabled) { background: var(--wine-dark); transform: translateY(-1px); }

.hero { background: var(--ink); color: white; }
.hero-layout { min-height: 680px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr); }
.hero-copy { position: relative; padding: 84px clamp(48px, 5.2vw, 92px) 68px max(48px, calc((100vw - 1180px)/2)); display: flex; flex-direction: column; justify-content: center; }
.hero-copy::before { content: ""; position: absolute; top: 84px; bottom: 68px; left: max(24px, calc((100vw - 1180px)/2)); width: 4px; background: linear-gradient(var(--gold) 0 50%, var(--wine) 50% 100%); }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 750; color: #e0bf76; }
.eyebrow.dark { color: var(--wine); }
.hero h1, .section-heading h2, .booking-teaser h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(46px, 5vw, 69px); line-height: 1.03; text-wrap: balance; }
.hero-lead { max-width: 590px; margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.68; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.primary-cta { background: var(--wine); color: white; padding: 16px 22px; border-radius: 2px; }
.primary-cta svg, .light-cta svg, .text-cta svg, .area-card button svg { width: 17px; height: 17px; }
.secondary-cta { padding: 15px 5px; border-bottom: 1px solid rgba(255,255,255,.7); font-weight: 650; }
.hero-proof { width: min(100%, 395px); margin-top: 44px; padding: 18px 20px; display: flex; gap: 14px; background: rgba(255,255,255,.08); color: white; border-left: 3px solid var(--gold); }
.hero-proof > svg { color: #d5535b; flex: 0 0 auto; }
.hero-proof p { margin: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.hero-proof span { color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.55; }
.hero-visual { position: relative; min-width: 0; margin: 0; padding: 24px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #cdc8c1; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(22,35,52,.08)); pointer-events: none; }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: auto; max-height: 632px; display: block; object-fit: contain; box-shadow: 0 22px 55px rgba(22,35,52,.2); }
.hero-visual figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; padding: 8px 10px; background: rgba(22,35,52,.78); color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .04em; }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); text-align: left; }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; }
.trust-grid span { max-width: 112px; color: #4d5966; font-size: 13px; line-height: 1.35; }
.trust-grid svg { color: var(--gold); }

.section { padding: 116px 0; }
.section-heading h2 { margin: 0; max-width: 700px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; }
.split-heading { display: grid; grid-template-columns: 1.5fr .75fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); line-height: 1.75; }
.area-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.area-card { position: relative; min-height: 405px; padding: 44px 36px 36px; border-right: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease; }
.area-card:first-child { border-left: 1px solid var(--line); }
.area-card:hover { z-index: 1; background: var(--paper); transform: translateY(-5px); }
.area-number { position: absolute; top: 23px; right: 27px; color: rgba(22,35,52,.24); font-family: Georgia, "Times New Roman", serif; }
.area-card > svg { color: var(--wine); margin-top: 27px; width: 28px; height: 28px; }
.area-card h3 { margin: 30px 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.area-card p { margin: 0; min-height: 94px; color: var(--muted); line-height: 1.7; }
.area-card button { margin-top: 34px; padding: 0 0 8px; display: inline-flex; align-items: center; gap: 9px; background: transparent; border: 0; border-bottom: 1px solid var(--wine); color: var(--wine); font-weight: 700; }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 88px; align-items: center; }
.story-image-wrap { position: relative; min-height: 520px; }
.story-image-wrap::before { content: ""; position: absolute; top: -18px; left: -18px; width: 60%; height: 65%; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.story-image-wrap > img { position: relative; width: 100%; height: 520px; display: block; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.story-portraits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; overflow: hidden; background: #d8d2c9; }
.story-portraits > img { min-width: 0; object-position: center top; }
.story-portraits > img:nth-child(2) { object-position: 52% top; }
.story-badge { position: absolute; right: -24px; bottom: 28px; min-width: 180px; padding: 22px 24px; background: var(--wine); color: white; box-shadow: 0 18px 45px rgba(73,20,25,.22); }
.story-badge strong, .story-badge span { display: block; }
.story-badge strong { font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.story-badge span { margin-top: 3px; font-size: 12px; color: rgba(255,255,255,.76); }
.story-copy h2, .process-intro h2, .faq-heading h2, .contact-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.4vw, 57px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.story-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); line-height: 1.8; }
.story-copy blockquote { margin: 28px 0 0; padding: 16px 0 16px 22px; border-left: 3px solid var(--gold); color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.45; }
.text-cta { margin-top: 30px; padding: 0 0 8px; display: inline-flex; align-items: center; gap: 9px; border: 0; border-bottom: 1px solid var(--wine); background: transparent; color: var(--wine); font-weight: 700; }

.team-section { background: var(--white); }
.centered-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.centered-heading h2 { margin-inline: auto; }
.centered-heading > p:last-child { max-width: 600px; margin: 22px auto 0; color: var(--muted); line-height: 1.7; }
.team-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.member-card { position: relative; min-height: 360px; padding: 42px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.member-card:first-child { border-left: 1px solid var(--line); }
.member-index { position: absolute; top: 24px; right: 26px; color: rgba(22,35,52,.24); font-family: Georgia, "Times New Roman", serif; }
.member-initial { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.member-card h3 { margin: 26px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.member-role { margin: 0 0 18px !important; color: var(--wine) !important; font-weight: 700; }
.member-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.process-section { background: #eee8df; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.process-intro { position: sticky; top: 140px; }
.process-intro > p:last-child { margin: 26px 0 0; color: var(--muted); line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.process-list li > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 14px; }
.process-list svg { grid-row: 1 / 3; color: var(--gold); }
.process-list h3 { margin: 0 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.6; }

.booking-teaser { background: var(--ink); color: white; }
.booking-teaser-inner { min-height: 365px; padding: 70px 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }
.booking-teaser h2 { margin: 0; max-width: 650px; font-size: clamp(36px, 4vw, 55px); line-height: 1.1; }
.booking-copy { border-left: 1px solid rgba(255,255,255,.18); padding-left: 48px; }
.booking-copy p { margin: 0 0 28px; color: rgba(255,255,255,.72); line-height: 1.75; }
.light-cta { padding: 15px 20px; background: var(--paper); color: var(--ink); border-radius: 2px; }
.light-cta:hover { transform: translateY(-1px); background: white; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-heading > p:last-child { margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--wine); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(180deg); }
.faq-list details p { margin: -6px 45px 24px 0; color: var(--muted); line-height: 1.7; }

.contact-section { padding: 104px 0; background: var(--ink); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-section h2 { max-width: 480px; }
.contact-section div > p:last-child { max-width: 420px; margin: 24px 0 0; color: rgba(255,255,255,.67); line-height: 1.65; }
.contact-options { border-top: 1px solid rgba(255,255,255,.17); }
.contact-options > a, .contact-options > button { width: 100%; min-height: 92px; padding: 19px 0; display: grid; grid-template-columns: 38px 1fr 24px; gap: 14px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.17); background: transparent; color: white; text-align: left; }
.contact-options > a:hover, .contact-options > button:hover { background: rgba(255,255,255,.035); }
.contact-options > a > svg:first-child, .contact-options > button > svg:first-child { color: var(--gold); }
.contact-options > a > svg:last-child, .contact-options > button > svg:last-child { color: rgba(255,255,255,.55); }
.contact-options small, .contact-options strong { display: block; }
.contact-options small { margin-bottom: 5px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-options strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }

.site-footer { background: #0d1826; color: rgba(255,255,255,.65); }
.footer-main { min-height: 130px; display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-main p { margin: 0; font-size: 13px; }
.footer-main > a:last-child { color: white; font-weight: 700; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; }

.modal[hidden], .toast[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 14px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13,24,38,.68); backdrop-filter: blur(4px); }
.booking-dialog { position: relative; z-index: 1; max-height: min(780px, calc(100vh - 28px)); overflow-y: auto; width: min(680px, calc(100% - 28px)); border: 0; border-radius: 3px; padding: 34px; background: var(--white); box-shadow: 0 28px 90px rgba(13,24,38,.3); }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 15px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; color: var(--muted); font-size: 28px; line-height: 1; }
.dialog-kicker { margin: 0 46px 8px 0; color: var(--wine); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.dialog-title { margin: 0 46px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; line-height: 1.1; }
.dialog-description { margin: 7px 40px 0 0; color: var(--muted); line-height: 1.55; }
.step-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 26px 0 30px; }
.step-track span { height: 3px; background: #e1e3e5; }
.step-track span.is-active { background: var(--wine); }
.dialog-step h3 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.step-helper { margin: -8px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.option-grid { display: grid; gap: 9px; }
.option-grid.three { grid-template-columns: repeat(3, 1fr); }
.option-card { min-height: 56px; padding: 13px 16px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 2px; background: white; color: var(--ink); text-align: left; }
.option-card.centered { justify-content: center; text-align: center; }
.option-card:hover { border-color: rgba(159,32,40,.55); background: #fffafa; }
.option-card.selected { border-color: var(--wine); box-shadow: inset 3px 0 var(--wine); color: var(--wine); font-weight: 700; }
.option-card svg { width: 17px; height: 17px; }
.dialog-primary { margin-top: 24px; min-height: 48px; padding: 12px 19px; background: var(--wine); color: white; border-radius: 2px; }
.dialog-primary svg { width: 17px; height: 17px; }
.dialog-primary:disabled { cursor: not-allowed; opacity: .42; }
.dialog-primary.full { width: 100%; }
.dialog-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dialog-back { margin-top: 24px; padding: 12px 5px; background: transparent; border: 0; color: var(--muted); font-weight: 650; }
.date-field { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 10px 15px; border: 1px solid var(--line); }
.date-field svg { color: var(--wine); width: 19px; height: 19px; }
.date-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.date-error { margin: 9px 0 0; color: var(--wine); font-size: 13px; font-weight: 700; }
.time-panel { margin-top: 18px; padding: 18px; background: var(--paper); }
.time-panel-heading { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.time-panel-heading span { font-weight: 700; }
.time-panel-heading small { color: var(--muted); }
.time-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.time-grid button { min-height: 40px; border: 1px solid var(--line); background: white; color: var(--ink); }
.time-grid button.selected { border-color: var(--wine); background: var(--wine); color: white; }
.dialog-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.dialog-note.strong { padding: 13px 15px; border-left: 3px solid var(--gold); background: var(--paper); color: #4f5964; }
.appointment-summary { margin: 0; border-top: 1px solid var(--line); }
.appointment-summary div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.appointment-summary dt { color: var(--muted); }
.appointment-summary dd { margin: 0; font-weight: 650; text-transform: capitalize; }
.dialog-success { text-align: center; padding-top: 28px; }
.success-icon { width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #edf5ec; color: #377044; }
.success-icon svg { width: 28px; height: 28px; }
.dialog-success > p { max-width: 470px; margin: 0 auto; color: var(--muted); line-height: 1.65; }
.dialog-success > p strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.success-card { margin: 22px 0 0; padding: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--paper); color: var(--ink); text-transform: capitalize; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; width: min(520px, calc(100% - 30px)); transform: translateX(-50%); padding: 15px 18px; background: var(--ink); color: white; border-left: 4px solid var(--gold); box-shadow: 0 16px 40px rgba(13,24,38,.28); font-size: 14px; line-height: 1.5; }

@media (max-width: 960px) {
  .site-header nav { display: none; }
  .hero-layout { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; padding: 76px 48px 60px 52px; }
  .hero-copy::before { top: 76px; bottom: 60px; left: 24px; }
  .hero-visual { padding: 20px; }
  .hero-visual img { max-height: none; }
  .split-heading, .story-grid, .process-grid, .booking-teaser-inner, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .story-grid { max-width: 760px; }
  .story-image-wrap, .story-image-wrap > img { min-height: 0; height: 500px; }
  .process-intro { position: static; }
  .area-grid, .team-grid { grid-template-columns: 1fr; }
  .area-card { min-height: auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .area-card p { min-height: auto; }
  .member-card { min-height: 0; border-left: 1px solid var(--line); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { min-height: 92px; border-bottom: 1px solid var(--line); }
  .booking-copy { border-left: 0; padding-left: 0; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main p { grid-column: 1 / -1; grid-row: 2; padding-bottom: 24px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .topbar-inner { justify-content: space-between; gap: 10px; }
  .topbar-hours { font-size: 10px; }
  .topbar a:nth-child(2) { display: none; }
  .nav-inner { height: 70px; }
  .brand { min-width: 0; }
  .brand img { width: 35px; height: 51px; }
  .header-cta { padding: 11px 13px; font-size: 13px; }
  .header-cta svg { display: none; }
  .hero-copy { min-height: 620px; padding: 68px 24px 56px 38px; }
  .hero-copy::before { top: 68px; bottom: 56px; left: 15px; width: 3px; }
  .hero h1 { font-size: clamp(43px, 13vw, 59px); }
  .hero-lead { font-size: 16px; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .secondary-cta { align-self: flex-start; }
  .hero-proof { margin-top: 34px; }
  .hero-visual { padding: 10px; }
  .hero-visual figcaption { display: none; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 12px; gap: 8px; }
  .trust-grid strong { font-size: 25px; }
  .trust-grid span { font-size: 11px; }
  .section { padding: 82px 0; }
  .section-heading h2, .booking-teaser h2 { font-size: 38px; }
  .split-heading { gap: 24px; }
  .area-grid { margin-top: 40px; }
  .area-card { padding: 36px 28px 30px; }
  .story-grid { gap: 44px; }
  .story-image-wrap, .story-image-wrap > img { height: 390px; }
  .story-image-wrap::before { top: -10px; left: -10px; }
  .story-badge { right: -5px; bottom: 18px; min-width: 150px; padding: 17px 19px; }
  .story-copy h2, .process-intro h2, .faq-heading h2, .contact-section h2 { font-size: 38px; }
  .team-grid { margin-top: 40px; }
  .member-card { padding: 34px 28px; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 10px; }
  .booking-teaser-inner { min-height: 0; padding: 70px 0; }
  .faq-grid, .contact-grid { gap: 44px; }
  .contact-section { padding: 82px 0; }
  .contact-options > a, .contact-options > button { grid-template-columns: 34px 1fr 20px; }
  .footer-main { padding: 38px 0 24px; grid-template-columns: 1fr; gap: 20px; }
  .footer-main p { grid-column: auto; grid-row: auto; padding-bottom: 0; }
  .footer-bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .booking-dialog { width: calc(100% - 8px); padding: 27px 20px 22px; }
  .dialog-title { font-size: 27px; }
  .option-grid.three { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
  .time-panel-heading { flex-direction: column; }
  .appointment-summary div { grid-template-columns: 90px 1fr; }
}

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