:root {
  color: #17231e;
  background: #f4f1e9;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-content: space-between;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(5 13 11 / 92%) 0%, rgb(5 13 11 / 54%) 42%, transparent 70%),
    linear-gradient(0deg, rgb(5 13 11 / 60%), transparent 35%),
    url("/assets/germany-journey-hero.png") center / cover;
  color: #fff;
  padding: 0 clamp(1.25rem, 6vw, 7rem) clamp(2rem, 5vw, 4rem);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
  padding: 1.35rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}

.brand-mark {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid currentcolor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
}

.nav-links {
  display: flex;
  gap: clamp(1rem, 3vw, 2.5rem);
  font-size: 0.9rem;
}

.nav-links a {
  opacity: 0.82;
}

.nav-links a:hover {
  opacity: 1;
}

.hero-content {
  max-width: 46rem;
  padding: 8rem 0 5rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #d8c99b;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.eyebrow.dark {
  color: #746334;
}

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

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

h1 {
  max-width: 45rem;
  margin-bottom: 1.5rem;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: 0.91;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 34rem;
  color: rgb(255 255 255 / 78%);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.primary-button {
  display: inline-flex;
  margin-top: 1.2rem;
  border-radius: 999px;
  background: #e8d9a9;
  color: #16221d;
  padding: 0.9rem 1.35rem;
  font-weight: 600;
}

.hero-facts {
  display: flex;
  max-width: 46rem;
  justify-content: space-between;
  gap: 1rem;
}

.hero-facts div {
  display: grid;
  gap: 0.3rem;
}

.hero-facts strong {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}

.hero-facts span {
  color: rgb(255 255 255 / 62%);
  font-size: 0.78rem;
}

.section {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 9rem);
}

.intro {
  max-width: 67rem;
}

.intro h2,
.route h2,
.tips h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
}

.intro > p:last-child,
.route-heading > p:last-child {
  max-width: 48rem;
  color: #59645f;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.75;
}

.regions {
  display: grid;
  padding-top: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.region-card {
  display: grid;
  min-height: 29rem;
  align-content: space-between;
  border-radius: 1.2rem;
  background: #d8d3c5;
  color: #fff;
  padding: 1.5rem;
}

.region-card > span {
  opacity: 0.7;
}

.region-card p {
  margin-bottom: 0.5rem;
  color: rgb(255 255 255 / 74%);
}

.region-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.region-alps {
  background: linear-gradient(0deg, rgb(14 37 30 / 70%), rgb(14 37 30 / 5%)),
    url("/assets/germany-journey-hero.png") 76% center / auto 115%;
}

.region-rhine {
  background: linear-gradient(150deg, #334b40, #162a22);
}

.region-north {
  background: linear-gradient(150deg, #657b83, #273d43);
}

.route {
  display: grid;
  background: #fff;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  display: grid;
  border-top: 1px solid #d9dedb;
  grid-template-columns: 6rem 9rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
}

.timeline li:last-child {
  border-bottom: 1px solid #d9dedb;
}

.timeline span,
.timeline p {
  color: #758079;
  font-size: 0.86rem;
}

.timeline strong {
  font-size: 1.05rem;
}

.tips {
  background: #142820;
  color: #fff;
}

.tip-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

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

.tip-grid article {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 1rem;
  padding: 1.5rem;
}

.tip-grid span {
  font-size: 1.7rem;
}

.tip-grid h3 {
  margin: 2rem 0 0.7rem;
  font-size: 1.5rem;
}

.tip-grid p {
  color: rgb(255 255 255 / 62%);
  line-height: 1.6;
}

.visitor-guide {
  background: #142820;
  color: #fff;
}

.guide-heading {
  max-width: 48rem;
}

.guide-heading > p:last-child {
  color: rgb(255 255 255 / 68%);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.guide-grid article {
  min-height: 14rem;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 1rem;
  padding: 1.5rem;
}

.guide-grid span {
  color: #d7bf76;
  font-size: 0.8rem;
}

.guide-grid h3 {
  margin: 2.5rem 0 0.7rem;
  font-size: 1.4rem;
}

.guide-grid p,
.guide-note {
  color: rgb(255 255 255 / 65%);
  line-height: 1.65;
}

.guide-note {
  margin: 2rem 0 0;
  font-size: 0.82rem;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #0c1914;
  color: rgb(255 255 255 / 72%);
  padding: 2rem clamp(1.25rem, 8vw, 9rem);
  font-size: 0.82rem;
}

footer p {
  margin: 0;
}

@media (max-width: 800px) {
  .nav-links {
    display: none;
  }

  .hero {
    background-position: 64% center;
  }

  .hero-content {
    padding-top: 6rem;
  }

  .hero-facts {
    flex-wrap: wrap;
  }

  .regions,
  .tip-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .region-card {
    min-height: 23rem;
  }

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

  .timeline li {
    grid-template-columns: 5rem 1fr;
  }

  .timeline p {
    grid-column: 2;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
