:root {
  --green: #073d20; --green-2: #0d6030; --green-light: #1c8a4f;
  --orange: #f26716; --orange-2: #ff8a3d; --gold: #f5bd16;
  --cream: #fef9ec; --dark: #14201a; --white: #ffffff; --gray: #6b7a70;
  --border: rgba(7,61,32,.1);
  --shadow-sm: 0 8px 24px rgba(7,61,32,.08);
  --shadow-md: 0 20px 45px rgba(7,61,32,.14);
  --shadow-lg: 0 30px 70px rgba(7,61,32,.22);
  --radius: 22px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: var(--dark); background: var(--cream); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, .brand-font { font-family: 'Outfit', sans-serif; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; font: inherit; background: none; }
img { display: block; max-width: 100%; }
.container { width: min(1200px, 92%); margin: auto; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

.topbar { background: linear-gradient(90deg, var(--green), var(--green-2), var(--green)); color: white; text-align: center; padding: 10px; font-size: 13px; font-weight: 500; }

header { position: sticky; top: 0; z-index: 100; background: rgba(254,249,236,.78); backdrop-filter: blur(18px) saturate(160%); border-bottom: 1px solid var(--border); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.logo { width: 110px; height: auto; object-fit: contain; }
.nav-links { display: flex; gap: 26px; font-size: 14px; font-weight: 600; color: var(--green); }
.nav-links a { position: relative; padding: 6px 0; }
.nav-links a::after { content:''; position:absolute; bottom:0; left:0; width:0; height:2px; background:var(--orange); transition:.3s ease; }
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--orange); }
.cart-button { background: var(--green); color: white; padding: 12px 20px; border-radius: 30px; font-weight: 600; font-size: 14px; display: flex; align-items: center; gap: 8px; box-shadow: var(--shadow-sm); transition: .25s ease; }
.cart-button:hover { background: var(--green-2); transform: translateY(-2px); }
.cart-button svg { width: 18px; height: 18px; }
#cartCount { background: var(--orange); color: white; font-size: 11px; min-width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; padding: 0 4px; }

.hero { position: relative; min-height: 560px; display: grid; align-items: center; gap: 20px; padding: 80px 0 60px; background: linear-gradient(135deg, #fffbef 0%, #fff1ce 55%, #ffe9b3 100%); overflow: hidden; text-align: center; }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; z-index: 0; animation: blobMove 12s ease-in-out infinite; }
.blob-1 { width: 380px; height: 380px; background: #ffdd8a; top: -100px; left: -80px; }
.blob-2 { width: 320px; height: 320px; background: #ffb08a; bottom: -100px; right: -60px; animation-delay: 2s; }
@keyframes blobMove { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(30px,-20px) scale(1.1); } }
.hero-content { position: relative; z-index: 2; max-width: 780px; margin: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green); background: rgba(7,61,32,.08); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: 12.5px; padding: 8px 16px; border-radius: 30px; margin-bottom: 22px; }
.eyebrow::before { content: '✦'; color: var(--orange); }
h1 { color: var(--green); font-size: clamp(40px, 6vw, 72px); font-weight: 800; line-height: 1; letter-spacing: -2.5px; margin-bottom: 20px; }
h1 span { background: linear-gradient(100deg, var(--orange), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 620px; margin: auto; font-size: 17.5px; color: #445649; margin-bottom: 28px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.primary-btn, .secondary-btn { padding: 16px 28px; border-radius: 40px; font-weight: 700; font-size: 15px; transition: .3s ease; }
.primary-btn { background: linear-gradient(120deg, var(--orange), #ff8f42); color: white; box-shadow: 0 14px 30px rgba(242,103,22,.35); }
.primary-btn:hover { transform: translateY(-3px) scale(1.02); }
.secondary-btn { color: var(--green); border: 1.5px solid var(--green); background: rgba(255,255,255,.4); }
.secondary-btn:hover { background: var(--green); color: white; transform: translateY(-3px); }

.trust-strip { background: var(--green); color: white; padding: 22px 0; }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.trust-items div { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.trust-num { font-size: 24px; font-weight: 800; font-family: 'Outfit', sans-serif; color: var(--gold); }
.trust-label { font-size: 12px; font-weight: 500; opacity: .9; }

section { padding: 90px 0; position: relative; }
.section-tag { display: block; color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 12.5px; margin-bottom: 12px; text-align: center; }
.section-title { text-align: center; color: var(--green); font-size: clamp(30px, 5vw, 50px); font-weight: 800; line-height: 1.05; letter-spacing: -1.5px; margin-bottom: 16px; }
.section-subtitle { max-width: 640px; margin: 0 auto 50px; text-align: center; color: var(--gray); font-size: 16px; }

/* ---------- SHOP GRID ---------- */
.shop-section { background: linear-gradient(180deg, #f7edcd, #f2e6bd); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card { background: white; border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; transition: .35s ease; position: relative; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.product-card .pc-badge { position: absolute; top: 16px; left: 16px; background: var(--orange); color: white; font-size: 11.5px; font-weight: 800; padding: 6px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: .5px; z-index: 2; }
.product-card img { width: 100%; height: 260px; object-fit: contain; background: #f7f2e2; padding: 20px; }
.pc-body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pc-body h3 { color: var(--green); font-size: 21px; font-weight: 800; }
.pc-tag { color: var(--orange); font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: .5px; }
.pc-desc { color: var(--gray); font-size: 13.5px; margin-bottom: 4px; }

.purchase-toggle { display: flex; background: #f1eedd; border-radius: 30px; padding: 4px; gap: 4px; }
.toggle-btn { flex: 1; padding: 9px 8px; border-radius: 26px; font-size: 12.5px; font-weight: 700; color: var(--gray); transition: .25s ease; text-align: center; }
.toggle-btn.active { background: var(--green); color: white; box-shadow: var(--shadow-sm); }

.cadence-pills { display: none; gap: 8px; flex-wrap: wrap; }
.pill { border: 1.5px solid #e2ddc7; padding: 8px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; color: var(--green); transition: .2s ease; }
.pill.active { background: var(--orange); border-color: var(--orange); color: white; }

.pc-price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 6px; }
.pc-price { color: var(--orange); font-size: 26px; font-weight: 900; font-family: 'Outfit', sans-serif; }
.pc-mrp { color: #97a099; text-decoration: line-through; font-size: 14px; }
.pc-save { font-size: 11.5px; font-weight: 700; color: var(--green); background: #d9efb9; border-radius: 20px; padding: 4px 10px; }
.pc-ship-note { font-size: 12px; color: var(--green-2); font-weight: 600; }

.pc-add { margin-top: 8px; width: 100%; padding: 13px; font-size: 14px; }

/* ---------- SUBSCRIPTION PLANS ---------- */
.plans-section { background: var(--cream); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.plan-card { background: white; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); text-align: center; border: 2px solid transparent; transition: .3s ease; }
.plan-card.featured { border-color: var(--orange); position: relative; }
.plan-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--orange); color: white; font-size: 10.5px; font-weight: 800; padding: 5px 14px; border-radius: 20px; letter-spacing: .5px; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan-days { font-size: 40px; font-weight: 900; color: var(--green); font-family: 'Outfit', sans-serif; }
.plan-label { color: var(--gray); font-size: 13px; margin-bottom: 14px; }
.plan-discount { display: inline-block; background: #fdeccb; color: var(--orange); font-weight: 800; font-size: 14px; padding: 8px 16px; border-radius: 20px; margin-bottom: 14px; }
.plan-card ul { list-style: none; text-align: left; display: grid; gap: 8px; font-size: 13.5px; color: #4a564d; }
.plan-card ul li::before { content: '✓ '; color: var(--green); font-weight: 700; }

/* ---------- RITUAL ---------- */
.ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ritual-card { padding: 34px 26px; min-height: 220px; border-radius: var(--radius); color: white; box-shadow: var(--shadow-md); position: relative; overflow: hidden; transition: .4s ease; }
.ritual-card:hover { transform: translateY(-10px) scale(1.02); }
.ritual-card:nth-child(1) { background: linear-gradient(150deg, #f4bd12, #ef8b00); }
.ritual-card:nth-child(2) { background: linear-gradient(150deg, #f27513, #e9440e); }
.ritual-card:nth-child(3) { background: linear-gradient(150deg, #de4511, #9d2918); }
.ritual-card .time { font-size: 13px; font-weight: 700; opacity: .9; text-transform: uppercase; letter-spacing: 1.5px; background: rgba(255,255,255,.2); display: inline-block; padding: 5px 12px; border-radius: 20px; }
.ritual-card h3 { font-size: 27px; margin: 20px 0 8px; font-weight: 800; }
.ritual-card p { opacity: .95; font-size: 14.5px; }

/* ---------- HOW ---------- */
.how-section { background: radial-gradient(circle at 20% 20%, #0d5b30, var(--green) 60%); color: white; }
.how-section .section-title, .how-section .section-tag { color: var(--gold); }
.how-section .section-title { color: white; }
.how-section .section-subtitle { color: #cfe4cf; }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; }
.how-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.steps { display: grid; gap: 24px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-number { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green); font-weight: 900; font-size: 16px; flex-shrink: 0; }
.step h3 { color: var(--gold); margin-bottom: 4px; font-size: 18px; }
.step p { color: #d4e5d4; font-size: 14px; }

.cert-section { background: #eef4e6; }
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 26px; }
.cert-card { background: white; border-radius: 18px; padding: 28px 18px; text-align: center; box-shadow: var(--shadow-sm); transition: .3s ease; }
.cert-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.cert-card img { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 14px; }
.cert-card strong { display: block; color: var(--green); font-size: 14.5px; margin-bottom: 3px; }
.cert-card span { color: var(--gray); font-size: 12px; }
.cert-mini-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cert-mini { display: flex; align-items: center; gap: 8px; background: white; border-radius: 30px; padding: 10px 18px; font-size: 13px; font-weight: 600; color: var(--green); box-shadow: var(--shadow-sm); }
.cert-mini img { width: 22px; height: 22px; object-fit: contain; }

@media (max-width: 900px) { .cert-grid { grid-template-columns: repeat(2, 1fr); } }


/* ---------- EMAIL / NEWSLETTER SECTION ---------- */
.email-section { background: linear-gradient(135deg, var(--green), var(--green-2)); color: white; text-align: center; }
.email-box { max-width: 620px; margin: auto; }
.email-box h2 { font-size: clamp(28px, 4.5vw, 42px); margin-bottom: 14px; }
.email-box p { color: #d4e5d4; margin-bottom: 28px; font-size: 15.5px; }
.email-form { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.email-form input { flex: 1; min-width: 220px; padding: 15px 20px; border-radius: 30px; border: none; font: inherit; font-size: 14.5px; }
.email-form input:focus { outline: 3px solid var(--gold); }
.email-form button { padding: 15px 26px; border-radius: 30px; background: var(--orange); color: white; font-weight: 700; font-size: 14.5px; white-space: nowrap; }
.email-note { margin-top: 14px; font-size: 12.5px; color: #b9ccb8; }

/* ---------- SAMPLING / INFLUENCER ---------- */
.sample-section { background: #f7edcd; }
.sample-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sample-card { background: white; border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow-sm); }
.sample-card h3 { color: var(--green); font-size: 22px; margin-bottom: 10px; }
.sample-card p { color: var(--gray); font-size: 14.5px; margin-bottom: 18px; }

/* ---------- TESTIMONIALS ---------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { background: white; border-radius: var(--radius); padding: 30px 24px; box-shadow: var(--shadow-sm); transition: .35s ease; }
.testimonial-card:hover { transform: translateY(-8px); }
.stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; display: block; margin-bottom: 12px; }
.testimonial-card p { color: #4a564d; font-size: 14px; margin-bottom: 16px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--orange)); color: white; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.reviewer strong { color: var(--green); font-size: 13.5px; display: block; }
.reviewer span { color: var(--gray); font-size: 11.5px; }

/* ---------- FAQ ---------- */
.faq-section { background: var(--cream); }
.faq-list { max-width: 780px; margin: auto; display: grid; gap: 12px; }
.faq-item { background: white; border-radius: 16px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-question { width: 100%; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--green); font-size: 15px; }
.faq-question .icon { font-size: 20px; color: var(--orange); transition: .3s ease; }
.faq-item.open .faq-question .icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; padding: 0 22px; }
.faq-item.open .faq-answer { max-height: 220px; padding-bottom: 18px; }
.faq-answer p { color: var(--gray); font-size: 14px; }

.contact-box { text-align: center; padding: 50px 28px; border-radius: var(--radius); background: linear-gradient(135deg, #fff, #fff0b9); box-shadow: var(--shadow-md); }
.contact-box h2 { color: var(--green); font-size: 34px; margin-bottom: 10px; font-weight: 800; }
.contact-box p { color: var(--gray); margin-bottom: 10px; }

footer { background: #052a15; color: #b9ccb8; padding: 50px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; margin-bottom: 26px; }
footer h3 { color: var(--gold); margin-bottom: 12px; font-size: 17px; }
footer p { font-size: 13.5px; margin-bottom: 7px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; text-align: center; font-size: 12px; color: #7c9179; }

.whatsapp { position: fixed; right: 22px; bottom: 90px; z-index: 60; background: #25d366; color: white; padding: 14px 18px; border-radius: 30px; font-weight: 700; font-size: 13.5px; box-shadow: 0 10px 30px rgba(0,0,0,.25); display: flex; align-items: center; gap: 8px; }

.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; background: white; box-shadow: 0 -10px 30px rgba(0,0,0,.12); padding: 12px 18px; display: none; align-items: center; justify-content: space-between; gap: 14px; transform: translateY(100%); transition: transform .35s ease; }
.sticky-bar.show { transform: translateY(0); }
.sticky-bar .sb-info strong { display: block; color: var(--green); font-size: 13px; }
.sticky-bar .primary-btn { padding: 11px 20px; font-size: 13px; }

/* ---------- CART DRAWER ---------- */
.overlay { position: fixed; inset: 0; background: rgba(7,20,10,.5); backdrop-filter: blur(3px); z-index: 49; opacity: 0; visibility: hidden; transition: .3s ease; }
.overlay.show { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 50; top: 0; right: -460px; width: min(440px, 100%); height: 100vh; background: white; box-shadow: -20px 0 50px rgba(0,0,0,.25); padding: 28px; transition: .4s cubic-bezier(.2,.8,.2,1); overflow-y: auto; }
.cart-drawer.open { right: 0; }
.cart-header { display: flex; justify-content: space-between; align-items: center; color: var(--green); margin-bottom: 24px; }
.close-cart { width: 34px; height: 34px; border-radius: 50%; background: #f1eedd; font-size: 20px; color: var(--green); display: grid; place-items: center; }
.cart-item { display: flex; gap: 14px; border-bottom: 1px solid #eee; padding: 16px 0; }
.cart-item img { width: 70px; height: 70px; object-fit: contain; border-radius: 10px; background: #f7f2e2; }
.cart-item h4 { color: var(--green); font-size: 14.5px; }
.cart-item .item-price { color: var(--gray); font-size: 12.5px; }
.sub-badge { display: inline-block; background: #d9efb9; color: var(--green); font-size: 10.5px; font-weight: 700; padding: 3px 8px; border-radius: 12px; margin-top: 4px; }
.qty { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.qty button { width: 26px; height: 26px; background: var(--green); color: white; border-radius: 50%; font-size: 14px; }
.remove-item { color: #c23a1d; font-size: 11.5px; font-weight: 600; margin-top: 6px; }
.empty-cart { text-align: center; padding: 40px 0; color: var(--gray); }
.cart-total { display: flex; justify-content: space-between; font-size: 19px; font-weight: 800; color: var(--green); margin: 22px 0 6px; }
.ship-status { font-size: 12.5px; color: var(--green-2); font-weight: 600; margin-bottom: 16px; }
.checkout-form { display: none; gap: 12px; margin-top: 20px; }
.checkout-form.show { display: grid; }
.checkout-form input, .checkout-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #e2ddc7; border-radius: 12px; font: inherit; font-size: 13.5px; }
.small-note { color: #6d766e; font-size: 12px; margin-top: 14px; line-height: 1.5; }

/* ---------- EMAIL MODAL ---------- */
.email-modal-overlay { position: fixed; inset: 0; background: rgba(7,20,10,.6); z-index: 90; display: none; align-items: center; justify-content: center; padding: 20px; }
.email-modal-overlay.show { display: flex; }
.email-modal { background: white; border-radius: 24px; max-width: 460px; width: 100%; padding: 40px 32px; text-align: center; position: relative; box-shadow: var(--shadow-lg); }
.email-modal .close-modal { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%; background: #f1eedd; color: var(--green); font-size: 18px; display: grid; place-items: center; }
.email-modal h2 { color: var(--green); font-size: 26px; margin-bottom: 8px; }
.email-modal p { color: var(--gray); font-size: 14px; margin-bottom: 22px; }
.email-modal input { width: 100%; padding: 14px 16px; border-radius: 30px; border: 1.5px solid #e2ddc7; font: inherit; margin-bottom: 12px; }
.email-modal button { width: 100%; padding: 14px; border-radius: 30px; background: var(--orange); color: white; font-weight: 700; }
.code-reveal { display: none; background: #d9efb9; border-radius: 16px; padding: 16px; margin-top: 16px; }
.code-reveal.show { display: block; }
.code-reveal strong { color: var(--green); font-size: 20px; letter-spacing: 2px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .how-grid, .sample-grid { grid-template-columns: 1fr; }
  .trust-items, .ritual-grid, .testimonial-grid, .shop-grid, .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .sticky-bar { display: flex; }
  body { padding-bottom: 78px; }
}
@media (max-width: 520px) {
  .trust-items, .ritual-grid, .testimonial-grid, .shop-grid, .plans-grid { grid-template-columns: 1fr; }
  .logo { width: 92px; }
  h1 { font-size: 42px; }
  section { padding: 60px 0; }
  .whatsapp span { display: none; }
  .whatsapp { padding: 14px; border-radius: 50%; }
}

/* ---------- POLICY / CONTENT PAGES ---------- */
.page-hero {
  background: linear-gradient(135deg, #fffbef 0%, #fff1ce 100%);
  padding: 70px 0 50px;
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: -1.5px;
}
.page-hero p {
  color: var(--gray);
  max-width: 600px;
  margin: 14px auto 0;
}

.content-page {
  padding: 70px 0;
}
.content-page .container {
  max-width: 820px;
}
.content-page h2 {
  color: var(--green);
  font-size: 26px;
  margin: 36px 0 14px;
  font-weight: 800;
}
.content-page h2:first-child { margin-top: 0; }
.content-page p, .content-page li {
  color: #4a564d;
  font-size: 15px;
  margin-bottom: 10px;
}
.content-page ul, .content-page ol {
  padding-left: 22px;
  margin-bottom: 14px;
}
.content-page .updated-note {
  color: var(--gray);
  font-size: 13px;
  margin-bottom: 30px;
  font-style: italic;
}

/* ---------- BREADCRUMB ---------- */
.breadcrumb {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 10px;
}
.breadcrumb a { color: var(--green-2); font-weight: 600; }

/* ---------- SITEMAP ---------- */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sitemap-col h3 {
  color: var(--green);
  margin-bottom: 14px;
  font-size: 17px;
}
.sitemap-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.sitemap-col a {
  color: var(--gray);
  font-size: 14.5px;
  transition: .2s ease;
}
.sitemap-col a:hover { color: var(--orange); }

@media (max-width: 700px) {
  .sitemap-grid { grid-template-columns: 1fr; }
}

/* ---------- MOBILE MENU TOGGLE ---------- */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--green);
  border-radius: 2px;
  transition: .3s ease;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  background: white;
  box-shadow: var(--shadow-md);
  padding: 10px 24px 20px;
  gap: 4px;
}
.mobile-menu a {
  padding: 13px 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--green);
  border-bottom: 1px solid #f1eedd;
}
.mobile-menu a:hover { color: var(--orange); }
.mobile-menu hr {
  border: none;
  border-top: 1px solid #f1eedd;
  margin: 8px 0;
}
.mobile-menu.open { display: flex; }

@media (max-width: 900px) {
  .menu-toggle { display: flex; }
}
