:root {
  --cream: #f4efe4;
  --paper: #fffaf1;
  --olive: #3f5a36;
  --leaf: #6b8a4a;
  --earth: #b85a2a;
  --ink: #2a241c;
  --mute: #6d6458;
  --line: #ddd3c2;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

img { width: 100%; display: block; object-fit: cover; }
a { color: var(--earth); text-decoration: none; }
h1, h2, h3, .wordmark, .foot-mark {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.12;
}

.leaf-wash {
  position: fixed;
  inset: auto -120px -80px auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(107, 138, 74, 0.16), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 239, 228, 0.94);
  backdrop-filter: blur(12px);
}

.ribbon {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px;
  background: var(--olive);
  color: var(--cream);
}

.top-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 40px 16px;
}

.wordmark {
  color: var(--olive);
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 30px;
}

.wordmark em, .foot-mark em { font-style: italic; color: var(--earth); }
.wordmark small { font-size: 14px; color: var(--mute); }

nav { display: flex; flex-wrap: wrap; gap: 16px; }
nav a { color: var(--ink); font-size: 15px; }
nav a:hover { color: var(--earth); }

.pill {
  margin-left: auto;
  border: 1px solid var(--olive);
  color: var(--olive);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
}

.burger {
  display: none;
  background: none;
  border: 0;
  width: 40px;
  flex-direction: column;
  gap: 6px;
}
.burger i { display: block; height: 2px; background: var(--olive); }

.splash {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  padding: 56px 40px 24px;
  position: relative;
  z-index: 1;
}

.season-chip, .kicker {
  display: inline-block;
  color: var(--earth);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}

h1 { font-size: clamp(42px, 6vw, 78px); margin: 14px 0 18px; max-width: 16ch; }
.splash-text p { max-width: 48ch; color: var(--mute); }
.splash-links { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

.btn {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
}
.btn.earth { background: var(--earth); color: #fff8f2; }
.btn.linen { background: transparent; color: var(--olive); border: 1px solid var(--olive); }

.splash-collage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 620px;
}

.tile {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 220px;
  background: #d7cbb6;
  box-shadow: 0 16px 40px rgba(70, 50, 20, 0.12);
}
.tile.tall { grid-row: 1 / span 2; min-height: 100%; }
.tile img { height: 100%; }
.tile figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(255, 250, 241, 0.9);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
}

section { padding: 80px 40px; position: relative; z-index: 1; }

.center-intro { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.center-intro h2 { font-size: clamp(34px, 5vw, 58px); margin: 8px 0 14px; }
.center-intro p { color: var(--mute); }

.story-columns, .atelier-grid, .kitchen-cards, .letters {
  display: grid;
  gap: 24px;
}
.story-columns { grid-template-columns: 1fr 1fr; }
.story-columns article, .atelier-grid article, .kitchen-cards article, .letters article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
}
.story-columns h3, .atelier-grid h3, .letters h3 { font-size: 30px; margin-bottom: 10px; }
.story-columns p, .atelier-grid p { margin-bottom: 14px; }
.story-columns ul { padding-left: 18px; color: var(--mute); }

.cellar { background: #e9e2d2; }
.cellar-nav, .season-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cellar-nav button, .season-tabs button, .faq-wrap button {
  background: transparent;
  border: 1px solid var(--olive);
  color: var(--olive);
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  cursor: pointer;
}
.cellar-nav button.on, .season-tabs button.on {
  background: var(--olive);
  color: var(--cream);
}

.cellar-panels article {
  display: none;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  background: var(--paper);
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.cellar-panels article.show { display: grid; }
.cellar-panels img { min-height: 360px; }
.cellar-panels div { padding: 32px; }
.cellar-panels h3 { font-size: 36px; margin-bottom: 12px; }
.cellar-panels ul { margin-top: 16px; padding-left: 18px; color: var(--mute); }

.season-board article { display: none; max-width: 860px; margin: 0 auto; background: var(--paper); padding: 32px; border-radius: 28px; }
.season-board article.show { display: block; }
.season-board h3 { font-size: 34px; margin-bottom: 12px; }
.season-board ul { margin-top: 16px; padding-left: 18px; }

.atelier-grid { grid-template-columns: repeat(2, 1fr); }
.atelier-grid span {
  display: block;
  color: var(--leaf);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  margin-bottom: 6px;
}

.atelier-note {
  margin-top: 24px;
  padding: 28px 32px;
  border-radius: 28px;
  background: var(--olive);
  color: var(--cream);
}
.atelier-note a { color: #f3c7a4; }
.atelier-note h3 { margin-bottom: 8px; }

.kitchen-cards { grid-template-columns: repeat(3, 1fr); }
.kitchen-cards img { height: 210px; border-radius: 18px; margin-bottom: 16px; }

.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 40px 80px;
}
.quotes figure {
  background: #f8f1e3;
  border-radius: 24px;
  padding: 24px;
  border: 1px dashed var(--line);
}
.quotes blockquote {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-style: italic;
  margin-bottom: 14px;
}
.quotes figcaption { color: var(--mute); font-size: 14px; }

.journal { background: var(--paper); }
.letters { grid-template-columns: repeat(3, 1fr); }
.letters time { color: var(--earth); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }

.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-wrap article {
  border-bottom: 1px solid var(--line);
  padding: 8px 0 16px;
}
.faq-wrap button {
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: var(--ink);
  padding: 12px 0;
  background: none;
}
.faq-wrap p { display: none; color: var(--mute); }
.faq-wrap article.open p { display: block; }

.visit { background: #e4ddd0; }
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.visit h2 { font-size: 48px; margin: 8px 0 16px; }
address { font-style: normal; margin: 18px 0; }
.sic { margin-top: 16px; padding-left: 18px; color: var(--mute); font-size: 15px; }

form { display: grid; gap: 14px; background: var(--paper); padding: 28px; border-radius: 28px; }
label { display: grid; gap: 6px; font-size: 14px; color: var(--mute); }
input, select, textarea {
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
  font: inherit;
  border-radius: 12px;
  color: var(--ink);
}
.fine, .status { font-size: 14px; color: var(--mute); }
.status.ok { color: var(--olive); }

footer {
  padding: 40px;
  text-align: center;
  background: var(--olive);
  color: #e7eedc;
}
.foot-mark { font-size: 40px; margin-bottom: 8px; }
.foot-mark em { color: #f0c3a0; }
footer a { color: #f0c3a0; }
.tiny { margin-top: 16px; font-size: 12px; opacity: 0.8; }

@media (max-width: 980px) {
  .splash, .splash-collage, .story-columns, .cellar-panels article,
  .atelier-grid, .kitchen-cards, .letters, .quotes, .visit-grid {
    grid-template-columns: 1fr;
  }
  .tile.tall { grid-row: auto; min-height: 280px; }
  .splash-collage { min-height: 0; }
  .cellar-panels div { padding: 24px; }
  nav, .pill { display: none; }
  nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0; right: 0;
    top: 100%;
    background: var(--cream);
    padding: 16px 24px 24px;
    border-bottom: 1px solid var(--line);
  }
  .burger { display: flex; margin-left: auto; }
  .top-row, .splash, section, .quotes, footer { padding-left: 18px; padding-right: 18px; }
}
