:root {
  --ink: #22231f;
  --ink-soft: #3b3d36;
  --muted: #6c6d63;
  --paper: #f6f2ea;
  --paper-warm: #eee7dc;
  --paper-deep: #e1d8ca;
  --line: rgba(34, 35, 31, 0.14);
  --moss: #56624a;
  --moss-dark: #36402f;
  --wine: #74382f;
  --white: #fffaf2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: rgba(116, 56, 47, 0.22);
}

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

.hero {
  position: relative;
  min-height: 84svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(246, 242, 234, 0.92) 0%, rgba(246, 242, 234, 0.72) 34%, rgba(246, 242, 234, 0.2) 68%),
    linear-gradient(180deg, rgba(246, 242, 234, 0.06) 0%, rgba(246, 242, 234, 0.22) 54%, var(--paper) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/foggy-vineyard.jpg") center / cover no-repeat;
  filter: saturate(0.86) contrast(0.95) brightness(1.03);
  transform: scale(1.01);
}

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

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.58em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.brand small {
  color: var(--moss-dark);
  font-size: 0.92rem;
  font-weight: 500;
}

nav {
  display: flex;
  gap: 28px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 500;
}

nav a {
  position: relative;
  opacity: 0.78;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

nav a:hover {
  opacity: 1;
}

nav a:hover::after {
  transform: scaleX(1);
}

.hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin: auto auto 8vh;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
.belief p {
  font-family: Newsreader, Georgia, serif;
  font-weight: 300;
  line-height: 0.98;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.05rem, 6.4vw, 5.9rem);
}

h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 3.9rem);
}

.lede {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
}

section,
footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hero,
.belief {
  width: 100%;
}

.intro {
  padding: 88px 0 92px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.copy {
  padding-top: 8px;
}

.copy p,
.region-copy p,
.contact p,
.cards p {
  margin: 0;
  color: var(--muted);
  font-size: 1.01rem;
}

.copy p + p,
.region-copy p + p {
  margin-top: 22px;
}

.belief {
  background: var(--paper-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 96px 24px 104px;
}

.belief p {
  width: min(940px, 100%);
  margin: 0 auto;
  color: var(--moss-dark);
  text-align: center;
  font-size: clamp(1.8rem, 4.15vw, 4.15rem);
}

.regions {
  padding: 120px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

.region-media {
  min-height: 560px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(246, 242, 234, 0.02), rgba(246, 242, 234, 0.18)),
    url("assets/alpine-vineyard.jpg") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(34, 35, 31, 0.14);
  filter: saturate(0.9) contrast(0.96);
}

.region-copy {
  max-width: 520px;
}

.region-copy h2 {
  margin-bottom: 30px;
}

.principles {
  padding: 6px 0 118px;
}

.principles-header {
  display: grid;
  grid-template-columns: 0.44fr 1fr;
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.principles-header h2 {
  max-width: 760px;
  font-size: clamp(1.7rem, 3.35vw, 3.2rem);
}

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

.cards article {
  min-height: 282px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.45);
  display: flex;
  flex-direction: column;
}

.cards span {
  margin-bottom: auto;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.cards h3 {
  margin: 58px 0 14px;
  font-family: Newsreader, Georgia, serif;
  font-size: 1.68rem;
  font-weight: 400;
  line-height: 1.05;
}

.contact {
  padding: 78px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.contact h2 {
  margin-bottom: 24px;
}

.contact p {
  max-width: 700px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-size: 0.94rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
  border-color: var(--wine);
  background: var(--wine);
  color: var(--white);
}

footer {
  padding: 32px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  font-size: 0.86rem;
}

footer p {
  margin: 0;
}

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

  nav {
    gap: 16px;
    font-size: 0.82rem;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(246, 242, 234, 0.88) 0%, rgba(246, 242, 234, 0.66) 48%, var(--paper) 100%);
  }

  .intro,
  .regions {
    padding: 84px 0;
  }

  .intro-grid,
  .regions,
  .principles-header,
  .contact {
    grid-template-columns: 1fr;
  }

  .region-copy {
    max-width: none;
  }

  .region-media {
    min-height: 390px;
  }

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

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

  .contact {
    gap: 34px;
  }

  footer {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero-inner,
  section,
  footer {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    padding-top: 22px;
  }

  .brand,
  .brand small {
    font-size: 0.82rem;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero-inner {
    margin-bottom: 9vh;
  }

  h1 {
    font-size: clamp(2.7rem, 13.6vw, 3.85rem);
  }

  h2 {
    font-size: clamp(1.8rem, 9.6vw, 2.7rem);
  }

  .lede {
    font-size: 1.02rem;
  }

  .belief {
    padding: 72px 15px 78px;
  }

  .belief p {
    font-size: clamp(1.7rem, 9.6vw, 2.8rem);
  }

  .region-media {
    min-height: 310px;
  }

  .principles {
    padding-bottom: 86px;
  }

  .cards article {
    padding: 24px;
  }

  .cards h3 {
    margin-top: 46px;
  }

  .button {
    width: 100%;
    padding: 0 18px;
    font-size: 0.88rem;
  }
}
