@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap');

:root {
  --teal-950: #082844;
  --teal-900: #123e68;
  --teal-800: #1b5d91;
  --teal-100: #dfebf5;
  --cream: #f7f2e9;
  --white: #fffdf8;
  --coral: #f17800;
  --coral-dark: #cf6200;
  --ink: #173b5a;
  --muted: #63798c;
  --line: rgba(18, 62, 104, .16);
  --display: 'Newsreader', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  --shadow: 0 24px 70px rgba(10, 44, 50, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 16px/1.7 var(--body);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-sm { padding: 82px 0; }
.bg-white { background: var(--white); }
.bg-teal { background: var(--teal-900); color: var(--white); }
.bg-soft { background: var(--teal-100); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--coral);
  font: 700 11px/1 var(--sans);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 30px; height: 2px; background: currentColor; }
h1, h2, h3, h4 { margin-top: 0; color: inherit; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; }
h3 { font: 600 22px/1.25 var(--sans); }
p { margin: 0 0 22px; }
.lead { color: var(--muted); font-size: 19px; line-height: 1.75; }
.bg-teal .lead { color: #c1d3e4; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  background: var(--coral);
  color: #fff;
  text-decoration: none;
  font: 700 12px/1 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s, background .25s, color .25s;
}
.button:hover { transform: translateY(-3px); background: var(--coral-dark); }
.button::after { content: '↗'; font-size: 17px; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.54); color: #fff; }
.button-outline:hover { background: #fff; color: var(--teal-900); }
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--coral);
  padding-bottom: 5px;
  color: var(--ink);
  text-decoration: none;
  font: 700 12px/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.text-link::after { content: '↗'; color: var(--coral); font-size: 18px; }

.utility-bar {
  height: 38px;
  background: var(--teal-950);
  color: #d9e5e2;
  font: 600 10px/1 var(--sans);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.utility-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.utility-details { display: flex; gap: 25px; }
.utility-details span { display: flex; align-items: center; gap: 8px; }
.utility-dot { width: 5px; height: 5px; background: var(--coral); border-radius: 50%; }
.utility-link { color: #fff; text-decoration: none; }
.utility-link::after { content: ' →'; color: var(--coral); }
.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
}
.nav-shell {
  min-height: 92px;
  background: rgba(255, 253, 248, .97);
  box-shadow: 0 1px rgba(18, 62, 104, .08);
}
.nav-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand img { width: 52px; height: 52px; }
.brand-copy { line-height: 1; }
.brand-copy strong {
  display: block;
  color: var(--teal-900);
  font: 600 20px/1 var(--display);
  letter-spacing: .035em;
}
.brand-copy small {
  display: block;
  margin-top: 7px;
  color: var(--coral);
  font: 700 8px/1 var(--sans);
  letter-spacing: .22em;
}
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.main-nav > a, .dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 92px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  font: 700 11px/1 var(--sans);
  letter-spacing: .055em;
  text-transform: uppercase;
}
.main-nav > a:hover, .dropdown-trigger:hover, .active-link { color: var(--coral) !important; }
.chevron {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s;
}
.dropdown {
  position: absolute;
  top: 76px;
  left: 0;
  min-width: 255px;
  padding: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .22s;
}
.dropdown a {
  display: flex;
  justify-content: space-between;
  padding: 14px 15px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font: 600 12px/1.2 var(--sans);
}
.dropdown a:last-child { border: 0; }
.dropdown a::after { content: '→'; color: var(--coral); }
.dropdown a:hover { background: var(--teal-100); color: var(--teal-900); }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav-cta { margin-left: 8px; min-height: 44px !important; padding: 0 18px !important; background: var(--teal-900) !important; color: #fff !important; }
.nav-cta::after { content: '↗'; color: var(--coral); font-size: 16px; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: var(--teal-900);
  color: #fff;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: .2s;
}

.hero-slider { position: relative; height: min(860px, 92vh); min-height: 720px; overflow: hidden; background: var(--teal-950); }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .85s ease, visibility .85s; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  transition: transform 7s linear;
}
.hero-slide.active .hero-media { transform: scale(1); }
.slide-clinic .hero-media { background-image: linear-gradient(90deg, rgba(8,40,68,.94) 0%, rgba(8,40,68,.7) 42%, rgba(8,40,68,.06) 73%), url('assets/images/hero-clinic.jpg'); }
.slide-hike .hero-media { background-image: linear-gradient(90deg, rgba(8,40,68,.92) 0%, rgba(8,40,68,.62) 43%, rgba(8,40,68,.03) 74%), url('assets/images/hero-hike.jpg'); }
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 130px;
  color: #fff;
}
.hero-copy { width: min(700px, 64%); }
.hero-copy .eyebrow { color: #ffb15c; }
.hero-copy h1 { margin: 0 0 24px; font-size: clamp(64px, 8vw, 112px); line-height: .91; }
.hero-copy h1 em { display: block; color: #ffb15c; font-style: italic; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 34px; color: #d9e5ef; font-size: 19px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.slider-controls {
  position: absolute;
  z-index: 6;
  right: max(24px, calc((100vw - 1180px)/2));
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(8,40,68,.35);
  color: #fff;
  font-size: 20px;
}
.slider-arrow:hover { background: var(--coral); border-color: var(--coral); }
.slider-dots { display: flex; gap: 8px; margin-right: 15px; }
.slider-dot { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); }
.slider-dot.active { background: var(--coral); }
.hero-side-note {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 52%;
  padding: 14px 18px;
  background: var(--coral);
  color: #fff;
  font: 700 10px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: right bottom;
}

