:root {
  color-scheme: light;
  --sand: #f5ebda;
  --sand-soft: #fff8ec;
  --paper: #fffdf7;
  --leaf: #104d3a;
  --leaf-soft: #dcebdd;
  --sea: #1f7180;
  --sky: #d9ecf0;
  --coral: #c6633d;
  --gold: #b77c33;
  --ink: #17221b;
  --muted: #5d6a62;
  --line: #d9cbb8;
  --shade: rgba(23, 34, 27, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--sand);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -4rem;
  left: 1rem;
  z-index: 30;
  padding: .65rem .85rem;
  border-radius: 6px;
  background: var(--leaf);
  color: var(--paper);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 203, 184, .82);
  background: rgba(245, 235, 218, .94);
  backdrop-filter: blur(14px);
}

.nav,
.section-inner,
.hero-inner,
.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--leaf);
  font-weight: 850;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: var(--leaf);
  color: var(--paper);
  font-size: 1rem;
  font-weight: 900;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text small {
  margin-top: .18rem;
  color: var(--coral);
  font-size: .72rem;
  font-weight: 750;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: .94rem;
}

.nav-links a,
.footer a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus,
.footer a:hover,
.footer a:focus {
  color: var(--leaf);
}

.button,
.wa-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: .78rem 1.05rem;
  background: var(--leaf);
  color: var(--paper);
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.button:hover,
.button:focus,
.wa-link:hover,
.wa-link:focus {
  background: #166046;
  color: var(--paper);
}

.button.secondary {
  background: var(--paper);
  border-color: var(--line);
  color: var(--leaf);
}

.button.secondary:hover,
.button.secondary:focus {
  background: var(--leaf-soft);
  color: var(--leaf);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 235, 218, .96), rgba(245, 235, 218, .7)),
    var(--sky);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 2rem;
  align-items: center;
  padding: 3.2rem 0 3.6rem;
}

.hero-copy {
  max-width: 600px;
}

.eyebrow {
  margin: 0 0 .75rem;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--leaf);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
}

h1 {
  margin-bottom: 1rem;
  font-size: 4.35rem;
  font-weight: 750;
}

h2 {
  margin-bottom: .9rem;
  font-size: 2.45rem;
  font-weight: 740;
}

h3 {
  margin-bottom: .45rem;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

.lead {
  max-width: 62ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.45rem;
}

.hero-photo,
.route-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(23, 34, 27, .18);
  background: var(--leaf);
}

.hero-photo img,
.route-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hero-photo::after,
.route-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(16, 77, 58, .72));
}

.photo-note {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.photo-note span {
  border: 1px solid rgba(255, 253, 247, .42);
  border-radius: 8px;
  padding: .46rem .62rem;
  background: rgba(255, 253, 247, .14);
  color: var(--paper);
  font-size: .86rem;
  font-weight: 760;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.45rem;
}

.quick-item,
.route-card,
.info-card,
.faq-item,
.quote-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.quick-item {
  padding: .85rem;
}

.quick-item span,
.route-meta {
  display: block;
  margin-bottom: .28rem;
  color: var(--coral);
  font-size: .74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quick-item strong {
  color: var(--leaf);
  font-size: .95rem;
  line-height: 1.25;
}

section {
  padding: 4.5rem 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.8rem;
}

.section-head p,
.route-card p,
.info-card p,
.faq-item p,
.quote-box p {
  color: var(--muted);
}

.section-head p {
  margin-bottom: 0;
}

.route-grid,
.info-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.route-card,
.info-card,
.faq-item {
  padding: 1.15rem;
}

.route-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.route-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.route-card p,
.info-card p,
.faq-item p {
  margin-bottom: 1rem;
}

.route-card p:last-child,
.info-card p:last-child,
.faq-item p:last-child {
  margin-bottom: 0;
}

.quote-band {
  background:
    linear-gradient(120deg, rgba(16, 77, 58, .98), rgba(31, 113, 128, .9)),
    var(--leaf);
  color: var(--paper);
}

.quote-band .eyebrow {
  color: #f4b184;
}

.quote-band h2,
.quote-band h3 {
  color: var(--paper);
}

.quote-band p,
.quote-band li {
  color: rgba(255, 253, 247, .82);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 2rem;
  align-items: start;
}

.quote-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.quote-box {
  padding: 1.2rem;
  background: rgba(255, 253, 247, .1);
  border-color: rgba(255, 253, 247, .28);
}

.quote-box .button {
  background: var(--paper);
  color: var(--leaf);
}

.route-hero {
  background:
    linear-gradient(90deg, rgba(245, 235, 218, .98), rgba(217, 236, 240, .7)),
    var(--sky);
}

.route-hero .hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
}

.route-hero .route-photo {
  min-height: 430px;
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: .9rem;
  color: var(--muted);
  font-size: .92rem;
  text-decoration: none;
}

.breadcrumb:hover,
.breadcrumb:focus {
  color: var(--leaf);
}

.footer {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  background: var(--sand-soft);
  color: var(--muted);
  font-size: .94rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.2rem;
  align-items: center;
  justify-content: space-between;
}

.footer a {
  color: var(--leaf);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero-inner,
  .route-hero .hero-inner,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-photo,
  .route-photo,
  .route-hero .route-photo {
    min-height: 420px;
  }

  h1 {
    font-size: 3.35rem;
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 68px;
  }

  .nav-links {
    display: none;
  }

  .brand-text small {
    display: none;
  }

  .wa-link {
    min-height: 42px;
    padding: .68rem .78rem;
    font-size: .9rem;
  }

  .hero-inner {
    padding: 2.4rem 0 2.8rem;
    gap: 1.35rem;
  }

  h1 {
    font-size: 2.62rem;
  }

  h2 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.03rem;
  }

  .hero-actions,
  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .cta-row .button,
  .route-card .button {
    width: 100%;
  }

  .hero .quick-strip,
  .route-hero .quick-strip {
    display: none;
  }

  .hero-photo,
  .route-photo,
  .route-hero .route-photo {
    min-height: 300px;
  }

  .quick-strip,
  .route-grid,
  .info-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  section {
    padding: 3.3rem 0;
  }
}

@media (max-width: 430px) {
  .nav,
  .section-inner,
  .hero-inner,
  .footer-inner {
    width: min(100% - 24px, 1120px);
  }

  .brand {
    gap: .45rem;
    font-size: .92rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .photo-note {
    left: .8rem;
    right: .8rem;
    bottom: .8rem;
  }
}

@media (max-width: 520px) {
  .nav,
  .section-inner,
  .hero-inner,
  .footer-inner {
    width: min(358px, calc(100% - 24px));
    margin-left: 16px;
    margin-right: auto;
  }

  .site-header .wa-link {
    display: none;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .hero-photo,
  .route-photo,
  .route-hero .route-photo {
    min-height: 290px;
  }
}
