/* Sanatan Bliss — ayurveda.css */
/* Page-specific styles, loaded via @push('styles') */

/* ── from sanatanbliss_ayurveda ── */
html { scroll-behavior: smooth; }
    body { font-family: var(--font-body); background: var(--cream); color: var(--stone); overflow-x: hidden; }

    /* TOPBAR */
    .topbar { background: var(--maroon); color: rgba(255,255,255,0.85); font-size: 0.72rem; letter-spacing: 0.07em; padding: 7px 40px; display: flex; justify-content: space-between; align-items: center; }
    .topbar-right { display: flex; align-items: center; gap: 20px; }
    .topbar-right a { color: rgba(255,255,255,0.75); text-decoration: none; }
    .topbar-right a:hover { color: var(--gold-light); }
    .lang-toggle { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 2px 10px; font-size: 0.68rem; cursor: pointer; color: white; }

    /* NAVBAR */
    nav { position: sticky; top: 0; z-index: 100; background: rgba(250,246,238,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--cream-dark); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 68px; box-shadow: 0 2px 20px rgba(107,30,15,0.06); }
    .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .nav-logo-om { width: 38px; height: 38px; background: var(--maroon); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold-light); font-family: var(--font-hindi); }
    .nav-logo-text .brand { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--maroon); display: block; }
    .nav-logo-text .tagline { font-size: 0.62rem; color: var(--stone-light); letter-spacing: 0.12em; text-transform: uppercase; display: block; }
    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-links a { font-size: 0.82rem; font-weight: 500; color: var(--stone); text-decoration: none; padding: 6px 12px; border-radius: 6px; transition: all .2s; }
    .nav-links a:hover, .nav-links a.active { color: var(--maroon); background: var(--saffron-pale); }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .nav-icon-btn { width: 36px; height: 36px; border: none; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: var(--stone-mid); transition: all .2s; font-size: 1rem; }
    .nav-icon-btn:hover { background: var(--saffron-pale); color: var(--maroon); }
    .nav-shop-btn { background: var(--maroon); color: white; border: none; border-radius: 8px; padding: 8px 18px; font-size: 0.8rem; font-family: var(--font-body); font-weight: 500; cursor: pointer; transition: all .25s; text-decoration: none; display: flex; align-items: center; gap: 6px; }
    .nav-shop-btn:hover { background: var(--maroon-mid); transform: translateY(-1px); }

    /* HERO */
    .page-hero { min-height: 54vh; position: relative; display: grid; place-items: center; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0; background: linear-gradient(160deg, #050F05 0%, #0A2A0A 30%, var(--green) 70%, #1A3A0A 100%); }
    .hero-leaves { position: absolute; inset: 0; overflow: hidden; }
    .leaf { position: absolute; font-size: 1.6rem; opacity: 0; animation: leafFloat linear infinite; }
    @keyframes leafFloat { 0%{transform:translateY(100vh) rotate(0deg);opacity:0} 10%{opacity:.5} 90%{opacity:.25} 100%{transform:translateY(-100px) rotate(40deg);opacity:0} }
    .hero-ring { position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,0.05); animation: spin 80s linear infinite; }
    .ring-1 { width: 520px; height: 520px; }
    .ring-2 { width: 380px; height: 380px; border-style: dashed; border-color: rgba(212,160,23,0.1); animation-direction: reverse; animation-duration: 55s; }
    @keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
    .hero-content { position: relative; z-index: 2; text-align: center; padding: 56px 24px; max-width: 720px; animation: fadeUp 1s ease both; }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    .hero-kicker { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(200,255,200,0.8); font-weight: 600; display: block; margin-bottom: 12px; }
    .hero-title { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 300; color: white; line-height: 1.1; margin-bottom: 6px; }
    .hero-title em { font-style: italic; color: #86EFAC; }
    .hero-title-hi { font-family: var(--font-hindi); font-size: 1.3rem; color: rgba(255,255,255,0.45); display: block; margin-bottom: 16px; }
    .hero-divider { width: 48px; height: 2px; background: linear-gradient(90deg, transparent, rgba(212,160,23,0.6), transparent); margin: 0 auto 18px; }
    .hero-sub { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 28px; }
    .hero-badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
    .hero-badge { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 50px; padding: 7px 18px; font-size: 0.8rem; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 6px; }

    /* BREADCRUMB */
    .breadcrumb { background: var(--cream-dark); padding: 11px 40px; display: flex; align-items: center; gap: 8px; font-size: 0.74rem; color: var(--stone-mid); }
    .breadcrumb a { color: var(--saffron); text-decoration: none; }

    /* DOSHA QUIZ STRIP */
    .dosha-strip { background: linear-gradient(90deg, var(--green-light), #C6EFDA, var(--green-light)); border-bottom: 1px solid rgba(26,92,58,0.2); padding: 16px 40px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
    .ds-text { flex: 1; }
    .ds-title { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--green); }
    .ds-sub { font-size: 0.78rem; color: var(--stone-mid); }
    .ds-badges { display: flex; gap: 10px; }
    .ds-badge { padding: 6px 14px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; text-decoration: none; transition: all .2s; }
    .ds-vata { background: #DBEAFE; color: #1D4ED8; }
    .ds-pitta { background: #FEE2E2; color: #DC2626; }
    .ds-kapha { background: var(--green-light); color: var(--green); }
    .ds-btn { background: var(--green); color: white; border: none; padding: 10px 22px; border-radius: 20px; font-family: var(--font-body); font-size: 0.82rem; font-weight: 700; cursor: pointer; transition: background .2s; white-space: nowrap; }
    .ds-btn:hover { background: var(--green-mid); }

    /* TOPIC TABS */
    .topic-tabs { background: white; border-bottom: 1px solid var(--cream-dark); padding: 0 40px; display: flex; overflow-x: auto; scrollbar-width: none; }
    .topic-tabs::-webkit-scrollbar { display: none; }
    .topic-btn { padding: 16px 20px; font-size: 0.82rem; font-weight: 500; color: var(--stone-mid); border: none; background: transparent; cursor: pointer; border-bottom: 2.5px solid transparent; transition: all .2s; font-family: var(--font-body); white-space: nowrap; display: flex; align-items: center; gap: 7px; }
    .topic-btn:hover { color: var(--green); }
    .topic-btn.active { color: var(--green); border-bottom-color: var(--green); font-weight: 600; }

    /* MAIN LAYOUT */
    .main-layout { max-width: 1200px; margin: 0 auto; padding: 40px 40px 80px; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }

    
    

    /* DOSHA CARDS */
    .dosha-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 36px; }
    .dosha-card { border-radius: 22px; overflow: hidden; text-decoration: none; color: var(--stone); transition: all .3s; border: 1px solid transparent; }
    .dosha-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.12); }
    .dc-top { padding: 28px 22px 20px; }
    .dc-icon { font-size: 2.4rem; display: block; margin-bottom: 10px; }
    .dc-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; display: block; margin-bottom: 2px; }
    .dc-name-hi { font-family: var(--font-hindi); font-size: 0.88rem; display: block; margin-bottom: 10px; opacity: 0.7; }
    .dc-elements { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; margin-bottom: 10px; }
    .dc-desc { font-size: 0.82rem; line-height: 1.7; opacity: 0.8; }
    .dc-bottom { padding: 12px 22px; display: flex; align-items: center; justify-content: space-between; font-size: 0.76rem; font-weight: 600; }
    .dc-vata { background: linear-gradient(135deg, #EFF6FF, #DBEAFE); border-color: #BFDBFE; }
    .dc-vata .dc-name { color: #1E3A8A; }
    .dc-vata .dc-bottom { background: #DBEAFE; color: #1D4ED8; }
    .dc-pitta { background: linear-gradient(135deg, #FFF7ED, #FFEDD5); border-color: #FED7AA; }
    .dc-pitta .dc-name { color: #7C2D12; }
    .dc-pitta .dc-bottom { background: #FFEDD5; color: #C2410C; }
    .dc-kapha { background: linear-gradient(135deg, var(--green-light), #C6EFDA); border-color: #A7F3D0; }
    .dc-kapha .dc-name { color: var(--green); }
    .dc-kapha .dc-bottom { background: #C6EFDA; color: var(--green); }

    /* FEATURED ARTICLE */
    .featured-article { background: var(--green); border-radius: 24px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin-bottom: 36px; text-decoration: none; color: var(--stone); transition: all .3s; }
    .featured-article:hover { box-shadow: 0 16px 48px rgba(26,92,58,0.25); transform: translateY(-2px); }
    .fa-visual { background: rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; font-size: 7rem; min-height: 240px; }
    .fa-body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; }
    .fa-tag { display: inline-block; background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; margin-bottom: 14px; }
    .fa-title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; color: white; line-height: 1.2; margin-bottom: 12px; }
    .fa-desc { font-size: 0.85rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 18px; }
    .fa-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
    .fa-meta-item { font-size: 0.75rem; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 5px; }
    .fa-cta { display: inline-flex; align-items: center; gap: 6px; background: var(--gold); color: var(--stone); padding: 10px 22px; border-radius: 20px; font-size: 0.82rem; font-weight: 700; transition: background .2s; border: none; cursor: pointer; }
    .fa-cta:hover { background: var(--saffron-light); }

    /* HERB GRID */
    .herb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 32px; }
    .herb-card { background: white; border: 1px solid var(--cream-dark); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--stone); transition: all .3s; }
    .herb-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(26,92,58,0.1); border-color: rgba(26,92,58,0.2); }
    .hc-top { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; }
    .hc-body { padding: 12px 14px 14px; }
    .hc-category { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); font-weight: 600; margin-bottom: 4px; }
    .hc-name { font-family: var(--font-display); font-size: 0.98rem; font-weight: 600; color: var(--stone); line-height: 1.25; margin-bottom: 2px; }
    .hc-name-hi { font-family: var(--font-hindi); font-size: 0.78rem; color: var(--stone-light); display: block; margin-bottom: 6px; }
    .hc-benefits { display: flex; gap: 5px; flex-wrap: wrap; }
    .hc-benefit { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 2px 7px; border-radius: 8px; background: var(--green-light); color: var(--green); }

    /* DINACHARYA SECTION */
    .dinacharya-section { background: white; border: 1px solid var(--cream-dark); border-radius: 24px; overflow: hidden; margin-bottom: 32px; }
    .dina-header { background: linear-gradient(135deg, var(--green), #0F4D2A); padding: 24px 28px; }
    .dina-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: white; margin-bottom: 4px; }
    .dina-title-hi { font-family: var(--font-hindi); font-size: 0.9rem; color: rgba(255,255,255,0.5); display: block; margin-bottom: 8px; }
    .dina-desc { font-size: 0.82rem; color: rgba(255,255,255,0.65); }
    .dina-timeline { padding: 24px 28px; }
    .dina-item { display: flex; gap: 16px; margin-bottom: 20px; position: relative; }
    .dina-item:not(:last-child)::after { content: ''; position: absolute; left: 19px; top: 40px; width: 2px; height: calc(100% - 10px); background: linear-gradient(180deg, var(--green-light), transparent); }
    .dina-time-col { display: flex; flex-direction: column; align-items: center; gap: 4px; flex-shrink: 0; }
    .dina-time-bubble { width: 38px; height: 38px; border-radius: 50%; background: var(--green-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; z-index: 1; }
    .dina-time { font-size: 0.62rem; color: var(--stone-light); font-weight: 600; white-space: nowrap; }
    .dina-body { flex: 1; padding-top: 4px; }
    .dina-activity { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--stone); margin-bottom: 3px; }
    .dina-activity-hi { font-family: var(--font-hindi); font-size: 0.8rem; color: var(--stone-mid); display: block; margin-bottom: 5px; }
    .dina-detail { font-size: 0.8rem; color: var(--stone-mid); line-height: 1.65; }

    /* REMEDIES */
    .remedy-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
    .remedy-item { background: white; border: 1px solid var(--cream-dark); border-radius: 14px; display: flex; overflow: hidden; text-decoration: none; color: var(--stone); transition: all .3s; }
    .remedy-item:hover { transform: translateX(4px); box-shadow: 0 6px 24px rgba(26,92,58,0.1); border-color: rgba(26,92,58,0.2); }
    .ri-emoji { width: 76px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; background: var(--green-light); border-right: 1px solid rgba(26,92,58,0.1); flex-shrink: 0; }
    .ri-body { flex: 1; padding: 12px 16px; }
    .ri-name { font-family: var(--font-display); font-size: 0.98rem; font-weight: 600; color: var(--stone); margin-bottom: 3px; }
    .ri-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 4px; }
    .ri-tag { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; padding: 2px 7px; border-radius: 8px; background: var(--green-light); color: var(--green); }
    .ri-desc { font-size: 0.78rem; color: var(--stone-mid); }
    .ri-right { padding: 12px 16px; display: flex; align-items: center; flex-shrink: 0; }
    .ri-arrow { color: var(--green); font-size: 0.9rem; }

    /* PRODUCT INLINE */
    .product-inline { background: var(--green-light); border: 1px solid rgba(26,92,58,0.15); border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--stone); transition: all .3s; margin-top: 12px; }
    .product-inline:hover { border-color: var(--green); box-shadow: 0 4px 16px rgba(26,92,58,0.1); }
    .pi-img { width: 48px; height: 48px; border-radius: 10px; background: white; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
    .pi-label { font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); font-weight: 700; display: block; }
    .pi-name { font-family: var(--font-display); font-size: 0.92rem; font-weight: 600; color: var(--stone); }
    .pi-price { font-size: 0.78rem; color: var(--stone-mid); }
    .pi-btn { margin-left: auto; background: var(--green); color: white; border: none; padding: 7px 14px; border-radius: 20px; font-family: var(--font-body); font-size: 0.74rem; font-weight: 600; cursor: pointer; flex-shrink: 0; transition: background .2s; }
    .pi-btn:hover { background: var(--green-mid); }

    /* SIDEBAR */
    .sidebar { display: flex; flex-direction: column; gap: 20px; }
    .sidebar-card { background: white; border-radius: 20px; border: 1px solid var(--cream-dark); padding: 22px; }
    .sidebar-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--stone); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--cream-dark); }

    /* Dosha quiz */
    .dosha-quiz { background: linear-gradient(135deg, var(--green-light), #C6EFDA); border: 1px solid rgba(26,92,58,0.2); border-radius: 20px; padding: 22px; text-align: center; }
    .dq-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--green); margin-bottom: 8px; }
    .dq-desc { font-size: 0.78rem; color: var(--stone-mid); line-height: 1.6; margin-bottom: 16px; }
    .dq-options { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
    .dq-option { padding: 10px 14px; border-radius: 10px; border: 1.5px solid rgba(26,92,58,0.2); background: white; font-family: var(--font-body); font-size: 0.82rem; color: var(--stone-mid); cursor: pointer; transition: all .2s; text-align: left; }
    .dq-option:hover { border-color: var(--green); color: var(--green); background: var(--green-light); }
    .dq-btn { width: 100%; padding: 11px; background: var(--green); color: white; border: none; border-radius: 10px; font-family: var(--font-body); font-size: 0.82rem; font-weight: 700; cursor: pointer; transition: background .2s; }
    .dq-btn:hover { background: var(--green-mid); }

    /* Seasonal guide */
    .seasonal-card { background: white; border-radius: 20px; border: 1px solid var(--cream-dark); padding: 22px; }
    .season-items { display: flex; flex-direction: column; gap: 10px; }
    .season-item { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px; cursor: pointer; transition: all .2s; text-decoration: none; color: var(--stone); }
    .season-item:hover { background: var(--green-light); }
    .season-icon { font-size: 1.2rem; width: 28px; text-align: center; }
    .season-name { font-size: 0.84rem; font-weight: 500; flex: 1; }
    .season-dosha { font-size: 0.68rem; color: var(--stone-light); background: var(--cream-dark); padding: 2px 8px; border-radius: 10px; }

    /* Shop widget */
    .shop-widget { background: var(--green); border-radius: 20px; padding: 22px; text-align: center; }
    .sw-icon { font-size: 2rem; display: block; margin-bottom: 8px; }
    .sw-title { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: white; margin-bottom: 6px; }
    .sw-desc { font-size: 0.76rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 14px; }
    .sw-btn { width: 100%; padding: 10px; background: var(--gold); color: var(--stone); border: none; border-radius: 8px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; cursor: pointer; transition: background .2s; }
    .sw-btn:hover { background: var(--saffron-light); }

    /* Trending */
    .trending-list { display: flex; flex-direction: column; gap: 10px; }
    .t-item { display: flex; align-items: flex-start; gap: 10px; text-decoration: none; color: var(--stone); transition: all .2s; padding: 4px; border-radius: 8px; }
    .t-item:hover { background: var(--green-light); }
    .t-num { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: rgba(26,92,58,0.15); line-height: 1; min-width: 24px; }
    .t-name { font-size: 0.82rem; font-weight: 500; color: var(--stone); line-height: 1.35; }
    .t-type { font-size: 0.67rem; color: var(--stone-light); margin-top: 2px; }

    /* FADE UP */
    
    

    /* FOOTER */
    footer { background: var(--stone); color: rgba(255,255,255,0.65); padding: 64px 40px 24px; }
    .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .footer-brand-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: white; display: block; margin-bottom: 4px; }
    .footer-brand-tagline { font-size: 0.76rem; color: rgba(255,255,255,0.4); font-style: italic; display: block; margin-bottom: 14px; }
    .footer-brand-desc { font-size: 0.81rem; line-height: 1.7; margin-bottom: 18px; }
    .socials { display: flex; gap: 8px; }
    .social-btn { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); font-size: 0.85rem; text-decoration: none; transition: all .2s; }
    .social-btn:hover { background: var(--maroon); color: white; border-color: var(--maroon); }
    .footer-col h4 { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); font-weight: 600; margin-bottom: 16px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.58); text-decoration: none; transition: color .2s; }
    .footer-col ul li a:hover { color: white; }
    .footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding-top: 24px; font-size: 0.73rem; color: rgba(255,255,255,0.3); }
    .footer-om { color: var(--saffron-light); font-family: var(--font-hindi); font-size: 1rem; }

    /* RESPONSIVE */
    @media (max-width: 1024px) { .main-layout { grid-template-columns: 1fr; } .sidebar { display: grid; grid-template-columns: 1fr 1fr; } }
    @media (max-width: 768px) {
      .topbar, nav, .breadcrumb, .dosha-strip, .topic-tabs { padding-left: 20px; padding-right: 20px; }
      .main-layout { padding: 28px 20px 60px; }
      .nav-links { display: none; }
      .dosha-cards { grid-template-columns: 1fr; }
      .featured-article { grid-template-columns: 1fr; }
      .fa-visual { min-height: 160px; font-size: 5rem; }
      .herb-grid { grid-template-columns: 1fr 1fr; }
      .sidebar { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
      footer { padding: 48px 20px 20px; }
    }
    @media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; gap: 6px; text-align: center; } .herb-grid { grid-template-columns: 1fr; } }
