*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--color-bg)}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}img{height:auto}button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}p,h1,h2,h3,blockquote,figure{margin:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}body.menu-open,body.cart-open{overflow:hidden}body.menu-open{overscroll-behavior:none}.page-width{width:min(100% - 48px,1440px);margin-inline:auto}.narrow-width{width:min(100% - 48px,860px);margin-inline:auto}.skip-link{position:fixed;z-index:100;top:12px;left:12px;transform:translateY(-160%);padding:10px 14px;background:var(--color-text);color:var(--color-bg)}.skip-link:focus{transform:none}.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}:focus-visible{outline:2px solid var(--color-text);outline-offset:4px}.section{padding-block:clamp(84px,10vw,156px)}.section--compact{padding-block:clamp(60px,7vw,104px)}.display{font-size:clamp(54px,7vw,96px);line-height:.94;letter-spacing:-.035em;font-weight:500}.headline{font-size:clamp(38px,5vw,70px);line-height:1;letter-spacing:-.035em;font-weight:500}.subhead{font-size:clamp(28px,3.2vw,46px);line-height:1.08;letter-spacing:-.025em;font-weight:500}.body-large{font-size:clamp(18px,1.5vw,22px);line-height:1.48;letter-spacing:-.012em}.muted{color:var(--color-muted)}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:1px solid var(--color-text);border-radius:999px;background:var(--color-text);color:var(--color-bg);font-size:13px;font-weight:500;line-height:1;white-space:nowrap;transition:transform .22s cubic-bezier(.16,1,.3,1),background .22s ease,color .22s ease}.button:hover{transform:translateY(-2px);background:#2a2a28}.button:active{transform:scale(.98)}.button:disabled{cursor:not-allowed;opacity:.45}.button--secondary{background:transparent;color:var(--color-text)}.button--secondary:hover{background:var(--color-text);color:var(--color-bg)}.text-link{display:inline-flex;align-items:center;gap:9px;font-size:13px;border-bottom:1px solid currentColor;padding-bottom:3px}.text-link:after{content:"\2192";transition:transform .2s ease}.text-link:hover:after{transform:translate(4px)}.js [data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.js [data-reveal].is-visible{opacity:1;transform:none}.announcement{min-height:34px;display:grid;place-items:center;padding:7px 24px;background:var(--color-text);color:var(--color-bg);text-align:center}.announcement p{font-size:11px;line-height:1.4;letter-spacing:.12em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--color-bg) 94%,transparent);border-bottom:1px solid var(--color-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{height:68px;display:grid;grid-template-columns:180px 1fr 180px;align-items:center}.wordmark{width:66px;justify-self:start}.wordmark img,.footer-mark{width:100%;height:auto}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:32px}.desktop-nav a,.cart-link{font-size:13px;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:currentColor;transition:right .22s ease}.desktop-nav a:hover:after{right:0}.header-actions{justify-self:end}.icon-button{border:0;background:transparent;padding:8px;display:grid;place-items:center}.cart-count{display:inline-grid;place-items:center;margin-left:4px;min-width:22px;height:22px;border:1px solid var(--color-line);border-radius:50%;font-size:11px}.menu-button{display:none;width:40px;height:40px}.menu-button span{position:absolute;width:20px;height:1px;background:currentColor;transition:transform .2s ease}.menu-button span:first-child{transform:translateY(-4px)}.menu-button span:last-child{transform:translateY(4px)}.menu-button[aria-expanded=true] span:first-child{transform:rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.mobile-nav{position:fixed;top:102px;right:0;bottom:0;left:0;z-index:60;background:#fff;isolation:isolate;padding:38px 24px}.mobile-nav a{display:block;padding:15px 0;border-bottom:1px solid var(--color-line);font-size:24px;letter-spacing:-.025em}.home-hero{overflow:hidden;border-bottom:1px solid var(--color-line)}.real-life-reviews{border-top:1px solid var(--color-line)}.real-life-reviews__header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:clamp(34px,4vw,56px)}.real-life-reviews__header h2{font-size:clamp(34px,4.2vw,58px);line-height:1;letter-spacing:-.035em;font-weight:500}.real-life-reviews__header p,.real-life-review__meta{font-size:12px;color:var(--color-muted)}.real-life-reviews__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,30px)}.real-life-review{min-width:0}.real-life-review__image{width:100%;aspect-ratio:4/5;object-fit:cover;background:#fff}.real-life-review blockquote{margin-top:16px;font-size:clamp(18px,1.65vw,23px);line-height:1.22;letter-spacing:-.02em}.real-life-review__meta{margin-top:12px}.real-life-review__meta a{text-decoration:underline;text-underline-offset:3px}.community-reactions{border-top:1px solid var(--color-line)}.community-reactions__header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:clamp(42px,5vw,72px)}.community-reactions__header h2{font-size:clamp(34px,4.2vw,58px);line-height:1;letter-spacing:-.035em;font-weight:500}.community-reactions__header p,.community-reaction__meta{font-size:12px;color:var(--color-muted)}.community-reactions__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.community-reaction{min-width:0;padding:0 clamp(24px,3vw,48px);border-left:1px solid var(--color-line)}.community-reaction:first-child{padding-left:0;border-left:0}.community-reaction:last-child{padding-right:0}.community-reaction__link{display:block}.community-reaction blockquote{font-size:clamp(22px,2.25vw,32px);line-height:1.13;letter-spacing:-.026em}.community-reaction__meta{margin-top:22px}.community-reaction__link:hover blockquote{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.home-hero__stage{min-height:calc(100dvh - 102px);display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);align-items:center;gap:clamp(48px,6vw,104px);padding-block:clamp(42px,5.4vw,72px)}.home-hero__copy{max-width:620px;padding-block:clamp(20px,3vw,42px)}.home-hero__copy h1{font-size:clamp(45px,4.1vw,64px);font-weight:500;line-height:.96;letter-spacing:-.035em;max-width:620px}.home-hero__copy p{font-size:clamp(17px,1.35vw,20px);line-height:1.45;color:var(--color-muted);margin-top:26px;max-width:460px}.home-hero__copy .button{margin-top:34px}.home-hero__product{display:block;min-width:0;align-self:center}.home-hero__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;border-radius:14px;background:#fff;isolation:isolate}.home-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;opacity:0;pointer-events:none;transition:opacity .42s cubic-bezier(.16,1,.3,1)}.home-carousel__slide.is-active{z-index:1;opacity:1;pointer-events:auto}.home-carousel__slide img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.015);transition:transform .7s cubic-bezier(.16,1,.3,1)}.home-carousel__slide.is-active:hover img{transform:scale(1.035)}.home-carousel__arrow{position:absolute;z-index:3;top:50%;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(17,17,17,.12);border-radius:50%;background:#ffffffe6;box-shadow:0 6px 22px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:18px;line-height:1;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) scale(.94);transition:background .2s ease,transform .24s cubic-bezier(.16,1,.3,1),opacity .2s ease,visibility 0s linear .2s}.home-hero__media:hover .home-carousel__arrow,.home-hero__media:focus-within .home-carousel__arrow{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) scale(1);transition-delay:0s}.home-carousel__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.home-carousel__arrow:active{transform:translateY(-50%) scale(.97)}.home-carousel__arrow--previous{left:16px}.home-carousel__arrow--next{right:16px}.home-principles{padding-block:clamp(92px,12vw,176px)}.home-principles>h2{font-size:clamp(42px,6vw,86px);line-height:.98;letter-spacing:-.035em;font-weight:500;max-width:980px}.home-principles__list{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:clamp(64px,8vw,110px);border-top:1px solid var(--color-line)}.home-principles article{padding:28px 40px 0 0;min-height:170px}.home-principles article+article{padding-left:40px;border-left:1px solid var(--color-line)}.home-principles h3{font-size:20px;font-weight:500}.home-principles p{margin-top:10px;color:var(--color-muted);max-width:300px}.home-close{min-height:680px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(50px,8vw,130px);padding-block:clamp(90px,12vw,170px);border-top:1px solid var(--color-line)}.home-close__amp{font-size:clamp(260px,38vw,560px);font-weight:500;line-height:.65;letter-spacing:-.08em}.home-close__copy{max-width:520px}.home-close h2{font-size:clamp(40px,5vw,70px);line-height:1;letter-spacing:-.035em;font-weight:500}.home-close p{margin-top:24px;color:var(--color-muted);font-size:19px}.home-close .button{margin-top:32px}.home-product__desktop-name{display:none}.home-contextual-scenes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,48px)}.home-contextual-scenes img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px}.collection-header,.collection-grid{width:min(100% - 64px,1180px);margin-inline:auto}.collection-header{padding-block:clamp(88px,9vw,128px) clamp(52px,6vw,72px)}.collection-header h1{font-size:clamp(52px,6.2vw,76px);line-height:.96;letter-spacing:-.035em;font-weight:500;max-width:760px}.collection-header p{margin-top:20px;color:var(--color-muted);font-size:17px;max-width:500px}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(26px,3vw,44px);row-gap:clamp(58px,7vw,88px);padding-bottom:clamp(112px,12vw,168px)}.collection-item{min-width:0}.collection-item__media{aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#fff}.collection-item__media img{width:100%;height:100%;object-fit:contain;transform:scale(1);transition:transform .4s cubic-bezier(.16,1,.3,1)}.collection-item[data-product-handle=mangosteen-case] .collection-item__media img{transform:scale(1.12)}.collection-item[data-product-handle=coffee-bean-case] .collection-item__media img{transform:scale(.97)}.collection-item[data-product-handle=coconut-case] .collection-item__media img{transform:scale(.9)}.collection-item[data-product-handle=mangosteen-case]:hover .collection-item__media img{transform:scale(1.15)}.collection-item[data-product-handle=coffee-bean-case]:hover .collection-item__media img{transform:scale(1)}.collection-item[data-product-handle=coconut-case]:hover .collection-item__media img{transform:scale(.93)}.collection-item__info{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;column-gap:20px;row-gap:8px;padding:18px 2px 0}.collection-item__copy{min-width:0}.collection-item h2{font-size:21px;line-height:1.14;letter-spacing:-.022em;font-weight:500}.collection-item h2 a{display:inline}.collection-item p{font-size:12px;color:var(--color-muted);margin-top:7px}.collection-item strong{font-size:13px;font-weight:500;white-space:nowrap}.product-main{padding-block:32px clamp(96px,11vw,160px)}.product-breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:28px;font-size:12px;color:var(--color-muted)}.product-breadcrumb a:hover{color:var(--color-text)}.product-main__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);gap:clamp(48px,6vw,92px);align-items:start}.product-gallery__viewport{position:relative;aspect-ratio:1;overflow:hidden;border-radius:16px;background:#fff}.product-gallery__slide{width:100%;height:100%;animation:gallery-in .3s cubic-bezier(.16,1,.3,1)}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-gallery__slide:first-child img{object-fit:contain}.product-gallery[data-product-handle=mangosteen-case] .product-gallery__slide:first-child img{transform:scale(1.06)}.product-gallery[data-product-handle=coffee-bean-case] .product-gallery__slide:first-child img{transform:scale(.96)}.product-gallery[data-product-handle=coconut-case] .product-gallery__slide:first-child img{transform:scale(.9)}@keyframes gallery-in{0%{opacity:.25;transform:scale(.995)}to{opacity:1;transform:none}}.gallery-arrow{position:absolute;z-index:2;top:50%;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(17,17,17,.12);border-radius:50%;background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%);transition:background .2s ease,transform .2s ease}.gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.04)}.gallery-arrow--previous{left:16px}.gallery-arrow--next{right:16px}.product-gallery__footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:14px}.product-gallery__thumbs{display:flex;gap:10px}.product-gallery__thumb{width:64px;height:64px;padding:0;border:1px solid transparent;border-radius:10px;background:#fff;overflow:hidden;opacity:.55;transition:opacity .2s ease,border-color .2s ease}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{opacity:1}.product-gallery__thumb.is-active{border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb:first-child img{object-fit:contain}.product-gallery__count{font-size:12px;color:var(--color-muted);font-variant-numeric:tabular-nums}.product-info{position:sticky;top:126px;padding-top:8px}.product-kicker{font-size:13px;color:var(--color-muted);margin-bottom:16px}.product-title{font-size:clamp(46px,4.5vw,68px);line-height:.96;letter-spacing:-.035em;font-weight:500}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px}.product-price{font-size:20px}.stock-status{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--color-muted)}.stock-status span{width:7px;height:7px;border-radius:50%;background:#3f7d52;box-shadow:0 0 0 3px #3f7d521a}.product-description{color:var(--color-muted);margin-top:22px;max-width:520px}.product-description p{margin-bottom:12px}.product-form{margin-top:30px}.field-label{display:block;font-size:13px;font-weight:500;margin-bottom:10px}.select-wrap{position:relative}.select-wrap:after{content:"\2304";position:absolute;right:16px;top:50%;transform:translateY(-58%);pointer-events:none}.product-form select{width:100%;height:52px;border:1px solid var(--color-line);border-radius:12px;background:var(--color-bg);padding:0 44px 0 16px;-webkit-appearance:none;appearance:none}.product-form__submit{width:100%;min-height:56px;margin-top:12px;gap:7px}.product-form__status{min-height:18px;margin-top:10px;font-size:12px;text-align:center}.product-form__status:empty{display:none}.product-highlights{display:grid;gap:8px;list-style:none;padding:18px 0 0;margin:0;border-top:1px solid var(--color-line);font-size:13px}.product-highlights li{display:flex;align-items:center;gap:10px}.product-highlights li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--color-text);flex:0 0 auto}.product-form{margin-top:26px}.product-form__note{margin-top:10px;color:var(--color-muted);font-size:11px;text-align:center}.product-assurances{list-style:none;padding:21px 0;margin:25px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.product-assurances li{display:grid;gap:4px}.product-assurances strong{font-size:12px;font-weight:500}.product-assurances span{font-size:11px;line-height:1.35;color:var(--color-muted)}.product-details{margin-top:20px}.product-details details{border-bottom:1px solid var(--color-line);padding:18px 0}.product-details summary{cursor:pointer;list-style:none;font-size:14px;display:flex;justify-content:space-between;gap:24px}.product-details summary::-webkit-details-marker{display:none}.product-details summary:after{content:"+";font-size:20px;font-weight:300;line-height:1}.product-details details[open] summary:after{content:"\2212"}.product-details details p{font-size:13px;color:var(--color-muted);padding:14px 0 2px;max-width:470px}.product-reasons{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(50px,8vw,130px);padding-block:clamp(82px,9vw,132px);border-top:1px solid var(--color-line)}.product-reasons>h2{font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.03em;font-weight:500}.product-reasons>div{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-reasons p{display:grid;gap:9px}.product-reasons strong{font-size:16px;font-weight:500}.product-reasons span{font-size:13px;color:var(--color-muted)}.product-story{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);align-items:center;gap:clamp(48px,7vw,110px);padding-bottom:clamp(96px,11vw,160px)}.product-story__media{aspect-ratio:1;overflow:hidden;border-radius:16px;background:#fff}.product-story__media img{width:100%;height:100%;object-fit:cover}.product-story__copy h2,.product-detail-image h2{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.035em;font-weight:500}.product-story__copy>p:last-of-type,.product-detail-image div>p:last-child{margin-top:24px;color:var(--color-muted);max-width:520px}.product-story__facts{display:grid;margin-top:36px;border-top:1px solid var(--color-line)}.product-story__facts div{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:17px 0;border-bottom:1px solid var(--color-line);font-size:13px}.product-story__facts dt{color:var(--color-muted)}.product-story__facts dd{margin:0}.product-detail-image{display:grid;grid-template-columns:minmax(340px,.76fr) minmax(0,1.24fr);align-items:center;gap:clamp(48px,7vw,110px);padding-bottom:clamp(112px,12vw,176px)}.product-detail-image>img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px;background:#fff}.product-detail-image>div{order:-1}.related{padding-block:clamp(88px,10vw,150px);border-top:1px solid var(--color-line)}.related>h2{font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.03em;font-weight:500;margin-bottom:48px}.related-card{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:clamp(40px,7vw,110px)}.related-card__media{aspect-ratio:1;display:grid;place-items:center;border-radius:14px;background:#fff;overflow:hidden}.related-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.related-card__media:hover img{transform:scale(1.025)}.related-card__copy{max-width:430px}.related-card h3{font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.03em;font-weight:500}.related-card__copy>p{color:var(--color-muted);margin-top:16px}.related-card__price{color:var(--color-text)!important;font-size:18px}.related-card .button{margin-top:28px}.page-hero{padding-block:clamp(80px,11vw,156px) clamp(52px,7vw,90px);border-bottom:1px solid var(--color-line)}.page-hero__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px}.page-hero .headline{max-width:960px}.section-label{font-size:11px;line-height:1.3;text-transform:uppercase;letter-spacing:.16em;color:var(--color-muted)}.page-content{padding-block:clamp(70px,9vw,130px)}.page-content .rte{font-size:18px;line-height:1.7}.page-content .rte h2,.page-content .rte h3{font-weight:500;letter-spacing:-.025em;line-height:1.1;margin:2.5em 0 .75em}.page-content .rte h2{font-size:36px}.page-content .rte h3{font-size:24px}.page-content .rte p,.page-content .rte ul{margin:0 0 1.4em}.page-content .rte a{text-decoration:underline;text-underline-offset:3px}.about-intro{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px}.about-intro__copy{max-width:850px}.about-intro__copy .headline{margin-bottom:36px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);margin-top:90px;border-top:1px solid var(--color-line)}.about-value{padding:28px 34px 0 0;border-right:1px solid var(--color-line);min-height:210px}.about-value:not(:first-child){padding-left:34px}.about-value:last-child{border-right:0}.about-value h3{font-size:20px;font-weight:500;margin-bottom:16px}.about-value p{color:var(--color-muted);max-width:300px}.policy-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:clamp(50px,9vw,150px)}.policy-nav{position:sticky;top:140px;align-self:start;display:grid;gap:10px;font-size:13px}.policy-nav a{color:var(--color-muted)}.policy-nav a:hover{color:var(--color-text)}.policy-copy{max-width:820px}.policy-copy h2{font-size:30px;letter-spacing:-.025em;font-weight:500;margin:60px 0 16px}.policy-copy h2:first-child{margin-top:0}.policy-copy p,.policy-copy li{color:var(--color-muted);line-height:1.75}.policy-copy ul{padding-left:20px}.policy-note{border-top:1px solid var(--color-text);padding-top:18px;margin-top:36px;font-size:14px}.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(50px,9vw,150px)}.contact-aside p{color:var(--color-muted);max-width:300px;margin-top:18px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:grid;gap:8px}.field--wide{grid-column:1/-1}.field label{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.field input,.field textarea{width:100%;border:1px solid var(--color-line);background:var(--color-bg);padding:14px;border-radius:10px}.field textarea{min-height:150px;resize:vertical}.contact-form .button{justify-self:start;margin-top:14px}.form-message{font-size:14px;margin-top:14px}.errors{color:#8f1d2c;font-size:14px;padding-left:18px}.cart-page{padding-block:clamp(70px,10vw,140px)}.cart-page__header{display:flex;justify-content:space-between;align-items:end;padding-bottom:32px;border-bottom:1px solid var(--color-line)}.cart-row{display:grid;grid-template-columns:140px 1fr auto;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--color-line)}.cart-row img{width:140px;height:140px;object-fit:contain;background:#fff;border-radius:12px}.cart-row h2{font-size:22px;font-weight:500;letter-spacing:-.025em}.cart-row p{font-size:13px;color:var(--color-muted);margin-top:6px}.cart-row input{width:76px;height:42px;border:1px solid var(--color-line);border-radius:10px;background:var(--color-bg);padding:0 12px;margin-top:14px}.cart-summary{margin-left:auto;width:min(100%,460px);padding-top:34px;text-align:right}.cart-summary__total{display:flex;justify-content:space-between;font-size:20px;margin-bottom:18px}.cart-summary .button{width:100%}.empty-state{text-align:center;padding-block:100px}.empty-state .headline{margin-bottom:30px}.not-found{text-align:center;padding-block:clamp(100px,16vw,220px)}.not-found .display{margin-bottom:30px}.cart-drawer{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;pointer-events:none}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#11111152;opacity:0;transition:opacity .28s ease}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(100%,490px);height:100%;display:flex;flex-direction:column;background:var(--color-bg);box-shadow:-24px 0 70px #1111111f;transform:translate(100%);transition:transform .32s cubic-bezier(.16,1,.3,1);outline:0}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer[aria-hidden=false] .cart-drawer__backdrop{opacity:1}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:none}.cart-drawer__header{min-height:92px;display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--color-line)}.cart-drawer__header h2{font-size:28px;line-height:1;font-weight:500;letter-spacing:-.03em;margin-top:5px}.cart-drawer__header h2 span{font-size:14px;color:var(--color-muted)}.cart-drawer__close{width:44px;height:44px;border:1px solid var(--color-line);border-radius:50%;background:transparent;font-size:28px;font-weight:300;line-height:1}.cart-drawer__body{flex:1;min-height:0;overflow:auto;padding:0 24px;transition:opacity .15s ease}.cart-drawer__body.is-updating{opacity:.48;pointer-events:none}.cart-drawer__loading{padding:40px 0;color:var(--color-muted)}.cart-drawer__item{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:16px;padding:20px 0;border-bottom:1px solid var(--color-line)}.cart-drawer__image{width:96px;height:96px;display:grid;place-items:center;border-radius:12px;background:#fff;overflow:hidden}.cart-drawer__image img{width:100%;height:100%;object-fit:contain}.cart-drawer__image-placeholder{width:42px;height:42px;border-radius:50%;background:var(--color-surface)}.cart-drawer__item-copy h3{font-size:15px;line-height:1.25;font-weight:500}.cart-drawer__item-copy>p{margin-top:5px;font-size:11px;color:var(--color-muted)}.quantity-control{width:max-content;display:grid;grid-template-columns:34px 28px 34px;align-items:center;margin-top:14px;border:1px solid var(--color-line);border-radius:999px;overflow:hidden}.quantity-control button{width:34px;height:32px;border:0;background:transparent}.quantity-control span{text-align:center;font-size:12px}.cart-drawer__item-end{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:16px}.cart-drawer__item-end strong{font-size:13px;font-weight:500}.cart-drawer__item-end button{border:0;background:transparent;padding:0;color:var(--color-muted);font-size:11px;text-decoration:underline;text-underline-offset:3px}.cart-drawer__empty{height:100%;display:grid;place-content:center;text-align:center;gap:24px}.cart-drawer__empty p{max-width:290px;color:var(--color-muted)}.cart-drawer__footer{padding:20px 24px 24px;border-top:1px solid var(--color-line);background:var(--color-bg)}.shipping-progress{margin-bottom:22px}.shipping-progress p{font-size:12px;color:var(--color-muted);margin-bottom:9px}.shipping-progress>div{height:3px;border-radius:3px;background:var(--color-line);overflow:hidden}.shipping-progress span{display:block;width:0;height:100%;background:var(--color-text);transition:width .35s ease}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:18px;margin-bottom:6px}.cart-drawer__subtotal strong{font-weight:500}.cart-drawer__footer>p{font-size:11px;color:var(--color-muted);margin-bottom:17px}.cart-drawer__footer .button{width:100%}.cart-drawer__view{display:block;width:max-content;margin:14px auto 0;font-size:12px;border-bottom:1px solid currentColor}.toast{position:fixed;z-index:100;left:50%;bottom:28px;max-width:min(90vw,420px);padding:12px 18px;border-radius:999px;background:var(--color-text);color:var(--color-bg);font-size:12px;opacity:0;transform:translate(-50%,12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.toast.is-visible{opacity:1;transform:translate(-50%)}.mobile-buy-bar{display:none}.site-footer{border-top:1px solid var(--color-line);padding-top:clamp(66px,8vw,112px)}.site-footer__lead{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-bottom:clamp(70px,9vw,116px)}.footer-mark{width:90px}.footer-statement{font-size:clamp(24px,3vw,40px);line-height:1.06;letter-spacing:-.03em;max-width:520px;margin-top:38px}.footer-newsletter{max-width:500px;justify-self:end;width:100%}.footer-newsletter h2{font-size:22px;font-weight:500;letter-spacing:-.02em}.footer-newsletter>p{color:var(--color-muted);margin-top:8px}.newsletter-form{display:grid;grid-template-columns:1fr auto;margin-top:28px;border-bottom:1px solid var(--color-text)}.newsletter-form input{min-width:0;border:0;background:transparent;padding:14px 0}.newsletter-form button{border:0;background:transparent;padding:0 0 0 18px}.newsletter-form .form-message,.newsletter-form .errors{grid-column:1/-1;padding:8px 0}.site-footer__base{display:grid;grid-template-columns:1fr 1fr;gap:60px;border-top:1px solid var(--color-line);padding-block:22px 28px;font-size:11px;color:var(--color-muted)}.site-footer__base nav{display:flex;flex-wrap:wrap;gap:20px}.site-footer__base p{justify-self:end;text-align:right;max-width:580px}@media(max-width:1100px){.site-header__inner{grid-template-columns:120px 1fr 120px}.desktop-nav{gap:20px}.home-hero__stage{grid-template-columns:minmax(0,.82fr) minmax(440px,1.18fr);gap:44px}.product-main__grid{grid-template-columns:1fr .8fr;gap:40px}.product-assurances{grid-template-columns:1fr}.product-assurances li{grid-template-columns:130px 1fr}.product-reasons{grid-template-columns:1fr}.product-reasons>div{max-width:800px}.product-story,.product-detail-image{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:920px)and (min-width:821px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1000px)and (min-width:821px){.home-hero__stage{grid-template-columns:minmax(0,1fr) minmax(380px,1.05fr);gap:36px}.home-hero__copy h1{font-size:35px;line-height:.98}.home-hero__copy p{font-size:16px}}@media(max-width:820px){.page-width,.narrow-width{width:min(100% - 32px,1440px)}.announcement p{font-size:10px}.site-header{z-index:70}.site-header__inner{height:66px;grid-template-columns:1fr auto 1fr}.menu-button{display:grid;justify-self:start}.wordmark{width:58px;justify-self:center}.desktop-nav{display:none}.header-actions{justify-self:end}.cart-link{font-size:0}.cart-count{font-size:11px;margin:0}html.menu-open,body.menu-open{overflow:hidden;overscroll-behavior:none}body.menu-open{position:fixed;top:var(--menu-scroll-top);left:0;right:0;width:100%}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:var(--menu-viewport-height, 100%);height:100dvh;z-index:1000;display:flex;flex-direction:column;background:#fff;opacity:1;isolation:isolate;overflow:hidden;overscroll-behavior:none}.mobile-menu-overlay[hidden]{display:none}.mobile-menu-overlay>.announcement{flex:none}.mobile-menu-overlay>.site-header{position:relative;top:auto;flex:none;z-index:auto;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.mobile-menu-overlay>.mobile-nav{position:static;inset:auto;flex:1;min-height:0;width:100%;padding:38px 24px;background:#fff;overflow-y:auto;overscroll-behavior:none;-webkit-overflow-scrolling:touch}.mobile-nav[hidden]{display:none}.section{padding-block:80px}.real-life-reviews{padding-block:64px}.real-life-reviews__header{display:block;margin-bottom:30px}.real-life-reviews__header p{margin-top:10px}.real-life-reviews__track{display:flex;gap:16px;overflow-x:auto;width:100vw;margin-left:calc((100vw - 100%)/-2);padding:0 16px 4px;scroll-snap-type:x mandatory;scrollbar-width:none}.real-life-reviews__track::-webkit-scrollbar{display:none}.real-life-review{flex:0 0 82vw;scroll-snap-align:start}.real-life-review blockquote{font-size:21px}.community-reactions{padding-block:64px}.community-reactions__header{display:block;margin-bottom:30px}.community-reactions__header p{margin-top:10px}.community-reactions__track{display:flex;gap:16px;overflow-x:auto;width:100vw;margin-left:calc((100vw - 100%)/-2);padding:0 16px 4px;scroll-snap-type:x mandatory;scrollbar-width:none}.community-reactions__track::-webkit-scrollbar{display:none}.community-reaction{flex:0 0 82vw;padding:0 22px 0 0;border-left:0;border-right:1px solid var(--color-line);scroll-snap-align:start}.community-reaction:first-child{padding-left:0}.community-reaction:last-child{padding-right:0;border-right:0}.community-reaction blockquote{font-size:28px}.community-reaction__meta{margin-top:16px}.display{font-size:clamp(48px,14vw,72px)}.headline{font-size:clamp(40px,11vw,58px)}.subhead{font-size:36px}.home-hero__stage{min-height:0;grid-template-columns:1fr;gap:36px;padding-block:clamp(48px,9vw,72px) 30px}.home-hero__copy{max-width:620px;padding:0}.home-hero__copy h1{font-size:clamp(38px,9.7vw,56px);line-height:.98}.home-hero__copy p{margin-top:20px;max-width:420px}.home-hero__copy .button{margin-top:26px}.home-hero__media{border-radius:12px}.home-principles__list{grid-template-columns:1fr}.home-principles article,.home-principles article+article{padding:24px 0;border-left:0;border-bottom:1px solid var(--color-line);min-height:0}.home-principles article:last-child{border-bottom:0}.home-close{display:block;min-height:0;padding-block:32px 80px}.home-contextual-scenes{grid-template-columns:1fr;gap:24px}.collection-header,.collection-grid{width:min(100% - 32px,1180px)}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.collection-item__media{aspect-ratio:1}.collection-header h1{font-size:clamp(48px,12vw,68px)}.product-main{padding-top:20px}.product-main__grid{grid-template-columns:1fr;gap:34px}.product-info{position:static}.product-title{font-size:clamp(44px,12vw,62px)}.product-gallery__viewport{border-radius:14px}.gallery-arrow{width:42px;height:42px}.product-gallery__thumb{width:56px;height:56px}.product-assurances{grid-template-columns:repeat(3,1fr)}.product-assurances li{display:grid;grid-template-columns:1fr}.product-reasons{gap:40px}.product-reasons>div{grid-template-columns:1fr}.product-reasons p{padding-bottom:22px;border-bottom:1px solid var(--color-line)}.product-story,.product-detail-image{grid-template-columns:1fr}.product-story__copy{padding-inline:2px}.product-detail-image>div{order:0}.product-story__media,.product-detail-image>img{border-radius:14px}.related-card{grid-template-columns:1fr}.related-card__copy{max-width:none;padding-inline:4px}.page-hero__grid,.about-intro,.policy-layout,.contact-layout{grid-template-columns:1fr}.about-values{grid-template-columns:1fr;margin-top:60px}.about-value,.about-value:not(:first-child){padding:24px 0;border-right:0;border-bottom:1px solid var(--color-line);min-height:0}.about-value:last-child{border-bottom:0}.policy-nav{position:static;grid-template-columns:repeat(3,auto);justify-content:start;gap:8px 18px}.contact-form{grid-template-columns:1fr}.field--wide{grid-column:auto}.cart-row{grid-template-columns:100px 1fr}.cart-row img{width:100px;height:100px}.cart-row>strong{grid-column:2}.template-product{padding-bottom:82px}.mobile-buy-bar{position:fixed;z-index:55;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 10px 10px 16px;border:1px solid rgba(17,17,17,.1);border-radius:18px;background:#f7f7f5f5;box-shadow:0 12px 40px #11111124;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;transform:translateY(calc(100% + 20px));pointer-events:none;transition:opacity .24s ease,transform .3s cubic-bezier(.16,1,.3,1)}.mobile-buy-bar.is-visible{opacity:1;transform:none;pointer-events:auto}.mobile-buy-bar>div{min-width:0;display:grid}.mobile-buy-bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500}.mobile-buy-bar span{font-size:11px;color:var(--color-muted)}.mobile-buy-bar .button{width:auto;min-height:44px;padding-inline:18px}.cart-open .mobile-buy-bar{opacity:0;pointer-events:none}.cart-drawer__panel{width:min(100% - 10px,490px);height:calc(100% - 10px);top:5px;right:5px;border-radius:18px;overflow:hidden}.cart-drawer__header{min-height:82px;padding:18px}.cart-drawer__body{padding-inline:18px}.cart-drawer__footer{padding:18px}.site-footer__lead,.site-footer__base{grid-template-columns:1fr}.footer-newsletter{justify-self:start}.site-footer__base{gap:22px}.site-footer__base p{justify-self:start;text-align:left}.site-footer__base nav{gap:14px}}@media(max-width:480px){.button{width:100%}.home-hero__copy{width:100%;max-width:100%}.home-hero__copy .button{width:auto}.home-close__copy{padding-left:0}.home-close__amp{font-size:92vw}.collection-grid{grid-template-columns:1fr;row-gap:54px}.collection-item h2{font-size:20px}.product-assurances{grid-template-columns:1fr}.product-assurances li{grid-template-columns:130px 1fr}.related-card__media{aspect-ratio:1}.policy-nav{grid-template-columns:1fr 1fr}.cart-drawer__item{grid-template-columns:82px minmax(0,1fr);gap:14px}.cart-drawer__image{width:82px;height:82px}.cart-drawer__item-end{grid-column:2;flex-direction:row;align-items:center}.gallery-arrow{top:auto;bottom:14px;transform:none}.gallery-arrow:hover{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.js [data-reveal]{opacity:1;transform:none}}@media(hover:none){.home-carousel__arrow{display:none}}@media(min-width:821px){.home-mobile-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,48px);padding-block:clamp(60px,7.5vw,106px);width:min(100% - 48px,1440px);margin-inline:auto}.home-mobile-products article{min-width:0}.home-mobile-products article:nth-child(1){order:2}.home-mobile-products article:nth-child(2){order:1}.home-mobile-products article:nth-child(3){order:3}.home-mobile-products article>a{display:grid;gap:13px}.home-mobile-products img{width:100%;aspect-ratio:1;object-fit:contain;transition:transform .35s cubic-bezier(.16,1,.3,1)}.home-mobile-products article:hover img{transform:scale(1.025)}.home-mobile-products h2:not(.home-product__desktop-name){display:none}.home-product__desktop-name{display:block!important;font-size:24px;font-weight:500;letter-spacing:-.025em;line-height:1.1}.home-mobile-products strong{font-size:14px;font-weight:500}.home-close{display:block;min-height:0;padding-block:clamp(72px,9vw,128px)}}.home-principles .section-label{margin-bottom:24px}.home-principles__list{grid-template-columns:minmax(0,460px)}.home-principles__list article{min-height:0;padding:28px 0 0}.home-principles__list article p{font-size:18px;line-height:1.45;color:var(--color-text)}.collection-item__number{font-size:11px!important;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.collection-item--archive .collection-item__copy>p:last-child{max-width:240px;line-height:1.4}.product-gallery__swipe-hint{display:none}.variant-picker{border:0;padding:0;margin:0}.variant-picker__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.variant-button{min-height:48px;padding:10px;border:1px solid var(--color-line);border-radius:8px;background:transparent;text-align:left;font-size:13px;line-height:1.2}.variant-button:hover,.variant-button.is-selected{border-color:var(--color-text);background:var(--color-text);color:var(--color-bg)}.variant-button:disabled{cursor:not-allowed;opacity:.42;text-decoration:line-through}.variant-button span{display:block;font-size:10px;margin-top:3px}.variant-picker__native{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.model-help{display:inline-block;border:0;border-bottom:1px solid currentColor;background:none;padding:0;margin-top:13px;font-size:12px;color:var(--color-muted)}.product-trust-line{width:100%;border:0;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);background:transparent;padding:15px 0;text-align:left;font-size:12px;margin-top:24px}.product-trust-detail{padding:14px 0 2px;color:var(--color-muted);font-size:12px;line-height:1.55}.model-help-dialog{width:min(100% - 32px,540px);border:1px solid var(--color-line);padding:24px;background:var(--color-bg);color:var(--color-text)}.model-help-dialog::backdrop{background:#1116}.model-help-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.model-help-dialog h2{font-size:26px;letter-spacing:-.03em}.model-help-dialog__header button{width:44px;height:44px;border:1px solid var(--color-line);border-radius:50%;background:transparent;font-size:28px}.model-help-dialog p{color:var(--color-muted);margin-top:12px}@media(min-width:821px){.product-gallery__viewport{display:grid}.product-gallery__slide{grid-area:1/1;opacity:0;pointer-events:none;transition:opacity .25s ease}.product-gallery__slide.is-active{opacity:1;pointer-events:auto}.product-gallery__slide[hidden]{display:block}.product-gallery__slide.is-active img{transform:scale(1)}.product-gallery__slide:first-child{z-index:1}.product-gallery:hover .product-gallery__slide:nth-child(3),.product-gallery:focus-within .product-gallery__slide:nth-child(3){opacity:1;z-index:2}.product-gallery:hover .product-gallery__slide:first-child,.product-gallery:focus-within .product-gallery__slide:first-child{opacity:0}}@media(max-width:820px){.product-main{padding-bottom:112px}.product-gallery__swipe-hint{display:block;margin:0 0 9px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.product-gallery__viewport{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:0;margin-inline:calc((100vw - 100%)/-2)}.product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__slide,.product-gallery__slide[hidden]{display:block!important;flex:0 0 88%;height:auto;aspect-ratio:1;scroll-snap-align:center;margin-right:10px;animation:none}.product-gallery__slide:first-child{margin-left:6%}.product-gallery__slide img{height:100%;object-fit:cover}.product-gallery__slide:first-child img{object-fit:contain}.product-gallery__footer{margin-top:12px}.product-gallery__thumbs{display:none}.product-info{margin-top:4px}.product-kicker{font-size:11px;letter-spacing:.13em}.product-title{font-size:clamp(38px,11vw,52px)}.product-description{margin-top:14px}.product-description p{font-size:16px;line-height:1.35;color:var(--color-text)}.product-form{margin-top:22px}.product-details{margin-top:10px}.mobile-buy-bar{bottom:max(10px,env(safe-area-inset-bottom));padding-bottom:max(10px,env(safe-area-inset-bottom));border-radius:12px;-webkit-backdrop-filter:none;backdrop-filter:none}.mobile-buy-bar span{display:block}.mobile-buy-bar .button{width:auto;min-width:126px}.template-product{padding-bottom:100px}.cart-open .mobile-buy-bar{display:none}.model-help-dialog{padding:22px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/theme.css.map */
