*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0d1b2a;--navy-mid: #132234;--navy-light: #1e3247;--navy-border: #243d56;--yellow: #f1c40f;--yellow-hover: #d4aa0c;--yellow-soft: rgba(241,196,15,.12);--yellow-dim: rgba(241,196,15,.25);--white: #ffffff;--gray-100: #f4f6f8;--gray-200: #e6e9ed;--gray-400: #a8bfd4;--gray-600: #6b8499;--text-on-navy: #d4e5f5;--text-muted: #7a9ab8;--pink-accent: #e91e8c;--success: #22c55e;--error: #ef4444;--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--r-full: 9999px;--section-py: clamp(4.5rem, 7vw, 6.5rem);--container-max: 1280px;--header-height: 68px;--font-main: "Montserrat", "Helvetica Neue", Arial, "Open Sans", sans-serif;--ease: cubic-bezier(.4, 0, .2, 1)}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-main);background-color:var(--navy);color:var(--text-on-navy);line-height:1.65;overflow-x:hidden}body.nav-open,body.cart-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:transparent}:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}.container--narrow{max-width:780px}.container--wide{max-width:1440px}.eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);margin-bottom:1rem}.display-xl{font-family:var(--font-main);font-size:clamp(2.4rem,5.5vw,3.75rem);font-weight:800;letter-spacing:-.02em;line-height:1.08;color:var(--white)}.display-lg{font-family:var(--font-main);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.022em;line-height:1.08;color:var(--white)}.section-title{font-family:var(--font-main);font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:800;letter-spacing:-.018em;line-height:1.12;color:var(--white)}.section-subtitle{font-size:clamp(1rem,1.5vw,1.1rem);font-weight:400;color:var(--text-on-navy);line-height:1.7;max-width:600px}.accent{color:var(--yellow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:50px;padding-inline:1.75rem;font-family:var(--font-main);font-size:.9rem;font-weight:700;letter-spacing:.04em;border-radius:var(--r-sm);transition:all .18s var(--ease);cursor:pointer;border:2px solid transparent;white-space:nowrap;line-height:1;text-transform:uppercase}.btn--primary{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}.btn--primary:hover{background:var(--yellow-hover);border-color:var(--yellow-hover);transform:translateY(-1px);box-shadow:0 6px 20px #f1c40f59}.btn--outline{background:transparent;color:var(--white);border-color:#fff6}.btn--outline:hover{border-color:var(--white);background:#ffffff14}.btn--outline-yellow{background:transparent;color:var(--yellow);border-color:var(--yellow)}.btn--outline-yellow:hover{background:var(--yellow-soft)}.btn--navy{background:var(--navy);color:var(--white);border-color:var(--navy-light)}.btn--navy:hover{background:var(--navy-mid)}.btn--white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn--white:hover{background:var(--gray-100);transform:translateY(-1px)}.btn--full{width:100%}.btn--lg{height:56px;padding-inline:2.25rem;font-size:1rem}.btn--sm{height:40px;padding-inline:1.25rem;font-size:.8rem}.animate-in{opacity:0;transform:translateY(24px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.animate-in.visible{opacity:1;transform:none}.icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-sm);color:var(--white);transition:background .15s var(--ease);position:relative;flex-shrink:0}.icon-btn:hover{background:#ffffff14}.icon-btn svg{width:22px;height:22px}.announcement-bar{background:var(--yellow);color:var(--navy);text-align:center;padding:.6rem 1rem;font-size:.82rem;font-weight:700;letter-spacing:.03em}.announcement-bar a{color:var(--navy);text-decoration:underline;text-underline-offset:2px}.announcement-bar a:hover{opacity:.8}.site-header{position:sticky;top:0;z-index:200;background:var(--navy);border-bottom:1px solid var(--navy-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);height:var(--header-height)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem);gap:1rem}.site-header__nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.45rem .75rem;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-400);border-radius:var(--r-xs);transition:color .15s,background .15s}.nav-link:hover,.nav-link.active{color:var(--white)}.nav-link.active{background:#ffffff0f}.nav-dropdown{position:relative}.nav-link--dropdown{display:inline-flex;align-items:center;gap:.3rem}.nav-dropdown__chevron{width:14px;height:14px;transition:transform .2s var(--ease);flex-shrink:0}.nav-dropdown.open .nav-dropdown__chevron{transform:rotate(180deg)}.nav-dropdown__panel{position:absolute;top:calc(100% + .5rem);left:0;min-width:180px;background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-md);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .18s var(--ease);box-shadow:0 12px 32px #00000059}.nav-dropdown.open .nav-dropdown__panel{opacity:1;visibility:visible;transform:none}.nav-dropdown__link{display:block;padding:.5rem .85rem;font-size:.82rem;font-weight:500;color:var(--gray-400);border-radius:var(--r-xs);transition:color .12s,background .12s}.nav-dropdown__link:hover{color:var(--white);background:#ffffff0f}.site-header__logo a{display:flex;align-items:center;justify-content:center}.site-header__logo img{height:44px;width:auto}.site-header__logo-text{font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:-.02em}.site-header__logo-text span{color:var(--yellow)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.cart-count-badge{position:absolute;top:4px;right:4px;width:18px;height:18px;background:var(--yellow);color:var(--navy);border-radius:50%;font-size:.65rem;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.mobile-nav-toggle,.mobile-nav-toggle .close-icon,.mobile-nav-toggle.active .hamburger-icon{display:none}.mobile-nav-toggle.active .close-icon{display:flex}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-height);background:var(--navy);z-index:199;overflow-y:auto;padding:1.5rem 1.5rem 3rem;transform:translate(100%);transition:transform .25s var(--ease)}.mobile-nav.open{display:block;transform:none}.mobile-nav .nav-link{display:block;padding:.9rem .5rem;font-size:1rem;font-weight:600;border-bottom:1px solid var(--navy-border);border-radius:0}.mobile-nav__group-label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin:1.25rem .5rem .25rem}.mobile-nav__sub{padding-left:1.25rem;font-size:.9rem}.mobile-nav__spacer{height:1.5rem}.mobile-nav__cta{margin-top:1rem}@media(max-width:900px){.site-header__nav{display:none}.mobile-nav-toggle{display:inline-flex}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden;pointer-events:none}.cart-drawer[aria-hidden=false]{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .25s var(--ease)}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(400px,100vw);background:var(--navy-mid);border-left:1px solid var(--navy-border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s var(--ease)}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--navy-border)}.cart-drawer__title{font-size:1rem;font-weight:700;color:var(--white)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.hero{min-height:calc(100svh - var(--header-height));display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;position:relative}.hero__left{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,3rem) clamp(3rem,6vw,5rem) clamp(1.25rem,6vw,4rem);z-index:2}.hero__left-inner{max-width:560px}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);margin-bottom:1.25rem;padding:.35rem .75rem;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-full)}.hero__title{font-size:clamp(2.4rem,5vw,3.75rem);font-weight:800;letter-spacing:-.025em;line-height:1.07;color:var(--white);margin-bottom:1.25rem}.hero__title .accent{color:var(--yellow)}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--text-on-navy);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2.5rem}.hero__trust-row{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;font-size:.8rem;font-weight:600;color:var(--text-muted)}.hero__trust-row span{display:flex;align-items:center;gap:.4rem}.hero__trust-row span:before{content:"\2713";color:var(--yellow);font-weight:700}.hero__right{position:relative;height:100%;min-height:560px}.hero__product-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__right-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--navy) 0%,transparent 30%);pointer-events:none}@media(max-width:768px){.hero{grid-template-columns:1fr;min-height:auto}.hero__right{min-height:320px;order:-1}.hero__right-gradient{background:linear-gradient(to bottom,transparent 40%,var(--navy) 100%)}.hero__left{padding:2rem 1.25rem 3rem}.hero__left-inner{max-width:100%}}.marquee-section{background:var(--yellow);padding:.8rem 0;overflow:hidden}.marquee-track{display:flex;width:100%;overflow:hidden}.marquee-inner{display:flex;gap:0;animation:marquee var(--marquee-speed, 30s) linear infinite;white-space:nowrap;flex-shrink:0}.marquee-item{display:inline-flex;align-items:center;gap:.6rem;padding:0 2rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy)}.marquee-item__icon{font-size:.6rem;color:var(--navy);opacity:.5}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.trust-bar{background:var(--navy-mid);border-bottom:1px solid var(--navy-border);padding:2rem 0}.trust-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem}.trust-bar__item{display:flex;align-items:center;gap:.875rem}.trust-bar__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-md);flex-shrink:0;color:var(--yellow)}.trust-bar__icon svg{width:20px;height:20px}.trust-bar__label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.1rem}.trust-bar__value{font-size:.88rem;font-weight:700;color:var(--white)}.vp-benefits{padding:var(--section-py) 0}.vp-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);margin-bottom:.75rem}.vp-heading{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;letter-spacing:-.018em;line-height:1.1;color:var(--white);margin-bottom:3.5rem;max-width:640px}.vp-heading .accent{color:var(--yellow)}.vp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.vp-grid{grid-template-columns:1fr}}.vp-article{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-lg);padding:2rem;transition:border-color .2s,transform .2s var(--ease);position:relative;overflow:hidden}.vp-article:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--yellow);opacity:0;transition:opacity .2s}.vp-article:hover{border-color:var(--yellow-dim);transform:translateY(-4px)}.vp-article:hover:before{opacity:1}.vp-num{display:block;font-size:2.5rem;font-weight:900;color:var(--yellow-dim);line-height:1;margin-bottom:1rem;letter-spacing:-.04em}.vp-title{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.vp-body{font-size:.9rem;color:var(--text-on-navy);line-height:1.65}.how-it-works{padding:var(--section-py) 0;background:var(--navy-mid);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border)}.how-it-works__header{text-align:center;margin-bottom:3.5rem}.how-it-works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.how-it-works__grid:before{content:"";position:absolute;top:3rem;left:calc(16.66% + 1rem);right:calc(16.66% + 1rem);height:2px;background:linear-gradient(to right,var(--yellow),var(--yellow));background-size:8px 2px;background-repeat:repeat-x;opacity:.3}.how-it-works__step{text-align:center;padding:2rem 1.5rem}.how-it-works__num{width:56px;height:56px;border-radius:50%;background:var(--yellow);color:var(--navy);font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;z-index:1}.how-it-works__icon{font-size:2rem;margin-bottom:1rem;line-height:1}.how-it-works__title{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.how-it-works__desc{font-size:.88rem;color:var(--text-on-navy);line-height:1.6}@media(max-width:640px){.how-it-works__grid{grid-template-columns:1fr}.how-it-works__grid:before{display:none}}.product-intro{padding:var(--section-py) 0}.product-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-intro__eyebrow{margin-bottom:.75rem}.product-intro__heading{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;letter-spacing:-.018em;color:var(--white);line-height:1.1;margin-bottom:1.25rem}.product-intro__heading .accent{color:var(--yellow)}.product-intro__body{font-size:1rem;color:var(--text-on-navy);line-height:1.7;margin-bottom:2rem}.product-intro__bullets{margin-bottom:2.5rem}.product-intro__bullets li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.92rem;color:var(--text-on-navy);border-bottom:1px solid var(--navy-border)}.product-intro__bullets li:last-child{border-bottom:none}.product-intro__bullets li:before{content:"\2713";color:var(--yellow);font-weight:700;flex-shrink:0;margin-top:.05em}.product-intro__media{border-radius:var(--r-xl);overflow:hidden;background:var(--navy-mid);border:1px solid var(--navy-border)}.product-intro__media img{width:100%;height:auto;display:block}@media(max-width:768px){.product-intro__grid{grid-template-columns:1fr;gap:2.5rem}}.kit-comparison{padding:var(--section-py) 0;background:var(--navy-mid);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border)}.kit-comparison__header{text-align:center;margin-bottom:3.5rem}.kit-comparison__header .section-subtitle{margin:1rem auto 0}.kit-comparison__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.kit-card{background:var(--navy);border:1px solid var(--navy-border);border-radius:var(--r-xl);padding:2rem;display:flex;flex-direction:column;position:relative;transition:border-color .2s,transform .2s var(--ease)}.kit-card:hover{border-color:var(--yellow-dim);transform:translateY(-4px)}.kit-card--featured{border-color:var(--yellow);box-shadow:0 0 0 1px var(--yellow-dim),0 24px 60px #f1c40f2e;background:linear-gradient(160deg,rgba(241,196,15,.06) 0%,var(--navy) 60%)}.kit-card--featured:hover{border-color:var(--yellow);transform:translateY(-8px);box-shadow:0 0 0 1px var(--yellow-dim),0 32px 70px #f1c40f38}.kit-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--yellow);color:var(--navy);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:var(--r-full);white-space:nowrap}.kit-card__image{aspect-ratio:1;border-radius:var(--r-lg);overflow:hidden;background:var(--navy-mid);margin-bottom:1.5rem}.kit-card__image img{width:100%;height:100%;object-fit:cover}.kit-card__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--yellow);margin-bottom:.5rem}.kit-card__title{font-size:1.2rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.kit-card__for{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.kit-card__includes{margin-bottom:1.5rem;flex:1}.kit-card__includes-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.kit-card__includes li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-on-navy);padding:.35rem 0;border-bottom:1px solid var(--navy-border)}.kit-card__includes li:last-child{border-bottom:none}.kit-card__includes li:before{content:"\2713";color:var(--yellow);font-size:.75rem;font-weight:700;flex-shrink:0}@media(max-width:768px){.kit-comparison__grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}}.for-teams{padding:var(--section-py) 0}.for-teams__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.for-teams__eyebrow{margin-bottom:.75rem}.for-teams__heading{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;letter-spacing:-.018em;color:var(--white);line-height:1.1;margin-bottom:1.25rem}.for-teams__heading .accent{color:var(--yellow)}.for-teams__body{font-size:1rem;color:var(--text-on-navy);line-height:1.7;margin-bottom:2rem}.for-teams__list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.for-teams__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .875rem;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-full);font-size:.82rem;font-weight:600;color:var(--yellow)}.for-teams__media{border-radius:var(--r-xl);overflow:hidden;background:var(--navy-mid);border:1px solid var(--navy-border);aspect-ratio:4/3}.for-teams__media img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.for-teams__inner{grid-template-columns:1fr;gap:2.5rem}}.trust-compliance{padding:var(--section-py) 0;background:var(--navy-mid);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border)}.trust-compliance__header{text-align:center;margin-bottom:3.5rem}.trust-compliance__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.trust-badge{background:var(--navy);border:1px solid var(--navy-border);border-top:3px solid transparent;border-radius:var(--r-lg);padding:1.75rem 1.5rem;text-align:center;transition:border-color .2s,border-top-color .2s,transform .2s var(--ease)}.trust-badge:hover{border-color:var(--yellow-dim);border-top-color:var(--yellow);transform:translateY(-3px)}@media(max-width:768px){.trust-compliance__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.trust-compliance__grid{grid-template-columns:1fr}}.trust-badge__icon{width:52px;height:52px;margin:0 auto 1rem;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;color:var(--yellow)}.trust-badge__icon svg{width:26px;height:26px}.trust-badge__title{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.35rem}.trust-badge__desc{font-size:.8rem;color:var(--text-muted);line-height:1.5}.social-proof{padding:var(--section-py) 0}.social-proof__header{text-align:center;margin-bottom:3.5rem}.social-proof__rating{display:inline-flex;align-items:center;gap:.6rem;margin-top:1rem;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-full);padding:.4rem 1rem}.social-proof__stars{color:var(--yellow);font-size:1rem;letter-spacing:.05em}.social-proof__rating-text{font-size:.82rem;font-weight:600;color:var(--yellow)}.social-proof__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:640px){.social-proof__grid{grid-template-columns:1fr}}.review-card{background:var(--navy-mid);border:1px solid var(--navy-border);border-left:3px solid var(--yellow-dim);border-radius:var(--r-lg);padding:1.75rem;transition:border-color .2s,border-left-color .2s,transform .2s var(--ease);position:relative}.review-card:hover{border-color:var(--yellow-dim);border-left-color:var(--yellow);transform:translateY(-3px)}.review-card:before{content:"\201c";position:absolute;top:1.25rem;right:1.5rem;font-size:3.5rem;line-height:1;color:var(--yellow-dim);font-family:Georgia,serif;pointer-events:none}.review-card__stars{color:var(--yellow);font-size:.9rem;letter-spacing:.05em;margin-bottom:.75rem}.review-card__tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);background:var(--yellow-soft);padding:.2rem .6rem;border-radius:var(--r-full);margin-bottom:.875rem}.review-card__quote{font-size:.92rem;color:var(--text-on-navy);line-height:1.65;font-style:italic;margin-bottom:1rem}.review-card__cite{font-size:.78rem;font-weight:700;color:var(--text-muted);font-style:normal}.video-section{padding:var(--section-py) 0;background:var(--navy-mid);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border)}.video-section__header{text-align:center;margin-bottom:2.5rem}.video-section__wrapper{position:relative;border-radius:var(--r-xl);overflow:hidden;background:var(--navy);border:1px solid var(--navy-border);max-width:900px;margin-inline:auto}.video-section__wrapper video,.video-section__wrapper iframe{width:100%;aspect-ratio:16/9;display:block;border:none}.education-section{padding:var(--section-py) 0}.education-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.education-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.education-section__grid{grid-template-columns:1fr}}.edu-card{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,transform .2s var(--ease)}.edu-card:hover{border-color:var(--yellow-dim);transform:translateY(-4px)}.edu-card__image{aspect-ratio:16/9;background:var(--navy);overflow:hidden}.edu-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.edu-card:hover .edu-card__image img{transform:scale(1.05)}.edu-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.edu-card__tag{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);margin-bottom:.6rem}.edu-card__title{font-size:1rem;font-weight:700;color:var(--white);line-height:1.4;margin-bottom:.6rem}.edu-card__excerpt{font-size:.85rem;color:var(--text-on-navy);line-height:1.6;flex:1;margin-bottom:1.25rem}.edu-card__link{font-size:.82rem;font-weight:700;color:var(--yellow);display:inline-flex;align-items:center;gap:.35rem}.edu-card__link svg{width:14px;height:14px;transition:transform .15s}.edu-card:hover .edu-card__link svg{transform:translate(3px)}.faq-section{padding:var(--section-py) 0;background:var(--navy-mid);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border)}.faq-section__header{text-align:center;margin-bottom:3rem}.faq-list{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--navy);border:1px solid var(--navy-border);border-radius:var(--r-lg);overflow:hidden;transition:border-color .2s}.faq-item[open],.faq-item:hover{border-color:var(--yellow-dim)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--white);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--yellow)}.faq-icon{font-size:1.25rem;color:var(--yellow);flex-shrink:0;font-weight:400;transition:transform .2s;line-height:1}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-body{padding:0 1.5rem 1.25rem;font-size:.9rem;color:var(--text-on-navy);line-height:1.7}.email-signup{padding:var(--section-py) 0}.email-signup__inner{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-xl);padding:clamp(2rem,5vw,3.5rem);display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.email-signup__title{font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:800;color:var(--white);margin-bottom:.5rem;letter-spacing:-.016em}.email-signup__desc{font-size:.92rem;color:var(--text-on-navy);line-height:1.6}.email-signup__form{display:flex;gap:.75rem}.email-signup__input{flex:1;height:50px;padding:0 1.25rem;background:var(--navy);border:1px solid var(--navy-border);border-radius:var(--r-sm);color:var(--white);font-size:.9rem;transition:border-color .15s}.email-signup__input::placeholder{color:var(--text-muted)}.email-signup__input:focus{outline:none;border-color:var(--yellow)}@media(max-width:768px){.email-signup__inner{grid-template-columns:1fr;gap:1.5rem}.email-signup__form{flex-direction:column}.email-signup__form .btn{width:100%}}.cta-section{padding:var(--section-py) 0;background:var(--navy-mid);border-top:1px solid var(--navy-border)}.cta-section__inner{text-align:center;max-width:640px;margin-inline:auto}.cta-section__heading{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;color:var(--white);line-height:1.1;margin-bottom:1rem}.cta-section__heading .accent{color:var(--yellow)}.cta-section__body{font-size:1.05rem;color:var(--text-on-navy);line-height:1.7;margin-bottom:2.5rem}.cta-section__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.brand-statement{padding:var(--section-py) 0;border-bottom:1px solid var(--navy-border)}.brand-statement__inner{max-width:860px}.brand-statement__heading{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;color:var(--white);line-height:1.1;margin-bottom:1.5rem}.brand-statement__heading .accent{color:var(--yellow)}.brand-statement__body{font-size:1.05rem;color:var(--text-on-navy);line-height:1.8;margin-bottom:.75rem;max-width:680px}.site-footer{background:var(--navy);border-top:1px solid var(--navy-border);padding-top:3.5rem;padding-bottom:2rem}.site-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem 3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--navy-border)}.site-footer__brand-logo{font-size:1.3rem;font-weight:800;color:var(--white);margin-bottom:.75rem;letter-spacing:-.02em}.site-footer__brand-logo span{color:var(--yellow)}.site-footer__brand-logo img{height:40px;width:auto}.site-footer__tagline{font-size:.88rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;max-width:260px}.site-footer__social{display:flex;gap:.75rem}.social-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--navy-border);border-radius:var(--r-sm);color:var(--text-muted);transition:color .15s,border-color .15s}.social-icon:hover{color:var(--yellow);border-color:var(--yellow-dim)}.social-icon svg{width:16px;height:16px}.site-footer__col-title{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem}.site-footer__links li+li{margin-top:.6rem}.site-footer__links a{font-size:.88rem;color:var(--text-muted);transition:color .15s}.site-footer__links a:hover{color:var(--yellow)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer__copyright{font-size:.8rem;color:var(--text-muted)}.site-footer__policies{display:flex;gap:1.25rem;flex-wrap:wrap}.site-footer__policies a{font-size:.8rem;color:var(--text-muted);transition:color .15s}.site-footer__policies a:hover{color:var(--yellow)}@media(max-width:900px){.site-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:540px){.site-footer__top{grid-template-columns:1fr;gap:2rem}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.pdp-hero{padding:clamp(2rem,4vw,4rem) 0}.pdp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:start}.pdp-gallery{display:flex;gap:1rem}.pdp-gallery__thumbs{display:flex;flex-direction:column;gap:.5rem}.pdp-gallery__thumb{width:72px;height:72px;border-radius:var(--r-sm);overflow:hidden;border:2px solid var(--navy-border);padding:0;background:var(--navy-mid);cursor:pointer;transition:border-color .15s;flex-shrink:0}.pdp-gallery__thumb.active,.pdp-gallery__thumb:hover{border-color:var(--yellow)}.pdp-gallery__thumb img{width:100%;height:100%;object-fit:cover}.pdp-gallery__main{flex:1;border-radius:var(--r-lg);overflow:hidden;background:var(--navy-mid);border:1px solid var(--navy-border);aspect-ratio:1}.pdp-gallery__main img{width:100%;height:100%;object-fit:cover}.pdp-info__vendor{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--yellow);margin-bottom:.5rem}.pdp-info__title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:var(--white);letter-spacing:-.018em;line-height:1.2;margin-bottom:.875rem}.pdp-info__stars{display:flex;align-items:center;gap:.6rem;margin-bottom:.875rem}.pdp-stars{color:var(--yellow);font-size:.95rem}.pdp-review-link,.pdp-review-count{font-size:.82rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.pdp-review-link:hover{color:var(--yellow)}.pdp-info__descriptor{font-size:.9rem;color:var(--text-on-navy);margin-bottom:1.25rem}.pdp-info__price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.pdp-price{font-size:1.75rem;font-weight:800;color:var(--white);letter-spacing:-.02em}.pdp-price--sale{color:var(--yellow)}.pdp-price--compare{font-size:1.1rem;font-weight:500;color:var(--text-muted);text-decoration:line-through}.pdp-label-sale{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--yellow);color:var(--navy);padding:.2rem .5rem;border-radius:var(--r-xs)}.pdp-info__label{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.pdp-option-group{margin-bottom:1.25rem}.pdp-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.pdp-swatch{display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer}.pdp-swatch__dot{width:32px;height:32px;border-radius:50%;border:2px solid var(--navy-border);transition:border-color .15s}.pdp-swatch.active .pdp-swatch__dot,.pdp-swatch:hover .pdp-swatch__dot{border-color:var(--yellow)}.pdp-swatch__name{font-size:.72rem;color:var(--text-muted)}.pdp-option-value{font-weight:700;color:var(--white)}.pdp-divider{height:1px;background:var(--navy-border);margin:1.5rem 0}.pdp-qty{display:flex;align-items:center;background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-sm);overflow:hidden;width:fit-content}.pdp-qty__btn{width:40px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--white);transition:background .15s}.pdp-qty__btn:hover{background:var(--yellow-soft);color:var(--yellow)}.pdp-qty__input{width:52px;height:44px;text-align:center;font-size:.95rem;font-weight:600;color:var(--white);border:none;background:transparent;-moz-appearance:textfield}.pdp-qty__input::-webkit-outer-spin-button,.pdp-qty__input::-webkit-inner-spin-button{-webkit-appearance:none}.pdp-buy-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.pdp-trust-row{display:flex;flex-wrap:wrap;gap:1.25rem;padding:1.25rem 0;border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);margin-bottom:1.5rem}.pdp-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--text-on-navy)}.pdp-trust-item svg{width:16px;height:16px;color:var(--yellow);flex-shrink:0}.pdp-info__short-desc{font-size:.9rem;color:var(--text-on-navy);line-height:1.65;margin-bottom:1.5rem}.pdp-accordions{display:flex;flex-direction:column;gap:.5rem}.pdp-accordion{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-sm);overflow:hidden}.pdp-accordion[open]{border-color:var(--yellow-dim)}.pdp-accordion__trigger{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-size:.88rem;font-weight:700;color:var(--white);cursor:pointer;list-style:none}.pdp-accordion__trigger::-webkit-details-marker{display:none}.pdp-accordion__trigger:hover{color:var(--yellow)}.pdp-accordion__icon{font-size:1.1rem;font-weight:400;color:var(--yellow);transition:transform .2s;line-height:1}.pdp-accordion[open] .pdp-accordion__icon{transform:rotate(45deg)}.pdp-accordion__body{padding:.25rem 1.25rem 1rem;font-size:.88rem;color:var(--text-on-navy);line-height:1.7}.pdp-accordion__body ul{padding-left:1.25rem;list-style:disc}.pdp-accordion__body ul li{margin-bottom:.3rem}.pdp-swatch__dot--soldout{opacity:.35}@media(max-width:768px){.pdp-hero-grid{grid-template-columns:1fr}.pdp-gallery{flex-direction:column-reverse}.pdp-gallery__thumbs{flex-direction:row;overflow-x:auto}.pdp-gallery__thumb{flex-shrink:0}}.main-collection{padding:var(--section-py) 0}.collection-header{margin-bottom:2.5rem}.collection-header__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--white);margin-bottom:.5rem;letter-spacing:-.02em}.collection-header__desc{font-size:1rem;color:var(--text-on-navy);max-width:560px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-xl);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,transform .2s var(--ease);position:relative}.product-card:hover{border-color:var(--yellow-dim);transform:translateY(-4px)}.product-card__badge{position:absolute;top:1rem;left:1rem;background:var(--yellow);color:var(--navy);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:var(--r-full);z-index:1}.product-card__image{aspect-ratio:1;overflow:hidden;background:var(--navy)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__content{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-card__title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.35rem}.product-card__subtitle{font-size:.82rem;color:var(--text-muted);margin-bottom:.75rem;flex:1}.product-card__price{font-size:1.15rem;font-weight:800;color:var(--yellow);margin-bottom:1rem}.product-card__btn{margin-top:auto}.main-blog{padding:var(--section-py) 0}.blog-header{margin-bottom:2.5rem}.blog-header__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--white);letter-spacing:-.02em}.blog-header__desc{font-size:1rem;color:var(--text-on-navy);max-width:560px;margin-top:.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.blog-post-card{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-xl);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,transform .2s var(--ease)}.blog-post-card:hover{border-color:var(--yellow-dim);transform:translateY(-4px)}.blog-post-card__image{aspect-ratio:16/9;overflow:hidden;background:var(--navy)}.blog-post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.blog-post-card:hover .blog-post-card__image img{transform:scale(1.05)}.blog-post-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-post-card__tag{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);margin-bottom:.6rem}.blog-post-card__title{font-size:1.05rem;font-weight:700;color:var(--white);line-height:1.4;margin-bottom:.6rem;flex:1}.blog-post-card__excerpt{font-size:.85rem;color:var(--text-on-navy);line-height:1.6;margin-bottom:1.25rem}.blog-post-card__read-more{font-size:.82rem;font-weight:700;color:var(--yellow)}.main-blog-post{padding:var(--section-py) 0}.blog-article{max-width:720px;margin-inline:auto}.blog-article__header{margin-bottom:2.5rem}.blog-article__tag{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--yellow);margin-bottom:.75rem}.blog-article__title{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;color:var(--white);line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem}.blog-article__meta{font-size:.82rem;color:var(--text-muted)}.blog-article__featured-image{border-radius:var(--r-xl);overflow:hidden;margin-bottom:2.5rem}.blog-article__body{font-size:1rem;color:var(--text-on-navy);line-height:1.8}.blog-article__body h2{font-size:1.5rem;font-weight:700;color:var(--white);margin:2rem 0 .75rem}.blog-article__body h3{font-size:1.15rem;font-weight:700;color:var(--white);margin:1.5rem 0 .5rem}.blog-article__body p{margin-bottom:1.25rem}.blog-article__body ul,.blog-article__body ol{padding-left:1.5rem;margin-bottom:1.25rem}.blog-article__body ul li,.blog-article__body ol li{margin-bottom:.4rem}.blog-article__body strong{color:var(--white);font-weight:700}.blog-article__body a{color:var(--yellow);text-decoration:underline;text-underline-offset:2px}.blog-article__body blockquote{border-left:3px solid var(--yellow);padding-left:1.25rem;margin:1.5rem 0;color:var(--white);font-style:italic}.main-cart{padding:var(--section-py) 0}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--white);letter-spacing:-.02em;margin-bottom:2rem}.cart-item{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--navy-border)}.cart-item__image{width:80px;height:80px;border-radius:var(--r-sm);overflow:hidden;background:var(--navy-mid);flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__title{font-weight:700;color:var(--white);font-size:.95rem;margin-bottom:.25rem}.cart-item__variant{font-size:.82rem;color:var(--text-muted);margin-bottom:.75rem}.cart-item__price{font-size:1rem;font-weight:700;color:var(--yellow)}.cart-summary{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-xl);padding:2rem;position:sticky;top:calc(var(--header-height) + 2rem)}.cart-summary__title{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--navy-border);font-size:.88rem;color:var(--text-on-navy)}.cart-summary__row:last-of-type{border-bottom:none}.cart-summary__total{font-weight:700;color:var(--white);font-size:1.1rem}.cart-summary__actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}.cart-item__remove{background:none;border:none;color:var(--text-muted);font-size:.78rem;cursor:pointer;padding:.25rem 0;align-self:flex-start;transition:color .15s}.cart-item__remove:hover{color:#f87171}.quantity-selector{display:flex;align-items:center;gap:0;border:1px solid var(--navy-border);border-radius:var(--r-sm);overflow:hidden;width:fit-content}.quantity-selector__btn{background:var(--navy-mid);border:none;color:var(--white);width:2rem;height:2rem;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s}.quantity-selector__btn:hover{background:var(--navy-border)}.quantity-selector__input{width:2.5rem;height:2rem;text-align:center;background:transparent;border:none;border-left:1px solid var(--navy-border);border-right:1px solid var(--navy-border);color:var(--white);font-size:.88rem;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none}.b2b-hero{padding:var(--section-py) 0;border-bottom:1px solid var(--navy-border)}.b2b-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.b2b-usecases{padding:var(--section-py) 0;background:var(--navy-mid);border-bottom:1px solid var(--navy-border)}.b2b-usecases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.b2b-usecase-card{background:var(--navy);border:1px solid var(--navy-border);border-top:3px solid transparent;border-radius:var(--r-lg);padding:1.75rem;text-align:left;transition:border-color .2s,border-top-color .2s,transform .2s}.b2b-usecase-card:hover{border-color:var(--yellow-dim);border-top-color:var(--yellow);transform:translateY(-3px)}.b2b-usecase-card__icon{font-size:2rem;margin-bottom:1.25rem;display:block;width:52px;height:52px;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center}.b2b-usecase-card__title{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.b2b-usecase-card__desc{font-size:.82rem;color:var(--text-on-navy);line-height:1.6}@media(max-width:768px){.b2b-usecases__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.b2b-usecases__grid{grid-template-columns:1fr}}.b2b-form-section{padding:var(--section-py) 0}.b2b-form-wrap{max-width:680px;margin-inline:auto;background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-xl);padding:clamp(2rem,5vw,3.5rem)}.b2b-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.b2b-form__field{display:flex;flex-direction:column;gap:.4rem}.b2b-form__field--full{grid-column:1 / -1}.b2b-form__label{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.b2b-form__input,.b2b-form__select,.b2b-form__textarea{width:100%;background:var(--navy);border:1px solid var(--navy-border);border-radius:var(--r-sm);padding:.75rem 1rem;color:var(--white);font-size:.92rem;transition:border-color .15s}.b2b-form__input::placeholder,.b2b-form__textarea::placeholder{color:var(--text-muted)}.b2b-form__input:focus,.b2b-form__select:focus,.b2b-form__textarea:focus{outline:none;border-color:var(--yellow)}.b2b-form__select{cursor:pointer;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237a9ab8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px;padding-right:2.5rem;color:var(--white)}.b2b-form__select option{background:var(--navy-mid);color:var(--white)}.b2b-form__textarea{resize:vertical;min-height:120px}.b2b-form__checkbox-row{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.b2b-form__checkbox-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--yellow);flex-shrink:0;margin-top:.15em}.b2b-form__checkbox-label{font-size:.88rem;color:var(--text-on-navy)}.b2b-form__submit-row{margin-top:.5rem}@media(max-width:540px){.b2b-form__grid,.b2b-hero__inner{grid-template-columns:1fr}}.main-404{padding:var(--section-py) 0;text-align:center;min-height:60svh;display:flex;align-items:center}.main-404 .container{width:100%}.main-404__code{font-size:clamp(6rem,15vw,10rem);font-weight:900;color:var(--yellow-dim);line-height:1;margin-bottom:.5rem}.main-404__title{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.main-404__body{font-size:1rem;color:var(--text-on-navy);margin-bottom:2rem}.main-search,.main-page{padding:var(--section-py) 0}.main-page__content{max-width:760px;font-size:1rem;color:var(--text-on-navy);line-height:1.8}.main-page__content h1,.main-page__content h2{color:var(--white);font-weight:700;margin-bottom:.75rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.contact-hero{border-bottom:1px solid var(--navy-border)}.contact-section{padding:var(--section-py) 0}.contact-grid{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:start}.contact-form-wrap{background:var(--navy-mid);border:1px solid var(--navy-border);border-radius:var(--r-xl);padding:clamp(2rem,5vw,3rem)}.contact-form__success{background:#22c55e14;border:1px solid rgba(34,197,94,.25);border-radius:var(--r-md);padding:1.5rem;text-align:center;margin-bottom:2rem}.contact-form__success-title{font-size:1rem;font-weight:700;color:#4ade80;margin-bottom:.25rem}.contact-form__success-body{font-size:.88rem;color:var(--text-on-navy)}.contact-form__errors{background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:var(--r-md);padding:1rem;margin-bottom:1.5rem;font-size:.88rem;color:#f87171}.contact-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-form__field{display:flex;flex-direction:column;gap:.4rem}.contact-form__field--full{grid-column:1 / -1}.contact-form__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;background:var(--navy);border:1px solid var(--navy-border);border-radius:var(--r-sm);padding:.75rem 1rem;color:var(--white);font-size:.92rem;font-family:var(--font-main);transition:border-color .15s}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:var(--text-muted)}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:var(--yellow)}.contact-form__select{cursor:pointer;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237a9ab8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px;padding-right:2.5rem}.contact-form__select option{background:var(--navy-mid);color:var(--white)}.contact-form__textarea{resize:vertical;min-height:130px}.contact-form__note{font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:.75rem}.contact-info{position:sticky;top:calc(var(--header-height) + 2rem)}.contact-info__block{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.contact-info__icon{width:44px;height:44px;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;color:var(--yellow);flex-shrink:0}.contact-info__icon svg{width:20px;height:20px}.contact-info__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem}.contact-info__value{font-size:.92rem;font-weight:600;color:var(--white);text-decoration:none;transition:color .15s}a.contact-info__value:hover{color:var(--yellow)}.contact-info__divider{height:1px;background:var(--navy-border);margin:1.75rem 0}.contact-info__links-heading{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.contact-info__links ul{display:flex;flex-direction:column;gap:.5rem}.contact-info__links a{font-size:.88rem;color:var(--text-on-navy);transition:color .15s}.contact-info__links a:hover{color:var(--yellow)}.contact-info__disclaimer{margin-top:1.75rem;padding:1rem 1.25rem;background:var(--yellow-soft);border:1px solid var(--yellow-dim);border-radius:var(--r-md);font-size:.78rem;color:var(--text-on-navy);line-height:1.55}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-info{position:static;order:-1}.contact-info__block{margin-bottom:1.25rem}}@media(max-width:540px){.contact-form__fields{grid-template-columns:1fr}}.text-center{text-align:center}.section-gap{padding:var(--section-py) 0}.divider{height:1px;background:var(--navy-border);margin:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
