:root{--line-strong:rgba(15,44,70,0.16);--line-soft:rgba(15,44,70,0.05);--warm:#f4f2ef;--warm-hi:#faf9f7;--warm-line:#e7e3dd;--sky-deep:#071a2b;--mint:#14b8a6;--pink-deep:#123b5d;--violet-deep:#123b5d;--indigo:#163b5b;--indigo-deep:#071a2b;--cream:#f3f5f6;--emerald:#059669;--lime:#123b5d;--lime-deep:#071a2b;--holo-diag:linear-gradient(135deg,#496d86,#123b5d 50%,#071a2b);--holo-radial:radial-gradient(circle at 30% 30%,#a9bfd0 0%,#123b5d 45%,#ffffff 100%);--font-stack:-apple-system,BlinkMacSystemFont,var(--font-inter),system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}button{font-family:inherit;cursor:pointer;border:none;background:none}.announce-marquee{overflow:hidden;width:100%}.announce-marquee-track{display:inline-flex;white-space:nowrap;animation:announceScroll 26s linear infinite;will-change:transform}.announce-marquee-item{display:inline-flex;align-items:center;padding:0 30px;font-weight:500}.announce-marquee-item:before{content:"";width:1px;height:13px;background:rgba(214,228,242,.3);margin-right:30px}.announce-ico{display:inline-flex;align-items:center;margin-right:8px;line-height:1;color:#a9bfd0;flex-shrink:0}.announce-ico svg{width:15px;height:15px}@keyframes announceScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.announce-marquee-track{animation:none}}header{overflow:visible}.nav.nav-centered{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-centered .nav-left{justify-self:start;display:flex;align-items:center}.nav-centered .logo{justify-self:center}.nav-centered .nav-right{justify-self:end;display:flex;align-items:center;gap:10px}.nav-inline{display:flex;align-items:center;gap:30px;font-size:13.5px;font-weight:500;letter-spacing:.02em}.nav-inline a{position:relative;color:var(--ink-soft);padding:4px 1px;transition:color .2s ease}.nav-inline a:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1.5px;background:var(--sky);border-radius:2px;transform:scaleX(0);transform-origin:left center;transition:transform .25s ease}.nav-inline a:hover{color:var(--sky)}.nav-inline a:hover:after{transform:scaleX(1)}.nav .hamburger{display:none}@media (min-width:861px){.nav-centered .logo{grid-column:1;grid-row:1;justify-self:start;align-self:center}.nav-centered .nav-left{grid-column:2;grid-row:1;justify-self:center;align-self:center}.nav-centered .nav-right{grid-column:3;grid-row:1;justify-self:end;align-self:center}}@media (max-width:860px){.nav-inline{display:none}.nav .hamburger{display:grid}}.nav-menu-overlay{position:fixed;inset:0;background:transparent;border:0;padding:0;margin:0;z-index:40;cursor:default}.nav-menu{position:absolute;left:0;right:0;top:100%;z-index:60;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(15,44,70,.1);display:flex;flex-direction:column;padding:8px 0;animation:navMenuIn .16s ease}.nav-menu a{padding:13px 24px;font-size:15px;font-weight:600;color:var(--ink);transition:background .15s,color .15s}.nav-menu a:hover{background:var(--surface-hi);color:var(--sky)}@keyframes navMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.foot-brand .logo-img{max-height:76px}@media (max-width:600px){.logo-img{max-height:44px}.foot-brand .logo-img{max-height:64px}}.nav-links a:hover{color:var(--sky)}.cart-badge:after{box-shadow:0 0 12px rgba(14,116,144,.7)}.hero{position:relative;background:linear-gradient(160deg,#ffffff,#f1f7fd 55%,#e6f1fb);color:var(--ink);overflow:hidden;padding:70px 0 36px;border-bottom:1px solid var(--line)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 900px 600px at 75% 30%,rgba(42,167,224,.16),transparent 60%),radial-gradient(ellipse 700px 500px at 20% 80%,rgba(18,59,93,.1),transparent 60%),radial-gradient(ellipse 700px 500px at 90% 90%,rgba(127,211,247,.14),transparent 60%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:rgba(18,59,93,.08);color:var(--sky-deep);border:1px solid rgba(18,59,93,.22);border-radius:100px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px}.eyebrow-dot{width:6px;height:6px;background:var(--cyan);border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 12px var(--cyan),0 0 22px rgba(49,94,125,.45)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}h1.hero-title{font-size:clamp(42px,4.6vw,58px);line-height:1.02;letter-spacing:-.035em;font-weight:800;margin-bottom:18px;color:var(--ink)}h1.hero-title em{font-style:normal;background:var(--holo);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:holoShift 8s ease-in-out infinite}h1.hero-title-centered{text-align:left}h1.hero-title-centered em{letter-spacing:-.04em}.hero-cycle{position:relative;display:block;height:1.16em;overflow:hidden;font-size:1.06em;line-height:1}.hero-cycle-word{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;text-align:left;padding:0 .1em;will-change:transform,opacity}@media (max-width:900px){.hero-cycle-word,h1.hero-title-centered{text-align:center}.hero-cycle-word{justify-content:center}}.hero-cycle-word.in{animation:cycleIn .52s cubic-bezier(.22,.61,.36,1)}.hero-cycle-word.out{animation:cycleOut .52s cubic-bezier(.22,.61,.36,1) forwards}@keyframes cycleIn{0%{transform:translateY(100%);opacity:0}60%{opacity:1}to{transform:translateY(0);opacity:1}}@keyframes cycleOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@media (prefers-reduced-motion:reduce){.hero-cycle-word.in,.hero-cycle-word.out{animation:none}.hero-cycle-word.out{display:none}}.hero-sub{font-size:17.5px;color:var(--ink-soft);max-width:520px;margin-bottom:36px;line-height:1.6}.dispatch-timer{display:inline-flex;align-items:center;gap:9px;margin-top:8px;padding:9px 16px;border-radius:100px;background:rgba(5,150,105,.08);border:1px solid rgba(5,150,105,.25);color:#047857;font-size:13.5px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dispatch-timer strong{color:#065f46;font-weight:800}.dispatch-dot{width:8px;height:8px;border-radius:50%;background:#10b981;flex-shrink:0;animation:dispatchPulse 1.6s infinite}.dispatch-timer.past .dispatch-dot{animation:none}@keyframes dispatchPulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.5)}70%{box-shadow:0 0 0 7px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.pd-info .dispatch-timer{margin:6px 0 0;padding:6px 12px;gap:7px;font-size:11.5px;line-height:1.3}.pd-info .dispatch-timer .dispatch-dot{width:7px;height:7px}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 40px}.btn{padding:15px 26px;border-radius:10px;font-weight:600;font-size:15px;letter-spacing:.01em;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:var(--holo);background-size:200% 200%;color:#fff;box-shadow:0 8px 24px rgba(12,74,110,.55),inset 0 0 0 1px rgba(255,255,255,.06);animation:holoShift 6s ease-in-out infinite;text-shadow:0 1px 2px rgba(0,0,0,.45)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 32px rgba(46,16,101,.65),inset 0 0 0 1px rgba(255,255,255,.1);animation-duration:2s}.btn-secondary{border:1px solid var(--line-strong);color:var(--ink);background:#fff}.btn-secondary:hover{border-color:var(--sky);color:var(--sky)}.btn-dark{background:var(--ink-deep);color:#fff}.btn-dark:hover{background:#16314b}.hero-stats{display:flex;gap:40px;padding-top:30px;border-top:1px solid var(--line)}.stat-num{font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1.05;white-space:nowrap;color:var(--ink)}.stat-num span{background:var(--holo);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:holoShift 8s ease-in-out infinite}.stat-label{font-size:11.5px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-weight:500}.hero-lede{color:var(--ink-soft);font-size:16px;line-height:1.6;max-width:440px;margin:18px 0 0}.hero-product-wrap{width:100%;max-width:400px;margin:0 auto;display:grid;grid-gap:16px;gap:16px}.hero .dispatch-timer{background:none;border:none;padding:0;border-radius:0;margin-top:14px;font-size:14px}.hero-signals{display:block}.hero-promise{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 10px}.hero-delivery{margin:14px 0 0;font-size:14px;color:var(--ink-soft)}.hero-delivery strong{font-weight:700;color:var(--ink)}.hero-delivery span{color:var(--muted)}.hero-delivery span:before{content:" · "}.hero-lineup{display:none}.hero-price-anchor{margin:6px 0 0;font-size:14px;color:var(--ink-soft);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero-price-anchor strong{color:var(--ink);font-weight:800}.hero-price-anchor span{color:var(--muted)}.hero-price-anchor span:before{content:" · "}@media (min-width:901px){.hero-product-wrap{max-width:560px}.hero-product-wrap .product-card{flex-direction:row;align-items:stretch}.hero-product-wrap .product-img{width:44%;height:auto;border-bottom:none;border-right:1px solid var(--warm-line)}.hero-product-wrap .product-bottle-img{max-height:170px;width:auto}.hero-product-wrap .product-body{flex:1 1;justify-content:center;padding:20px 24px}.hero-product-wrap .product-desc{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.hero-visual{position:relative;height:600px;display:grid;place-items:center}.hero-visual:after{content:"";position:absolute;left:0;right:0;bottom:0;height:52%;background:linear-gradient(0deg,#ffffff 0,rgba(255,255,255,.92) 30%,rgba(255,255,255,.6) 60%,transparent);pointer-events:none;z-index:3}@media (max-width:900px){.hero-visual:after{left:50%;right:auto;width:100vw;transform:translateX(-50%)}}.hero-visual-caption{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);width:min(92%,460px);margin:0;z-index:5;text-align:center;font-size:15.5px;line-height:1.55;color:var(--ink-soft)}@media (max-width:600px){.hero-visual-caption{width:100vw;max-width:100vw;bottom:4px;padding:0 18px;font-size:14.5px}}@media (min-width:901px){.hero-visual{height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-visual .vials-stage{height:480px;width:100%}.hero-visual:after{display:none}.hero-visual-caption{position:static;transform:none;left:auto;right:auto;bottom:auto;width:100%;max-width:480px;margin:10px auto 0}}.vials-stage{position:relative;width:100%;height:100%;display:grid;place-items:center}.vials-stage .vcyc{position:absolute;width:auto;max-height:88%;transition:transform .7s cubic-bezier(.22,.61,.36,1),opacity .7s ease,filter .7s ease;will-change:transform,opacity}.vcyc.pos-center{transform:translateX(0) scale(1);opacity:1;z-index:3;filter:drop-shadow(0 30px 60px rgba(15,44,70,.18)) drop-shadow(0 0 40px rgba(42,167,224,.14))}.vcyc.pos-left{transform:translateX(-160px) scale(.62);z-index:1}.vcyc.pos-left,.vcyc.pos-right{opacity:.5;filter:drop-shadow(0 18px 34px rgba(15,44,70,.12))}.vcyc.pos-right{transform:translateX(160px) scale(.62);z-index:2}.vials-dots{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}.vdot{width:8px;height:8px;border-radius:50%;border:0;padding:0;cursor:pointer;background:var(--line-strong);transition:width .2s,background .2s}.vdot.active{width:26px;border-radius:5px;background:var(--holo);background-size:200% 200%;animation:holoShift 6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.vials-stage .vcyc{transition:none}.vdot.active{animation:none}}@media (max-width:600px){.vcyc.pos-left{transform:translateX(-96px) scale(.58)}.vcyc.pos-right{transform:translateX(96px) scale(.58)}.vials-stage .vcyc{max-height:78%}}.helix-bg{position:absolute;inset:-40px -60px;display:grid;place-items:center;pointer-events:none}.helix-bg svg{width:100%;height:100%;max-width:760px;max-height:760px;object-fit:contain}.hero-bg-image{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hero-bg-image img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply;opacity:.5;filter:none}.hero-bg-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.55),rgba(255,255,255,0) 35%,rgba(255,255,255,0) 65%,rgba(255,255,255,.4)),linear-gradient(180deg,rgba(255,255,255,.4),rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,.55));pointer-events:none}.section-bg{position:relative;overflow:hidden}.section-bg>.container{position:relative;z-index:1}.hero-bg-image.flip img{transform:scaleX(-1)}.bottle-front{position:relative;z-index:2;max-height:600px;width:auto;filter:drop-shadow(0 30px 60px rgba(15,44,70,.18)) drop-shadow(0 0 40px rgba(42,167,224,.14))}.floating-tag{position:absolute;background:rgba(255,255,255,.85);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:11px 16px;font-size:12.5px;font-weight:500;color:var(--ink);box-shadow:0 10px 30px rgba(15,44,70,.08);display:flex;align-items:center;gap:10px;z-index:3;animation:float 6s ease-in-out infinite}.tag-1{top:24%;left:-10px;animation-delay:0s}.tag-2{top:44%;right:-20px;animation-delay:-2s}.tag-3{bottom:14%;left:5%;animation-delay:-4s}.tag-icon{width:28px;height:28px;background:var(--sky);color:#fff;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:12px}.tag-icon.cyan,.tag-icon.lime{background:var(--cyan);color:#fff}.tag-icon.holo{background:var(--holo);background-size:200% 200%;color:#fff;animation:holoShift 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-center{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-center .eyebrow{margin-bottom:22px}.hero-center .hero-title{margin-bottom:20px}.hero-center .hero-sub{max-width:620px;margin:0 auto 10px}.hero-vials{position:relative;display:flex;align-items:flex-end;justify-content:center;margin:20px 0 4px;width:100%}.hero-vials .vial{width:auto;filter:drop-shadow(0 24px 44px rgba(15,44,70,.16)) drop-shadow(0 0 30px rgba(42,167,224,.12))}.hero-vials .vial-main{max-height:360px;position:relative;z-index:2}.hero-vials .vial-side{max-height:250px;position:relative;z-index:1;opacity:.97}.hero-vials .vial-left{margin-right:-34px}.hero-vials .vial-right{margin-left:-34px}.hero-dots{display:flex;gap:8px;justify-content:center;margin:4px 0 18px}.hero-dots .dot{width:8px;height:8px;border-radius:50%;background:var(--line-strong);transition:all .2s}.hero-dots .dot.active{width:26px;border-radius:5px;background:var(--holo);background-size:200% 200%;animation:holoShift 6s ease-in-out infinite}.hero-spec{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:5px 11px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:30px}.hero-spec strong{color:var(--ink);font-weight:700}.hero-spec .sep{color:var(--line-strong)}.hero-spec .verified{color:var(--emerald);font-weight:700;display:inline-flex;align-items:center;gap:5px}.hero-spec .verified:before{content:"✓";font-size:11px}.cta-center{justify-content:center;margin-bottom:26px}.btn-lg{padding:17px 30px;font-size:15.5px;border-radius:12px}.cta-center .btn-primary{min-width:258px;justify-content:center}.cta-center .btn-secondary{min-width:196px;justify-content:center}.hero-cats{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:40px;max-width:780px}.cat-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px 8px 8px;background:#fff;border:1px solid var(--line);border-radius:100px;font-size:13px;font-weight:600;color:var(--ink-soft);transition:all .18s ease}.cat-pill:hover{border-color:var(--sky);color:var(--sky);box-shadow:0 6px 18px rgba(18,59,93,.1);transform:translateY(-1px)}.cat-tag{font-size:10px;font-weight:800;letter-spacing:.05em;padding:4px 9px;border-radius:100px;background:var(--surface-hi);color:var(--sky-deep)}.hero-stats-center{justify-content:center;gap:56px;border-top:1px solid var(--line);width:100%;max-width:600px}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-visual{height:460px}.hero-stats{gap:24px}.hero{padding:50px 0 0;border-bottom:none}}@media (max-width:760px){.hero-vials .vial-main{max-height:264px}.hero-vials .vial-side{max-height:176px}.hero-vials .vial-left{margin-right:-22px}.hero-vials .vial-right{margin-left:-22px}.cta-center{flex-direction:column;width:100%;max-width:360px;margin-left:auto;margin-right:auto}.cta-center .btn-primary,.cta-center .btn-secondary{min-width:0;width:100%}.hero-stats-center{gap:26px}}@media (max-width:600px){.hero-stats{gap:0;justify-content:space-between;text-align:center}.hero-stats>div{flex:1 1;padding:0 8px}.hero-stats>div+div{border-left:1px solid var(--line)}.hero-stats .stat-num{font-size:21px}.hero-stats .stat-label{font-size:10px;letter-spacing:.06em;margin-top:5px}}.trust{background:#ffffff;padding:28px 0;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:stretch}.trust-item{display:flex;align-items:center;gap:14px;font-size:14px;font-weight:600;color:var(--ink);background:var(--bg-alt);border:1px solid var(--line);border-radius:14px;padding:16px 18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.trust-item:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(15,44,70,.07);border-color:var(--line-strong)}.trust-item svg{color:var(--cyan);flex-shrink:0;filter:drop-shadow(0 0 6px rgba(49,94,125,.24))}.trust-item small{display:block;font-size:12px;color:var(--muted);font-weight:400;margin-top:1px}@media (max-width:800px){.trust-grid{grid-template-columns:repeat(3,1fr);gap:12px}.trust-item{flex-direction:column;text-align:center;gap:8px;font-size:12.5px}.trust-item svg{width:26px;height:26px}.trust-item small{font-size:10.5px}.trust-secure{display:none}}section{padding:92px 0}.section-head{text-align:center;max-width:640px;margin:0 auto 56px}.section-head.left{text-align:left;margin:0 0 48px}.section-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sky);margin-bottom:14px}h1.section-title,h2.section-title{font-size:clamp(32px,4vw,46px);line-height:1.05;letter-spacing:-.03em;font-weight:800;margin-bottom:16px;color:var(--ink)}h1.section-title em,h2.section-title em{font-style:normal;background:var(--holo);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:holoShift 8s ease-in-out infinite}.section-sub{color:var(--muted);font-size:17px}.products-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px}.products-head .right{display:flex;gap:8px}.pill-link{padding:9px 16px;border-radius:100px;font-size:13px;font-weight:600;background:var(--surface-hi);color:var(--ink-soft);border:1px solid var(--line);transition:all .2s}.pill-link.active{background:var(--lime);color:#fff;border-color:var(--lime)}.pill-link:hover{background:var(--sky);color:#fff;border-color:var(--sky)}.products{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@media (max-width:1100px){.products{grid-template-columns:repeat(2,1fr)}}.products.products--solo{grid-template-columns:minmax(0,900px);justify-content:center}.carousel-wrap{position:relative}.carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 18px;margin:-8px -2px 0;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;overscroll-behavior-x:contain}.carousel>*{flex:0 0 clamp(272px,30%,380px);scroll-snap-align:start}.carousel:focus-visible{outline:2px solid var(--sky);outline-offset:4px;border-radius:18px}.carousel::-webkit-scrollbar{height:8px}.carousel::-webkit-scrollbar-track{background:transparent}.carousel::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:100px}.carousel-arrow{position:absolute;top:140px;z-index:3;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.94);border:1px solid var(--line);color:var(--ink-deep);box-shadow:0 8px 22px rgba(15,44,70,.14);transition:opacity .2s,background .2s,border-color .2s}.carousel-arrow:hover{background:#fff;border-color:var(--sky);color:var(--sky)}.carousel-arrow:disabled{opacity:0;pointer-events:none}.carousel-arrow.prev{left:-14px}.carousel-arrow.next{right:-14px}@media (hover:none){.carousel-arrow{display:none}}@media (min-width:901px){.products--solo .product-card{flex-direction:row;align-items:stretch}.products--solo .product-img{width:46%;height:auto;min-height:380px;border-bottom:none;border-right:1px solid var(--warm-line)}.products--solo .product-bottle-img{max-height:320px;width:auto}.products--solo .product-body{flex:1 1;justify-content:center;padding:40px 44px}.products--solo .product-title{font-size:26px}.products--solo .product-desc{font-size:15px}}.product-card{background:var(--surface);border:1px solid var(--warm-line);border-radius:18px;overflow:hidden;transition:all .25s;display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,44,70,.1);border-color:#d9d3ca}.product-img{height:280px;background:var(--warm);display:grid;place-items:center;position:relative}.product-img .chip{position:absolute;z-index:2;top:14px;left:14px;background:var(--ink-deep);color:#fff;padding:5px 11px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.product-img .chip.lime{background:var(--holo);background-size:200% 200%;color:#fff;animation:holoShift 6s ease-in-out infinite;box-shadow:0 4px 14px rgba(49,94,125,.3)}.product-img .chip.sky{background:var(--sky)}.product-img .chip.sale{background:#ef4444}.stock-pill{position:absolute;z-index:2;top:14px;right:14px;background:rgba(22,163,74,.1);color:#16a34a;border:1px solid rgba(22,163,74,.28);padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:5px}.stock-pill:before{content:"";width:6px;height:6px;background:#16a34a;border-radius:50%;box-shadow:0 0 8px rgba(22,163,74,.6)}.stock-pill.out{background:rgba(100,116,139,.12);color:#64748b;border-color:rgba(100,116,139,.3)}.stock-pill.out:before{background:#94a3b8;box-shadow:none}.product-card.sold-out .product-bottle-img{filter:grayscale(.85) opacity(.55)}.add-btn.notify{background:transparent;color:var(--ink-deep);border:1px solid var(--ink-deep)}.add-btn.notify:hover{background:var(--ink-deep);color:#fff;box-shadow:none}.product-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1 1}.product-cat{font-size:11px;color:#8b93a0;margin-bottom:7px;font-weight:600}.img-brand,.product-cat{letter-spacing:.14em;text-transform:uppercase}.img-brand{position:absolute;left:16px;bottom:14px;z-index:2;font-size:12px;font-weight:800;color:var(--ink-deep)}.product-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.product-title{font-size:21px;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--ink-deep)}.product-filter{display:flex;flex-wrap:nowrap;gap:10px;margin-bottom:30px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-filter::-webkit-scrollbar{display:none}.product-filter-btn{flex:0 0 auto;scroll-snap-align:start;padding:10px 20px;border-radius:100px;border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s,border-color .2s;text-decoration:none;display:inline-flex;align-items:center;line-height:1}@media (max-width:900px){.product-filter{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}}.product-filter-btn:hover{border-color:var(--sky);color:var(--sky)}.product-filter-btn.active{background:var(--ink-deep);border-color:var(--ink-deep);color:#fff}.overview-body{position:relative;overflow:hidden;max-height:150px;transition:max-height .42s ease}.overview.open .overview-body{max-height:2400px}.overview-body p{color:var(--ink-soft);margin-bottom:14px;line-height:1.7}.overview-fade{position:absolute;left:0;right:0;bottom:0;height:96px;background:linear-gradient(0deg,#ffffff 0,rgba(255,255,255,.92) 38%,transparent);pointer-events:none;opacity:1;transition:opacity .3s ease}.overview.open .overview-fade{opacity:0}.overview-toggle{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:0;background:none;border:0;cursor:pointer;color:var(--sky);font-weight:600;font-size:14px}.overview-toggle:hover{color:var(--sky-deep)}.overview-chevron{transition:transform .25s ease}.overview.open .overview-chevron{transform:rotate(180deg)}.product-servings{letter-spacing:.02em}.product-mfr,.product-servings{font-size:12px;color:var(--muted);margin-bottom:10px}.product-mfr{margin-top:-4px;line-height:1.4}.product-foot-price{min-width:0}.product-desc{font-size:13.5px;color:var(--muted);margin-bottom:18px;flex:1 1;line-height:1.55}.product-foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:16px}.price{font-size:24px;font-weight:800;letter-spacing:-.025em;color:var(--ink-deep)}.add-btn{padding:12px 20px;background:var(--ink-deep);color:#fff;border:0;border-radius:100px;font-weight:700;font-size:14px;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:8px}.add-btn:hover{background:#16324b;box-shadow:0 8px 20px rgba(7,26,43,.22)}.add-btn .bag-ico{flex:none;opacity:.92}.product-card .add-btn{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:12px 18px}.add-btn.preorder{background:var(--sky)}.add-btn.preorder:hover{background:var(--sky-deep)}.card-buy{display:flex;align-items:center;gap:10px;width:100%;justify-content:space-between}.card-buy .add-btn{flex:1 1;justify-content:center;height:46px}.card-buy .qty-stepper-sm{height:46px}.qty-stepper-sm{flex:none;display:inline-flex;align-items:center;border:1px solid var(--warm-line);border-radius:100px;overflow:hidden;background:var(--surface)}.qty-stepper-sm button{width:32px;height:42px;border:none;background:transparent;font-size:16px;font-weight:700;line-height:1;color:var(--ink-soft);cursor:pointer}.qty-stepper-sm button:hover{background:var(--warm);color:var(--ink-deep)}.qty-stepper-sm .q{min-width:22px;text-align:center;font-size:13px;font-weight:700;font-feature-settings:"tnum"}.product-bottle-img{max-height:240px;width:auto;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(15,44,70,.16)) drop-shadow(0 0 24px rgba(42,167,224,.1));transition:transform .25s ease}.product-card:hover .product-bottle-img{transform:translateY(-4px) scale(1.03)}.product-bottle-img.sm{max-height:210px}@media (max-width:700px){.products{grid-template-columns:1fr}.products-head{flex-direction:column;align-items:flex-start}}.biz-identity{background:var(--bg-alt);border-bottom:1px solid var(--line)}.biz-identity .container{padding-top:18px;padding-bottom:18px;font-size:13.5px;line-height:1.65;color:var(--ink-soft)}.biz-identity strong{color:var(--ink)}.biz-identity a{color:var(--sky);font-weight:700}@media (max-width:600px){.biz-identity{padding:0}.biz-identity .container{padding-top:14px;padding-bottom:14px;font-size:12.5px;line-height:1.55}}.about-grid{display:grid;grid-template-columns:minmax(0,820px);justify-content:center;grid-gap:60px;gap:60px}.about-content h2{margin-bottom:20px}.about-content p{color:var(--ink-soft);font-size:16px;margin-bottom:16px}.about-list{list-style:none;margin-top:28px}.about-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;color:var(--ink)}.about-list li:last-child{border:none}.check{width:22px;height:22px;background:var(--sky);color:#fff}@media (max-width:900px){.about-grid{grid-template-columns:1fr;gap:40px}}.faq{background:var(--surface)}.faq-wrap{max-width:800px;margin:0 auto}details{border:1px solid var(--line);border-radius:12px;padding:0;margin-bottom:12px;background:var(--bg-alt);transition:all .2s}details[open]{background:var(--surface);border-color:var(--sky)}details summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-size:16.5px;font-weight:600;line-height:1.3;padding:22px 24px;color:var(--ink)}details summary::-webkit-details-marker{display:none}details summary:after{content:"+";font-size:22px;font-weight:300;color:var(--sky);transition:transform .25s;margin-left:16px;line-height:1}details[open] summary:after{transform:rotate(45deg)}details>p{padding:0 24px 22px;color:var(--ink-soft);font-size:15px;line-height:1.65}.cta-section{padding:60px 0 100px}.cta{background:linear-gradient(135deg,var(--ink-deep) 0,#133a63 100%);color:#fff;text-align:center;border-radius:24px;padding:80px 40px;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 600px 400px at 20% 30%,rgba(42,167,224,.3),transparent 60%),radial-gradient(ellipse 600px 400px at 80% 70%,rgba(18,59,93,.22),transparent 60%),radial-gradient(ellipse 700px 500px at 50% 100%,rgba(127,211,247,.16),transparent 60%);pointer-events:none}.cta-inner{position:relative}.cta h2{font-size:clamp(32px,4vw,44px);line-height:1.05;margin-bottom:16px;letter-spacing:-.03em;color:#fff;font-weight:800}.cta p{color:#b8cde0;font-size:17px;max-width:480px;margin:0 auto 32px}footer{padding:80px 0 30px}.foot-grid{margin-bottom:50px}.foot-brand .logo{color:#fff;margin-bottom:18px}.foot-brand p{margin-bottom:20px}.socials{display:flex;gap:8px}.social{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;color:#94a3b8;transition:all .2s}.social:hover{background:var(--sky);color:#fff;border-color:var(--sky)}.foot-col a:hover{color:var(--cyan)}.foot-cities{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:20px 0 4px;font-size:12.5px;color:#64748b}.foot-cities span{letter-spacing:.04em;text-transform:uppercase;font-weight:700;font-size:11px}.foot-cities a{color:#94a3b8;transition:color .2s}.foot-cities a:hover{color:var(--cyan)}.foot-bottom{padding-top:28px;align-items:center;gap:16px;font-size:12.5px}.payments{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pay-ico{display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 7px;background:#fff;border-radius:5px}.pay-ico img{height:15px;width:auto;display:block}.pay-pill{padding:0 10px;height:26px;display:inline-flex;align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:5px;font-size:11px;font-weight:600;color:#cbd5e1;letter-spacing:.04em}.disclaimer{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.18);color:#fca5a5;padding:14px 18px;border-radius:10px;font-size:12.5px;margin-bottom:30px;text-align:center;line-height:1.5}.cart-backdrop{position:fixed;inset:0;background:rgba(15,44,70,.4);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:90;opacity:0;pointer-events:none;transition:opacity .25s ease}.cart-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:100%;max-width:440px;background:#ffffff;border-left:1px solid var(--line);z-index:100;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(15,44,70,.18)}.cart-drawer.open{transform:translateX(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line)}.cart-head h3{font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.cart-head .count{font-size:12px;color:var(--muted);font-weight:500;margin-left:8px}.cart-close{width:36px;height:36px;border-radius:50%;background:var(--surface-hi);border:1px solid var(--line);color:var(--ink-soft);display:grid;place-items:center;transition:all .2s}.cart-close:hover{background:#dceaf7;color:var(--ink)}.cart-items{overflow-y:auto;padding:16px 22px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;grid-gap:14px;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item:last-child{border-bottom:none}.cart-item-img{width:72px;height:72px;background:linear-gradient(180deg,#f1f7fc,#e6f1fb);border-radius:10px;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.cart-item-img img{max-height:64px;width:auto}.cart-item-info{min-width:0}.cart-item-name{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:4px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item-price{font-size:13px;color:var(--ink-soft);font-weight:500}.cart-item-qty{display:flex;align-items:center;gap:4px;background:var(--surface-hi);border:1px solid var(--line);border-radius:100px;margin-top:6px;width:-moz-fit-content;width:fit-content}.cart-item-qty button{width:22px;height:22px;border-radius:50%;background:transparent;color:var(--ink-soft);display:grid;place-items:center;font-size:14px;font-weight:600;transition:all .15s}.cart-item-qty button:hover{background:#dceaf7;color:var(--ink)}.cart-item-qty .qty{font-size:12.5px;min-width:22px;text-align:center;color:var(--ink);font-weight:600}.cart-item-remove{background:none;color:var(--muted);font-size:11px;align-self:start;padding:4px;transition:color .2s}.cart-item-remove:hover{color:#ef4444}.cart-empty{text-align:center;padding:60px 30px;color:var(--muted)}.cart-empty-icon{width:64px;height:64px;margin:0 auto 18px;background:var(--surface-hi);border-radius:50%;display:grid;place-items:center;color:var(--sky)}.cart-empty h4{color:var(--ink);font-size:15px;font-weight:600;margin-bottom:6px}.cart-empty p{font-size:13.5px;line-height:1.5}.ship-goal{margin-bottom:12px}.ship-goal-label{display:block;font-size:12.5px;color:var(--muted);margin-bottom:6px}.ship-goal-label strong{color:var(--ink);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ship-goal-bar{height:6px;border-radius:100px;background:var(--line);overflow:hidden}.ship-goal-bar>span{display:block;height:100%;border-radius:100px;background:var(--sky);transition:width .25s ease}.ship-goal.met .ship-goal-label{color:#047857;font-weight:700}.ship-goal.met .ship-goal-bar>span{background:var(--green)}.addon{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.addon-head{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.addon-row{display:grid;grid-template-columns:48px 1fr auto;align-items:center;grid-gap:12px;gap:12px}.addon-row+.addon-row{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.addon-img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:var(--surface-hi)}.addon-info{min-width:0}.addon-name{font-size:13.5px;font-weight:700;color:var(--ink)}.addon-sub{font-size:11.5px;color:var(--muted);line-height:1.35;margin-top:1px}.addon-price{margin-top:3px;font-size:13px;display:flex;align-items:baseline;gap:6px}.addon-price strong{color:var(--ink);font-weight:700}.addon-was{color:var(--muted);text-decoration:line-through;font-size:11.5px}.addon-btn{flex-shrink:0;padding:8px 16px;border-radius:100px;border:1.5px solid var(--sky);background:#fff;color:var(--sky);font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,color .15s}.addon-btn:hover{background:var(--sky);color:#fff}.cart-foot{padding:22px 26px;border-top:1px solid var(--line);background:var(--bg-alt)}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:8px}.cart-summary-row.total{font-size:16px;font-weight:700;color:var(--ink);border-top:1px solid var(--line);margin-top:12px;margin-bottom:16px}.cart-foot small{display:block;font-size:11.5px;color:var(--muted);text-align:center}.cart-checkout-btn{width:100%;padding:16px;background:var(--holo);background-size:200% 200%;color:#fff;border-radius:12px;font-weight:700;font-size:15px;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:8px;animation:holoShift 6s ease-in-out infinite;box-shadow:0 8px 24px rgba(12,74,110,.55),inset 0 0 0 1px rgba(255,255,255,.06);transition:transform .2s}.cart-checkout-btn:disabled{opacity:.4;pointer-events:none}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(80px);background:var(--ink-deep);border:1px solid rgba(255,255,255,.1);color:#fff;padding:14px 20px;border-radius:12px;font-size:14px;font-weight:500;z-index:200;box-shadow:0 18px 40px rgba(15,44,70,.28);transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s;opacity:0;display:flex;align-items:center;gap:10px}.toast.show{transform:translateX(-50%) translateY(0);opacity:1}.toast-check{width:22px;height:22px;border-radius:50%;background:var(--sky);display:grid;place-items:center;color:#fff;font-weight:800;font-size:12px}.checkout-page{background:var(--bg);min-height:100vh;padding:40px 0 80px}.checkout-wrap{max-width:1240px;margin:0 auto;padding:0 72px}@media (max-width:1100px){.checkout-wrap{padding:0 48px}}@media (max-width:900px){.checkout-wrap{padding:0 24px}}.checkout-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--line)}.checkout-back{display:inline-flex;align-items:center;gap:8px;color:var(--ink-soft);font-size:14px;font-weight:500;transition:color .2s}.checkout-back:hover{color:var(--cyan-soft)}.checkout-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:48px;gap:48px;align-items:start}@media (max-width:900px){.checkout-grid{grid-template-columns:1fr}}.checkout-section{margin-bottom:36px}.checkout-section h3{font-size:18px;font-weight:700;margin-bottom:18px;color:var(--ink);letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.section-num{width:26px;height:26px;background:var(--holo);background-size:200% 200%;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;animation:holoShift 6s ease-in-out infinite}.field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.field-grid.three{grid-template-columns:2fr 1fr 1fr}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.field input,.field select,.field textarea{padding:13px 14px;background:var(--surface);border:1px solid var(--line);border-radius:10px;color:var(--ink);font-family:inherit;font-size:14.5px;transition:all .2s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--cyan-soft);background:var(--surface-hi);box-shadow:0 0 0 3px rgba(49,94,125,.12)}.field input::placeholder{color:var(--muted)}.ship-option{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:10px;cursor:pointer;margin-bottom:8px;transition:all .2s}.ship-option.selected,.ship-option:hover{border-color:var(--cyan-soft)}.ship-option.selected{background:var(--surface-hi)}.ship-option input{accent-color:var(--cyan-soft)}.ship-option-body{flex:1 1}.ship-option-name{font-weight:600;font-size:14.5px;color:var(--ink)}.ship-option-meta{font-size:12.5px;color:var(--muted);margin-top:2px}.ship-option-price{font-weight:700;font-size:14.5px;color:var(--ink)}.pay-options{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:16px}.pay-option{padding:14px 10px;background:var(--surface);border:1px solid var(--line);border-radius:10px;cursor:pointer;text-align:center;font-size:12.5px;font-weight:600;color:var(--ink-soft);transition:all .2s;letter-spacing:.04em}.pay-option.selected,.pay-option:hover{border-color:var(--cyan-soft);color:var(--ink)}.pay-option.selected{background:var(--surface-hi)}.place-order-btn{width:100%;padding:18px;background:var(--holo);background-size:200% 200%;color:#fff;border-radius:12px;font-weight:700;font-size:15.5px;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;animation:holoShift 6s ease-in-out infinite;box-shadow:0 8px 24px rgba(12,74,110,.55),inset 0 0 0 1px rgba(255,255,255,.06);text-shadow:0 1px 2px rgba(0,0,0,.4);transition:transform .2s}.place-order-btn:hover{transform:translateY(-1px)}.place-order-btn:disabled{opacity:.4;pointer-events:none}.summary-card{position:-webkit-sticky;position:sticky;top:40px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px 26px 22px}.summary-card h3{font-size:16px;font-weight:700;margin-bottom:16px;color:var(--ink)}.summary-items{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px;max-height:360px;overflow-y:auto}.summary-item{display:grid;grid-template-columns:56px 1fr auto;grid-gap:12px;gap:12px;padding:10px 0;align-items:center}.summary-item-img{width:56px;height:56px;background:linear-gradient(180deg,#f1f7fc,#e6f1fb);border-radius:8px;border:1px solid var(--line);position:relative;display:grid;place-items:center}.summary-item-img img{max-height:50px;width:auto}.summary-item-img .qty-bubble{position:absolute;top:-6px;right:-6px;background:var(--sky);color:#fff;border-radius:50%;width:20px;height:20px;font-size:11px;font-weight:800;display:grid;place-items:center}.summary-item-name{font-size:13px;font-weight:600;color:var(--ink);line-height:1.3}.summary-item-meta{font-size:11.5px;color:var(--muted);margin-top:2px}.summary-item-price{font-size:13.5px;font-weight:700;color:var(--ink)}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--ink-soft);padding:5px 0}.summary-row.total{font-size:18px;font-weight:800;color:var(--ink);padding-top:14px;border-top:1px solid var(--line);margin-top:10px}.summary-row.total .gst-note{display:block;font-size:10.5px;color:var(--muted);font-weight:500;letter-spacing:.04em;margin-top:2px}.promo-row{display:flex;gap:8px;margin-bottom:16px}.promo-row input{flex:1 1;padding:11px 14px;background:var(--bg-alt);border:1px solid var(--line);border-radius:8px;color:var(--ink);font-family:inherit;font-size:13.5px}.promo-row input::placeholder{color:var(--muted)}.promo-row button{padding:0 16px;background:var(--surface-hi);color:var(--ink);border-radius:8px;font-weight:600;font-size:13px;border:1px solid var(--line)}.promo-row button:hover{background:var(--cyan-soft);color:var(--ink-deep)}.restock-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000}.restock-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);max-width:420px;background:var(--surface,#fff);color:var(--ink,#0f172a);border:1px solid var(--line,#e2e8f0);border-radius:18px;box-shadow:0 30px 80px rgba(15,23,42,.35);padding:30px 28px 26px;z-index:1001}.restock-close{position:absolute;top:14px;right:14px;background:none;border:none;cursor:pointer;color:var(--muted,#64748b);line-height:0;padding:6px;border-radius:8px}.restock-close:hover{background:var(--surface-hi,#f1f5f9)}.restock-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(18,59,93,.1);color:var(--sky,#123b5d);margin-bottom:16px}.restock-modal h3{font-size:19px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px}.restock-modal p{font-size:14px;color:var(--muted,#64748b);line-height:1.55;margin:0 0 18px}.restock-modal p .rs-prod{color:var(--ink,#0f172a);font-weight:600}.restock-form{display:flex;flex-direction:column;gap:10px}.restock-form input{width:100%;height:50px;padding:0 16px;border:1px solid var(--line,#e2e8f0);border-radius:12px;font-size:15px;font-family:inherit;background:#fff;color:var(--ink,#0f172a)}.restock-form input:focus{outline:none;border-color:var(--sky,#123b5d);box-shadow:0 0 0 3px rgba(18,59,93,.15)}.restock-form button{height:50px;border:none;border-radius:12px;background:var(--holo,#123b5d);background-size:200% 200%;color:#fff;font-weight:700;font-size:15px;cursor:pointer}.restock-fine{font-size:11.5px;color:var(--muted,#94a3b8);margin:12px 0 0;text-align:center}.restock-done{text-align:center;padding:6px 0 2px}.restock-done .rs-tick{width:54px;height:54px;border-radius:50%;background:rgba(10,158,60,.12);color:#0a9e3c;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:26px}.restock-done h3{margin-bottom:8px}:root{--bg:#ffffff;--bg-alt:#f7f8fa;--surface:#ffffff;--surface-hi:#eef1f4;--ink:#12283b;--ink-deep:#071a2b;--ink-soft:#40566a;--muted:#748392;--line:rgba(15,44,70,0.10);--cyan:#1c496b;--cyan-soft:#315e7d;--sky:#123b5d;--violet:#274b6a;--pink:#274b6a;--green:#16a34a;--holo:linear-gradient(90deg,#315e7d,#123b5d 52%,#071a2b)}@keyframes holoShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes spin{to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-stack);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}img,svg{display:block;max-width:100%}.container{max-width:1440px;margin:0 auto;padding:0 72px}@media (max-width:1100px){.container{padding:0 48px}}@media (max-width:900px){.container{padding:0 24px}}.announce{background:var(--ink-deep);color:#d6e4f2;font-size:12.5px;letter-spacing:.04em;padding:9px 16px;text-align:center;font-weight:500}.announce strong{color:#a9bfd0;margin:0 4px;font-weight:600}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{display:flex;justify-content:space-between;padding:22px 0}.logo,.nav{align-items:center}.logo{display:inline-flex;color:var(--ink)}.logo-img{height:auto;width:auto;max-height:46px;max-width:100%;mix-blend-mode:multiply;transition:opacity .2s}.logo:hover .logo-img{opacity:.85}.nav-links{display:flex;align-items:center;gap:32px;font-size:14.5px;font-weight:500}.nav-links a{color:var(--ink-soft);transition:color .2s}.nav-links a:hover{color:var(--cyan-soft)}.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface-hi);color:var(--ink);transition:all .2s}.icon-btn:hover{background:var(--sky);border-color:var(--sky);color:#fff}.cart-badge{position:relative}.cart-badge:after{content:attr(data-count);position:absolute;top:-5px;right:-5px;background:var(--holo);background-size:200% 200%;color:#fff;border-radius:50%;width:18px;height:18px;font-size:10.5px;display:grid;place-items:center;font-weight:700;animation:holoShift 6s ease-in-out infinite}.cart-badge[data-count="0"]:after{display:none}@media (max-width:860px){.nav-links{display:none}}.crumbs a{color:var(--muted);transition:color .2s}.crumbs a:hover{color:var(--cyan-soft)}.crumbs span.sep{margin:0 8px;opacity:.5}.crumbs span.curr,.crumbs>span>span[aria-current]{color:var(--ink)}.pd{padding:30px 0 60px}.pd-grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:56px;gap:56px;align-items:start}@media (max-width:1000px){.pd-grid{grid-template-columns:1fr;gap:36px}}.gallery{position:-webkit-sticky;position:sticky;top:120px}@media (max-width:1000px){.gallery{position:static}}.main-image{position:relative;aspect-ratio:1/1;background:radial-gradient(ellipse at center,rgba(49,94,125,.12) 0,transparent 60%),linear-gradient(180deg,var(--surface-hi) 0,var(--surface) 100%);border:1px solid var(--line);border-radius:22px;display:grid;place-items:center;overflow:hidden;margin-bottom:14px}.main-image img{max-height:75%;max-width:80%;width:auto;margin:auto;object-fit:contain;justify-self:center;filter:drop-shadow(0 30px 60px rgba(15,44,70,.18));transition:transform .3s ease}.main-image:hover img{transform:scale(1.04)}.image-badge{position:absolute;top:18px;left:18px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(22,163,74,.35);color:var(--green);padding:7px 12px;border-radius:100px;font-size:11.5px;font-weight:700;letter-spacing:.04em;display:flex;align-items:center;gap:6px}.image-badge:before{content:"";width:6px;height:6px;background:var(--green);border-radius:50%;box-shadow:0 0 8px var(--green)}.image-badge.out{color:#64748b;border-color:rgba(100,116,139,.35)}.image-badge.out:before{background:#94a3b8;box-shadow:none}.card-dispatch{display:inline-flex;align-items:center;gap:5px;margin-top:5px;font-size:10.5px;font-weight:700;color:#047857;line-height:1.3;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.card-dispatch:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;flex-shrink:0}.image-batch{position:absolute;bottom:18px;right:18px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);color:var(--ink-soft);padding:6px 12px;border-radius:8px;font-size:11px;font-family:ui-monospace,monospace;font-weight:600}.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.thumb{aspect-ratio:1/1;background:var(--surface);border:1px solid var(--line);border-radius:12px;cursor:pointer;display:grid;place-items:center;transition:all .2s;overflow:hidden}.thumb.active,.thumb:hover{border-color:var(--cyan-soft)}.thumb.active{box-shadow:0 0 0 2px rgba(49,94,125,.2)}.thumb img{max-height:60%;width:auto}.pd-brand{display:inline-flex;align-items:center;gap:7px;background:var(--holo);background-size:200% 200%;color:#fff;font-weight:800;font-size:14px;letter-spacing:.1em;padding:8px 16px;border-radius:9px;margin-bottom:14px;box-shadow:0 6px 16px rgba(18,59,93,.22)}.pd-brand,.pd-cat{text-transform:uppercase}.pd-cat{display:inline-block;font-size:11.5px;color:var(--cyan-soft);letter-spacing:.12em;font-weight:700;margin-bottom:12px}.pd-title{font-size:clamp(26px,3.2vw,36px);font-weight:800;line-height:1.1;letter-spacing:-.025em;margin-bottom:8px}.pd-subtitle{font-size:16px;color:var(--ink-soft);margin-bottom:18px;font-weight:500;letter-spacing:-.005em}.pd-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:22px}.pd-stat{padding:16px 14px;text-align:center;border-right:1px solid var(--line)}.pd-stat:last-child{border-right:none}.pd-stat strong{display:block;font-size:22px;font-weight:800;line-height:1.1;background:var(--holo);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:holoShift 8s ease-in-out infinite;letter-spacing:-.02em}.pd-stat small{display:block;font-size:11.5px;color:var(--muted);letter-spacing:.04em;margin-top:3px}.key-claims{list-style:none;background:var(--bg-alt);border:1px solid var(--line);border-radius:14px;padding:18px 22px;margin-bottom:22px}.key-claims li{display:flex;align-items:flex-start;gap:10px;padding:7px 0;font-size:14px;color:var(--ink);border-bottom:1px dashed rgba(15,44,70,.12)}.key-claims li:last-child{border-bottom:none}.key-claims li:before{content:"✓";flex-shrink:0;width:19px;height:19px;border-radius:50%;background:rgba(18,59,93,.12);color:var(--sky);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;margin-top:1px}.pd-faqs details{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:0;margin-bottom:10px;transition:all .2s}.pd-faqs details[open]{border-color:var(--cyan-soft)}.pd-faqs summary{list-style:none;cursor:pointer;padding:18px 22px;font-size:15.5px;font-weight:600;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:14px}.pd-faqs summary::-webkit-details-marker{display:none}.pd-faqs summary:after{content:"+";color:var(--cyan-soft);font-size:22px;font-weight:300;line-height:1;transition:transform .25s}.pd-faqs details[open] summary:after{transform:rotate(45deg)}.pd-faqs details>p{padding:0 22px 20px;color:var(--ink-soft);font-size:14.5px;line-height:1.6;max-width:none}.directions-box{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--cyan-soft);border-radius:10px;padding:18px 22px;margin-bottom:22px}.directions-box strong{display:block;font-size:11.5px;color:var(--cyan-soft);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-weight:700}.directions-box p{font-size:15px;color:var(--ink);margin:0;max-width:none}.add-to-cart-btn.notify{width:100%;background:var(--sky);animation:none}.short-desc{font-size:16.5px;color:var(--ink-soft);line-height:1.6;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--line)}.highlights{list-style:none;margin-bottom:24px}.highlights li{display:flex;align-items:flex-start;gap:11px;padding:9px 0;font-size:14.5px;color:var(--ink)}.check{flex-shrink:0;width:20px;height:20px;background:rgba(134,239,172,.18);color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800;margin-top:2px}.size-select{margin-bottom:18px}.size-select .size-title{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.size-select .size-opts{display:flex;flex-wrap:wrap;gap:10px}.size-opt{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:92px;padding:11px 16px;background:var(--surface);border:1.5px solid var(--line);border-radius:12px;color:var(--ink);font-weight:700;font-size:15px;cursor:pointer;transition:all .18s}.size-opt span{font-size:12.5px;font-weight:600;color:var(--muted)}.size-opt:hover{border-color:var(--cyan-soft)}.size-opt.active{border-color:var(--sky);background:var(--surface-hi);box-shadow:0 0 0 3px rgba(18,59,93,.1)}.size-opt.active span{color:var(--sky)}.size-label{font-size:13.5px;color:var(--ink-soft)}.size-label strong{color:var(--ink)}.buy-row{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;margin-bottom:12px}.qty-stepper{display:flex;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}.qty-stepper button{width:44px;height:56px;background:transparent;color:var(--ink);font-size:18px;font-weight:600;cursor:pointer;transition:all .15s;border:none}.qty-stepper button:hover{background:var(--surface-hi)}.qty-stepper .qty{min-width:36px;text-align:center;font-size:15px;font-weight:700;color:var(--ink);font-feature-settings:"tnum"}.add-to-cart-btn{background:var(--holo);background-size:200% 200%;color:#fff;border-radius:12px;border:none;font-weight:700;font-size:15px;letter-spacing:.01em;cursor:pointer;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 24px rgba(12,74,110,.55),inset 0 0 0 1px rgba(255,255,255,.06);animation:holoShift 6s ease-in-out infinite;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:transform .2s}.add-to-cart-btn:hover{transform:translateY(-1px)}.add-to-cart-btn:active{transform:translateY(0)}.buy-now-btn{width:100%;background:transparent;color:var(--ink);border:1px solid var(--line);border-radius:12px;padding:14px;font-weight:600;font-size:14.5px;cursor:pointer;transition:all .2s;margin-bottom:24px}.buy-now-btn:hover{background:var(--surface-hi);border-color:var(--cyan-soft)}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:14px;margin-bottom:20px}.trust-mini{text-align:center;font-size:11.5px;color:var(--ink-soft)}.trust-mini svg{margin:0 auto 6px;color:var(--cyan-soft)}.trust-mini strong{display:block;font-size:12px;color:var(--ink);margin-bottom:1px;font-weight:700}.trust-mini small{font-size:10.5px;color:var(--muted);letter-spacing:.04em}.brand-link{display:flex;align-items:center;justify-content:space-between;background:var(--bg-alt);border:1px solid var(--line);border-radius:12px;padding:14px 18px;font-size:13.5px;color:var(--ink);font-weight:500;transition:all .2s}.brand-link:hover{border-color:var(--cyan-soft);background:var(--surface-hi)}.brand-link strong{color:var(--cyan-soft);font-weight:700}.brand-link svg{color:var(--cyan-soft);transition:transform .2s}.brand-link:hover svg{transform:translateX(3px)}.pd-content{padding:60px 0;background:var(--bg-alt);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tab-nav{display:flex;gap:4px;padding:6px;background:var(--surface);border:1px solid var(--line);border-radius:14px;margin-bottom:36px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.tab{padding:11px 22px;background:transparent;border:none;color:var(--muted);font-size:13.5px;font-weight:600;cursor:pointer;border-radius:10px;transition:all .2s;white-space:nowrap}.tab.active,.tab:hover{color:var(--ink)}.tab.active{background:var(--surface-hi);box-shadow:0 0 0 1px var(--line)}.tab-pane{display:none}.tab-pane.active{display:block;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pd-content h3{font-size:22px;font-weight:700;margin-bottom:14px;letter-spacing:-.01em}.pd-content p{color:var(--ink-soft);font-size:16px;line-height:1.7;margin-bottom:18px;max-width:780px}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:28px}@media (max-width:700px){.benefits-grid{grid-template-columns:1fr}}.benefit{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px 24px;transition:all .2s}.benefit:hover{border-color:var(--cyan-soft);transform:translateY(-2px)}.benefit-icon{width:38px;height:38px;background:rgba(49,94,125,.1);color:var(--cyan-soft);border-radius:10px;display:grid;place-items:center;margin-bottom:14px;border:1px solid rgba(49,94,125,.2)}.benefit h4{font-size:16px;font-weight:700;margin-bottom:6px;letter-spacing:-.01em}.benefit p{font-size:14px;color:var(--ink-soft);margin:0;line-height:1.55}.ref-sup{display:inline-flex;gap:2px;margin-left:4px}.ref-sup a{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:rgba(49,94,125,.1);color:var(--cyan-soft);border:1px solid rgba(49,94,125,.25);border-radius:5px;font-size:10.5px;font-weight:700;text-decoration:none;transition:all .15s;line-height:1}.ref-sup a:hover{background:var(--cyan-soft);color:var(--ink-deep)}.refs-list{list-style:none;counter-reset:ref}.refs-list li{display:grid;grid-template-columns:36px 1fr;grid-gap:14px;gap:14px;padding:18px 0;border-bottom:1px solid var(--line);align-items:start}.refs-list li:last-child{border:none}.ref-num{background:var(--surface);border:1px solid var(--line);color:var(--cyan-soft);border-radius:8px;height:28px;width:28px;display:grid;place-items:center;font-weight:700;font-size:13px;font-family:ui-monospace,monospace}.ref-body{font-size:14px;color:var(--ink-soft);line-height:1.5}.ref-body .auth{color:var(--ink);font-weight:500}.ref-body .ttl{color:var(--ink);font-weight:600;display:block;margin-top:2px}.ref-body .jrnl{font-style:italic;color:var(--ink-soft)}.ref-body .doi-link{display:inline-flex;align-items:center;gap:5px;margin-top:6px;font-size:12.5px;font-family:ui-monospace,monospace;color:var(--cyan-soft);text-decoration:none;padding:4px 9px;background:rgba(49,94,125,.08);border:1px solid rgba(49,94,125,.18);border-radius:6px;transition:all .15s}.ref-body .doi-link:hover{background:var(--cyan-soft);color:var(--ink-deep);border-color:var(--cyan-soft)}.refs-intro{color:var(--ink-soft);font-size:14.5px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:10px;margin-bottom:24px;line-height:1.55}.refs-intro strong{color:var(--cyan-soft)}.spec-row{display:grid;grid-template-columns:200px 1fr;grid-gap:24px;gap:24px;padding:16px 0;border-bottom:1px solid var(--line);font-size:14.5px}.spec-row:last-child{border:none}.spec-row strong{color:var(--muted);font-weight:600;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase}.spec-row span{color:var(--ink)}@media (max-width:640px){.spec-row{grid-template-columns:92px 1fr;gap:14px}}.related-section{padding:80px 0}.related-section h2{font-size:clamp(26px,3.2vw,34px);font-weight:800;letter-spacing:-.025em;margin-bottom:8px}.related-section h2 em{font-style:normal;background:var(--holo);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:holoShift 8s ease-in-out infinite}.related-section .sub{color:var(--muted);margin-bottom:36px;font-size:15px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}@media (max-width:900px){.related-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.related-grid{grid-template-columns:1fr}}.rel-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:all .2s;display:block}.rel-card:hover{transform:translateY(-3px);border-color:var(--cyan-soft);box-shadow:0 18px 40px rgba(15,44,70,.1)}.rel-img{aspect-ratio:5/4;background:linear-gradient(180deg,var(--surface-hi) 0,var(--surface) 100%);display:grid;place-items:center;border-bottom:1px solid var(--line)}.rel-img img{max-height:70%;width:auto}.rel-body{padding:18px 20px 20px}.rel-cat{font-size:10.5px;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-weight:600;margin-bottom:4px}.rel-title{font-size:16px;font-weight:700;margin-bottom:12px;letter-spacing:-.01em}.rel-foot{display:flex;align-items:center;justify-content:space-between}.rel-price{font-size:17px;font-weight:800}.rel-cta{font-size:12.5px;color:var(--cyan-soft);font-weight:600}footer{background:var(--ink-deep);color:#94a3b8;padding:60px 0 30px}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:50px;gap:50px;margin-bottom:40px}.foot-brand .logo{margin-bottom:16px}.foot-brand .logo-img{max-height:60px;filter:brightness(0) invert(1);mix-blend-mode:normal}@media (max-width:600px){.foot-brand .logo-img{max-height:46px}}.foot-brand p{font-size:14px;max-width:320px;line-height:1.6}.foot-col h4{color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;margin-bottom:18px;text-transform:uppercase}.foot-col ul{list-style:none}.foot-col li{padding:6px 0;font-size:14px}.foot-col a{transition:color .2s}.foot-col a:hover{color:var(--cyan-soft)}.foot-bottom{padding-top:24px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:#64748b}@media (max-width:800px){.foot-grid{grid-template-columns:1fr 1fr;gap:30px}}.co-split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;align-items:stretch}@media (max-width:880px){.co-split{grid-template-columns:1fr}}.co-left{background:var(--bg-alt);border-right:1px solid var(--line);justify-content:flex-end}.co-left,.co-right{padding:56px 48px;display:flex}.co-right{background:#fff;justify-content:flex-start}@media (max-width:880px){.co-left,.co-right{padding:36px 22px}.co-left{border-right:none;border-bottom:1px solid var(--line)}}.co-left-inner{width:100%;max-width:440px;position:-webkit-sticky;position:sticky;top:24px;align-self:flex-start}@media (max-width:880px){.co-left-inner{position:static}}.co-right-inner{width:100%;max-width:540px}.co-logo{display:inline-flex;margin-bottom:36px}.co-logo img{max-height:40px;width:auto}.co-items{display:flex;flex-direction:column;gap:16px}.co-item{display:grid;grid-template-columns:52px 1fr auto auto;align-items:center;grid-gap:14px;gap:14px}.co-item-img{width:52px;height:52px;border-radius:10px;background:var(--surface-hi);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.co-item-img img{max-width:40px;max-height:44px}.co-item-name{font-weight:600}.co-item-name,.co-item-price{font-size:14px;color:var(--ink)}.co-item-price{font-weight:700}.co-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:8px;background:#fff}.co-qty button{width:28px;height:30px;font-size:15px;font-weight:700;color:var(--ink-soft)}.co-qty button:disabled{opacity:.4}.co-qty span{min-width:22px;text-align:center;font-size:13px;font-weight:700}.co-addmore{display:inline-block;margin:18px 0;font-size:13.5px;color:var(--sky);font-weight:600}.co-rows{border-top:1px solid var(--line);padding-top:16px;display:flex;flex-direction:column;gap:8px}.co-rows>div{display:flex;justify-content:space-between;font-size:14px;color:var(--ink-soft)}.co-total{margin-top:22px}.co-total-label{font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--muted)}.co-total-amount{font-size:40px;font-weight:800;letter-spacing:-.03em;color:var(--ink);line-height:1.1;margin-top:2px}.co-gst{font-size:12px;color:var(--muted);margin-top:2px}.co-notice{background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.3);border-radius:12px;padding:14px 16px;margin-bottom:24px;display:flex;flex-direction:column;gap:4px}.co-notice strong{font-size:13.5px;color:#b45309}.co-notice span{font-size:12.5px;color:var(--ink-soft);line-height:1.5}.co-error{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25);color:#b91c1c;padding:11px 14px;border-radius:10px;font-size:14px;margin-bottom:14px}.co-label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}.co-input{width:100%;padding:0 14px;height:48px;border:1px solid var(--line);border-radius:10px;font-size:15px;font-family:inherit;color:var(--ink);background:#fff;margin-bottom:16px}textarea.co-input{height:auto;padding:12px 14px;line-height:1.5}.co-input:focus{outline:none;border-color:var(--sky);box-shadow:0 0 0 3px rgba(18,59,93,.15)}.co-section{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin:22px 0 14px}.co-2col{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.co-apply{height:48px;padding:0 18px;border-radius:10px;border:1px solid var(--sky);color:var(--sky);font-weight:600;font-size:14px;background:#fff}.co-note{font-size:12.5px;color:var(--ink-soft);margin-top:8px}.co-af-wrap{position:relative}.co-af-list{position:absolute;left:0;right:0;z-index:20;margin-top:-2px;list-style:none;padding:4px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 28px rgba(12,74,110,.14);max-height:264px;overflow-y:auto}.co-af-item{display:flex;flex-direction:column;gap:1px;padding:9px 11px;border-radius:7px;cursor:pointer}.co-af-item strong{font-size:14px;font-weight:600;color:var(--ink)}.co-af-item span{font-size:12.5px;color:var(--muted)}.co-af-item.active{background:var(--surface-hi)}.co-af-item.active strong{color:var(--sky)}.co-af-empty{font-size:12.5px;color:var(--ink-soft);padding:2px 0 0}.co-af-link{display:inline-block;margin-bottom:16px;padding:0;background:none;font-size:12.5px;font-weight:600;color:var(--sky);text-decoration:underline;text-underline-offset:2px}.co-warn{background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.3);color:#b45309;padding:9px 12px;border-radius:9px;font-size:12.5px;line-height:1.45;margin:-6px 0 16px}.co-dest{display:flex;gap:8px;margin-bottom:16px}.co-dest-opt{flex:1 1;padding:10px 8px;border-radius:10px;font-size:12.5px;font-weight:600;line-height:1.3;border:1px solid var(--line);background:#fff;color:var(--ink-soft)}.co-dest-opt.active{border-color:var(--sky);background:var(--surface-hi);color:var(--sky)}.co-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}.co-methods{display:flex;gap:8px}.co-method{flex:1 1;padding:11px 12px;border-radius:10px;font-size:13px;font-weight:600;border:1px solid var(--line);background:#fff;color:var(--ink-soft)}.co-method.active{border-color:var(--sky);background:var(--surface-hi);color:var(--sky)}.co-pay{height:54px;border-radius:12px;background:var(--holo);background-size:200% 200%;color:#fff;font-weight:700;font-size:15.5px;box-shadow:0 10px 26px rgba(12,74,110,.4)}.co-pay:disabled{opacity:.7}.co-quickpay{border:1px solid var(--line);background:var(--bg-alt);border-radius:14px;padding:18px 18px 16px;margin-bottom:22px}.co-quickpay .co-section{margin:0 0 12px}.co-quickpay-note{font-size:12px;color:var(--muted);line-height:1.5;margin-top:12px}.co-quickpay-status{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);opacity:.75;margin-top:6px}.co-quickpay-or{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:22px}.co-quickpay-or:after,.co-quickpay-or:before{content:"";flex:1 1;height:1px;background:var(--line)}.buybox{width:100%;background:var(--surface);border:1px solid var(--warm-line);border-radius:20px;padding:24px}.bb-rule{height:1px;background:var(--warm-line);margin:20px 0}.bb-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.bb-price-col{min-width:0}.bb-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8b93a0;margin-bottom:4px}.bb-price{font-size:clamp(34px,4.4vw,44px);font-weight:800;letter-spacing:-.035em;line-height:1.05;color:var(--ink-deep);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bb-price .pack-was{font-size:20px;letter-spacing:-.01em}.bb-price-sub{margin-top:6px;font-size:12px;color:var(--muted);letter-spacing:.04em}.bb-chips{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;max-width:60%}.bb-chip{display:inline-flex;align-items:center;padding:9px 16px;border-radius:100px;border:1px solid var(--warm-line);background:var(--warm-hi);color:var(--ink-soft);font-family:inherit;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer;transition:border-color .15s,background .15s,color .15s}button.bb-chip:hover{border-color:#cfc7bb;color:var(--ink-deep)}.bb-chip.active{background:var(--warm);border-color:#c9c0b3;color:var(--ink-deep)}.bb-chip.good{background:rgba(5,150,105,.08);border-color:rgba(5,150,105,.22);color:#047857;cursor:default}.bb-offers-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.bb-offers-head h3{font-size:16px;font-weight:800;letter-spacing:-.015em;color:var(--ink-deep)}.bb-offers-head span{font-size:13px;color:var(--muted)}.bb-offers-lede{margin:6px 0 14px;font-size:13.5px;color:var(--muted)}.bb-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.bb-tiles.wide-row{grid-template-columns:1fr;margin-top:10px}.bb-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;border:1px solid var(--warm-line);border-radius:14px;background:var(--surface);font-family:inherit;text-align:center;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.bb-tile:hover{border-color:#cfc7bb;background:var(--warm-hi)}.bb-tile.active{border-color:var(--ink-deep);box-shadow:inset 0 0 0 1px var(--ink-deep);background:var(--warm-hi)}.bb-tile-vials{display:flex;align-items:flex-end;justify-content:center;margin-bottom:4px;min-height:34px;max-width:100%}.bb-tile-vials img{width:auto;height:34px;object-fit:contain}.bb-tile-vials img+img{margin-left:-6px}.bb-tile-more{font-size:11px;font-weight:700;color:var(--muted);align-self:center;margin-left:2px}.bb-tile-label{font-size:14px;font-weight:700;color:var(--ink-deep)}.bb-tile-off{font-size:13px;font-weight:700;color:var(--green)}.bb-tile-price,.bb-tile-sep{color:var(--muted);font-weight:600}.bb-tile-price{font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bb-tile-each{font-weight:500}.bb-tile-note{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#047857;margin-top:4px}.bb-tile-note.ship:before{content:"🚚";font-size:12px}.bb-tile.wide{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:10px;padding:12px 16px}.bb-tile.wide .bb-tile-vials{margin-bottom:0}.bb-notify{width:100%;height:52px;font-size:14px;letter-spacing:.02em}.bb-savenote{margin-top:10px;font-size:13px;color:var(--green);font-weight:600}.bb-trust{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:0;padding:0}.bb-trust li{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;color:var(--ink-deep)}.bb-trust svg{color:var(--ink-deep);margin-bottom:4px}.bb-trust strong{font-size:13.5px;font-weight:700;letter-spacing:-.01em}.bb-trust span{font-size:12.5px;color:var(--muted);line-height:1.35}.dispatch-strip{display:flex;align-items:center;gap:14px;padding:12px 16px;margin-bottom:16px;border:1px solid var(--warm-line);border-radius:16px;background:var(--surface)}.dispatch-strip-ico{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--warm);color:var(--ink-deep)}.dispatch-strip-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8b93a0}.dispatch-strip-line{font-size:15px;font-weight:600;color:var(--ink-deep);line-height:1.35;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dispatch-strip.muted .dispatch-strip-line{color:var(--ink-soft);font-weight:600;font-size:14px}.sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:3px solid var(--sky);box-shadow:0 -14px 36px rgba(15,44,70,.22);transform:translateY(130%);transition:transform .28s cubic-bezier(.16,1,.3,1);padding:12px 0}.sticky-buy.show{transform:translateY(0)}.sticky-buy-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sticky-buy-info{display:flex;align-items:center;gap:12px;min-width:0}.sticky-buy-info img{width:40px;height:40px;object-fit:contain;flex:none}.sticky-buy-name{font-size:14px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw}.sticky-buy-sub{font-size:12.5px;color:var(--muted)}.sticky-buy .add-btn{white-space:nowrap;height:46px;padding:0 22px;flex:none}@media (max-width:600px){.sticky-buy-name{max-width:42vw}.sticky-buy .add-btn{padding:0 14px}}.site-disclaimer{background:#fff7ed;color:#92400e;border-bottom:1px solid rgba(245,158,11,.32);text-align:center;font-size:12.5px;line-height:1.5;padding:9px 16px;font-weight:500}.site-disclaimer a{color:var(--sky);font-weight:700;text-decoration:underline}.pay-row{margin-top:18px}.pay-row-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);flex:none;margin-right:4px}.pay-row-icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:12px;padding:10px 14px;background:#fff}.pay-row-icons img{height:22px;width:auto;flex:none}.pay-pill-sm{font-size:10.5px;font-weight:800;color:var(--ink-soft);letter-spacing:.03em;flex:none}@media (max-width:600px){.pay-row-icons{gap:6px;padding:8px 9px}.pay-row-icons img{height:17px}.pay-pill-sm{font-size:9px}}.crumbs{padding:22px 0 6px;font-size:12.5px;color:var(--muted);letter-spacing:.04em}.blog-hero{padding:30px 0 14px;max-width:760px}.blog-hero .eyebrow-text{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sky)}.blog-hero h1{font-size:clamp(30px,5vw,44px);line-height:1.12;letter-spacing:-.02em;margin:14px 0;color:var(--ink-deep)}.blog-hero p{font-size:17px;color:var(--ink-soft);max-width:640px}.post-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:26px;gap:26px;padding:30px 0 70px}@media (max-width:760px){.post-grid{grid-template-columns:1fr}}.post-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:30px 30px 26px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,44,70,.08);border-color:rgba(18,59,93,.3)}.post-thumb{margin:-30px -30px 20px;height:172px;border-radius:15px 15px 0 0;border-bottom:1px solid var(--line);background:var(--bg-alt);overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.article-figure{margin:0 0 30px;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:var(--bg-alt)}.article-figure img{width:100%;height:clamp(200px,34vw,340px);object-fit:cover;display:block}.post-card .tag{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--cyan)}.post-card h2{font-size:21px;line-height:1.25;letter-spacing:-.01em;margin:12px 0 10px;color:var(--ink-deep)}.post-card p{font-size:14.5px;color:var(--ink-soft);flex:1 1}.post-card .read{margin-top:18px;font-size:13.5px;font-weight:600;color:var(--sky)}.topic-chips{display:flex;flex-wrap:wrap;gap:10px;padding:22px 0 4px}.topic-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:var(--bg-alt);color:var(--ink-soft);font-size:13px;font-weight:600;letter-spacing:.01em;transition:border-color .2s,color .2s,background .2s}.topic-chip:hover{border-color:rgba(18,59,93,.35);color:var(--sky);background:#fff}.topic-chip span{font-size:11.5px;font-weight:700;color:var(--muted)}.topic-chip:hover span{color:var(--sky)}.topic-nav{padding:8px 0 70px}.topic-nav h2{font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0}.topic-nav .topic-chips{padding-top:14px}.article-wrap{max-width:760px;margin:0 auto;padding:8px 0 30px}.article-head{padding:18px 0 26px;border-bottom:1px solid var(--line);margin-bottom:34px}.article-head .tag{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sky)}.article-head h1{font-size:clamp(28px,4.6vw,40px);line-height:1.14;letter-spacing:-.02em;margin:14px 0 16px;color:var(--ink-deep)}.article-head .meta{font-size:13.5px;color:var(--muted);display:flex;gap:14px;flex-wrap:wrap}.article-head .meta strong{color:var(--ink-soft);font-weight:600}.prose{font-size:16.5px;color:#25425c;line-height:1.7}.prose p{margin:0 0 20px}.prose h2{font-size:25px;line-height:1.25;letter-spacing:-.015em;margin:42px 0 14px}.prose h2,.prose h3{color:var(--ink-deep)}.prose h3{font-size:19px;margin:30px 0 10px}.prose a{color:var(--sky);font-weight:600;border-bottom:1px solid rgba(18,59,93,.3)}.prose a:hover{color:var(--sky-deep);border-color:var(--sky-deep)}.prose ol,.prose ul{margin:0 0 20px;padding-left:22px}.prose li{margin-bottom:9px}.prose strong{color:var(--ink-deep);font-weight:700}.prose table{width:100%;border-collapse:collapse;margin:8px 0 26px;font-size:14.5px}.prose td,.prose th{text-align:left;padding:13px 16px;border:1px solid var(--line);vertical-align:top}.prose th{background:var(--surface-hi);color:var(--ink-deep);font-weight:700;font-size:13px}.prose tr:nth-child(2n) td{background:#fafcfe}.toc{background:var(--bg-alt);border:1px solid var(--line);border-radius:14px;padding:22px 26px;margin:0 0 36px}.toc h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.toc ul{list-style:none;padding:0;margin:0}.toc li{margin-bottom:8px;font-size:14.5px}.toc a{color:var(--ink-soft);font-weight:500}.toc a:hover{color:var(--sky)}.callout{border-left:3px solid var(--sky);background:var(--surface-hi);border-radius:0 12px 12px 0;padding:18px 22px;margin:26px 0;font-size:15px;color:var(--ink-soft)}.callout strong{color:var(--ink-deep)}.cta-band{margin:44px 0 10px;background:linear-gradient(135deg,#071a2b,#123b5d);border-radius:18px;padding:34px 36px;color:#fff}.cta-band h3{font-size:22px;letter-spacing:-.01em;margin-bottom:8px;color:#fff}.cta-band p{font-size:15px;color:#dcecfa;margin-bottom:20px}.cta-band .btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--sky-deep);font-weight:700;font-size:14.5px;padding:13px 22px;border-radius:11px;transition:transform .15s}.cta-band .btn:hover{transform:translateY(-2px)}.faq-block{margin:44px 0 0}.faq-block h2{font-size:25px;margin-bottom:18px;color:var(--ink-deep)}.faq-item{border-bottom:1px solid var(--line);padding:18px 0}.faq-item h3{font-size:17px;margin-bottom:8px;color:var(--ink-deep)}.faq-item p{font-size:15px;color:var(--ink-soft);margin:0}.related{margin:56px 0 0;padding-top:34px;border-top:1px solid var(--line)}.related h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.related .related-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:640px){.related .related-grid{grid-template-columns:1fr}}.related a{border:1px solid var(--line);border-radius:12px;padding:18px 20px;transition:border-color .2s,background .2s}.related a:hover{border-color:rgba(18,59,93,.3);background:var(--bg-alt)}.related a span{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cyan)}.related a p{font-size:15px;font-weight:600;color:var(--ink-deep);margin:7px 0 0}.sources-block{margin:48px 0 0;padding-top:30px;border-top:1px solid var(--line)}.sources-block h2{font-size:17px;letter-spacing:.02em;margin-bottom:14px;color:var(--ink-deep)}.sources-block ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.sources-block li{font-size:14px;line-height:1.55;color:var(--ink-soft);padding-left:16px;position:relative}.sources-block li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:1px;background:var(--muted)}.sources-block a{color:var(--ink-deep);text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:rgba(18,59,93,.35);text-decoration-color:rgba(18,59,93,.35)}.sources-block a:hover{-webkit-text-decoration-color:var(--cyan);text-decoration-color:var(--cyan)}.disclaimer-note,.sources-block .pub{color:var(--muted)}.disclaimer-note{margin:40px 0 0;font-size:12.5px;line-height:1.6;border-top:1px solid var(--line);padding-top:20px}.offer-backdrop{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(12,34,54,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:offerFade .22s ease both}.offer-modal{position:relative;display:grid;grid-template-columns:260px 1fr;width:100%;max-width:740px;max-height:calc(100vh - 48px);overflow:auto;background:var(--surface);border:1px solid var(--warm-line);border-radius:22px;box-shadow:0 30px 80px rgba(12,34,54,.28);animation:offerRise .28s cubic-bezier(.4,0,.2,1) both}.offer-modal:focus{outline:none}.offer-close{position:absolute;top:12px;right:12px;z-index:2;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:var(--ink-soft);background:rgba(255,255,255,.9);border:1px solid var(--warm-line);transition:color .2s,border-color .2s}.offer-close:hover{color:var(--ink-deep);border-color:#cfc7bb}.offer-visual{position:relative;display:grid;place-items:center;padding:28px 18px;background:var(--warm);border-right:1px solid var(--warm-line)}.offer-save-badge{position:absolute;top:16px;left:16px;padding:5px 11px;border-radius:999px;background:var(--ink-deep);color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.offer-vials{height:200px;width:auto;filter:drop-shadow(0 12px 22px rgba(15,44,70,.16))}.offer-body{padding:30px 30px 26px}.offer-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8b93a0}.offer-title{margin:8px 0 6px;font-size:24px;line-height:1.25;letter-spacing:-.02em;color:var(--ink-deep)}.offer-sub{font-size:14px;line-height:1.6;color:var(--ink-soft)}.offer-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin:16px 0 14px}.offer-was{font-size:17px;font-weight:600;color:var(--muted);text-decoration:line-through}.offer-now{font-size:30px;font-weight:800;letter-spacing:-.02em;color:var(--ink-deep)}.offer-pct{padding:4px 10px;border-radius:999px;background:rgba(5,150,105,.1);color:var(--emerald);font-size:12px;font-weight:700}.offer-points{list-style:none;margin:0 0 16px;display:grid;grid-gap:7px;gap:7px}.offer-points li{position:relative;padding-left:22px;font-size:13.5px;line-height:1.5;color:var(--ink-soft)}.offer-points li:before{content:"";position:absolute;left:0;top:6px;width:13px;height:8px;border-left:2px solid var(--ink-deep);border-bottom:2px solid var(--ink-deep);transform:rotate(-45deg)}.offer-timer{margin-bottom:16px}.offer-cta{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:15px 18px;border:0;border-radius:100px;background:var(--ink-deep);color:#fff;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:-.01em;cursor:pointer;box-shadow:0 10px 24px rgba(7,26,43,.22);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.offer-cta:hover{background:#16324b;transform:translateY(-2px);box-shadow:0 14px 30px rgba(7,26,43,.28)}.offer-cta .bag-ico{flex:none;opacity:.92}.offer-decline{display:block;width:100%;margin-top:10px;padding:6px;font-size:13px;font-weight:600;color:var(--muted);transition:color .2s}.offer-decline:hover{color:var(--ink-soft)}@keyframes offerFade{0%{opacity:0}to{opacity:1}}@keyframes offerRise{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}@media (max-width:720px){.offer-backdrop{padding:0;align-items:flex-end}.offer-modal{grid-template-columns:1fr;max-width:none;max-height:92vh;border-radius:20px 20px 0 0;border-bottom:none}.offer-visual{padding:20px 18px 8px;border-right:none;border-bottom:1px solid var(--warm-line)}.offer-vials{height:160px}.offer-save-badge{top:12px;left:12px}.offer-body{padding:22px 22px 24px}.offer-title{font-size:21px}.offer-now{font-size:27px}}@media (prefers-reduced-motion:reduce){.offer-backdrop,.offer-modal{animation:none}.offer-cta:hover{transform:none}}.pack-was{margin-right:7px;font-size:15px;font-weight:600;color:var(--muted);text-decoration:line-through}.pack-save{display:inline-block;margin-top:5px;padding:3px 9px;border-radius:999px;background:rgba(5,150,105,.1);color:var(--emerald);font-size:11.5px;font-weight:700}@media (max-width:700px){section{padding:52px 0}.section-head{margin-bottom:30px}.section-head.left{margin-bottom:26px}.co-input{font-size:16px}.hero-stats .stat-label{font-size:11.5px;letter-spacing:.05em}.trust-item small{font-size:12px;line-height:1.45}.bb-tile-note,.card-dispatch,.pack-save,.pd-cat,.product-cat{font-size:12px}.buybox{padding:18px 16px;border-radius:18px}.bb-head{flex-direction:column;gap:12px}.bb-chips{justify-content:flex-start;max-width:100%}.bb-trust{grid-template-columns:1fr;gap:14px}.bb-trust li{flex-direction:row;align-items:center;text-align:left;gap:10px}.bb-trust svg{margin-bottom:0;flex:none}.bb-trust span:before{content:"· "}.bb-tiles{grid-template-columns:1fr;gap:8px}.bb-tile{flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:4px 10px;padding:12px 14px;border-radius:12px;text-align:left}.bb-tile-vials{margin-bottom:0;min-height:30px}.bb-tile-vials img{height:30px}.bb-tile-label{font-size:13.5px}.bb-tile-price{font-size:12px;margin-left:auto}.bb-tile-note{flex-basis:100%;margin-top:0}.dispatch-strip{padding:11px 14px;gap:12px}.dispatch-strip-line{font-size:14px}.pay-row-label{font-size:12px}.trust-grid{grid-template-columns:1fr;gap:10px}.trust-item{flex-direction:row;text-align:left;gap:12px;padding:12px 14px;font-size:13.5px}.trust-item svg{width:22px;height:22px}.foot-col li{padding:0}.foot-col li a{display:block;padding:11px 0}.crumbs a{display:inline-block;padding:6px 0}.overview-toggle{padding:10px 0}.qty-stepper-sm button{width:42px;height:44px}.co-qty button{width:40px;height:42px;font-size:16px}.co-addmore{padding:10px 0}.toc li{margin-bottom:0}.toc li a{display:block;padding:9px 0}.foot-bottom{font-size:12px}.foot-bottom a{display:inline-block;padding:8px 0}.hero{padding:10px 0 0}.hero-copy{position:relative}.hero .hero-bg-image img{opacity:.34}.hero:after{content:"";position:absolute;inset:0 0 auto;height:82%;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.88) 60%,rgba(255,255,255,0));pointer-events:none;z-index:0}.hero>.container{position:relative;z-index:1}.hero-grid{gap:0;text-align:center}.hero .section-eyebrow{display:block;font-size:10.5px;letter-spacing:.08em;line-height:1.55;color:var(--sky-deep);margin:0 auto 7px}.eyebrow-alt{display:none}h1.hero-title{font-size:27px;line-height:1.08;letter-spacing:-.03em;margin-bottom:8px;text-wrap:balance}.h1-alias,h1.hero-title br{display:none}.hero-signals{display:grid;justify-items:stretch;grid-gap:8px;gap:8px;margin-bottom:9px}.hero-promise{display:grid;grid-template-columns:1.08fr 1fr;align-items:center;grid-gap:0;gap:0;border:1px solid rgba(5,150,105,.22);background:rgba(5,150,105,.06);border-radius:14px;overflow:hidden}.hero .hero-promise .dispatch-timer{display:block;margin:0;padding:9px 10px;border:none;border-radius:0;background:none;font-size:12px;line-height:1.3;text-align:center;text-wrap:balance}.hero .hero-promise .dispatch-dot{display:inline-block;vertical-align:middle;margin:-2px 6px 0 0}.hero-delivery{margin:0;padding:9px 10px;border-left:1px solid rgba(5,150,105,.22);text-align:center;line-height:1.3;align-self:stretch;display:grid;align-content:center}.hero-delivery strong{display:block;font-size:13px;font-weight:800;color:#065f46}.hero-delivery span{display:block;font-size:11px;color:#047857;opacity:.85;margin-top:1px}.hero-delivery span:before{content:none}.hero-price-anchor{margin:0;font-size:14.5px;display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:0 7px}.hero-price-anchor strong{font-size:25px;letter-spacing:-.02em;line-height:1.1}.hero-price-anchor span{display:none}.hero-lede{font-size:14.5px;line-height:1.5;max-width:42ch;margin:0 auto}.hero-lineup{display:block;position:relative;margin:4px -24px 0;aspect-ratio:34/25;-webkit-mask-image:linear-gradient(180deg,transparent,#000 12%);mask-image:linear-gradient(180deg,transparent,#000 12%)}.hero-lineup img{object-fit:cover;object-position:center}.hero-lineup:after{content:"";position:absolute;left:0;right:0;bottom:0;height:38%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.14) 40%,rgba(255,255,255,.68) 74%,rgba(255,255,255,.96));pointer-events:none}.hero-lede-more,.hero-stats{display:none}.trust{padding:14px 0}.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.trust-item{flex-direction:column;align-items:center;text-align:center;gap:6px;padding:10px 6px;font-size:12px;line-height:1.3}.trust-item small{display:none}.trust-item svg{width:20px;height:20px}.biz-identity .container{padding-top:12px;padding-bottom:12px;font-size:12px}#featured-products{padding-top:28px}.cta-row{position:absolute;left:0;right:0;bottom:10px;z-index:2;flex-direction:column;flex-wrap:nowrap;gap:2px;align-items:stretch;margin:0}.cta-row .btn-primary{width:100%;justify-content:center;text-align:center;padding:14px 18px;font-size:15.5px;border-radius:13px;background:linear-gradient(180deg,rgba(17,98,168,.92),rgba(12,74,110,.94));-webkit-backdrop-filter:blur(9px) saturate(1.25);backdrop-filter:blur(9px) saturate(1.25);border:1px solid rgba(255,255,255,.34);box-shadow:0 12px 30px rgba(12,74,110,.26),inset 0 1px 0 rgba(255,255,255,.3);animation:none}@supports not (((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px))){.cta-row .btn-primary{background:linear-gradient(180deg,rgba(17,98,168,.97),rgba(12,74,110,.98))}}.cta-row .cta-ghost{background:none;border:none;box-shadow:none;justify-content:center;padding:9px 8px;font-size:14px;font-weight:600;color:var(--ink-soft);text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong)}.hero-product-wrap{display:none}.pd-brand{font-size:11.5px;letter-spacing:.06em;line-height:1.4;padding:8px 12px}}.shop-page{padding:34px 0 72px}.shop-page .section-head.left{margin-bottom:24px}.shop-flat{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.shop-cat-lede .shop-cat-sub{margin-bottom:22px}.shop-cat-lede a{color:var(--sky);font-weight:600;text-decoration:none}.shop-cat-lede a:hover{text-decoration:underline}.shop-type-links{font-size:14px;color:var(--muted);margin:26px 0 0}.shop-type-links a{color:var(--sky);font-weight:600}.shop-cat-title{font-size:21px;letter-spacing:-.02em;margin:0 0 4px;font-weight:800}.shop-cat-sub{color:var(--muted);font-size:14.5px;margin:0 0 16px;max-width:720px}.shop-note{margin:34px 0 0;max-width:780px;line-height:1.6}.shop-crumbs,.shop-note{font-size:13px;color:var(--muted)}.shop-crumbs{margin-bottom:12px}.shop-cat-title a{color:inherit;text-decoration:none}.shop-cat-title a:hover{color:var(--sky)}.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}.announce-marquee-track{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pack-ladder{list-style:none;margin:16px 0 0;padding:14px 0 0;border-top:1px solid var(--warm-line);display:grid;grid-gap:2px;gap:2px}.pack-ladder li a{display:flex;align-items:baseline;gap:10px;padding:4px 0;font-size:13.5px;color:inherit;text-decoration:none}.pack-ladder li a:hover .pack-ladder-label{color:var(--sky);text-decoration:underline}.pack-ladder-label{font-weight:600}.pack-ladder-price{margin-left:auto;font-weight:700}.pack-ladder-save{font-size:12.5px}.pack-ladder li.wholesale a,.pack-ladder-save{color:var(--muted)}.pack-ladder li.wholesale .pack-ladder-price{font-weight:600}.pack-ladder-teaser{display:block;margin-top:0;font-size:13.5px;font-weight:600;color:var(--sky);text-decoration:none}.pack-ladder-teaser:hover{text-decoration:underline}.cat-copy{max-width:780px;margin:56px 0 0}.cat-copy h2{font-size:21px;letter-spacing:-.02em;font-weight:800;margin:34px 0 10px}.cat-copy h2:first-child{margin-top:0}.cat-copy p{color:var(--ink-soft);font-size:15.5px;line-height:1.75;margin:0 0 14px}.cat-guides{margin:0;padding-left:20px;list-style:disc;display:grid;grid-gap:6px;gap:6px}.cat-guides a{color:var(--sky);font-weight:600}.cat-other{font-size:14.5px;margin-top:26px!important}.cat-other a{color:var(--sky);font-weight:600}@media (max-width:700px){.shop-page{padding:22px 0 56px}.shop-cat+.shop-cat{margin-top:30px}.cat-copy{margin-top:40px}.cat-copy p{font-size:15px}.shop-page .product-img{height:200px}.shop-page .product-bottle-img{max-height:170px}.shop-page .products{gap:16px}}.add-btn:active,.btn:active,.offer-cta:active,.product-card .add-btn:active,button.qty-stepper-sm>button:active{transform:scale(.97);transition:transform 90ms ease-out}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.section-title em,h1.section-title em,h2.section-title em{background-position:0 50%}}@media (prefers-reduced-transparency:reduce){.announce,.cart-drawer,.offer-modal,.toolbar,header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:var(--surface,#fff)!important}}@media (prefers-contrast:more){.announce,.cart-drawer,.offer-modal,.product-card,header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid var(--ink,#0f172a)}.product-desc,.product-servings,.shop-cat-sub,.shop-note{color:var(--ink,#0f172a)}}.share-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:34px 0 6px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.share-label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.share-links{display:flex;gap:8px;flex-wrap:wrap}.share-link{font:inherit;font-size:13px;font-weight:600;line-height:1;color:var(--ink-soft);background:var(--bg-alt);border:1px solid var(--line);border-radius:999px;padding:8px 14px;cursor:pointer;transition:color .18s,border-color .18s,background .18s}.share-link:hover{color:var(--sky);border-color:var(--sky);background:#fff}.share-copy{min-width:104px;text-align:center}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:55;background:#fff;border-top:3px solid var(--sky);box-shadow:0 -12px 30px rgba(15,44,70,.18);transform:translateY(130%);transition:transform .28s cubic-bezier(.16,1,.3,1);padding:10px 0}.sticky-cta.show{transform:translateY(0)}.sticky-cta-inner{display:flex;align-items:center;gap:12px;padding:0 16px}.sticky-cta-text{min-width:0;flex:1 1;display:grid;grid-gap:1px;gap:1px}.sticky-cta-text strong{font-size:13.5px;color:var(--ink)}.sticky-cta-text small,.sticky-cta-text strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cta-text small{font-size:11.5px;color:var(--muted)}.sticky-cta-btn{height:42px;padding:0 20px;flex:none}.sticky-cta-close{flex:none;display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);cursor:pointer}.sticky-cta-close:hover{color:var(--ink)}@media (min-width:861px){.sticky-cta{display:none}}@media (prefers-reduced-motion:reduce){.sticky-cta{transition:none}}.home-research{--home-ground:#f4f6f8;--home-navy:#071a2b;--home-blue:#123b5d;--home-blue-soft:#eef1f4;background:#fff;color:var(--ink-deep);overflow:hidden}.home-research section{padding:88px 0}.home-research h1,.home-research h2,.home-research h3{color:var(--ink-deep)}.home-btn{min-height:50px;padding:0 23px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:750;line-height:1;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.home-btn:hover{transform:translateY(-2px)}.home-btn-primary{background:var(--home-navy);color:#fff;box-shadow:0 12px 28px rgba(9,31,52,.18)}.home-btn-primary:hover{background:var(--home-blue);box-shadow:0 14px 30px rgba(18,59,93,.23)}.home-btn-outline{border:1px solid rgba(9,31,52,.18);background:#fff;color:var(--home-navy)}.home-btn-outline:hover{border-color:var(--home-blue);color:var(--home-blue)}.home-btn-light{background:#fff;color:var(--home-navy)}.home-btn-light:hover{background:#eef1f4}.home-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--ink-deep);font-size:14px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;-webkit-text-decoration-color:rgba(15,44,70,.25);text-decoration-color:rgba(15,44,70,.25);transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.home-text-link:hover{color:var(--home-blue);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.home-final-panel>p,.home-guide-primary>p:first-child,.home-section-heading>p{margin:0 0 13px;color:var(--home-blue);font-size:11px;font-weight:800;letter-spacing:.15em;line-height:1.3;text-transform:uppercase}.home-section-heading h2{margin:0;max-width:730px;font-size:clamp(36px,4.2vw,58px);font-weight:780;letter-spacing:-.05em;line-height:.98;text-wrap:balance}.home-section-heading h2 span{color:var(--muted)}.home-research .home-hero{padding:42px 0 54px;position:relative;border-bottom:1px solid rgba(15,44,70,.07);background:#fff}.home-hero-grid{display:grid;grid-template-columns:minmax(430px,.88fr) minmax(560px,1.12fr);align-items:center;grid-gap:clamp(42px,5vw,76px);gap:clamp(42px,5vw,76px);min-height:680px}.home-hero-copy{min-width:0;padding:28px 0}.home-open-pill{width:-moz-fit-content;width:fit-content;margin-bottom:24px;padding:8px 13px;border:1px solid rgba(15,44,70,.12);border-radius:999px;background:rgba(255,255,255,.8);color:var(--ink-soft);display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;box-shadow:0 5px 20px rgba(15,44,70,.04)}.home-feature-stock i,.home-open-pill span{width:7px;height:7px;display:block;border-radius:50%;background:#15b97c;box-shadow:0 0 0 4px rgba(21,185,124,.1)}.home-hero-copy h1{margin:0;max-width:660px;font-size:clamp(48px,4.6vw,66px);font-weight:790;letter-spacing:-.058em;line-height:.94;text-wrap:balance}.home-hero-copy h1 span{color:var(--home-blue)}.home-hero-lede{max-width:590px;margin:25px 0 0;color:var(--ink-soft);font-size:16px;line-height:1.68}.home-hero-actions{margin-top:28px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-hero-meta{margin-top:38px;padding-top:22px;border-top:1px solid rgba(15,44,70,.11);display:flex;flex-wrap:nowrap;justify-content:space-between;gap:12px}.home-hero-meta span{color:var(--muted);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-hero-meta svg{width:15px;height:15px;flex:none;color:var(--home-blue)}@media (min-width:901px){.home-research .home-hero:before{content:"";width:min(1050px,74vw);aspect-ratio:1;position:absolute;left:50%;top:52%;z-index:0;background:url(/assets/ausbacsupply_logo_navy.png) 0/auto 100% no-repeat;filter:grayscale(1);opacity:.018;transform:translate(-50%,-50%);pointer-events:none}.home-research .home-hero>.container{--hero-gutter:clamp(32px,3.4vw,64px);position:relative;z-index:1;padding-inline:var(--hero-gutter)}.home-hero-grid{grid-template-columns:minmax(430px,1fr) minmax(500px,1fr);align-items:stretch;min-height:0}.home-hero-copy{min-height:560px;padding:50px 0 0;display:flex;flex-direction:column;align-items:flex-start}.home-open-pill{margin-bottom:24px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.home-hero-copy h1{max-width:640px;font-size:clamp(46px,3.7vw,58px);letter-spacing:-.05em;line-height:.98}.home-hero-copy h1 span{color:var(--ink-deep)}.home-hero-lede{max-width:590px;margin-top:23px;font-size:15px;line-height:1.72}.home-hero-actions{width:100%;margin-top:25px;gap:10px}.home-hero-actions .home-btn{min-height:46px;padding-inline:19px;font-size:13px}.home-hero-actions .home-text-link{flex-basis:100%;width:-moz-fit-content;width:fit-content;margin-top:4px;font-size:13px}.home-hero-meta{width:100%;margin-top:auto;padding-top:16px;align-items:flex-start}.home-hero-meta span{font-size:9.5px}}.home-hero-figure{display:none;min-width:0;position:relative}.home-hero-figure img{object-fit:contain;object-position:center bottom}@media (min-width:901px){.home-hero-figure{display:block;max-width:none;height:auto;min-height:560px;margin:0 calc(-1 * var(--hero-gutter)) 0 0}.home-feature-carousel{display:none}}.home-btn-price{padding-inline:19px;gap:9px}.home-btn-price>svg:first-child{flex:none;opacity:.8;transition:opacity .2s ease}.home-btn-price:hover>svg:first-child{opacity:1}.home-btn-figure{margin-left:3px;padding-left:13px;border-left:1px solid color-mix(in srgb,currentColor 26%,transparent);display:inline-flex;align-items:baseline;gap:7px;font-weight:800;white-space:nowrap}.home-btn-figure s{opacity:.5;font-weight:650;text-decoration-thickness:from-font}.home-feature-carousel{min-width:0;height:650px;position:relative}.home-feature{position:absolute;inset:0;z-index:0;min-width:0;width:100%;height:100%;display:block;background:#fff;opacity:0;pointer-events:none;transition:opacity .45s ease}.home-feature.is-active{z-index:1;opacity:1;pointer-events:auto}.home-feature-stock{flex:none;padding:0;color:#07845a;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:750}.home-feature-specs{margin-top:8px;display:flex;flex-wrap:wrap;gap:5px 9px}.home-feature-specs span{color:var(--ink-soft);font-size:9px;font-weight:650;letter-spacing:.035em;white-space:nowrap}.home-feature-specs span+span:before{content:"·";margin-right:9px;color:#aeb9c3}.home-feature-image{position:absolute;inset:-34px -64px 112px -30px}.home-feature-image img{object-fit:contain;object-position:center;transform:scale(1.14);transition:transform .4s ease}.home-feature:hover .home-feature-image img{transform:scale(1.17)}.home-feature-image--bundle img{transform:scale(1.2)}.home-feature:hover .home-feature-image--bundle img{transform:scale(1.23)}.home-feature-mobile-cta{display:none}.home-feature-caption{min-height:94px;position:absolute;left:0;right:0;bottom:30px;z-index:2;padding-top:16px;border-top:1px solid rgba(15,44,70,.1);display:flex;align-items:center;justify-content:space-between;gap:24px}.home-feature-caption-copy{min-width:0}.home-feature-kicker{display:flex;align-items:center;gap:12px}.home-feature-kicker p{margin:0;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-feature-caption h2{margin:5px 0 0;font-size:clamp(22px,2vw,29px);font-weight:770;letter-spacing:-.04em;line-height:1}.home-feature-price{display:flex;flex-direction:column;align-items:flex-end;line-height:1}.home-feature-price strong{font-size:19px;letter-spacing:-.02em;white-space:nowrap}.home-feature-separate{color:#8995a1;font-size:14px;font-weight:750;letter-spacing:-.01em;text-decoration-thickness:1.5px;white-space:nowrap}.home-feature-price--bundle{flex-direction:row;align-items:baseline;gap:10px}.home-feature-price--bundle strong{color:var(--ink-deep);font-size:29px;font-weight:820;letter-spacing:-.045em}.home-feature-controls{position:absolute;left:50%;bottom:0;z-index:3;padding:4px;display:flex;align-items:center;gap:5px;transform:translateX(-50%)}.home-feature-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(15,44,70,.25);cursor:pointer;transition:width .25s ease,background .25s ease}.home-feature-dot.is-active{width:20px;background:var(--home-blue)}.home-feature-dot:focus-visible{outline:2px solid var(--home-blue);outline-offset:3px}.home-research .home-products{padding:92px 0 102px;border-top:1px solid rgba(15,44,70,.07);border-bottom:1px solid rgba(15,44,70,.07);background:#fff}.home-products-head{margin-bottom:42px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.home-products-head h2{font-size:clamp(36px,3.8vw,52px)}.home-products .carousel{gap:18px;padding-bottom:24px}.home-products .carousel>*{flex-basis:clamp(290px,31.6%,405px)}.home-products .product-card{border-radius:22px;box-shadow:none}.home-products .product-img{background:var(--warm)}.home-products-sub{max-width:620px;margin:18px 0 0;color:var(--ink-soft);font-size:15px;font-weight:400;letter-spacing:normal;line-height:1.65;text-transform:none}.home-research .home-guide{padding:100px 0}.home-guide-grid{display:grid;grid-template-columns:minmax(0,1000px);justify-content:center}.home-guide-grid article{min-height:420px;padding:54px;border-radius:28px}.home-guide-primary{border:1px solid rgba(15,44,70,.09);background:#fff;display:flex;flex-direction:column;align-items:flex-start}.home-guide-primary h2{max-width:650px;margin:0 0 22px;font-size:clamp(32px,3.4vw,46px);font-weight:760;letter-spacing:-.045em;line-height:1.02}.home-guide-primary>p:not(:first-child){max-width:600px;margin:0 0 28px;color:var(--ink-soft);font-size:15px;line-height:1.7}.home-guide-list{max-width:600px;margin:0 0 30px;padding:0;list-style:none;display:grid;grid-gap:9px;gap:9px;color:var(--ink-soft);font-size:15px;line-height:1.55}.home-guide-list li{position:relative;padding-left:26px}.home-guide-list li:before{content:"";position:absolute;left:2px;top:7px;width:11px;height:6px;border-left:2px solid var(--home-blue);border-bottom:2px solid var(--home-blue);transform:rotate(-45deg)}.home-guide-primary .home-btn{margin-top:auto}.home-research .home-faq{padding:102px 0 110px}.home-faq-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);grid-gap:clamp(56px,8vw,120px);gap:clamp(56px,8vw,120px);align-items:start}.home-faq-grid .home-section-heading{position:-webkit-sticky;position:sticky;top:140px}.home-faq-contact{margin:24px 0 0!important;color:var(--muted)!important;font-size:14px!important;font-weight:500!important;letter-spacing:0!important;line-height:1.5!important;text-transform:none!important}.home-faq-contact a{color:var(--ink-deep);font-weight:700;text-decoration:underline;text-underline-offset:4px}.home-faq-list{display:grid;grid-gap:12px;gap:12px}.home-faq-list details{margin:0;border:1px solid rgba(15,44,70,.09);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(15,44,70,.025)}.home-faq-list details[open]{border-color:rgba(18,59,93,.24);background:#fff}.home-faq-list summary{padding:21px 22px;font-size:14px;font-weight:750}.home-faq-list details>p{padding:0 22px 22px;color:var(--ink-soft);font-size:13px;line-height:1.65}.home-research .home-final-cta{padding:30px 0 105px}.home-final-panel{min-height:350px;padding:66px 48px;border-radius:30px;background:radial-gradient(circle at 50% 130%,rgba(38,151,229,.35),transparent 42%),var(--home-navy);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 30px 80px rgba(9,31,52,.2)}.home-final-panel>p{color:#7fcaf5}.home-final-panel>p.home-final-lede{max-width:620px;margin:18px auto 0;color:rgba(255,255,255,.78);font-size:16px;font-weight:400;letter-spacing:normal;line-height:1.62;text-transform:none}.home-final-panel h2{max-width:760px;margin:0;color:#fff;font-size:clamp(35px,4.2vw,56px);font-weight:760;letter-spacing:-.05em;line-height:1;text-wrap:balance}.home-final-panel>span{margin:20px 0 30px;color:#acc3d7;font-size:13px}.home-final-panel .home-btn{min-width:260px}.home-business{border-top:1px solid rgba(15,44,70,.08);background:#eef2f5}.home-business .container{padding-top:19px;padding-bottom:19px;color:var(--muted);font-size:12px;line-height:1.6}.home-business strong{color:var(--ink-deep)}.home-business a{color:var(--home-blue);font-weight:700}@media (max-width:1100px){.home-hero-grid{grid-template-columns:minmax(400px,.9fr) minmax(480px,1.1fr);gap:38px}.home-hero-copy h1{font-size:clamp(45px,5.2vw,60px)}}@media (max-width:900px){.home-research section{padding:72px 0}.home-research .home-hero{padding:34px 0 46px}.home-hero-grid{grid-template-columns:1fr;min-height:0;gap:32px}.home-hero-copy{max-width:680px;padding:18px 0 0}.home-hero-copy h1{max-width:720px;font-size:clamp(48px,9vw,70px)}.home-feature-carousel{width:100%;max-width:760px;height:600px;margin:0 auto}.home-faq-grid{grid-template-columns:1fr;gap:48px}.home-faq-grid .home-section-heading{position:static}.home-guide-grid article{min-height:0}}@media (max-width:700px){.home-research section{padding:58px 0}.home-research .container{padding-left:20px;padding-right:20px}.home-research .home-hero{padding:24px 0 16px;border-bottom:0;background:#fff;overflow:hidden}.home-research .home-hero:before{content:"";width:235vw;aspect-ratio:1;position:absolute;left:48%;top:32%;z-index:0;background:url(/assets/ausbacsupply_logo_navy.png) 0/auto 100% no-repeat;filter:grayscale(1);opacity:.018;transform:translate(-50%,-50%);pointer-events:none}.home-research .home-hero>.container{--hero-gutter:clamp(32px,3.4vw,64px);position:relative;z-index:1;padding-inline:var(--hero-gutter)}.home-hero-copy{text-align:center}.home-open-pill{margin:0 auto 18px;font-size:10.5px}.home-hero-copy h1{font-size:clamp(37px,10.4vw,46px);line-height:.97}.home-hero-lede{margin-top:20px;font-size:15px}.home-hero-actions{margin-top:24px;flex-direction:column;gap:16px}.home-hero-actions .home-btn{width:100%}.home-hero-meta{margin-top:28px;gap:6px}.home-hero-meta span{gap:5px;font-size:clamp(7.5px,2.5vw,9.5px);letter-spacing:.02em}.home-feature-carousel{height:480px}.home-feature{padding:24px 22px 0;overflow:hidden;border:1px solid rgba(15,44,70,.09);border-radius:22px;box-shadow:0 20px 55px rgba(15,44,70,.08)}.home-feature-caption{min-height:0;position:static;padding:0;border:0;display:block}.home-feature-kicker{display:block}.home-feature-kicker p{margin:0 0 7px;font-size:10px}.home-feature-stock{position:absolute;top:24px;right:22px}.home-feature-caption h2{max-width:250px;margin:0;font-size:29px}.home-feature-specs{margin-top:16px;flex-wrap:nowrap;gap:7px;overflow:hidden}.home-feature-specs span{padding:6px 9px;border-radius:7px;background:var(--home-ground);font-size:10px;font-weight:700}.home-feature-specs span+span:before{content:none}.home-feature-image{inset:146px -22px 60px}.home-feature-image img,.home-feature-image:not(.home-feature-image--bundle) img{transform:scale(.94)}.home-feature:hover .home-feature-image img,.home-feature:hover .home-feature-image:not(.home-feature-image--bundle) img{transform:scale(.96)}.home-feature-image--bundle img{transform:scale(1.06)}.home-feature:hover .home-feature-image--bundle img{transform:scale(1.08)}.home-feature-mobile-cta{left:22px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:750}.home-feature-mobile-cta,.home-feature-price{height:60px;position:absolute;bottom:0;z-index:2}.home-feature-price{right:22px;justify-content:center}.home-feature-price strong{font-size:17px}.home-feature-price--bundle strong{font-size:27px}.home-feature-controls{bottom:67px;padding:6px 8px;border:1px solid rgba(15,44,70,.08);border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 5px 18px rgba(15,44,70,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-section-heading h2{font-size:38px}.home-faq-grid{gap:38px}.home-products-head{align-items:flex-start;flex-direction:column;margin-bottom:30px}.home-products .carousel{margin-right:-20px;padding-right:20px}.home-products .carousel>*{flex-basis:min(84vw,340px)}.home-guide-grid article{padding:34px 26px;border-radius:22px}.home-guide-primary h2{font-size:33px}.home-guide-primary .home-btn{width:100%}.home-faq-list summary{padding:18px;font-size:13px}.home-faq-list details>p{padding:0 18px 18px}.home-research .home-final-cta{padding:16px 0 72px}.home-final-panel{min-height:400px;padding:52px 24px;border-radius:24px}.home-final-panel h2{font-size:39px}.home-final-panel>span{font-size:11px;line-height:1.5}.home-final-panel .home-btn{width:100%;min-width:0}.home-business .container{font-size:11px}}@media (max-width:420px){.home-feature-carousel{height:450px}.home-feature-caption h2{max-width:225px;font-size:26px}.home-feature-image{inset:136px -22px 60px}.home-feature-specs span:nth-child(3){display:none}.home-feature-price strong{font-size:15px}.home-feature-price--bundle strong{font-size:24px}}@media (prefers-reduced-motion:reduce){.home-btn,.home-feature,.home-feature-dot,.home-feature-image img{transition:none}}.cart-drawer{width:min(100%,560px);max-width:560px;height:100dvh;overflow:hidden;border:1px solid rgba(15,44,70,.12);border-right:0;border-radius:24px 0 0 24px;background:#f4f6f8;box-shadow:-34px 0 90px rgba(9,31,52,.24)}.cart-top{flex:none;position:relative;z-index:2;border-bottom:1px solid rgba(15,44,70,.1);background:#fff;box-shadow:0 10px 28px rgba(15,44,70,.035)}.cart-head{padding:25px 28px 17px;border-bottom:0}.cart-title{display:flex;align-items:center;gap:11px}.cart-title-icon{color:var(--ink-deep);display:grid;place-items:center}.cart-head h3{margin:0;color:var(--ink-deep);font-size:27px;font-weight:760;letter-spacing:-.035em;line-height:1}.cart-count{min-width:37px;height:37px;padding:0 10px;border-radius:999px;background:var(--ink-deep);color:#fff;display:grid;place-items:center;font-size:15px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cart-close{width:40px;height:40px;border:0;background:transparent;color:#8b96a2}.cart-close:hover{background:#eef3f7;color:var(--ink-deep)}.cart-shipping{margin:0;padding:3px 28px 23px}.cart-shipping .ship-goal-label{margin:0 0 10px;color:var(--ink-soft);display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.4}.cart-shipping .ship-goal-label svg{flex:none;color:var(--muted)}.cart-shipping .ship-goal-label strong{color:var(--ink-deep);font-weight:800}.cart-shipping .ship-goal-bar{height:7px;background:#e4e7e9}.cart-shipping .ship-goal-bar>span{background:var(--ink-deep)}.cart-shipping.met .ship-goal-label,.cart-shipping.met .ship-goal-label svg{color:#07845a}.cart-shipping.met .ship-goal-bar>span{background:#13a86f}.cart-items{min-height:0;flex:1 1;padding:22px 24px 30px;background:#f4f6f8;overscroll-behavior:contain;scrollbar-color:rgba(15,44,70,.25) transparent}.cart-lines{display:grid;grid-gap:13px;gap:13px}.cart-item{margin:0;padding:17px;border:1px solid rgba(15,44,70,.11);border-radius:19px;background:#fff;grid-template-columns:82px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:13px 17px;align-items:start;box-shadow:0 10px 28px rgba(15,44,70,.035)}.cart-item:last-child{border-bottom:1px solid rgba(15,44,70,.11)}.cart-item-img{width:82px;height:82px;grid-row:1/3;border:0;border-radius:15px;background:linear-gradient(145deg,#f4f5f4,#eef3f7)}.cart-item-img img{width:100%;height:100%;max-height:none;object-fit:contain}.cart-item-info{padding-top:2px}.cart-item-name{margin:0;color:var(--ink-deep);font-size:15px;font-weight:760;line-height:1.25}.cart-item-size{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}.cart-item-saving{width:-moz-fit-content;width:fit-content;margin-top:7px;padding:4px 7px;border-radius:6px;background:rgba(5,150,105,.09);color:#07845a;font-size:10px;font-weight:750;line-height:1.25}.cart-item-price{color:var(--ink-deep);font-size:18px;font-weight:800;letter-spacing:-.025em;text-align:right;white-space:nowrap}.cart-item-price small{display:block;margin-top:2px;color:var(--muted);font-size:10px;font-weight:500;letter-spacing:0}.cart-item-actions{grid-column:2/4;display:flex;align-items:center;gap:11px}.cart-item-qty{margin:0;padding:3px;gap:5px;border-radius:999px;background:#fff;border:1px solid rgba(15,44,70,.13)}.cart-item-qty button{width:33px;height:33px;color:var(--ink-deep);font-size:18px}.cart-item-qty .qty{min-width:25px;color:var(--ink-deep);font-size:13px;font-weight:750}.cart-item-remove{width:38px;height:38px;padding:0;border-radius:50%;display:grid;place-items:center;color:#99a1ab}.cart-item-remove:hover{background:#fff0f0;color:#d63d3d}.cart-empty{padding:80px 28px}.cart-empty h4{font-size:20px;color:var(--ink-deep)}.cart-empty p{max-width:280px;margin:0 auto}.cart-empty-btn{min-height:46px;margin:22px auto 0;padding:0 22px;width:-moz-fit-content;width:fit-content;border-radius:999px;background:var(--ink-deep);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:750}.cart-drawer .addon{margin:25px 0 0;padding:0;border:0}.cart-drawer .addon-head,.cart-pack-head>div>p{margin:0 0 11px;color:#8c97a4;font-size:11px;font-weight:800;letter-spacing:.11em;line-height:1.3;text-transform:uppercase}.cart-drawer .addon-row{min-height:102px;padding:15px 16px;border:1px solid rgba(15,44,70,.11);border-radius:18px;background:#fff;grid-template-columns:68px minmax(0,1fr) auto;gap:14px;box-shadow:0 8px 24px rgba(15,44,70,.025)}.cart-drawer .addon-row+.addon-row{margin-top:10px;padding-top:15px;border-top:1px solid rgba(15,44,70,.11)}.cart-drawer .addon-img{width:68px;height:68px;border-radius:14px;background:#f2f4f5}.cart-drawer .addon-name{color:var(--ink-deep);font-size:14px;line-height:1.25}.cart-drawer .addon-sub{margin-top:3px;color:var(--muted);font-size:10.5px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer .addon-price{margin-top:5px}.cart-drawer .addon-price strong{color:var(--ink-deep);font-size:13px}.cart-drawer .addon-btn{min-width:66px;min-height:40px;padding:0 17px;border:0;border-radius:999px;background:var(--ink-deep);color:#fff}.cart-drawer .addon-btn:hover{background:var(--sky);color:#fff}.cart-pack{margin-top:25px;padding:18px;border:1px solid rgba(15,44,70,.11);border-radius:19px;background:#eef5fb}.cart-pack-head{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.cart-pack-head>div>p{margin-bottom:4px;color:var(--home-blue,var(--sky))}.cart-pack-head h4{margin:0;color:var(--ink-deep);font-size:15px;line-height:1.25}.cart-pack-head>span{max-width:150px;color:var(--muted);font-size:10px;line-height:1.3;text-align:right}.cart-pack-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.cart-pack-options button{min-width:0;padding:12px 7px;border:1px solid rgba(15,44,70,.12);border-radius:13px;background:#fff;display:flex;flex-direction:column;align-items:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.cart-pack-options button:hover{transform:translateY(-2px);border-color:var(--sky);box-shadow:0 8px 20px rgba(18,59,93,.09)}.cart-pack-options strong{color:var(--ink-deep);font-size:13px;line-height:1.2}.cart-pack-options span{margin-top:3px;color:var(--ink-soft);font-size:11px}.cart-pack-options small{margin-top:5px;color:#07845a;font-size:9.5px;font-weight:750}.cart-pack-note{margin:10px 0 0;color:var(--muted);font-size:10px;text-align:center}.cart-foot{flex:none;padding:20px 28px 25px;border-top:1px solid rgba(15,44,70,.1);background:#fff;box-shadow:0 -12px 34px rgba(15,44,70,.055)}.cart-summary-row{margin:0;color:var(--ink-soft);font-size:15px}.cart-summary-row.total{margin:11px 0 0;padding-top:12px;border-top:1px solid rgba(15,44,70,.12);color:var(--ink-deep);font-size:20px}.cart-total-note{margin:5px 0 17px;color:var(--muted);font-size:11.5px}.cart-checkout-btn{min-height:53px;padding:0 20px;border-radius:999px;background:var(--ink-deep);box-shadow:0 12px 28px rgba(9,31,52,.17);animation:none;font-size:14px}.cart-checkout-btn:hover{background:var(--sky);transform:translateY(-1px)}.cart-foot small{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px;color:#8e98a4;font-size:10.5px}@media (max-width:600px){.cart-drawer{width:100%;max-width:none;border:0;border-radius:0}.cart-head{padding:18px 20px 13px}.cart-head h3{font-size:23px}.cart-title-icon svg{width:21px;height:21px}.cart-count{min-width:33px;height:33px;font-size:13px}.cart-close{width:36px;height:36px}.cart-shipping{padding:2px 20px 17px}.cart-shipping .ship-goal-label{margin-bottom:8px;font-size:12.5px}.cart-items{padding:16px 14px 24px}.cart-lines{gap:10px}.cart-item{padding:13px;border-radius:16px;grid-template-columns:68px minmax(0,1fr) auto;gap:10px 12px}.cart-item-img{width:68px;height:68px;border-radius:13px}.cart-item-name{font-size:13.5px}.cart-item-size{font-size:10.5px}.cart-item-price{font-size:15px}.cart-item-actions{gap:8px}.cart-item-qty button{width:29px;height:29px}.cart-item-remove{width:34px;height:34px}.cart-drawer .addon{margin-top:20px}.cart-drawer .addon-row{min-height:88px;padding:12px;border-radius:16px;grid-template-columns:56px minmax(0,1fr) auto;gap:11px}.cart-drawer .addon-row+.addon-row{padding-top:12px}.cart-drawer .addon-img{width:56px;height:56px;border-radius:12px}.cart-drawer .addon-sub{-webkit-line-clamp:1}.cart-drawer .addon-btn{min-width:58px;min-height:38px;padding-inline:14px}.cart-pack{margin-top:20px;padding:15px 12px;border-radius:16px}.cart-pack-head{align-items:flex-start}.cart-pack-head>span{display:none}.cart-pack-options{gap:6px}.cart-pack-options button{padding:10px 4px;border-radius:11px}.cart-pack-options strong{font-size:12px}.cart-pack-options span{font-size:10px}.cart-pack-options small{font-size:8.5px}.cart-foot{padding:15px 20px max(18px,env(safe-area-inset-bottom))}.cart-summary-row{font-size:13px}.cart-summary-row.total{margin-top:8px;padding-top:9px;font-size:17px}.cart-total-note{margin-bottom:12px;font-size:10.5px}.cart-checkout-btn{min-height:49px}}@media (min-width:901px){body:before{content:"";position:fixed;top:50%;left:50%;width:min(1240px,88vw);aspect-ratio:1;z-index:-1;transform:translate(-50%,-50%);background:url(/assets/ausbacsupply_logo_navy.png) 50%/contain no-repeat;filter:grayscale(1);opacity:.022;pointer-events:none}}