*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}button,input,select,textarea{font:inherit}button{color:inherit}.skip-link{position:fixed;left:1rem;top:1rem;z-index:1000;padding:.8rem 1rem;color:#fff;background:var(--brand);transform:translateY(-150%)}.skip-link:focus{transform:none}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.section-space{padding-block:clamp(54px,7vw,102px)}.section-space--small{padding-block:clamp(34px,4vw,62px)}.serif,h1,.h1,h2.display{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.025em}h1,.h1{margin:0;font-size:clamp(2.35rem,4vw,4.8rem);line-height:.98}h2{margin:0;font-size:clamp(1.8rem,2.6vw,3rem);line-height:1.08}h3{margin:0;font-size:1.15rem;line-height:1.25}p{margin-block:0 1em}.eyebrow{margin:0 0 .8rem;color:var(--brand);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.55rem;padding:.8rem 1.35rem;border:1px solid var(--brand);border-radius:0;color:#fff;background:var(--brand);font-weight:700;text-decoration:none;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.button:hover{background:var(--brand-dark);transform:translateY(-1px)}.button--outline:hover{color:#fff}.button--dark{border-color:var(--ink);background:var(--ink)}.button--wide{width:100%}.icon-button{display:inline-grid;width:42px;height:42px;place-items:center;border:0;color:var(--brand);background:transparent;cursor:pointer}.icon-button svg{width:23px;height:23px}.announcement{color:#fff;background:var(--brand);font-size:.76rem;font-weight:650}.announcement__inner{display:grid;min-height:36px;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.announcement__centre{text-align:center}.announcement__right{text-align:right}.announcement a{text-decoration:none}.utility-bar{min-height:30px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e2e3e5;background:#f1f2f3;font-size:.73rem;font-weight:650}.site-header{position:relative;z-index:30;background:#fff}.header-main{display:grid;min-height:102px;grid-template-columns:minmax(210px,.9fr) minmax(280px,1.25fr) minmax(210px,.9fr);align-items:center;gap:2rem}.header-logo{display:inline-block;width:min(var(--logo-width, 260px),100%)}.header-logo img{width:100%;height:auto}.header-search{position:relative}.header-search input{width:100%;height:46px;padding:0 52px 0 16px;border:1px solid var(--brand);border-radius:0;color:var(--ink);background:#fff}.header-search button{position:absolute;inset:0 0 0 auto;width:48px;border:0;color:var(--brand);background:transparent;cursor:pointer}.header-actions{display:flex;justify-content:flex-end;gap:.18rem}.header-actions__cart{position:relative}.cart-count{position:absolute;top:2px;right:0;min-width:16px;height:16px;padding:0 4px;border-radius:20px;color:#fff;background:var(--sale);font-size:.62rem;line-height:16px;text-align:center}.header-editorial{display:flex;min-height:46px;align-items:center;justify-content:center;gap:clamp(18px,3vw,42px);border-bottom:1px solid rgba(11,58,130,.35);color:var(--brand);font-size:.84rem;font-weight:650}.header-editorial a{text-decoration:none}.header-editorial a:last-child{color:var(--sale)}.header-nav{border-bottom:1px solid rgba(11,58,130,.45);color:var(--brand)}.header-nav__list{display:flex;min-height:42px;align-items:center;justify-content:center;gap:clamp(18px,2.35vw,38px);margin:0;padding:0;list-style:none}.header-nav__item{position:relative}.header-nav__link{display:block;padding:12px 0 10px;font-size:.76rem;font-weight:750;letter-spacing:.035em;text-decoration:none;text-transform:uppercase}.header-nav__link:after{content:"";position:absolute;right:0;bottom:5px;left:0;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.header-nav__item:hover .header-nav__link:after{transform:scaleX(1)}.mega-menu{position:absolute;left:50%;top:100%;width:min(760px,80vw);padding:30px;border:1px solid rgba(11,58,130,.25);background:#fff;box-shadow:0 22px 45px #05163121;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease}.header-nav__item:hover .mega-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mega-menu a{display:block;padding:4px 0;color:var(--ink);text-decoration:none}.mega-menu a:hover{color:var(--brand);text-decoration:underline}.mobile-header{display:none;min-height:68px;align-items:center;justify-content:space-between}.mobile-header .header-logo{width:176px}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80}.mobile-drawer[hidden]{display:none}.mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#08152785}.mobile-drawer__panel{position:relative;width:min(90vw,430px);height:100%;padding:24px;overflow-y:auto;background:var(--warm-white);animation:drawer-in .22s ease both}@keyframes drawer-in{0%{transform:translate(-25px);opacity:0}}.mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.mobile-drawer__list{margin:0;padding:0;list-style:none}.mobile-drawer__list>li{border-bottom:1px solid rgba(11,58,130,.2)}.mobile-drawer__list a{display:block;padding:14px 0;color:var(--brand);font-weight:700;text-decoration:none}.hero__frame{position:relative;min-height:clamp(480px,52vw,690px);overflow:hidden;background:var(--accent)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(9,22,41,.52),rgba(9,22,41,.08) 56%,transparent)}.hero__content{position:relative;z-index:2;display:flex;min-height:inherit;width:min(620px,80%);flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,7vw,96px);color:#fff}.hero__content h1{max-width:11ch}.hero__content p{width:min(49ch,100%);max-width:100%;margin:1.2rem 0 1.7rem;font-size:clamp(1rem,1.25vw,1.18rem)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:28px}.section-heading p{max-width:52ch;margin:0;color:#555b61}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{position:relative;overflow:hidden;color:var(--ink);background:var(--warm-white);text-decoration:none}.category-card__media{aspect-ratio:1.16;overflow:hidden}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.category-card:hover .category-card__media img{transform:scale(1.035)}.category-card__content{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:end;padding:20px 22px 24px}.category-card__content p{margin:.35rem 0 0;color:#666;font-size:.88rem}.category-card__arrow{color:var(--brand);font-size:1.5rem;transition:transform .18s ease}.category-card:hover .category-card__arrow{transform:translate(5px)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{position:relative;min-width:0}.product-card__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:#f7f7f7}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badges{position:absolute;top:14px;left:14px;display:flex;align-items:flex-start;flex-direction:column;gap:5px}.badge{padding:4px 7px;color:var(--ink);background:#dff1f7;font-size:.68rem;font-weight:750}.badge--sale{color:#fff;background:var(--sale)}.product-card__favourite{position:absolute;top:10px;right:10px}.product-card__info{padding:15px 2px 6px}.product-card__vendor{margin-bottom:2px;color:#555;font-size:.74rem}.product-card__title{min-height:2.4em;font-size:.94rem;font-weight:650}.product-card__title a{text-decoration:none}.product-card__price{display:flex;gap:.5rem;margin-top:9px;font-weight:750}.price-compare{color:#717171;font-weight:500;text-decoration:line-through}.placeholder-product{background:#f7f7f7}.placeholder-product img{width:100%;height:100%;object-fit:cover}.editorial-split{display:grid;grid-template-columns:1.45fr 1fr;min-height:580px}.editorial-split__media{min-height:460px;background:var(--mist)}.editorial-split__media img{width:100%;height:100%;object-fit:cover}.editorial-split__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(36px,6vw,88px);background:var(--brand);color:#fff}.editorial-split__content .eyebrow{color:#bcd6ff}.editorial-split__content p{max-width:40ch;margin:1.2rem 0 1.65rem}.editorial-split__content .button{color:var(--brand);border-color:#fff;background:#fff}.story-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px}.story-card{display:flex;flex-direction:column;color:inherit;text-decoration:none}.story-card__media{aspect-ratio:1.18;overflow:hidden;background:var(--warm-white)}.story-card:first-child .story-card__media{aspect-ratio:1.08}.story-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.story-card:hover img{transform:scale(1.025)}.story-card__copy{padding:18px 0 10px}.story-card__copy p{margin:.55rem 0 0;color:#666}.trust-strip{color:#fff;background:var(--brand)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:26px;border-left:1px solid rgba(255,255,255,.25)}.trust-item:last-child{border-right:1px solid rgba(255,255,255,.25)}.trust-item strong{display:block;margin-bottom:3px;font-size:.88rem}.trust-item span{color:#ffffffc7;font-size:.76rem}.breadcrumb{display:flex;flex-wrap:wrap;gap:9px;margin:30px 0;color:#666;font-size:.76rem}.breadcrumb a{text-decoration:none}.collection-hero{max-width:770px;padding-bottom:28px}.collection-hero h1{font-size:clamp(2.2rem,3.6vw,3.8rem)}.collection-hero .rte{margin-top:14px}.collection-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.collection-tab{padding:9px 13px;border:1px solid var(--brand);color:var(--brand);font-size:.78rem;font-weight:750;text-decoration:none}.collection-tab.is-active,.collection-tab:hover{color:#fff;background:var(--brand)}.collection-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start}.filters{position:sticky;top:20px}.filter-group{border-top:1px solid #d5d7db}.filter-group:last-child{border-bottom:1px solid #d5d7db}.filter-group summary{padding:15px 0;font-size:.8rem;font-weight:750;cursor:pointer;list-style:none}.filter-group summary::-webkit-details-marker{display:none}.filter-group__values{max-height:250px;padding:0 0 16px;overflow-y:auto}.filter-option{display:flex;align-items:center;gap:9px;padding:5px 0;font-size:.8rem}.filter-option input{accent-color:var(--brand)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding:11px 0;border-block:1px solid #d5d7db}.collection-toolbar select{min-height:38px;padding:0 36px 0 10px;border:1px solid #bfc2c7;background:#fff}.collection-count{color:#5f6368;font-size:.82rem}.pagination{display:flex;justify-content:center;gap:8px;margin-top:44px}.pagination a,.pagination span{display:grid;min-width:38px;height:38px;place-items:center;border:1px solid #d5d7db;text-decoration:none}.pagination .current{color:#fff;border-color:var(--brand);background:var(--brand)}.product-page{padding-bottom:90px}.product-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(360px,.85fr);gap:48px;align-items:start}.product-gallery{display:grid;grid-template-columns:72px 1fr;gap:18px}.product-thumbnails{display:flex;flex-direction:column;gap:9px}.product-thumb{padding:0;border:1px solid transparent;background:#f7f7f7;cursor:pointer}.product-thumb.is-active{border-color:var(--brand)}.product-media{aspect-ratio:1.14;background:#fafafa}.product-media[hidden]{display:none}.product-media img{width:100%;height:100%;object-fit:contain}.product-panel{position:sticky;top:24px}.product-panel__vendor{margin-bottom:8px;font-size:.8rem;font-weight:750}.product-panel h1{font-size:clamp(2.1rem,3vw,3.4rem)}.product-panel__price{margin:18px 0 4px;font-size:1.65rem;font-weight:750}.tax-note{color:#656565;font-size:.74rem}.product-form{margin-top:26px}.product-form label{display:block;margin-bottom:8px;font-size:.8rem;font-weight:700}.product-form select,.product-form input[type=number]{width:100%;min-height:48px;padding:0 12px;border:1px solid #bfc2c7;background:#fff}.product-form__row{display:grid;grid-template-columns:112px 1fr;gap:14px;margin:20px 0 16px}.stock-state{display:flex;align-items:center;gap:8px;color:#176a45;font-size:.82rem;font-weight:700}.stock-state:before{content:"";width:10px;height:10px;border-radius:50%;background:#12ad72}.product-trust{display:grid;gap:0;margin-top:16px;border:1px solid #d5d7db}.product-trust__item{display:grid;grid-template-columns:28px 1fr;gap:12px;padding:15px;border-bottom:1px solid #e1e2e4}.product-trust__item:last-child{border-bottom:0}.product-trust__item strong{display:block;font-size:.82rem}.product-trust__item span{color:#666;font-size:.74rem}.product-accordions{margin-top:26px;border-top:1px solid #d5d7db}.product-accordions details{border-bottom:1px solid #d5d7db}.product-accordions summary{padding:17px 0;font-weight:750;cursor:pointer}.product-accordions .rte{padding-bottom:18px;color:#4e5156}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte h2{margin:1.7em 0 .65em;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400}.rte h3{margin:1.5em 0 .55em}.rte ul,.rte ol{padding-left:1.25rem}.rte a{color:var(--brand)}.page-hero{padding:64px 0 34px;border-bottom:1px solid #dddfe2}.page-hero__inner{max-width:760px}.page-content{display:grid;grid-template-columns:minmax(180px,.3fr) minmax(0,1fr);gap:70px;padding-block:55px 90px}.page-content__aside{color:var(--brand);font-size:.78rem;font-weight:750;text-transform:uppercase}.page-content__main{max-width:820px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding-block:58px 90px}.contact-card{padding:28px;background:var(--warm-white)}.contact-card a{color:var(--brand)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field--full{grid-column:1 / -1}.field label{font-size:.76rem;font-weight:750}.field input,.field textarea,.field select{width:100%;min-height:46px;padding:12px;border:1px solid #aeb2b8;border-radius:0;background:#fff}.field textarea{min-height:150px;resize:vertical}.cart-page{padding-block:60px 90px}.cart-page h1{margin-bottom:38px}.cart-table{width:100%;border-collapse:collapse}.cart-table th{padding:10px;border-bottom:1px solid #ccc;font-size:.74rem;text-align:left;text-transform:uppercase}.cart-table td{padding:20px 10px;border-bottom:1px solid #e0e1e3;vertical-align:middle}.cart-product{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center}.cart-product img{width:92px;height:92px;object-fit:contain;background:#f7f7f7}.cart-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-top:30px}.cart-total{text-align:right}.cart-total strong{display:block;font-size:1.4rem}.search-page{padding-block:50px 90px}.search-form{display:flex;max-width:760px;margin:25px 0 45px}.search-form input{flex:1;min-width:0;padding:12px 14px;border:1px solid var(--brand)}.empty-state{padding:80px 20px;text-align:center;background:var(--warm-white)}.empty-state h2{margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-weight:400}.site-footer{color:#fff;background:var(--brand-dark)}.footer-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;padding-block:55px;border-bottom:1px solid rgba(255,255,255,.22)}.footer-newsletter h2{font-family:Georgia,Times New Roman,serif;font-weight:400}.footer-newsletter p{max-width:54ch;color:#ffffffbf}.footer-newsletter form{display:flex}.footer-newsletter input{flex:1;min-width:0;padding:12px;border:1px solid #fff;color:#fff;background:transparent}.footer-newsletter input::placeholder{color:#ffffffa6}.footer-newsletter .button{color:var(--brand);border-color:#fff;background:#fff}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:46px;padding-block:54px}.footer-brand img{width:min(270px,100%);filter:brightness(0) invert(1)}.footer-brand p{max-width:37ch;margin-top:20px;color:#ffffffb8;font-size:.82rem}.footer-title{margin-bottom:14px;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}.footer-links{margin:0;padding:0;list-style:none}.footer-links a{display:inline-block;padding:4px 0;color:#ffffffbd;font-size:.8rem;text-decoration:none}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:20px;border-top:1px solid rgba(255,255,255,.22);color:#ffffffa6;font-size:.72rem}.payment-icons{display:flex;flex-wrap:wrap;gap:7px}.payment-icon{padding:4px 8px;border:1px solid rgba(255,255,255,.35);border-radius:2px;color:#fff;background:#ffffff14;font-size:.62rem;font-weight:750}.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0712238c}.newsletter-popup[hidden]{display:none}.newsletter-popup__card{position:relative;display:grid;width:min(780px,100%);grid-template-columns:.9fr 1.1fr;overflow:hidden;background:#fff;box-shadow:0 30px 90px #0000004d}.newsletter-popup__art{min-height:430px;background:var(--accent)}.newsletter-popup__art img{width:100%;height:100%;object-fit:cover}.newsletter-popup__content{display:flex;flex-direction:column;justify-content:center;padding:48px}.newsletter-popup__content h2{font-family:Georgia,Times New Roman,serif;font-size:2.35rem;font-weight:400}.newsletter-popup__close{position:absolute;top:12px;right:12px;z-index:2}.newsletter-popup__form{display:grid;gap:10px;margin-top:12px}.newsletter-popup__form input{width:100%;min-height:47px;padding:0 12px;border:1px solid #aeb2b8}@media(max-width:1050px){.header-main,.header-editorial,.header-nav{display:none}.mobile-header{display:flex}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-layout{grid-template-columns:1fr 390px;gap:28px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>:last-child{grid-column:2 / -1}}@media(max-width:780px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.announcement__inner{min-height:34px;grid-template-columns:1fr;text-align:center}.announcement__left,.announcement__right,.utility-bar{display:none}.hero{padding-top:0}.hero__frame{min-height:620px}.hero__media img{object-position:60% center}.hero__overlay{background:linear-gradient(0deg,#091629b8,#09162900 75%)}.hero__content{width:100%;justify-content:flex-end;padding:34px 24px 42px}.hero__content h1{max-width:9ch}.hero__content p{max-width:29ch}.section-heading{align-items:flex-start;flex-direction:column;gap:12px}.category-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card__media{aspect-ratio:1}.editorial-split{grid-template-columns:1fr}.editorial-split__media{min-height:420px}.story-grid{grid-template-columns:1fr}.story-card__media,.story-card:first-child .story-card__media{aspect-ratio:1.35}.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(3){border-top:1px solid rgba(255,255,255,.25)}.trust-item:nth-child(4){border-top:1px solid rgba(255,255,255,.25);border-right:1px solid rgba(255,255,255,.25)}.collection-layout{grid-template-columns:1fr}.filters{position:static}.product-layout{grid-template-columns:1fr}.product-panel{position:static}.product-gallery{grid-template-columns:1fr}.product-thumbnails{order:2;flex-direction:row;overflow-x:auto}.product-thumb{flex:0 0 68px}.page-content,.contact-grid{grid-template-columns:1fr;gap:28px}.page-content__aside{display:none}.form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:18px 0;border-bottom:1px solid #ddd}.cart-table td{padding:7px 0;border:0}.cart-summary{align-items:stretch;flex-direction:column}.cart-total{text-align:left}.footer-newsletter{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.footer-grid>:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.newsletter-popup__card{grid-template-columns:1fr}.newsletter-popup__art{min-height:190px;max-height:190px}.newsletter-popup__content{padding:28px}}@media(max-width:430px){.mobile-header .header-logo{width:150px}.header-actions .icon-button:first-child{display:none}.hero__frame{min-height:570px}.product-grid{grid-template-columns:1fr 1fr}.product-card__title{font-size:.84rem}.product-card__vendor{font-size:.68rem}.trust-strip__grid{grid-template-columns:1fr}.trust-item{border-right:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}.footer-newsletter form{flex-direction:column}.footer-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{color:var(--ink);background:var(--paper);font-family:proxima-nova,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}.serif,h1,.h1,h2,h2.display,.rte h2,.empty-state h2,.footer-newsletter h2,.newsletter-popup__content h2{font-family:proxima-nova,Avenir Next,Helvetica Neue,Arial,sans-serif;font-weight:500;letter-spacing:-.025em}h1,.h1{font-size:clamp(2.7rem,4.2vw,5rem);line-height:.98}h2{font-size:clamp(2rem,3vw,3.45rem);line-height:1.04}.page-width{width:min(calc(100% - 48px),var(--page-width))}.section-space{padding-block:clamp(64px,7vw,104px)}.section-space--small{padding-block:clamp(44px,5vw,76px)}.eyebrow{color:var(--brand);font-size:.72rem;font-weight:700;letter-spacing:.13em}.button{min-height:46px;padding:.78rem 1.42rem;border-color:var(--brand);color:#fff;background:var(--brand);font-size:.86rem;font-weight:650}.button:hover{color:#fff;background:var(--brand-dark)}.button--outline{color:var(--brand);background:transparent}.button--outline:hover{color:#fff;background:var(--brand)}.site-header{border-top:1px solid #e1e4e8;box-shadow:none}.header-main{min-height:118px;grid-template-columns:minmax(150px,.7fr) minmax(360px,1.45fr) minmax(150px,.7fr);gap:clamp(24px,5vw,74px)}.header-logo{width:min(var(--logo-width, 150px),150px);transform:none}.header-logo__viewport{display:block;width:100%;aspect-ratio:1.19;overflow:hidden}.header-logo__art{display:block;width:132.4%!important;max-width:none;height:auto!important;transform:translate(-12.2%,-14.7%)}.header-search input{height:47px;border-color:var(--brand);border-radius:0;font-size:1rem}.header-editorial{min-height:44px;gap:clamp(22px,3.3vw,48px);border-bottom-color:#00339957;font-size:.86rem;font-weight:600;white-space:nowrap}.header-editorial a,.header-nav__link{transform:none!important;font-style:normal}.header-nav__list{min-height:43px;justify-content:flex-start;gap:clamp(34px,6vw,88px)}.header-nav__link{padding:13px 0 11px;font-size:.78rem;font-weight:700;letter-spacing:.055em}.hero{padding-top:22px}.hero__frame{min-height:clamp(540px,51vw,680px);background:#dce2e8}.hero__media img{object-position:center}.hero__overlay{background:linear-gradient(90deg,rgba(246,248,250,.96) 0%,rgba(246,248,250,.82) 28%,rgba(246,248,250,.1) 53%,transparent 68%)}.hero__content{width:min(610px,58%);padding:clamp(34px,6vw,82px);color:var(--ink)}.hero__content h1{max-width:10ch;color:var(--brand)}.hero__content p{max-width:39ch;margin:1.25rem 0 1.75rem;font-size:clamp(1rem,1.2vw,1.16rem)}.hero__content .eyebrow{color:var(--brand)}.section-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:34px}.section-heading p{max-width:58ch;color:#4b5058}.category-grid{height:770px;grid-template-columns:minmax(0,1.45fr) minmax(0,.82fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:18px}.category-card{display:grid;min-height:0;grid-template-rows:minmax(0,1fr) auto;background:var(--warm-white)}.category-card__media{height:100%;aspect-ratio:auto}.category-card__content{padding:18px 20px 21px;background:#fff}.category-card__content h3{color:var(--brand);font-size:1.12rem}.category-card__content p{color:#555b63}.product-grid{gap:24px 18px}.product-card__media{aspect-ratio:1;background:#f3f4f6}.product-card__info{padding-top:13px}.product-card__vendor{color:#656b74;font-size:.72rem}.product-card__title{min-height:2.7em;font-size:.94rem;font-weight:500;line-height:1.35}.product-card__price{color:var(--brand);font-weight:650}.editorial-split{grid-template-columns:1.2fr .8fr;min-height:640px}.editorial-split__media{min-height:640px}.editorial-split__media img{object-position:center}.editorial-split__content{padding:clamp(42px,6vw,84px);background:var(--brand)}.editorial-split__content h2{max-width:8ch}.editorial-split__content p{max-width:36ch}.friends-section{background:#f6f7f9}.friends-section.section-space--small{padding-block:clamp(28px,3vw,42px)}.friends-section__inner{display:grid;grid-template-columns:minmax(230px,.62fr) minmax(0,1.38fr);align-items:center;gap:clamp(38px,6vw,84px)}.friends-section__mark{display:grid;min-height:238px;place-items:center;overflow:hidden;background:transparent}.friends-section__mark img{width:min(100%,282px);height:auto}.friends-section__content{max-width:690px}.friends-section__content h2{max-width:21ch;margin-bottom:18px;color:var(--ink);font-size:clamp(1.8rem,2.5vw,2.55rem)}.friends-section__benefits{display:grid;gap:9px;margin:0 0 14px;padding:0;list-style:none}.friends-section__benefits li{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;font-size:.92rem}.friends-section__benefits span{color:var(--brand);font-weight:700}.friends-section__content .text-link{display:block;width:fit-content;margin:0 0 17px;color:var(--ink)}.collection-hero{padding-top:10px}.collection-hero h1,.product-panel h1{color:var(--brand)}.collection-tabs{gap:10px;margin-bottom:24px}.collection-tab{padding:9px 14px;font-weight:650}.product-layout{gap:clamp(34px,4vw,60px)}.product-media{background:#f3f4f6}.product-panel__price{color:var(--brand)}.product-trust{border-color:#d8dce2}.site-footer{background:var(--brand-dark)}.footer-brand__logo-viewport{display:block;width:min(150px,100%);aspect-ratio:1.19;overflow:hidden;background:#fff}.footer-brand__logo-art{display:block;width:132.4%!important;max-width:none;height:auto!important;transform:translate(-12.2%,-14.7%)}@media(max-width:1050px){.mobile-header{min-height:76px}.mobile-header .header-logo{width:66px}.category-grid{height:680px}}@media(max-width:780px){.page-width{width:min(calc(100% - 30px),var(--page-width))}.hero{padding-top:0}.hero__frame{min-height:650px}.hero__media img{object-position:66% center}.hero__overlay{background:linear-gradient(0deg,#f5f7f9fa,#f5f7f9d4 35%,#f5f7f900 65%)}.hero__content{width:100%;justify-content:flex-end;padding:32px 24px 40px;color:var(--ink)}.hero__content h1{max-width:9ch;font-size:clamp(2.8rem,13vw,4.3rem)}.hero__content p{max-width:31ch}.category-grid{height:auto;grid-template-columns:1fr;grid-template-rows:none}.category-card:first-child{grid-row:auto}.category-card__media{height:auto;aspect-ratio:1.05}.editorial-split{min-height:0}.editorial-split__media{min-height:520px}.editorial-split__content h2{max-width:10ch}.friends-section__inner{grid-template-columns:1fr;gap:34px}.friends-section__mark{min-height:0;padding:6px}.friends-section__mark img{width:min(100%,270px)}}@media(max-width:430px){.mobile-header .header-logo{width:58px}.product-grid{gap:20px 10px}.product-card__title{font-size:.82rem}}:root{--brand-dark: #002a7f;--line: rgba(0, 51, 153, .24);--soft-grey: #f3f4f6}body{color:#111318;background:#fff;font-family:proxima-nova,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.45}.page-width{width:min(calc(100% - 48px),1300px)}.section-space{padding-block:clamp(48px,5vw,72px)}.section-space--small{padding-block:clamp(36px,4vw,58px)}.serif,h1,.h1,h2,h2.display,.rte h2,.empty-state h2,.footer-newsletter h2,.newsletter-popup__content h2{font-family:proxima-nova,Helvetica Neue,Arial,sans-serif;letter-spacing:-.018em}h1,.h1{font-size:clamp(2.7rem,4.2vw,4.2rem);line-height:.98}h2{font-size:clamp(1.75rem,2.6vw,2.5rem);line-height:1.05}h3{font-size:1rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #f45b44;outline-offset:3px}.eyebrow{margin-bottom:.65rem;font-size:.67rem;letter-spacing:.13em}.button{min-height:44px;padding:.72rem 1.25rem;font-size:.78rem;letter-spacing:.025em}.announcement__inner{min-height:30px}.announcement{font-size:.69rem}.utility-bar{min-height:26px;font-size:.68rem}.header-main{min-height:82px;grid-template-columns:170px minmax(340px,520px) 170px;justify-content:space-between;gap:28px}.header-logo{width:min(var(--logo-width, 100px),90px)}.header-logo__viewport{aspect-ratio:1.08}.header-search input{height:43px;font-size:.9rem}.header-actions{gap:0}.header-actions .icon-button{width:39px;height:39px}.header-editorial{min-height:38px;gap:clamp(20px,3vw,44px);font-size:.76rem}.header-nav__list{min-height:35px;justify-content:center;gap:clamp(28px,4.5vw,68px)}.header-nav__link{padding:10px 0 8px;font-size:.69rem;letter-spacing:.065em}.hero{padding-top:16px}.hero__frame{min-height:clamp(460px,38vw,520px);background:#194b9b}.hero__media img{object-position:center 54%}.hero__overlay{background:linear-gradient(0deg,#01113075,#0111302b 72%,#01113014)}.hero__content{width:100%;align-items:center;justify-content:center;padding:56px 40px 48px;color:#fff;text-align:center}.hero__content h1{max-width:25ch;color:#fff;font-size:clamp(3rem,4.3vw,4rem);font-weight:500;letter-spacing:.035em;text-transform:uppercase;text-wrap:balance}.hero__content .eyebrow{color:#fff}.hero__content p{max-width:50ch;margin:1rem 0 1.35rem;color:#fff;font-size:.98rem}.hero__content .button{color:var(--brand);border-color:#fff;background:#fff}.hero__content .button:hover{color:#fff;border-color:#fff;background:transparent}.section-heading{margin-bottom:24px}.section-heading--row{align-items:flex-end;flex-direction:row;gap:24px}.featured-collection .section-heading h2{color:var(--ink);font-size:.78rem;font-weight:750;letter-spacing:.085em;text-transform:uppercase}.carousel-actions{display:flex;align-items:center;gap:8px}.carousel-arrow{display:grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid var(--brand);color:var(--brand);background:transparent;cursor:pointer}.carousel-arrow svg{width:15px;height:15px;transform:rotate(180deg)}.carousel-arrow--next svg{transform:none}.carousel-arrow:hover{color:#fff;background:var(--brand)}.carousel-actions .text-link{margin-left:8px;color:var(--brand);font-size:.76rem}.product-grid.product-carousel{display:flex;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:12px;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-color:rgba(0,51,153,.38) transparent;scrollbar-width:thin}.product-carousel .product-card{flex:0 0 calc((100% - 48px)/4);scroll-snap-align:start}.product-card__media{aspect-ratio:1;background:var(--soft-grey)}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .3s ease,transform .4s ease}.product-card__image--secondary,.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.015)}.product-card__badges{top:11px;left:11px}.product-card__favourite{top:7px;right:7px}.product-card__info{padding:11px 1px 4px}.product-card__vendor{margin-bottom:4px;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.product-card__title{display:-webkit-box;min-height:2.65em;overflow:hidden;font-size:.84rem;font-weight:500;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__price{margin-top:7px;font-size:.8rem;font-weight:650}.category-section .section-heading{max-width:650px}.category-section .section-heading h2{font-size:clamp(2.1rem,3.2vw,3rem)}.section-intro{max-width:52ch;margin:14px 0 0;color:#51555d}.category-grid{height:600px;grid-template-columns:minmax(0,1.42fr) minmax(0,.9fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:16px}.category-card{display:block;min-height:0;background:#163f80}.category-card:first-child{grid-row:1 / 3}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;aspect-ratio:auto}.category-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#031127a3,#03112705 60%)}.category-card__content{position:absolute;right:0;bottom:0;left:0;display:grid;padding:22px 24px 24px;color:#fff;background:transparent}.category-card__content h3{color:#fff;font-size:1.25rem;font-weight:600}.category-card__content p{margin:.35rem 0 0;color:#ffffffdb}.category-card__arrow{color:#fff}.editorial-split{height:520px;min-height:0;grid-template-columns:1.32fr .68fr;overflow:hidden}.editorial-split__media{height:100%;min-height:0}.editorial-split__content{padding:clamp(36px,4.5vw,64px)}.editorial-split__content h2{max-width:10ch;font-size:clamp(2rem,3vw,2.8rem)}.story-grid{grid-template-columns:1.16fr .92fr .92fr;gap:16px}.story-card__media,.story-card:first-child .story-card__media{aspect-ratio:1.12}.story-card__copy{padding:14px 0 6px}.story-card__copy h3{font-size:.95rem;font-weight:650}.story-card__copy p{max-width:37ch;font-size:.8rem}.introduction-section{border-top:1px solid #e2e4e7}.introduction-section__inner{max-width:980px;margin-inline:auto}.introduction-section h2{max-width:24ch;margin-bottom:22px;font-size:clamp(1.85rem,3vw,2.65rem)}.introduction-section p{max-width:79ch;color:#444950}.introduction-section h3{margin:28px 0 9px;color:var(--brand);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.introduction-section a{color:var(--brand)}.friends-section{background:#f3f4f6}.friends-section.section-space--small{padding-block:34px 36px}.friends-section__inner{width:min(calc(100% - 48px),1040px);grid-template-columns:340px minmax(0,1fr);gap:190px}.friends-section__mark{min-height:224px}.friends-section__mark img{width:min(100%,230px);filter:contrast(1.1) brightness(1.035);mix-blend-mode:multiply}.friends-section__content{max-width:none}.friends-section__content h2{max-width:none;margin:0 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,1.75vw,2rem);font-weight:400;letter-spacing:-.025em;line-height:1.08;white-space:nowrap}.friends-section__benefits{gap:9px;margin-bottom:15px}.friends-section__benefits li{grid-template-columns:18px 1fr;gap:10px;font-size:.84rem;white-space:nowrap}.friends-section__content .text-link{margin-bottom:18px}.friends-section__content .button{min-height:42px}.trust-item{padding:22px 20px}.trust-item strong{font-size:.8rem}.trust-item span{font-size:.7rem}.site-footer{background:var(--brand)}.footer-newsletter{grid-template-columns:1.15fr .85fr;gap:64px;padding-block:42px}.footer-newsletter h2{max-width:19ch;font-size:clamp(1.8rem,2.6vw,2.55rem)}.footer-newsletter__field{display:grid;gap:8px}.footer-newsletter__field label{font-size:.7rem;font-weight:700}.footer-newsletter__input-row{display:flex}.footer-newsletter__input-row input{min-height:44px}.footer-grid{gap:42px;padding-block:42px}.footer-brand__logo-viewport{width:min(116px,100%);aspect-ratio:1.08}.footer-brand__logo-art{filter:none!important}.footer-brand p{margin-top:16px;font-size:.75rem}.footer-title{margin-bottom:11px;font-size:.68rem}.footer-links a{padding:3px 0;font-size:.75rem}.footer-bottom{padding-block:17px;font-size:.68rem}.payment-icons{align-items:center}.payment-icon{width:38px;height:24px;padding:0;border:0;background:#fff}.newsletter-popup__card{width:min(720px,100%);grid-template-columns:.95fr 1.05fr}.newsletter-popup__art{min-height:390px}.newsletter-popup__content{padding:40px}.newsletter-popup__content h2{font-size:2rem}.newsletter-popup__form label{font-size:.7rem;font-weight:700}.filters-toggle{display:none}.product-panel h1{max-width:17ch;font-size:clamp(1.85rem,2.35vw,2.65rem);line-height:1.04}@media(max-width:1050px){.mobile-header{min-height:68px}.mobile-header .header-logo{width:64px}.product-carousel .product-card{flex-basis:calc((100% - 32px) / 3)}.category-grid{height:550px}.friends-section__inner{grid-template-columns:240px minmax(0,1fr);gap:52px}}@media(max-width:780px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.section-space{padding-block:46px}.section-space--small{padding-block:38px}.hero__frame{min-height:535px}.hero__media img{object-position:62% center}.hero__overlay{background:linear-gradient(0deg,#02102bb8,#02102b0a 72%)}.hero__content{justify-content:flex-end;padding:34px 22px 42px}.hero__content h1{max-width:11ch;font-size:clamp(2.5rem,11vw,3.35rem)}.hero__content p{max-width:33ch;font-size:.88rem}.section-heading--row{align-items:flex-end;flex-direction:row}.carousel-actions .text-link{display:none}.carousel-arrow{width:32px;height:32px}.filters-toggle{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;margin-bottom:14px;padding:0 14px;border:1px solid var(--brand);color:var(--brand);background:#fff;font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.filters-toggle span:last-child{font-size:1.1rem;font-weight:400}.filters{padding:4px 0 18px}.product-carousel .product-card{flex-basis:calc((100% - 12px) / 2.08)}.product-card__media{aspect-ratio:1}.product-card__vendor{font-size:.59rem}.product-card__title{font-size:.76rem}.category-section .section-heading h2{font-size:2.15rem}.category-grid{height:auto;grid-template-columns:1fr;grid-template-rows:none}.category-card,.category-card:first-child{min-height:345px;grid-row:auto}.category-card__content{padding:20px}.editorial-split{height:auto;min-height:0;grid-template-columns:1fr}.editorial-split__media{height:410px;min-height:410px}.editorial-split__content{padding:34px 28px 38px}.story-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:inline mandatory}.story-card{flex:0 0 79%;scroll-snap-align:start}.story-card__media,.story-card:first-child .story-card__media{aspect-ratio:1.12}.introduction-section__inner{max-width:none}.friends-section__inner{grid-template-columns:1fr;gap:22px}.friends-section__mark{min-height:0}.friends-section__mark img{width:min(100%,205px)}.friends-section__content h2{font-size:1.85rem;white-space:normal}.friends-section__benefits li{white-space:normal}.footer-newsletter{grid-template-columns:1fr;gap:24px;padding-block:36px}.footer-newsletter__input-row{display:flex}.footer-grid{padding-block:38px}.newsletter-popup__card{grid-template-columns:1fr}.newsletter-popup__art{min-height:170px;max-height:170px}.newsletter-popup__content{padding:26px}}@media(max-width:430px){.mobile-header .header-logo{width:58px}.footer-newsletter__input-row{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
