:root {
  --leaf: #0f5c3b;
  --leaf-dark: #063b28;
  --mint: #e8f6ee;
  --earth: #a56a43;
  --cream: #fffaf1;
  --ink: #163027;
  --muted: #6d7b72;
  --line: rgba(15, 92, 59, .12);
  --shadow: 0 24px 80px rgba(11, 61, 43, .14);
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fbfdf9; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.topbar { background: linear-gradient(90deg, var(--leaf-dark), #20784f); color: #fff; font-size: .86rem; }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar a { color: rgba(255,255,255,.9); display: inline-flex; align-items: center; gap: .35rem; }
.topbar-contact, .topbar-social { display: flex; align-items: center; gap: .85rem; }
.announcement { text-align: center; font-weight: 800; }
.glass-nav { box-shadow: 0 10px 30px rgba(5,45,30,.08); backdrop-filter: blur(18px); }
.navbar .container { gap: .75rem; }
.brand-logo { width: 156px; height: 54px; object-fit: contain; }
.nav-link { font-weight: 700; color: var(--ink); }
.mega-menu { min-width: 520px; padding: 1rem; border-radius: 22px; display: none; grid-template-columns: repeat(2, 1fr); gap: .35rem; }
.dropdown:hover .mega-menu { display: grid; }
.mega-menu .dropdown-item { border-radius: 14px; padding: .8rem; display: flex; align-items: center; gap: .55rem; font-weight: 800; }
.navbar-toggler { border: 1px solid var(--line); border-radius: 16px; padding: .65rem; }
.search-shell { position: relative; display: flex; align-items: center; gap: .5rem; background: #f2f8f3; border: 1px solid var(--line); padding: .65rem .9rem; border-radius: 999px; min-width: 270px; }
.search-shell input { border: 0; outline: 0; background: transparent; width: 100%; }
.search-results { display: none; position: absolute; top: 110%; left: 0; right: 0; z-index: 30; background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.search-results.active { display: block; }
.search-results a { display: grid; grid-template-columns: 48px 1fr auto; gap: .7rem; align-items: center; padding: .7rem; border-bottom: 1px solid #eef4ef; }
.search-results img { width: 48px; height: 48px; object-fit: cover; border-radius: 12px; }
.nav-actions { display: flex; gap: .5rem; }
.nav-actions-mobile { display: none; margin-left: auto; }
.icon-btn { border: 0; width: 42px; height: 42px; border-radius: 50%; display: inline-grid; place-items: center; background: #edf7f0; color: var(--leaf); position: relative; transition: .25s ease; }
.icon-btn:hover { transform: translateY(-2px); background: var(--leaf); color: #fff; }
#cartCount, #cartCountMobile { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; border-radius: 20px; background: var(--earth); color: #fff; font-size: .75rem; display: grid; place-items: center; }
.hero-slide { min-height: 650px; background-size: cover; background-position: center; display: grid; align-items: center; color: #fff; }
.hero-copy { max-width: 660px; padding: 6rem 0; }
.eyebrow, .section-head span, .page-hero span, .blog-card span { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; color: #d3f5df; }
.hero-copy h1 { font-size: clamp(2.6rem, 7vw, 5.8rem); line-height: .94; font-weight: 900; max-width: 760px; margin: .8rem 0 1rem; }
.hero-copy p { font-size: 1.25rem; color: rgba(255,255,255,.85); max-width: 560px; }
.btn-nursery { background: linear-gradient(135deg, #15834f, #07472f); color: #fff; border: 0; border-radius: 999px; padding: .8rem 1.25rem; font-weight: 800; box-shadow: 0 14px 30px rgba(15,92,59,.22); min-height: 44px; }
.btn-nursery:hover { color: #fff; transform: translateY(-1px); }
.section-pad { padding: 4.8rem 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.section-head span { color: var(--earth); }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 900; margin: 0; }
.section-head a { font-weight: 800; color: var(--leaf); }
.stats-band { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 28px; padding: 1.5rem; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.stats-band div { display: grid; place-items: center; border-right: 1px solid var(--line); }
.stats-band div:last-child { border-right: 0; }
.stats-band strong { font-size: 2rem; color: var(--leaf); }
.stats-band span { color: var(--muted); font-weight: 700; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.category-card { position: relative; overflow: hidden; min-height: 230px; border-radius: 24px; background: #ddd; box-shadow: 0 20px 60px rgba(11,61,43,.12); }
.category-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .45s ease; }
.category-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(5,45,30,.78)); }
.category-card div { position: absolute; z-index: 1; bottom: 1rem; left: 1rem; right: 1rem; color: #fff; }
.category-card h3 { font-size: 1.1rem; font-weight: 900; margin: 0; }
.category-card:hover img { transform: scale(1.08); }
.soft-band { background: linear-gradient(180deg, #f2faf4, #fff); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.related-carousel { grid-auto-flow: column; grid-auto-columns: minmax(240px, 1fr); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .7rem; }
.related-carousel .product-card { scroll-snap-align: start; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(11,61,43,.08); transition: .25s ease; height: 100%; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--mint); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-media img { transform: scale(1.07); }
.badge-soft { display: inline-flex; background: rgba(255,255,255,.88); color: var(--leaf); border: 1px solid var(--line); border-radius: 999px; padding: .35rem .7rem; font-size: .78rem; font-weight: 900; }
.product-media .badge-soft { position: absolute; top: .8rem; left: .8rem; }
.product-tools { position: absolute; top: .75rem; right: .75rem; display: grid; gap: .45rem; }
.product-body { padding: 1rem; display: flex; flex: 1; flex-direction: column; }
.rating { color: #d38a13; font-weight: 800; font-size: .9rem; }
.product-body h3 { font-size: 1.05rem; font-weight: 900; min-height: 2.5rem; margin: .45rem 0 .1rem; }
.sku { color: var(--muted); font-size: .82rem; margin: 0 0 .5rem; }
.price-line { display: flex; gap: .65rem; align-items: center; margin-bottom: .9rem; margin-top: auto; }
.price-line strong { color: var(--leaf); font-size: 1.2rem; }
.price-line del { color: #99a49d; }
.promo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.25rem; }
.promo-card { min-height: 330px; border-radius: 30px; overflow: hidden; color: #fff; padding: 2rem; display: flex; flex-direction: column; justify-content: end; background-size: cover; background-position: center; position: relative; }
.promo-card:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(5,45,30,.82)); }
.promo-card > * { position: relative; z-index: 1; max-width: 520px; }
.promo-card h2 { font-size: 2.5rem; font-weight: 900; }
.promo-card a { font-weight: 900; text-decoration: underline; }
.why-grid, .blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.why-card, .blog-card, .testimonial-card, .faq-shell, .summary-card, .checkout-panel, .success-panel { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 1.5rem; box-shadow: 0 18px 55px rgba(11,61,43,.08); }
.why-card i { font-size: 2rem; color: var(--leaf); }
.why-card h3, .blog-card h3 { font-weight: 900; margin-top: 1rem; }
.earthy-band { background: linear-gradient(135deg, #073826, #176348); color: #fff; }
.section-head.light span, .section-head.light a { color: #c7f5d8; }
.blog-card { color: var(--ink); }
.blog-img { height: 150px; border-radius: 18px; background: linear-gradient(135deg, #d8f2e0, #b6d0aa); margin-bottom: 1rem; }
.testimonial-card i { font-size: 3rem; color: var(--earth); }
.faq-shell .accordion-item { border: 0; border-bottom: 1px solid var(--line); }
.site-footer { background: #062e20; color: #fff; padding: 4rem 0 1.5rem; }
.footer-logo { width: 170px; background: rgba(255,255,255,.9); border-radius: 16px; padding: .4rem; }
.site-footer h6 { font-weight: 900; margin-bottom: 1rem; }
.site-footer a { display: block; color: rgba(255,255,255,.7); margin-bottom: .55rem; }
.socials { display: flex; gap: .7rem; }
.socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.12); display: grid; place-items: center; }
.newsletter-form { display: flex; gap: .6rem; }
.newsletter-form input { flex: 1; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); color: #fff; padding: .8rem 1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1.25rem; color: rgba(255,255,255,.6); }
.whatsapp-float, .back-top { position: fixed; right: 1.25rem; z-index: 40; border: 0; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); }
.whatsapp-float { bottom: 1.25rem; width: 58px; height: 58px; background: #25d366; color: #fff; font-size: 1.7rem; }
.back-top { bottom: 5.3rem; width: 46px; height: 46px; background: #fff; color: var(--leaf); opacity: 0; pointer-events: none; }
.back-top.show { opacity: 1; pointer-events: auto; }
.newsletter-popup { position: fixed; right: 1.25rem; bottom: 8.8rem; width: min(360px, calc(100vw - 2rem)); background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 24px; padding: 1.4rem; box-shadow: var(--shadow); transform: translateY(20px); opacity: 0; pointer-events: none; transition: .25s ease; z-index: 50; backdrop-filter: blur(20px); }
.newsletter-popup.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
.page-hero { background: linear-gradient(135deg, rgba(6,59,40,.94), rgba(22,99,72,.78)), url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=1600&q=80') center/cover; color: #fff; padding: 7rem 0 4rem; }
.page-hero.compact h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; }
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 1.5rem; align-items: start; }
.filter-panel { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 1.25rem; position: sticky; top: 100px; }
.filter-panel h2 { font-size: 1.2rem; font-weight: 900; }
.filter-panel a { display: block; padding: .75rem; border-radius: 14px; color: var(--muted); font-weight: 800; }
.filter-panel a.active, .filter-panel a:hover { background: var(--mint); color: var(--leaf); }
.shop-top { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; align-items: center; }
.shop-top form { display: flex; gap: .5rem; }
.shop-top input, .summary-card input { border: 1px solid var(--line); border-radius: 999px; padding: .8rem 1rem; }
.mobile-filter-toggle { display: none; margin-bottom: 1rem; border-radius: 999px; font-weight: 800; }
.mobile-filter-panel { position: static; border: 0; box-shadow: none; padding: 0; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.product-gallery img { width: 100%; border-radius: 32px; aspect-ratio: 1 / 1; object-fit: cover; box-shadow: var(--shadow); }
.zoomable { cursor: zoom-in; transition: transform .35s ease; transform-origin: center; }
.zoomable:hover { transform: scale(1.035); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: .9rem; }
.gallery-thumbs button { border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: .25rem; }
.gallery-thumbs img { border-radius: 12px; box-shadow: none; }
.product-info h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 900; margin-top: 1rem; }
.price-line.detail strong { font-size: 2rem; }
.detail-actions { display: flex; gap: .8rem; margin: 1.5rem 0; flex-wrap: wrap; }
.service-note { background: var(--mint); border-radius: 18px; padding: 1rem; color: var(--leaf); font-weight: 800; }
.delivery-note { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; background: #fff7e8; color: #8a5a1f; border: 1px solid rgba(165,106,67,.18); border-radius: 999px; padding: .65rem .9rem; font-weight: 900; }
.variant-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; margin-top: 1rem; }
.variant-picker label { font-weight: 900; color: var(--ink); }
.variant-picker .form-select { margin-top: .35rem; border-color: var(--line); border-radius: 14px; min-height: 46px; }
.delivery-mini { display: block; margin-top: .35rem; color: var(--leaf); font-weight: 800; }
.share-row { display: flex; gap: 1rem; margin-top: 1rem; color: var(--leaf); font-weight: 800; }
.product-tabs { margin-top: 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1rem; box-shadow: 0 18px 55px rgba(11,61,43,.08); }
.product-tabs .nav { gap: .45rem; margin-bottom: 1rem; }
.product-tabs .nav-link { border-radius: 999px; color: var(--leaf); font-weight: 900; }
.product-tabs .nav-link.active { background: var(--leaf); }
.mobile-buy-bar { position: sticky; bottom: 1rem; z-index: 25; display: flex; justify-content: space-between; align-items: center; gap: .8rem; width: min(520px, 100%); margin: 1.5rem 0 0 auto; padding: .75rem 1rem; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.mobile-buy-bar strong { color: var(--leaf); font-size: 1.2rem; }
.cart-layout, .checkout-grid { display: grid; grid-template-columns: 1fr 360px; gap: 1.5rem; align-items: start; }
.cart-line { display: grid; grid-template-columns: 96px 1fr 90px 110px; align-items: center; gap: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1rem; margin-bottom: .9rem; }
.cart-line img { width: 96px; height: 96px; object-fit: cover; border-radius: 16px; }
.cart-line h3 { font-size: 1rem; font-weight: 900; }
.cart-line input { border: 1px solid var(--line); border-radius: 14px; padding: .6rem; }
.summary-card { position: sticky; top: 100px; display: grid; gap: 1rem; }
.summary-card div { display: flex; justify-content: space-between; }
.checkout-panel label { display: block; margin-top: .8rem; padding: .8rem; background: #f7fbf8; border-radius: 14px; border: 1px solid transparent; }
.checkout-panel label:has(input:checked) { border-color: rgba(15,92,59,.28); background: var(--mint); }
.form-control { border-color: var(--line); border-radius: 16px; padding: .82rem 1rem; }
.empty-state, .success-panel { text-align: center; padding: 3rem; }
.quick-modal img { width: 100%; height: 320px; object-fit: cover; border-radius: 20px 20px 0 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: .55s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .category-grid, .product-grid, .why-grid, .blog-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .navbar-collapse { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); margin-top: .8rem; padding: 1rem; }
  .mega-menu { display: block; min-width: 0; padding: .5rem; box-shadow: none !important; }
  .dropdown:hover .mega-menu { display: block; }
  .navbar-collapse .nav-actions { display: none; }
  .nav-actions-mobile { display: flex; }
  .search-shell { min-width: 100%; margin: .8rem 0; }
  .hero-slide { min-height: 560px; }
  .category-grid, .product-grid, .why-grid, .blog-grid, .promo-grid, .product-detail, .cart-layout, .checkout-grid, .shop-layout { grid-template-columns: 1fr 1fr; }
  .filter-panel, .summary-card { position: static; }
}
@media (max-width: 640px) {
  body { padding-bottom: env(safe-area-inset-bottom); }
  .announcement { font-size: .78rem; }
  .topbar .container { justify-content: center; min-height: 34px; }
  .topbar-contact, .topbar-social { display: none; }
  .brand-logo { width: 124px; height: 44px; }
  .icon-btn { width: 40px; height: 40px; }
  .section-pad { padding: 3rem 0; }
  .hero-slide { min-height: 500px; background-position: 58% center; }
  .hero-copy { padding: 4rem 0; }
  .hero-copy h1 { font-size: 2.65rem; line-height: 1; }
  .hero-copy p { font-size: 1rem; }
  .category-grid, .product-grid, .why-grid, .blog-grid, .promo-grid, .product-detail, .cart-layout, .checkout-grid, .shop-layout { grid-template-columns: 1fr; }
  .category-card { min-height: 170px; border-radius: 20px; }
  .product-grid { gap: 1rem; }
  .product-card { border-radius: 18px; }
  .product-body h3 { min-height: 0; }
  .promo-card { min-height: 260px; border-radius: 22px; padding: 1.35rem; }
  .promo-card h2 { font-size: 2rem; }
  .stats-band div { border-right: 0; padding: .8rem 0; }
  .section-head, .shop-top { align-items: start; flex-direction: column; }
  .section-head h2 { font-size: 2rem; }
  .filter-panel:not(.mobile-filter-panel) { display: none; }
  .mobile-filter-toggle { display: inline-flex; align-items: center; gap: .45rem; }
  .shop-top form { display: grid; grid-template-columns: 1fr auto; }
  .cart-line { grid-template-columns: 78px 1fr; }
  .cart-line input, .cart-line strong { grid-column: 2; }
  .cart-line img { width: 78px; height: 78px; }
  .variant-picker { grid-template-columns: 1fr; }
  .summary-card { border-radius: 18px; }
  .checkout-panel, .summary-card { padding: 1.1rem; }
  .newsletter-form, .shop-top form { flex-direction: column; width: 100%; }
  .mobile-buy-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: flex; justify-content: space-between; align-items: center; gap: .8rem; padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); border-top: 1px solid var(--line); box-shadow: 0 -16px 38px rgba(11,61,43,.12); backdrop-filter: blur(14px); }
  .mobile-buy-bar strong { color: var(--leaf); font-size: 1.1rem; }
  .mobile-buy-bar .btn { min-width: 120px; }
  .product-info .detail-actions .add-cart { display: none; }
  .whatsapp-float { width: 52px; height: 52px; bottom: 5.7rem; }
  .back-top { bottom: 9.7rem; }
}
