:root {
  color: #392c20;
  background: #f4efe3;
  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;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  align-content: space-between;
  overflow: hidden;
  padding: 0 clamp(1.25rem, 6vw, 7rem) clamp(3rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 78% 23%, rgb(240 174 70 / 55%), transparent 18%),
    linear-gradient(145deg, #211a14 0%, #513927 55%, #9b692d 100%);
  color: #fff;
}

.hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgb(22 15 10 / 88%), transparent 60%);
  content: "";
}

.nav,
.hero-copy {
  position: relative;
  z-index: 3;
}

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

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

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

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

.hero-copy {
  max-width: 760px;
  padding: clamp(5rem, 14vh, 10rem) 0 8rem;
}

.eyebrow {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #8b5d24;
}

h1 {
  max-width: 720px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.5rem, 9vw, 7.6rem);
  line-height: 0.92;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 2rem;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.button {
  display: inline-block;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  transition: background 160ms ease, color 160ms ease;
}

.button:hover {
  background: #fff;
  color: #392c20;
}

.landscape {
  position: absolute;
  right: -5%;
  bottom: -5rem;
  width: min(58vw, 820px);
  height: 42%;
  opacity: 0.72;
}

.sun,
.hill,
.brewery {
  position: absolute;
  display: block;
}

.sun {
  top: -7rem;
  right: 22%;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #e7bb72;
}

.hill {
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 60% 60% 0 0;
}

.hill-back {
  height: 90%;
  background: #786442;
  transform: rotate(-4deg);
}

.hill-front {
  bottom: -18%;
  height: 72%;
  background: #493521;
  transform: rotate(5deg);
}

.brewery {
  right: 32%;
  bottom: 58%;
  width: 1.1rem;
  height: 6rem;
  background: #2f2117;
  box-shadow: -1.5rem 2.2rem 0 0 #2f2117, 1.6rem 1.5rem 0 -0.2rem #2f2117;
}

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

.intro {
  max-width: 1050px;
}

.intro h2,
.journey h2,
.notes h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1;
}

.intro > p:last-child {
  max-width: 780px;
  font-size: 1.18rem;
  line-height: 1.9;
}

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

.cards article {
  min-height: 360px;
  padding: 2rem;
  background: #ead8b9;
}

.cards article:nth-child(2) {
  background: #d9d6b5;
}

.cards article:nth-child(3) {
  background: #dcbf91;
}

.cards article > span {
  display: block;
  margin-bottom: 7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.card-label {
  color: #88591f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cards h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.cards p:last-child,
.journey p {
  line-height: 1.7;
}

.journey {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  background: #eee3cf;
}

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

.journey li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgb(57 44 32 / 25%);
  padding: 1.35rem 0;
}

.journey li span {
  color: #8b5d24;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey li strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.notes {
  background: #30261c;
  color: #f5f1e8;
}

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

.note-grid p {
  border-top: 1px solid rgb(255 255 255 / 25%);
  padding-top: 1.5rem;
  line-height: 1.7;
}

.note-grid strong {
  display: block;
  margin-bottom: 0.65rem;
  color: #e3b65f;
}

.disclaimer {
  max-width: 760px;
  color: rgb(255 255 255 / 60%);
  font-size: 0.82rem;
  line-height: 1.6;
}

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

footer p {
  margin: 0;
}

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

  .hero-copy {
    padding-bottom: 10rem;
  }

  .landscape {
    width: 90vw;
  }

  .cards,
  .journey,
  .note-grid {
    grid-template-columns: 1fr;
  }

  .cards article {
    min-height: 280px;
  }

  .cards article > span {
    margin-bottom: 4rem;
  }

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