@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --forest: #173f36;
  --forest-dark: #0d2c26;
  --cream: #f4f0e6;
  --paper: #fbfaf6;
  --gold: #c6974d;
  --wine: #693b3c;
  --ink: #18312b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; z-index: 20; top: -4rem; left: 1rem; padding: .7rem 1rem; background: white; color: var(--forest); }
.skip-link:focus { top: 1rem; }
.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); background: var(--cream); border-bottom: 1px solid rgba(23,63,54,.14); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.brand strong { display: block; font-weight: 600; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid currentColor; border-radius: 50%; font-family: "Playfair Display", serif; font-size: 1.3rem; font-style: italic; }
nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: .4rem; }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); overflow: hidden; }
.hero-content { position: relative; z-index: 2; align-self: center; padding: 5rem clamp(1.5rem, 7vw, 8rem); }
.eyebrow { margin: 0 0 1.25rem; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .7rem; font-weight: 600; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.04; }
h1 { margin: 0; font-size: clamp(3.5rem, 6.3vw, 7.3rem); letter-spacing: -.045em; }
.hero-intro { max-width: 570px; margin: 2rem 0; font-size: clamp(1rem, 1.35vw, 1.2rem); color: #455d56; }
.button { display: inline-flex; gap: 2rem; align-items: center; padding: .9rem 1.2rem; border: 1px solid var(--forest); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--forest); color: white; }
.mountains { position: relative; min-height: 600px; background: linear-gradient(165deg, #d8e0d8 0%, #a8bcb1 48%, #6d8c7e 100%); overflow: hidden; }
.sun { position: absolute; top: 16%; right: 17%; width: 120px; height: 120px; border-radius: 50%; background: rgba(244,240,230,.65); box-shadow: 0 0 70px rgba(255,250,220,.5); }
.peak { position: absolute; bottom: 0; width: 0; height: 0; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; }
.peak-back { left: -20%; border-left-width: 28vw; border-right-width: 30vw; border-bottom-width: 65vh; border-left-color: transparent; border-right-color: transparent; border-bottom-color: rgba(79,109,95,.6); }
.peak-front { right: -45%; border-left-width: 38vw; border-right-width: 35vw; border-bottom-width: 80vh; border-left-color: transparent; border-right-color: transparent; border-bottom-color: #315f50; }
.vine-line { position: absolute; z-index: 2; left: -10%; bottom: -18%; width: 120%; height: 52%; border: 2px solid rgba(244,240,230,.35); border-radius: 50%; transform: rotate(-13deg); }
.vine-two { bottom: -5%; transform: rotate(-15deg); }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--paper); }
h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 5rem); letter-spacing: -.035em; }
.intro-copy { max-width: 580px; color: #52635f; font-size: 1.05rem; }
.intro-copy p:first-child { margin-top: 0; }
.grape-section { background: var(--forest-dark); color: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 4rem; margin-bottom: 4rem; }
.section-heading > p { max-width: 520px; color: #b8c5c0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.card { min-height: 410px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; color: var(--ink); }
.card-light { background: #e5e4d8; }
.card-gold { background: #c9a66b; }
.card-red { background: var(--wine); color: white; }
.card-number, .card-type { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.card h3 { margin: .3rem 0 1rem; font-size: clamp(2.3rem, 3.6vw, 4rem); }
.card p:last-child { max-width: 330px; margin-bottom: 0; opacity: .8; }
.journal { background: #e9e4d8; }
.journal-heading { display: grid; grid-template-columns: .45fr 1fr 1fr; align-items: end; gap: 4rem; margin-bottom: 4rem; }
.journal-heading .eyebrow { align-self: start; }
.journal-heading > p:last-child { max-width: 540px; margin: 0; color: #52635f; }
.journal-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 1px; background: rgba(23,63,54,.18); }
.journal-story { padding: clamp(2rem, 4vw, 4rem); background: var(--paper); }
.journal-story-featured { grid-row: span 2; background: var(--forest); color: var(--cream); }
.journal-kicker { margin: 0 0 3rem; color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.journal-story h3 { max-width: 580px; margin: 0 0 1.5rem; font-size: clamp(2rem, 3.2vw, 3.6rem); }
.journal-story > p:last-child { max-width: 620px; margin-bottom: 0; color: #52635f; }
.journal-story-featured > p:last-child { color: #c8d2ce; }
.journal-story a { text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: .2em; }
.journal-story a:hover, .journal-story a:focus-visible { color: var(--gold); }
.discover { max-width: 980px; margin: auto; text-align: center; }
.discover > p:not(.eyebrow) { max-width: 650px; margin: 2rem auto; color: #52635f; font-size: 1.1rem; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.5rem, 5vw, 5rem); background: var(--forest); color: var(--cream); font-size: .75rem; }
footer p:last-child { text-align: right; }

@media (max-width: 800px) {
  .site-header { height: auto; min-height: 78px; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-content { padding-top: 5rem; padding-bottom: 5rem; }
  .mountains { min-height: 420px; }
  .intro, .section-heading, .journal-heading { grid-template-columns: 1fr; gap: 2.5rem; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 330px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-story-featured { grid-row: auto; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .brand-footer { justify-content: center; }
  footer p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
