:root {
  --green: #234a1f;
  --green-2: #52713d;
  --cream: #faf7ef;
  --cream-2: #f3efe3;
  --paper: #fffdf8;
  --text: #20261f;
  --muted: #66705e;
  --line: #d9d2bc;
  --gold: #b9974f;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--cream);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.announcement {
  min-height: 38px;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: .55rem 1rem;
  font-size: .82rem;
  letter-spacing: .03em;
}
.site-header {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 150px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { width: 285px; flex: 0 0 285px; }
.brand img {
  width: 275px;
  height: 135px;
  object-fit: contain;
  object-position: left center;
}
.site-nav { display: flex; align-items: center; gap: 2.2rem; }
.site-nav a { text-decoration: none; font-size: .95rem; }
.site-nav a:hover { color: var(--green-2); }
.nav-shop {
  border: 1px solid var(--green);
  padding: .7rem 1rem;
  border-radius: 6px;
}
.menu-toggle { display: none; }

.hero {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 520px;
  display: grid;
  grid-template-columns: .9fr 1.25fr;
  background: #f8f4ea;
  overflow: hidden;
}
.hero-copy {
  padding: 52px 36px 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  color: var(--green-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  font-weight: 700;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #1d3b1a;
}
h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: .98;
  margin: .35rem 0 1.25rem;
  font-weight: 500;
}
.hero-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.75;
}
.hero-actions { display: flex; gap: 1rem; margin-top: 1rem; flex-wrap: wrap; }
.button {
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  padding: .95rem 1.35rem;
  font-weight: 700;
  text-align: center;
}
.button.primary { color: #fff; background: var(--green); }
.button.primary:hover { background: #173315; }
.button.secondary { border: 1px solid var(--green); background: rgba(255,255,255,.5); }
.button.small { padding: .72rem 1rem; font-size: .9rem; }
.hero-image {
  min-height: 520px;
  position: relative;
  background: #efebe1;
}
.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center center;
}
.image-note {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(255,255,255,.92);
  color: var(--muted);
  padding: .5rem .7rem;
  border-radius: 5px;
  font-size: .72rem;
}
.shop-links {
  max-width: var(--max);
  margin: 20px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.collection-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  padding: 22px;
  background: linear-gradient(135deg, #f4f2e8, #fbfaf5);
  border: 1px solid #e9e3d3;
}
.collection-card:hover { border-color: var(--green-2); }
.collection-icon { color: var(--green); font-size: 2rem; }
.collection-card strong {
  display: block;
  text-transform: uppercase;
  font-size: .93rem;
  color: #20391d;
}
.collection-card small {
  display: block;
  color: #333;
  margin-top: .45rem;
  line-height: 1.45;
}
.arrow { font-size: 1.4rem; }
.featured {
  max-width: var(--max);
  margin: 40px auto 0;
  padding: 0 24px;
}
.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}
.section-title span { height: 1px; background: var(--line); }
.section-title h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1.3rem;
}
.section-intro {
  text-align: center;
  color: var(--muted);
  max-width: 760px;
  margin: 14px auto 26px;
  line-height: 1.6;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.product-card {
  background: var(--paper);
  border: 1px solid #ebe5d7;
}
.product-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 14px;
  background: #f7f3e8;
  overflow: hidden;
}
.product-body { padding: 16px 18px 20px; }
.product-body h3 { font-size: 1.1rem; margin: 0 0 .5rem; }
.price { margin: 0 0 1rem; font-size: 1rem; }
.trust-strip {
  max-width: calc(var(--max) - 48px);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: #f2efe4;
  border: 1px solid #e8e1cf;
}
.trust-strip > div {
  min-height: 95px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-content: center;
}
.trust-strip span { grid-row: 1/3; font-size: 1.7rem; }
.trust-strip strong { text-transform: uppercase; font-size: .82rem; }
.trust-strip small { color: #444; }
.info-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 24px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.info-grid article {
  padding: 0 26px;
  text-align: center;
  border-right: 1px solid #ded8c8;
}
.info-grid article:last-child { border-right: 0; }
.info-grid h2 {
  text-transform: uppercase;
  font-size: 1.05rem;
  font-family: Arial, Helvetica, sans-serif;
}
.info-grid p { line-height: 1.65; }
.handwritten {
  font-family: Georgia, serif;
  font-style: italic;
  color: var(--green-2);
}
.mini-section, .faq {
  max-width: calc(var(--max) - 48px);
  margin: 0 auto 22px;
  padding: 26px 30px;
  background: #f5f2e8;
  border: 1px solid #e8e1cf;
}
.mini-section h2, .faq h2 { margin-top: 0; }
.faq details {
  background: #fffdf9;
  border-top: 1px solid #e6dfcf;
  padding: 14px 4px;
}
.faq summary { cursor: pointer; font-weight: 700; }
footer {
  margin-top: 30px;
  background: var(--green);
  color: #fff;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  text-align: center;
}
.footer-inner > a:first-child { text-align: left; }
.footer-inner > a:last-child { text-align: right; }
.footer-inner div { display: grid; gap: 5px; }
.footer-inner span { font-size: .8rem; opacity: .85; }

@media (max-width: 900px) {
  .announcement { gap: 1rem; justify-content: space-around; font-size: .72rem; }
  .site-header { min-height: 95px; }
  .brand, .brand img { width: 190px; }
  .brand { flex-basis: 190px; }
  .brand img { height: 100px; }
  .menu-toggle {
    display: block;
    border: 1px solid var(--green);
    background: transparent;
    padding: .65rem .8rem;
    border-radius: 5px;
  }
  .site-nav {
    display: none;
    position: absolute;
    z-index: 20;
    left: 16px;
    right: 16px;
    top: 130px;
    background: #fffdf8;
    border: 1px solid #ddd5c2;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: .4rem;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .75rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px 26px; }
  .hero-image, .hero-image img { min-height: 360px; }
  .shop-links, .product-grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid article { border-right: 0; border-bottom: 1px solid #ded8c8; padding: 18px 0; }
  .info-grid article:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  .announcement span:nth-child(2), .announcement span:nth-child(3) { display: none; }
  .site-header { padding: 8px 16px; }
  .brand, .brand img { width: 165px; }
  .brand { flex-basis: 165px; }
  .brand img { height: 88px; }
  .site-nav { top: 110px; }
  .hero-copy { padding: 32px 20px; }
  h1 { font-size: 2.7rem; }
  .hero-image, .hero-image img { min-height: 260px; }
  .shop-links, .product-grid, .trust-strip { grid-template-columns: 1fr; }
  .shop-links, .featured { padding-left: 14px; padding-right: 14px; }
  .collection-card { min-height: 100px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > a:first-child, .footer-inner > a:last-child { text-align: center; }
}
