:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6f1;color:#1f2937}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#eef4ec}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;background:#fffffff2;border-bottom:1px solid #d9e8d6}.topbar-inner{max-width:1200px;margin:0 auto;padding:18px 24px;display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}.topbar h1{margin:0;font-size:1.5rem;color:#166534}.tagline{margin:6px 0 0;color:#4b5563;font-size:.95rem}.nav-links{display:flex;gap:18px;flex-wrap:wrap}.nav-links a{color:#4b5563;font-size:.95rem}.button-row{display:flex;gap:12px;flex-wrap:wrap}.primary-button,.ghost-button{border:none;padding:14px 20px;border-radius:999px;transition:transform .2s ease,background-color .2s ease;display:inline-flex;align-items:center;gap:10px}.primary-button{background:#166534;color:#fff}.primary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.ghost-button{background:#fff;border:1px solid #d1fae5;color:#065f46}.section-block{max-width:1200px;margin:0 auto;padding:56px 24px}.hero-section{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;padding:64px 24px 42px}.eyebrow{display:inline-block;background:#dcfce7;color:#166534;border-radius:999px;padding:8px 16px;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.hero-copy{text-align:center}.hero-copy h2{margin:22px 0 18px;font-size:clamp(2.8rem,3.8vw,4.8rem);line-height:1.02;color:#14532d}.hero-copy p{max-width:520px;margin:0 auto;font-size:1.05rem;color:#475569;line-height:1.75}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.hero-image-wrapper{position:relative}.hero-image-wrapper img{width:100%;border-radius:28px;object-fit:cover;min-height:420px}.hero-badge{position:absolute;bottom:-14px;left:-14px;background:#fff;border-radius:28px;padding:24px;box-shadow:0 24px 48px #0f172a1a;max-width:280px}.hero-badge strong{display:block;font-size:2rem;color:#166534}.hero-badge span{margin-top:10px;display:block;color:#475569;line-height:1.6}.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;flex-wrap:wrap}.section-header.center{justify-content:center;text-align:center}.section-label{text-transform:uppercase;color:#16a34a;letter-spacing:.2em;font-size:.85rem;margin-bottom:10px}.section-header h3,.section-header h4,.section-header h5{margin:0}.section-header h3{font-size:2.8rem;color:#0f172a}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.category-tab{border:1px solid #d1fae5;border-radius:999px;background:#f8fafc;color:#134e4a;padding:10px 18px;font-size:.95rem;transition:background-color .2s ease,border-color .2s ease}.category-tab.active{background:#16a34a;border-color:#16a34a;color:#fff}.product-category-label{margin:10px 0 0;color:#16a34a;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}.product-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.product-actions{display:flex;gap:14px;flex-wrap:wrap}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.feature-list{margin:20px 0;padding-left:20px;color:#334155}.feature-list li{margin-bottom:10px}.product-gallery{display:grid;gap:20px}.product-main-image{width:100%;height:520px;object-fit:cover;border-radius:28px}.gallery-thumbs{display:flex;gap:12px;flex-wrap:wrap}.gallery-thumb{border:2px solid transparent;border-radius:18px;overflow:hidden;width:72px;height:72px;padding:0;background:#fff;transition:transform .2s ease,border-color .2s ease}.gallery-thumb:hover,.gallery-thumb.active{transform:translateY(-1px);border-color:#166534}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-page-actions,.product-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.review-page{display:grid;gap:32px}.review-page-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;flex-wrap:wrap}.review-page-header h2{margin:0;font-size:clamp(2.4rem,4vw,4rem);color:#14532d}.review-page-intro{max-width:720px;margin:16px 0 0;color:#475569;line-height:1.75}.review-page-actions{display:flex;gap:12px;flex-wrap:wrap}.review-page-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.review-product-card,.review-form-card,.moderation-card{background:#fff;border-radius:28px;padding:24px;box-shadow:0 18px 50px #0f172a14}.review-product-card{display:grid;gap:20px}.review-product-image{width:100%;min-height:440px;object-fit:cover;border-radius:24px}.review-product-copy h3,.review-form-header h3,.moderation-card h4{margin:0}.review-product-copy p,.review-form-header p,.moderation-body,.moderation-note,.review-card span,.review-card .review-body{color:#475569;line-height:1.75}.feature-list.compact{margin-bottom:0}.review-form-card{display:grid;gap:20px}.review-form{display:grid;gap:14px}.review-form label{display:grid;gap:8px;color:#0f172a;font-weight:600}.review-form input,.review-form select,.review-form textarea{width:100%;border:1px solid #d1d5db;border-radius:18px;padding:14px 16px;min-height:52px}.review-form textarea{resize:vertical}.form-message{margin:0;font-weight:600}.form-message.success{color:#166534}.form-message.error{color:#b91c1c}.review-list-section{display:grid;gap:24px}.review-card{display:grid;gap:10px}.review-stars{margin:0;color:#ca8a04;letter-spacing:.08em}.review-card span{display:block;font-size:.95rem}.moderation-block{background:#fff;border-radius:32px;box-shadow:0 18px 50px #0f172a14}.moderation-note{margin:-8px 0 24px}.moderation-list{display:grid;gap:18px}.moderation-card{display:grid;gap:16px}.moderation-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.moderation-product{margin:0 0 8px;color:#16a34a;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.moderation-rating{color:#ca8a04;letter-spacing:.08em}.moderation-meta{display:flex;gap:16px;flex-wrap:wrap;color:#64748b;font-size:.95rem}.cart-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:flex-start}.cart-item-card{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:20px;background:#fff;border-radius:24px;align-items:center}.cart-item-card img{width:110px;height:110px;object-fit:cover;border-radius:22px}.cart-item-actions{display:flex;flex-direction:column;gap:10px}.cart-summary{background:#fff;border-radius:28px;padding:26px;box-shadow:0 18px 40px #0f172a0f}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.summary-text{color:#475569;line-height:1.7;margin-bottom:18px}.checkout-form{display:grid;gap:14px;margin-top:20px}.checkout-form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#0f172a}.checkout-form input{width:100%;min-height:52px;padding:14px 16px;border:1px solid #d1d5db;border-radius:18px}.checkout-form button{margin-top:8px}.empty-cart{text-align:center;padding:60px 24px;border-radius:28px;background:#fff}.small{padding:12px 18px}.product-card{border-radius:28px;background:#fff;box-shadow:0 18px 50px #0f172a14;overflow:hidden;display:flex;flex-direction:column}.product-card img{width:100%;height:320px;object-fit:cover}.product-details{padding:24px;display:flex;flex-direction:column;gap:18px}.product-title-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.product-title-row h4{margin:0;font-size:1.4rem;color:#14532d}.product-details p{margin:0;color:#475569;line-height:1.7}.section-dark{background:#166534;color:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.about-grid img{width:100%;border-radius:28px;object-fit:cover;min-height:420px}.about-grid p,.about-grid h3{margin:0}.about-grid h3{font-size:3rem;margin:18px 0 24px}.about-grid p{color:#d1fae5;line-height:1.8}.about-grid .section-label.light{color:#a7f3d0}.testimonial-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.testimonial-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 18px 50px #0f172a14;display:grid;gap:10px}.testimonial-card p{margin:0;line-height:1.75;color:#334155}.testimonial-card strong{display:block;margin-top:18px;color:#14532d}.newsletter-block{background:#d1fae5;border-radius:32px}.newsletter-block h3{margin-top:0;font-size:2.8rem}.newsletter-block p{max-width:680px;line-height:1.75;color:#14532d}.newsletter-form{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.newsletter-form input{flex:1;min-width:220px;padding:18px 20px;border-radius:18px;border:1px solid #9ae6b4}.newsletter-status{margin-top:14px;font-weight:600}.newsletter-status.success{color:#166534}.newsletter-status.error{color:#b91c1c}.signups-block{background:#fff;border-radius:32px;box-shadow:0 18px 50px #0f172a14}.signups-table-wrap{overflow-x:auto}.signups-table{width:100%;border-collapse:collapse;min-width:640px}.signups-table th,.signups-table td{text-align:left;padding:14px 12px;border-bottom:1px solid #e5e7eb}.signups-table th{color:#14532d;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em}.signups-message{margin:0;color:#334155}.signups-message.error{color:#b91c1c}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aad;display:flex;justify-content:flex-end;padding:24px;z-index:20}.modal-panel{width:min(100%,480px);max-height:100%;overflow-y:auto;background:#fff;border-radius:28px;padding:28px;display:flex;flex-direction:column;gap:24px}.modal-header{display:flex;justify-content:space-between;align-items:center}.close-button{border:none;background:transparent;font-size:1.8rem;color:#475569}.cart-items{display:grid;gap:18px}.cart-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:14px}.cart-item h4{margin:0;font-size:1rem;color:#14532d}.checkout-summary{display:flex;flex-direction:column;gap:16px}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:1.15rem}.checkout-fields{display:grid;gap:14px}.checkout-fields input{width:100%;padding:16px 18px;border-radius:18px;border:1px solid #d1d5db}.block{width:100%}.admin-panel{background:#f9fafb;border-radius:32px;padding:32px}.admin-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 18px 50px #0f172a14}.admin-card-header{display:flex;gap:18px;align-items:center;margin-bottom:28px}.admin-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#dcfce7;color:#166534}.admin-stat-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.admin-stat-grid article{background:#f8fafc;padding:22px;border-radius:24px;display:grid;gap:10px}.admin-stat-grid h4{margin:0;font-size:2rem;color:#14532d}.footer-bar{background:#0f172a;color:#d1d5db;padding:48px 24px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:24px;padding:40px;max-width:400px;width:90%;position:relative;box-shadow:0 25px 50px #00000026;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s}.modal-close:hover{color:#1f2937}.modal-body{text-align:center}.modal-body h2{margin:0 0 12px;font-size:28px;color:#1f2937}.modal-body p{margin:0 0 24px;color:#6b7280;font-size:16px}.modal-body .primary-button{min-width:140px}.footer-bar{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.footer-bar h4,.footer-bar h5{color:#fff;margin-bottom:12px}.footer-bar ul{list-style:none;padding:0;margin:0}.footer-bar li{margin-bottom:10px}.footer-bar a{color:#c7d2fe}@media (max-width: 1024px){.hero-section,.about-grid,.product-detail-grid,.cart-grid{grid-template-columns:1fr}.topbar-inner{justify-content:center;text-align:center}.nav-links{justify-content:center}.product-card img{height:260px}.gallery-thumbs{justify-content:center}.product-actions,.product-page-actions,.checkout-form{flex-direction:column}.admin-card-header{flex-direction:column;align-items:stretch}.admin-stat-grid,.footer-bar{grid-template-columns:1fr}}@media (max-width: 720px){.topbar-inner{padding:18px 16px}.hero-section{padding:42px 18px 32px}.hero-image-wrapper img{min-height:320px}.section-block{padding:40px 18px}.hero-badge{position:static;margin-top:20px}.product-card img{height:220px}.product-title-row{flex-direction:column;align-items:flex-start}.category-tabs{justify-content:center}.category-tab{flex:1 1 auto;min-width:120px;text-align:center}.newsletter-form,.cart-item-actions,.gallery-thumbs{flex-direction:column;align-items:stretch}.cart-item-card{grid-template-columns:1fr}.cart-item-card img{width:100%;height:180px}}
