:root{--text:#1a1a1a;--text-light:#666;--bg:#fff;--surface:#fafafa;--border:#aeaeae;--accent:#111;--accent-hover:#333;--shadow:0 10px 30px #00000014;--sans:Inter, "Helvetica Neue", Arial, sans-serif;--heading:Inter, "Helvetica Neue", Arial, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:16px;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;overflow-x:hidden}#root{width:100%;min-height:100vh}img{max-width:100%;height:auto;display:block}h1,h2,h3{font-family:var(--heading);color:var(--text);letter-spacing:-.03em;font-weight:600}h1{font-size:clamp(36px,5vw,64px);line-height:1.1}h2{font-size:clamp(24px,3vw,36px)}h3{font-size:20px}p{color:var(--text-light);line-height:1.7}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:14px 28px;font-size:15px;font-weight:500;transition:background .2s,transform .2s}button:hover{background:var(--accent-hover);transform:translateY(-2px)}section{padding:80px 40px}.header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;width:100%;height:90px;padding:0 60px;display:flex}.logo{letter-spacing:-.03em;flex:0 0 200px;font-size:24px;font-weight:700}.menu{justify-content:center;align-items:center;gap:45px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.menu a{color:var(--text);font-size:15px;transition:all .2s}.menu a:hover{color:#777}.actions{flex:0 0 200px;justify-content:flex-end;align-items:center;gap:25px;font-size:20px;display:flex}.hero{background:#fff;justify-content:center;align-items:center;min-height:650px;padding:80px 40px;display:flex;position:relative;overflow:hidden}.hero-background{border-radius:28px;width:min(1100px,100% - 40px);height:500px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 30px 80px #0000002e}.hero-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.5s,transform 6s;position:absolute;inset:0;transform:scale(1.04)}.hero-image.active{opacity:1;transform:scale(1)}.hero-overlay{background:linear-gradient(#00000026,#00000073)}.hero-content{z-index:2;text-align:center;width:100%;max-width:750px;padding:40px;position:relative}.hero-content h1{color:#fff;margin:0 0 20px;font-size:clamp(45px,7vw,80px)}.hero-content p{color:#fff;margin:0 0 40px;font-size:20px}.hero-button{color:#111;background:#fff;border-radius:999px;padding:16px 34px;font-weight:600;transition:transform .25s,background .25s;display:inline-block}.hero-button:hover{background:#f0f0f0;transform:translateY(-3px)}.countdown{text-align:center;background:#f8f8f8;padding:70px 20px}.countdown-subtitle{color:#555;margin:0 0 35px;font-size:1.3rem}.countdown-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:25px;display:flex}.time-box{background:#fff;border-radius:15px;width:120px;padding:20px;box-shadow:0 20px 45px #0000002e}.time-box span{color:#111;font-size:2.6rem;font-weight:700;display:block}.time-box small{color:#666;margin-top:8px;font-size:.95rem;display:block}.product{justify-content:center;align-items:center;gap:80px;width:100%;padding:100px 40px;display:flex}.product img{width:350px;max-width:100%;box-shadow:var(--shadow);border-radius:20px}.product-info{text-align:left;width:100%;max-width:400px}.product-info h2{margin:0 0 20px;font-size:40px}.price{color:var(--text);margin-bottom:30px;font-size:24px}.about{text-align:center;background:#fafafa;padding:100px 20px}.about h2{margin-bottom:20px}.about p{max-width:700px;margin:auto}.footer{color:#fff;background:#1f1f1f;justify-content:space-between;align-items:center;gap:30px;width:100%;padding:40px 60px;display:flex}.footer-brand h2,.footer-brand p{color:#fff;margin:0}.footer-links,.footer-social{align-items:center;gap:25px;display:flex}.footer a{color:#fff}.footer a:hover{opacity:.7}.footer-copy{font-size:14px}.instagram-icon{width:28px;height:28px;transition:transform .2s,opacity .2s}.instagram-icon:hover{opacity:.75;transform:scale(1.12)}.cart-overlay{background:#00000059;position:fixed;inset:0}.cart{z-index:1000;background:#fff;width:420px;max-width:100%;height:100vh;transition:all .35s;position:fixed;top:0;right:-420px;box-shadow:-10px 0 30px #0000001a}.cart.open{right:0}.cart-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:25px;display:flex}.cart-content{padding:25px}.cart-button{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.cart-button:hover{background:0 0;transform:none}.cart-product{gap:20px;margin-bottom:30px;display:flex}.cart-product img{border-radius:10px;width:90px}.cart-total{justify-content:space-between;margin-top:30px;font-size:20px;display:flex}.checkout{width:100%;margin-top:25px}@media (width<=700px){.header{flex-direction:column;justify-content:center;gap:14px;min-height:auto;padding:16px 15px;position:sticky}.logo{text-align:center;flex:none;width:auto;font-size:22px}.menu{flex-wrap:wrap;flex:none;justify-content:center;align-items:center;gap:10px 18px;width:100%;display:flex;position:static;transform:none}.menu a{font-size:14px}.actions{display:none}section{padding:60px 20px}.hero{min-height:520px;padding:40px 15px}.hero-background{border-radius:20px;width:calc(100% - 30px);height:430px}.hero-content{padding:25px 15px}.hero-content h1{margin-bottom:15px;font-size:clamp(38px,11vw,55px);line-height:1.05}.hero-content p{margin-bottom:25px;font-size:16px}.hero-button{padding:14px 26px}.countdown{padding:55px 15px}.countdown-grid{gap:10px}.time-box{border-radius:12px;width:75px;padding:14px 8px}.time-box span{font-size:1.8rem}.time-box small{font-size:.75rem}.product{text-align:center;flex-direction:column;gap:40px;width:100%;padding:70px 20px}.product img{width:min(280px,90vw);margin:0 auto}.product-info{text-align:center;width:100%;max-width:400px}.product-info h2{font-size:30px;line-height:1.15}.price{font-size:22px}.about{padding:70px 20px}.about p{font-size:16px}.footer{text-align:center;flex-direction:column;justify-content:center;gap:25px;padding:40px 20px}.footer-links,.footer-social{flex-wrap:wrap;justify-content:center;gap:15px}.cart{width:100%;right:-100%}}.legal-page{background:#fafafa;min-height:calc(100vh - 90px);padding:55px 25px 70px}.legal-container{width:min(850px,100%);margin:0 auto}.legal-container h1{letter-spacing:-.04em;color:#111;margin:0 0 15px;font-size:clamp(38px,5vw,54px);line-height:1.1}.legal-intro{color:#666;max-width:750px;margin:0 0 35px;font-size:15px;line-height:1.65}.legal-container section{text-align:left;background:#fff;border:1px solid #e9e9e9;border-radius:14px;margin-bottom:14px;padding:23px 28px;box-shadow:0 6px 20px #0000000a}.legal-container h2{color:#111;margin:0 0 10px;font-size:20px;line-height:1.25}.legal-container section p{color:#666;margin:0 0 9px;font-size:14px;line-height:1.65}.legal-container section p:last-child{margin-bottom:0}.legal-container strong{color:#222;font-weight:600}.legal-container a{color:#111;text-underline-offset:3px;-webkit-text-decoration:underline #ccc;text-decoration:underline #ccc}.legal-container a:hover{color:#555}.legal-update{text-align:center;margin:25px 0 0;color:#999!important;font-size:12px!important}@media (width<=700px){.legal-page{padding:40px 16px 60px}.legal-container h1{font-size:38px}.legal-container section{border-radius:12px;padding:20px}}.header{z-index:100;position:sticky;top:0}
