:root {
  --ink: #17211c;
  --pine: #213b31;
  --moss: #5d7a62;
  --river: #6e9ca4;
  --copper: #c5894d;
  --sand: #e7dfd0;
  --paper: #f7f4ed;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 33, 28, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(247, 244, 237, 0.93);
  border-bottom: 1px solid rgba(23, 33, 28, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(285px, 52vw);
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  color: rgba(23, 33, 28, 0.78);
}

.site-nav a:hover,
.site-nav .active {
  color: var(--pine);
}

.nav-cta {
  padding: 12px 16px;
  color: var(--paper) !important;
  background: var(--pine);
}

.nav-toggle {
  display: none;
  border: 0;
  color: var(--paper);
  background: var(--pine);
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 16, 14, 0.9) 0%, rgba(10, 16, 14, 0.68) 40%, rgba(10, 16, 14, 0.18) 78%),
    linear-gradient(0deg, rgba(10, 16, 14, 0.55), transparent 45%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding: 72px 0;
  color: var(--paper);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 88px);
  max-width: 780px;
}

h2 {
  font-size: clamp(31px, 4vw, 54px);
}

h3 {
  font-size: 25px;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(247, 244, 237, 0.86);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-weight: 800;
}

.button-primary {
  color: var(--ink);
  background: var(--copper);
}

.button-secondary {
  color: var(--paper);
  border-color: rgba(247, 244, 237, 0.44);
}

.section-band,
.cards-section,
.logo-showcase,
.pricing-grid,
.split-section,
.water-list,
.faq-list,
.contact-layout {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(60px, 8vw, 112px) 0;
}

.logo-showcase {
  padding: clamp(34px, 5vw, 58px) 0 0;
}

.logo-showcase img {
  display: block;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 4vw, 32px);
  background: var(--white);
  border: 1px solid rgba(23, 33, 28, 0.12);
  box-shadow: 0 12px 36px rgba(23, 33, 28, 0.06);
}

.photo-gallery,
.trip-gallery {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section-grid,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.gear-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(60px, 8vw, 112px);
  padding: clamp(30px, 5vw, 48px);
  color: var(--paper);
  background: var(--ink);
}

.gear-band h2 {
  max-width: 620px;
  font-size: clamp(28px, 4vw, 46px);
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brand-strip span {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 18px;
  color: var(--paper);
  border: 1px solid rgba(247, 244, 237, 0.22);
  background: rgba(247, 244, 237, 0.06);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  text-align: center;
}

.lead-stack {
  color: rgba(23, 33, 28, 0.78);
  font-size: 20px;
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  min-height: 640px;
  background: var(--pine);
  color: var(--paper);
}

.feature-panel.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.feature-panel.reverse .image-panel {
  order: 2;
}

.image-panel {
  min-height: 430px;
  overflow: hidden;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-content {
  align-self: center;
  padding: clamp(36px, 7vw, 86px);
}

.panel-content p {
  color: rgba(247, 244, 237, 0.78);
  font-size: 18px;
}

.rate-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.rate-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(247, 244, 237, 0.18);
}

.rate-list strong {
  color: var(--copper);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--copper);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.photo-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 18px;
  padding: 0 0 clamp(60px, 8vw, 112px);
}

.photo-tile {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.photo-tile.large {
  grid-row: span 2;
}

.photo-tile img,
.trip-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(10, 16, 14, 0.74), transparent);
}

.photo-tile figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: var(--paper);
  font-weight: 800;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.52);
}

.card-grid,
.pricing-grid,
.water-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.price-card,
.water-list article,
.faq-list details,
.contact-form,
.contact-cards a {
  background: var(--white);
  border: 1px solid rgba(23, 33, 28, 0.12);
  box-shadow: 0 12px 36px rgba(23, 33, 28, 0.06);
}

.service-card,
.price-card,
.water-list article {
  padding: 28px;
}

.service-card p,
.price-card p,
.water-list p {
  color: rgba(23, 33, 28, 0.72);
}

.cta-band {
  justify-content: space-between;
  margin: 0 auto clamp(60px, 8vw, 110px);
  width: min(1180px, calc(100% - 36px));
  padding: clamp(32px, 5vw, 54px);
  color: var(--paper);
  background: var(--ink);
}

.cta-band h2 {
  max-width: 820px;
  font-size: clamp(28px, 4vw, 48px);
}

.page-hero {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(66px, 10vw, 126px) 0 clamp(42px, 7vw, 80px);
}

.page-hero p {
  max-width: 760px;
  color: rgba(23, 33, 28, 0.72);
  font-size: 20px;
}

.page-hero.image-backed {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: clamp(80px, 13vw, 150px) clamp(18px, 7vw, 92px);
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.page-hero.image-backed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.page-hero.image-backed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 16, 14, 0.82), rgba(10, 16, 14, 0.24));
}

.page-hero.image-backed > div {
  position: relative;
  z-index: 1;
}

.page-hero.image-backed p {
  color: rgba(247, 244, 237, 0.82);
}

.price-card.featured {
  color: var(--paper);
  background: var(--pine);
}

.price-card.featured p {
  color: rgba(247, 244, 237, 0.76);
}

.price {
  display: block;
  margin: 18px 0;
  color: var(--copper);
  font-size: 34px;
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list p {
  margin: 0;
  padding: 18px 20px;
  color: rgba(23, 33, 28, 0.78);
  background: var(--white);
  border-left: 4px solid var(--copper);
}

.water-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trip-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 clamp(60px, 8vw, 112px);
}

.trip-gallery img {
  aspect-ratio: 4 / 3;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(23, 33, 28, 0.08);
}

.waters-gallery {
  padding-top: 0;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--pine);
  font-weight: 800;
  font-size: 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.contact-intro h1 {
  font-size: clamp(40px, 5.5vw, 72px);
}

.contact-intro > p {
  color: rgba(23, 33, 28, 0.74);
  font-size: 20px;
}

.contact-cards {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-cards a {
  display: grid;
  gap: 4px;
  padding: 22px;
}

.contact-cards span {
  color: var(--moss);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
}

label {
  display: grid;
  gap: 7px;
  color: var(--pine);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 33, 28, 0.2);
  background: #fffdfa;
  color: var(--ink);
  padding: 13px 14px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 56px);
  color: rgba(247, 244, 237, 0.78);
  background: var(--ink);
}

.site-footer strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.footer-logo {
  width: min(330px, 72vw);
  height: auto;
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: flex-end;
}

.footer-contact a {
  color: var(--paper);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--paper);
    border: 1px solid rgba(23, 33, 28, 0.12);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .section-grid,
  .split-section,
  .gear-band,
  .feature-panel,
  .feature-panel.reverse,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .feature-panel.reverse .image-panel {
    order: 0;
  }

  .card-grid,
  .pricing-grid,
  .photo-gallery,
  .trip-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-gallery {
    grid-template-rows: auto;
  }

  .photo-tile.large {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 70px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 10px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    width: min(100% - 32px, 620px);
    margin: 0 auto;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(10, 16, 14, 0.92) 0%, rgba(10, 16, 14, 0.7) 58%, rgba(10, 16, 14, 0.22) 100%);
  }

  .hero-actions,
  .cta-band,
  .site-footer,
  .footer-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .brand-strip {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .pricing-grid,
  .water-list,
  .photo-gallery,
  .trip-gallery {
    grid-template-columns: 1fr;
  }

  .page-hero.image-backed {
    min-height: 620px;
  }
}
