:root{--navy: #051a38;--navy-2: #0a428a;--blue: #087be4;--lime: #ffd21a;--coral: #ef1d25;--cream: #f1f5fa;--paper: #ffffff;--ink: #071b38;--muted: #637086;--line: #d9e2ec;--radius: 26px;--shadow: 0 20px 50px rgba(16, 35, 63, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--ink);background:var(--paper);font-family:DM Sans,sans-serif}body.no-scroll{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;stroke-width:1.8}.promo-bar{min-height:36px;padding:7px 5vw;display:flex;align-items:center;justify-content:center;gap:36px;color:#fff;background:var(--navy);font-size:12px;letter-spacing:.02em}.promo-bar p{margin:0}.promo-bar p span{color:var(--lime);font-weight:700}.promo-bar a{display:flex;align-items:center;gap:6px;font-weight:700}.promo-bar a svg{width:14px}.site-header{height:92px;padding:0 5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#fff;background:#051a38f7;border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{width:max-content;display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800}.brand-logo{width:136px;height:84px;display:block;object-fit:contain}.main-nav{display:flex;gap:32px;font-size:14px;font-weight:600}.main-nav a{position:relative;padding:36px 0}.main-nav a:after{content:"";height:3px;width:0;background:var(--lime);position:absolute;left:0;bottom:23px;transition:width .25s}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.header-actions{justify-self:end;display:flex;align-items:center;gap:6px}.icon-button,.mobile-menu{width:40px;height:40px;display:grid;place-items:center;color:#fff;border:0;background:transparent;cursor:pointer;border-radius:50%}.icon-button:hover{background:#ffffff1f}.cart-button{height:43px;padding:0 8px 0 14px;margin-left:6px;border:0;border-radius:14px;display:flex;align-items:center;gap:8px;color:var(--navy);background:var(--lime);font-size:13px;font-weight:800;cursor:pointer}.cart-count{min-width:25px;height:25px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--coral)}.mobile-menu{display:none}.hero{height:min(700px,calc(100vh - 128px));min-height:580px;position:relative;overflow:hidden;background:#f3f5f8}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;inset:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fffdf8f7,#fffdf8d1 31%,#fffdf814 61%)}.hero-content{width:min(90%,1200px);margin:auto;position:relative;padding-top:clamp(80px,12vh,135px);z-index:1}.eyebrow{margin:0 0 20px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.eyebrow span{width:22px;height:3px;border-radius:2px;background:var(--coral)}h1,h2,h3{font-family:Manrope,sans-serif}h1{max-width:700px;margin:0;font-size:clamp(48px,6vw,84px);line-height:.99;letter-spacing:-.07em;color:var(--navy)}h1 em,h2 em{color:var(--coral);font-style:normal}.hero-copy{max-width:430px;margin:26px 0 32px;font-size:18px;line-height:1.65;color:#596779}.hero-actions{display:flex;align-items:center;gap:26px}.primary-button,.outline-button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:14px;padding:15px 20px;color:#fff;background:var(--navy);font-weight:700;cursor:pointer;box-shadow:0 10px 24px #10233f24;transition:transform .2s,box-shadow .2s}.primary-button:hover,.outline-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #10233f33}.primary-button svg{width:18px}.text-button{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px}.text-button svg{color:var(--coral)}.hero-proof{position:absolute;right:5%;bottom:28px;display:flex;gap:15px;align-items:center;padding:12px 18px;border-radius:16px;background:#fffdf8eb;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.proof-icons span{font-weight:800;color:var(--navy)}.proof-icons div{color:#ffb800;letter-spacing:1px;font-size:10px}.hero-proof p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.hero-proof strong{color:var(--ink);font-size:12px}.benefits{padding:27px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;background:var(--navy);color:#fff}.benefits article{display:flex;align-items:center;gap:14px}.benefits article+article{padding-left:28px;border-left:1px solid rgba(255,255,255,.15)}.benefits svg{width:27px;height:27px;color:var(--lime)}.benefits div{display:flex;flex-direction:column;gap:3px}.benefits strong{font-size:13px}.benefits span{color:#9fabb9;font-size:11px}.section{padding:110px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section-heading h2,.products-top h2{margin:0;color:var(--navy);font-size:clamp(35px,4vw,52px);letter-spacing:-.055em;line-height:1.05}.section-heading>p{width:390px;margin:0;color:var(--muted);line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card{min-height:390px;border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 1px 0 var(--line);transition:transform .25s,box-shadow .25s}.category-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.category-art{height:238px;display:grid;place-items:center;position:relative;overflow:hidden}.category-art>svg{width:90px;height:90px;position:relative;z-index:2;stroke-width:1.15}.category-home .category-art{color:#325678;background:#dde8e9}.category-tools .category-art{color:#8c503c;background:#f4d8c9}.category-tech .category-art{color:#d4ff75;background:#1d3551}.orb{position:absolute;display:block;border-radius:50%;filter:blur(1px)}.orb.one{width:150px;height:150px;right:-25px;top:-30px;background:#ffffff73}.orb.two{width:65px;height:65px;left:28px;bottom:22px;background:#caff418c}.category-card>div:last-child{padding:24px 27px;position:relative}.category-card>div>span{color:var(--coral);font-size:10px;font-weight:800;letter-spacing:.12em}.category-card h3{margin:6px 0;font-size:20px}.category-card p{margin:0;color:var(--muted);font-size:13px}.category-card>div:last-child>svg{position:absolute;right:25px;top:33px}.products-section{background:var(--cream)}.products-top{margin-bottom:38px;display:flex;align-items:end;justify-content:space-between}.filter-chips{display:flex;gap:7px}.filter-chips button{padding:9px 15px;border:1px solid #d3d8dc;border-radius:30px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.filter-chips button.active{color:#fff;background:var(--navy);border-color:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{min-width:0;overflow:hidden;border-radius:22px;background:#fff;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:260px;display:grid;place-items:center;position:relative;overflow:hidden}.product-lime{color:#29445f;background:#d9f39f}.product-cream{color:#866a52;background:#ece3d6}.product-navy{color:#fff;background:#34506a}.product-coral{color:#743b38;background:#f7bbb0}.product-icon{width:92px;height:92px;position:relative;z-index:2;stroke-width:1.1;transition:transform .3s}.product-card:hover .product-icon{transform:scale(1.07) rotate(-3deg)}.product-shadow{width:105px;height:18px;position:absolute;bottom:47px;border-radius:50%;background:#14203326;filter:blur(9px)}.product-badge{position:absolute;z-index:3;left:15px;top:15px;padding:6px 9px;border-radius:8px;background:var(--navy);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.favorite{position:absolute;z-index:3;right:13px;top:13px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--navy);background:#ffffffc7;cursor:pointer}.favorite svg{width:16px}.favorite.active svg{fill:var(--coral);color:var(--coral)}.product-info{padding:19px}.product-info>p{margin:0 0 4px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.product-info h3{margin:0;font-size:16px}.product-status{margin:8px 0 13px;color:#18734b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.product-status.out{color:#b71924}.product-buy{display:flex;align-items:end;justify-content:space-between}.product-buy>div{display:flex;flex-direction:column}.product-buy del,.product-buy>div>span{min-height:15px;color:#a1a8b0;font-size:10px}.product-buy strong{color:var(--navy);font-family:Manrope;font-size:18px}.product-buy small{color:var(--muted);font-size:9px}.product-buy button{width:40px;height:40px;border:0;border-radius:13px;display:grid;place-items:center;color:var(--navy);background:var(--lime);cursor:pointer;transition:transform .2s}.product-buy button:hover{transform:rotate(8deg) scale(1.05)}.product-buy button:disabled{color:#8e969e;background:#e4e7e9;cursor:not-allowed}.product-buy button:disabled:hover{transform:none}.products-footer{display:flex;justify-content:center;margin-top:42px}.outline-button{color:var(--navy);background:transparent;border:1px solid #bec6ce;box-shadow:none}.product-photo{width:100%;height:100%;position:absolute;inset:0;z-index:1;object-fit:cover;transition:transform .35s}.product-card:hover .product-photo{transform:scale(1.035)}.store-empty{grid-column:1/-1;padding:55px 20px;text-align:center;color:var(--muted)}.store-empty svg{width:46px;height:46px}.store-empty h3{margin:14px 0 4px;color:var(--navy)}.store-empty p{margin:0}.product-detail-link{position:absolute;inset:0;z-index:2;display:grid;place-items:center}.manifesto{min-height:440px;padding:90px 8%;position:relative;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:40px;color:#fff;background:var(--navy);overflow:hidden}.manifesto:after{content:"";position:absolute;width:430px;height:430px;right:-150px;bottom:-230px;border:70px solid var(--lime);border-radius:50%;opacity:.75}.manifesto-number{position:absolute;left:-20px;top:-75px;font:800 250px/1 Manrope;color:#ffffff06}.eyebrow.light{color:#aeb8c5}.manifesto h2{margin:0;font-size:clamp(38px,4.2vw,59px);line-height:1.08;letter-spacing:-.055em}.manifesto>p{max-width:470px;color:#b3bdc8;line-height:1.85}.manifesto-label{position:absolute;right:8%;bottom:42px;color:var(--lime);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.newsletter{padding:85px 8%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;background:var(--lime)}.newsletter h2{margin:0;color:var(--navy);font-size:clamp(35px,4vw,50px);line-height:1.08;letter-spacing:-.055em}.newsletter form label{display:block;margin-bottom:8px;color:var(--navy);font-size:12px;font-weight:700}.newsletter form>div{display:flex;border-bottom:2px solid var(--navy)}.newsletter input{width:100%;padding:14px 4px;border:0;outline:none;background:transparent;color:var(--navy);font-size:17px}.newsletter form button{width:45px;border:0;color:#fff;background:var(--navy);cursor:pointer}.newsletter small{display:block;margin-top:12px;color:#53612f}.success-message{padding:18px!important;border:0!important;border-radius:16px;align-items:center;gap:13px;background:#ffffff80}.success-message svg{width:30px;height:30px}.success-message div{display:flex;flex-direction:column}footer{padding:48px 5% 28px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px;background:#0a192e;color:#fff}.footer-brand{grid-row:span 2}.footer-brand .brand-mark{color:var(--navy);background:var(--lime)}.footer-brand .brand-name{font-size:28px}footer>p{margin:0;color:#8e9aab;font-size:12px}.footer-links{display:flex;gap:22px;font-size:12px}.footer-links a:hover{color:var(--lime)}.copyright{grid-column:1/-1;padding-top:25px;margin-top:18px!important;border-top:1px solid rgba(255,255,255,.1);text-align:center}.cart-drawer{width:min(430px,100%);height:100vh;position:fixed;right:0;top:0;z-index:100;display:flex;flex-direction:column;background:var(--paper);transform:translate(105%);transition:transform .35s cubic-bezier(.2,.8,.2,1);box-shadow:-20px 0 50px #0000002e}.cart-drawer.open{transform:translate(0)}.cart-header{padding:24px 25px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-header p{margin:0;font:800 21px Manrope}.cart-header span{color:var(--muted);font-size:11px}.cart-header button,.close-cart{border:0;background:transparent;cursor:pointer}.cart-items{flex:1;padding:22px;overflow-y:auto}.empty-cart{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.empty-cart>svg{width:54px;height:54px;color:#b5bdc6}.empty-cart h3{margin:20px 0 4px}.empty-cart p{max-width:240px;margin:0 0 24px;color:var(--muted);font-size:13px}.empty-cart .primary-button{color:#fff;background:var(--navy)}.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-thumb{height:78px;border-radius:14px;display:grid;place-items:center;overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-thumb svg{width:37px;height:37px}.cart-item small{color:var(--muted);text-transform:uppercase}.cart-item h4{margin:3px 0 5px;font-family:Manrope}.cart-item strong{font-size:14px}.remove-item{border:0;color:#9da5ae;background:none;cursor:pointer}.remove-item svg{width:16px}.quantity{width:max-content;margin-top:9px;display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden}.quantity button{width:25px;border:0;background:#f3f4f5;cursor:pointer}.quantity span{width:27px;text-align:center;font-size:11px}.cart-summary{padding:20px 25px 25px;border-top:1px solid var(--line)}.cart-summary>div{display:flex;justify-content:space-between}.cart-summary small{color:var(--muted)}.cart-summary>a{width:100%;margin-top:18px;padding:15px;display:flex;justify-content:center;gap:10px;border-radius:13px;color:#fff;background:var(--navy);font-weight:700;cursor:pointer}.page-overlay{position:fixed;inset:0;z-index:90;background:#050f1c80;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.page-overlay.active{opacity:1;visibility:visible}.toast{position:fixed;left:50%;bottom:28px;z-index:110;padding:12px 17px;display:flex;align-items:center;gap:9px;border-radius:12px;color:#fff;background:var(--navy);font-size:12px;font-weight:700;opacity:0;transform:translate(-50%,30px);transition:.3s;box-shadow:var(--shadow)}.toast.show{opacity:1;transform:translate(-50%)}.toast svg{color:var(--lime)}.search-panel{position:fixed;z-index:80;left:0;right:0;top:128px;padding:22px 5%;background:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-24px);transition:transform .3s,opacity .3s,visibility .3s}.search-panel.open{opacity:1;visibility:visible;transform:translateY(0)}.search-panel>div{max-width:800px;margin:auto;padding:0 12px;display:flex;align-items:center;gap:13px;border-bottom:2px solid var(--navy)}.search-panel input{flex:1;padding:12px 0;border:0;outline:none;font-size:17px}.search-panel button{border:0;background:none;cursor:pointer}.category-home .category-art{color:#075aa9;background:#dceeff}.category-tools .category-art{color:#aa6500;background:#fff0ad}.category-tech .category-art{color:var(--lime);background:#0a3268}.orb.two{background:#ef1d254d}.product-lime{color:#604d00;background:#ffe56b}.product-cream{color:#114d87;background:#d9ecff}.product-navy{color:#fff;background:#0a428a}.product-coral{color:#7c0710;background:#ffb8bb}.footer-brand .brand-logo{width:190px;height:126px}.newsletter small{color:#5e5000}@media(max-width:900px){.site-header{grid-template-columns:auto 1fr auto}.mobile-menu{display:grid;justify-self:end}.main-nav{position:absolute;top:92px;left:0;right:0;padding:20px 5%;display:none;flex-direction:column;gap:0;color:#fff;background:var(--navy);box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:14px 0}.header-actions .icon-button,.cart-button span{display:none}.cart-button{margin:0}.hero{height:650px}.hero-image{object-position:64% center;opacity:.68}.hero-overlay{background:linear-gradient(90deg,#fffffffa,#ffffffd1 52%,#ffffff1a)}.hero-proof{display:none}.benefits{grid-template-columns:1fr 1fr}.benefits article:nth-child(3){padding-left:0;border-left:0}.category-grid{grid-template-columns:1fr 1fr}.category-grid .category-card:last-child{grid-column:1/-1}.product-grid{grid-template-columns:1fr 1fr}.manifesto{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;gap:35px}}@media(max-width:600px){.promo-bar{justify-content:center}.promo-bar a{display:none}.site-header{height:78px;padding-inline:14px;display:block}.brand-logo{width:92px;height:70px}.main-nav{top:78px}.mobile-menu{display:grid;position:absolute;right:62px;top:19px}.header-actions{position:absolute;right:14px;top:18px}.cart-button{width:43px;padding:0;justify-content:center;gap:0}.cart-button svg{display:none}.hero{min-height:620px;height:calc(100vh - 114px)}.hero-image{object-position:70% center;opacity:.45}.hero-overlay{background:linear-gradient(90deg,#fffffffa,#ffffffa6)}.hero-content{width:calc(100% - 48px);padding-top:90px}.hero-content h1{font-size:clamp(38px,10.5vw,43px);letter-spacing:-.06em;overflow-wrap:anywhere}.hero-copy{width:100%;font-size:16px;overflow-wrap:anywhere}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.benefits{grid-template-columns:1fr;gap:20px}.benefits article+article{padding:0;border:0}.section{padding:75px 5%}.section-heading,.products-top{align-items:flex-start;flex-direction:column;gap:25px}.section-heading>p{width:auto}.category-grid,.product-grid{grid-template-columns:1fr}.category-grid .category-card:last-child{grid-column:auto}.category-card{min-height:360px}.filter-chips{width:100%;overflow-x:auto;padding-bottom:5px}.filter-chips button{flex:0 0 auto}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:185px}.product-info{padding:14px}.product-info h3{font-size:14px}.product-buy strong{font-size:15px}.product-buy button{width:34px;height:34px}.manifesto{padding:75px 6% 120px}.manifesto-label{left:6%;right:auto}.newsletter{padding:65px 6%}footer{grid-template-columns:1fr}.footer-brand{grid-row:auto}.footer-brand .brand-logo{width:170px;height:112px}.footer-links{flex-direction:column;gap:10px}.copyright{text-align:left}.search-panel{top:114px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
