:root{--bg:#fff;--surface:#fff;--surface2:#f7f7f7;--text:#111;--muted:#666;--primary:#d0182e;--primary-dark:#a70f21;--accent:#b8bcc2;--border:#e5e5e5;--gold:#c6a227;--shadow:0 18px 50px rgba(0,0,0,.09)}
:root[data-theme=dark]{--bg:#111014;--surface:#18151d;--surface2:#211d27;--text:#fff;--muted:#b9b1c2;--primary:#8b4dff;--primary-dark:#6a0dad;--accent:#d4af37;--border:#3a3047;--gold:#ffd700;--shadow:0 22px 60px rgba(0,0,0,.42)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Poppins,'Noto Sans Myanmar',sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}.nav{min-height:74px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;min-width:190px}.brand-logo{width:48px;height:48px;display:block;object-fit:contain}.brand-name strong{display:block;letter-spacing:2px;line-height:1}.brand-name small{display:block;font-size:8px;letter-spacing:3px;color:var(--muted);margin-top:4px}.desktop-nav{display:flex;gap:24px;flex:1;justify-content:center}.desktop-nav a{font-size:13px;color:var(--muted);font-weight:500;position:relative;padding:8px 0}.desktop-nav a:hover,.desktop-nav a.active{color:var(--primary)}.desktop-nav a.active:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--primary)}.nav-actions{display:flex;align-items:center;gap:9px}.theme-btn,.cart-btn,.menu-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 13px;cursor:pointer}.theme-btn{width:44px;height:44px}.cart-btn{font-size:13px}.menu-btn{display:none;width:44px;height:44px}.mobile-nav{display:none}
.hero{padding:72px 0 76px;overflow:hidden;background:radial-gradient(circle at 85% 25%,rgba(208,24,46,.13),transparent 32%),var(--bg)}:root[data-theme=dark] .hero{background:radial-gradient(circle at 85% 25%,rgba(139,77,255,.18),transparent 32%),var(--bg)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:64px}.eyebrow{margin:0;font-size:10px;letter-spacing:2px;font-weight:700;color:var(--primary)}h1{font-size:clamp(42px,6vw,74px);line-height:1.08;margin:17px 0}h1 span{color:var(--primary)}.hero-text{max-width:640px;color:var(--muted);font-size:17px}.hero-actions{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:13px 21px;border-radius:12px;font-weight:600;border:1px solid var(--border);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 10px 25px rgba(0,0,0,.12)}.btn.secondary{background:var(--surface)}.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:11px}.hero-visual{position:relative;min-height:420px;display:grid;place-items:center}.hero-panel{width:min(400px,100%);height:400px;border-radius:30px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-ring{position:absolute;width:260px;height:260px;border-radius:50%;background:var(--primary);filter:blur(85px);opacity:.13}.hero-logo{width:230px;height:230px;max-width:72%;max-height:72%;object-fit:contain;position:relative;z-index:1}.hero-rule{width:70px;height:2px;background:var(--accent);margin:12px 0 12px}.hero-panel p{font-size:8px;letter-spacing:2px;color:var(--muted);margin:0}.badge{position:absolute;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);padding:10px 13px;border-radius:13px;font-size:11px;font-weight:600}.badge-a{top:40px;right:0}.badge-b{bottom:38px;left:0}
.section{padding:78px 0}.products-section{background:var(--surface2)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2{margin:7px 0 0;font-size:30px;line-height:1.2}.section-head>a{color:var(--primary);font-size:13px}.section-head.centered{justify-content:center;text-align:center}.section-head.centered>div>p:last-child{color:var(--muted);margin:10px auto 0;max-width:580px;font-size:14px}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{padding:22px 14px;border:1px solid var(--border);background:var(--surface);border-radius:18px;transition:.2s;box-shadow:0 5px 18px rgba(0,0,0,.04)}.category-card:hover{transform:translateY(-4px);border-color:var(--primary)}.category-card span{font-size:31px;display:block;margin-bottom:13px}.category-card strong,.category-card small{display:block}.category-card strong{font-size:14px}.category-card small{color:var(--muted);font-size:10px;margin-top:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-art{height:205px;display:grid;place-items:center;font-size:72px;background:linear-gradient(145deg,var(--surface2),var(--bg))}.product-info{padding:17px}.product-info small{color:var(--primary);font-size:10px}.product-info h3{font-size:15px;margin:4px 0 8px}.product-info strong{display:block;font-size:17px}.product-info a{display:block;margin-top:14px;color:var(--primary);font-size:12px;font-weight:700}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{padding:27px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.feature span{font-size:25px;display:block;margin-bottom:10px}.feature strong{display:block}.feature p{color:var(--muted);font-size:12px;margin:5px 0 0}.cta{padding:0 0 78px}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:36px 40px;border-radius:24px;background:linear-gradient(135deg,rgba(208,24,46,.10),var(--surface));border:1px solid var(--border)}:root[data-theme=dark] .cta-card{background:linear-gradient(135deg,rgba(139,77,255,.13),var(--surface))}.cta-card h2{margin:8px 0 5px;font-size:30px}.cta-card p:last-child{margin:0;color:var(--muted);font-size:13px}
footer{padding:55px 0 20px;background:var(--surface2);border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid>div:first-child p{color:var(--muted);font-size:13px}.footer-grid>div:not(:first-child) strong,.footer-grid>div:not(:first-child) a{display:block;margin-bottom:8px;font-size:13px}.footer-grid>div:not(:first-child) a{color:var(--muted)}.footer-bottom{border-top:1px solid var(--border);margin-top:35px;padding-top:18px;color:var(--muted);font-size:11px}
@media(max-width:1000px){.desktop-nav{gap:14px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.desktop-nav{display:none}.menu-btn{display:block}.nav{justify-content:space-between}.mobile-nav{display:none;padding:8px 18px 18px;border-top:1px solid var(--border);background:var(--bg)}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-nav a{padding:12px;border:1px solid var(--border);border-radius:10px;font-size:13px}.hero{padding:55px 0}.hero-grid{grid-template-columns:1fr;gap:34px}.hero-copy{text-align:center}.hero-text{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.trust-row{justify-content:center}.hero-visual{min-height:360px}.hero-panel{height:350px}.hero-logo{width:205px;height:205px}.badge-a{right:0}.badge-b{left:0}}
@media(max-width:560px){.container{width:calc(100% - 24px)}.brand-logo{width:42px;height:42px}.brand-name small{font-size:7px}.cart-btn span{display:none}.hero-copy h1{font-size:42px}.hero-text{font-size:15px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-visual{min-height:325px}.hero-panel{width:100%;height:315px;border-radius:24px}.hero-logo{width:175px;height:175px}.badge{font-size:9px;padding:8px 10px}.badge-a{top:12px}.badge-b{bottom:12px}.section{padding:58px 0}.section-head{align-items:start;gap:12px}.section-head h2{font-size:25px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{padding:17px 12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-art{height:135px;font-size:56px}.product-info{padding:12px}.product-info h3{font-size:13px}.product-info strong{font-size:14px}.feature-grid{grid-template-columns:1fr}.cta-card{flex-direction:column;align-items:flex-start;padding:28px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
