
:root{--black:#171512;--orange:#f36b21;--cream:#fffaf4;--white:#fff;--muted:#7d7771;--line:#e9e3dc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--black);font-family:"DM Sans",sans-serif}a{text-decoration:none;color:inherit}button,input{font:inherit}.navbar{height:82px;padding:0 clamp(20px,5vw,76px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #eee9e4;background:#fff;position:relative;z-index:10}.menu-btn{justify-self:start;border:0;background:none;padding:8px 0;width:28px;cursor:pointer}.menu-btn span{display:block;width:23px;height:2px;background:var(--black);margin:5px 0;border-radius:2px}.brand{font-family:Fredoka,sans-serif;font-size:24px;font-weight:600;display:flex;align-items:center;gap:10px}.brand b{color:var(--orange)}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--black);color:#fff;font-family:Georgia,serif;font-style:italic}.cart-btn{justify-self:end;border:0;background:none;font-size:21px;position:relative;cursor:pointer}.cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:50%;background:var(--orange);color:#fff;font-size:10px;font-weight:700;vertical-align:top;margin-left:-7px}.hero{min-height:610px;background:var(--cream);display:grid;grid-template-columns:1fr 1fr;padding:70px clamp(20px,7vw,110px);overflow:hidden}.hero-copy{align-self:center;max-width:610px}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:700;color:var(--orange);margin:0 0 15px}.hero h1,.catalog h1{font-family:Fredoka,sans-serif;font-size:clamp(54px,7vw,92px);line-height:.98;margin:0;letter-spacing:-2px}.hero h1 em,.catalog h1 em,h2 em{color:var(--orange);font-style:normal}.hero-text{font-size:17px;line-height:1.7;color:var(--muted);max-width:470px;margin:25px 0}.orange-btn{display:inline-flex;align-items:center;gap:22px;background:var(--orange);color:#fff;padding:15px 22px;border-radius:8px;font-weight:700;border:0;cursor:pointer}.orange-btn span{font-size:20px}.hero-art{position:relative;min-height:460px}.sun{position:absolute;width:310px;height:310px;border-radius:50%;background:#ffd7bd;right:7%;top:6%}.cloud{position:absolute;width:120px;height:32px;border-radius:40px;background:#fff;opacity:.9}.cloud:before,.cloud:after{content:"";position:absolute;border-radius:50%;background:#fff}.cloud:before{width:45px;height:45px;left:18px;top:-20px}.cloud:after{width:55px;height:55px;right:17px;top:-28px}.c1{top:20%;right:58%}.c2{top:37%;right:0}.cycle{position:absolute;right:13%;bottom:14%;width:330px;height:230px}.wheel{position:absolute;width:105px;height:105px;border:9px solid var(--black);border-radius:50%;bottom:0}.w1{left:5px}.w2{right:4px}.frame{position:absolute;width:150px;height:105px;border-left:9px solid var(--orange);border-bottom:9px solid var(--orange);transform:skew(-28deg) rotate(-4deg);left:74px;bottom:54px}.seat{position:absolute;width:65px;height:10px;background:var(--black);border-radius:10px;left:72px;bottom:159px}.handle{position:absolute;width:65px;height:10px;background:var(--black);right:16px;top:47px;transform:rotate(-55deg);border-radius:10px}.categories,.products-section,.promise{padding:100px clamp(20px,7vw,110px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}.section-head h2{font-family:Fredoka,sans-serif;font-size:42px;margin:0}.section-head>a{font-weight:700;color:var(--orange)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:16px;transition:.25s}.category-card:hover{transform:translateY(-5px);border-color:#d8d0c7}.category-card span{font-size:38px}.category-card h3{font-family:Fredoka;font-size:22px;margin:22px 0 5px}.category-card p,.product-info p{color:var(--muted);margin:0}.products-section{background:#faf7f3}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border-radius:15px;overflow:hidden}.product-image{height:340px;display:grid;place-items:center;position:relative}.orange-bg{background:#ffd7bd}.cream-bg{background:#f7efe5}.peach-bg{background:#f6d9d0}.toy-scooter,.toy-cycle,.toy-walker{font-size:130px;filter:drop-shadow(0 14px 9px #0001)}.badge{position:absolute;top:18px;left:18px;background:var(--black);color:#fff;font-size:9px;font-weight:800;padding:7px 10px;border-radius:20px}.product-info{padding:20px}.product-info h3{font-family:Fredoka;font-size:22px;margin:0 0 5px}.product-info strong{display:block;margin-top:14px;font-size:18px}.promise{display:grid;grid-template-columns:1fr 1.6fr;gap:80px}.promise h2{font-family:Fredoka;font-size:48px;line-height:1;margin:0}.promise-items{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.promise-items b{color:var(--orange);font-size:12px}.promise-items h3{font-family:Fredoka;font-size:21px;margin:14px 0 8px}.promise-items p{color:var(--muted);line-height:1.6;font-size:14px}.footer{background:var(--black);color:#fff;padding:65px clamp(20px,7vw,110px);display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;position:relative}.footer-brand{font-family:Fredoka;font-size:25px}.footer p{color:#aaa}.footer h4{margin:0 0 17px;color:#fff}.footer>div>a:not(.footer-brand){display:block;color:#aaa;margin:9px 0;font-size:14px}.footer-bottom{grid-column:1/-1;border-top:1px solid #35312d;padding-top:22px;color:#777;font-size:12px}.catalog{padding:85px clamp(20px,7vw,110px)}.catalog-intro{color:var(--muted);font-size:17px;margin:20px 0 40px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:35px}.filters button{border:1px solid var(--line);background:#fff;border-radius:30px;padding:10px 18px;cursor:pointer}.filters .active,.filters button:hover{background:var(--black);color:#fff;border-color:var(--black)}.catalog-grid{grid-template-columns:repeat(3,1fr)}.compact{grid-template-columns:2fr 1fr;padding-top:45px;padding-bottom:45px}.admin-body{background:#f7f5f2}.admin-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.admin-side{background:var(--black);color:#fff;padding:35px 25px}.admin-side .footer-brand{display:block;margin-bottom:8px}.admin-side>p{font-size:9px;letter-spacing:2px;color:#888}.admin-side nav{margin-top:45px}.admin-side nav a{display:block;color:#aaa;padding:12px 14px;border-radius:8px;margin:4px 0}.admin-side nav a.selected,.admin-side nav a:hover{background:#2b2723;color:#fff}.admin-main{padding:45px clamp(20px,5vw,65px)}.admin-top{display:flex;justify-content:space-between;align-items:center}.admin-top h1{font-family:Fredoka;font-size:42px;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:35px 0}.stats>div,.admin-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:22px}.stats small{display:block;color:var(--muted);margin-bottom:9px}.stats b{font-family:Fredoka;font-size:30px}.admin-card .section-head{align-items:center}.admin-card input{border:1px solid var(--line);padding:11px 14px;border-radius:7px}.admin-table .row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;padding:15px 8px;border-top:1px solid var(--line);font-size:14px;align-items:center}.admin-table .head{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);border-top:0}.admin-table button{border:0;background:none;color:var(--orange);cursor:pointer}.stock{color:#38855c}.admin-note{color:var(--muted);font-size:13px;margin-top:18px}
@media(max-width:800px){.navbar{height:70px}.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{min-height:320px}.sun{width:240px;height:240px}.cycle{right:3%;transform:scale(.8);transform-origin:right bottom}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.catalog-grid{grid-template-columns:1fr 1fr}.promise{grid-template-columns:1fr;gap:40px}.footer{grid-template-columns:1fr 1fr}.footer-bottom{grid-column:1/-1}.admin-shell{grid-template-columns:1fr}.admin-side{display:none}.stats{grid-template-columns:repeat(2,1fr)}.admin-table{overflow-x:auto}.admin-table .row{min-width:700px}.admin-main{padding:30px 18px}}
@media(max-width:520px){.brand{font-size:19px}.brand-mark{width:29px;height:29px}.hero{min-height:auto;padding:55px 20px 25px}.hero h1{font-size:55px}.hero-art{min-height:285px}.section-head h2{font-size:33px}.categories,.products-section,.promise,.catalog{padding:65px 20px}.category-grid,.product-grid,.catalog-grid,.promise-items{grid-template-columns:1fr}.product-image{height:290px}.footer{grid-template-columns:1fr;padding:50px 20px}.footer-bottom{grid-column:auto}.admin-top{align-items:flex-start;gap:15px}.admin-top .orange-btn{padding:11px 14px;font-size:13px}.admin-top h1{font-size:32px}}

.menu-wrap{position:relative;justify-self:start}.menu-panel{position:absolute;top:48px;left:-10px;width:220px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px;box-shadow:0 18px 45px #17151218;display:none;z-index:50}.menu-panel a{display:block;padding:11px 13px;border-radius:7px;font-weight:600;font-size:14px}.menu-panel a:hover{background:#fff1e8;color:var(--orange)}.menu-wrap:hover .menu-panel,.menu-wrap.open .menu-panel{display:block}@media(max-width:520px){.menu-panel{width:205px}}

/* Category section */
.category-section{padding:85px clamp(20px,7vw,110px) 100px;background:#fff}
.category-heading{text-align:center;max-width:650px;margin:0 auto 42px}
.category-heading h2{font-family:Fredoka,sans-serif;font-size:clamp(38px,5vw,58px);line-height:1.05;margin:0;letter-spacing:-1px}
.category-heading h2 em{color:var(--orange);font-style:normal}
.category-heading>p:last-child{color:var(--muted);font-size:15px;line-height:1.7;margin:16px auto 0;max-width:540px}
.category-grid-new{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;align-items:stretch}
.category-box{min-height:125px;border:1.5px solid var(--black);display:flex;align-items:center;justify-content:center;text-align:center;padding:18px 12px;background:#fff;transition:all .22s ease}
.category-box span{font-family:Fredoka,sans-serif;color:var(--orange);font-size:18px;font-weight:600;line-height:1.15}
.category-box:hover{background:var(--black);transform:translateY(-4px)}
.category-box:hover span{color:var(--orange)}
@media(max-width:900px){.category-grid-new{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.category-section{padding:65px 20px 75px}.category-heading{margin-bottom:30px}.category-heading h2{font-size:37px}.category-grid-new{grid-template-columns:repeat(3,1fr);gap:10px}.category-box{min-height:100px;padding:10px 6px}.category-box span{font-size:14px}}

.category-products-grid{grid-template-columns:repeat(2,1fr);gap:24px 18px}
.category-title-row{grid-column:1/-1;padding-top:28px;border-bottom:1px solid var(--line);margin-bottom:0}
.category-title-row .eyebrow{margin-bottom:10px}
@media(max-width:520px){.category-products-grid{grid-template-columns:1fr}.category-title-row{padding-top:22px}}

/* Top Products */
.top-products-section{padding:90px clamp(20px,7vw,110px) 105px;background:#faf7f3}
.top-products-heading{text-align:center;max-width:680px;margin:0 auto 45px}
.top-products-heading h2{font-family:Fredoka,sans-serif;font-size:clamp(38px,5vw,58px);line-height:1.05;margin:0}
.top-products-heading h2 em{color:var(--orange);font-style:normal}
.top-products-heading>p:last-child{color:var(--muted);font-size:15px;line-height:1.7;margin:16px auto 0;max-width:570px}
.top-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.top-product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.top-product-image{width:100%;aspect-ratio:1/1;display:grid;place-items:center}
.top-product-image span{font-size:105px;filter:drop-shadow(0 12px 7px #0001)}
.top-product-info{padding:18px}
.top-product-info h3{font-family:Fredoka,sans-serif;font-size:21px;line-height:1.2;margin:0 0 9px}
.top-product-info>p{font-size:13px;line-height:1.55;color:var(--muted);margin:0;min-height:61px}
.product-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}
.buy-btn{flex:1;border:0;background:var(--orange);color:#fff;border-radius:7px;padding:12px 14px;font-weight:700;cursor:pointer}
.cart-only{width:44px;height:44px;border:1px solid var(--black);background:#fff;color:var(--black);border-radius:7px;font-size:18px;cursor:pointer;display:grid;place-items:center}
.cart-only:hover{background:var(--black);color:#fff}
.buy-btn:hover{opacity:.9}
@media(max-width:1000px){.top-products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.top-products-section{padding:65px 20px 75px}.top-products-grid{grid-template-columns:1fr 1fr;gap:12px}.top-product-info{padding:13px}.top-product-info h3{font-size:17px}.top-product-info>p{font-size:12px;min-height:78px}.top-product-image span{font-size:78px}.product-actions{gap:7px;margin-top:12px}.buy-btn{padding:10px 7px;font-size:12px}.cart-only{width:38px;height:38px;font-size:16px}}

/* All Products Home Section */
.all-products-section{padding:90px clamp(20px,7vw,110px) 110px;background:#fff}
.all-products-heading{text-align:center;max-width:700px;margin:0 auto 45px}
.all-products-heading h2{font-family:Fredoka,sans-serif;font-size:clamp(38px,5vw,58px);line-height:1.05;margin:0}
.all-products-heading h2 em{color:var(--orange);font-style:normal}
.all-products-heading>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.7;margin:16px auto 20px;max-width:580px}
.view-all-btn{display:inline-flex;align-items:center;gap:18px;border:1.5px solid var(--black);color:var(--black);padding:11px 17px;border-radius:7px;font-weight:700;font-size:14px}
.view-all-btn span{color:var(--orange);font-size:19px}
.view-all-btn:hover{background:var(--black);color:#fff}
.all-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.home-product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.home-product-image{width:100%;aspect-ratio:1/1;display:grid;place-items:center}
.home-product-image span{font-size:95px;filter:drop-shadow(0 12px 7px #0001)}
.home-product-info{padding:17px}
.home-product-cat{font-size:9px!important;letter-spacing:1.5px;text-transform:uppercase;color:var(--orange)!important;font-weight:800;margin:0 0 7px!important}
.home-product-info h3{font-family:Fredoka,sans-serif;font-size:20px;line-height:1.2;margin:0 0 8px}
.home-product-desc{font-size:12px!important;line-height:1.55;color:var(--muted);margin:0!important;min-height:57px}
.home-product-info strong{display:block;margin-top:12px;font-size:17px}
@media(max-width:1000px){.all-products-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.all-products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.all-products-section{padding:65px 20px 75px}.all-products-grid{grid-template-columns:1fr 1fr;gap:12px}.home-product-info{padding:12px}.home-product-info h3{font-size:17px}.home-product-desc{font-size:11px!important;min-height:75px}.home-product-image span{font-size:70px}.home-product-info strong{font-size:15px}.all-products-heading{margin-bottom:30px}}

/* Refined fancy typography for the complete 12-product home section */
.all-products-heading h2{font-family:Fredoka,sans-serif;font-weight:600;letter-spacing:-1.5px}
.all-products-heading>p:not(.eyebrow){font-family:"DM Sans",sans-serif}
.all-products-heading .eyebrow{font-family:"DM Sans",sans-serif}
@media(max-width:520px){.all-products-heading h2{letter-spacing:-.7px}}

/* Fixed: home 12-product renderer */
.all-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
@media(max-width:1000px){.all-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.all-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Why Choose Us */
.why-us-section{padding:95px clamp(20px,7vw,110px) 105px;background:#faf7f3}
.why-us-heading{text-align:center;max-width:720px;margin:0 auto 48px}
.why-us-heading h2{font-family:Fredoka,sans-serif;font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-1.3px;margin:0}
.why-us-heading h2 em{color:var(--orange);font-style:normal}
.why-us-heading>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.75;max-width:610px;margin:17px auto 0}
.why-us-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-us-card{background:#fff;border:1px solid var(--line);padding:27px 22px 25px;min-height:245px;position:relative}
.why-number{position:absolute;right:18px;top:17px;color:#c9c1b9;font-size:10px;letter-spacing:1.5px;font-weight:800}
.why-icon{width:42px;height:42px;border:1.5px solid var(--black);display:grid;place-items:center;color:var(--orange);font-size:20px;margin-bottom:28px}
.why-us-card h3{font-family:Fredoka,sans-serif;font-size:21px;line-height:1.2;margin:0 0 10px}
.why-us-card p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}
.why-us-card:hover{border-color:var(--black);transform:translateY(-3px);transition:.2s}
@media(max-width:900px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.why-us-section{padding:65px 20px 75px}.why-us-heading{margin-bottom:32px}.why-us-heading h2{font-size:37px}.why-us-grid{grid-template-columns:1fr 1fr;gap:10px}.why-us-card{padding:20px 14px;min-height:235px}.why-icon{width:36px;height:36px;margin-bottom:22px}.why-us-card h3{font-size:17px}.why-us-card p{font-size:11px;line-height:1.55}.why-number{right:10px;top:12px}}

/* Reviews */
.reviews-section{padding:95px clamp(20px,7vw,110px) 110px;background:#fff}
.reviews-heading{text-align:center;max-width:720px;margin:0 auto 48px}
.reviews-heading h2{font-family:Fredoka,sans-serif;font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-1.3px;margin:0}
.reviews-heading h2 em{color:var(--orange);font-style:normal}
.reviews-heading>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.75;max-width:610px;margin:17px auto 0}
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.review-card{border:1px solid var(--line);padding:25px 22px;background:#fff;min-height:265px;display:flex;flex-direction:column}
.stars{color:var(--orange);letter-spacing:2px;font-size:14px;margin-bottom:20px}
.review-card>p{font-size:14px;line-height:1.7;color:#4f4a45;margin:0 0 25px}
.review-author{margin-top:auto;display:flex;align-items:center;gap:11px;border-top:1px solid var(--line);padding-top:17px}
.review-author>span{width:36px;height:36px;border-radius:50%;background:var(--black);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}
.review-author strong{display:block;font-size:13px}
.review-author small{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.review-card:hover{border-color:var(--black);transform:translateY(-3px);transition:.2s}
@media(max-width:900px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.reviews-section{padding:65px 20px 75px}.reviews-heading{margin-bottom:32px}.reviews-heading h2{font-size:37px}.reviews-grid{grid-template-columns:1fr 1fr;gap:10px}.review-card{padding:19px 14px;min-height:260px}.review-card>p{font-size:11px;line-height:1.6}.stars{font-size:12px;margin-bottom:15px}.review-author>span{width:31px;height:31px}.review-author strong{font-size:11px}.review-author small{font-size:8px}}

/* Premium white footer + dark mode */
.premium-footer{background:#fff!important;color:var(--black)!important;padding:72px clamp(20px,7vw,110px) 25px;border-top:1px solid var(--line)}
.footer-main{display:grid;grid-template-columns:2.2fr 1fr 1.25fr 1fr;gap:55px;padding-bottom:55px}
.footer-brand-col{max-width:390px}.footer-logo{display:inline-flex;align-items:center;gap:11px;font-family:Fredoka,sans-serif;font-size:27px;font-weight:600}.footer-logo b{color:var(--orange)}
.footer-logo-mark{display:grid;place-items:center;width:40px;height:40px;border:2px solid var(--black);border-radius:50%;font-family:Georgia,serif;font-style:italic}
.footer-brand-col>p{color:var(--muted);font-size:13px;line-height:1.75;max-width:350px;margin:18px 0}.footer-accent-line{width:55px;height:3px;background:var(--orange);margin-top:24px}
.footer-links-col h4{font-family:Fredoka,sans-serif;font-size:17px;margin:0 0 17px}.footer-links-col a{display:block;color:#5f5953;font-size:13px;margin:10px 0;transition:.2s}.footer-links-col a:hover{color:var(--orange);transform:translateX(3px)}
.premium-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:center;align-items:center;gap:25px;color:#8a837d;font-size:11px;text-align:center}.premium-bottom b{color:var(--orange);font-size:10px;margin-left:5px}
@media(max-width:900px){.footer-main{grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer-brand-col{grid-column:1/-1}.footer-links-col{grid-column:auto}}
@media(max-width:520px){.premium-footer{padding:55px 20px 22px}.footer-main{grid-template-columns:1fr 1fr;gap:30px;padding-bottom:40px}.footer-brand-col{grid-column:1/-1}.footer-links-col h4{font-size:16px}.footer-links-col a{font-size:12px}.footer-brand-col>p{font-size:12px}.premium-bottom{flex-direction:column;gap:7px;line-height:1.6}}
@media(prefers-color-scheme:dark){body{background:#111}.premium-footer{background:#151412!important;color:#f8f5f1!important;border-color:#302d29}.footer-logo{color:#fff}.footer-logo-mark{border-color:#fff}.footer-brand-col>p,.footer-links-col a,.premium-bottom{color:#aaa}.footer-links-col a:hover{color:var(--orange)}}

/* Footer visibility/final responsive polish */
.premium-footer{display:block!important;visibility:visible!important;opacity:1!important;width:100%;clear:both}
@media(max-width:520px){.premium-footer .footer-main{grid-template-columns:1fr 1fr}.premium-footer .footer-brand-col{grid-column:1/-1}}

/* Premium footer refinement */
.premium-footer{padding:62px clamp(20px,7vw,110px) 22px}
.premium-footer .footer-main{gap:38px;padding-bottom:38px}
.premium-footer .footer-brand-col{max-width:420px}
.premium-footer .footer-logo{font-size:30px}
.premium-footer .footer-logo-mark{width:43px;height:43px}
.premium-footer .footer-brand-col>p{font-size:14px;font-weight:500;line-height:1.65;margin:16px 0}
.premium-footer .footer-links-col h4{font-size:18px;font-weight:700;margin-bottom:14px}
.premium-footer .footer-links-col a{font-size:14px;font-weight:600;margin:8px 0;color:#4f4a45}
.premium-footer .footer-accent-line{height:4px;width:70px;margin-top:20px}
.premium-footer .premium-bottom{padding-top:18px;font-size:12px;font-weight:600}
@media(max-width:900px){
 .premium-footer .footer-main{gap:28px;padding-bottom:32px}
}
@media(max-width:520px){
 .premium-footer{padding:48px 20px 20px}
 .premium-footer .footer-main{grid-template-columns:1fr 1fr;gap:25px 20px;padding-bottom:30px}
 .premium-footer .footer-brand-col{grid-column:1/-1}
 .premium-footer .footer-logo{font-size:27px}
 .premium-footer .footer-logo-mark{width:40px;height:40px}
 .premium-footer .footer-brand-col>p{font-size:13px;line-height:1.65;margin:14px 0}
 .premium-footer .footer-links-col h4{font-size:17px;margin-bottom:12px}
 .premium-footer .footer-links-col a{font-size:14px;margin:8px 0}
 .premium-footer .footer-accent-line{width:62px;height:3px}
 .premium-footer .premium-bottom{font-size:11px;gap:5px;padding-top:17px}
}

/* =========================================================
   AlGhani Store — Premium Footer v2
   Footer-only redesign; existing page sections untouched.
   ========================================================= */
.premium-footer-v2{
  background:#fff!important;
  color:var(--black)!important;
  padding:0 clamp(20px,6vw,92px) 18px!important;
  border-top:1px solid #eee8e2;
  overflow:hidden;
}
.footer-cta{
  position:relative;
  isolation:isolate;
  min-height:205px;
  margin:0 auto 58px;
  padding:36px clamp(24px,5vw,58px);
  max-width:1280px;
  border-radius:22px;
  background:#171512;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  overflow:hidden;
}
.footer-cta:after{
  content:"";
  position:absolute;
  width:320px;height:320px;
  right:16%;top:-170px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(243,107,33,.30),rgba(243,107,33,0) 68%);
  z-index:-1;
}
.footer-cta-orb{position:absolute;border:1px solid rgba(243,107,33,.22);border-radius:50%;z-index:-1}
.orb-one{width:190px;height:190px;right:4%;bottom:-120px}
.orb-two{width:110px;height:110px;right:29%;top:-70px}
.footer-mini-label{margin:0 0 9px;color:#f36b21;font-size:10px;font-weight:800;letter-spacing:2.4px}
.footer-cta h2{font-family:Fredoka,sans-serif;font-size:clamp(30px,4vw,49px);line-height:1.05;margin:0;letter-spacing:-1px}
.footer-cta h2 span{font-size:.75em}
.footer-cta-copy>p:last-child{color:#bdb7b0;margin:12px 0 0;font-size:14px;line-height:1.6}
.footer-cta-btn{
  flex:none;
  display:inline-flex;align-items:center;gap:18px;
  padding:14px 20px;border-radius:8px;
  background:linear-gradient(100deg,#f36b21,#ff8a42);
  color:#fff;font-weight:800;font-size:14px;
  box-shadow:0 10px 30px rgba(243,107,33,.18);
  transition:transform .2s,box-shadow .2s;
}
.footer-cta-btn:hover{transform:translateY(-2px);box-shadow:0 13px 34px rgba(243,107,33,.30)}
.footer-v2-main{
  max-width:1280px;margin:0 auto;
  display:grid;grid-template-columns:1.7fr 1fr 1.15fr 1.2fr;
  gap:42px;padding:0 0 48px;
}
.footer-v2-brand{max-width:360px}
.footer-v2-logo{font-family:Fredoka,sans-serif;font-size:31px;font-weight:700;letter-spacing:-.7px}
.footer-v2-logo b{color:var(--orange)}
.footer-v2-brand>p{font-size:13px;line-height:1.7;color:var(--muted);margin:15px 0 22px;max-width:330px}
.footer-socials{display:flex;gap:9px}
.social-btn{
  width:38px;height:38px;border:1px solid #ded8d1;border-radius:11px;
  display:grid;place-items:center;
  color:var(--black);font-size:16px;font-weight:800;
  transition:.2s;
}
.social-btn:hover{border-color:var(--orange);color:var(--orange);box-shadow:0 0 20px rgba(243,107,33,.18);transform:translateY(-2px)}
.footer-v2-col h3{font-family:Fredoka,sans-serif;font-size:17px;margin:2px 0 17px}
.footer-v2-col>a:not(.footer-contact a){
  display:block;color:#625c56;font-size:13px;font-weight:600;margin:10px 0;
  transition:.18s;
}
.footer-v2-col>a:not(.footer-contact a):hover{color:var(--orange);transform:translateX(3px)}
.footer-contact>a{
  display:flex!important;align-items:center;gap:12px;color:#625c56;margin:10px 0!important;
}
.footer-contact>a>span{
  flex:none;width:34px;height:34px;border:1px solid #e3ddd7;border-radius:9px;
  display:grid;place-items:center;color:var(--orange);font-size:15px;
}
.footer-contact small{display:block;color:#9a928b;font-size:9px;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}
.footer-contact strong{display:block;font-size:12px;color:#4d4843}
.footer-contact a:hover>span{border-color:var(--orange);box-shadow:0 0 18px rgba(243,107,33,.13)}
.footer-trust{
  max-width:1280px;margin:0 auto;
  border-top:1px solid #eee8e2;
  border-bottom:1px solid #eee8e2;
  padding:22px 0;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
}
.payment-area h4{font-family:Fredoka,sans-serif;font-size:14px;margin:0 0 10px}
.payment-badges{display:flex;gap:7px;flex-wrap:wrap}
.payment-badges span{
  min-height:29px;padding:6px 9px;border:1px solid #ded8d1;border-radius:6px;
  font-size:9px;font-weight:800;color:#5f5953;background:#fff;
}
.trust-badges{display:flex;gap:20px}
.trust-badges>div{display:flex;align-items:center;gap:9px}
.trust-badges>div>span{
  width:32px;height:32px;border-radius:9px;background:#fff3ec;color:var(--orange);
  display:grid;place-items:center;font-weight:900;
}
.trust-badges p{margin:0}
.trust-badges b{display:block;font-size:11px}
.trust-badges small{display:block;color:#9a928b;font-size:9px;margin-top:2px}
.footer-v2-bottom{
  max-width:1280px;margin:0 auto;
  padding-top:19px;
  display:flex;justify-content:space-between;align-items:center;gap:20px;
}
.footer-v2-bottom p{margin:0;color:#8c857f;font-size:11px;font-weight:600}
.footer-v2-bottom div{display:flex;gap:9px;align-items:center}
.footer-v2-bottom a{color:#77706a;font-size:11px;font-weight:600}
.footer-v2-bottom a:hover{color:var(--orange)}
.footer-v2-bottom i{font-style:normal;color:#c9c2bc}

@media(max-width:900px){
  .footer-v2-main{grid-template-columns:1.4fr 1fr 1fr;gap:32px}
  .footer-v2-brand{grid-column:1/-1;max-width:520px}
  .footer-trust{align-items:flex-start;flex-direction:column}
  .trust-badges{width:100%;justify-content:space-between}
}
@media(max-width:600px){
  .premium-footer-v2{padding:0 16px 16px!important}
  .footer-cta{margin-bottom:42px;padding:29px 20px;min-height:250px;display:block}
  .footer-cta h2{font-size:34px;max-width:330px}
  .footer-cta-copy>p:last-child{font-size:12px;max-width:290px}
  .footer-cta-btn{margin-top:21px}
  .footer-v2-main{grid-template-columns:1fr 1fr;gap:28px 18px;padding-bottom:35px}
  .footer-v2-brand{grid-column:1/-1}
  .footer-v2-logo{font-size:28px}
  .footer-v2-brand>p{font-size:12px}
  .footer-v2-col h3{font-size:16px;margin-bottom:13px}
  .footer-v2-col>a:not(.footer-contact a){font-size:12px;margin:8px 0}
  .footer-contact>a{gap:8px;margin:8px 0!important}
  .footer-contact>a>span{width:30px;height:30px;font-size:13px}
  .footer-contact strong{font-size:10px}
  .footer-trust{padding:19px 0;gap:22px}
  .payment-badges span{font-size:8px;padding:5px 7px}
  .trust-badges{display:grid;grid-template-columns:1fr;gap:12px}
  .footer-v2-bottom{flex-direction:column;text-align:center;gap:9px;padding-top:16px}
}
@media(prefers-color-scheme:dark){
  .premium-footer-v2{background:#11100f!important;color:#f7f4f0!important;border-color:#2c2926}
  .footer-v2-brand>p,.footer-v2-col>a:not(.footer-contact a){color:#aaa39c}
  .footer-v2-col h3,.footer-v2-logo{color:#fff}
  .social-btn,.payment-badges span{background:#171614;border-color:#37322d;color:#eee}
  .footer-contact>a{color:#aaa39c}
  .footer-contact>a>span{border-color:#37322d}
  .footer-contact strong{color:#eee}
  .footer-trust,.footer-v2-bottom{border-color:#2c2926}
  .trust-badges>div>span{background:#2b1d15}
  .footer-v2-bottom p,.footer-v2-bottom a{color:#aaa39c}
}

/* Final footer cleanup */
.footer-cta h2 span{display:none!important}

/* CTA removed — compact footer start */
.premium-footer-v2 .footer-cta{display:none!important}
.premium-footer-v2 .footer-v2-main{padding-top:48px}
@media(max-width:600px){.premium-footer-v2 .footer-v2-main{padding-top:38px}}

/* Shared customer information pages */
.info-page{max-width:1180px;margin:0 auto;padding:60px 24px 80px}.info-hero{background:linear-gradient(135deg,#fff,#fff8f1);border:1px solid var(--line);border-radius:28px;padding:55px clamp(24px,6vw,70px);box-shadow:0 18px 55px #1715120b}.info-hero h1{font-family:Fredoka,sans-serif;font-size:clamp(42px,6vw,72px);line-height:1.02;margin:8px 0 16px}.info-hero h1 em,.info-content h2 em{color:var(--orange);font-style:normal}.info-hero>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:17px;line-height:1.8}.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.contact-cards a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;display:flex;flex-direction:column;gap:5px;color:var(--black);box-shadow:0 8px 25px #17151208}.contact-cards strong{font-family:Fredoka;font-size:20px}.contact-cards span{color:var(--muted);font-size:12px}.info-content{margin-top:30px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(26px,5vw,60px);box-shadow:0 18px 55px #17151208}.info-content h2{font-family:Fredoka;font-size:30px;margin:34px 0 12px}.info-content h2:first-child{margin-top:0}.info-content p{color:#514b46;font-size:15px;line-height:1.85;margin:0 0 14px}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:15px;padding:0 17px;background:#fff}.faq-list summary{cursor:pointer;font-weight:700;padding:17px 0;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list details p{padding:0 0 17px;margin:0}.info-page a{text-decoration:none}@media(max-width:600px){.info-page{padding:25px 15px 50px}.info-hero,.info-content{border-radius:20px;padding:27px 20px}.info-hero h1{font-size:42px}.info-hero>p:not(.eyebrow){font-size:14px}.contact-cards{grid-template-columns:1fr}.info-content h2{font-size:26px}.info-content p{font-size:13px}}

/* Product cards remain visually identical when used as links. */
a.top-product-card{color:inherit;text-decoration:none;display:block}

/* Category listing — compact premium product cards */
.category-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}
.category-products-grid .category-title-row{grid-column:1/-1;margin:14px 0 0}
.category-product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(23,21,18,.06);transition:transform .22s,box-shadow .22s,border-color .22s;min-width:0}
.category-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(23,21,18,.10);border-color:#e2d8ce}
.category-product-link{display:block;color:inherit}
.category-product-image{position:relative;aspect-ratio:1/1;width:100%;display:grid;place-items:center;overflow:hidden}
.category-product-art{font-size:clamp(70px,7vw,110px);filter:drop-shadow(0 12px 8px rgba(0,0,0,.08));line-height:1}
.category-product-badge{position:absolute;left:11px;top:11px;background:var(--black);color:#fff;border-radius:999px;padding:6px 9px;font-size:8px;letter-spacing:.8px;font-weight:800}
.category-product-info{padding:14px 15px 6px}
.category-product-info h3{font-family:Fredoka,sans-serif;font-size:19px;line-height:1.15;margin:0 0 6px}
.category-product-bio{color:var(--muted);font-size:11px;line-height:1.5;min-height:33px;margin:0}
.category-product-info strong{display:block;font-size:16px;margin-top:9px}
.category-product-actions{display:grid;grid-template-columns:1fr 44px;gap:8px;padding:10px 15px 15px}
.category-buy-now{display:flex;align-items:center;justify-content:center;background:var(--black);color:#fff;border-radius:9px;font-size:12px;font-weight:800;min-height:38px;transition:.2s}
.category-buy-now:hover{background:var(--orange)}
.category-cart-btn{border:1px solid #e0d8d0;background:#fff;color:var(--black);border-radius:9px;min-height:38px;cursor:pointer;font-size:17px;transition:.2s}
.category-cart-btn:hover{border-color:var(--orange);color:var(--orange)}
@media(max-width:1000px){.category-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-product-card{border-radius:14px}.category-product-info{padding:11px 11px 5px}.category-product-info h3{font-size:16px}.category-product-bio{font-size:10px;line-height:1.45;min-height:29px}.category-product-info strong{font-size:14px;margin-top:7px}.category-product-actions{grid-template-columns:1fr 39px;gap:6px;padding:8px 11px 11px}.category-buy-now,.category-cart-btn{min-height:35px}.category-product-badge{left:8px;top:8px;font-size:7px;padding:5px 7px}.category-products-grid .category-title-row{margin-top:8px}}
@media(max-width:520px){.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-product-art{font-size:72px}.category-product-info h3{font-size:14px}.category-product-bio{font-size:9px;min-height:27px}.category-product-info strong{font-size:13px}.category-product-actions{grid-template-columns:1fr 36px;padding:7px 9px 9px}.category-buy-now{font-size:10px}.category-cart-btn{font-size:15px}.category-product-badge{display:none}}
.category-product-image img,.top-product-image img,.home-product-image img{width:100%;height:100%;object-fit:cover}.top-product-image img,.home-product-image img{max-width:100%;max-height:100%;object-fit:contain}.hero-product-image img{max-width:100%;max-height:100%;object-fit:contain}.premium-related-grid .related-art img{width:100%;height:100%;object-fit:contain}.product-actions{display:flex;gap:8px;margin-top:14px}.buy-btn{flex:1;border:0;background:#171512;color:#fff;border-radius:9px;padding:11px;font-weight:800;cursor:pointer}.cart-only{width:42px;border:1px solid var(--line);background:#fff;border-radius:9px;cursor:pointer}


/* Homepage badge safety fix: keep product badges scoped to their image cards. */
.home-page .top-product-image,
.home-page .home-product-image{position:relative;overflow:hidden;contain:paint}
.home-page .top-product-image .badge,
.home-page .home-product-image .badge{
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  right:auto!important;
  bottom:auto!important;
  width:auto!important;
  height:auto!important;
  max-width:calc(100% - 28px)!important;
  padding:6px 9px!important;
  margin:0!important;
  background:var(--black)!important;
  color:#fff!important;
  border-radius:999px!important;
  font-size:8px!important;
  line-height:1!important;
  letter-spacing:.8px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  transform:none!important;
  z-index:2!important;
}
@media(max-width:520px){
 .home-page .top-product-image .badge,.home-page .home-product-image .badge{top:9px!important;left:9px!important;font-size:7px!important;padding:5px 7px!important}
}


/* FINAL PRODUCT BADGE + DESKTOP IMAGE FIX */
.home-page .home-product-image,
.home-page .top-product-image {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.home-page .home-product-image > img,
.home-page .top-product-image > img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 92% !important;
  object-fit: contain !important;
}
.home-page .home-product-image > .badge,
.home-page .top-product-image > .badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 20 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: calc(100% - 24px) !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 9px !important;
  border-radius: 999px !important;
  background: #171512 !important;
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 9px !important;
  line-height: 1.05 !important;
  letter-spacing: .65px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transform: none !important;
  box-sizing: border-box !important;
}
@media (min-width: 901px) {
  .home-page .home-product-image,
  .home-page .top-product-image { min-height: 270px; max-height: 340px; }
  .home-page .home-product-image > .badge,
  .home-page .top-product-image > .badge {
    top: 14px !important; left: 14px !important; font-size: 9px !important; padding: 7px 10px !important;
  }
}
@media (max-width: 520px) {
  .home-page .home-product-image > .badge,
  .home-page .top-product-image > .badge {
    top: 9px !important; left: 9px !important; font-size: 7px !important; padding: 5px 7px !important; max-width: calc(100% - 18px) !important;
  }
}

.product-badge,.product-card-badge,.card-badge,.badge,.product-badge-wrap,.badge-wrap,[data-badge],[data-product-badge]{display:none!important}

.image-failed::after{content:'Image unavailable';display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:160px;font-size:12px;opacity:.55}

/* Product badge feature disabled */
.product-badge,.product-card-badge,.card-badge,.badge{display:none!important}

/* =========================================================
   AlGhani Store — Emerald Editorial Theme 2026
   Consistent day/night palette + typography + motion system
   ========================================================= */
:root{
 --page:#f7f8f5;--surface:#ffffff;--surface-2:#eef2ec;--ink:#142019;--muted2:#667269;
 --emerald:#176b45;--emerald-2:#0f5235;--accent:#c59a4a;--soft:#e4ebe5;--border:#dce4dd;
 --shadow:0 18px 55px rgba(25,47,34,.08);--radius:24px;--ease:cubic-bezier(.2,.75,.25,1);
}
html[data-theme="dark"]{
 --page:#0c1210;--surface:#121b17;--surface-2:#17241e;--ink:#f3f7f4;--muted2:#a8b5ad;
 --emerald:#35c982;--emerald-2:#6cdda2;--accent:#d7b66a;--soft:#1b2b23;--border:#27382f;
 --shadow:0 20px 60px rgba(0,0,0,.28);
}
html[data-theme="light"]{color-scheme:light}html[data-theme="dark"]{color-scheme:dark}
body,button,input,select,textarea{font-family:"Manrope",sans-serif}
body{background:var(--page);color:var(--ink);transition:background .25s ease,color .25s ease}
body.modern-theme{overflow-x:hidden}
.eyebrow{color:var(--emerald);font:800 10px/1.2 "Manrope",sans-serif;letter-spacing:2.6px}
h1,h2,h3,.brand{color:var(--ink)}
h2{font-family:"Manrope",sans-serif;letter-spacing:-1.8px;line-height:1.04}
h2 em{font-family:"Cormorant Garamond",serif;font-weight:600;font-style:italic;color:var(--emerald);letter-spacing:-1px}
.navbar{height:76px;padding:0 clamp(18px,5vw,76px);background:color-mix(in srgb,var(--page) 90%,transparent);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:80;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.navbar .brand{font-family:"Manrope",sans-serif;font-size:20px;font-weight:800;letter-spacing:-.7px}.navbar .brand b{color:var(--emerald)}
.brand-mark{background:var(--ink);color:var(--page);font-family:"Cormorant Garamond",serif;font-size:21px}
.menu-btn span{background:var(--ink)}
.menu-panel{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow)!important;border-radius:18px!important;overflow:hidden}.menu-panel a{color:var(--ink)!important}.menu-panel a:hover{background:var(--surface-2)!important;color:var(--emerald)!important}
.nav-actions{justify-self:end;display:flex;align-items:center;gap:9px}.theme-toggle{width:38px;height:38px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--ink);display:grid;place-items:center;cursor:pointer;transition:.2s}.theme-toggle:hover{transform:translateY(-2px);border-color:var(--emerald)}.theme-icon{font-size:17px;line-height:1}.cart-btn{justify-self:auto;color:var(--ink)}.cart-count{background:var(--emerald)}

/* Typography-only hero */
.type-hero{min-height:calc(100svh - 76px);padding:clamp(70px,10vw,130px) 20px 64px;display:grid;place-items:center;position:relative;overflow:hidden;background:var(--page);text-align:center}
.type-hero-inner{position:relative;z-index:2;max-width:1100px}.hero-overline{font-size:10px;letter-spacing:4px;font-weight:800;color:var(--emerald);margin:0 0 26px}
.type-hero h1{margin:0;display:flex;flex-direction:column;align-items:center;line-height:.73;letter-spacing:-5px}.type-hero h1>span{font:800 clamp(76px,15vw,190px)/.75 "Manrope",sans-serif;color:var(--ink)}.type-hero h1>em{font:500 italic clamp(58px,10vw,125px)/.85 "Cormorant Garamond",serif;color:var(--emerald);letter-spacing:-2px;transform:translateY(10px)}
.hero-tagline{max-width:560px;margin:38px auto 27px;color:var(--muted2);font-size:clamp(14px,1.5vw,17px);line-height:1.7}.hero-actions{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.primary-btn,.light-btn{display:inline-flex;align-items:center;gap:20px;border-radius:999px;padding:14px 21px;font-weight:800;font-size:13px;transition:.25s var(--ease)}.primary-btn{background:var(--ink);color:var(--page)}.primary-btn:hover{background:var(--emerald);color:#fff;transform:translateY(-2px)}.text-link{font-size:12px;font-weight:700;color:var(--muted2);border-bottom:1px solid var(--border);padding-bottom:3px}.text-link:hover{color:var(--emerald);border-color:var(--emerald)}
.hero-orbit{position:absolute;border:1px solid color-mix(in srgb,var(--emerald) 22%,transparent);border-radius:50%;pointer-events:none}.hero-orbit-one{width:min(76vw,930px);height:min(76vw,930px);top:50%;left:50%;transform:translate(-50%,-50%)}.hero-orbit-two{width:min(48vw,580px);height:min(48vw,580px);top:50%;left:50%;transform:translate(-50%,-50%)}
.scroll-cue{position:absolute;bottom:23px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;color:var(--muted2);font-size:9px;letter-spacing:1.5px;text-transform:uppercase}.scroll-cue span{width:28px;height:1px;background:var(--emerald);animation:cue 1.7s ease-in-out infinite}@keyframes cue{50%{width:48px}}

.motion-section{padding:clamp(78px,10vw,130px) clamp(18px,7vw,110px)}.section-heading{max-width:720px;margin:0 auto 50px;text-align:center}.section-heading h2{font-size:clamp(42px,6vw,74px);margin:0}.section-heading>p:last-child{max-width:600px;margin:18px auto 0;color:var(--muted2);line-height:1.7;font-size:14px}
.category-section{background:var(--surface)}.category-slider{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1240px;margin:auto}.category-box{min-height:220px;padding:25px;border:1px solid var(--border);border-radius:var(--radius);background:var(--page);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.3s var(--ease)}.category-box:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:color-mix(in srgb,var(--emerald) 10%,transparent);right:-50px;bottom:-60px;transition:.35s var(--ease)}.category-box:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--emerald) 45%,var(--border));box-shadow:var(--shadow)}.category-box:hover:after{transform:scale(1.35)}.category-box .cat-no{color:var(--emerald);font-size:10px;font-weight:800;letter-spacing:1.5px}.category-box strong{margin-top:auto;font-size:25px;letter-spacing:-1px}.category-box small{color:var(--muted2);font-size:11px;margin-top:6px}.category-box b{position:absolute;right:24px;top:24px;width:34px;height:34px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;color:var(--emerald)}

.spotlight-section{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center;background:var(--page)}.spotlight-copy{max-width:570px}.spotlight-copy h2{font-size:clamp(45px,5.7vw,74px);margin:0 0 20px}.spotlight-copy>p:not(.eyebrow){color:var(--muted2);line-height:1.8;max-width:520px;font-size:14px}.strong-link{display:inline-block;margin-top:15px;color:var(--ink)}.spotlight-panel{min-height:430px;background:var(--ink);border-radius:32px;padding:45px;color:var(--page);display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.spotlight-panel:after{content:"";position:absolute;width:340px;height:340px;border:1px solid color-mix(in srgb,var(--emerald) 45%,transparent);border-radius:50%;right:-150px;top:-120px}.spotlight-stat{display:flex;justify-content:space-between;align-items:end;gap:25px;position:relative;z-index:1}.spotlight-stat strong{font:600 italic clamp(40px,6vw,68px)/1 "Cormorant Garamond",serif;color:var(--emerald)}html[data-theme="light"] .spotlight-stat strong{color:#9de0bb}.spotlight-stat span{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;opacity:.75}.spotlight-divider{height:1px;background:rgba(255,255,255,.13);margin:25px 0}

.top-products-section{background:var(--surface)}.top-products-grid,.all-products-grid,.catalog-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;max-width:1280px;margin-left:auto;margin-right:auto}.home-product-card,.top-product-card{background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:22px!important;overflow:hidden;box-shadow:none!important;transition:.3s var(--ease);color:var(--ink)!important}.home-product-card:hover,.top-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)!important;border-color:color-mix(in srgb,var(--emerald) 35%,var(--border))!important}.home-product-image,.top-product-image{aspect-ratio:1/1!important;height:auto!important;background:var(--surface-2)!important;display:grid;place-items:center;overflow:hidden}.home-product-image img,.top-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:12px;transition:transform .35s var(--ease)}.home-product-card:hover img,.top-product-card:hover img{transform:scale(1.035)}.home-product-info,.top-product-info{padding:17px!important}.home-product-cat{font-size:8px!important;letter-spacing:1.5px!important;color:var(--emerald)!important;font-weight:800!important;text-transform:uppercase}.home-product-info h3,.top-product-info h3{font-family:"Manrope",sans-serif!important;font-size:16px!important;letter-spacing:-.5px;margin:6px 0!important;color:var(--ink)!important}.home-product-desc,.top-product-info>p:not(.home-product-cat){font-size:10px!important;line-height:1.6!important;color:var(--muted2)!important;min-height:32px}.home-product-info strong,.top-product-info strong{color:var(--ink)!important;font-size:15px!important}.product-actions{gap:7px!important;margin-top:14px!important}.buy-btn,.cart-only{border-radius:999px!important}.buy-btn{background:var(--ink)!important;color:var(--page)!important}.cart-only{background:var(--surface-2)!important;color:var(--ink)!important;border:1px solid var(--border)!important}

.promo-strip{max-width:1280px;margin:60px auto;padding:70px!important;border-radius:34px;background:linear-gradient(135deg,var(--emerald-2),#0b2e20);color:#fff;display:flex;align-items:end;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.promo-strip .eyebrow{color:#9de0bb}.promo-strip h2{font-size:clamp(45px,6vw,78px);margin:0;color:#fff}.promo-strip h2 em{color:#c7ecd8}.light-btn{background:#fff;color:#163222;flex:none}.light-btn:hover{transform:translateY(-2px)}
.all-products-section{background:var(--page)}.split-heading{max-width:1280px;text-align:left;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}.split-heading>div:last-child p{color:var(--muted2);line-height:1.75;font-size:14px}.split-heading .strong-link{margin-top:8px}.split-heading h2{font-size:clamp(42px,5vw,68px)}
.why-us-section{background:var(--surface)}.why-us-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1100px;margin:auto}.why-us-card{min-height:235px;border:1px solid var(--border);border-radius:26px;padding:30px;background:var(--page);position:relative}.why-us-card>span{font:600 italic 34px "Cormorant Garamond",serif;color:var(--emerald)}.why-us-card h3{font-size:22px;margin:44px 0 10px;letter-spacing:-.7px}.why-us-card p{margin:0;color:var(--muted2);font-size:12px;line-height:1.7;max-width:370px}
.final-cta{text-align:center;background:var(--page);padding-top:130px;padding-bottom:140px}.final-cta h2{font-size:clamp(50px,8vw,100px);margin:0 0 35px}

/* Scroll reveal language */
.reveal-up,.reveal-left,.reveal-right,.reveal-scale,.stagger-grid>*{opacity:0;transition:opacity .7s var(--ease),transform .8s var(--ease);transition-delay:var(--delay,0ms);will-change:transform,opacity}.reveal-up,.stagger-grid>*{transform:translateY(38px)}.reveal-left{transform:translateX(-58px)}.reveal-right{transform:translateX(58px)}.reveal-scale{transform:translateY(25px) scale(.975)}.is-visible{opacity:1!important;transform:none!important}

/* Catalog refresh */
.catalog{background:var(--page)!important;color:var(--ink)!important;padding-top:80px!important}.catalog .eyebrow{text-align:center}.catalog h1{font-family:"Manrope",sans-serif!important;color:var(--ink)!important;text-align:center;margin:auto!important;font-size:clamp(48px,7vw,90px)!important;letter-spacing:-4px!important}.catalog h1 em{font-family:"Cormorant Garamond",serif!important;color:var(--emerald)!important;font-style:italic!important}.catalog-intro{text-align:center!important;margin:18px auto 40px!important;color:var(--muted2)!important}.catalog-tools{max-width:900px!important;margin:0 auto 20px!important}.catalog-search,.catalog-select{background:var(--surface)!important;border-color:var(--border)!important;color:var(--ink)!important;border-radius:999px!important;min-height:50px}.filters{justify-content:center!important}.filters button{background:var(--surface)!important;color:var(--muted2)!important;border:1px solid var(--border)!important;border-radius:999px!important}.filters button.active,.filters button:hover{background:var(--ink)!important;color:var(--page)!important;border-color:var(--ink)!important}.catalog-meta{text-align:center;color:var(--muted2)!important}.load-more{background:var(--ink)!important;color:var(--page)!important;border-radius:999px!important}.empty-state{background:var(--surface)!important;border-color:var(--border)!important;color:var(--muted2)!important}.empty-state h2{color:var(--ink)!important}

/* Common/footer dark mode coherence */
.premium-footer-v2{background:var(--surface)!important;color:var(--ink)!important;border-color:var(--border)!important}.footer-v2-logo,.footer-v2-col h3{color:var(--ink)!important}.footer-v2-logo b{color:var(--emerald)!important}.footer-v2-brand>p,.footer-v2-col>a:not(.footer-contact a),.footer-v2-bottom p,.footer-v2-bottom a{color:var(--muted2)!important}.social-btn,.payment-badges span{background:var(--page)!important;border-color:var(--border)!important;color:var(--ink)!important}.footer-trust,.footer-v2-bottom{border-color:var(--border)!important}.footer-contact strong{color:var(--ink)!important}.footer-contact>a>span{border-color:var(--border)!important;color:var(--emerald)!important}.trust-badges>div>span{background:var(--soft)!important;color:var(--emerald)!important}

@media(max-width:950px){.category-slider{grid-template-columns:repeat(2,1fr)}.spotlight-section{grid-template-columns:1fr;gap:38px}.spotlight-panel{min-height:360px}.top-products-grid,.all-products-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.split-heading{grid-template-columns:1fr;gap:18px}.promo-strip{margin-left:18px;margin-right:18px}}
@media(max-width:680px){.navbar{height:68px;padding:0 16px}.navbar .brand{font-size:17px}.brand-mark{width:30px;height:30px}.theme-toggle{width:34px;height:34px}.type-hero{min-height:calc(100svh - 68px);padding:80px 16px 60px}.type-hero h1{letter-spacing:-3px}.type-hero h1>span{font-size:clamp(62px,20vw,100px)}.type-hero h1>em{font-size:clamp(50px,16vw,75px)}.hero-orbit-one{width:125vw;height:125vw}.hero-orbit-two{width:82vw;height:82vw}.hero-actions{gap:17px}.motion-section{padding:80px 16px}.section-heading{margin-bottom:35px}.section-heading h2{font-size:43px}.category-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:7px;margin-right:-16px}.category-slider::-webkit-scrollbar{display:none}.category-box{min-width:79vw;min-height:205px;scroll-snap-align:start}.spotlight-section{padding-top:85px}.spotlight-copy h2{font-size:46px}.spotlight-panel{padding:27px;min-height:330px;border-radius:26px}.spotlight-stat strong{font-size:45px}.spotlight-stat span{font-size:9px}.top-products-grid,.all-products-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.home-product-card,.top-product-card{border-radius:17px!important}.home-product-info,.top-product-info{padding:12px!important}.home-product-info h3,.top-product-info h3{font-size:13px!important}.home-product-desc,.top-product-info>p:not(.home-product-cat){font-size:9px!important;min-height:29px}.home-product-info strong,.top-product-info strong{font-size:13px!important}.buy-btn{font-size:10px!important;padding:9px 10px!important}.cart-only{width:34px!important;min-width:34px!important}.promo-strip{padding:45px 25px!important;border-radius:25px;display:block;margin-top:35px;margin-bottom:35px}.promo-strip h2{font-size:48px}.promo-strip .light-btn{margin-top:28px}.why-us-grid{grid-template-columns:1fr}.why-us-card{min-height:205px}.why-us-card h3{margin-top:30px}.final-cta{padding-top:95px;padding-bottom:100px}.final-cta h2{font-size:58px}.catalog{padding:58px 14px 70px!important}.catalog h1{font-size:52px!important;letter-spacing:-2.7px!important}.catalog-tools{gap:9px!important}.catalog-select{width:100%}.filters{justify-content:flex-start!important;overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:5px}.filters button{flex:none}.reveal-left{transform:translateX(-35px)}.reveal-right{transform:translateX(35px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-up,.reveal-left,.reveal-right,.reveal-scale,.stagger-grid>*{opacity:1!important;transform:none!important;transition:none!important}.scroll-cue span{animation:none}}

/* Theme bridge for legacy pages */
:root{--orange:var(--emerald);--black:var(--ink);--cream:var(--page);--white:var(--surface);--muted:var(--muted2);--line:var(--border)}
html[data-theme="dark"] .cart-list,html[data-theme="dark"] .cart-summary,
html[data-theme="dark"] .checkout-card,html[data-theme="dark"] .checkout-summary,
html[data-theme="dark"] .track-card,html[data-theme="dark"] .confirm-card,
html[data-theme="dark"] .card,html[data-theme="dark"] .side,
html[data-theme="dark"] .review-form-card,html[data-theme="dark"] .showcase-card,
html[data-theme="dark"] .details-area,html[data-theme="dark"] .shipping-accordion .accordion-item{
 background:var(--surface)!important;border-color:var(--border)!important;color:var(--ink)!important
}
html[data-theme="dark"] .cart-bio,html[data-theme="dark"] .cart-meta,
html[data-theme="dark"] .summary-row,html[data-theme="dark"] .summary-note,
html[data-theme="dark"] .checkout-note,html[data-theme="dark"] .checkout-hero p,
html[data-theme="dark"] .cart-hero p,html[data-theme="dark"] .card p,html[data-theme="dark"] .card li,
html[data-theme="dark"] .side p,html[data-theme="dark"] .confirm p,html[data-theme="dark"] .track p{
 color:var(--muted2)!important
}
html[data-theme="dark"] .field input,html[data-theme="dark"] .field textarea,
html[data-theme="dark"] .fields input,html[data-theme="dark"] .contact div,
html[data-theme="dark"] .cart-qty button,html[data-theme="dark"] .order-id{
 background:var(--page)!important;border-color:var(--border)!important;color:var(--ink)!important
}
html[data-theme="dark"] .payment-option{background:var(--soft)!important;border-color:var(--emerald)!important}
html[data-theme="dark"] .field label,html[data-theme="dark"] .cart-meta strong,html[data-theme="dark"] .side a,
html[data-theme="dark"] .secondary{color:var(--ink)!important}
html[data-theme="dark"] .notice{background:var(--soft)!important;color:var(--ink)!important}
html[data-theme="dark"] .hero:not(.type-hero){background:linear-gradient(135deg,#101b16,#17271f)!important}
html[data-theme="dark"] .cart-info-block{background:#101b16!important}
html[data-theme="dark"] .cart-info-grid div{background:#17271f!important}
.navbar:not(:has(.menu-wrap)){display:flex;justify-content:space-between}
.cart-page h1,.checkout-page h1,.track h1,.confirm h1,.page .hero h1{font-family:"Manrope",sans-serif!important;letter-spacing:-1.5px}
.cart-page h1 em,.checkout-page h1 em,.track h1 em,.confirm h1 em,.page .hero h1 em{font-family:"Cormorant Garamond",serif!important;font-style:italic!important;color:var(--emerald)!important}
.checkout-btn,.place-order,.shop-btn,.back-shop,.track button,.actions .primary{background:var(--ink)!important;color:var(--page)!important;border-radius:999px!important}
\n\n/* 2026-09 category refresh + image resilience */
.category-section{position:relative;overflow:hidden}
.category-section:before{content:"";position:absolute;inset:auto auto -220px -160px;width:420px;height:420px;border-radius:50%;background:color-mix(in srgb,var(--emerald) 7%,transparent);pointer-events:none}
.category-tiles{position:relative;z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.category-tiles .category-box{min-height:176px;padding:22px;border-radius:24px;display:grid;grid-template-columns:58px 1fr 38px;grid-template-rows:auto 1fr;align-items:center;gap:8px 15px;background:linear-gradient(145deg,var(--page),var(--surface));border:1px solid var(--border);box-shadow:0 1px 0 color-mix(in srgb,var(--ink) 4%,transparent);isolation:isolate}
.category-tiles .category-box:after{width:120px;height:120px;right:-52px;bottom:-68px;z-index:-1;background:color-mix(in srgb,var(--emerald) 9%,transparent)}
.category-tiles .category-box:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--emerald) 42%,var(--border))}
.category-tiles .cat-icon{grid-column:1;grid-row:1 / span 2;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--soft);font-size:28px;filter:saturate(.85);transition:.25s var(--ease)}
.category-tiles .category-box:hover .cat-icon{transform:rotate(-4deg) scale(1.05);background:color-mix(in srgb,var(--emerald) 14%,var(--soft))}
.category-tiles .cat-no{grid-column:2;grid-row:1;margin:0;color:var(--emerald);font:800 9px/1 "Manrope",sans-serif;letter-spacing:1.8px;align-self:end}
.category-tiles .cat-copy{grid-column:2;grid-row:2;align-self:start;min-width:0}
.category-tiles .cat-copy strong{display:block;margin:2px 0 0;font-size:20px;line-height:1.15;letter-spacing:-.7px;color:var(--ink)}
.category-tiles .cat-copy small{display:block;margin-top:6px;color:var(--muted2);font-size:10px;line-height:1.45}
.category-tiles .cat-arrow{grid-column:3;grid-row:1 / span 2;position:static;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;color:var(--emerald);font-size:14px;transition:.22s var(--ease)}
.category-tiles .category-box:hover .cat-arrow{background:var(--emerald);border-color:var(--emerald);color:#fff;transform:translate(2px,-2px)}
.home-product-image.image-failed:before,.top-product-image.image-failed:before{content:"Image unavailable";font:700 10px/1.2 "Manrope",sans-serif;color:var(--muted2);letter-spacing:.4px}
@media(max-width:950px){.category-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.category-slider.category-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;margin-right:0;gap:10px;padding-bottom:0}.category-tiles .category-box{min-width:0;min-height:142px;padding:15px;grid-template-columns:44px 1fr;grid-template-rows:44px auto 1fr;border-radius:19px;gap:6px 10px;scroll-snap-align:none}.category-tiles .cat-icon{grid-column:1;grid-row:1;width:44px;height:44px;border-radius:14px;font-size:21px}.category-tiles .cat-no{grid-column:2;grid-row:1;align-self:center;font-size:8px}.category-tiles .cat-copy{grid-column:1 / span 2;grid-row:2 / span 2;margin-top:5px}.category-tiles .cat-copy strong{font-size:15px;letter-spacing:-.45px}.category-tiles .cat-copy small{font-size:9px;margin-top:5px}.category-tiles .cat-arrow{grid-column:2;grid-row:3;justify-self:end;align-self:end;width:30px;height:30px;font-size:12px;margin-top:-28px}}


/* 2026-09 products page — homepage-aligned motion redesign */
.catalog-motion-page{position:relative;isolation:isolate;padding-top:34px!important}
.catalog-motion-page:before{content:"";position:absolute;z-index:-1;left:-14vw;top:-9vw;width:42vw;height:42vw;border-radius:50%;background:color-mix(in srgb,var(--emerald) 7%,transparent);filter:blur(4px);pointer-events:none}
.catalog-motion-page:after{content:"";position:absolute;z-index:-1;right:-18vw;top:26vw;width:40vw;height:40vw;border-radius:50%;background:color-mix(in srgb,var(--gold) 7%,transparent);pointer-events:none}
.catalog-hero-shell{max-width:1180px;min-height:390px;margin:0 auto 34px;padding:72px clamp(22px,6vw,78px);border:1px solid var(--border);border-radius:38px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 96%,transparent),color-mix(in srgb,var(--soft) 84%,var(--surface)));display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 60px color-mix(in srgb,var(--ink) 6%,transparent)}
.catalog-hero-shell:before,.catalog-hero-shell:after{content:"";position:absolute;border:1px solid color-mix(in srgb,var(--emerald) 20%,transparent);border-radius:50%;pointer-events:none}
.catalog-hero-shell:before{width:330px;height:330px;left:-160px;top:-165px}.catalog-hero-shell:after{width:260px;height:260px;right:-120px;bottom:-145px}
.catalog-hero-shell .catalog-intro{margin-bottom:0!important}.catalog-scroll-note{margin-top:34px;display:flex;align-items:center;gap:10px;color:var(--muted2);font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.catalog-scroll-note i{font-style:normal;width:29px;height:29px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;animation:catalogFloat 1.8s ease-in-out infinite}
@keyframes catalogFloat{50%{transform:translateY(5px)}}
.catalog-motion-page .catalog-tools{max-width:1040px!important;background:var(--surface);border:1px solid var(--border);border-radius:26px;padding:12px;box-shadow:0 14px 40px color-mix(in srgb,var(--ink) 5%,transparent)}
.catalog-motion-page .catalog-search,.catalog-motion-page .catalog-select{border:0!important;background:var(--soft)!important;outline:none}.catalog-motion-page .catalog-search:focus,.catalog-motion-page .catalog-select:focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--emerald) 35%,transparent)}
.catalog-motion-page .filters{max-width:1120px;margin:24px auto 12px!important}.catalog-motion-page .catalog-meta{margin:18px 0 28px!important;font-weight:600}
.catalog-motion-page .catalog-grid{max-width:1220px;margin:0 auto}.catalog-motion-page .home-product-card{position:relative;transform-origin:center bottom;box-shadow:0 8px 30px color-mix(in srgb,var(--ink) 4%,transparent)}
.catalog-motion-page .home-product-card:hover{transform:translateY(-7px)!important;box-shadow:0 20px 55px color-mix(in srgb,var(--ink) 10%,transparent)}
.catalog-motion-page .home-product-image{background:linear-gradient(145deg,var(--soft),color-mix(in srgb,var(--surface) 88%,var(--emerald) 4%))!important}
.catalog-motion-page .home-product-image img{padding:8px!important}.catalog-motion-page .home-product-image.image-failed{display:grid;place-items:center}.catalog-motion-page .home-product-image.image-failed:after{content:"Product photo";display:block;margin-top:8px;font:600 9px/1.2 "Manrope",sans-serif;color:color-mix(in srgb,var(--muted2) 70%,transparent)}
.catalog-motion-page .load-more{min-width:160px;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.catalog-motion-page .load-more:hover{transform:translateY(-2px);box-shadow:0 12px 25px color-mix(in srgb,var(--ink) 12%,transparent)}
@media(max-width:680px){.catalog-motion-page{padding-top:18px!important}.catalog-hero-shell{min-height:330px;padding:52px 18px;margin-bottom:24px;border-radius:27px}.catalog-hero-shell h1{font-size:48px!important}.catalog-scroll-note{margin-top:26px}.catalog-motion-page .catalog-tools{border-radius:20px;padding:9px}.catalog-motion-page .catalog-grid{gap:11px!important}.catalog-motion-page .home-product-card{box-shadow:0 5px 20px color-mix(in srgb,var(--ink) 4%,transparent)}.catalog-motion-page .home-product-image img{padding:5px!important}}
@media(prefers-reduced-motion:reduce){.catalog-scroll-note i{animation:none}}

/* Product imagery: always keep the product canvas pure white across home/catalog/category views. */
.home-product-image,
.top-product-image,
.product-image,
.catalog-motion-page .home-product-image,
.home-page .home-product-image,
.catalog-grid .home-product-image,
.top-products-grid .top-product-image,
.all-products-grid .home-product-image {
  background:#fff !important;
}


/* Footer v3 — responsive desktop/tablet/mobile + centered copyright */
.premium-footer-v2{
  width:100%;
  padding:0 clamp(22px,5vw,76px) 22px!important;
  box-sizing:border-box;
}
.premium-footer-v2 .footer-v2-main{
  width:min(100%,1320px);
  margin:0 auto;
  padding:52px 0 44px;
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(165px,1fr));
  gap:clamp(28px,3vw,54px);
  align-items:start;
}
.premium-footer-v2 .footer-v2-brand{max-width:390px;min-width:0}
.premium-footer-v2 .footer-v2-col{min-width:0}
.premium-footer-v2 .footer-v2-logo{font-family:var(--font-ui,Manrope),Manrope,sans-serif;font-size:clamp(25px,2vw,31px);line-height:1.1}
.premium-footer-v2 .footer-v2-col h3{font-family:var(--font-ui,Manrope),Manrope,sans-serif;font-size:15px;line-height:1.25;margin:2px 0 16px}
.premium-footer-v2 .footer-v2-col>a:not(.footer-contact a){line-height:1.55;margin:8px 0}
.premium-footer-v2 .footer-contact>a{min-width:0}
.premium-footer-v2 .footer-contact>a>div{min-width:0}
.premium-footer-v2 .footer-contact strong{overflow-wrap:anywhere;word-break:normal;line-height:1.35}
.premium-footer-v2 .footer-v2-bottom{
  width:min(100%,1320px);
  margin:0 auto;
  padding:20px 0 0;
  border-top:1px solid var(--border,#e5e5e5);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:10px;
  text-align:center;
}
.premium-footer-v2 .footer-legal-links{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}
.premium-footer-v2 .footer-copyright{order:2;width:100%;margin:0;text-align:center;font-size:11px;line-height:1.6}

@media (max-width:1100px){
  .premium-footer-v2 .footer-v2-main{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:34px 28px;
  }
  .premium-footer-v2 .footer-v2-brand{
    grid-column:1/-1;
    max-width:560px;
  }
}
@media (max-width:760px){
  .premium-footer-v2{padding-inline:20px!important}
  .premium-footer-v2 .footer-v2-main{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 22px;
    padding-top:42px;
    padding-bottom:36px;
  }
  .premium-footer-v2 .footer-v2-brand{grid-column:1/-1;max-width:520px}
  .premium-footer-v2 .footer-contact{grid-column:1/-1}
  .premium-footer-v2 .footer-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}
  .premium-footer-v2 .footer-contact h3{grid-column:1/-1}
}
@media (max-width:520px){
  .premium-footer-v2{padding:0 18px 18px!important}
  .premium-footer-v2 .footer-v2-main{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:38px;
    padding-bottom:30px;
  }
  .premium-footer-v2 .footer-v2-brand,
  .premium-footer-v2 .footer-contact{grid-column:auto}
  .premium-footer-v2 .footer-contact{display:block}
  .premium-footer-v2 .footer-v2-col h3{margin-bottom:12px}
  .premium-footer-v2 .footer-v2-bottom{padding-top:17px;gap:8px}
  .premium-footer-v2 .footer-legal-links{gap:8px}
  .premium-footer-v2 .footer-v2-bottom a,
  .premium-footer-v2 .footer-copyright{font-size:10px}
}

/* =========================================================
   AlGhani Footer v4 — premium dark, responsive, shared
   ========================================================= */
#site-footer{width:100%;overflow:hidden}
.agh-footer{
  --f-bg:#0b100d;--f-bg-2:#0f1712;--f-text:#f4f5f1;--f-muted:#9ea9a1;
  --f-line:rgba(255,255,255,.11);--f-accent:#35c982;
  width:100%;background:var(--f-bg);color:var(--f-text);font-family:"Manrope",sans-serif;
  border-top:1px solid rgba(53,201,130,.16);position:relative;isolation:isolate;
}
.agh-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(53,201,130,.06),transparent 34%);pointer-events:none;z-index:-1}
.agh-footer-inner{width:min(100%,1440px);margin:auto;padding:clamp(54px,6vw,88px) clamp(24px,6vw,88px) 30px}
.agh-footer-statement{text-align:center;max-width:920px;margin:0 auto clamp(46px,5vw,70px)}
.agh-footer-statement p{margin:0;font:500 clamp(38px,4.7vw,68px)/1.05 "Cormorant Garamond",serif;letter-spacing:-1.8px;color:#f7f5ef}
.agh-footer-statement em{font-style:italic;font-weight:600;color:var(--f-accent)}
.agh-footer-rule{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:15px;width:min(100%,430px);margin:25px auto 0;color:var(--f-accent)}
.agh-footer-rule span{height:1px;background:linear-gradient(90deg,transparent,var(--f-line))}.agh-footer-rule span:last-child{background:linear-gradient(90deg,var(--f-line),transparent)}
.agh-footer-rule b{font-size:11px;font-weight:400}
.agh-footer-grid{display:grid;grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(170px,1fr));gap:clamp(34px,4vw,68px);align-items:start}
.agh-footer-brandmark{display:inline-flex;align-items:center;gap:11px;color:var(--f-text)}
.agh-footer-brandmark .brand-mark{width:38px;height:38px;background:#f5f5ef;color:#0b100d;font-size:23px}
.agh-footer-brandmark strong{font-size:23px;letter-spacing:-.8px}.agh-footer-brandmark em{font-style:normal;color:var(--f-accent)}
.agh-footer-tagline{margin:18px 0 22px;color:var(--f-muted);font-size:13px;line-height:1.75}
.agh-footer-socials{display:flex;gap:9px;align-items:center}
.agh-social{width:36px;height:36px;border:1px solid rgba(53,201,130,.42);border-radius:50%;display:grid;place-items:center;color:#dff8e9;background:transparent;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}
.agh-social svg{width:16px;height:16px;fill:currentColor}.agh-social:not(.is-disabled):hover{transform:translateY(-2px) scale(1.06);border-color:var(--f-accent);background:rgba(53,201,130,.1);color:var(--f-accent);box-shadow:0 0 0 4px rgba(53,201,130,.05)}
.agh-social.is-disabled{opacity:.35;cursor:default}
.agh-footer-heading{width:100%;border:0;padding:0 0 17px;background:none;color:#fff;font:800 12px/1.2 "Manrope",sans-serif;text-align:left;text-transform:uppercase;letter-spacing:1.8px;display:flex;align-items:center;justify-content:space-between;cursor:default}
.agh-footer-heading i{display:none;font-style:normal;font-size:20px;font-weight:400;color:var(--f-accent)}
.agh-footer-panel{overflow:visible}.agh-footer-panel-inner{display:flex;flex-direction:column;align-items:flex-start}
.agh-footer-link{display:flex;align-items:center;gap:8px;color:var(--f-muted);font-size:12px;font-weight:600;line-height:1.45;padding:6px 0;transition:color .2s ease,transform .2s ease}
.agh-footer-link span{color:var(--f-accent);font-size:17px;line-height:1;transform:translateY(-1px)}
.agh-footer-link:hover{color:#fff;transform:translateX(4px)}
.agh-contact-row{display:grid;grid-template-columns:32px minmax(0,1fr);gap:11px;align-items:center;width:100%;padding:7px 0;color:var(--f-muted)}
.agh-contact-row>span{width:30px;height:30px;border:1px solid rgba(53,201,130,.27);border-radius:50%;display:grid;place-items:center;color:var(--f-accent)}
.agh-contact-row svg{width:13px;height:13px;fill:currentColor}.agh-contact-row div{min-width:0}.agh-contact-row small{display:block;color:#738079;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}.agh-contact-row strong{display:block;color:#dce4df;font-size:10.5px;font-weight:650;line-height:1.4;overflow-wrap:anywhere}
.agh-footer-trust{margin-top:clamp(40px,5vw,64px);border:1px solid var(--f-line);border-radius:14px;background:rgba(255,255,255,.015);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.agh-footer-trust>div{min-height:82px;padding:17px 22px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative}.agh-footer-trust>div+div{border-left:1px solid var(--f-line)}
.agh-footer-trust>div>span{width:31px;height:31px;display:grid;place-items:center;color:var(--f-accent);flex:none}.agh-footer-trust svg{width:23px;height:23px;fill:currentColor}
.agh-footer-trust p{margin:0}.agh-footer-trust b{display:block;color:#f1f4f1;font-size:11px;line-height:1.25}.agh-footer-trust small{display:block;color:var(--f-muted);font-size:9px;margin-top:3px}
.agh-footer-bottom{margin-top:28px;padding-top:21px;border-top:1px solid var(--f-line);text-align:center;display:flex;flex-direction:column;align-items:center;gap:11px}
.agh-footer-bottom nav{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap}.agh-footer-bottom nav a{font-size:9.5px;color:#78847c;transition:color .2s}.agh-footer-bottom nav a:hover{color:var(--f-accent)}.agh-footer-bottom nav span{color:#35433a}
.agh-footer-bottom p{width:100%;margin:0;color:#8c9990;font-size:10.5px;font-weight:600;text-align:center;padding-bottom:4px}
.agh-footer-reveal{opacity:0;transform:translateY(20px);transition:opacity .65s var(--ease,cubic-bezier(.2,.75,.25,1)),transform .65s var(--ease,cubic-bezier(.2,.75,.25,1));transition-delay:var(--footer-delay,0ms)}
.agh-footer-reveal.from-left{transform:translateX(-20px)}.agh-footer-reveal.from-right{transform:translateX(20px)}.agh-footer-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1100px){
  .agh-footer-inner{padding-inline:clamp(24px,4vw,48px)}
  .agh-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 50px}
  .agh-footer-brand{grid-column:1/-1;max-width:480px}
}
@media(max-width:720px){
  .agh-footer-inner{padding:54px 18px 25px}
  .agh-footer-statement{margin-bottom:38px}.agh-footer-statement p{font-size:clamp(34px,10vw,48px);line-height:1.02}.agh-footer-rule{margin-top:19px;width:min(86%,340px)}
  .agh-footer-grid{display:block}.agh-footer-brand{text-align:center;max-width:none;padding-bottom:28px}.agh-footer-brandmark{justify-content:center}.agh-footer-tagline{text-align:center;margin:15px auto 19px}.agh-footer-socials{justify-content:center}
  .agh-footer-group{border-top:1px solid var(--f-line)}.agh-footer-group:last-child{border-bottom:1px solid var(--f-line)}
  .agh-footer-heading{cursor:pointer;padding:17px 2px;margin:0}.agh-footer-heading i{display:block;transition:transform .2s ease}.agh-footer-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s var(--ease,cubic-bezier(.2,.75,.25,1)),opacity .25s ease}.agh-footer-panel-inner{min-height:0;overflow:hidden;padding:0 2px}.agh-footer-group.is-open .agh-footer-panel{grid-template-rows:1fr;opacity:1}.agh-footer-group.is-open .agh-footer-panel-inner{padding-bottom:15px}
  .agh-footer-link{font-size:12px;padding:7px 0}.agh-contact-row{max-width:390px}
  .agh-footer-trust{margin-top:31px;grid-template-columns:repeat(3,minmax(0,1fr));border-radius:12px}.agh-footer-trust>div{min-height:78px;padding:12px 7px;gap:5px;flex-direction:column;text-align:center}.agh-footer-trust>div>span{width:25px;height:25px}.agh-footer-trust svg{width:19px;height:19px}.agh-footer-trust b{font-size:9px}.agh-footer-trust small{font-size:7.5px}.agh-footer-bottom{margin-top:23px;padding-top:18px}.agh-footer-bottom p{font-size:10px}
  .agh-footer-reveal.from-left,.agh-footer-reveal.from-right{transform:translateY(20px)}
}
@media(max-width:390px){
  .agh-footer-inner{padding-inline:14px}.agh-footer-trust>div{padding:11px 4px}.agh-footer-trust b{font-size:8.5px}.agh-footer-trust small{font-size:7px}.agh-footer-brandmark strong{font-size:21px}.agh-social{width:34px;height:34px}
}
@media(prefers-reduced-motion:reduce){
  .agh-footer-reveal{opacity:1!important;transform:none!important;transition:none!important}.agh-social,.agh-footer-link,.agh-footer-panel{transition:none!important}
}

/* ===== Desktop storefront header — logo/theme left, navigation/cart right ===== */
@media (min-width:900px){
  .navbar{
    height:86px;
    padding-inline:clamp(24px,4vw,68px);
    display:grid;
    grid-template-columns:auto auto minmax(24px,1fr) auto auto;
    align-items:center;
    column-gap:14px;
    background:color-mix(in srgb,var(--page) 92%,transparent);
  }
  .navbar .brand{
    grid-column:1;
    justify-self:start;
    font-family:"Manrope",sans-serif;
    font-size:clamp(21px,2vw,27px);
    font-weight:800;
    letter-spacing:-1px;
    gap:11px;
    white-space:nowrap;
  }
  .navbar .brand-mark{
    width:44px;
    height:44px;
    flex:0 0 44px;
    font-size:27px;
    border-radius:50%;
    box-shadow:0 8px 24px rgba(8,29,21,.12);
  }
  .navbar .nav-actions{display:contents}
  .navbar .theme-toggle{
    grid-column:2;
    width:42px;
    height:42px;
    justify-self:start;
    margin-left:2px;
  }
  .navbar .menu-wrap{
    grid-column:4;
    justify-self:end;
    position:static;
  }
  .navbar .menu-btn{display:none}
  .navbar .menu-panel,
  .navbar .menu-wrap:hover .menu-panel,
  .navbar .menu-wrap.open .menu-panel{
    position:static;
    display:flex;
    align-items:center;
    width:auto;
    padding:0;
    gap:clamp(10px,1.35vw,24px);
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible;
  }
  .navbar .menu-panel a{
    position:relative;
    display:block;
    padding:10px 0!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--ink)!important;
    font-family:"Manrope",sans-serif;
    font-size:clamp(10px,.86vw,13px);
    font-weight:700;
    letter-spacing:-.15px;
    white-space:nowrap;
    transition:color .2s ease,transform .2s ease;
  }
  .navbar .menu-panel a::after{
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:4px;
    height:1.5px;
    border-radius:2px;
    background:var(--emerald);
    transition:right .22s ease;
  }
  .navbar .menu-panel a:hover{
    color:var(--emerald)!important;
    transform:translateY(-1px);
  }
  .navbar .menu-panel a:hover::after{right:0}
  .navbar .cart-btn{
    grid-column:5;
    justify-self:end;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border:1px solid var(--border);
    border-radius:50%;
    background:var(--surface);
    color:var(--ink);
    transition:transform .2s ease,border-color .2s ease,background .2s ease;
  }
  .navbar .cart-btn:hover{
    transform:translateY(-2px);
    border-color:var(--emerald);
  }
  .navbar .cart-icon{
    width:20px;
    height:20px;
    display:block;
    font-size:0;
    background:currentColor;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.2a2 2 0 0 0 2 1.5h7.8a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E") center/contain no-repeat;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.2a2 2 0 0 0 2 1.5h7.8a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E") center/contain no-repeat;
  }
  .navbar .cart-count{
    position:absolute;
    top:5px;
    right:3px;
    margin:0;
    min-width:17px;
    height:17px;
    padding:0 4px;
    border:2px solid var(--page);
    font-size:9px;
  }
}
@media (min-width:900px) and (max-width:1120px){
  .navbar{padding-inline:20px;column-gap:10px}
  .navbar .brand{font-size:20px;gap:8px}
  .navbar .brand-mark{width:38px;height:38px;flex-basis:38px;font-size:23px}
  .navbar .theme-toggle{width:38px;height:38px}
  .navbar .menu-panel{gap:9px}
  .navbar .menu-panel a{font-size:10px;letter-spacing:-.25px}
  .navbar .cart-btn{width:40px;height:40px}
}

/* ===== Mobile navigation v2 — reliable toggle + themed drawer ===== */
@media (max-width:899px){
  .navbar{overflow:visible}
  .menu-wrap{position:relative;z-index:95}
  .menu-btn{
    position:relative;
    z-index:102;
    width:42px;
    height:42px;
    padding:9px;
    border:1px solid transparent;
    border-radius:50%;
    display:grid;
    align-content:center;
    justify-items:center;
    gap:5px;
    transition:background .22s ease,border-color .22s ease,transform .22s ease;
  }
  .menu-btn span{
    width:22px;
    height:2px;
    margin:0;
    border-radius:999px;
    transform-origin:center;
    transition:transform .24s var(--ease),opacity .18s ease,width .2s ease;
  }
  .menu-wrap.open .menu-btn{
    background:var(--surface-2);
    border-color:var(--border);
  }
  .menu-wrap.open .menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-wrap.open .menu-btn span:nth-child(2){opacity:0;width:0}
  .menu-wrap.open .menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  /* On touch screens the old :hover rule could keep the menu visible after
     the open class was removed. Mobile visibility now depends only on .open. */
  .menu-wrap:hover .menu-panel{display:block}
  .menu-panel,
  .menu-wrap:hover .menu-panel{
    display:block;
    position:fixed;
    top:calc(68px + 10px);
    left:14px;
    right:14px;
    width:auto;
    max-height:calc(100svh - 92px);
    overflow:auto;
    padding:14px;
    border:1px solid color-mix(in srgb,var(--emerald) 24%,var(--border))!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at 92% 4%,color-mix(in srgb,var(--emerald) 18%,transparent) 0 92px,transparent 93px),
      linear-gradient(145deg,color-mix(in srgb,var(--ink) 96%,var(--emerald)),var(--ink))!important;
    box-shadow:0 24px 70px rgba(5,20,14,.25)!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px) scale(.985);
    transform-origin:top left;
    transition:opacity .2s ease,transform .26s var(--ease),visibility .2s linear;
  }
  .menu-wrap.open .menu-panel,
  .menu-wrap.open:hover .menu-panel{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }
  .menu-panel::before{
    content:"MENU";
    display:block;
    padding:5px 10px 11px;
    color:color-mix(in srgb,#fff 62%,var(--emerald));
    font:800 9px/1 "Manrope",sans-serif;
    letter-spacing:2.4px;
  }
  .menu-panel a{
    position:relative;
    display:flex;
    align-items:center;
    min-height:48px;
    padding:12px 42px 12px 12px!important;
    border-radius:12px!important;
    color:#f5f8f6!important;
    font:700 13px/1.25 "Manrope",sans-serif!important;
    border-top:1px solid rgba(255,255,255,.075);
    transition:background .18s ease,color .18s ease,transform .18s ease;
  }
  .menu-panel a::after{
    content:"→";
    position:absolute;
    right:13px;
    color:color-mix(in srgb,var(--emerald) 76%,#fff);
    font-size:15px;
    transition:transform .18s ease;
  }
  .menu-panel a:hover,.menu-panel a:focus-visible{
    background:rgba(255,255,255,.075)!important;
    color:#fff!important;
    transform:translateX(2px);
  }
  .menu-panel a:hover::after,.menu-panel a:focus-visible::after{transform:translateX(3px)}
  body.mobile-menu-open{overflow:hidden}
}
@media (min-width:681px) and (max-width:899px){
  .menu-panel,.menu-wrap:hover .menu-panel{top:86px;left:20px;right:auto;width:min(360px,calc(100vw - 40px))}
}
@media (prefers-reduced-motion:reduce){
  .menu-btn span,.menu-panel,.menu-panel a,.menu-panel a::after{transition:none!important}
}

/* ===== Desktop header alignment v3 — one row, one visual scale ===== */
@media (min-width:900px){
  .navbar{
    height:76px;
    padding:0 clamp(22px,3.2vw,52px);
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:12px;
    overflow:visible;
  }
  .navbar .brand{
    order:1;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:9px;
    font-size:19px;
    line-height:1;
    font-weight:800;
    letter-spacing:-.65px;
    white-space:nowrap;
  }
  .navbar .brand-mark{
    width:40px;
    height:40px;
    flex:0 0 40px;
    font-size:24px;
    line-height:40px;
  }
  .navbar .nav-actions{display:contents}
  .navbar .theme-toggle{
    order:2;
    flex:0 0 40px;
    width:40px;
    height:40px;
    margin:0 0 0 2px;
    display:grid;
    place-items:center;
    font-size:18px;
  }
  .navbar .menu-wrap{
    order:3;
    position:static;
    min-width:0;
    margin-left:auto;
    flex:0 1 auto;
  }
  .navbar .menu-btn{display:none}
  .navbar .menu-panel,
  .navbar .menu-wrap:hover .menu-panel,
  .navbar .menu-wrap.open .menu-panel{
    position:static;
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    width:auto;
    max-width:none;
    padding:0;
    gap:clamp(10px,1.05vw,17px);
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible;
  }
  .navbar .menu-panel a{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    min-height:40px;
    padding:0!important;
    font-family:"Manrope",sans-serif;
    font-size:12.5px;
    line-height:1;
    font-weight:700;
    letter-spacing:-.12px;
    white-space:nowrap;
  }
  .navbar .menu-panel a::after{bottom:5px}
  .navbar .cart-btn{
    order:4;
    flex:0 0 40px;
    width:40px;
    height:40px;
    margin-left:2px;
    display:grid;
    place-items:center;
  }
  .navbar .cart-icon{width:19px;height:19px}
  .navbar .cart-count{top:3px;right:1px}
}

/* Fit the complete desktop navigation cleanly on compact laptops / desktop-mode phones */
@media (min-width:900px) and (max-width:1120px){
  .navbar{height:72px;padding-inline:18px;gap:9px}
  .navbar .brand{font-size:17px;gap:7px;letter-spacing:-.5px}
  .navbar .brand-mark{width:36px;height:36px;flex-basis:36px;font-size:21px;line-height:36px}
  .navbar .theme-toggle,.navbar .cart-btn{width:36px;height:36px;flex-basis:36px}
  .navbar .menu-panel{gap:8px}
  .navbar .menu-panel a{font-size:11.25px;min-height:36px;letter-spacing:-.16px}
  .navbar .cart-icon{width:17px;height:17px}
}

/* =========================================================
   HOME HERO — DESKTOP RESPONSIVE COMPOSITION
   Keeps the mobile hero untouched while preventing desktop
   from stretching to a full empty viewport.
   ========================================================= */
@media (min-width:900px){
  .home-page .type-hero{
    min-height:clamp(600px,72vh,760px);
    height:auto;
    padding:clamp(64px,7vh,92px) clamp(34px,5vw,76px) clamp(72px,8vh,96px);
    place-items:center;
  }
  .home-page .type-hero-inner{
    width:min(100%,1040px);
    max-width:1040px;
    margin:0 auto;
  }
  .home-page .hero-overline{
    margin-bottom:20px;
    font-size:10px;
    letter-spacing:3.6px;
  }
  .home-page .type-hero h1{
    line-height:.78;
    letter-spacing:-4px;
  }
  .home-page .type-hero h1>span{
    font-size:clamp(92px,10.2vw,154px);
    line-height:.78;
  }
  .home-page .type-hero h1>em{
    font-size:clamp(66px,7.1vw,104px);
    line-height:.85;
    transform:translateY(6px);
  }
  .home-page .hero-tagline{
    max-width:520px;
    margin:30px auto 22px;
    font-size:15px;
    line-height:1.65;
  }
  .home-page .hero-actions{gap:20px}
  .home-page .hero-orbit-one{
    width:clamp(500px,47vw,720px);
    height:clamp(500px,47vw,720px);
  }
  .home-page .hero-orbit-two{
    width:clamp(320px,30vw,465px);
    height:clamp(320px,30vw,465px);
  }
  .home-page .scroll-cue{bottom:22px}
}

@media (min-width:900px) and (max-width:1120px){
  .home-page .type-hero{
    min-height:570px;
    padding-top:58px;
    padding-bottom:74px;
  }
  .home-page .type-hero-inner{max-width:850px}
  .home-page .type-hero h1>span{font-size:clamp(78px,10vw,112px)}
  .home-page .type-hero h1>em{font-size:clamp(58px,7vw,80px)}
  .home-page .hero-orbit-one{width:500px;height:500px}
  .home-page .hero-orbit-two{width:330px;height:330px}
  .home-page .hero-tagline{margin-top:25px}
}

@media (min-width:1400px){
  .home-page .type-hero{
    min-height:690px;
    max-height:790px;
  }
  .home-page .type-hero-inner{max-width:1120px}
}
\n\n/* ===== Performance loading state v1 ===== */\n.catalog-skeleton{min-width:0;border:1px solid var(--border,#e4e0da);border-radius:18px;overflow:hidden;background:var(--surface,#fff);min-height:300px;position:relative}\n.catalog-skeleton:before{content:"";display:block;aspect-ratio:1/1;background:linear-gradient(100deg,#f2f3f1 20%,#fafbf9 40%,#f2f3f1 60%);background-size:220% 100%;animation:catalogShimmer 1.1s linear infinite}\n.catalog-skeleton span,.catalog-skeleton i,.catalog-skeleton b{display:block;height:10px;border-radius:999px;background:#eceeeb;margin:14px 16px 0}.catalog-skeleton span{width:34%;height:7px}.catalog-skeleton i{width:72%}.catalog-skeleton b{width:46%;margin-bottom:18px}\n@keyframes catalogShimmer{to{background-position:-220% 0}}\n@media(max-width:620px){.catalog-skeleton{min-height:220px;border-radius:14px}.catalog-skeleton span,.catalog-skeleton i,.catalog-skeleton b{margin-left:11px;margin-right:11px}}\n@media(prefers-reduced-motion:reduce){.catalog-skeleton:before{animation:none}}\n
/* ===== Fast page paint & motion v1 ===== */
.reveal-up,.reveal-left,.reveal-right,.reveal-scale,.stagger-grid>*{
  transition-duration:.26s,.30s!important;
  transition-timing-function:cubic-bezier(.2,.75,.25,1)!important
}
.reveal-up,.stagger-grid>*{transform:translateY(15px)}
.reveal-left{transform:translateX(-18px)}
.reveal-right{transform:translateX(18px)}
.reveal-scale{transform:translateY(8px) scale(.992)}
.catalog-motion-page .catalog-hero-shell{transition-duration:.22s,.26s!important}
.catalog-skeleton:before{animation-duration:.82s!important}
.agh-footer-reveal{transition-duration:.3s!important;transition-delay:var(--footer-delay,0ms)!important}
@media(max-width:800px){
  .reveal-up,.stagger-grid>*{transform:translateY(10px)}
  .reveal-left,.reveal-right{transform:translateY(10px)}
  .reveal-scale{transform:translateY(6px) scale(.995)}
}

/* ===== Dark mobile menu contrast fix ===== */
@media (max-width:899px){
  html[data-theme="dark"] .menu-panel,
  html[data-theme="dark"] .menu-wrap:hover .menu-panel,
  html[data-theme="dark"] .menu-wrap.open .menu-panel,
  html[data-theme="dark"] .menu-wrap.open:hover .menu-panel{
    background:
      radial-gradient(circle at 92% 4%,rgba(37,168,118,.16) 0 92px,transparent 93px),
      linear-gradient(145deg,#0b1511,#10231b)!important;
    border-color:#254b3c!important;
    box-shadow:0 24px 70px rgba(0,0,0,.42)!important;
  }
  html[data-theme="dark"] .menu-panel::before{
    color:#72c9a5!important;
  }
  html[data-theme="dark"] .menu-panel a{
    color:#f4f8f5!important;
    border-top-color:rgba(255,255,255,.08)!important;
    text-shadow:none!important;
  }
  html[data-theme="dark"] .menu-panel a::after{
    color:#65d5a6!important;
  }
  html[data-theme="dark"] .menu-panel a:hover,
  html[data-theme="dark"] .menu-panel a:focus-visible{
    background:rgba(255,255,255,.075)!important;
    color:#ffffff!important;
  }
}
