:root {
  --blue-950: #0d2c3c;
  --blue-900: #12394c;
  --blue-800: #174b63;
  --blue-700: #1e5c78;
  --green-700: #4f8d38;
  --green-600: #62a843;
  --green-500: #74b94f;
  --green-100: #e9f4e5;
  --green-50: #f4f9f2;
  --ink: #17313e;
  --muted: #62737c;
  --line: #dce7e6;
  --cream: #f7faf8;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(15, 57, 76, .12);
  --shadow-soft: 0 14px 34px rgba(15, 57, 76, .08);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--white); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--blue-950); color: #d7e5e9; font-size: 14px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--white); text-decoration: none; font-weight: 750; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,231,230,.8); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 177px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { text-decoration: none; font-size: 15px; font-weight: 700; color: #34505d; }
.primary-nav > a:not(.button):hover { color: var(--blue-800); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--blue-900); margin: 5px 0; transition: .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 12px; background: var(--green-600); color: var(--white); font-weight: 800; text-decoration: none; border: 1px solid var(--green-600); box-shadow: 0 10px 26px rgba(98,168,67,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 14px 30px rgba(79,141,56,.25); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.button-light { background: var(--white); color: var(--blue-900); border-color: var(--white); box-shadow: none; }
.button-light:hover { background: #f4f8f8; }
.button-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.48); box-shadow: none; }
.button-outline-light:hover { background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-800); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.dark { color: var(--blue-900); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow.light { color: #c5e9b5; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 5px rgba(98,168,67,.12); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(50px, 6vw, 82px); color: var(--blue-950); font-weight: 850; }
h1 span { color: var(--green-600); }
h2 { font-size: clamp(36px, 4vw, 54px); color: var(--blue-950); }
h3 { font-size: 23px; color: var(--blue-950); }
p { margin: 0; }

.hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; background: linear-gradient(135deg, #fbfdfc 0%, #f5faf6 55%, #eef7ed 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding: 78px 0 90px; position: relative; z-index: 2; }
.hero-copy .eyebrow { margin-bottom: 20px; }
.hero-lead { max-width: 660px; margin-top: 26px; font-size: 19px; color: #536872; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; padding-top: 28px; border-top: 1px solid #dbe7e3; }
.hero-points div { display: grid; gap: 1px; }
.hero-points strong { color: var(--blue-900); font-size: 15px; }
.hero-points span { color: var(--muted); font-size: 13px; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.portrait-shell { position: relative; width: min(100%, 510px); aspect-ratio: 4 / 5; border-radius: 34px; padding: 10px; background: linear-gradient(145deg, #dff0da, #d7eced); box-shadow: var(--shadow); overflow: hidden; }
.portrait-shell:after { content: ""; position: absolute; inset: 10px; border-radius: 26px; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.portrait-shell img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; border-radius: 26px; }
.treatment-photo:before { content: ""; position: absolute; z-index: 1; inset: 10px; border-radius: 26px; background: linear-gradient(180deg, transparent 52%, rgba(13,44,60,.18)); pointer-events: none; }
.leaf-mark { position: absolute; z-index: 2; width: 120px; height: 55px; background: rgba(116,185,79,.85); border-radius: 100% 0 100% 0; filter: drop-shadow(0 8px 14px rgba(79,141,56,.18)); }
.leaf-a { right: -24px; top: 60px; transform: rotate(25deg); }
.leaf-b { left: -28px; bottom: 80px; transform: rotate(-150deg); background: rgba(30,92,120,.82); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.95); border: 1px solid rgba(220,231,230,.9); border-radius: 16px; padding: 14px 16px; box-shadow: var(--shadow-soft); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: 14px; color: var(--blue-950); }
.floating-card span { font-size: 12px; color: var(--muted); }
.floating-card-top { left: -30px; top: 45px; }
.floating-card-bottom { right: -24px; bottom: 35px; display: block; max-width: 210px; }
.icon-badge { display: grid !important; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--green-700) !important; background: var(--green-100); font-size: 18px !important; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero-glow-one { width: 360px; height: 360px; right: -100px; top: -120px; background: rgba(116,185,79,.13); }
.hero-glow-two { width: 300px; height: 300px; left: -160px; bottom: -120px; background: rgba(30,92,120,.08); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { min-height: 86px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-height: 44px; display: flex; align-items: center; gap: 11px; padding: 0 22px; border-right: 1px solid var(--line); color: #4e626c; font-size: 14px; font-weight: 700; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-size: 12px; font-weight: 900; }

.section-heading { max-width: 760px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { margin-top: 20px; color: var(--muted); font-size: 17px; }
.services { background: var(--white); }
.service-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { grid-column: span 2; min-height: 330px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 8px 24px rgba(15,57,76,.04); transition: transform .22s ease, border .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #c4d9d3; box-shadow: var(--shadow-soft); }
.service-card.featured { grid-column: span 4; min-height: 390px; background: linear-gradient(145deg, var(--blue-950), var(--blue-800)); border-color: transparent; }
.service-card.featured h3, .service-card.featured p, .service-card.featured a, .service-card.featured li { color: var(--white); }
.service-card.featured p, .service-card.featured li { color: #d8e6ea; }
.service-card.featured .service-icon { background: rgba(255,255,255,.1); color: #bce2a9; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: var(--green-100); color: var(--green-700); margin-bottom: 24px; }
.service-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin-bottom: 10px; color: #bce2a9; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 850; }
.service-card h3 { margin-bottom: 13px; }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card ul { margin: 22px 0 0; padding-left: 18px; display: grid; gap: 6px; font-size: 14px; }
.service-card a { margin-top: auto; padding-top: 24px; text-decoration: none; color: var(--blue-800); font-weight: 800; font-size: 14px; }
.service-card a span { margin-left: 4px; }

.care-section { background: var(--blue-950); color: var(--white); overflow: hidden; }
.care-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.care-panel { position: relative; display: grid; gap: 1px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.care-stat { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 22px; padding: 30px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.care-stat + .care-stat { border-top: 1px solid rgba(255,255,255,.12); }
.care-stat span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: rgba(116,185,79,.16); color: #c7e9b5; font-weight: 850; }
.care-stat p { color: #e5eff1; font-size: 18px; font-weight: 700; }
.care-copy h2 { color: var(--white); margin-top: 13px; }
.care-copy p { margin: 22px 0 30px; max-width: 660px; color: #cbdce1; font-size: 17px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-image { position: relative; max-width: 490px; }
.image-frame { padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 20px; }
.credential-card { position: absolute; right: -46px; bottom: 26px; width: 220px; padding: 18px; border-radius: 16px; background: var(--blue-950); color: var(--white); box-shadow: var(--shadow-soft); }
.credential-card strong, .credential-card span { display: block; }
.credential-card strong { font-size: 20px; color: #c6e8b5; }
.credential-card span { margin-top: 4px; color: #d5e4e8; font-size: 12px; line-height: 1.45; }
.about-copy h2 { margin-top: 12px; }
.about-copy > p { margin-top: 20px; color: var(--muted); font-size: 16px; }
.mini-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0; }
.mini-facts div { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.mini-facts strong, .mini-facts span { display: block; }
.mini-facts strong { color: var(--blue-900); font-size: 14px; }
.mini-facts span { color: var(--muted); font-size: 12px; margin-top: 2px; }

.first-visit { background: var(--white); }
.steps { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { padding: 28px; border-radius: var(--radius-md); background: var(--green-50); border: 1px solid #deedd8; }
.step > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 20px; background: var(--green-600); color: var(--white); border-radius: 13px; font-weight: 850; }
.step h3 { font-size: 20px; }
.step p { color: var(--muted); margin-top: 10px; font-size: 14px; }
.visit-cta { margin-top: 22px; padding: 26px 30px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #f3f7f7; border: 1px solid var(--line); }
.visit-cta div { display: grid; gap: 3px; }
.visit-cta strong { color: var(--blue-950); font-size: 18px; }
.visit-cta span { color: var(--muted); font-size: 14px; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-heading h2 { margin-top: 12px; }
.faq-heading p { margin: 20px 0 24px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--blue-950); font-weight: 800; font-size: 17px; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--white); border: 1px solid var(--line); transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 44px 24px 4px; color: var(--muted); font-size: 15px; }

.contact-section { padding: 100px 0; background: linear-gradient(135deg, var(--blue-950), var(--blue-800)); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 78px; align-items: center; }
.contact-copy h2 { margin-top: 12px; color: var(--white); max-width: 670px; }
.contact-copy > p { margin-top: 20px; max-width: 580px; color: #cbdce1; font-size: 17px; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.contact-card { background: var(--white); color: var(--ink); border-radius: 24px; padding: 30px; box-shadow: 0 26px 70px rgba(0,0,0,.2); }
.contact-item + .contact-item { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 18px; }
.contact-item span { display: block; margin-bottom: 5px; color: var(--green-700); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 850; }
.contact-item strong { display: block; color: var(--blue-950); font-size: 17px; }
.contact-item a { text-decoration: none; }
.contact-item > a { display: inline-block; margin-top: 8px; color: var(--blue-700); font-size: 13px; font-weight: 800; }
.contact-note { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: #7c8b91; font-size: 11px; }


.locations-section { position: relative; overflow: hidden; background: #f5f8f6; border-top: 1px solid var(--line); }
.locations-section::before { content: ""; position: absolute; width: 560px; height: 560px; right: -210px; top: -250px; border-radius: 50%; background: rgba(109,170,69,.08); pointer-events: none; }
.locations-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.locations-intro h2 { max-width: 720px; margin-top: 11px; }
.locations-intro-copy { padding-bottom: 8px; }
.locations-intro-copy p { max-width: 530px; color: var(--muted); font-size: 16px; }
.locations-intro-copy .text-link { margin-top: 18px; }
.location-showcase { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; margin-top: 50px; }
.north-country-route { position: relative; min-height: 610px; overflow: hidden; padding: 38px 34px; border-radius: 28px; background: linear-gradient(155deg, var(--blue-950) 0%, #214f62 56%, #2d6875 100%); color: var(--white); box-shadow: 0 28px 70px rgba(15,55,72,.18); }
.north-country-route::before { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -90px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 86px rgba(255,255,255,.02); }
.route-copy { position: relative; z-index: 3; max-width: 360px; }
.route-kicker { display: block; margin-bottom: 13px; color: #b7d9a4; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 850; }
.route-copy strong { display: block; max-width: 335px; color: var(--white); font-family: var(--font-display); font-size: clamp(34px, 3vw, 50px); line-height: 1.03; letter-spacing: -.025em; }
.route-copy p { margin-top: 17px; max-width: 340px; color: #c6d9df; font-size: 14px; }
.route-map { position: absolute; inset: 245px 12px 32px 0; }
.route-map svg { width: 100%; height: 100%; }
.route-road { fill: none; stroke: rgba(218,236,211,.58); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 7 12; }
.route-road-shadow { stroke: rgba(255,255,255,.05); stroke-width: 18; stroke-dasharray: none; }
.route-stop { position: absolute; z-index: 2; width: 0; height: 0; color: var(--white); }
.route-stop div { position: absolute; left: 18px; top: 0; width: max-content; display: flex; flex-direction: column; padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(8,38,50,.5); backdrop-filter: blur(7px); transform: translateY(-50%); }
.route-stop strong { color: var(--white); font-size: 15px; }
.route-stop span:not(.route-dot) { margin-top: 2px; color: #b8cdd4; font-size: 11px; }
.route-dot { position: absolute; left: 0; top: 0; width: 19px; height: 19px; border: 5px solid #c9e4bb; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 6px rgba(109,170,69,.18), 0 8px 20px rgba(0,0,0,.25); transform: translate(-50%, -50%); }
.stop-canton { left: 25.278%; top: 13.077%; }
.stop-heuvelton { left: 51.944%; top: 91.026%; }
.map-disclaimer { position: absolute; left: 34px; bottom: 22px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .04em; }
.location-panels { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
.location-panel { position: relative; overflow: hidden; display: grid; align-content: start; padding: 32px 34px; border: 1px solid #dce7e4; border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-soft); }
.location-panel::after { content: ""; position: absolute; width: 170px; height: 170px; right: -58px; bottom: -74px; border-radius: 50%; background: rgba(34,78,99,.035); }
.location-panel-accent { border-color: #dce9d6; background: linear-gradient(135deg, #ffffff 0%, #f8fbf6 100%); }
.location-panel-accent::before { content: ""; position: absolute; right: 25px; top: 0; width: 72px; height: 6px; border-radius: 0 0 6px 6px; background: var(--green-600); }
.location-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.location-number { color: #9aabb1; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.location-service-pill { padding: 7px 10px; border-radius: 999px; background: var(--green-50); color: var(--green-700); font-size: 10px; font-weight: 850; letter-spacing: .03em; }
.location-city { margin-top: 24px; color: var(--green-700); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 850; }
.location-panel h3 { margin-top: 4px; font-size: clamp(29px, 2.6vw, 39px); }
.location-description { margin-top: 10px; max-width: 650px; color: var(--muted); font-size: 14px; }
.location-meta { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--line); }
.location-meta span { display: block; margin-bottom: 5px; color: #87979d; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 850; }
.location-meta strong { display: block; color: var(--blue-950); font-size: 13px; line-height: 1.5; }
.location-actions { position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 24px; }
.locations-booking-note { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 22px 25px; border: 1px solid #dce6e2; border-radius: 18px; background: rgba(255,255,255,.7); }
.locations-booking-note > div { display: flex; align-items: center; gap: 15px; }
.booking-note-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; background: var(--blue-950); color: var(--white); font-weight: 900; }
.locations-booking-note strong { display: block; color: var(--blue-950); font-size: 14px; }
.locations-booking-note div div span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.locations-booking-note > a { color: var(--blue-700); text-decoration: none; white-space: nowrap; font-size: 12px; font-weight: 850; }
.compact-locations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.compact-locations .location-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); }
.compact-locations .location-card::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 4px; border-radius: 0 5px 5px 0; background: var(--green-600); }
.compact-locations .location-kicker { margin-bottom: 10px; color: var(--green-700); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 850; }
.compact-locations .location-card h3 { font-size: 27px; }
.compact-locations .location-card p { margin-top: 8px; color: var(--muted); }

.site-footer { padding: 56px 0 25px; background: #0a2533; color: #cad9de; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 170px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { margin-top: 18px; max-width: 280px; color: #9fb5be; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { color: var(--white); margin-bottom: 5px; font-size: 14px; }
.footer-links a { color: #9fb5be; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #809da8; font-size: 12px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .topbar span { display: none; }
  .topbar-inner { justify-content: center; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: 13px 8px; border-bottom: 1px solid #edf2f1; }
  .primary-nav .button { margin-top: 10px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 58px; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-points { max-width: 640px; margin-inline: auto; margin-top: 40px; text-align: left; }
  .hero-visual { min-height: 480px; }
  .portrait-shell { width: min(82vw, 480px); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .trust-grid > div { border-right: 0; padding: 10px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card.featured { grid-column: span 1; min-height: 330px; }
  .care-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .locations-intro { grid-template-columns: 1fr; gap: 22px; }
  .compact-locations { grid-template-columns: 1fr; }
  .location-showcase { grid-template-columns: 1fr; }
  .north-country-route { min-height: 480px; }
  .route-map { inset: 205px 40px 25px auto; width: min(52%, 390px); }
  .location-panels { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .location-meta { grid-template-columns: 1fr; gap: 14px; }
  .care-copy { order: -1; }
  .about-image { margin-inline: auto; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .site-header .nav-wrap { min-height: 72px; }
  .brand img { width: 150px; }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  h2 { font-size: clamp(33px, 10vw, 44px); }
  .hero-grid { padding: 48px 0 70px; gap: 44px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .text-link { justify-content: center; }
  .hero-points { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .hero-points div { padding: 9px; border-radius: 12px; background: rgba(255,255,255,.6); }
  .hero-visual { min-height: 390px; }
  .floating-card-top { left: 0; top: 8px; }
  .floating-card-bottom { right: 0; bottom: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { grid-column: auto; min-height: 315px; padding: 25px; }
  .care-stat { grid-template-columns: 50px 1fr; padding: 22px; gap: 14px; }
  .care-stat span { width: 44px; height: 44px; border-radius: 13px; }
  .care-stat p { font-size: 16px; }
  .credential-card { right: -4px; bottom: 12px; width: 190px; }
  .mini-facts { grid-template-columns: 1fr; }
  .visit-cta { flex-direction: column; align-items: stretch; }
  .visit-cta .button { width: 100%; }
  .contact-actions { flex-direction: column; }
  .north-country-route { min-height: 635px; padding: 30px 24px; }
  .route-map {
    top: 245px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(calc(100% - 28px), 320px);
    height: auto;
    aspect-ratio: 360 / 390;
    transform: translateX(-50%);
  }
  .route-map svg { display: block; width: 100%; height: 100%; }
  .map-disclaimer { left: 24px; }
  .location-panels { grid-template-columns: 1fr; }
  .location-panel { padding: 28px 24px; }
  .location-meta { grid-template-columns: 1fr 1fr; gap: 18px; }
  .location-actions { flex-direction: column; align-items: stretch; }
  .location-actions .button, .location-actions .text-link { width: 100%; justify-content: center; }
  .locations-booking-note { flex-direction: column; align-items: stretch; }
  .locations-booking-note > a { padding-left: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 1100; display: grid; grid-template-columns: 1fr 1.2fr; background: var(--blue-950); border-radius: 14px; overflow: hidden; box-shadow: 0 14px 38px rgba(0,0,0,.3); }
  .mobile-cta a { min-height: 50px; display: grid; place-items: center; color: var(--white); text-decoration: none; font-weight: 850; font-size: 14px; }
  .mobile-cta a:last-child { background: var(--green-600); }
  body { padding-bottom: 70px; }
}

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: linear-gradient(135deg, #f8fbfa, #eef7ed); border-bottom: 1px solid var(--line); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin-top: 14px; font-size: clamp(44px, 5.6vw, 70px); }
.page-hero p { max-width: 760px; margin-top: 22px; color: var(--muted); font-size: 18px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #70828a; font-size: 13px; }
.breadcrumb a { color: var(--blue-700); text-decoration: none; font-weight: 750; }
.page-body { padding: 88px 0 100px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.prose { max-width: 790px; }
.prose h2 { margin: 0 0 18px; font-size: clamp(30px, 3vw, 42px); }
.prose h3 { margin: 36px 0 12px; font-size: 23px; }
.prose p { margin: 0 0 18px; color: var(--muted); font-size: 16px; }
.prose ul { margin: 18px 0 28px; padding-left: 22px; color: var(--muted); display: grid; gap: 9px; }
.prose li::marker { color: var(--green-600); }
.prose .lead { color: #405965; font-size: 20px; line-height: 1.7; }
.sidebar-card { position: sticky; top: 110px; padding: 26px; border-radius: 20px; background: var(--blue-950); color: var(--white); box-shadow: var(--shadow-soft); }
.sidebar-card h3 { color: var(--white); font-size: 22px; }
.sidebar-card p { margin-top: 12px; color: #cbdce1; font-size: 14px; }
.sidebar-card .button { width: 100%; margin-top: 20px; }
.sidebar-card .side-link { display: block; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #d8e6ea; text-decoration: none; font-size: 13px; font-weight: 700; }
.sidebar-card .side-link:first-of-type { margin-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 32px 0 40px; }
.feature-item { padding: 20px; border-radius: 16px; background: var(--green-50); border: 1px solid #deedd8; }
.feature-item strong { display: block; color: var(--blue-950); font-size: 15px; }
.feature-item span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.inline-cta { margin-top: 45px; padding: 30px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: 20px; background: #f3f7f7; border: 1px solid var(--line); }
.inline-cta strong { display: block; color: var(--blue-950); font-size: 20px; }
.inline-cta span { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 34px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-soft); }
.team-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.team-card-body { padding: 24px; }
.team-card-body h3 { margin-bottom: 5px; }
.team-card-body .role { color: var(--green-700); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.team-card-body p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.info-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.info-card .label { color: var(--green-700); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.info-card strong { display: block; margin-top: 7px; color: var(--blue-950); font-size: 18px; }
.info-card a { color: var(--blue-700); text-decoration: none; }
.note-box { margin: 30px 0; padding: 20px 22px; border-left: 4px solid var(--green-600); border-radius: 0 14px 14px 0; background: var(--green-50); color: #536872; font-size: 14px; }
@media (max-width: 900px) {
  .content-layout { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .team-grid, .info-cards { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .page-hero { padding: 60px 0 54px; }
  .page-body { padding: 64px 0 80px; }
  .feature-list { grid-template-columns: 1fr; }
  .inline-cta { flex-direction: column; align-items: stretch; }
}
