:root{--ink: #101820;--navy: #0b1f38;--blue: #1261a6;--sky: #eaf3fa;--orange: #f6a51b;--copper: #c66b2c;--paper: #f7f7f4;--white: #fff;--muted: #5c6874;--line: #d7dde3;--max: 1280px;--radius: 10px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.skip-link{position:fixed;left:1rem;top:-6rem;z-index:99;padding:.8rem 1rem;background:var(--white)}.skip-link:focus{top:1rem}.page-width{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.eyebrow{margin:0 0 .75rem;color:var(--blue);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.section{padding:72px 0}.section-title{max-width:780px;margin:0 0 2rem;font-size:clamp(2rem,4vw,3.6rem);line-height:1;letter-spacing:-.045em}.section-copy{max-width:700px;color:var(--muted)}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.78rem 1.25rem;border:2px solid var(--navy);border-radius:5px;background:var(--navy);color:var(--white);font-weight:800;letter-spacing:.02em;cursor:pointer}.button:hover{background:var(--blue);border-color:var(--blue)}.button--light{background:var(--white);border-color:var(--white);color:var(--navy)}.button--outline{background:transparent;color:var(--navy)}.utility-bar{background:var(--orange);color:var(--navy);font-size:.8rem;font-weight:800}.utility-bar__inner{display:flex;justify-content:space-between;gap:1rem;padding-block:.55rem}.site-header{position:sticky;top:0;z-index:30;background:#0b1f38fa;color:var(--white);box-shadow:0 8px 30px #0000001f}.header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;min-height:74px}.brand{display:inline-flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:900;letter-spacing:.08em}.brand-mark{width:36px;height:36px;display:grid;place-items:center;background:var(--orange);color:var(--navy);clip-path:polygon(0 0,100% 0,100% 70%,70% 100%,0 100%)}.nav{display:flex;justify-content:center;gap:1.8rem;font-size:.93rem;font-weight:750}.nav a{padding:1.65rem 0 1.45rem;border-bottom:3px solid transparent}.nav a:hover{color:var(--orange);border-color:var(--orange)}.header-actions{display:flex;gap:.65rem;align-items:center}.icon-link{min-width:42px;min-height:42px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 24%);border-radius:6px}.cart-count{min-width:18px;height:18px;margin-left:-10px;margin-top:-28px;display:grid;place-items:center;border-radius:99px;background:var(--orange);color:var(--navy);font-size:.68rem;font-weight:900}.menu-toggle{display:none;background:none;color:#fff;border:0;font-size:1.4rem}.mobile-menu{padding:0 20px 1rem;background:var(--navy)}.mobile-menu a{display:block;padding:.9rem 0;border-top:1px solid rgb(255 255 255 / 15%);font-weight:750}.hero{position:relative;overflow:hidden;background:var(--navy);color:var(--white)}.hero__grid{position:relative;min-height:650px}.hero__content{position:relative;z-index:2;min-height:650px;width:min(100%,760px);padding:88px 20px 88px max(20px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center}.hero h1{max-width:760px;margin:0 0 1.2rem;font-size:clamp(3.2rem,7.4vw,7.6rem);line-height:.84;letter-spacing:-.065em;text-transform:uppercase}.hero h1 span{color:var(--orange)}.hero__lead{max-width:620px;margin:0 0 2rem;color:#d9e5ef;font-size:1.1rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem}.hero__visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:var(--navy)}.hero__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071425fa,#071425d6 35%,#0714254d 61%,#0714250d)}.hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-badge{position:absolute;right:1.5rem;bottom:1.5rem;width:155px;aspect-ratio:1;display:grid;place-items:center;text-align:center;border-radius:50%;background:var(--orange);color:var(--navy);font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 14px 40px #0003}.trust-strip{background:var(--white);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-item{padding:1.5rem 2rem;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item strong{display:block;font-size:1rem}.trust-item span{color:var(--muted);font-size:.88rem}.shop-shell{display:grid;grid-template-columns:250px 1fr;gap:2rem}.filter-panel{align-self:start;position:sticky;top:110px;padding:1.25rem;border:1px solid var(--line);background:var(--white);border-radius:var(--radius)}.filter-panel h3{margin-top:0}.filter-group{padding:1rem 0;border-top:1px solid var(--line)}.filter-group a{display:flex;justify-content:space-between;padding:.45rem 0;color:var(--muted);font-size:.92rem}.filter-group a:hover{color:var(--blue)}.filter-toggle{display:none;width:100%;margin-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-card{overflow:hidden;display:flex;flex-direction:column;min-height:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 35px #1018201a}.product-card__media{position:relative;aspect-ratio:1 / .82;display:grid;place-items:center;padding:1rem;background:#f0f1ee}.product-card__media img{width:100%;height:100%;object-fit:contain}.badge{position:absolute;top:.85rem;left:.85rem;padding:.35rem .55rem;background:var(--orange);color:var(--navy);font-size:.67rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.2rem}.product-card h3{margin:.35rem 0 .6rem;font-size:1.2rem;line-height:1.2}.product-meta{color:var(--muted);font-size:.83rem}.product-price{margin:auto 0 .9rem;padding-top:1rem;font-size:1.55rem;font-weight:900;color:var(--navy)}.product-card .button{width:100%}.empty-state{grid-column:1/-1;padding:3rem;border:1px dashed var(--line);background:var(--white);text-align:center}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.category-card{position:relative;min-height:390px;overflow:hidden;background:var(--navy);color:#fff;border-radius:var(--radius)}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07142514 20%,#071425eb)}.category-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover .category-card__image{transform:scale(1.025)}.category-card__content{position:relative;z-index:2;min-height:390px;padding:1.6rem;display:flex;flex-direction:column;justify-content:flex-end}.category-card .eyebrow{color:var(--orange)}.category-card h3{margin:.3rem 0 .5rem;font-size:2rem}.category-card p{max-width:300px;margin:0 0 1rem;color:#d4e0e9}.category-card a{color:var(--orange);font-weight:850}.editorial{background:var(--sky)}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.editorial-panel{position:relative;min-height:500px;overflow:hidden;color:#fff;border-radius:var(--radius)}.editorial-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07142514,#071425e6)}.editorial-panel__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.editorial-panel__content{position:relative;z-index:2;min-height:500px;padding:3rem;display:flex;flex-direction:column;justify-content:end}.editorial-panel .eyebrow{color:var(--orange)}.editorial-panel strong{max-width:460px;font-size:clamp(2rem,4vw,4.2rem);line-height:.94;letter-spacing:-.05em;text-transform:uppercase}.feature-list{display:grid;gap:1rem}.feature-row{display:grid;grid-template-columns:54px 1fr;gap:1rem;align-items:start;padding:1.25rem 0;border-bottom:1px solid #b9cad7}.feature-number{color:var(--copper);font-size:1.1rem;font-weight:900}.feature-row h3{margin:0 0 .35rem}.feature-row p{margin:0;color:var(--muted)}.product-detail{padding:48px 0 80px}.product-detail__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:4rem;align-items:start}.product-gallery{position:sticky;top:110px;display:grid;gap:.8rem}.product-gallery__main{padding:1.5rem;aspect-ratio:1;display:grid;place-items:center;background:#eeefeb;border-radius:var(--radius)}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-info{padding-top:1rem}.product-info h1{margin:.2rem 0 1rem;font-size:clamp(2.4rem,5vw,5.6rem);line-height:.9;letter-spacing:-.055em}.product-info__price{margin:1rem 0;font-size:2rem;font-weight:900;color:var(--blue)}.product-description{color:var(--muted)}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:1.4rem 0}.spec{padding:.85rem;border:1px solid var(--line);background:var(--white)}.spec small{display:block;color:var(--muted)}.product-form{margin-top:1.5rem;padding:1.25rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field label{font-size:.82rem;font-weight:850}.field select,.field input{min-height:48px;padding:.7rem;border:1px solid #aab4be;border-radius:4px;background:#fff}.product-form .button{width:100%}.pickup-note{margin:.8rem 0 0;color:var(--muted);font-size:.82rem}.accordion{margin-top:1rem;border-top:1px solid var(--line)}.accordion details{border-bottom:1px solid var(--line)}.accordion summary{padding:1rem 0;font-weight:850;cursor:pointer}.accordion p{color:var(--muted)}.page-hero{padding:70px 0;background:var(--navy);color:#fff}.page-hero h1{margin:0;font-size:clamp(3rem,7vw,6.5rem);line-height:.9;letter-spacing:-.06em}.rte{max-width:820px}.rte a{color:var(--blue);text-decoration:underline}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--line)}.cart-product{display:flex;gap:1rem;align-items:center}.cart-product img{width:90px;height:90px;object-fit:contain;background:#eee}.cart-footer{display:flex;justify-content:flex-end;padding-top:2rem}.cart-summary{width:min(100%,420px);padding:1.25rem;background:#fff;border:1px solid var(--line)}.site-footer{padding:60px 0 24px;background:#071425;color:#dce6ef}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem}.footer-brand{color:#fff;font-size:1.5rem;font-weight:900;letter-spacing:.07em}.footer-title{color:var(--orange);font-size:.78rem;letter-spacing:.13em;text-transform:uppercase}.footer-links a{display:block;padding:.3rem 0;color:#bdcad6}.footer-bottom{margin-top:3rem;padding-top:1.2rem;display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgb(255 255 255 / 13%);color:#9fb0bf;font-size:.8rem}.payment-icons{display:flex;flex-wrap:wrap;gap:.35rem}.payment-icon{padding:.25rem .42rem;background:#fff;color:var(--navy);border-radius:3px;font-size:.65rem;font-weight:900}@media(max-width:900px){.page-width{width:min(calc(100% - 28px),var(--max))}.section{padding:52px 0}.utility-bar__inner span:last-child{display:none}.header-main{grid-template-columns:auto 1fr auto;min-height:66px;gap:.7rem}.nav{display:none}.menu-toggle{display:block;justify-self:start}.brand{justify-self:center;font-size:1rem}.header-actions .account-link{display:none}.hero__grid{min-height:610px}.hero__content{min-height:610px;padding:64px 20px;justify-content:flex-end}.hero__visual:after{background:linear-gradient(180deg,#07142514 10%,#07142585 43%,#071425fa 78%)}.hero__visual img{object-position:62% center}.hero h1{font-size:clamp(3.1rem,15vw,5.2rem)}.hero-badge{width:112px}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line);padding:1rem 0}.shop-shell{grid-template-columns:1fr}.filter-toggle{display:flex}.filter-panel{display:none;position:static}.filter-panel.is-open{display:block}.product-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr}.editorial-grid{grid-template-columns:1fr;gap:2rem}.editorial-panel,.editorial-panel__content{min-height:390px}.editorial-panel__content{padding:2rem}.product-detail__grid{grid-template-columns:1fr;gap:1.5rem}.product-gallery{position:static}.product-info h1{font-size:clamp(2.8rem,13vw,4.6rem)}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}.product-card__media{aspect-ratio:1}.spec-grid{grid-template-columns:1fr 1fr}.hero__grid,.hero__content{min-height:570px}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:1fr auto;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-table td{border:0;padding:.35rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
