:root {
  --ink: #2d2118;
  --ink-soft: #5a4637;
  --paper: #f4ead4;
  --paper-deep: #dfc79a;
  --honey: #e0a315;
  --honey-light: #f2c55a;
  --green: #344a35;
  --cream: #fff9ea;
  --line: rgba(45, 33, 24, 0.22);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }

.site-header {
  height: 78px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--honey);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1;
}
.brand-name { font-family: var(--serif); font-size: 1.35rem; letter-spacing: 0.02em; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
nav a { font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.nav-visit { border-bottom: 2px solid var(--honey); }

.hero { position: relative; min-height: min(730px, calc(100vh - 78px)); display: grid; align-items: center; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21, 17, 13, 0.86) 0%, rgba(26, 20, 14, 0.68) 38%, rgba(26, 20, 14, 0.14) 72%); }
.hero-content { position: relative; z-index: 1; width: min(650px, 88%); margin-left: clamp(24px, 7.5vw, 116px); padding: 70px 0; color: var(--cream); }
.eyebrow, .section-kicker { margin: 0 0 16px; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.73rem; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--honey-light); }
.eyebrow span { width: 26px; height: 2px; background: var(--honey); }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: 1.02; }
h1 { margin-bottom: 24px; font-size: clamp(3.5rem, 7.8vw, 7.2rem); letter-spacing: -0.035em; }
.hero-copy { max-width: 580px; margin: 0 0 34px; font-size: clamp(1rem, 1.5vw, 1.2rem); color: rgba(255, 249, 234, 0.88); }
.button { display: inline-flex; gap: 14px; align-items: center; padding: 13px 18px; background: var(--honey); color: var(--ink); text-decoration: none; font-weight: 700; border: 1px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }

.intro { padding: clamp(72px, 10vw, 140px) clamp(24px, 10vw, 150px); display: grid; grid-template-columns: 1fr 3fr; gap: 40px; border-bottom: 1px solid var(--line); }
.section-kicker { color: #8d5c09; }
.intro-statement { margin: 0; max-width: 970px; font-family: var(--serif); font-size: clamp(2rem, 4.4vw, 4.3rem); line-height: 1.13; }

.products { padding: clamp(72px, 9vw, 126px) clamp(24px, 7vw, 106px); }
.section-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .story h2, .visit h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5.5vw, 5.5rem); }
.section-heading > p { margin: 0 0 7px; color: var(--ink-soft); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.product-card { min-height: 330px; padding: 25px 24px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.product-card:nth-child(even) { background: var(--paper-deep); }
.card-number { font-size: 0.75rem; font-weight: 700; }
.card-icon { margin: auto 0 28px; color: #a66a00; font-size: 2.1rem; }
.product-card h3 { margin-bottom: 12px; font-size: 1.8rem; }
.product-card p { margin: 0; color: var(--ink-soft); font-size: 0.93rem; }

.season-strip { padding: 18px 24px; display: flex; gap: 25px; justify-content: center; align-items: center; flex-wrap: wrap; background: var(--honey); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: 1.18rem; }
.season-strip p { margin: 0; }

.story { padding: clamp(80px, 10vw, 150px) clamp(24px, 10vw, 150px); display: grid; grid-template-columns: 1fr 2.2fr; gap: clamp(45px, 9vw, 140px); align-items: center; background: var(--cream); }
.story-badge { aspect-ratio: 1; width: min(260px, 100%); display: flex; flex-direction: column; justify-content: center; align-items: center; border: 2px solid var(--ink); border-radius: 50%; outline: 1px solid var(--ink); outline-offset: -9px; background: var(--honey); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; transform: rotate(-4deg); }
.story-badge strong { font-family: var(--serif); font-size: 3.1rem; letter-spacing: 0; line-height: 1.15; }
.story-copy { max-width: 780px; }
.story-copy h2 { margin-bottom: 30px; }
.story-copy > p:not(.section-kicker) { color: var(--ink-soft); font-size: 1.06rem; }

.visit { padding: clamp(72px, 10vw, 140px) clamp(24px, 8vw, 120px); display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; color: var(--cream); background: var(--green); }
.section-kicker.light { color: var(--honey-light); }
.visit-details { max-width: 520px; padding-top: 27px; }
.visit-place { margin-top: 0; font-family: var(--serif); font-size: 1.75rem; color: var(--honey-light); }
.email-link { display: inline-flex; align-items: center; gap: 10px; margin: 8px 0 26px; color: var(--cream); font-weight: 700; text-underline-offset: 5px; text-decoration-color: var(--honey); }
.social-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.social-links a { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; color: var(--cream); border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; font-weight: 700; }
.social-links a:hover { color: var(--honey-light); background: rgba(255,255,255,.05); }

footer { min-height: 110px; padding: 28px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; background: var(--ink); color: var(--cream); font-size: .82rem; }
.footer-brand { color: var(--cream); }
footer > p a { text-underline-offset: 4px; text-decoration-color: var(--honey); }
.footer-links { display: flex; gap: 18px; }

@media (max-width: 900px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .intro { grid-template-columns: 1fr; }
  .story { grid-template-columns: .7fr 1.3fr; }
}

@media (max-width: 650px) {
  .site-header { height: 68px; }
  .brand-name { font-size: 1.05rem; }
  nav a:not(.nav-visit) { display: none; }
  .hero { min-height: 690px; }
  .hero > img { object-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(21,17,13,.48), rgba(21,17,13,.84) 68%, rgba(21,17,13,.92)); }
  .hero-content { align-self: end; width: auto; margin: 0 22px; padding-bottom: 60px; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.2rem); }
  .intro, .products, .story, .visit { padding-left: 22px; padding-right: 22px; }
  .section-heading, .visit { grid-template-columns: 1fr; gap: 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 260px; }
  .story { grid-template-columns: 1fr; }
  .story-badge { width: 170px; }
  .season-strip span { display: none; }
  .season-strip { gap: 8px 22px; justify-content: flex-start; }
  .season-strip p { width: calc(50% - 12px); }
  footer { grid-template-columns: 1fr; gap: 12px; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
