*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}img,video,svg{display:block;max-width:100%}input,button,select,textarea{font:inherit}button{cursor:pointer}:root{--white:#FFFFFF;--off:#F5F5F7;--text:#1D1D1F;--mid:#6E6E73;--subtle:#D2D2D7;--olive:#4A5E28;--olive-l:#6B7A3E;--orange:#C95415;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--nav-h:52px;--r:980px;--r-card:18px}body{background:#fff;color:var(--text);font-family:var(--font);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font);font-weight:700;letter-spacing:-.025em;line-height:1.05}a{color:var(--olive);text-decoration:none}p{color:var(--mid);line-height:1.65}ul,ol{padding-left:1.4em}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link{position:absolute;top:-100px;left:12px;background:var(--olive);color:#fff;padding:8px 16px;border-radius:4px;z-index:999;font-size:14px;font-weight:600}.skip-link:focus{top:12px}:focus-visible{outline:2px solid var(--olive);outline-offset:3px}.topbar{background:var(--off);border-bottom:1px solid var(--subtle);text-align:center;padding:8px 20px;font-size:12px;color:var(--mid);letter-spacing:.01em}.topbar a{color:var(--olive);text-decoration:none;font-weight:500}.site-nav{position:sticky;top:0;z-index:200;background:#ffffffe0;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08);height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 44px}.site-nav__logo{font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:4px}.site-nav__logo img{height:32px;width:auto}.site-nav__logo sup{font-size:9px;font-weight:500;vertical-align:super;color:var(--mid)}.site-nav__links{display:flex;gap:28px;list-style:none;align-items:center}.site-nav__links a{color:var(--text);font-size:13px;font-weight:400;opacity:.8;transition:opacity .15s;white-space:nowrap}.site-nav__links a:hover,.site-nav__links .active a{opacity:1}.nav--mil a{color:var(--orange)!important;opacity:1!important;font-weight:500!important}.nav--cta a{background:var(--olive)!important;color:#fff!important;padding:7px 18px!important;border-radius:var(--r)!important;font-weight:500!important;opacity:1!important;transition:background .2s!important}.nav--cta a:hover{background:var(--olive-l)!important}.nav__icons{display:flex;align-items:center;gap:16px}.nav__icon-btn{background:none;border:none;padding:4px;color:var(--text);opacity:.7;transition:opacity .15s;position:relative;display:flex;align-items:center}.nav__icon-btn:hover{opacity:1}.nav__icon-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.nav__cart-count{position:absolute;top:-5px;right:-7px;background:var(--olive);color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer}.nav__hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .25s}.nav--has-dropdown{position:relative}.nav__dropdown-toggle{background:none;border:none;font-family:var(--font);font-size:13px;font-weight:400;color:var(--text);cursor:pointer;opacity:.8;transition:opacity .15s;display:flex;align-items:center;gap:4px;padding:0}.nav--has-dropdown.open .nav__dropdown-toggle{opacity:1}.nav__caret{font-size:11px;transition:transform .2s;line-height:1}.nav--has-dropdown.open .nav__caret{transform:rotate(90deg)}.nav__dropdown{position:absolute;top:calc(100% + 14px);left:50%;background:var(--white);border:1px solid var(--subtle);border-radius:16px;box-shadow:0 20px 60px #0000001f;min-width:300px;padding:10px;z-index:300;opacity:0;pointer-events:none;transform:translate(-50%) translateY(-8px);transition:opacity .2s,transform .2s}.nav--has-dropdown.open .nav__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav__dropdown-item{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:10px;text-decoration:none;color:var(--text);transition:background .15s}.nav__dropdown-item:hover{background:var(--off)}.nav__dropdown-icon{font-size:20px;flex-shrink:0;width:36px;height:36px;background:var(--off);border-radius:8px;display:flex;align-items:center;justify-content:center}.nav__dropdown-item strong{display:block;font-size:14px;font-weight:600;color:var(--text);line-height:1.3}.nav__dropdown-item small{display:block;font-size:12px;color:var(--mid);margin-top:1px}.nav__dropdown-footer{border-top:1px solid var(--subtle);margin-top:6px;padding:10px 14px 4px}.nav__dropdown-footer a{font-size:13px;font-weight:500;color:var(--olive)}.nav__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;pointer-events:none}.nav__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s}.nav__drawer-panel{position:absolute;top:0;right:0;bottom:0;width:80%;max-width:320px;background:var(--white);transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;padding:24px;overflow-y:auto}.nav__drawer.open{pointer-events:auto}.nav__drawer.open .nav__drawer-overlay{opacity:1}.nav__drawer.open .nav__drawer-panel{transform:translate(0)}.nav__drawer-close{align-self:flex-end;background:none;border:none;font-size:28px;color:var(--mid);padding:4px;margin-bottom:16px;cursor:pointer}.nav__drawer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:2px}.nav__drawer-heading{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mid);padding:12px 0 4px}.nav__drawer-links a{display:block;font-size:17px;font-weight:500;color:var(--text);padding:11px 0;border-bottom:1px solid var(--subtle)}.nav__drawer-links a:hover{color:var(--olive)}.nav__drawer-cta{margin-top:24px;display:flex;flex-direction:column;gap:10px}.nav__search{padding:14px 44px;border-bottom:1px solid var(--subtle);background:var(--off);display:none}.nav__search.open{display:block}.nav__search-form{display:flex;gap:10px}.nav__search-input{flex:1;border:1.5px solid var(--subtle);border-radius:var(--r);padding:10px 18px;font-size:15px;background:var(--white)}.nav__search-input:focus{outline:none;border-color:var(--olive)}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;font-family:var(--font);font-weight:500;transition:all .2s;cursor:pointer;white-space:nowrap}.btn--primary{background:var(--olive);color:#fff;font-size:15px;padding:13px 28px;border-radius:var(--r)}.btn--primary:hover{background:var(--olive-l);transform:scale(1.02)}.btn--ghost{background:transparent;color:var(--olive);font-size:15px;padding:12px 28px;border-radius:var(--r);border:1.5px solid var(--olive)}.btn--ghost:hover{background:var(--olive);color:#fff}.btn--white{background:#fff;color:var(--text);font-size:15px;font-weight:600;padding:13px 32px;border-radius:var(--r)}.btn--white:hover{background:var(--off)}.btn--dark{background:var(--text);color:#fff;font-size:15px;padding:13px 28px;border-radius:var(--r)}.btn--dark:hover{background:#333}.btn--hero-ghost{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:15px;font-weight:500;padding:14px 32px;border-radius:var(--r);border:1px solid rgba(255,255,255,.3)}.btn--hero-ghost:hover{background:#ffffff40}.btn--link{background:none;color:var(--olive);font-size:15px;padding:0;border-radius:0;font-weight:500;display:inline-flex;align-items:center}.btn--link:after{content:" \e2\2020\2019"}.btn--link:hover{text-decoration:underline}.btn--sm{font-size:13px;padding:9px 20px}.btn--lg{font-size:17px;padding:16px 36px}.btn--full{width:100%;justify-content:center}.btn--atc{background:var(--olive);color:#fff;font-size:16px;font-weight:600;padding:16px 24px;border-radius:var(--r);border:none;width:100%;transition:background .2s}.btn--atc:hover{background:var(--olive-l)}.btn--atc:disabled{background:var(--subtle);cursor:not-allowed}.page-width{max-width:1200px;margin:0 auto;padding:0 44px}.section{padding:100px 44px}.section--sm{padding:72px 44px}.section--xs{padding:48px 44px}.section--off{background:var(--off)}.section--dark{background:var(--text)}.section--olive{background:var(--olive)}.text-center{text-align:center}.text-mid{color:var(--mid)}.section-eyebrow{font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--olive);margin-bottom:12px;display:block}.section-title{font-size:clamp(36px,4vw,56px);font-weight:700;letter-spacing:-.025em;line-height:1.05;color:var(--text);margin-bottom:16px}.section-sub{font-size:19px;font-weight:300;color:var(--mid);max-width:560px;line-height:1.55}.text-center .section-sub{margin:0 auto}.section-header{margin-bottom:52px}.section-header-row{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:40px}.section-header-row .section-title{margin-bottom:0}.breadcrumb{font-size:13px;color:var(--mid);margin-bottom:24px;display:flex;gap:6px;align-items:center;flex-wrap:wrap}.breadcrumb a{color:var(--mid)}.breadcrumb a:hover{color:var(--olive)}.breadcrumb__sep{color:var(--subtle)}.hero-video{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:#000}.hero-video__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55}.hero-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0003,#0006)}.hero-video__content{position:relative;z-index:2;padding:0 24px;max-width:800px}.hero-video__eyebrow{font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#ffffffb3;margin-bottom:18px;display:block}.hero-video__title{font-size:clamp(48px,6vw,88px);font-weight:700;letter-spacing:-.03em;line-height:1.02;color:#fff;margin-bottom:20px}.hero-video__sub{font-size:19px;font-weight:300;color:#ffffffbf;max-width:560px;margin:0 auto 36px;line-height:1.5}.hero-video__btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:36px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;color:#ffffff73;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.hero-scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,rgba(255,255,255,.4),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:.9;transform:scaleY(1.1)}}.trust-strip{background:var(--off);border-bottom:1px solid var(--subtle);display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:22px 28px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--subtle)}.trust-item:last-child{border-right:none}.trust-icon{font-size:20px;flex-shrink:0}.trust-label{font-size:13px;font-weight:600;color:var(--text);line-height:1.3}.trust-label span{display:block;font-weight:400;font-size:12px;color:var(--mid);margin-top:2px}.color-system-section{background:var(--white);padding:100px 0 0}.color-intro{padding:0 44px 64px}.color-cards{display:grid;grid-template-columns:repeat(3,1fr)}.color-card{padding:56px 48px;display:flex;flex-direction:column;gap:14px;border-right:1px solid var(--subtle);transition:background .3s;text-decoration:none;color:inherit;border-top:1px solid var(--subtle)}.color-card:last-child{border-right:none}.color-card:hover{background:var(--off)}.color-swatch{width:48px;height:12px;border-radius:var(--r);margin-bottom:8px}.color-card__label{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--mid)}.color-card__name{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--text)}.color-card__ammo{font-size:15px;font-weight:500;color:var(--text)}.color-card__desc{font-size:14px;color:var(--mid);line-height:1.6;flex-grow:1}.color-card__buy{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid var(--subtle);margin-top:auto}.color-card__price{font-size:17px;font-weight:600;color:var(--text)}.color-card__link{font-size:13px;font-weight:500;color:var(--olive)}.color-card__link:hover{text-decoration:underline}.spotlight{padding:100px 44px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.spotlight--off{background:var(--off)}.spotlight--reverse{direction:rtl}.spotlight--reverse>*{direction:ltr}.spotlight__media{border-radius:var(--r-card);overflow:hidden;box-shadow:0 24px 80px #0000001f;aspect-ratio:16/10;background:#000;display:flex;align-items:center;justify-content:center}.spotlight__media img,.spotlight__media video{width:100%;height:100%;object-fit:cover}.spotlight__media--square{aspect-ratio:1}.spotlight__placeholder{width:100%;height:100%;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#1a2410,#2d3e1a)}.spotlight__placeholder span{color:#fff6;font-size:13px}.spotlight__content{display:flex;flex-direction:column;gap:16px}.spotlight__tag{font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--olive)}.spotlight__title{font-size:clamp(28px,3vw,42px);font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--text)}.spotlight__desc{font-size:16px;color:var(--mid);line-height:1.65}.spotlight__btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;align-items:center}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--subtle);border-bottom:1px solid var(--subtle)}.spec-card{padding:56px 44px;border-right:1px solid var(--subtle);text-align:center}.spec-card:last-child{border-right:none}.spec-icon{font-size:36px;margin-bottom:16px}.spec-title{font-size:20px;font-weight:700;letter-spacing:-.01em;color:var(--text);margin-bottom:8px}.spec-desc{font-size:14px;color:var(--mid);line-height:1.65}.kits-section{background:var(--white);padding:100px 44px;text-align:center}.kits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}.kit-card{background:var(--off);border-radius:var(--r-card);padding:40px 32px;display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.kit-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #00000017}.kit-card--featured{background:var(--olive);color:#fff}.kit-popular{position:absolute;top:20px;right:20px;background:#fff3;color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:var(--r)}.kit-tier{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--olive)}.kit-card--featured .kit-tier{color:#ffffffb3}.kit-name{font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--text)}.kit-card--featured .kit-name{color:#fff}.kit-includes{list-style:none;padding:0;font-size:13px;color:var(--mid);line-height:2}.kit-card--featured .kit-includes{color:#ffffffbf}.kit-includes li{display:flex;gap:6px;align-items:flex-start;text-align:left}.kit-includes li:before{content:"\e2\153\201c";color:var(--olive);font-weight:700;flex-shrink:0}.kit-card--featured .kit-includes li:before{color:#ffffffa6}.kit-footer{margin-top:auto;padding-top:20px;border-top:1px solid rgba(0,0,0,.08);display:flex;align-items:baseline;justify-content:space-between}.kit-card--featured .kit-footer{border-top-color:#fff3}.kit-price{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.kit-card--featured .kit-price{color:#fff}.kit-cta{font-size:13px;font-weight:600;color:var(--olive)}.kit-card--featured .kit-cta{color:#ffffffe6}.mil-strip{background:var(--text);padding:64px 44px;text-align:center}.mil-strip__eyebrow{font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#ffffff8c;margin-bottom:12px;display:block}.mil-strip__title{font-size:36px;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:10px}.mil-strip__sub{font-size:16px;color:#ffffff8c;margin-bottom:32px}.callout-dark{background:var(--text);padding:80px 44px;text-align:center}.callout-dark__eyebrow{font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#ffffff80;margin-bottom:12px;display:block}.callout-dark__title{font-size:clamp(30px,3.5vw,52px);font-weight:700;letter-spacing:-.025em;color:#fff;margin-bottom:14px;line-height:1.1}.callout-dark__desc{font-size:17px;color:#ffffff8c;max-width:520px;margin:0 auto 36px;line-height:1.6}.guides-preview{background:var(--white);padding:100px 44px}.guides-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:20px;margin-top:52px}.guide-card{background:var(--off);border-radius:var(--r-card);padding:36px 30px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px;transition:transform .2s,box-shadow .2s}.guide-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px #00000012}.guide-cat{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--olive)}.guide-title{font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.25;color:var(--text)}.guide-card.featured .guide-title{font-size:26px}.guide-excerpt{font-size:14px;color:var(--mid);line-height:1.6}.guide-read{font-size:14px;font-weight:500;color:var(--olive);margin-top:auto;padding-top:16px}.guide-read:after{content:" \e2\2020\2019"}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card{background:var(--off);border-radius:var(--r-card);overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000001a}.product-card__media{aspect-ratio:1;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:24px;transition:transform .3s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{padding:20px 20px 24px;display:flex;flex-direction:column;gap:6px}.product-card__badge{display:inline-block;background:var(--olive);color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:var(--r);margin-bottom:4px}.product-card__badge--orange{background:var(--orange)}.product-card__title{font-size:15px;font-weight:600;color:var(--text);line-height:1.3}.product-card__variant{font-size:12px;color:var(--mid)}.product-card__price{font-size:16px;font-weight:700;color:var(--text)}.product-card__price s{font-weight:400;color:var(--mid);margin-left:6px;font-size:14px}.product-card__atc{width:100%;margin-top:auto;background:var(--olive);color:#fff;font-size:14px;font-weight:600;padding:11px;border:none;cursor:pointer;transition:background .2s}.product-card__atc:hover{background:var(--olive-l)}.ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}.ref-card{background:var(--white);border-radius:var(--r-card);padding:28px 24px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--subtle)}.ref-swatch{width:40px;height:8px;border-radius:var(--r);margin-bottom:4px}.ref-card__ammo{font-size:20px;font-weight:700;color:var(--text)}.ref-card__type{font-size:13px;font-weight:500;color:var(--mid)}.ref-card__desc{font-size:13px;color:var(--mid);line-height:1.6;flex:1}.ref-card__link{font-size:13px;font-weight:500;color:var(--olive);padding-top:12px;border-top:1px solid var(--subtle);margin-top:auto}.ref-card__link:after{content:" \e2\2020\2019"}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-card{background:var(--off);border-radius:var(--r-card);overflow:hidden;display:flex;flex-direction:column}.video-card__embed{position:relative;padding-bottom:56.25%;background:#000}.video-card__embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-card__body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}.video-card__title{font-size:17px;font-weight:700;color:var(--text);line-height:1.3}.video-card__desc{font-size:13px;color:var(--mid);line-height:1.6;flex:1}.video-card__products{display:flex;flex-wrap:wrap;gap:8px;padding-top:14px;border-top:1px solid var(--subtle);margin-top:auto}.video-card__product-link{font-size:12px;font-weight:500;color:var(--olive);background:var(--white);padding:5px 12px;border-radius:var(--r);border:1px solid var(--subtle)}.video-card__product-link:hover{border-color:var(--olive)}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{background:var(--off);border-radius:var(--r-card);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.article-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px #00000012}.article-card__thumb{aspect-ratio:16/9;overflow:hidden;background:var(--subtle)}.article-card__thumb img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:24px;display:flex;flex-direction:column;gap:8px;flex:1}.article-card__cat{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.article-card__cat--storage{color:#2563eb}.article-card__cat--howto{color:var(--olive)}.article-card__cat--comparison{color:var(--orange)}.article-card__cat--prep{color:#7c3aed}.article-card__cat--training{color:#0891b2}.article-card__cat--system{color:var(--olive-l)}.article-card__title{font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1.3;color:var(--text)}.article-card__excerpt{font-size:13px;color:var(--mid);line-height:1.6;flex:1}.article-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--subtle);margin-top:auto}.article-card__meta{font-size:11px;color:var(--mid)}.article-card__read{font-size:12px;font-weight:500;color:var(--olive)}.collection-hero{background:var(--off);padding:64px 44px;border-bottom:1px solid var(--subtle)}.collection-hero__title{font-size:clamp(36px,5vw,64px);font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--text);margin-bottom:12px}.collection-hero__desc{font-size:18px;font-weight:300;color:var(--mid);max-width:560px;line-height:1.55}.collection-filter{background:var(--white);border-bottom:1px solid var(--subtle);padding:0 44px;display:flex;gap:0;overflow-x:auto;align-items:center}.collection-filter__btn{font-size:13px;font-weight:500;color:var(--mid);padding:16px 20px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.collection-filter__btn:hover{color:var(--text)}.collection-filter__btn.active{color:var(--olive);border-bottom-color:var(--olive);font-weight:600}.collection-sort{margin-left:auto;padding:16px 0 16px 20px;display:flex;align-items:center;gap:10px;font-size:13px;color:var(--mid)}.collection-sort select{border:1px solid var(--subtle);border-radius:8px;padding:6px 12px;font-size:13px;background:var(--white);color:var(--text);cursor:pointer}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:60px 44px;align-items:start}.product-gallery{display:flex;flex-direction:column;gap:12px}.product-gallery__main{border-radius:var(--r-card);overflow:hidden;background:var(--off);aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:32px}.product-gallery__main img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s}.product-gallery__main:hover img{transform:scale(1.03)}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:10px;overflow:hidden;background:var(--off);cursor:pointer;border:2px solid transparent;flex-shrink:0;transition:border-color .15s}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--olive)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:6px}.product-info{display:flex;flex-direction:column;gap:22px;position:sticky;top:calc(var(--nav-h)+20px)}.product-info__badges{display:flex;gap:8px;flex-wrap:wrap}.product-badge{display:inline-block;font-size:11px;font-weight:600;padding:4px 12px;border-radius:var(--r)}.product-badge--olive{background:var(--olive);color:#fff}.product-badge--orange{background:var(--orange);color:#fff}.product-badge--grey{background:var(--off);color:var(--mid);border:1px solid var(--subtle)}.product-info__title{font-size:clamp(26px,3vw,38px);font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--text)}.product-info__price-row{display:flex;align-items:baseline;gap:10px}.product-info__price{font-size:28px;font-weight:700;color:var(--text)}.product-info__compare{font-size:18px;font-weight:400;color:var(--mid);text-decoration:line-through}.product-info__save{font-size:14px;font-weight:600;color:var(--olive)}.product-info__desc{font-size:15px;color:var(--mid);line-height:1.7}.variant-group{display:flex;flex-direction:column;gap:10px}.variant-group__label{font-size:13px;font-weight:600;color:var(--text)}.variant-group__label span{color:var(--mid);font-weight:400}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-btn{padding:9px 20px;border-radius:var(--r);border:1.5px solid var(--subtle);background:var(--white);font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:all .15s}.variant-btn.active,.variant-btn:hover{border-color:var(--olive);background:var(--off)}.qty-atc{display:flex;gap:12px;align-items:center}.qty-selector{display:flex;align-items:center;border:1.5px solid var(--subtle);border-radius:var(--r);overflow:hidden}.qty-btn{width:42px;height:46px;background:none;border:none;font-size:20px;cursor:pointer;color:var(--text);transition:background .15s}.qty-btn:hover{background:var(--off)}.qty-input{width:48px;height:46px;text-align:center;border:none;border-left:1px solid var(--subtle);border-right:1px solid var(--subtle);font-size:15px;font-weight:600;color:var(--text)}.product-info__features{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.product-info__features li{font-size:14px;color:var(--mid);display:flex;align-items:flex-start;gap:8px}.product-info__features li:before{content:"\e2\153\201c";color:var(--olive);font-weight:700;flex-shrink:0;margin-top:2px}.product-info__meta{font-size:13px;color:var(--mid);display:flex;flex-direction:column;gap:6px;padding-top:16px;border-top:1px solid var(--subtle)}.product-info__meta span strong{color:var(--text);font-weight:600}.product-tabs{border-top:1px solid var(--subtle)}.product-tabs__nav{display:flex;border-bottom:1px solid var(--subtle);padding:0 44px}.product-tab-btn{font-size:14px;font-weight:500;color:var(--mid);padding:16px 20px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s}.product-tab-btn.active{color:var(--olive);border-bottom-color:var(--olive);font-weight:600}.product-tabs__content{padding:40px 44px}.product-tab-panel{display:none;font-size:15px;color:var(--mid);line-height:1.75;max-width:760px}.product-tab-panel.active{display:block}.product-tab-panel h3{font-size:20px;color:var(--text);margin:24px 0 10px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;padding:60px 44px;align-items:start;max-width:1200px;margin:0 auto}.cart-title{font-size:36px;font-weight:700;letter-spacing:-.025em;margin-bottom:32px}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--subtle)}.cart-item__media{background:var(--off);border-radius:12px;overflow:hidden;aspect-ratio:1}.cart-item__media img{width:100%;height:100%;object-fit:contain;padding:8px}.cart-item__info{display:flex;flex-direction:column;gap:4px}.cart-item__title{font-size:15px;font-weight:600;color:var(--text);line-height:1.3}.cart-item__variant{font-size:13px;color:var(--mid)}.cart-item__qty{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-item__qty-btn{width:28px;height:28px;background:var(--off);border:none;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-item__qty-btn:hover{background:var(--subtle)}.cart-item__qty-val{font-size:14px;font-weight:600;min-width:20px;text-align:center}.cart-item__remove{font-size:12px;color:var(--mid);cursor:pointer;text-decoration:underline;background:none;border:none;padding:0}.cart-item__price{font-size:17px;font-weight:700;color:var(--text);text-align:right;white-space:nowrap}.cart-progress{background:var(--off);border-radius:var(--r-card);padding:20px 24px;margin-bottom:24px}.cart-progress__label{font-size:13px;font-weight:600;color:var(--text);margin-bottom:10px;display:flex;justify-content:space-between}.cart-progress__bar{height:6px;background:var(--subtle);border-radius:3px;overflow:hidden;margin-bottom:8px}.cart-progress__fill{height:100%;background:var(--olive);border-radius:3px;transition:width .4s ease}.cart-progress__milestones{display:flex;justify-content:space-between;font-size:11px;color:var(--mid)}.cart-progress__next{font-size:12px;color:var(--olive);font-weight:500;margin-top:6px}.cart-summary{background:var(--off);border-radius:var(--r-card);padding:28px;position:sticky;top:calc(var(--nav-h)+20px)}.cart-summary__title{font-size:18px;font-weight:700;margin-bottom:20px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;color:var(--mid);margin-bottom:10px}.cart-summary__row--shipping{color:var(--olive);font-weight:500}.cart-summary__total{display:flex;justify-content:space-between;font-size:22px;font-weight:700;color:var(--text);padding-top:16px;border-top:1px solid var(--subtle);margin:6px 0 20px}.cart-note{width:100%;border:1.5px solid var(--subtle);border-radius:10px;padding:10px 14px;font-size:13px;resize:vertical;min-height:80px;font-family:var(--font);color:var(--text);margin-bottom:16px}.cart-note:focus{outline:none;border-color:var(--olive)}.cart-summary__trust{display:flex;flex-direction:column;gap:6px;margin-top:16px;padding-top:16px;border-top:1px solid var(--subtle)}.cart-summary__trust-item{font-size:12px;color:var(--mid);display:flex;align-items:center;gap:6px}.cart-upsell{margin-top:32px}.cart-upsell__title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:16px;display:flex;align-items:center;gap:8px}.cart-upsell__title:before{content:"";display:inline-block;width:4px;height:18px;background:var(--olive);border-radius:2px}.cart-upsell-item{display:flex;gap:14px;align-items:center;background:var(--off);border-radius:12px;padding:14px;margin-bottom:12px}.cart-upsell-item__img{width:60px;height:60px;background:#fff;border-radius:10px;overflow:hidden;flex-shrink:0}.cart-upsell-item__img img{width:100%;height:100%;object-fit:contain;padding:4px}.cart-upsell-item__info{flex:1}.cart-upsell-item__name{font-size:13px;font-weight:600;color:var(--text);line-height:1.3}.cart-upsell-item__why{font-size:11px;color:var(--mid);margin-top:2px}.cart-upsell-item__price{font-size:14px;font-weight:700;color:var(--text)}.cart-upsell-item__btn{background:var(--olive);color:#fff;font-size:12px;font-weight:600;padding:7px 14px;border-radius:var(--r);border:none;cursor:pointer;flex-shrink:0;transition:background .2s}.cart-upsell-item__btn:hover{background:var(--olive-l)}.free-shipping-banner{background:linear-gradient(135deg,var(--olive),var(--olive-l));color:#fff;text-align:center;padding:12px 20px;font-size:14px;font-weight:500}.page-hero{background:var(--off);border-bottom:1px solid var(--subtle);padding:80px 44px 72px;text-align:center}.page-hero__eyebrow{font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--olive);margin-bottom:12px;display:block}.page-hero__title{font-size:clamp(44px,6vw,76px);font-weight:700;letter-spacing:-.03em;line-height:1.02;color:var(--text);margin-bottom:18px}.page-hero__desc{font-size:19px;font-weight:300;color:var(--mid);max-width:560px;margin:0 auto;line-height:1.55}.page-body{max-width:760px;margin:0 auto;padding:72px 44px;font-size:17px;line-height:1.75;color:var(--mid)}.page-body h2{font-size:28px;color:var(--text);margin:48px 0 14px;letter-spacing:-.02em}.page-body h3{font-size:21px;color:var(--text);margin:32px 0 10px}.page-body p,.page-body ul,.page-body ol{margin-bottom:20px}.page-body li{margin-bottom:8px}.page-body strong{color:var(--text)}.page-body img{border-radius:var(--r-card);margin:32px 0}.faq-list{max-width:760px;margin:0 auto;padding:0}.faq-item{border-bottom:1px solid var(--subtle)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:24px 0;cursor:pointer;font-size:17px;font-weight:600;color:var(--text);background:none;border:none;width:100%;text-align:left;gap:16px}.faq-question__icon{font-size:22px;color:var(--mid);transition:transform .25s;flex-shrink:0}.faq-item.open .faq-question__icon{transform:rotate(45deg)}.faq-answer{font-size:15px;color:var(--mid);line-height:1.75;padding-bottom:24px;display:none}.faq-answer a{color:var(--olive)}.faq-item.open .faq-answer{display:block}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-label{font-size:14px;font-weight:600;color:var(--text)}.form-input,.form-textarea,.form-select{border:1.5px solid var(--subtle);border-radius:10px;padding:12px 16px;font-size:15px;font-family:var(--font);color:var(--text);background:var(--white);transition:border-color .15s;width:100%}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--olive)}.form-textarea{resize:vertical;min-height:120px}.blog-hero{background:var(--off);padding:80px 44px;border-bottom:1px solid var(--subtle)}.blog-hero__eyebrow{font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--olive);margin-bottom:12px;display:block}.blog-hero__title{font-size:clamp(44px,6vw,76px);font-weight:700;letter-spacing:-.03em;line-height:1.02;color:var(--text);margin-bottom:14px}.blog-hero__desc{font-size:19px;font-weight:300;color:var(--mid);max-width:560px;line-height:1.55}.filter-bar{background:var(--white);border-bottom:1px solid var(--subtle);padding:0 44px;display:flex;gap:0;overflow-x:auto}.filter-btn{font-size:13px;font-weight:500;color:var(--mid);padding:16px 20px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:all .15s;text-decoration:none;display:block}.filter-btn:hover{color:var(--text)}.filter-btn.active{color:var(--olive);border-bottom-color:var(--olive);font-weight:600}.article-hero{background:var(--off);padding:64px 44px}.article-hero__cat{font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--olive);margin-bottom:14px;display:block}.article-hero__title{font-size:clamp(32px,4.5vw,56px);font-weight:700;letter-spacing:-.025em;line-height:1.08;color:var(--text);max-width:820px;margin-bottom:20px}.article-hero__meta{font-size:13px;color:var(--mid);display:flex;gap:16px;flex-wrap:wrap}.article-body{max-width:760px;margin:0 auto;padding:64px 44px}.article-body__content{font-size:18px;line-height:1.8;color:var(--text)}.article-body__content h2{font-size:28px;font-weight:700;color:var(--text);margin:48px 0 14px;letter-spacing:-.02em}.article-body__content h3{font-size:22px;font-weight:700;color:var(--text);margin:32px 0 10px}.article-body__content p{color:var(--mid);margin-bottom:22px}.article-body__content ul,.article-body__content ol{color:var(--mid);margin-bottom:22px;padding-left:1.4em}.article-body__content li{margin-bottom:8px;line-height:1.7}.article-body__content strong{color:var(--text);font-weight:600}.article-body__content img{width:100%;border-radius:var(--r-card);margin:32px 0}.article-body__content a{color:var(--olive)}.article-callout{background:var(--off);border-left:3px solid var(--olive);padding:20px 24px;border-radius:0 12px 12px 0;margin:32px 0}.article-callout p{margin:0;font-size:15px;color:var(--mid)}.article-cta{background:var(--off);border-radius:var(--r-card);padding:36px;margin:48px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.article-cta__text h3{font-size:20px;color:var(--text);margin-bottom:6px}.article-cta__text p{font-size:14px;color:var(--mid);margin:0}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:48px;padding:60px 44px;max-width:1100px;margin:0 auto}.account-nav{display:flex;flex-direction:column;gap:2px}.account-nav a{font-size:14px;font-weight:500;color:var(--mid);padding:10px 14px;border-radius:10px;transition:all .15s;text-decoration:none}.account-nav a:hover,.account-nav a.active{background:var(--off);color:var(--text)}.account-nav a.active{font-weight:600}.account-content__title{font-size:28px;font-weight:700;letter-spacing:-.02em;margin-bottom:32px}.order-table{width:100%;border-collapse:collapse;font-size:14px}.order-table th{text-align:left;padding:10px 16px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mid);border-bottom:1px solid var(--subtle)}.order-table td{padding:16px;border-bottom:1px solid var(--subtle);color:var(--text)}.order-status{display:inline-block;font-size:11px;font-weight:600;padding:3px 10px;border-radius:var(--r)}.order-status--fulfilled{background:#dcfce7;color:#16a34a}.order-status--unfulfilled{background:#fef9c3;color:#854d0e}.order-status--cancelled{background:#fee2e2;color:#dc2626}.cross-sell{background:var(--off);padding:48px 44px;border-top:1px solid var(--subtle)}.cross-sell__title{font-size:22px;font-weight:700;color:var(--text);margin-bottom:24px}.cross-sell__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.search-page{max-width:900px;margin:0 auto;padding:60px 44px}.search-form{display:flex;gap:12px;margin-bottom:48px}.search-input{flex:1;border:1.5px solid var(--subtle);border-radius:var(--r);padding:14px 20px;font-size:16px;background:var(--white);transition:border-color .15s}.search-input:focus{outline:none;border-color:var(--olive)}.site-footer{background:var(--off);border-top:1px solid var(--subtle);padding:64px 44px 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--subtle);margin-bottom:28px}.footer-brand{font-size:19px;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:10px}.footer-tagline{font-size:13px;color:var(--mid);line-height:1.7;margin-bottom:16px}.footer-phone{font-size:13px;color:var(--mid);font-weight:500}.footer-phone a{color:var(--mid)}.footer-social{display:flex;gap:14px;margin-top:16px}.footer-social a{font-size:13px;color:var(--mid);transition:color .15s}.footer-social a:hover{color:var(--text)}.footer-col-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:16px;display:block}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{font-size:13px;color:var(--mid);transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--mid);flex-wrap:wrap;gap:8px}.footer-bottom a{color:var(--mid)}.footer-bottom a:hover{color:var(--text)}.footer-badges{display:flex;gap:8px;align-items:center}.footer-badge{background:var(--white);border:1px solid var(--subtle);padding:4px 10px;border-radius:6px;font-size:11px;color:var(--mid)}.toast{position:fixed;bottom:24px;right:24px;z-index:500;background:var(--text);color:#fff;padding:14px 20px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 8px 32px #0003;transform:translateY(100px);opacity:0;transition:all .3s;pointer-events:none;max-width:320px}.toast.show{transform:translateY(0);opacity:1;pointer-events:auto}.toast--success{background:var(--olive)}.toast--error{background:var(--orange)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}.reveal.revealed{opacity:1;transform:translateY(0)}@media(max-width:1024px){.product-layout{grid-template-columns:1fr;gap:40px}.product-info{position:static}.spotlight{grid-template-columns:1fr;gap:40px;padding:72px 32px}.spotlight--reverse{direction:ltr}.footer-grid{grid-template-columns:1fr 1fr}.cart-layout{grid-template-columns:1fr;max-width:600px}.cart-summary{position:static}.account-layout{grid-template-columns:1fr}}@media(max-width:768px){.site-nav{padding:0 20px}.site-nav__links{display:none}.nav__hamburger{display:flex}.section{padding:60px 20px}.section--sm{padding:48px 20px}.section--xs{padding:36px 20px}.trust-strip{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:none}.trust-item:nth-child(3){border-right:1px solid var(--subtle)}.color-cards{grid-template-columns:1fr}.color-card{border-right:none;border-bottom:1px solid var(--subtle)}.specs-grid{grid-template-columns:1fr}.spec-card{border-right:none;border-bottom:1px solid var(--subtle)}.product-grid,.product-grid--4{grid-template-columns:1fr 1fr}.kits-grid,.guides-grid,.articles-grid,.video-grid{grid-template-columns:1fr}.cross-sell__grid,.ref-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.hero-video__title{font-size:44px}.page-hero__title,.blog-hero__title{font-size:40px}.cart-layout,.product-layout{padding:40px 20px}.article-body,.article-hero,.blog-hero{padding-left:20px;padding-right:20px}.filter-bar,.collection-filter{padding:0 20px}.mil-strip,.callout-dark{padding-left:20px;padding-right:20px}.article-cta{flex-direction:column}.form-row{grid-template-columns:1fr}.qty-atc{flex-direction:column;align-items:stretch}.page-width{padding:0 20px}.search-page{padding:40px 20px}.guides-preview{padding:60px 20px}.color-intro,.color-system-section{padding-left:20px;padding-right:20px}.kits-section,.spotlight{padding:60px 20px}}@media(max-width:480px){.product-grid,.cross-sell__grid,.ref-grid,.trust-strip{grid-template-columns:1fr}.trust-item{border-right:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
