:root{color-scheme:light;--blue: #0037d6;--blue-2: #09245f;--ink: #12141a;--muted: #626974;--line: #dfe4ec;--paper: #f4eadb;--mist: #eef4fb;--white: #ffffff;--coral: #f05a3c;--green: #52715e;--shadow: 0 18px 55px rgba(14, 26, 45, .12);--radius: 8px;--header-height: 96px;font-family:Inter,Albert Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;background:var(--paper);color:var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}p{color:var(--muted);line-height:1.65}h1,h2,h3,p{margin-top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.07)}.utility-bar{height:30px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:0 32px;background:var(--blue);color:#fff;font-size:12px;font-weight:700}.utility-bar span{text-align:center}.utility-bar a:last-child{justify-self:end}.nav-shell{height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:0 32px;max-width:1440px;margin:0 auto}.brand-mark{display:inline-flex;align-items:center;gap:1px;font-weight:950;color:#030307;font-size:30px;line-height:1;min-width:70px}.brand-word{transform:translateY(-1px)}.brand-x{color:var(--blue);font-size:36px;line-height:.8}.desktop-nav{display:flex;justify-content:center;align-items:center;gap:clamp(12px,1.25vw,25px);font-size:13px;font-weight:720}.desktop-nav a{position:relative;padding:25px 0;color:#15191f;white-space:nowrap}.desktop-nav a[aria-current=page]:after,.desktop-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--blue)}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.nav-actions button,.icon-link{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#12141a;cursor:pointer}.nav-actions button:hover,.icon-link:hover{background:#eef2f7}.mobile-toggle{display:none!important}.mobile-drawer{position:fixed;inset:0;pointer-events:none;background:#050b1900;transition:background .18s ease}.mobile-drawer.is-open{pointer-events:auto;background:#050b1970}.mobile-drawer__panel{margin-left:auto;width:min(88vw,380px);height:100%;background:var(--white);padding:18px;transform:translate(105%);transition:transform .22s ease;display:flex;flex-direction:column;gap:8px}.mobile-drawer.is-open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mobile-drawer a:not(.brand-mark){padding:14px 0;border-bottom:1px solid var(--line);font-weight:800}.mobile-drawer button{border:0;background:var(--mist);width:42px;height:42px;border-radius:999px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid var(--blue);border-radius:999px;background:var(--blue);color:#fff;font-weight:850;font-size:14px;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px);background:var(--blue-2);border-color:var(--blue-2)}.button--light{background:#fff;color:var(--ink);border-color:#fff}.button--light:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.button--ghost,.button--ghost-light{background:transparent;color:var(--blue)}.button--ghost-light{color:#fff;border-color:#ffffff8c}.button--ghost:hover{color:#fff}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-weight:850;font-size:14px}.text-link--light{color:#fff}.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase}.hero{position:relative;min-height:min(760px,calc(88svh - var(--header-height)));overflow:hidden;display:grid;align-items:center;background:#101820}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,#030911bd,#03091161 38%,#0309110a 70%)}.hero__content{position:relative;width:min(520px,calc(100% - 48px));margin-left:clamp(24px,8vw,126px);padding:56px 0;animation:heroEnter .72s cubic-bezier(.16,1,.3,1) both}.hero__content .eyebrow{color:#fff}.hero h1{margin:10px 0 16px;color:#fff;font-size:clamp(58px,10vw,132px);line-height:.88;font-weight:950}.hero p{max-width:420px;margin-bottom:24px;color:#ffffffe0;font-size:clamp(17px,2vw,22px)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}@keyframes heroEnter{0%{opacity:1;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:1;transform:translateY(0);transition:opacity .52s ease,transform .52s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.split-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(28px,5vw,72px);align-items:center;width:min(1180px,calc(100% - 40px));margin:64px auto;padding:clamp(18px,3vw,38px);background:#ffffff80}.media-block img,.mission-image img,.review-section img,.tumbler-care img,.story-image img,.feature-detail img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.media-block{aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--radius)}.copy-block h2,.section-intro h2,.faq-block h2,.quality-panel h2,.timeline-row h2,.mission-copy h2,.review-section h2,.feature-detail h2,.story-image h2{font-size:clamp(34px,5vw,68px);line-height:.98;margin-bottom:18px}.copy-block p,.section-intro p{max-width:560px}.story-strip{padding:clamp(56px,9vw,120px) 20px;background:var(--white)}.story-strip__copy{width:min(1180px,100%);margin:0 auto 24px}.story-strip__copy h2{max-width:900px;font-size:clamp(40px,7vw,96px);line-height:.92;margin:10px 0 0}.category-lanes{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}.lane{position:relative;min-height:430px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:var(--radius);padding:28px;color:#fff}.lane img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .52s ease}.lane:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#050a1200 28%,#050a12d1)}.lane span,.lane strong{position:relative;z-index:1}.lane span{font-size:13px;font-weight:900;text-transform:uppercase}.lane strong{max-width:430px;margin-top:8px;font-size:clamp(24px,3.4vw,42px);line-height:1}.lane:hover img{transform:scale(1.05)}.section-pad{padding:clamp(56px,8vw,104px) 20px;background:#f8fbff}.section-pad--blue{background:var(--blue-2);color:#fff}.section-pad--blue .section-intro p,.section-pad--blue .product-card__body p,.section-pad--blue .product-card__body li{color:#ffffffb8}.section-pad--blue .section-intro .eyebrow,.section-pad--blue .product-card .text-link{color:#fff}.section-intro{width:min(1180px,100%);margin:0 auto 26px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end}.section-intro h2{margin:8px 0 0;max-width:780px}.section-intro p{margin:10px 0 0}.section-intro--center{display:block;text-align:center}.section-intro--center p,.section-intro--center h2{margin-left:auto;margin-right:auto}.horizontal-products{width:min(1180px,100%);margin:0 auto;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(214px,1fr);gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.product-card{min-width:0;background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid rgba(17,24,39,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;scroll-snap-align:start}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#0037d62e}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:#f3f5f8;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .22s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.badge{position:absolute;top:10px;right:10px;min-width:44px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--coral);color:#fff;font-size:11px;font-weight:900;padding:0 10px}.badge--muted{background:#fff;color:var(--ink);box-shadow:0 8px 20px #0f172a14}.product-card__body{padding:14px}.product-card__body p{margin:0 0 3px;font-size:11px;color:var(--muted);text-transform:capitalize}.product-card__body h3{min-height:48px;margin:0 0 8px;font-size:15px;line-height:1.2}.product-card__body ul{margin:12px 0;padding-left:16px;color:var(--muted);font-size:13px;line-height:1.6}.product-card--compact .product-card__body h3{min-height:42px;font-size:14px}.price-row{display:flex;align-items:baseline;gap:7px;margin:0 0 10px;font-weight:900}.price-row span{color:var(--coral)}.price-row del{color:#8d95a3;font-size:12px;font-weight:650}.faq-quality{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;padding:clamp(56px,8vw,96px) 20px;width:min(1180px,100%);margin:0 auto}.faq-block,.quality-panel,.question-panel,.values-band{background:#ffffffb8;border-radius:var(--radius);padding:clamp(22px,4vw,42px)}details{border-top:1px solid var(--line);padding:16px 0}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:850}details p{margin:12px 0 0}.quality-grid,.value-grid,.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quality-grid div,.value-grid .reveal,.why-grid .reveal{padding-top:12px}.quality-grid svg,.value-grid svg,.why-grid svg{color:var(--blue);margin-bottom:14px}.quality-grid h3,.value-grid h3,.why-grid h3{margin:0 0 8px;font-size:18px}.quality-grid p,.value-grid p,.why-grid p{margin:0;font-size:14px}.final-cta{text-align:center;padding:clamp(58px,8vw,108px) 20px;background:var(--blue);color:#fff}.final-cta--light{background:var(--paper);color:var(--ink)}.final-cta svg{margin:0 auto 12px}.final-cta h2{max-width:820px;margin:0 auto 14px;font-size:clamp(34px,5.4vw,74px);line-height:.98}.final-cta p{max-width:620px;margin:0 auto 22px;color:#ffffffc7}.final-cta--light p{color:var(--muted)}.page-hero{padding:clamp(58px,9vw,128px) 20px;text-align:center;background:linear-gradient(120deg,#fff,#f6e8e3 44%,#eef8ff)}.page-hero h1,.collection-hero h1,.about-hero h1,.explore-hero h1{max-width:880px;margin:8px auto 14px;font-size:clamp(44px,8vw,94px);line-height:.92}.page-hero p,.collection-hero p,.about-hero p,.explore-hero p{max-width:620px;margin-left:auto;margin-right:auto}.shop-shell,.collection-products{padding:30px 20px clamp(56px,8vw,100px);background:#fff}.shop-toolbar{width:min(1180px,100%);margin:0 auto 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px;font-weight:800}.shop-toolbar button{min-height:38px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 14px;cursor:pointer}.product-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-grid--shop{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid--coolers{grid-template-columns:repeat(3,minmax(0,1fr))}.pagination-dots{display:flex;justify-content:center;gap:8px;margin:34px 0 0}.pagination-dots span{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef2f8;font-weight:900;font-size:13px}.pagination-dots .is-active{background:var(--ink);color:#fff}.care-section,.compare-section{padding:clamp(50px,7vw,90px) 20px;background:#fff}.collection-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(22px,4vw,54px);align-items:center;width:min(1220px,calc(100% - 40px));margin:0 auto;padding:clamp(52px,8vw,106px) 0}.collection-hero__copy h1,.collection-hero__copy p{margin-left:0;margin-right:0}.trip-stack{display:grid;gap:10px}.trip-row{min-height:118px;display:grid;grid-template-columns:120px 1fr;align-items:center;gap:14px;padding:18px;border-radius:var(--radius);background:linear-gradient(105deg,#b8d8bd,#a9badc);overflow:hidden}.trip-row span{font-size:11px;font-weight:900;text-transform:uppercase;color:var(--blue-2)}.trip-row strong{font-size:clamp(20px,3vw,34px)}.trip-row small{grid-column:2;color:#233044}.why-band{background:#fff;padding:clamp(48px,7vw,84px) 20px}.why-grid{width:min(980px,100%);margin:0 auto;grid-template-columns:repeat(4,1fr);text-align:center}.question-panel{width:min(980px,calc(100% - 40px));margin:clamp(48px,8vw,88px) auto;text-align:left}.question-panel .button{margin:22px auto 0;display:flex;width:fit-content}.compare-table{width:min(980px,100%);margin:0 auto;border-top:1px solid var(--line)}.compare-table div{display:grid;grid-template-columns:1fr 1fr 1fr 1.4fr;gap:12px;border-bottom:1px solid var(--line)}.compare-table span{padding:16px 0;font-weight:750}.tumbler-care,.mission-section,.review-section,.story-image,.feature-detail{width:min(1180px,calc(100% - 40px));margin:clamp(58px,8vw,104px) auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,5vw,70px);align-items:center}.tumbler-care img{aspect-ratio:4 / 3}.about-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(24px,5vw,78px);align-items:center;width:min(1260px,calc(100% - 40px));margin:0 auto;padding:clamp(54px,8vw,108px) 0}.about-hero img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:var(--radius)}.about-hero h1,.about-hero p{margin-left:0;margin-right:0}.timeline-row{width:min(980px,calc(100% - 40px));margin:0 auto;padding:clamp(36px,6vw,70px) 0;display:grid;grid-template-columns:.8fr 1fr;gap:clamp(24px,4vw,64px);border-top:1px solid rgba(18,20,26,.12);border-bottom:1px solid rgba(18,20,26,.12)}.mission-image{position:relative}.mission-image img,.review-section img{aspect-ratio:4 / 3}.values-band{width:min(1180px,calc(100% - 40px));margin:clamp(58px,8vw,104px) auto}.value-grid{text-align:center}.review-section{grid-template-columns:.85fr 1.15fr}.explore-hero{position:relative;min-height:min(760px,calc(88svh - var(--header-height)));display:grid;align-items:center;overflow:hidden;color:#fff}.explore-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.explore-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#060c1cc2,#060c1c61 44%,#060c1c1a)}.explore-hero>div{position:relative;z-index:1;width:min(540px,calc(100% - 40px));margin-left:clamp(20px,8vw,126px)}.explore-hero h1,.explore-hero p{margin-left:0;margin-right:0}.explore-hero .eyebrow{color:#fff}.explore-hero p{color:#ffffffd6}.explore-product-strip{width:min(980px,calc(100% - 40px));margin:clamp(42px,7vw,88px) auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tumbler-proof{width:min(1180px,calc(100% - 40px));margin:clamp(56px,8vw,104px) auto;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,5vw,76px);align-items:center}.tumbler-proof img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius)}.feature-list{display:grid;gap:12px;margin-top:24px}.feature-list div{display:grid;grid-template-columns:24px .7fr 1fr;gap:10px;align-items:center;padding:12px 0;border-top:1px solid rgba(18,20,26,.14)}.feature-list svg{color:var(--blue)}.feature-list span{color:var(--muted)}.site-footer{background:#eaf0ff;padding:44px 20px 20px}.footer-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1.25fr .7fr .7fr 1fr;gap:34px}.footer-grid h2{margin:0 0 12px;font-size:16px}.footer-grid a:not(.brand-mark){display:block;margin:8px 0;color:#293244;font-size:14px}.footer-brand p{max-width:310px;margin:12px 0;font-size:14px}.social-row{display:flex;gap:8px;margin-top:12px}.social-row span{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd6ee;font-size:12px;font-weight:900}.newsletter{display:flex;gap:8px}.newsletter input{min-width:0;flex:1;height:42px;border:1px solid #b9c7df;background:#fff;border-radius:0;padding:0 12px}.newsletter button{min-width:74px;border:0;background:var(--blue);color:#fff;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:4px}.footer-bottom{width:min(1180px,100%);margin:34px auto 0;padding-top:18px;border-top:1px solid #cbd6ee;display:flex;justify-content:space-between;gap:16px;color:#4b5568;font-size:13px}@media(max-width:1180px){.desktop-nav{display:none}.mobile-toggle{display:inline-flex!important}.nav-shell{grid-template-columns:auto 1fr}.nav-actions{justify-self:end}.product-grid--shop{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:920px){:root{--header-height: 86px}.utility-bar{height:28px;grid-template-columns:1fr;justify-items:center;padding:0 12px}.utility-bar a{display:none}.nav-shell{height:58px;padding:0 18px}.hero,.explore-hero{min-height:calc(92svh - var(--header-height))}.hero__shade,.explore-hero:after{background:linear-gradient(180deg,#03091147,#030911d1)}.hero__content,.explore-hero>div{align-self:end;margin:0 auto;padding-bottom:34px}.split-section,.collection-hero,.about-hero,.timeline-row,.mission-section,.review-section,.story-image,.feature-detail,.tumbler-proof,.tumbler-care,.faq-quality,.category-lanes{grid-template-columns:1fr}.lane{min-height:360px}.section-intro{display:block}.section-intro .text-link{margin-top:14px}.product-grid,.product-grid--shop,.product-grid--coolers{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid,.quality-grid,.value-grid,.explore-product-strip{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){:root{--header-height: 82px}.brand-mark{font-size:27px;min-width:60px}.nav-actions button:not(.mobile-toggle),.nav-actions .icon-link{width:34px;height:34px}.nav-actions button[aria-label=Account]{display:none}.hero h1{font-size:clamp(42px,13.2vw,54px)}.hero p{font-size:16px}.button,.hero__actions{width:100%}.copy-block h2,.section-intro h2,.faq-block h2,.quality-panel h2,.timeline-row h2,.mission-copy h2,.review-section h2,.feature-detail h2,.story-image h2{font-size:clamp(31px,11vw,48px)}.page-hero h1,.collection-hero h1,.about-hero h1,.explore-hero h1,.final-cta h2{font-size:clamp(39px,13vw,58px)}.story-strip__copy h2{font-size:clamp(38px,12vw,58px)}.product-grid,.product-grid--shop,.product-grid--coolers,.why-grid,.quality-grid,.value-grid,.explore-product-strip{grid-template-columns:1fr}.horizontal-products{grid-auto-columns:minmax(230px,78vw)}.shop-toolbar{flex-wrap:wrap}.shop-toolbar span{order:-1;width:100%}.trip-row{grid-template-columns:1fr}.trip-row small{grid-column:auto}.feature-list div{grid-template-columns:24px 1fr}.feature-list span{grid-column:2}.compare-table{overflow-x:auto}.compare-table div{min-width:620px}.footer-grid{grid-template-columns:1fr}.footer-bottom,.newsletter{flex-direction:column}.newsletter button{height:42px}}
