:root {
  --ink: #12303d;
  --muted: #62757b;
  --line: #dce8e8;
  --paper: #ffffff;
  --mist: #edf7f4;
  --teal: #087f85;
  --teal-dark: #055e66;
  --navy: #173f60;
  --green: #86b943;
  --gold: #f5b642;
  --shadow: 0 22px 70px rgba(18, 48, 61, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f8fbfb; }
body { overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 12px clamp(16px, 4vw, 58px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,232,232,.9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; justify-content: center; width: 116px; height: 82px; padding: 6px; background: #fff; border-radius: 8px; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); background: white; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.nav { display: flex; justify-content: center; gap: 20px; font-size: .92rem; font-weight: 800; }
.nav a, .footer a { text-decoration: none; }
.nav a:hover, .footer a:hover { color: var(--teal-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone { color: var(--teal-dark); font-weight: 900; white-space: nowrap; text-decoration: none; }
.language-switch { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 8px; background: var(--mist); }
.language-button { display: inline-flex; min-width: 38px; min-height: 36px; align-items: center; justify-content: center; border: 0; padding: 8px 9px; border-radius: 6px; background: transparent; color: var(--muted); font-weight: 900; text-decoration: none; cursor: pointer; }
.language-button.active { color: white; background: var(--teal-dark); }
.hero { min-height: calc(100vh - 82px); background: #0f2c3b; }
.hero-slider { position: relative; min-height: calc(100vh - 82px); overflow: hidden; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; transform: scale(1.02); transition: opacity .7s ease, transform 1.1s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.04); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,34,47,.86), rgba(8,34,47,.56) 46%, rgba(8,34,47,.12)); }
.hero-slide-dark::after { background: linear-gradient(90deg, rgba(10,47,55,.86), rgba(12,65,70,.62), rgba(10,47,55,.16)); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding: clamp(56px, 10vw, 116px) clamp(20px, 7vw, 86px); color: white; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--green); font-size: clamp(.92rem, 1.35vw, 1.08rem); font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(3rem, 8vw, 6.4rem); line-height: .95; letter-spacing: 0; }
h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.05; letter-spacing: 0; }
.hero h2 { color: white; max-width: 720px; }
h3 { color: var(--navy); font-size: 1.18rem; line-height: 1.2; }
.hero-copy p:not(.eyebrow) { max-width: 640px; font-size: clamp(1.08rem, 2vw, 1.34rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; padding: 13px 18px; font-weight: 900; text-decoration: none; cursor: pointer; }
.button.primary { color: white; background: var(--teal-dark); box-shadow: 0 14px 34px rgba(5,94,102,.28); }
.button.secondary { color: white; background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.42); }
.button.full { width: 100%; }
.slider-controls { position: absolute; z-index: 5; left: clamp(20px, 7vw, 86px); bottom: 34px; display: flex; align-items: center; gap: 14px; }
.slider-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.38); border-radius: 8px; color: white; background: rgba(255,255,255,.12); font-size: 1.5rem; cursor: pointer; }
.slider-dots { display: flex; gap: 7px; }
.slider-dots button { width: 10px; height: 10px; min-width: 10px; padding: 0; border-radius: 999px; }
.slider-dots button.active { background: var(--green); border-color: var(--green); }
.quick-panel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.quick-panel span { padding: 22px clamp(16px, 3vw, 32px); background: white; color: var(--navy); font-weight: 900; text-align: center; }
.trust-bar { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; padding: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.trust-bar > div { display: grid; gap: 6px; padding: 24px clamp(18px,3vw,34px); background: #f7fbfa; text-align: center; }
.trust-bar strong { color: var(--teal-dark); font-size: 1.05rem; }
.trust-bar span { color: var(--muted); line-height: 1.5; }
.section { padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 76px); }
.split { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,1.15fr); gap: clamp(28px,5vw,72px); background: linear-gradient(135deg, #ffffff 0%, #f3faf8 100%); position: relative; overflow: hidden; }
.split::after { content: ""; position: absolute; right: -90px; top: 20%; width: 260px; height: 260px; border: 36px solid rgba(134,185,67,.16); border-radius: 50%; pointer-events: none; }
.copy-block { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { position: relative; padding: 14px 16px 14px 44px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.8); box-shadow: 0 10px 28px rgba(18,48,61,.05); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.check-list li:hover { transform: translateX(6px); border-color: rgba(8,127,133,.35); box-shadow: 0 16px 36px rgba(18,48,61,.09); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.check-list li::before { left: 18px; top: 1.25em; }
.section-heading { max-width: 780px; margin-bottom: 34px; }
#services .section-heading { margin-left: auto; margin-right: auto; text-align: center; }
.services, .reviews { background: var(--mist); }
.service-grid, .team-grid, .insurance-grid, .review-grid, .map-grid, .form-grid { display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(5, minmax(180px, 1fr)); }
.service-card, .team-card, .insurance-grid article, .review-card, .map-card, .request-form { background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 46px rgba(18,48,61,.08); }
.team-card, .insurance-grid article, .review-card { padding: 24px; }
.service-card { position: relative; min-height: 285px; overflow: hidden; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; color: white; isolation: isolate; transition: transform .35s ease, box-shadow .35s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--service-image, url("./assets/service-physio-optimized.jpg")) center/cover; transform: scale(1.02); transition: transform .5s ease, filter .5s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,34,47,.16), rgba(8,34,47,.86)); transition: background .35s ease; }
.service-card:nth-child(1) { --service-image: url("./assets/service-physio-optimized.jpg"); }
.service-card:nth-child(2) { --service-image: url("./assets/service-occupational-optimized.jpg"); }
.service-card:nth-child(3) { --service-image: url("./assets/service-acupuncture-optimized.jpg"); }
.service-card:nth-child(4) { --service-image: url("./assets/service-massage-optimized.jpg"); }
.service-card:nth-child(5) { --service-image: url("./assets/service-osteopathy-optimized.jpg"); }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 68px rgba(18,48,61,.18); }
.service-card:hover::before { transform: scale(1.1); filter: saturate(1.08); }
.service-card:hover::after { background: linear-gradient(180deg, rgba(8,34,47,.08), rgba(5,94,102,.9)); }
.service-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 8px; color: white; background: rgba(5,94,102,.88); font-weight: 950; backdrop-filter: blur(6px); }
.service-card h3 { color: white; }
.service-card p { color: rgba(255,255,255,.86); line-height: 1.6; }
.service-card > a { width: fit-content; margin-top: 4px; color: white; font-weight: 900; text-underline-offset: 4px; }
.team-card p, .insurance-grid p, .review-card p { color: var(--muted); line-height: 1.6; }
.team { background: white; }
.team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.role { color: var(--teal-dark) !important; font-weight: 900; }
.insurance { display: grid; grid-template-columns: minmax(0,.78fr) minmax(360px,1.22fr); gap: 34px; align-items: start; background: radial-gradient(circle at top right, rgba(134,185,67,.18), transparent 32%), #f4fafb; }
.insurance-copy p:not(.section-kicker) { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.insurance-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.insurance-grid article { position: relative; overflow: hidden; transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
.insurance-grid article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--green); transform: scaleY(.35); transform-origin: bottom; transition: transform .32s ease; }
.insurance-grid article:hover { transform: translateY(-8px); border-color: rgba(8,127,133,.32); box-shadow: 0 24px 62px rgba(18,48,61,.13); }
.insurance-grid article:hover::before { transform: scaleY(1); }
.forms-section { padding: clamp(56px,8vw,104px) clamp(20px,6vw,76px); background: var(--navy); color: white; }
.forms-section h2, .forms-section h3 { color: white; }
.form-intro { max-width: 740px; margin-bottom: 28px; }
#appointment .form-intro, #reviews .section-heading, #contact .section-heading { margin-left: auto; margin-right: auto; text-align: center; }
.form-intro p:not(.section-kicker) { color: rgba(255,255,255,.78); line-height: 1.7; }
.form-grid { grid-template-columns: minmax(0, 920px); justify-content: center; }
.request-form { padding: 24px; color: var(--ink); }
.request-form h3 { color: var(--navy); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
label { display: grid; gap: 7px; margin-bottom: 14px; color: var(--ink); font-weight: 850; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px 13px; color: var(--ink); font: inherit; background: #fbfefe; }
input, select { min-height: 48px; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(8,127,133,.18); border-color: var(--teal); }
textarea { resize: vertical; }
.consent-field { grid-template-columns: 22px 1fr; align-items: start; gap: 10px; font-size: .92rem; font-weight: 650; line-height: 1.45; }
.consent-field input { width: 20px; min-height: 20px; margin: 2px 0 0; accent-color: var(--teal-dark); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-privacy-note { margin: 2px 0 16px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.form-privacy-note a { color: var(--teal-dark); font-weight: 850; }
.field-error { color: #9d2525; font-size: .84rem; font-weight: 750; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #b93434; background: #fff8f8; }
.request-form button:disabled { cursor: wait; opacity: .72; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }
.success-message { margin: 16px 0 0; padding: 14px 16px; border: 1px solid rgba(134,185,67,.42); border-radius: 8px; color: #2d5d23; background: #f0f8e9; font-weight: 850; line-height: 1.5; }
.error-message { margin: 16px 0 0; padding: 14px 16px; border: 1px solid rgba(177,49,49,.35); border-radius: 8px; color: #8a2929; background: #fff2f2; font-weight: 850; line-height: 1.5; }
.direct-contact { display: grid; gap: 10px; margin-top: 18px; }
.direct-contact a { color: var(--teal-dark); font-weight: 900; }
.reviews { overflow: hidden; }
.dena-review-widget { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 24px; align-items: stretch; }
.review-rating-panel { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 46px rgba(18,48,61,.08); }
.review-rating-panel p { color: var(--muted); font-weight: 850; }
.rating-row { display: flex; align-items: center; gap: 12px; margin: 12px 0; }
.rating-row strong { color: var(--teal-dark); font-size: 3rem; line-height: 1; }
.review-rating-panel a { display: inline-flex; margin-top: 20px; padding: 12px 16px; border-radius: 8px; color: white; background: var(--teal-dark); font-weight: 900; text-decoration: none; }
.review-carousel { position: relative; overflow: hidden; border-radius: 8px; }
.review-carousel::before, .review-carousel::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 54px; pointer-events: none; }
.review-carousel::before { left: 0; background: linear-gradient(90deg, var(--mist), rgba(237,247,244,0)); }
.review-carousel::after { right: 0; background: linear-gradient(270deg, var(--mist), rgba(237,247,244,0)); }
.review-track { display: flex; gap: 18px; width: max-content; animation: reviewMarquee 46s linear infinite; }
.review-track:hover { animation-play-state: paused; }
.stars { display: block; margin-bottom: 12px; color: var(--gold); letter-spacing: 0; }
.review-card { width: min(420px, 78vw); min-height: 265px; flex: 0 0 auto; }
.review-card small { color: var(--teal-dark); font-weight: 900; }
@keyframes reviewMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.contact { background: white; }
.map-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.map-card { overflow: hidden; transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, opacity .32s ease; }
.map-card:hover { transform: translateY(-6px); border-color: rgba(8,127,133,.3); box-shadow: 0 20px 58px rgba(18,48,61,.12); }
.map-card iframe { width: 100%; height: 320px; border: 0; display: block; }
.map-card div { padding: 22px; }
.map-card a { color: var(--teal-dark); font-weight: 900; }
.hours { color: var(--teal-dark); font-weight: 900; }
.contact-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; max-width: 1040px; margin: -10px auto 18px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--mist); box-shadow: 0 14px 46px rgba(18,48,61,.07); }
.contact-strip a, .contact-strip span { color: var(--navy); font-size: clamp(1rem, 1.45vw, 1.16rem); font-weight: 900; text-decoration: none; }
.contact-strip span span, .contact-strip a span { color: var(--teal-dark); margin-right: 5px; }
.reveal-section { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal-section.is-visible { opacity: 1; transform: translateY(0); }
.page-hero { display: grid; min-height: 430px; align-items: end; padding: clamp(96px, 15vw, 150px) clamp(20px, 6vw, 76px) clamp(48px, 7vw, 76px); color: white; background: linear-gradient(90deg, rgba(8,34,47,.88), rgba(8,34,47,.45)), url("./assets/hero-main-optimized.jpg") center/cover; }
.page-hero h1 { max-width: 850px; }
.page-hero p { max-width: 680px; color: rgba(255,255,255,.84); font-size: 1.18rem; line-height: 1.7; }
.team-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.team-profile-grid.full-team { grid-template-columns: 1fr; max-width: 1180px; margin: 0 auto; }
.team-profile { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 46px rgba(18,48,61,.08); }
.team-photo { min-height: 260px; border-radius: 8px; background: linear-gradient(140deg, var(--teal-dark), var(--green)); overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .98; }
.team-profile p { color: var(--muted); line-height: 1.65; }
.team-profile .role { margin-bottom: 12px; }
.team-profile .role + p { display: inline-flex; width: fit-content; padding: 8px 10px; border: 1px solid rgba(8,127,133,.24); border-radius: 6px; color: var(--teal-dark); background: var(--mist); font-size: .92rem; font-weight: 800; }
.footer { padding: 44px clamp(20px,6vw,76px) 24px; background: #102f40; color: rgba(255,255,255,.76); }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 28px; }
.footer img { width: 112px; padding: 8px; margin-bottom: 14px; background: white; border-radius: 8px; }
.footer h3 { color: white; font-size: 1rem; }
.footer a { display: block; margin-bottom: 9px; color: rgba(255,255,255,.82); }
.socials { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.socials a { margin: 0; }
.copyright { margin: 34px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: .9rem; }
.mobile-booking { display: none; }
.detail-hero { padding: clamp(96px,14vw,150px) clamp(20px,7vw,92px) clamp(54px,8vw,90px); color: white; background: linear-gradient(90deg,rgba(8,34,47,.93),rgba(8,34,47,.58)),url("./assets/hero-main-optimized.jpg") center/cover; }
.detail-hero .breadcrumbs { margin-bottom: 24px; color: rgba(255,255,255,.78); font-weight: 750; }
.detail-hero .breadcrumbs a { color: white; }
.detail-hero h1 { max-width: 900px; font-size: clamp(2.7rem,6vw,5rem); }
.detail-hero > p { max-width: 760px; font-size: 1.15rem; line-height: 1.7; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(28px,5vw,64px); }
.detail-copy { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.detail-copy h2, .detail-copy h3 { margin-top: 36px; }
.detail-list { display: grid; gap: 10px; padding-left: 22px; }
.detail-aside { align-self: start; position: sticky; top: 112px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 46px rgba(18,48,61,.08); }
.detail-aside .button { width: 100%; margin-top: 8px; }
.faq-list { display: grid; gap: 12px; margin-top: 24px; }
.faq-list details { padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.faq-list summary { color: var(--navy); font-weight: 900; cursor: pointer; }
.faq-list details p { margin: 12px 0 0; }
@media (max-width: 1120px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .dena-review-widget { grid-template-columns: 1fr; }
  .quick-panel { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-bar { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 14px; padding-block: 10px; }
  .nav-toggle { display: inline-flex; grid-column: 3; grid-row: 1; }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; justify-content: stretch; gap: 0; max-height: 0; overflow: hidden; padding: 0 clamp(16px,4vw,40px); background: rgba(255,255,255,.98); border-bottom: 1px solid transparent; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: max-height .35s ease, opacity .25s ease, transform .25s ease, padding .35s ease; }
  .nav.is-open { max-height: 520px; padding-top: 8px; padding-bottom: 14px; border-bottom-color: var(--line); opacity: 1; pointer-events: auto; transform: translateY(0); box-shadow: 0 18px 42px rgba(18,48,61,.12); }
  .nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .insurance { grid-template-columns: 1fr; }
  .insurance-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hero, .hero-slider { min-height: min(780px, calc(100svh - 72px)); }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 10px; }
  .brand { width: 94px; height: 68px; padding: 5px; }
  .phone { display: none; }
  .header-actions { gap: 8px; }
  .language-button { min-width: 34px; padding: 7px; }
  .hero, .hero-slider { min-height: 660px; }
  .hero-copy { padding: 82px 20px 110px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
  .hero-copy p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.55; }
  .slider-controls { bottom: 20px; }
  .section, .forms-section { padding: 56px 18px; }
  .quick-panel, .split, .service-grid, .team-grid, .team-profile-grid, .team-profile, .insurance, .insurance-grid, .form-grid, .map-grid, .footer-main { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .request-form { padding: 20px 16px; }
  .service-card { min-height: 320px; }
  .review-card { width: min(360px, 84vw); min-height: 285px; }
  .review-carousel::before, .review-carousel::after { width: 24px; }
  .contact-strip { display: grid; gap: 10px; padding: 18px; text-align: center; }
  .map-card iframe { height: 280px; }
  .team-profile { padding: 18px; }
  .team-photo { min-height: 340px; }
  .page-hero { min-height: 360px; padding-top: 92px; }
  .footer { padding-inline: 20px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .mobile-booking { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 12px; display: flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 8px; color: white; background: var(--teal-dark); box-shadow: 0 12px 34px rgba(5,94,102,.36); font-weight: 900; text-decoration: none; }
  body { padding-bottom: 72px; }
}
@media (max-width: 460px) {
  .site-header { padding-inline: 12px; }
  .brand { width: 82px; height: 60px; padding: 4px; }
  .nav-toggle { width: 40px; height: 40px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .quick-panel { grid-template-columns: 1fr; }
  .quick-panel span { padding-block: 16px; }
  .slider-controls { left: 20px; }
  .section-kicker, .eyebrow { font-size: .88rem; }
  .service-card { min-height: 300px; padding: 20px; }
  .map-card iframe { height: 240px; }
  .footer-main { gap: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
