:root{--ink:#171717;--muted:#6b6b6b;--orange:#ff6a00;--orange-dark:#df5200;--cream:#fff8f2;--line:#e8e2dc;--shadow:0 18px 50px rgba(31,22,16,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.announcement{background:#171717;color:#fff;text-align:center;font-size:12px;font-weight:700;letter-spacing:.04em;padding:9px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-wrap{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;max-width:360px}.brand img{display:block;width:310px;height:86px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:700}.desktop-nav a:hover{color:var(--orange)}.cart-button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;border-radius:50%;background:var(--orange);color:#fff;font-size:11px}.hero{overflow:hidden;background:linear-gradient(135deg,#fff8f2 0%,#fff 60%);padding:60px 0}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:45px}.eyebrow{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.18em;color:var(--orange)}h1{font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:16px 0 24px}h1 span{color:var(--orange)}.hero-copy>p{max-width:560px;color:var(--muted);font-size:18px;line-height:1.7;margin:0 0 30px}.primary-btn{display:inline-flex;align-items:center;gap:20px;background:var(--orange);color:#fff;padding:15px 21px;border-radius:12px;font-weight:900;box-shadow:0 10px 25px rgba(255,106,0,.2);transition:.2s}.primary-btn:hover{background:var(--orange-dark);transform:translateY(-1px)}.primary-btn span{font-size:20px}.trust-row{display:flex;gap:30px;margin-top:42px}.trust-row div{display:grid;gap:3px}.trust-row strong{font-size:13px}.trust-row small{color:var(--muted);font-size:11px}.hero-art{height:450px;position:relative;display:grid;place-items:center}.hero-art:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:linear-gradient(145deg,#ff9a55,#ff5c00);box-shadow:0 30px 80px rgba(255,106,0,.2)}.hero-product-image{position:relative;width:330px;height:390px;object-fit:contain;filter:drop-shadow(0 25px 28px rgba(0,0,0,.18));z-index:1;transform:rotate(-4deg)}.hero-badge{position:absolute;background:rgba(255,255,255,.97);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:12px 15px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;min-width:165px;z-index:3}.hero-badge span{grid-row:span 2;color:var(--orange);font-weight:1000;font-size:15px}.hero-badge b{font-size:11px}.hero-badge small{font-size:9px;color:var(--muted)}.badge-one{right:-2px;top:50px}.badge-two{left:-5px;bottom:75px}.badge-three{right:20px;bottom:15px}.benefits{border-bottom:1px solid var(--line);border-top:1px solid var(--line);background:#fff;padding:70px 0}.benefits .section-heading{margin-bottom:32px}.benefits .section-heading h2{margin-bottom:8px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.benefit-grid article{padding:25px 18px;display:flex;gap:13px;align-items:center;border-right:1px solid var(--line)}.benefit-grid article:last-child{border-right:0}.benefit-icon{font-size:22px}.benefit-grid h3{margin:0 0 4px;font-size:13px}.benefit-grid p{margin:0;color:var(--muted);font-size:11px}.products-section{padding:95px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-heading h2,.how-section h2,.cta-box h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.045em;margin:10px 0 0}.section-heading>p{color:var(--muted);font-size:14px;margin:0 0 5px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-visual{height:310px;background:#fff;display:grid;place-items:center;position:relative;padding:18px}.product-visual .product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.035)}.product-visual .tag{position:absolute;left:13px;top:13px;background:#171717;color:#fff;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;z-index:2}.product-info{padding:18px;display:flex;flex:1;flex-direction:column}.product-info h3{font-size:15px;line-height:1.35;margin:0 0 9px}.product-info p{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 15px;min-height:36px}.price-row{display:flex;align-items:end;justify-content:space-between;margin-top:auto;gap:10px}.price{font-size:21px;font-weight:1000}.old-price{font-size:11px;color:#999;text-decoration:line-through;margin-left:4px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.buy-btn,.add-btn{border-radius:10px;padding:11px 7px;font-size:11px;font-weight:900;cursor:pointer}.buy-btn{background:var(--orange);color:#fff;border:1px solid var(--orange)}.add-btn{background:#fff;border:1px solid #ddd}.buy-btn:hover{background:var(--orange-dark)}.add-btn:hover{border-color:#aaa}.how-section{padding:90px 0;background:#171717;color:#fff}.centered{text-align:center;display:block}.centered .eyebrow{color:#ff9a55}.centered h2{margin-bottom:12px}.centered>p{color:var(--muted);margin:0}.how-section .centered>p{color:#aaa}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.step{padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.04)}.step>span{color:#ff9a55;font-size:12px;font-weight:1000}.step h3{font-size:20px;margin:40px 0 10px}.step p{color:#aaa;line-height:1.6;font-size:13px;margin:0}.cta-section{padding:70px 0}.cta-box{background:var(--orange);color:#fff;border-radius:24px;padding:50px 55px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-box .eyebrow{color:#fff}.cta-box h2{margin:8px 0}.cta-box p{margin:0;color:#ffe3d2}.primary-btn.light{background:#fff;color:#171717;box-shadow:none;white-space:nowrap}.footer{background:#faf7f3;border-top:1px solid var(--line);padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-logo{width:260px;height:86px;object-fit:contain;object-position:left center}.footer p{color:var(--muted);font-size:12px;max-width:260px;line-height:1.6}.footer h4{font-size:12px;margin:0 0 15px}.footer-grid a,.footer-grid span{display:block;color:var(--muted);font-size:12px;margin:8px 0}.footer-grid a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;color:#999;font-size:10px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:60;display:grid;place-items:center;padding:20px}.modal-backdrop[hidden],.drawer-overlay[hidden]{display:none}.order-modal{background:#fff;width:min(570px,100%);max-height:92vh;overflow:auto;border-radius:22px;padding:30px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.3)}.modal-close,.drawer-head button{border:0;background:#f3f3f3;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.modal-close{position:absolute;right:18px;top:18px}.modal-header{padding-right:35px;margin-bottom:20px}.modal-header h2{font-size:31px;letter-spacing:-.04em;margin:8px 0}.modal-header p{color:var(--muted);font-size:12px;margin:0}.selected-product{display:flex;justify-content:space-between;align-items:center;background:var(--cream);border-radius:12px;padding:12px 14px;margin-bottom:18px;font-size:12px}.selected-product strong{font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:11px;font-weight:900;display:grid;gap:7px}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:12px;font-size:13px;outline:none;background:#fff}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,106,0,.1)}.order-summary{margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.order-summary>div,.cart-footer>div{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:12px}.order-summary span,.cart-footer span{color:var(--muted)}.order-summary strong,.cart-footer strong{font-size:13px}.summary-total{border-top:1px solid var(--line);margin-top:6px;padding-top:13px!important}.summary-total strong{font-size:18px;color:var(--ink)}.form-note{background:#f8f8f8;border-radius:10px;padding:11px;margin:16px 0;color:#666;font-size:10px;line-height:1.5}.place-order{width:100%;border:0;border-radius:11px;background:var(--orange);color:#fff;padding:14px;font-weight:900;cursor:pointer}.place-order:hover{background:var(--orange-dark)}.cart-drawer{position:fixed;z-index:70;right:0;top:0;width:min(440px,100%);height:100%;background:#fff;transform:translateX(100%);transition:.25s;box-shadow:-20px 0 60px rgba(0,0,0,.15);display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:65}.drawer-head{padding:20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer-head h2{margin:4px 0 0;font-size:20px}.cart-items{padding:12px 20px;overflow:auto;flex:1}.empty-cart{text-align:center;color:var(--muted);font-size:13px;padding:50px 15px}.cart-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-thumb-image{width:64px;height:64px;border-radius:10px;background:#fff8f2;object-fit:contain;padding:5px;border:1px solid #f0e8e1}.cart-item h4{margin:0 0 4px;font-size:12px;line-height:1.35}.cart-item p{margin:0;color:var(--muted);font-size:10px}.cart-item>strong{font-size:12px;white-space:nowrap}.cart-qty{display:flex;align-items:center;gap:5px;margin-top:9px}.cart-qty button{width:27px;height:27px;border:1px solid #ddd;background:#fff;border-radius:7px;cursor:pointer;font-weight:800}.cart-qty strong{min-width:27px;text-align:center;font-size:12px}.cart-remove{border:0!important;width:auto!important;background:none!important;color:#999;font-size:9px;margin-left:4px;font-weight:500!important}.cart-footer{border-top:1px solid var(--line);padding:18px 20px;background:#fff}.cart-footer>div{margin-bottom:0}.cart-footer .summary-total{margin-top:6px;margin-bottom:8px}.cart-footer .place-order{margin-top:10px}.policy-page{padding:70px 0 100px}.policy-page .container{max-width:820px}.policy-page h1{font-size:clamp(40px,6vw,64px);margin:12px 0 50px}.policy-page section{border-top:1px solid var(--line);padding:28px 0}.policy-page h2{font-size:22px;margin:0 0 10px}.policy-page p{color:var(--muted);line-height:1.75;font-size:14px;margin:0}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-art{height:350px;max-width:600px;width:100%;margin:auto}.hero-art:before{width:330px;height:330px}.hero-product-image{width:260px;height:310px}.badge-one{right:0}.badge-two{left:0}.product-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid article:nth-child(2){border-right:0}.benefit-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.steps{grid-template-columns:1fr}.cta-box{padding:35px;display:block}.cta-box .primary-btn{margin-top:25px}.desktop-nav{display:none}}@media(max-width:560px){.container{width:min(100% - 24px,1160px)}.announcement{font-size:10px;padding:8px 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-wrap{height:70px;gap:8px}.brand{max-width:none;min-width:0}.brand img{width:175px;height:58px}.cart-button{padding:8px 10px;font-size:11px;white-space:nowrap}.hero{padding:38px 0 42px}.hero-copy>p{font-size:14px;line-height:1.6}.hero-art{height:280px}.hero-art:before{width:245px;height:245px}.hero-product-image{width:190px;height:235px}.hero-badge{min-width:112px;max-width:145px;padding:8px 9px}.hero-badge b{font-size:9px}.hero-badge small{font-size:8px}.badge-one{right:-2px;top:8px}.badge-two{left:-2px;bottom:30px}.badge-three{right:0;bottom:0}.trust-row{gap:12px;margin-top:28px}.trust-row div{min-width:75px}.trust-row strong{font-size:11px}.trust-row small{font-size:9px}.benefits{padding:50px 0}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{border-right:0!important;border-bottom:1px solid var(--line)}.benefit-grid article:last-child{border-bottom:0}.products-section,.how-section{padding:58px 0}.section-heading{display:block;margin-bottom:25px}.section-heading h2{font-size:32px}.section-heading>p{margin-top:12px;font-size:12px}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-visual{height:205px;padding:8px}.product-info{padding:11px}.product-info h3{font-size:12px}.product-info p{font-size:9px;line-height:1.4;min-height:31px}.price{font-size:15px}.old-price{display:block;margin:2px 0 0}.product-actions{grid-template-columns:1fr}.add-btn{display:none}.buy-btn{padding:10px 4px;font-size:9px}.steps{margin-top:30px}.step{padding:24px}.step h3{font-size:18px;margin:25px 0 8px}.step p{font-size:12px}.cta-section{padding:50px 0}.cta-box{padding:28px 22px;border-radius:18px}.cta-box h2{font-size:30px}.footer{padding-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-logo{width:200px;height:64px}.footer-bottom{display:block;line-height:1.8}.footer-bottom span{display:block}.order-modal{padding:22px 18px;border-radius:18px}.modal-header h2{font-size:27px}.form-grid{gap:11px}.form-grid input,.form-grid textarea{padding:11px}.cart-drawer{width:100%}.cart-items{padding:10px 16px}.cart-footer{padding:15px 16px}.cart-item{grid-template-columns:54px minmax(0,1fr) auto;gap:9px}.cart-thumb-image{width:54px;height:54px}.cart-item>strong{font-size:11px}.cart-qty button{width:25px;height:25px}.policy-page{padding:45px 0 70px}.policy-page h1{font-size:40px;margin-bottom:25px}.policy-page h2{font-size:20px}.policy-page p{font-size:13px;line-height:1.7}}