:root {
  --bog: #1a241d;
  --bog-soft: #243127;
  --moss: #435b46;
  --reed: #6f8663;
  --fern: #8ea17f;
  --cream: #ece7d8;
  --mist: #d9dfd2;
  --ink: #10130f;
  --line: rgba(16, 19, 15, 0.14);
  --line-light: rgba(236, 231, 216, 0.18);
  --surface: rgba(236, 231, 216, 0.8);
  --surface-strong: #f3efe4;
  --shadow: 0 18px 45px rgba(8, 12, 9, 0.18);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 20%, rgba(142, 161, 127, 0.16), transparent 20%),
    radial-gradient(circle at 82% 10%, rgba(67, 91, 70, 0.18), transparent 20%),
    linear-gradient(180deg, #d9dfd2 0%, #cfd6c8 16%, #5a7057 16%, #435344 100%);
  font-family: "Manrope", sans-serif;
}

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

.site-topbar {
  background: #314234;
  color: #f2efe7;
  text-align: center;
  padding: 12px 16px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-topbar p {
  margin: 0;
}

.site-header {
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 30%, rgba(236, 231, 216, 0.18), transparent 36%),
    var(--bog);
  color: var(--cream);
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  font-weight: 600;
  transform: rotate(-8deg);
  box-shadow: var(--shadow);
}

.brand-text,
.top-nav a,
.eyebrow,
.card-label,
.text-link,
.back-link {
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-text {
  font-size: 0.92rem;
  font-weight: 500;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.top-nav a {
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(236, 231, 216, 0.62);
  backdrop-filter: blur(8px);
  font-size: 0.8rem;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
}

.top-nav a:hover,
.top-nav a:focus-visible {
  background: rgba(236, 231, 216, 0.82);
  border-color: rgba(26, 36, 29, 0.28);
}

main {
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
  padding: 10px 0 64px;
}

.hero-backdrop {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 28px 52px 8px;
  border-radius: 44px;
  border: 1px solid rgba(236, 231, 216, 0.15);
  background:
    linear-gradient(rgba(20, 29, 22, 0.48), rgba(20, 29, 22, 0.6)),
    radial-gradient(circle at 20% 24%, rgba(143, 162, 128, 0.22), transparent 18%),
    radial-gradient(circle at 76% 18%, rgba(111, 134, 99, 0.2), transparent 16%),
    linear-gradient(135deg, #263227 0%, #415242 52%, #2d372f 100%);
  box-shadow: var(--shadow);
}

.mist {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.55;
  pointer-events: none;
}

.mist-one {
  inset: 80px auto auto 44%;
  width: 340px;
  height: 340px;
  background: rgba(229, 234, 223, 0.16);
}

.mist-two {
  inset: auto auto 30px 5%;
  width: 460px;
  height: 220px;
  background: rgba(214, 223, 208, 0.12);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
  color: var(--cream);
}

.eyebrow,
.card-label,
.text-link,
.back-link {
  font-size: 0.78rem;
}

.hero h1,
.floating-note h2,
.destination-card h2,
.theme-panel h2,
.simple-page h1,
.simple-page h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 500;
  line-height: 0.93;
}

.hero h1 {
  margin-top: 8px;
  font-size: clamp(3.4rem, 8vw, 6rem);
  letter-spacing: -0.04em;
  max-width: 660px;
}

.hero h1 span:nth-of-type(2) {
  color: #d9e2cf;
}

.lede,
.floating-note p,
.destination-card p,
.simple-page p,
.simple-page li {
  font-size: 1.08rem;
  line-height: 1.75;
}

.lede {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(242, 239, 231, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  background: var(--cream);
  color: var(--bog);
}

.button-secondary {
  background: rgba(26, 36, 29, 0.34);
  border-color: var(--line-light);
  color: var(--cream);
}

.floating-note {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 1;
  width: min(400px, calc(100% - 40px));
  padding: 18px 22px;
  border-radius: 26px;
  background: rgba(227, 236, 222, 0.92);
  color: var(--bog);
  box-shadow: var(--shadow);
  transform: translateY(-50%) rotate(-3deg);
}

.destinations {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 1fr;
  gap: 18px;
  margin-top: 20px;
}

.destination-card,
.simple-page {
  border: 1px solid rgba(236, 231, 216, 0.18);
  box-shadow: var(--shadow);
}

.destination-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(236, 231, 216, 0.88);
}

.destination-card h2 {
  margin-top: 14px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--bog);
}

.destination-card p {
  color: rgba(26, 36, 29, 0.78);
}

.accent-card {
  background:
    linear-gradient(180deg, rgba(143, 162, 128, 0.3), rgba(236, 231, 216, 0.94)),
    var(--surface-strong);
  transform: translateY(22px);
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--moss);
}

.simple-page {
  max-width: 780px;
  margin: 72px auto 0;
  padding: 42px;
  border-radius: 36px;
  background: rgba(236, 231, 216, 0.9);
}

.simple-page h1 {
  font-size: clamp(3rem, 8vw, 5.4rem);
  color: var(--bog);
}

.simple-page h2 {
  margin-top: 34px;
  font-size: 2.1rem;
  color: var(--bog-soft);
}

.simple-page .eyebrow {
  margin-bottom: 14px;
}

.simple-page p,
.simple-page li {
  color: rgba(26, 36, 29, 0.8);
}

.simple-page ul {
  margin: 22px 0 0;
  padding-left: 18px;
}

.back-link {
  display: inline-flex;
  margin-top: 30px;
  color: var(--moss);
}

@media (max-width: 980px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-backdrop {
    min-height: unset;
    padding: 24px 26px 148px;
  }

  .destinations {
    grid-template-columns: 1fr;
  }

  .accent-card {
    transform: none;
  }

  .floating-note {
    right: 18px;
    left: 18px;
    width: auto;
    top: auto;
    bottom: 18px;
    transform: rotate(-2deg);
  }
}

@media (max-width: 640px) {
  main,
  .site-header {
    width: min(100% - 18px, 1280px);
  }

  .hero-backdrop,
  .destination-card,
  .simple-page {
    border-radius: 26px;
  }

  .hero-backdrop,
  .destination-card,
  .simple-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
