:root{--brand-green: #5cb82e;--brand-green-dark: #3d8a1a;--forest: #1a3c1e;--forest-deep: #0f2412;--gold: #c59d5f;--gold-dark: #a97f3f;--gold-soft: #d4b57a;--topbar: #2c2c2c;--text: #1a1a1a;--text-muted: #6b7280;--white: #ffffff;--bg: #f7f8f5;--bg-soft: #eef5ea;--border: #e5e7eb;--shadow: 0 8px 30px rgba(26, 60, 30, .08);--radius: 6px;--container: 1180px;--font: "Montserrat", sans-serif;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color var(--transition),background var(--transition),border-color var(--transition),transform var(--transition)}img{max-width:100%;display:block}ul{list-style:none}button,input,textarea,select{font-family:inherit}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.section{padding:4.5rem 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-header h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--forest);letter-spacing:-.02em}.section-header p{color:var(--text-muted);margin-top:.35rem;font-size:.95rem}.view-all{color:var(--gold);font-weight:600;font-size:.9rem;white-space:nowrap}.view-all:hover{color:var(--gold-dark)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.4rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;border:2px solid transparent;cursor:pointer;transition:var(--transition)}.btn-gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark);transform:translateY(-1px)}.btn-outline-gold{background:transparent;color:var(--gold);border-color:var(--gold)}.btn-outline-gold:hover{background:var(--gold);color:var(--white)}.btn-green{background:var(--brand-green);color:var(--white);border-color:var(--brand-green)}.btn-green:hover{background:var(--brand-green-dark);border-color:var(--brand-green-dark)}.btn-dark{background:var(--topbar);color:var(--white);border-color:var(--topbar);width:100%;justify-content:center;padding:.7rem 1rem;font-size:.85rem}.btn-dark:hover{background:var(--forest);border-color:var(--forest)}.top-bar{background:var(--topbar);color:#d1d5db;font-size:.8rem;padding:.55rem 0}.top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.top-bar a{color:#d1d5db}.top-bar a:hover{color:var(--gold)}.top-bar-left,.top-bar-center,.top-bar-right{display:flex;align-items:center;gap:1rem}.top-bar-left span,.top-bar-center span{display:inline-flex;align-items:center;gap:.4rem}.top-bar-right a{width:28px;height:28px;border-radius:50%;border:1px solid rgba(197,157,95,.45);display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-size:.75rem}.top-bar-right a:hover{background:var(--gold);color:var(--white)}.main-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:78px}.logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.logo img{height:52px;width:auto}.logo-text{display:none}.main-nav ul{display:flex;align-items:center;gap:1.5rem}.main-nav a{font-size:.88rem;font-weight:600;color:var(--text);position:relative;padding:.35rem 0}.main-nav a:hover,.main-nav a.active{color:var(--gold)}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--gold)}.header-actions{display:flex;align-items:center;gap:.75rem}.icon-btn{background:none;border:none;cursor:pointer;color:var(--text);font-size:1.05rem;position:relative;padding:.35rem}.icon-btn:hover{color:var(--gold)}.cart-count{position:absolute;top:-4px;right:-8px;background:var(--gold);color:var(--white);font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;background:none;border:none;font-size:1.35rem;cursor:pointer;color:var(--forest)}.hero{position:relative;background:radial-gradient(ellipse 60% 50% at 75% 55%,rgba(92,184,46,.12),transparent 70%),linear-gradient(135deg,#f4f7f2,#fff 45%,#f0f4ec);overflow:hidden;padding:3.5rem 0 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center;min-height:480px}.hero-eyebrow{color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem}.hero h1{font-size:clamp(2rem,4vw,3.1rem);line-height:1.15;font-weight:800;color:var(--forest);letter-spacing:-.03em;margin-bottom:1rem}.hero h1 span{color:var(--gold)}.hero-lead{color:var(--text-muted);max-width:34ch;margin-bottom:1.75rem;font-size:1rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}.hero-platform{width:min(100%,460px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(197,157,95,.25),transparent 55%),radial-gradient(circle at 50% 50%,#e8f5df,#cfe8c0 55%,transparent 70%);position:relative;display:grid;place-items:center;animation:glowPulse 4s ease-in-out infinite}@keyframes glowPulse{0%,to{box-shadow:0 0 #5cb82e26}50%{box-shadow:0 0 60px 10px #5cb82e2e}}.product-orbit{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:78%;z-index:1}.orbit-item{background:var(--white);border-radius:12px;padding:.45rem .45rem .65rem;text-align:center;box-shadow:var(--shadow);animation:floatY 5s ease-in-out infinite;overflow:hidden}.orbit-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;margin-bottom:.4rem}.orbit-item:nth-child(2){animation-delay:.4s}.orbit-item:nth-child(3){animation-delay:.8s}.orbit-item:nth-child(4){animation-delay:1.2s}.orbit-item:nth-child(5){animation-delay:1.6s}.orbit-item:nth-child(6){animation-delay:2s}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.orbit-icon{width:48px;height:48px;margin:0 auto .5rem;border-radius:10px;display:grid;place-items:center;font-size:1.25rem;color:var(--white)}.orbit-item span{font-size:.68rem;font-weight:600;color:var(--forest);line-height:1.25;display:block}.icon-ac{background:linear-gradient(135deg,#5cb82e,#3d8a1a)}.icon-light{background:linear-gradient(135deg,#c59d5f,#a97f3f)}.icon-fan{background:linear-gradient(135deg,#4b6b4e,#1a3c1e)}.icon-erp{background:linear-gradient(135deg,#2c5f8a,#1a3c5c)}.icon-fire{background:linear-gradient(135deg,#c44536,#8b2e24)}.icon-robot{background:linear-gradient(135deg,#6b7280,#374151)}.hero-features{margin-top:2.5rem;background:var(--white);border-top:1px solid var(--border);box-shadow:0 -8px 30px #00000008}.hero-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.35rem 0}.feature-item{display:flex;align-items:center;gap:.85rem;padding:.35rem .5rem}.feature-item i{width:42px;height:42px;border-radius:50%;background:var(--bg-soft);color:var(--gold);display:grid;place-items:center;font-size:1rem;flex-shrink:0}.feature-item strong{display:block;font-size:.88rem;color:var(--forest)}.feature-item span{font-size:.75rem;color:var(--text-muted)}.categories{background:var(--bg)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.category-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition)}.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1a3c1e1f}.category-media{height:200px;display:grid;place-items:center;position:relative;overflow:hidden;background:#e8eee4}.category-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-card:hover .category-media img{transform:scale(1.06)}.category-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,60,30,.45),transparent 55%);pointer-events:none}.category-media i{font-size:3.5rem;color:var(--white);text-shadow:0 8px 24px rgba(0,0,0,.2);z-index:1;position:relative}.category-body{padding:1.35rem 1.4rem 1.5rem;flex:1;display:flex;flex-direction:column}.category-body h3{font-size:1.15rem;color:var(--forest);margin-bottom:.85rem}.category-body ul{margin-bottom:1.25rem;flex:1}.category-body li{font-size:.88rem;color:var(--text-muted);padding:.3rem 0 .3rem 1rem;position:relative}.category-body li:before{content:"";position:absolute;left:0;top:.7rem;width:6px;height:6px;border-radius:50%;background:var(--gold)}.category-body .btn{align-self:flex-start;padding:.65rem 1.1rem;font-size:.82rem}.product-carousel-wrap{position:relative}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}.product-card{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-thumb{height:200px;display:grid;place-items:center;background:#f3f4f2;position:relative;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-thumb img{transform:scale(1.05)}.product-thumb i{font-size:3rem;color:var(--brand-green)}.product-badge{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--white);font-size:.68rem;font-weight:700;padding:.25rem .55rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.product-info{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.product-info h3{font-size:.95rem;color:var(--forest);font-weight:700;line-height:1.35}.product-price{font-size:1.05rem;font-weight:700;color:var(--text)}.price-note{font-size:.72rem;color:var(--gold-dark);font-weight:600;margin-top:-.15rem}.service-banner{background:var(--bg-soft);border:1px solid rgba(92,184,46,.25);border-radius:8px;padding:.85rem 1.1rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:var(--forest);font-size:.92rem;font-weight:600}.service-banner i{color:var(--brand-green)}.product-rating{color:var(--gold);font-size:.8rem;display:flex;align-items:center;gap:.35rem}.product-rating span{color:var(--text-muted)}.product-info .btn{margin-top:auto}.inverter-section{background:linear-gradient(120deg,var(--forest-deep),var(--forest) 55%,#2a5a30);color:var(--white);position:relative;overflow:hidden}.inverter-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 90% 20%,rgba(197,157,95,.2),transparent 40%),radial-gradient(circle at 10% 80%,rgba(92,184,46,.15),transparent 35%);pointer-events:none}.inverter-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}.inverter-section h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.75rem}.inverter-section p{color:#fffc;margin-bottom:1.5rem;max-width:42ch}.inverter-sizes{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.size-pill{background:#ffffff14;border:1px solid rgba(197,157,95,.5);color:var(--gold-soft);padding:.65rem 1.1rem;border-radius:999px;font-weight:700;font-size:.9rem}.inverter-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.kw-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1.5rem 1rem;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform var(--transition),background var(--transition)}.kw-card:hover{transform:translateY(-4px);background:#ffffff1f}.kw-card i{font-size:1.8rem;color:var(--gold);margin-bottom:.75rem}.kw-card strong{display:block;font-size:1.4rem;margin-bottom:.25rem}.kw-card span{font-size:.78rem;color:#ffffffb3}.campus-banner{background:linear-gradient(105deg,#0f2412eb,#1a3c1ec7),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E"),linear-gradient(135deg,#1a3c1e,#0f2412);color:var(--white);padding:3.5rem 0}.campus-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.campus-copy{display:flex;gap:1.1rem;align-items:flex-start}.campus-copy .shield{width:52px;height:52px;border-radius:50%;background:#c59d5f26;border:1px solid var(--gold);color:var(--gold);display:grid;place-items:center;font-size:1.25rem;flex-shrink:0}.campus-copy h2{font-size:clamp(1.35rem,2.5vw,1.85rem);margin-bottom:.5rem;line-height:1.3}.campus-copy p{color:#ffffffbf;font-size:.92rem;max-width:48ch}.campus-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.pillar{display:flex;align-items:center;gap:.7rem;font-size:.85rem;font-weight:600}.pillar i{width:38px;height:38px;border-radius:8px;border:1px solid rgba(197,157,95,.55);color:var(--gold);display:grid;place-items:center;flex-shrink:0}.benefits{background:var(--white)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow)}.benefits-table{width:100%;border-collapse:collapse;min-width:760px;font-size:.85rem}.benefits-table th,.benefits-table td{padding:.85rem .75rem;text-align:center;border-bottom:1px solid var(--border)}.benefits-table th:first-child,.benefits-table td:first-child{text-align:left;font-weight:600;color:var(--forest);background:#fafafa;position:sticky;left:0;z-index:1}.benefits-table thead th{background:var(--forest);color:var(--white);font-weight:600;font-size:.78rem;line-height:1.3}.benefits-table thead th:first-child{background:var(--forest-deep);color:var(--white)}.benefits-table thead th.highlight,.benefits-table td.highlight{background:#5cb82e1f}.benefits-table thead th.highlight{background:var(--brand-green)}.benefits-table tbody tr:nth-child(2n) td{background:#f9fafb}.benefits-table tbody tr:nth-child(2n) td.highlight{background:#5cb82e29}.benefits-table tbody tr:hover td{background:#f0f7eb}.table-note{margin-top:.85rem;font-size:.8rem;color:var(--text-muted)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-item{padding:1.75rem 1.5rem;border-top:3px solid var(--gold);background:var(--bg);border-radius:0 0 10px 10px}.why-item i{font-size:1.6rem;color:var(--brand-green);margin-bottom:.85rem}.why-item h3{font-size:1.05rem;color:var(--forest);margin-bottom:.45rem}.why-item p{font-size:.9rem;color:var(--text-muted)}.page-hero{background:linear-gradient(120deg,var(--forest-deep),var(--forest));color:var(--white);padding:3rem 0;text-align:center}.page-hero h1{font-size:clamp(1.75rem,3vw,2.4rem);margin-bottom:.5rem}.page-hero p{color:#ffffffbf;max-width:50ch;margin:0 auto}.breadcrumb{font-size:.8rem;color:var(--gold-soft);margin-bottom:.75rem}.breadcrumb a:hover{color:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:2rem}.contact-card{background:var(--bg);border-radius:10px;padding:1.75rem}.contact-card h3{color:var(--forest);margin-bottom:1.25rem}.contact-list li{display:flex;gap:.85rem;margin-bottom:1.1rem;font-size:.92rem;color:var(--text-muted)}.contact-list i{color:var(--gold);margin-top:.2rem}.contact-form{display:grid;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.35rem;color:var(--forest)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;outline:none;transition:border-color var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{min-height:130px;resize:vertical}.form-success{display:none;background:var(--bg-soft);border:1px solid var(--brand-green);color:var(--forest);padding:.85rem 1rem;border-radius:var(--radius);font-size:.9rem}.form-success.show{display:block}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.about-content h2{color:var(--forest);font-size:1.75rem;margin-bottom:1rem}.about-content p{color:var(--text-muted);margin-bottom:1rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.stat{text-align:center;padding:1rem;background:var(--bg);border-radius:8px}.stat strong{display:block;font-size:1.5rem;color:var(--gold)}.stat span{font-size:.78rem;color:var(--text-muted)}.about-visual{height:360px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background:#e8eee4}.about-visual img{width:100%;height:100%;object-fit:cover}.site-footer{background:#1c1c1c;color:#b0b0b0;padding-top:3.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:2rem;padding-bottom:2.5rem}.footer-brand .footer-logo{height:56px;margin-bottom:1rem;filter:brightness(1.05)}.footer-brand p{font-size:.85rem;line-height:1.7;margin-bottom:1.1rem}.footer-social{display:flex;gap:.55rem}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(197,157,95,.4);display:grid;place-items:center;color:var(--gold);font-size:.85rem}.footer-social a:hover{background:var(--gold);color:var(--white)}.footer-col h4{color:var(--white);font-size:.95rem;margin-bottom:1.1rem;position:relative;padding-bottom:.55rem}.footer-col h4:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:var(--gold)}.footer-col ul li{margin-bottom:.55rem}.footer-col a{font-size:.85rem;color:#b0b0b0}.footer-col a:hover{color:var(--gold)}.footer-contact li{display:flex;gap:.65rem;margin-bottom:.85rem;font-size:.85rem;line-height:1.5}.footer-contact i{color:var(--gold);margin-top:.2rem;flex-shrink:0}.footer-bottom{border-top:1px solid #333;padding:1.1rem 0;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8rem}.footer-bottom .heart{color:#e25555}.toast{position:fixed;bottom:24px;right:24px;background:var(--forest);color:var(--white);padding:.9rem 1.2rem;border-radius:8px;box-shadow:0 10px 30px #00000040;transform:translateY(120%);opacity:0;transition:var(--transition);z-index:200;font-size:.88rem}.toast.show{transform:translateY(0);opacity:1}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f2412d9;z-index:150;display:none;align-items:flex-start;justify-content:center;padding-top:15vh}.search-overlay.open{display:flex}.search-box{width:min(90%,560px);position:relative}.search-box input{width:100%;padding:1rem 3rem 1rem 1.25rem;border:none;border-radius:8px;font-size:1.05rem;outline:none}.search-box button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;color:var(--text-muted);cursor:pointer}@media(max-width:1024px){.hero-grid,.inverter-grid,.campus-inner,.about-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-visual{min-height:340px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.top-bar-center{display:none}.main-nav{position:fixed;top:0;right:-100%;width:min(86vw,320px);height:100vh;background:var(--white);box-shadow:-8px 0 30px #0000001f;padding:5rem 1.5rem 2rem;transition:right var(--transition);z-index:120}.main-nav.open{right:0}.main-nav ul{flex-direction:column;align-items:flex-start;gap:1.1rem}.mobile-toggle{display:block}.category-grid,.why-grid,.hero-features-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}}@media(max-width:600px){.category-grid,.product-grid,.why-grid,.hero-features-grid,.campus-pillars,.about-stats,.inverter-visual,.footer-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.hero{padding-top:2.25rem}.orbit-item span{font-size:.62rem}.footer-bottom{flex-direction:column;text-align:center}}.policy-content{max-width:820px;margin:0 auto}.policy-content h2{color:var(--forest);font-size:1.2rem;margin:1.75rem 0 .75rem}.policy-content h2:first-child{margin-top:0}.policy-content p,.policy-content li{color:var(--text-muted);font-size:.95rem;margin-bottom:.85rem;line-height:1.7}.policy-content ul{list-style:disc;padding-left:1.25rem;margin-bottom:1rem}.policy-content a{color:var(--gold);font-weight:600}.policy-meta{font-size:.82rem;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.product-desc{font-size:.8rem;color:var(--text-muted);line-height:1.45;margin-bottom:.15rem}.mission-band{background:var(--bg);border-left:4px solid var(--gold);padding:1.25rem 1.5rem;border-radius:0 8px 8px 0;margin:1.5rem 0}.mission-band p{margin:0;color:var(--forest);font-weight:500}.product-actions{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;margin-top:auto}.btn-wish{width:42px;height:42px;border:1px solid var(--border);background:var(--white);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;display:grid;place-items:center;transition:var(--transition)}.btn-wish:hover,.btn-wish.active{color:#c62828;border-color:#f5c2c2;background:#fff5f5}.hero-slider{position:relative;width:100%;min-height:330px;overflow:hidden;border-radius:14px;box-shadow:var(--shadow)}.hero-slider>img{width:100%;height:330px;object-fit:cover}.hero-slide-caption{position:absolute;left:1.25rem;right:1.25rem;bottom:2.25rem;color:var(--white);text-shadow:0 1px 5px rgba(0,0,0,.55)}.hero-slide-caption strong,.hero-slide-caption span{display:block}.hero-slider-dots{position:absolute;display:flex;gap:.45rem;bottom:.9rem;left:50%;transform:translate(-50%)}.hero-slider-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#ffffff8c;cursor:pointer}.hero-slider-dots button.active{background:var(--gold)}.auth-card{max-width:500px;margin:0 auto;padding:1.75rem;background:var(--bg);border-radius:10px;box-shadow:var(--shadow)}.auth-card h2,.product-detail-copy h2,.product-detail-extra h2{color:var(--forest)}.user-menu{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--forest)}.user-name{font-weight:600}.login-link{gap:.3rem;font-size:.78rem}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem}.product-detail-image{background:var(--bg);border-radius:10px;overflow:hidden}.product-detail-image img{width:100%;aspect-ratio:1 / 1;object-fit:contain}.product-gallery{display:flex;gap:.6rem;margin-top:.75rem}.product-gallery button{width:70px;border:1px solid var(--border);background:var(--white);padding:.2rem;cursor:pointer}.product-gallery button.active{border-color:var(--gold)}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover}.product-videos{margin-top:1.25rem}.product-videos h3{color:var(--forest);font-size:1rem;margin-bottom:.65rem}.product-video{width:100%;height:auto;max-height:480px;border-radius:10px;background:#0f0f0f;margin-bottom:.75rem;display:block;object-fit:contain;object-position:center}.home-videos,.gallery-videos{background:var(--bg)}.gallery-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.home-video-frame{min-width:0;background:#0f0f0f;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.home-video-frame video{width:100%;height:240px;display:block;background:#0f0f0f;object-fit:contain;object-position:center center}.home-video-caption{padding:.65rem .85rem;font-weight:600;color:var(--forest);font-size:.85rem;background:var(--white);text-align:center}@media(max-width:900px){.gallery-video-grid{grid-template-columns:1fr 1fr;gap:1rem}.home-video-frame video{height:200px}}@media(max-width:600px){.gallery-video-grid{grid-template-columns:1fr}.home-video-frame video{height:min(48vh,280px)}}.reviews-section{background:var(--bg)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.review-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.35rem 1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}.review-card-top{display:flex;align-items:center;gap:.85rem}.review-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,var(--bg-soft),#d8e8d0);color:var(--forest);font-weight:700;font-size:.85rem;display:grid;place-items:center;flex-shrink:0}.review-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.review-meta strong{color:var(--forest);font-size:.95rem;line-height:1.3}.review-meta span{color:var(--text-muted);font-size:.8rem}.review-stars{color:var(--gold);font-size:.85rem;display:flex;gap:.2rem}.review-text{color:var(--text);font-size:.92rem;line-height:1.65;flex:1}.review-product{margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--border);color:var(--forest);font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.45rem}.review-product i{color:var(--gold);font-size:.75rem}@media(max-width:900px){.reviews-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.reviews-grid{grid-template-columns:1fr}}.product-detail-copy>*+*{margin-top:1rem}.product-detail-actions{display:grid;grid-template-columns:1fr 1fr auto;gap:.65rem;align-items:stretch;margin-top:1.25rem}.product-detail-actions .btn{width:100%;justify-content:center;min-height:46px}.product-detail-actions .btn-wish{width:46px;height:46px}@media(max-width:700px){.product-actions{grid-template-columns:1fr auto}.product-actions .btn-gold{grid-column:1}.product-detail{grid-template-columns:1fr;gap:1.5rem}.product-detail-actions{grid-template-columns:1fr 1fr}.product-detail-actions .btn-wish{grid-column:1 / -1;width:100%;height:42px}.user-menu{display:none}}.wish-count,.cart-count{position:absolute;top:-4px;right:-8px;background:var(--gold);color:var(--white);font-size:.65rem;font-weight:700;min-width:16px;height:16px;padding:0 4px;border-radius:50%;display:flex;align-items:center;justify-content:center}.commerce-layout{display:grid;grid-template-columns:1.5fr .9fr;gap:1.5rem;align-items:start}.commerce-list{display:grid;gap:1rem}.commerce-item{display:grid;grid-template-columns:96px 1fr auto;gap:1rem;padding:1rem;background:var(--white);border:1px solid var(--border);border-radius:10px;align-items:center}.commerce-item img{width:96px;height:96px;object-fit:cover;border-radius:8px;background:var(--bg)}.commerce-item h3{font-size:.95rem;color:var(--forest);margin-bottom:.2rem}.commerce-item .brand{font-size:.75rem;color:var(--gold);font-weight:600}.commerce-item .meta{font-size:.85rem;color:var(--text-muted);margin-top:.35rem}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden;margin-top:.55rem}.qty-control button{width:32px;height:32px;border:none;background:var(--bg);cursor:pointer;font-size:1rem}.qty-control span{min-width:36px;text-align:center;font-weight:700;font-size:.9rem}.item-side{text-align:right;display:grid;gap:.5rem;justify-items:end}.item-side .line-price{font-weight:700;color:var(--forest)}.link-btn{background:none;border:none;color:#b91c1c;cursor:pointer;font-size:.8rem;font-family:inherit}.summary-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.25rem;position:sticky;top:96px}.summary-card h3{color:var(--forest);margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.65rem;font-size:.9rem;color:var(--text-muted)}.summary-row.total{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border);font-size:1.05rem;font-weight:700;color:var(--forest)}.empty-state{text-align:center;padding:3rem 1rem;background:var(--bg);border-radius:12px}.empty-state i{font-size:2.5rem;color:var(--gold);margin-bottom:.75rem}.empty-state h3{color:var(--forest);margin-bottom:.5rem}.empty-state p{color:var(--text-muted);margin-bottom:1.25rem}.pay-options{display:grid;gap:.65rem;margin:1rem 0}.pay-option{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem 1rem;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:var(--transition)}.pay-option:hover,.pay-option.active{border-color:var(--gold);background:#c59d5f0f}.pay-option input{margin-top:.2rem}.pay-option strong{display:block;color:var(--forest);font-size:.9rem}.pay-option span{font-size:.78rem;color:var(--text-muted)}.pay-panel{display:none;margin-top:.75rem;padding:.85rem;background:var(--bg);border-radius:8px}.pay-panel.active{display:block}.checkout-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:1.5rem;align-items:start}.success-box{max-width:640px;margin:0 auto;text-align:center;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2.5rem 1.5rem;box-shadow:var(--shadow)}.success-box i{font-size:3rem;color:var(--brand-green);margin-bottom:.75rem}.success-box h1{color:var(--forest);margin-bottom:.5rem}.order-id{display:inline-block;margin:.75rem 0 1.25rem;padding:.4rem .85rem;background:var(--bg-soft);border-radius:999px;font-weight:700;color:var(--forest)}@media(max-width:860px){.commerce-layout,.checkout-grid{grid-template-columns:1fr}.commerce-item{grid-template-columns:72px 1fr}.item-side{grid-column:1 / -1;flex-direction:row;display:flex;justify-content:space-between;align-items:center;text-align:left}.summary-card{position:static}}