.intro-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 10vw; align-items: center; }
.intro-number { color: var(--coral); font: 500 clamp(90px, 12vw, 170px)/.7 var(--display); opacity: .18; }
.intro-copy { position: relative; }
.intro-copy::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -45px;
  width: 1px;
  height: 150px;
  background: var(--coral);
}
.signature-note { margin-top: 35px; padding-left: 20px; border-left: 3px solid var(--coral); font: italic 24px/1.35 var(--display); }

.needs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.need-card {
  min-height: 270px;
  padding: 34px 28px;
  background: var(--teal-900);
  color: #fff;
  transition: background .25s, transform .25s;
}
.need-card:hover { z-index: 2; background: var(--teal-800); transform: translateY(-8px); }
.need-card span { color: var(--coral); font: 700 11px var(--sans); }
.need-card h3 { margin: 50px 0 12px; font-family: var(--display); font-size: 32px; font-weight: 500; }
.need-card p { color: #bdd0e0; font-size: 14px; }

.media-split { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; }
.media-split.reverse { grid-template-columns: .92fr 1.08fr; }
.media-photo { min-height: 620px; background: center/cover no-repeat; }
.photo-assessment { background-image: url('assets/images/assessment.jpg'); }
.photo-mobility { background-image: url('assets/images/mobility.jpg'); }
.media-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(48px, 8vw); background: var(--white); }
.media-copy.bg-teal { background: var(--teal-900); }
.check-list { display: grid; gap: 13px; padding: 0; margin: 12px 0 30px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--coral);
  font-weight: 700;
}
.bg-teal .check-list li { color: #c8d7e4; }

.parallax-band {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(8,40,68,.9), rgba(8,40,68,.22)), url('assets/images/mobility.jpg') center/cover fixed;
  color: #fff;
}
.parallax-band h2 { max-width: 750px; margin-bottom: 30px; font-size: clamp(54px, 7vw, 98px); }
.parallax-band .lead { max-width: 570px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 60px; }
.section-heading > div { max-width: 760px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 410px; padding: 34px; overflow: hidden; background: var(--white); text-decoration: none; box-shadow: 0 1px 0 var(--line); }
.service-card::before {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: var(--coral);
  transition: height .35s;
}
.service-card:hover::before { height: 100%; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { color: #fff; }
.service-card .number { color: var(--coral); font: 700 11px var(--sans); }
.service-card:hover .number { color: #fff; }
.service-card h3 { margin: 78px 0 20px; font: 500 37px/1.05 var(--display); }
.service-card p { color: var(--muted); }
.service-card:hover p { color: #fff; }
.service-card strong { position: absolute; left: 34px; bottom: 34px; font: 700 11px var(--sans); text-transform: uppercase; letter-spacing: .09em; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; counter-reset: steps; }
.step { position: relative; padding: 35px 0 0 76px; border-top: 1px solid var(--line); counter-increment: steps; }
.step::before {
  content: '0' counter(steps);
  position: absolute;
  top: 30px;
  left: 0;
  color: var(--coral);
  font: 500 37px/1 var(--display);
}
.step h3 { margin-bottom: 14px; }
.step p { color: var(--muted); font-size: 15px; }

.reviews-wrap { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; align-items: center; }
.review-card { position: relative; padding: 55px; background: var(--white); box-shadow: var(--shadow); }
.review-card::before { content: '“'; position: absolute; top: -38px; left: 40px; color: var(--coral); font: 500 120px/1 var(--display); }
.review-card blockquote { margin: 0; font: 500 clamp(28px, 3vw, 42px)/1.24 var(--display); }
.review-author { display:flex; align-items:center; gap:14px; margin-top:35px; color:var(--muted); }
.review-author img { width:64px; height:64px; border-radius:50%; object-fit:cover; box-shadow:0 0 0 4px var(--teal-100); flex:0 0 auto; }
.review-author strong { display:block; color:var(--ink); font:700 12px/1.2 var(--sans); letter-spacing:.07em; text-transform:uppercase; }
.review-author small { display:block; margin-top:5px; color:var(--muted); font:600 10px/1.35 var(--sans); letter-spacing:.05em; text-transform:uppercase; }
.review-author em { display:block; margin-top:5px; color:var(--coral); font:600 9px/1.2 var(--sans); font-style:normal; letter-spacing:.06em; text-transform:uppercase; }
.utility-details a { color:inherit; text-decoration:none; }

.cta-band { background: var(--coral); color: #fff; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 70px 0; }
.cta-inner h2 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 70px); }
.cta-inner .button { background: var(--teal-950); }

.page-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: end;
  padding: 210px 0 85px;
  overflow: hidden;
  background: var(--teal-900);
  color: #fff;
}
.page-hero.image-assessment { background: linear-gradient(90deg, rgba(8,40,68,.94), rgba(8,40,68,.32)), url('assets/images/assessment.jpg') center/cover; }
.page-hero.image-mobility { background: linear-gradient(90deg, rgba(8,40,68,.94), rgba(8,40,68,.32)), url('assets/images/mobility.jpg') center/cover; }
.page-hero.image-hike { background: linear-gradient(90deg, rgba(8,40,68,.94), rgba(8,40,68,.25)), url('assets/images/hero-hike.jpg') center/cover; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(64px, 8vw, 110px); line-height: .92; }
.page-hero p { max-width: 560px; margin-top: 25px; color: #d8e5ef; font-size: 19px; }
.breadcrumb { margin-bottom: 22px; color: #ffad52; font: 700 10px var(--sans); letter-spacing: .14em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.story-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stat { padding: 32px; background: var(--white); }
.stat strong { display: block; color: var(--coral); font: 500 47px/1 var(--display); }
.stat span { font: 700 10px var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 40px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.value-card span { color: var(--coral); font: 500 42px var(--display); }
.value-card h3 { margin-top: 35px; }
.value-card p { color: #bdd0e0; }

.services-list { display: grid; gap: 1px; background: var(--line); }
.service-row { display: grid; grid-template-columns: 90px 1fr .8fr; gap: 35px; padding: 48px; background: var(--white); }
.service-row > span { color: var(--coral); font: 500 31px var(--display); }
.service-row h2 { margin: 0; font-size: 46px; }
.service-row p { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.tag { padding: 7px 11px; border: 1px solid var(--line); color: var(--teal-800); font: 700 10px var(--sans); text-transform: uppercase; letter-spacing: .06em; }

.faq-list { max-width: 900px; margin-inline: auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font: 600 18px var(--sans);
}
.faq-question::after { content: '+'; color: var(--coral); font-size: 25px; }
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .35s; }
.faq-answer p { padding: 0 60px 26px 0; }
.faq-item.open .faq-answer { max-height: 260px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-card { margin-top: 35px; padding: 30px; background: var(--teal-100); }
.contact-card strong { display: block; margin-bottom: 7px; font: 700 10px var(--sans); text-transform: uppercase; letter-spacing: .1em; color: var(--coral); }
.contact-form { padding: 45px; background: var(--white); box-shadow: var(--shadow); }
.form-status { margin:0 0 20px; padding:14px 16px; border-left:4px solid var(--coral); background:var(--teal-100); color:var(--ink); font:600 14px/1.5 var(--body); }
.form-status.is-error { border-left-color:#b42318; background:#fff0ee; color:#7a271a; }
.form-hp { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; font: 700 10px var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
}
.form-field textarea { min-height: 135px; resize: vertical; }
.map-box {
  min-height: 360px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--teal-100), #cbddeb);
  text-align: center;
}
.map-pin { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 28px; }

.legal { max-width: 900px; }
.legal h2 { margin-top: 55px; font-size: 40px; }
.legal h3 { margin-top: 35px; }
.legal p, .legal li { color: var(--muted); }

.site-footer { background: var(--teal-950); color: #b9cde0; }
.footer-main { display: grid; grid-template-columns: 1.1fr .7fr .7fr 1fr; gap: 65px; padding: 85px 0 65px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand p { max-width: 300px; margin-top: 24px; }
.footer-col h3 { margin-bottom: 22px; color: #fff; font: 700 11px var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.footer-col a { display: block; margin: 9px 0; color: #b9cde0; text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].in-view { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-35px); }
[data-reveal="right"] { transform: translateX(35px); }
[data-reveal="left"].in-view, [data-reveal="right"].in-view { transform: none; }

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

@media (max-width: 1100px) {
  .main-nav > a, .dropdown-trigger { padding-inline: 9px; font-size: 10px; }
  .brand-copy strong { font-size: 18px; }
  .needs-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .utility-details span:last-child { display: none; }
  .nav-inner { min-height: 80px; }
  .nav-shell { min-height: 80px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 118px 0 0;
    display: block;
    padding: 18px 24px 45px;
    overflow-y: auto;
    background: var(--white);
    transform: translateX(100%);
    transition: transform .3s;
  }
  .menu-open .main-nav { transform: none; }
  .main-nav > a, .dropdown-trigger {
    width: 100%;
    min-height: 55px;
    justify-content: space-between;
    padding: 0 5px;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
  }
  .nav-cta { margin: 18px 0 0; justify-content: center !important; }
  .dropdown {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0 10px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transform: none;
    transition: max-height .3s;
  }
  .dropdown-open .dropdown { max-height: 350px; }
  .dropdown-open .chevron { transform: rotate(225deg); margin-top: 5px; }
  .hero-slider { height: 790px; min-height: 0; }
  .hero-content { padding-top: 115px; }
  .hero-copy { width: 80%; }
  .media-split, .media-split.reverse { grid-template-columns: 1fr; }
  .media-photo { min-height: 520px; }
  .media-split.reverse .media-photo { order: 1; }
  .media-split.reverse .media-copy { order: 2; }
  .service-cards { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .reviews-wrap { grid-template-columns: 1fr; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 60px 1fr; }
  .service-row > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 34px, 1180px); }
  .utility-bar { height: 34px; }
  .utility-inner { justify-content: center; }
  .utility-details { gap: 0; }
  .utility-details span { display: none; }
  .utility-details span:first-child { display: flex; }
  .utility-link { display: none; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 7px; }
  .main-nav { top: 114px; }
  .section { padding: 78px 0; }
  .section-sm { padding: 58px 0; }
  h2 { font-size: 43px; }
  .lead { font-size: 17px; }
  .hero-slider { height: 720px; }
  .hero-content { align-items: end; padding: 140px 0 90px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: 58px; }
  .hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .hero-actions .button-outline { display: none; }
  .slider-controls { right: 17px; bottom: 22px; }
  .hero-side-note { display: none; }
  .slide-clinic .hero-media, .slide-hike .hero-media { background-position: 64% center; }
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-number { display: none; }
  .intro-copy::before { left: -17px; }
  .needs-grid, .service-cards, .steps, .values-grid, .story-stats { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .media-photo { min-height: 390px; }
  .media-copy { padding: 70px 24px; }
  .parallax-band { min-height: 520px; background-attachment: scroll; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading .text-link { margin-top: 20px; }
  .cta-inner { display: block; padding: 58px 0; }
  .cta-inner .button { margin-top: 28px; }
  .page-hero { min-height: 510px; padding: 180px 0 65px; }
  .page-hero h1 { font-size: 57px; }
  .service-row { display: block; padding: 34px 25px; }
  .service-row > span { display: block; margin-bottom: 16px; }
  .service-row h2 { font-size: 39px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 22px; }
  .review-card { padding: 45px 28px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; padding: 65px 0 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}
