:root {
  --bg: #f5efe4;
  --bg-soft: #efe5d5;
  --surface: rgba(250, 244, 234, 0.76);
  --surface-strong: #fffaf1;
  --text: #1c221b;
  --muted: #4e5b48;
  --accent: #af5b2c;
  --accent-deep: #81401d;
  --line: rgba(28, 34, 27, 0.12);
  --shadow: 0 24px 70px rgba(66, 42, 16, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(175, 91, 44, 0.18), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(104, 128, 88, 0.18), transparent 18%),
    linear-gradient(180deg, #f8f2e8 0%, var(--bg) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(28, 34, 27, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 34, 27, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 80%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 4rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1.5rem;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: stretch;
  padding: 2rem 0 3rem;
}

.hero-copy,
.hero-panel,
.features article,
.route-card,
.contact-card {
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-copy {
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.88), rgba(239, 229, 213, 0.74));
  border-radius: 32px;
  padding: 3.5rem;
  animation: rise 0.7s ease-out both;
}

.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: var(--accent-deep);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
  font-weight: 600;
}

h1 {
  font-size: clamp(3.6rem, 7vw, 6.6rem);
  max-width: 12ch;
}

.lead {
  max-width: 56ch;
  margin: 1.4rem 0 0;
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible,
.route-card:hover,
.route-card:focus-within {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--text);
  color: #f8f2e8;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.6);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 32px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(104, 128, 88, 0.16), rgba(255, 250, 241, 0.72));
  animation: rise 0.8s ease-out 0.1s both;
}

.panel-card {
  border-radius: 26px;
  padding: 1.5rem;
}

.panel-card-main {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(180deg, rgba(28, 34, 27, 0.02), rgba(28, 34, 27, 0.5)),
    linear-gradient(135deg, #879d74, #405238 70%);
  color: #f8f2e8;
}

.panel-card-main span,
.route-tag,
.feature-index {
  display: inline-block;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.panel-card-main strong {
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

.panel-card-main p {
  max-width: 24ch;
  margin: 0.8rem 0 0;
  color: rgba(248, 242, 232, 0.8);
  line-height: 1.6;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.panel-grid article,
.features article,
.contact-card {
  border-radius: 24px;
  padding: 1.4rem;
  background: var(--surface);
}

.panel-grid span {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
}

.panel-grid p {
  margin: 0.3rem 0 0;
  color: var(--muted);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.75rem;
}

.features article {
  animation: rise 0.6s ease-out both;
}

.features article:nth-child(2) {
  animation-delay: 0.08s;
}

.features article:nth-child(3) {
  animation-delay: 0.16s;
}

.features h2 {
  font-size: 2.25rem;
  margin-top: 1rem;
}

.features p:last-child,
.showcase-heading p,
.route-card p,
.contact-card p {
  color: var(--muted);
  line-height: 1.7;
}

.showcase {
  margin-top: 4.5rem;
}

.showcase-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.showcase-heading h2,
.contact h2 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  max-width: 12ch;
}

.route-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.route-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 28px;
  padding: 1.6rem;
  color: #f8f2e8;
  transition: transform 180ms ease;
}

.route-card h3 {
  font-size: 2.35rem;
  max-width: 9ch;
  margin-top: 0.9rem;
}

.route-card-forest {
  background:
    linear-gradient(180deg, rgba(18, 28, 16, 0.06), rgba(18, 28, 16, 0.7)),
    linear-gradient(135deg, #95ad74, #4f6943 70%);
}

.route-card-coast {
  background:
    linear-gradient(180deg, rgba(9, 28, 33, 0.06), rgba(9, 28, 33, 0.7)),
    linear-gradient(135deg, #6ea8a4, #245f67 70%);
}

.route-card-summit {
  background:
    linear-gradient(180deg, rgba(33, 22, 14, 0.04), rgba(33, 22, 14, 0.72)),
    linear-gradient(135deg, #d39e65, #8b5730 70%);
}

.quote-band {
  margin: 4.5rem 0;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-band p {
  max-width: 18ch;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.contact {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 420px);
  gap: 1.5rem;
  align-items: start;
}

.contact-card {
  background: var(--surface-strong);
}

.contact-card label {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}

.input-row {
  display: flex;
  gap: 0.75rem;
}

.input-row input {
  flex: 1;
  min-width: 0;
  min-height: 3.25rem;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.input-row button {
  min-height: 3.25rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #fff9f1;
  cursor: pointer;
}

.input-row button:hover,
.input-row button:focus-visible {
  background: var(--accent-deep);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero,
  .features,
  .route-cards,
  .contact {
    grid-template-columns: 1fr;
  }

  .showcase-heading {
    flex-direction: column;
    align-items: start;
  }

  .hero-copy {
    padding: 2.5rem;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 1.2rem, 100%);
  }

  .topbar,
  .nav,
  .hero-actions,
  .input-row {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar {
    padding-bottom: 0.5rem;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-copy,
  .hero-panel,
  .features article,
  .route-card,
  .contact-card {
    border-radius: 24px;
  }

  .hero-copy {
    padding: 2rem 1.35rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .showcase,
  .quote-band {
    margin-top: 3rem;
  }
}