/* Base Styles */
@font-face {
  font-family: "Adventure";
  src: url("../Adventure.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ff-green: rgb(26, 123, 62);
  --ff-dark: #17252a;
  --ff-light: #ffffff;
  --ff-gray: #f4f4f4;
  --ff-footer: #333333;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* Keep off-canvas UI from extending the layout viewport when a foldable
     switches back to its narrower cover display. */
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  color: var(--ff-dark);
  background: var(--ff-light);
}

html {
  scroll-behavior: smooth;
  background: var(--ff-footer);
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.2;
}

section {
  padding: 60px 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 24px;
  background: var(--ff-green);
  color: var(--ff-light);
  text-decoration: none;
  border-radius: 4px;
}
.btn.secondary {
  background: var(--ff-dark);
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 85vh;
  min-height: 85svh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ff-light);
  overflow: hidden;
  padding: 0;

}
.hero video,
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero video { -webkit-transform: translateZ(0); transform: translateZ(0); will-change: transform; }
.hero .overlay {
  background: linear-gradient(180deg, rgba(7, 19, 12, 0.2), rgba(7, 19, 12, 0.08) 55%, rgba(7, 19, 12, 0.22));
}
.hero-feature { position: absolute; top: clamp(135px, 18vh, 235px); left: clamp(28px, 5vw, 82px); z-index: 1; width: min(560px, calc(100% - 56px)); padding: clamp(30px, 3vw, 44px); color: #f8fbf8; background: linear-gradient(145deg, rgba(10, 38, 24, 0.58), rgba(22, 53, 35, 0.4)); border: 1px solid rgba(183, 226, 194, 0.3); border-radius: 24px; box-shadow: 0 28px 70px rgba(4, 18, 10, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12); text-align: left; -webkit-backdrop-filter: saturate(130%) blur(28px); backdrop-filter: saturate(130%) blur(28px); }
.hero-feature__eyebrow { display: flex; margin: 0 0 16px; align-items: center; gap: 13px; color: #8ee19f; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.hero-feature__eyebrow::before { width: 42px; height: 1px; background: currentColor; content: ""; }
.hero-feature__title { margin: 0 0 18px; font-family: "Adventure", "Open Sans", Arial, sans-serif; font-size: clamp(2.6rem, 3.8vw, 3.8rem); font-weight: 800; letter-spacing: 0.015em; line-height: 0.9; text-transform: uppercase; white-space: nowrap; }
.hero-feature__title span { color: #8ee19f; }
.hero-feature__copy { max-width: 420px; margin: 0; color: rgba(248, 251, 248, 0.84); font-size: 1rem; line-height: 1.6; }
.hero-feature__actions { display: flex; gap: 12px; margin-top: 24px; }
.hero-feature__actions .btn { flex: 1; margin: 0; padding: 12px 18px; border: 1px solid #83da96; border-radius: 999px; font-size: 0.82rem; font-weight: 800; text-align: center; }
.hero-feature__actions .btn span { margin-left: 12px; }
.hero-feature__actions .btn.secondary { background: rgba(5, 18, 11, 0.2); border-color: rgba(255, 255, 255, 0.72); }
.hero-feature__replay { display: none; }
.hero.video-ended .hero-feature__replay { display: inline-flex; align-self: center; margin-top: 24px; padding: 9px 14px; align-items: center; gap: 7px; color: rgba(248, 251, 248, .88); background: rgba(5, 18, 11, .2); border: 1px solid rgba(255, 255, 255, .46); border-radius: 999px; font: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; }
.hero-feature__replay:hover, .hero-feature__replay:focus-visible { background: rgba(255, 255, 255, .12); }
.hero-feature__replay .material-symbols-outlined { font-size: 1.15rem; }
.hero .content {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 1;
  width: 100%;
  max-width: 1055px;
  transform: translateX(-50%);
}

.hero-copy {
  padding-inline: 20px;
  color: var(--ff-light);
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.hero-copy h1 {
  margin: 0;
  font-family: "Adventure", "Open Sans", Arial, sans-serif;
  font-size: clamp(2rem, 6vw, 4.75rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hero-copy p {
  margin: 10px 0 0;
  font-size: clamp(0.95rem, 2vw, 1.3rem);
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.hero-copy .hero-eyebrow {
  margin-top: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy .hero-eyebrow span { margin-inline: 0.35em; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.hero-actions .btn {
  margin: 0;
}

.scroll-cue {
  position: absolute;
  top: calc(100% - 12px);
  left: 50%;
  display: grid;
  width: 36px;
  height: 28px;
  place-items: center;
  color: var(--ff-light);
  transform: translateX(-50%);
}

.scroll-cue span {
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-4px) rotate(45deg);
}

/* Why Section */
#why ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
#why li {
  margin: 8px 0;
}
#why li::before {
  content: "🐕";
  margin-right: 8px;
}

/* Guide Section */
.steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 40px auto;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

/* Gallery Section */
.gallery {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 20px 0;
}
.gallery img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

/* Testimonials */
blockquote {
  font-style: italic;
  max-width: 700px;
  margin: 20px auto;
}

/* Homepage content */
.home-main { display: flow-root; position: relative; background: #f7f4ed; }
.home-main section { max-width: 1240px; margin: 0 auto; }
.home-eyebrow { margin: 0 0 14px; color: var(--ff-green); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.home-intro { padding-top: clamp(78px, 9vw, 126px); padding-bottom: clamp(70px, 8vw, 108px); }
.home-intro h1 { max-width: 900px; margin: 0 auto 14px; font-family: "Adventure", "Open Sans", Arial, sans-serif; font-size: clamp(2.7rem, 5.5vw, 5rem); letter-spacing: 0.02em; text-transform: uppercase; }
.home-intro > p:not(.home-eyebrow) { max-width: 720px; margin: 0 auto; color: #4c5b51; font-size: clamp(1rem, 1.7vw, 1.2rem); }
.home-intro__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 28px; }
.home-intro__actions .btn { min-width: 210px; margin: 0; padding: 14px 24px; border: 1px solid var(--ff-green); border-radius: 999px; box-shadow: 0 8px 24px rgba(21, 80, 43, 0.12); font-size: 0.9rem; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.home-intro__actions .btn span { margin-left: 18px; }
.home-intro__actions .btn:hover, .home-intro__actions .btn:focus-visible { box-shadow: 0 12px 30px rgba(21, 80, 43, 0.2); transform: translateY(-2px); }
.home-intro__actions .btn.secondary { color: var(--ff-dark); background: transparent; }
.home-intro__actions .btn.secondary:hover, .home-intro__actions .btn.secondary:focus-visible { color: #fff; background: var(--ff-green); }
.home-actions { position: relative; z-index: 2; margin-top: -65px !important; padding: 0 20px; }
.home-section-heading { max-width: 700px; margin: 0 auto 42px; }
.home-section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.home-action-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1200px; margin: 0 auto; overflow: hidden; background: linear-gradient(135deg, rgba(9, 42, 25, 0.68), rgba(13, 54, 33, 0.58)); border: 1px solid rgba(150, 207, 163, 0.34); border-radius: 24px; box-shadow: 0 28px 70px rgba(11, 35, 22, 0.3), 0 8px 22px rgba(11, 35, 22, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.13); -webkit-backdrop-filter: saturate(135%) blur(30px); backdrop-filter: saturate(135%) blur(30px); }
.home-action-grid::after { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 24%, transparent 72%, rgba(112, 190, 130, 0.05)); content: ""; pointer-events: none; }
.home-action-card { position: relative; z-index: 1; display: flex; min-width: 0; min-height: 250px; padding: 24px 24px 20px; color: #f7faf7; flex-direction: column; align-items: center; text-align: center; text-decoration: none; transition: background-color 0.25s ease, transform 0.25s ease; }
.home-action-card + .home-action-card::before { position: absolute; top: 24px; bottom: 24px; left: 0; width: 1px; background: rgba(221, 241, 226, 0.18); content: ""; }
.home-action-card:hover, .home-action-card:focus-visible { z-index: 2; background: rgba(255, 255, 255, 0.07); transform: translateY(-4px); }
.home-action-card__icon { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; color: #155b32; background: rgba(225, 243, 228, 0.92); border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 50%; box-shadow: 0 7px 18px rgba(2, 19, 9, 0.22); font-size: 1.55rem; }
.home-action-card__content { display: flex; width: 100%; flex: 1; flex-direction: column; align-items: center; }
.home-action-card__title { margin: 12px 0 8px; font-size: 0.91rem; font-weight: 800; letter-spacing: 0.065em; line-height: 1.35; text-transform: uppercase; }
.home-action-card__description { margin-bottom: 14px; color: rgba(240, 247, 242, 0.82); font-size: 0.86rem; line-height: 1.5; }
.home-action-card__inline-link { text-decoration: underline; text-underline-offset: 3px; }
.home-action-card__link { margin-top: auto; color: #83dc98; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.home-action-card__link span { display: inline-block; margin-left: 5px; transition: transform .25s ease; }
.home-action-card:hover .home-action-card__link span, .home-action-card:focus-visible .home-action-card__link span { transform: translateX(4px); }
.home-services { padding-top: clamp(80px, 10vw, 130px); padding-bottom: clamp(84px, 11vw, 140px); }
.home-service-grid { overflow: hidden; background: #173f29; border-radius: 26px; box-shadow: 0 22px 60px rgba(23, 63, 41, 0.18); }
.home-service-card { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); min-height: 390px; color: #ffffff; text-align: left; }
.home-service-card + .home-service-card { border-top: 1px solid rgba(255, 255, 255, 0.18); }
.home-service-card--image-right { grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); }
.home-service-card__image { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.home-service-card__content { display: flex; padding: clamp(38px, 6vw, 70px); flex-direction: column; justify-content: center; }
.home-service-card h3 { margin-bottom: 18px; font-size: clamp(1.65rem, 3vw, 2.6rem); }
.home-service-card p { max-width: 900px; margin: 0 0 26px; color: rgba(255, 255, 255, 0.8); line-height: 1.75; }
.home-service-card a { display: inline-block; color: #ffffff; font-size: 0.86rem; font-weight: 800; letter-spacing: 0.1em; text-decoration-color: #91ce9f; text-decoration-thickness: 2px; text-transform: uppercase; text-underline-offset: 7px; }
.home-locations { padding-top: 0; padding-bottom: clamp(84px, 10vw, 124px); scroll-margin-top: 112px; }
.home-locations .home-section-heading { max-width: 760px; }
.home-locations .home-section-heading > p:last-child { margin: 16px auto 0; color: #526057; font-size: 1.05rem; }
.home-location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.home-location-card { display: flex; overflow: hidden; min-width: 0; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(23, 37, 42, 0.1); border-radius: 24px; box-shadow: 0 16px 42px rgba(42, 55, 47, 0.1); flex-direction: column; text-align: left; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.home-location-card:hover { border-color: rgba(26, 123, 62, 0.25); box-shadow: 0 22px 52px rgba(42, 55, 47, 0.16); transform: translateY(-4px); }
.home-location-card__image-link { display: block; overflow: hidden; }
.home-location-card__image-link img { display: block; width: 100%; height: 260px; object-fit: cover; transition: transform .35s ease; }
.home-location-card:hover .home-location-card__image-link img { transform: scale(1.025); }
.home-location-card__body { display: flex; height: 100%; padding: 30px; flex-direction: column; }
.home-location-card h3 { margin: 0 0 12px; font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.home-location-card address { color: #3f4d45; font-style: normal; line-height: 1.55; }
.home-location-card__details { display: grid; margin: 22px 0; border-top: 1px solid rgba(23, 37, 42, 0.1); border-bottom: 1px solid rgba(23, 37, 42, 0.1); }
.home-location-card__details > div { display: grid; grid-template-columns: 78px 1fr; padding: 11px 0; gap: 12px; }
.home-location-card__details > div + div { border-top: 1px solid rgba(23, 37, 42, 0.08); }
.home-location-card__details dt { color: var(--ff-green); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.home-location-card__details dd { margin: 0; color: #56645b; font-size: 0.88rem; line-height: 1.45; }
.home-location-card__details a { color: var(--ff-dark); font-weight: 700; }
.home-location-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.home-location-card__actions .btn { min-width: 0; margin: 0; padding: 11px 17px; border: 1px solid var(--ff-green); border-radius: 999px; font-size: 0.8rem; font-weight: 700; }
.home-location-card__actions .btn.secondary { color: var(--ff-dark); background: transparent; }
.home-location-card__actions .btn:hover, .home-location-card__actions .btn:focus-visible { box-shadow: 0 8px 20px rgba(21, 80, 43, 0.16); transform: translateY(-1px); }
html[data-theme="dark"] .home-main { background: #101713; }
html[data-theme="dark"] .home-intro > p:not(.home-eyebrow) { color: #b8c6bc; }
html[data-theme="dark"] .home-action-grid { background: linear-gradient(135deg, rgba(7, 31, 18, 0.72), rgba(13, 48, 29, 0.64)); border-color: rgba(216, 241, 222, 0.2); }
html[data-theme="dark"] .home-action-card:hover, html[data-theme="dark"] .home-action-card:focus-visible { background: rgba(255, 255, 255, 0.06); }
html[data-theme="dark"] .home-action-card + .home-action-card::before { background: rgba(216, 241, 222, 0.14); }
html[data-theme="dark"] .home-action-card__description { color: #bdc9c0; }
html[data-theme="dark"] .home-locations .home-section-heading > p:last-child,
html[data-theme="dark"] .home-location-card address,
html[data-theme="dark"] .home-location-card__details dd { color: #bdc9c0; }
html[data-theme="dark"] .home-location-card { background: #18221b; border-color: rgba(216, 241, 222, 0.14); }
html[data-theme="dark"] .home-location-card__details { border-color: rgba(216, 241, 222, 0.14); }
html[data-theme="dark"] .home-location-card__details > div + div { border-color: rgba(216, 241, 222, 0.1); }
html[data-theme="dark"] .home-location-card__details a,
html[data-theme="dark"] .home-location-card__actions .btn.secondary { color: #eef3ef; }

/* Locations */
.locations {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.location iframe {
  width: 100%;
  height: 200px;
  border: 0;
  margin-top: 10px;
}

/* Footer */
footer {
  background: var(--ff-footer);
  color: var(--ff-light);
  text-align: center;
  padding: 40px 20px;
}


/* Site Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* A translucent fill is required for Chrome to render the backdrop blur. */
  background: rgba(0, 0, 0, 0.08);
  border-top: 7px solid transparent;
  -webkit-backdrop-filter: saturate(125%) blur(18px);
  backdrop-filter: saturate(125%) blur(18px);
  padding: 0;
  z-index: 1000;
}
.site-header::before { position: absolute; z-index: 0; top: -7px; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.1); -webkit-backdrop-filter: saturate(125%) blur(18px); backdrop-filter: saturate(125%) blur(18px); content: ""; pointer-events: none; }

.site-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 85px;
  margin: 0 auto;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  transition: max-width .35s ease, min-height .35s ease, padding .35s ease;
}
.site-header .logo {
  flex: 1;
  text-align: center;
}
.site-header .logo img {
  height: 65px;
}

/* Render the local green brand artwork in white over the hero. */
.site-header:not(.is-solid) .logo img {
  filter: brightness(0) invert(1);
}

/* Base: header remains translucent over the hero. */
.site-header {
  color: var(--ff-light);
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .2s ease;
}
.site-header a,
.site-header .nav-toggle { color: inherit; }

/* Solid state once past the hero */
.site-header.is-solid {
  background: rgba(26, 123, 62, 0.9);
  border-top-color: var(--ff-green);
  color: var(--ff-light);
  box-shadow: 0 3px 16px rgba(23, 37, 42, 0.12);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  backdrop-filter: saturate(140%) blur(12px);
}

.site-header.is-solid::before { display: none; }

.site-header.is-solid .site-header__inner {
  max-width: 1200px;
  min-height: 96px;
  padding: 10px 24px;
}

.site-header.is-solid .nav-toggle { color: var(--ff-light); }

.site-header.is-solid .logo img {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: width .2s ease;
}


.nav-links {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 88vw);
  height: 100vh;
  height: 100dvh;
  padding: clamp(108px, 16vh, 150px) 44px 40px;
  background: rgba(13, 61, 32, 0.88);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: -18px 0 45px rgba(7, 28, 16, 0.25);
  overflow-y: auto;
  overscroll-behavior: none;
  text-align: left;
  transform: translateX(105%);
  visibility: hidden;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .45s;
  -webkit-backdrop-filter: saturate(125%) blur(18px);
  backdrop-filter: saturate(125%) blur(18px);
  -webkit-overflow-scrolling: touch;
}
.nav-links a {
  color: var(--ff-light);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: clamp(1.05rem, 3vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links a:focus-visible { color: #b8e4c2; }

.nav-links .nav-locations__toggle {
  font-size: clamp(1.05rem, 3vw, 1.3rem);
}

.nav-links a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-links .nav-links__button {
  margin-top: 8px;
  padding: 11px 16px;
  color: var(--ff-light);
  background: var(--ff-green);
  border-radius: 4px;
  text-align: center;
}
.nav-links .nav-links__button:hover,
.nav-links .nav-links__button:focus-visible { color: var(--ff-light); }
.nav-links.open {
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
}
.nav-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background: transparent;
  border: none;
  color: var(--ff-light);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 1002;
}

.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(4, 20, 11, 0.38);
  border: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility 0s linear .35s;
}

.nav-scrim.is-visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.nav-toggle[aria-expanded="true"] .secondary-nav__toggle-icon,
.secondary-nav__toggle[aria-expanded="true"] .secondary-nav__toggle-icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .secondary-nav__toggle-icon::before,
.secondary-nav__toggle[aria-expanded="true"] .secondary-nav__toggle-icon::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .secondary-nav__toggle-icon::after,
.secondary-nav__toggle[aria-expanded="true"] .secondary-nav__toggle-icon::after { top: 0; transform: rotate(-45deg); }

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-nav a {
  color: var(--ff-light);
  text-decoration: none;
}
.social a {
  margin: 0 10px;
  color: var(--ff-light);
  text-decoration: none;
}
.motto {
  font-weight: bold;
  margin-top: 20px;
}

/* Rates Page */
.secondary-page {
  background: #f7f4ed;
}

.secondary-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(26, 123, 62, 0.9);
  border-top: 7px solid var(--ff-green);
  box-shadow: 0 3px 16px rgba(23, 37, 42, 0.12);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  backdrop-filter: saturate(140%) blur(12px);
}

.secondary-header__inner {
  display: flex;
  min-height: 96px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  align-items: center;
  justify-content: space-between;
}

.secondary-header__logo img {
  display: block;
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.secondary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-locations {
  position: relative;
}

.nav-locations::after {
  position: absolute;
  top: 100%;
  right: -12px;
  left: -12px;
  height: 12px;
  content: "";
}

.nav-locations__toggle {
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 8px;
  color: var(--ff-light);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.nav-locations__arrow {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-locations__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 3;
  display: grid;
  min-width: 210px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 37, 42, 0.2);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(7, 28, 16, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-locations__menu a,
.secondary-nav .nav-locations__menu a {
  margin: 0;
  padding: 10px 12px;
  color: var(--ff-dark);
  border: 0;
  border-radius: 9px;
  white-space: nowrap;
}

.nav-locations__menu a:hover,
.nav-locations__menu a:focus-visible,
.secondary-nav .nav-locations__menu a:hover,
.secondary-nav .nav-locations__menu a:focus-visible,
.secondary-nav .nav-locations__menu a[aria-current="page"] {
  color: #135c30;
  background: #edf6ef;
  text-decoration: none;
}

.nav-locations:hover .nav-locations__menu,
.nav-locations:focus-within .nav-locations__menu,
.nav-locations.is-open .nav-locations__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-locations.is-open .nav-locations__arrow { transform: translateY(2px) rotate(225deg); }

html[data-theme="dark"] .nav-locations__menu {
  background: rgba(18, 31, 23, 0.98);
  border-color: rgba(216, 241, 222, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

html[data-theme="dark"] .nav-locations__menu a,
html[data-theme="dark"] .secondary-nav .nav-locations__menu a { color: #f4f8f5; }

html[data-theme="dark"] .nav-locations__menu a:hover,
html[data-theme="dark"] .nav-locations__menu a:focus-visible,
html[data-theme="dark"] .secondary-nav .nav-locations__menu a:hover,
html[data-theme="dark"] .secondary-nav .nav-locations__menu a:focus-visible,
html[data-theme="dark"] .secondary-nav .nav-locations__menu a[aria-current="page"] {
  color: #ffffff;
  background: #245638;
}

.secondary-nav a {
  color: var(--ff-light);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.secondary-nav a:hover,
.secondary-nav a:focus-visible,
.secondary-nav a[aria-current="page"] {
  color: var(--ff-light);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.secondary-nav__button {
  padding: 11px 16px;
  color: var(--ff-light) !important;
  background: var(--ff-green);
  border-radius: 4px;
}

.header-assessment-button {
  flex-shrink: 0;
  white-space: nowrap;
}

.secondary-nav__toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px;
  color: var(--ff-light);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}

.secondary-nav__toggle-icon,
.secondary-nav__toggle-icon::before,
.secondary-nav__toggle-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.secondary-nav__toggle-icon {
  position: relative;
}

.secondary-nav__toggle-icon::before,
.secondary-nav__toggle-icon::after {
  position: absolute;
  content: "";
}

.secondary-nav__toggle-icon::before { top: -7px; }
.secondary-nav__toggle-icon::after { top: 7px; }

.page-intro {
  padding: 72px 24px;
  color: var(--ff-light);
  background: linear-gradient(115deg, #135c30, var(--ff-green));
}

.page-intro h1 {
  margin-bottom: 10px;
  font-size: clamp(2.8rem, 7vw, 5rem);
}

.page-intro p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.page-intro__eyebrow {
  margin-bottom: 8px !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.secondary-footer {
  padding: 52px 24px 22px;
  color: var(--ff-light);
  background: var(--ff-footer);
  text-align: left;
}

.secondary-footer__inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.8fr;
  gap: 36px;
  max-width: 1360px;
  margin: 0 auto 40px;
}

.secondary-footer__brand img {
  width: 150px;
  filter: brightness(0) invert(1);
}

.secondary-footer h2 {
  margin-bottom: 14px;
  font-size: 1rem;
  color: #91ce9f;
  text-transform: uppercase;
}

.secondary-footer a {
  color: var(--ff-light);
  text-decoration: none;
}

.secondary-footer a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.secondary-footer__nav,
.secondary-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.secondary-footer__contact p {
  margin: 8px 0 0;
}

.secondary-footer__legal {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  text-align: center;
}

.secondary-footer__legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rates-page .hero {
  min-height: auto;
  padding: 100px 20px 40px;
}

.rates-page section:not(.hero) {
  max-width: 900px;
  margin: 0 auto 40px;
  background: var(--ff-light);
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.rates-page h2 {
  color: var(--ff-green);
  margin-bottom: 20px;
}

.rates-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rates-page ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--ff-gray);
}

.rates-page ul li:last-child {
  border-bottom: none;
}

.rates-page p.note {
  font-style: italic;
  color: #555;
}

/* ========== Rates Section (scoped) ========== */
.rates-section {
  --accent: #ff6900;
  --fg: #111;
  --muted: #666;
  --panel: #f6f6f6;
  --border: #e5e5e5;

  color: var(--fg);
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: left;
}

.rates-section__header {
  margin-bottom: 1.25rem;
}
.rates-section__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0 0 .25rem;
}
.rates-section__subtitle {
  color: var(--muted);
  margin: 0;
}

.rates-block {
  margin-block: 2rem;
}
.rates-block__title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin: 0 0 .75rem;
}

/* Table container */
.rates-table {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

/* Table base */
.rates-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.rates-table caption {
  text-align: left;
  padding: .75rem 1rem;
  font-weight: 600;
  color: var(--muted);
}
.rates-table th,
.rates-table td {
  padding: .75rem 1rem;
  border-top: 1px solid var(--border);
  vertical-align: top;
}
.rates-table thead th {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.rates-table tbody tr:nth-child(even) td {
  background: #fff;
}
.rates-table tbody tr:nth-child(odd) td {
  background: #fafafa;
}
.rates-table td[data-num] {
  text-align: right;
  white-space: nowrap;
}

/* Responsive table → definition list on small screens */
@media (max-width: 720px) {
  .rates-table table,
  .rates-table thead,
  .rates-table tbody,
  .rates-table th,
  .rates-table td,
  .rates-table tr {
    display: block;
  }
  .rates-table thead { display: none; }
  .rates-table tr {
    border-top: 1px solid var(--border);
    padding: .5rem 0;
  }
  .rates-table td {
    border: none !important;
    padding: .35rem 1rem;
  }
  .rates-table td::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: var(--muted);
  }
  .rates-table td[data-num] { text-align: left; }
}

/* Add-Ons list */
.rates-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .75rem;
}
.rates-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .5rem 1rem;
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .75rem 1rem;
}
.rates-list .rates-list__name { font-weight: 600; }
.rates-list .rates-list__price { font-weight: 600; }
.rates-list .rates-list__desc {
  grid-column: 1 / -1;
  color: var(--muted);
}

/* Callouts */
.rates-callouts {
  display: grid;
  gap: 1rem;
}
.rates-callout {
  border-left: 4px solid var(--accent);
  background: #fff;
  border: 1px solid var(--border);
  border-left-color: var(--accent);
  border-radius: 8px;
  padding: .75rem 1rem;
}
.rates-callout h4 {
  margin: 0 0 .25rem;
  font-size: 1rem;
}
.rates-callout ul {
  margin: .25rem 0 0 1.1rem;
}

/* Print */
@media print {
  .rates-section {
    margin: 0;
  }
  .rates-section__subtitle { color: #000; }
  .rates-table thead th { position: static; }
  .rates-list li,
  .rates-callout { break-inside: avoid; page-break-inside: avoid; }
}

/* Color theme */
html[data-theme="dark"] {
  --ff-dark: #e8eee9;
  --ff-gray: #202b24;
  --ff-footer: #080d0a;
}

html[data-theme="dark"] body {
  color: #e8eee9;
  background: #101713;
}

html[data-theme="dark"] .btn.secondary { background: #25332a; }
html[data-theme="dark"] .site-header.is-solid,
html[data-theme="dark"] .secondary-header { background: rgba(13, 61, 32, 0.94); }

.theme-toggle {
  display: inline-flex;
  gap: 9px;
  margin-top: 12px;
  padding: 9px 14px;
  align-items: center;
  color: var(--ff-light);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.theme-toggle:hover,
.theme-toggle:focus-visible { background: rgba(255, 255, 255, 0.12); }
.theme-toggle__icon {
  width: 1.1em;
  font-family: "Material Symbols Outlined";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.menu-theme-toggle {
  position: sticky;
  bottom: 10px;
  align-self: center;
  flex-shrink: 0;
  margin-top: auto;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.secondary-nav .menu-theme-toggle { display: inline-flex; }
