:root {
  --bg: #f7f2e8;
  --ink: #223127;
  --muted: #6f6b5f;
  --line: rgba(46, 91, 59, 0.12);
  --green: #2e5b3b;
  --earth: #c58a51;
  --shadow: 0 24px 60px rgba(34, 49, 39, 0.12);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(197, 138, 81, 0.14), transparent 30%), linear-gradient(180deg, #fbf7f0 0%, #f4eee2 42%, #f8f4eb 100%);
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.page-shell { overflow: clip; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(247, 242, 232, 0.82); border-bottom: 1px solid rgba(46, 91, 59, 0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.brand img, .footer-logo { width: 210px; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; font-size: 0.96rem; color: var(--muted); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.button, .cart-button { border: 0; border-radius: 999px; padding: 0.95rem 1.3rem; background: var(--green); color: #fff; font-weight: 700; cursor: pointer; transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease; }
.button:hover, .cart-button:hover, .button:focus-visible, .cart-button:focus-visible { transform: translateY(-1px); opacity: 0.96; }
.button-secondary { background: #e6dcc9; color: var(--ink); }
.button-ghost { background: transparent; border: 1px solid rgba(46, 91, 59, 0.18); color: var(--green); }
.button-small { padding: 0.8rem 1rem; font-size: 0.9rem; }
.cart-button { display: inline-flex; align-items: center; gap: 0.65rem; }
.cart-count { display: inline-grid; place-items: center; min-width: 1.65rem; height: 1.65rem; border-radius: 999px; background: rgba(255, 255, 255, 0.24); font-size: 0.84rem; }
.nav-toggle { display: none; flex-direction: column; gap: 0.28rem; padding: 0.5rem; border: 0; background: transparent; }
.nav-toggle span { width: 1.55rem; height: 2px; background: var(--green); }
.hero { padding: 4.4rem 0 2.5rem; }
.hero-grid, .benefits-layout, .contact-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 2rem; align-items: center; }
.eyebrow { margin: 0 0 0.7rem; color: var(--green); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 800; font-size: 0.78rem; }
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1, h2 { font-family: "DM Serif Display", serif; }
h1 { font-size: clamp(3rem, 7vw, 5.4rem); max-width: 10ch; }
h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.hero-text, .section-heading p, .contact-grid p, .site-footer p, .product-card p, .category-card p, .featured-card p, .article-grid p, .faq-list p, .hero-points li, .trust-items span { color: var(--muted); line-height: 1.7; }
.hero-text { max-width: 58ch; margin: 1.1rem 0 1.5rem; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1.4rem; }
.hero-points { display: grid; gap: 0.7rem; padding: 0; margin: 0; list-style: none; }
.hero-points li { position: relative; padding-left: 1.2rem; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: 0.72rem; width: 0.45rem; height: 0.45rem; border-radius: 999px; background: var(--earth); }
.hero-card, .benefits-visual img, .contact-card, .testimonial-grid blockquote, .article-grid article, .faq-list details, .featured-card, .product-card, .category-card, .trust-items > div { border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-card { position: relative; padding: 1rem; border-radius: 32px; background: linear-gradient(180deg, #fffaf1 0%, #efe3cf 100%); }
.hero-card img { aspect-ratio: 4 / 4.6; object-fit: cover; border-radius: 24px; }
.hero-badge { position: absolute; right: 1.6rem; bottom: 1.6rem; max-width: 260px; padding: 1rem 1.1rem; border-radius: 18px; background: rgba(255, 251, 243, 0.88); backdrop-filter: blur(10px); }
.hero-badge span { display: block; margin-top: 0.25rem; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.trust-bar { padding: 0 0 2rem; }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-items > div { padding: 1.25rem; border-radius: 22px; background: rgba(255, 251, 243, 0.7); }
.section { padding: 5.2rem 0; }
.section-soft { background: linear-gradient(180deg, rgba(239, 230, 215, 0.72), rgba(250, 246, 237, 0.8)); }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading p:last-child { margin-top: 0.8rem; }
.category-grid, .featured-grid, .product-grid, .testimonial-grid, .article-grid { display: grid; gap: 1.2rem; }
.category-grid, .featured-grid, .product-grid, .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.article-grid { grid-template-columns: repeat(4, 1fr); }
.category-card, .featured-card, .product-card, .testimonial-grid blockquote, .article-grid article, .faq-list details, .contact-card { background: rgba(255, 252, 246, 0.95); border-radius: var(--radius); }
.category-card, .featured-card { overflow: hidden; }
.category-card img, .featured-card img, .product-card img { aspect-ratio: 1 / 0.82; object-fit: cover; }
.category-card div, .featured-card div { padding: 1.3rem; }
.category-card a { color: var(--green); font-weight: 800; }
.featured-card strong, .product-footer > strong { font-size: 1.1rem; color: var(--green); }
.featured-card .button { margin-top: 1rem; width: 100%; }
.product-card { padding: 1rem; }
.product-card img { border-radius: 20px; margin-bottom: 1rem; }
.tag { display: inline-flex; padding: 0.35rem 0.7rem; border-radius: 999px; background: #e8efdf; color: var(--green); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.04em; margin-bottom: 0.85rem; }
.product-card h3 { margin-bottom: 0.75rem; font-size: 1.3rem; }
.product-card p { margin: 0.45rem 0; }
.product-footer { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; }
.product-actions { display: flex; gap: 0.7rem; }
.disclaimer { margin-top: 1.5rem; padding: 1rem 1.2rem; border-left: 4px solid var(--earth); border-radius: 14px; background: rgba(255, 249, 238, 0.92); color: var(--muted); }
.benefits-visual img { border-radius: 32px; aspect-ratio: 1 / 1.1; object-fit: cover; }
.benefit-list { display: grid; gap: 1rem; margin-top: 1.4rem; }
.benefit-list article { padding: 1.2rem 1.3rem; border-radius: 22px; background: rgba(255, 250, 241, 0.72); border: 1px solid var(--line); }
.testimonial-grid blockquote, .article-grid article { margin: 0; padding: 1.5rem; }
.testimonial-grid footer { margin-top: 1rem; color: var(--green); font-weight: 800; }
.faq-list { display: grid; gap: 0.9rem; }
.faq-list details { padding: 1.2rem 1.3rem; }
.faq-list summary { cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 0.8rem 0 0; }
.contact-section { padding-bottom: 6rem; }
.contact-card { padding: 1.6rem; }
.contact-card p { margin: 0.35rem 0; }
.contact-card a { color: var(--green); font-weight: 700; }
.site-footer { padding: 2rem 0 3rem; border-top: 1px solid rgba(46, 91, 59, 0.08); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1.4rem; }
.cart-drawer { position: fixed; inset: 0; display: flex; justify-content: end; background: rgba(34, 49, 39, 0.26); opacity: 0; pointer-events: none; transition: opacity 0.25s ease; z-index: 30; }
.cart-drawer.open { opacity: 1; pointer-events: auto; }
.cart-panel { width: min(100%, 420px); height: 100%; padding: 1.3rem; background: #fffaf2; box-shadow: -10px 0 30px rgba(34, 49, 39, 0.18); display: flex; flex-direction: column; }
.cart-header, .cart-item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cart-close { border: 0; background: transparent; font-size: 2rem; cursor: pointer; color: var(--green); }
.cart-items { flex: 1; overflow: auto; padding: 1rem 0; }
.cart-item { padding: 0.95rem 0; border-bottom: 1px solid rgba(46, 91, 59, 0.12); }
.cart-item p { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.9rem; }
.cart-item button { border: 0; background: transparent; color: #a04a2c; cursor: pointer; }
.cart-summary { border-top: 1px solid rgba(46, 91, 59, 0.12); padding-top: 1rem; }
.checkout-link { display: block; text-align: center; }
.cart-empty { color: var(--muted); }
@media (max-width: 1080px) {
  .category-grid, .featured-grid, .product-grid, .testimonial-grid, .article-grid, .footer-grid, .trust-items, .hero-grid, .benefits-layout, .contact-grid { grid-template-columns: 1fr 1fr; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .site-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header.menu-open .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + 0.5rem); display: grid; gap: 0.8rem; padding: 1rem; border-radius: 22px; background: rgba(255, 252, 246, 0.98); box-shadow: var(--shadow); }
}
@media (max-width: 780px) {
  .hero, .section { padding: 4rem 0; }
  .category-grid, .featured-grid, .product-grid, .testimonial-grid, .article-grid, .footer-grid, .trust-items, .hero-grid, .benefits-layout, .contact-grid { grid-template-columns: 1fr; }
  .header-inner { flex-wrap: wrap; }
  .header-actions { width: 100%; justify-content: space-between; }
  .product-footer, .product-actions { flex-direction: column; align-items: stretch; }
  .brand img, .footer-logo { width: 180px; }
  h1 { max-width: 100%; }
}
