:root {
  --ink: #162216;
  --muted: #61705e;
  --green: #294323;
  --green-2: #3f6436;
  --gold: #b79545;
  --cream: #f7f4e9;
  --paper: #fffef9;
  --line: #dfe4d9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(31, 56, 27, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: min(1140px, calc(100% - 36px)); margin-inline: auto; }
.narrow { width: min(940px, calc(100% - 36px)); }
.skip-link { position: absolute; inset-inline-start: -9999px; top: 10px; z-index: 100; background: #fff; padding: 8px 16px; }
.skip-link:focus { inset-inline-start: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 254, 249, .94);
  border-bottom: 1px solid rgba(41, 67, 35, .1);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--green); line-height: 1.2; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--green-2); font-size: 22px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 21px; }
.brand small { font-size: 13px; color: var(--muted); margin-top: 2px; }
nav { display: flex; align-items: center; gap: 22px; }
nav a { text-decoration: none; font-weight: 700; font-size: 14px; }
.nav-order { color: var(--white); background: var(--green); padding: 9px 17px; border-radius: 999px; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(183, 149, 69, .14), transparent 28%),
    linear-gradient(135deg, #fbfaf3 0%, #eef2e8 100%);
  padding: 72px 0 78px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.eyebrow, .section-kicker { color: var(--gold); font-size: 14px; font-weight: 800; letter-spacing: .02em; margin: 0 0 10px; }
h1, h2, h3, p { margin-top: 0; }
h1 { color: var(--green); font-size: clamp(40px, 5vw, 66px); line-height: 1.25; margin-bottom: 20px; letter-spacing: -.035em; }
h2 { color: var(--green); font-size: clamp(30px, 4vw, 46px); line-height: 1.35; margin-bottom: 16px; }
h3 { color: var(--green); line-height: 1.45; }
.hero-text, .lead { color: var(--muted); font-size: 18px; max-width: 680px; }
.price-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 32px 0 28px; padding: 20px 22px; background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 40px rgba(31,56,27,.08); }
.price { display: block; color: var(--green); font-size: 40px; line-height: 1.2; font-weight: 800; }
.price small { font-size: 18px; }
.shipping { display: block; color: var(--muted); font-size: 13px; }
.primary-button, .whatsapp-button { border: 0; border-radius: 13px; color: #fff; background: var(--green); padding: 14px 24px; text-decoration: none; font-weight: 800; cursor: pointer; text-align: center; transition: transform .18s ease, background .18s ease; }
.primary-button:hover, .whatsapp-button:hover { background: var(--green-2); transform: translateY(-2px); }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0; margin: 0; list-style: none; }
.quick-facts li { border-inline-start: 2px solid var(--gold); padding-inline-start: 12px; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { color: var(--green); font-size: 15px; }
.quick-facts span { color: var(--muted); font-size: 12px; }
.product-visual { margin: 0; position: relative; }
.image-frame { position: relative; border-radius: 180px 180px 30px 30px; overflow: hidden; border: 9px solid rgba(255,255,255,.78); box-shadow: var(--shadow); background: #e9e4d5; }
.image-frame img { aspect-ratio: 3 / 4; width: 100%; object-fit: cover; object-position: center; }
.capacity-badge { position: absolute; inset-inline-end: 18px; bottom: 18px; display: grid; gap: 1px; min-width: 126px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; background: rgba(22,34,22,.84); color: #fff; text-align: center; font-size: 12px; line-height: 1.35; box-shadow: 0 10px 30px rgba(16,32,15,.22); backdrop-filter: blur(8px); }
.capacity-badge strong { color: #f0d995; font-size: 20px; }
.product-visual figcaption { text-align: center; color: var(--muted); font-size: 12px; margin-top: 10px; }

.section { padding: 90px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.feature-grid article { border: 1px solid var(--line); border-radius: 20px; padding: 26px; background: #fff; }
.feature-number { color: var(--gold); font-size: 13px; font-weight: 800; }
.feature-grid h3 { margin: 10px 0 8px; }
.feature-grid p { color: var(--muted); margin-bottom: 0; font-size: 15px; }

.usage-section { background: var(--cream); }
.usage-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; align-items: start; }
.steps { margin-top: 30px; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #d9dccf; }
.step > span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-weight: 800; }
.step h3 { margin: 0 0 4px; font-size: 18px; }
.step p { color: var(--muted); margin: 0; }
.serving-card { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 20px; margin: 26px 0 0; overflow: hidden; border: 1px solid #d9dccf; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(31,56,27,.08); }
.serving-card img { width: 170px; height: 100%; min-height: 150px; object-fit: cover; }
.serving-card figcaption { display: grid; gap: 2px; padding: 18px 18px 18px 0; }
.serving-card span, .serving-card small { color: var(--muted); font-size: 12px; }
.serving-card strong { color: var(--green); font-size: 19px; }
.notice { background: var(--green); color: #eef4e9; border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.notice-icon { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 900; margin-bottom: 24px; }
.notice h3 { color: #fff; font-size: 24px; margin-bottom: 12px; }
.notice p { font-size: 14px; margin-bottom: 14px; }

.order-section { background: #1f371d; color: #e6edde; }
.order-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.light { color: #d7bd75; }
.order-summary h2 { color: #fff; }
.order-price { color: #fff; font-size: 64px; font-weight: 900; line-height: 1.2; margin: 20px 0; }
.order-price span { font-size: 20px; }
.order-summary > p { color: #cbd7c5; }
.payment-note { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; padding: 14px 16px; font-size: 13px; }
.order-form { background: #fff; color: var(--ink); border-radius: 26px; padding: 30px; box-shadow: var(--shadow); }
.order-form h3 { font-size: 25px; margin-bottom: 4px; }
.order-form > p { color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.order-form label:not(.check-row) { display: block; color: var(--green); font-size: 14px; font-weight: 800; margin: 14px 0 5px; }
.order-form input:not([type="checkbox"]), .order-form textarea { width: 100%; border: 1px solid #ccd4c8; border-radius: 11px; background: #fbfcf9; color: var(--ink); padding: 11px 13px; outline: none; }
.order-form input:focus, .order-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(63,100,54,.12); }
.check-row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; margin: 18px 0; }
.check-row input { margin-top: 6px; accent-color: var(--green); }
.whatsapp-button { width: 100%; background: #177e46; }
.form-error { display: block; color: #a42e2e; font-size: 13px; min-height: 1.6em; margin-top: 8px; }

.policies { background: #fff; }
.policy-list { margin-top: 28px; border-top: 1px solid var(--line); }
.policy-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }
.policy-list summary { color: var(--green); font-weight: 800; font-size: 18px; padding: 20px 0; cursor: pointer; }
.policy-list p { color: var(--muted); padding: 0 0 22px; margin: 0; }

footer { background: #10200f; color: #cbd7c5; padding: 30px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; font-size: 13px; }
.footer-inner strong, .footer-inner div span { display: block; }
.footer-inner strong { color: #fff; font-size: 17px; }
.footer-inner a { color: #fff; text-decoration: none; font-weight: 800; }

@media (max-width: 860px) {
  nav a:not(.nav-order) { display: none; }
  .hero { padding-top: 42px; }
  .hero-grid, .usage-grid, .order-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { order: 1; }
  .product-visual { order: 0; width: min(100%, 500px); margin-inline: auto; }
  .image-frame { border-radius: 140px 140px 24px 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .notice { max-width: 620px; }
}

@media (max-width: 560px) {
  .shell, .narrow { width: min(100% - 24px, 1140px); }
  .site-header { position: static; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 18px; }
  .nav-order { padding: 8px 13px; }
  .hero { padding: 28px 0 52px; }
  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  .hero-text, .lead { font-size: 16px; }
  .price-panel { align-items: stretch; flex-direction: column; }
  .quick-facts { grid-template-columns: 1fr; gap: 13px; }
  .capacity-badge { inset-inline-end: 12px; bottom: 12px; min-width: 112px; }
  .section { padding: 64px 0; }
  .feature-grid article, .order-form { padding: 22px; }
  .serving-card { grid-template-columns: 125px 1fr; gap: 14px; }
  .serving-card img { width: 125px; min-height: 132px; }
  .serving-card figcaption { padding: 14px 14px 14px 0; }
  .serving-card strong { font-size: 16px; }
  .order-price { font-size: 52px; }
  .footer-inner { grid-template-columns: 1fr; gap: 14px; text-align: center; }
}

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