:root {
  --green-950: #17372b;
  --green-900: #234f3b;
  --green-800: #2d624a;
  --green-100: #dbe9dd;
  --green-50: #eef5ef;
  --cream: #fbf6e9;
  --yellow: #efc66a;
  --orange: #d98244;
  --ink: #203028;
  --muted: #66736c;
  --white: #fffdf7;
  --border: rgba(35, 79, 59, .16);
  --shadow: 0 24px 60px rgba(28, 58, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Fraunces", serif;
  line-height: 1.08;
  letter-spacing: -.035em;
}
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.3rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4.5vw, 4rem); }
h3 { margin-bottom: 10px; line-height: 1.25; font-size: 1.25rem; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--border);
  background: rgba(251, 246, 233, .9);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1.15; }
.brand span:last-child { display: grid; gap: 4px; }
.brand small { color: var(--muted); font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 45% 55%;
  color: var(--cream);
  background: var(--green-900);
  font-family: "Fraunces", serif;
  font-weight: 700;
}
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--green-800); }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: var(--white); background: var(--green-900); }
.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(35px, 7vw, 100px);
  align-items: center;
  min-height: auto;
  padding: clamp(44px, 4vw, 68px) clamp(20px, 7vw, 110px) clamp(64px, 7vw, 100px);
  overflow: hidden;
}
.eyebrow {
  margin-bottom: 18px;
  color: var(--green-800);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.hero-text { max-width: 610px; margin-bottom: 28px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--green-900);
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green-900); }
.button-primary:hover { background: var(--green-800); }
.button-secondary { color: var(--green-900); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--green-900); }
.quick-points { display: flex; flex-wrap: wrap; gap: 28px; margin: 36px 0 0; padding: 0; list-style: none; color: var(--green-900); font-size: .9rem; font-weight: 600; }
.quick-points li::before { content: "✓"; margin-right: 8px; color: var(--orange); }
.hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.hero-visual p { position: absolute; right: 18px; bottom: 18px; margin: 0; padding: 12px 16px; border-radius: 14px; color: var(--green-950); background: var(--white); box-shadow: var(--shadow); line-height: 1.35; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--white);
  background: var(--green-950);
}
.trust-strip div { display: grid; gap: 4px; padding: 28px clamp(20px, 5vw, 70px); border-right: 1px solid rgba(255,255,255,.13); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: rgba(255,255,255,.65); font-size: .9rem; }
.section { padding: clamp(80px, 10vw, 145px) clamp(20px, 7vw, 110px); }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-grid article { padding: 30px 0; border-top: 2px solid var(--green-900); }
.feature-grid p { color: var(--muted); }
.feature-number { display: inline-block; margin-bottom: 42px; color: var(--orange); font-family: "Fraunces", serif; font-size: 1.3rem; }

.product-section { background: var(--green-50); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-height: 470px;
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--cream);
}
.product-card.featured { color: var(--white); background: var(--green-900); }
.product-card p { color: var(--muted); }
.product-card.featured p { color: rgba(255,255,255,.7); }
.product-label { margin-bottom: 8px; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.popular { position: absolute; top: 18px; right: 18px; padding: 6px 11px; border-radius: 999px; color: var(--green-950); background: var(--yellow); font-size: .72rem; font-weight: 700; }
.product-photo {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 16px 32px rgba(0,0,0,.13);
}
.text-link { padding: 0; border: 0; color: var(--green-800); background: transparent; font-weight: 700; cursor: pointer; }
.featured .text-link { color: var(--yellow); }

.story { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 10vw, 150px); align-items: center; }
.story > div:last-child { max-width: 720px; }
.story > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.story-visual { display: grid; place-content: center; min-height: 420px; border-radius: 48% 52% 44% 56% / 58% 42% 58% 42%; color: var(--green-950); background: var(--yellow); text-align: center; transform: rotate(-3deg); }
.story-visual span, .story-visual small { text-transform: uppercase; letter-spacing: .16em; }
.story-visual strong { font-family: "Fraunces", serif; font-size: 5rem; line-height: 1; }
.note { padding-left: 16px; border-left: 3px solid var(--orange); font-size: .88rem !important; }

.order-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 110px);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 7vw, 110px);
  color: var(--white);
  background: var(--green-950);
}
.order-intro { position: sticky; top: 120px; align-self: start; }
.order-intro p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.65); }
.eyebrow.light { color: var(--yellow); }
.admin-list { display: grid; }
.admin-list button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: padding .2s, color .2s;
}
.admin-list button:hover { padding-left: 10px; color: var(--yellow); }
.admin-list button > span:nth-child(2) { display: grid; }
.admin-list small { color: rgba(255,255,255,.58); }
.admin-list b { font-size: .85rem; }
.admin-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .8rem; }
.config-warning { grid-column: 2; margin-top: 14px; color: var(--yellow); font-size: .9rem; }

.location { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.location > div { max-width: 650px; }
.location p:last-child { color: var(--muted); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px clamp(20px, 7vw, 110px); border-top: 1px solid var(--border); }
footer p { margin: 0; color: var(--muted); font-size: .85rem; }

@media (max-width: 1050px) {
  body.menu-open { overflow: hidden; }
  body.menu-open::before { position: fixed; z-index: 15; inset: 0; background: rgba(23, 55, 43, .22); content: ""; pointer-events: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 88px; min-height: 46px; padding: 8px 16px; border: 1px solid var(--green-900); border-radius: 999px; color: var(--green-900); background: var(--cream); cursor: pointer; }
  nav { position: absolute; top: calc(100% + 10px); right: clamp(20px, 5vw, 72px); display: none; width: min(340px, calc(100vw - 40px)); padding: 8px; border: 1px solid var(--border); border-radius: 22px; background: var(--cream); box-shadow: var(--shadow); }
  nav.open { display: grid; gap: 4px; }
  nav a { display: flex; align-items: center; min-height: 52px; padding: 10px 16px; border-radius: 14px; }
  nav a:not(.nav-cta):hover { background: var(--green-50); }
  nav .nav-cta { justify-content: flex-start; margin-top: 0; border-radius: 14px; color: var(--ink); background: transparent; }
  nav .nav-cta:hover { color: var(--green-800); background: var(--green-50); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-text { margin-right: auto; margin-left: auto; }
  .hero-actions, .quick-points { justify-content: center; }
  .hero-visual { max-width: 720px; margin-inline: auto; aspect-ratio: 16 / 10; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { display: grid; grid-template-columns: 60px 1fr; column-gap: 15px; }
  .feature-grid .feature-number { grid-row: 1 / 3; margin-bottom: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid article:last-child { grid-column: 1 / -1; }
  .story, .order-section { grid-template-columns: 1fr; }
  .order-intro { position: static; }
  .config-warning { grid-column: 1; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .site-header { min-height: 72px; }
  nav { top: calc(100% + 8px); left: 16px; right: 16px; width: auto; }
  .hero { padding-top: 38px; }
  .hero-visual { aspect-ratio: 4 / 3; }
  .hero-visual img { object-position: 65% center; border-radius: 22px; }
  .hero-visual p { right: 0; bottom: 0; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .product-card { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid article:last-child { grid-column: auto; }
  .product-photo { height: 220px; }
  .story-visual { min-height: 320px; }
  .location, footer { align-items: flex-start; flex-direction: column; }
  .location .button { width: 100%; }
  .admin-list button { grid-template-columns: auto 1fr; }
  .admin-list b { grid-column: 2; }
}

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