:root{--blue:#356b8b;--blue-deep:#173e57;--sky:#dce9ef;--ink:#18323f;--cream:#f7f5ef;--stone:#e9e7e0;--white:#fff;--muted:#6d797d;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--sans);font-size:16px}a{color:inherit;text-decoration:none}button,select,input{font:inherit}.announcement{height:34px;background:var(--blue-deep);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;letter-spacing:.06em}.announcement span{opacity:.65;margin-left:22px;padding-left:22px;border-left:1px solid #ffffff55}.site-header{height:92px;padding:0 4vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fbfaf7;position:sticky;top:0;z-index:20;border-bottom:1px solid #d8d7d1}.brand{width:max-content;display:grid;grid-template-areas:'icon word' 'icon sub';grid-template-columns:50px auto;align-items:center;color:var(--blue)}.brand svg{grid-area:icon;width:43px;fill:none;stroke:currentColor;stroke-width:1}.brand strong{grid-area:word;font:2rem/.9 var(--serif);font-weight:400}.brand small{grid-area:sub;letter-spacing:.35em;font-size:.55rem;margin-left:2px}.site-header nav{display:flex;gap:32px;font-size:.85rem}.site-header nav a:hover{color:var(--blue)}.header-actions{justify-self:end;display:flex;gap:10px;align-items:center}.icon-button,.bag-button,.menu-button{background:none;border:0;cursor:pointer;color:var(--ink)}.icon-button{font-size:1.6rem}.bag-button span{display:inline-grid;place-items:center;background:var(--blue);color:#fff;width:22px;height:22px;border-radius:50%;font-size:.7rem;margin-left:6px}.menu-button{display:none}.hero{height:calc(100vh - 126px);min-height:620px;max-height:850px;position:relative;overflow:hidden;background:#eae8e1}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,245,239,.94) 0%,rgba(247,245,239,.65) 33%,transparent 60%)}.hero-copy{position:relative;z-index:2;width:47%;padding:13vh 0 0 8vw}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:600;color:var(--blue);margin:0 0 20px}.hero h1,.section-head h2,.standards h2,.science h2,.about h2,.faq h2,.newsletter h2{font:clamp(3rem,5.5vw,6.6rem)/.96 var(--serif);font-weight:400;letter-spacing:-.04em;margin:0}.hero-copy>p:not(.eyebrow){max-width:480px;line-height:1.7;color:#45565d;margin:28px 0 36px}.button{display:inline-flex;gap:40px;align-items:center;padding:17px 22px;font-size:.85rem;font-weight:600}.button.primary{background:var(--blue);color:#fff}.button:hover{background:var(--blue-deep)}.hero-note{position:absolute;z-index:3;right:4vw;bottom:3vw;color:white;font:1.25rem/1.25 var(--serif);text-align:right}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--stone)}.trust-strip>div{padding:28px 2vw;border-right:1px solid var(--stone);display:grid;grid-template-columns:28px 1fr}.trust-strip span{grid-row:1/3;color:var(--blue);font-size:.7rem}.trust-strip strong{font-size:.86rem}.trust-strip small{color:var(--muted);margin-top:5px}.section-pad{padding:110px 6vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.section-head h2{font-size:clamp(3rem,4.5vw,5.4rem)}.shop-tools{display:flex;align-items:center;gap:14px;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em}.shop-tools select{padding:12px 32px 12px 14px;background:transparent;border:1px solid #bdc2c1;color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{cursor:pointer}.product-image{height:420px;background:var(--stone);position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:nth-child(3n+1) img{object-position:58% center}.product-card:nth-child(3n+2) img{object-position:75% center}.product-card:nth-child(3n) img{object-position:91% center}.product-card:hover img{transform:scale(1.035)}.product-tag{position:absolute;top:14px;left:14px;background:#fff;padding:7px 10px;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em}.product-info{padding:18px 2px;display:grid;grid-template-columns:1fr auto}.product-info h3{font:1.45rem var(--serif);margin:0}.product-info p{margin:7px 0;color:var(--muted);font-size:.78rem}.product-info strong{font-size:.9rem}.standards{background:var(--blue-deep);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.standards .eyebrow{color:#99bed1}.standards h2{font-size:clamp(3.5rem,5vw,6rem)}.standards-copy>p:not(.eyebrow){color:#c5d3da;line-height:1.8;max-width:570px}.text-link{display:inline-block;margin-top:25px;border-bottom:1px solid #8bafc0;padding-bottom:6px}.standards-card{background:#f8f8f5;color:var(--ink);padding:35px;box-shadow:30px 30px 0 #24526c}.certificate{display:flex;justify-content:space-between;font-size:.68rem;letter-spacing:.12em;border-bottom:1px solid #c9cfce;padding-bottom:18px}.purity{padding:32px 0}.purity small{display:block;color:var(--muted)}.purity strong{font:5rem var(--serif);color:var(--blue)}.purity>div{height:4px;background:#dbe0df}.purity i{display:block;width:99.4%;height:100%;background:var(--blue)}.standards-card dl{margin:0}.standards-card dl>div{display:flex;justify-content:space-between;border-top:1px solid #d9dddc;padding:12px 0;font-size:.85rem}.standards-card dd{color:var(--blue)}.standards-card>p{font-size:.65rem;color:var(--muted);margin-top:24px}.science{background:#edf2f3}.science h2{font-size:clamp(3.5rem,5vw,6rem);margin-bottom:70px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #b9c7cc}.process-grid article{padding:25px 35px 20px 0;border-right:1px solid #b9c7cc;min-height:240px}.process-grid article+article{padding-left:35px}.process-grid b{color:var(--blue);font-size:.72rem}.process-grid h3{font:2rem var(--serif);font-weight:400;margin:55px 0 12px}.process-grid p{color:#607177;line-height:1.6;font-size:.88rem}.about{display:grid;grid-template-columns:1.2fr .8fr;gap:10vw;align-items:end;background:#f8f7f2}.about h2{font-size:clamp(3.5rem,5vw,6.2rem)}.about>p{font:1.4rem/1.7 var(--serif);color:#536168}.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;background:#fff}.faq h2{font-size:clamp(3rem,4.5vw,5rem)}.accordion details{border-top:1px solid #cbd0d0}.accordion details:last-child{border-bottom:1px solid #cbd0d0}.accordion summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;justify-content:space-between;font-weight:500}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{font-size:1.4rem;color:var(--blue)}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{color:var(--muted);line-height:1.7;padding:0 30px 20px 0}.newsletter{text-align:center;background:var(--sky);padding:95px 20px}.newsletter h2{font-size:clamp(3rem,5vw,5.5rem)}.newsletter>p:not(.eyebrow){color:#52666f}.newsletter form{display:flex;max-width:500px;margin:32px auto 10px;border-bottom:1px solid var(--ink)}.newsletter input{flex:1;background:transparent;border:0;padding:15px 0;outline:none}.newsletter button{border:0;background:transparent;color:var(--blue);font-weight:600;cursor:pointer}footer{background:#102f42;color:#dbe7eb;padding:75px 6vw 35px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:13px;font-size:.8rem}footer b{color:#fff;margin-bottom:10px}.brand.light{color:#fff}.footer-brand p{font:1.1rem var(--serif);color:#92b4c5}.disclaimer{grid-column:1/4;color:#8ea4ae;font-size:.7rem;max-width:700px;margin-top:60px}.copyright{justify-self:end;color:#8ea4ae;font-size:.7rem;margin-top:60px}.cart{position:fixed;right:0;top:0;bottom:0;width:min(460px,100%);background:#fff;z-index:50;transform:translateX(105%);transition:.35s;display:flex;flex-direction:column;padding:28px}.cart.open{transform:none}.overlay{position:fixed;inset:0;background:#0c2635aa;z-index:40;opacity:0;pointer-events:none;transition:.3s}.overlay.open{opacity:1;pointer-events:auto}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--stone)}.cart-head h2{font:2.2rem var(--serif)}.cart-head button,.close,#closeSearch{border:0;background:none;font-size:2rem;cursor:pointer}.cart #cartItems{flex:1;overflow:auto;padding:18px 0}.cart-row{display:grid;grid-template-columns:70px 1fr auto;gap:14px;padding:14px 0;border-bottom:1px solid var(--stone)}.cart-row img{width:70px;height:75px;object-fit:cover}.cart-row h4{margin:5px 0;font:1.1rem var(--serif)}.cart-row button{border:0;background:none;color:var(--muted);padding:0;cursor:pointer}.cart-footer>div{display:flex;justify-content:space-between;padding:20px 0}.cart-footer>button{width:100%;padding:16px;background:var(--blue);color:#fff;border:0}.cart-footer small{display:block;text-align:center;color:var(--muted);margin-top:10px}.product-dialog{width:min(950px,92vw);border:0;padding:0;box-shadow:0 30px 90px #0005}.product-dialog::backdrop{background:#102f42bb}.product-dialog .close{position:absolute;right:18px;top:12px;z-index:2}.dialog-inner{display:grid;grid-template-columns:1fr 1fr}.dialog-inner>img{width:100%;height:600px;object-fit:cover;object-position:76% center}.dialog-copy{padding:65px 45px}.dialog-copy h2{font:3.4rem/.95 var(--serif);margin:12px 0}.dialog-copy .price{font-weight:600;margin:20px 0}.dialog-copy p{color:var(--muted);line-height:1.65}.dialog-copy button{width:100%;background:var(--blue);color:#fff;border:0;padding:16px;margin-top:20px}.search-panel{position:fixed;z-index:60;left:0;right:0;top:0;background:#f7f5ef;padding:45px 8vw;transform:translateY(-105%);transition:.35s;box-shadow:0 15px 50px #0003}.search-panel.open{transform:none}.search-panel>button{position:absolute;right:5vw}.search-panel input{width:100%;font:3rem var(--serif);border:0;border-bottom:1px solid #9eaaaa;background:transparent;padding:10px 0;outline:0}.search-result{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--stone);cursor:pointer}
@media(max-width:900px){.site-header{height:76px;grid-template-columns:1fr auto}.site-header nav{display:none}.menu-button{display:block}.icon-button{display:none}.hero{height:720px;max-height:none}.hero>img{object-position:62% center}.hero:after{background:linear-gradient(90deg,rgba(247,245,239,.95),rgba(247,245,239,.55) 60%,transparent)}.hero-copy{width:70%;padding:120px 0 0 6vw}.hero h1{font-size:4.5rem}.trust-strip{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.standards,.faq{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr;gap:40px}footer{grid-template-columns:2fr 1fr 1fr}.disclaimer{grid-column:1/3}.copyright{grid-column:3}}
@media(max-width:620px){.announcement span{display:none}.site-header{padding:0 18px}.brand svg{width:35px}.brand{grid-template-columns:42px auto}.brand strong{font-size:1.65rem}.bag-button{font-size:0}.bag-button span{font-size:.7rem}.hero{height:680px;min-height:0}.hero>img{object-position:70% center}.hero:after{background:linear-gradient(90deg,rgba(247,245,239,.98),rgba(247,245,239,.72) 72%,transparent)}.hero-copy{width:88%;padding:100px 22px}.hero h1{font-size:3.5rem}.hero-note{display:none}.trust-strip{grid-template-columns:1fr}.section-pad{padding:75px 22px}.section-head{display:block}.shop-tools{margin-top:25px}.product-grid{grid-template-columns:1fr}.product-image{height:410px}.standards{gap:60px}.standards-card{padding:25px;box-shadow:12px 12px 0 #24526c}.purity strong{font-size:4rem}.process-grid{grid-template-columns:1fr}.process-grid article,.process-grid article+article{padding:22px 0;min-height:auto;border-right:0}.process-grid h3{margin:30px 0 10px}.dialog-inner{grid-template-columns:1fr}.dialog-inner>img{height:300px}.dialog-copy{padding:35px 25px}.dialog-copy h2{font-size:2.7rem}.newsletter form{max-width:100%}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.disclaimer,.copyright{grid-column:1/3;justify-self:start;margin-top:25px}.search-panel input{font-size:2rem}}

/* Official China-blue brand overrides */
:root{--blue:#4a7ca8;--blue-deep:#153f68;--sky:#c6d9ec;--ink:#173e63;--cream:#f8fbff;--stone:#e9f2f9;--muted:#647786}
.hero>img{object-position:center 28%}.hero:after{background:linear-gradient(180deg,transparent 58%,rgba(16,47,66,.15))}.hero-copy.compact{position:absolute;left:4vw;bottom:3vw;width:420px;padding:25px 28px 27px;background:rgba(248,251,255,.92);backdrop-filter:blur(12px);border:1px solid #fff9;box-shadow:0 12px 40px #173e6330}.hero-copy.compact h1{font-size:2.7rem}.hero-copy.compact>p:not(.eyebrow){font-size:.86rem;margin:15px 0 20px}.hero-copy.compact .eyebrow{margin-bottom:10px}
@media(max-width:900px){.hero>img{object-position:center top}.hero:after{background:linear-gradient(180deg,transparent 55%,rgba(16,47,66,.25))}.hero-copy.compact{left:24px;bottom:24px;width:min(420px,calc(100% - 48px));padding:25px 28px}.hero-copy.compact h1{font-size:2.7rem}}
@media(max-width:620px){.hero{background:#d4e3f0}.hero>img{object-position:center top;height:72%}.hero:after{background:linear-gradient(180deg,transparent 45%,#d4e3f0 70%)}.hero-copy.compact{left:18px;bottom:18px;width:calc(100% - 36px);padding:22px}.hero-copy.compact h1{font-size:2.5rem}}

/* WordPress and WooCommerce production integration */
.brand .custom-logo-link,.brand .default-logo-link{display:block}.brand .custom-logo,.brand .default-logo{display:block;max-width:220px;max-height:70px;width:auto;height:auto}.brand-type{display:grid}.desktop-nav .menu{display:contents}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fbfaf7;border-bottom:1px solid #d8d7d1;padding:20px 6vw;box-shadow:0 12px 30px #173e6320}.mobile-menu ul{list-style:none;margin:0;padding:0}.mobile-menu li+li{border-top:1px solid var(--stone)}.mobile-menu a{display:block;padding:15px 0}.home-products .products,.commerce-main .products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:#fff;position:relative}.woocommerce ul.products li.product a img{margin:0!important;width:100%;aspect-ratio:1/1.06;object-fit:cover;background:var(--stone)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font:1.45rem var(--serif);padding:18px 18px 5px!important;color:var(--ink)}.woocommerce ul.products li.product .price{padding:0 18px 18px;color:var(--blue)!important;font-weight:600}.woocommerce ul.products li.product .button{margin:0 18px 20px!important;background:var(--blue);color:#fff;border-radius:0;padding:13px 18px}.woocommerce ul.products li.product .onsale{background:var(--blue-deep);border-radius:0;min-height:auto;line-height:1;padding:8px 10px;top:14px;right:14px}.woocommerce .product-tag{z-index:3}.commerce-main{max-width:1500px;margin:auto}.commerce-main>.woocommerce-products-header:before{content:'THE COLLECTION';display:block;color:var(--blue);letter-spacing:.2em;font-size:.72rem;font-weight:600;margin-bottom:16px}.commerce-main>.woocommerce-products-header:after{content:'Research compounds';display:block;font:clamp(3rem,4.5vw,5.4rem)/.96 var(--serif);letter-spacing:-.04em;margin-bottom:45px}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:30px}.woocommerce .woocommerce-ordering select{background:transparent;border:1px solid #bdc2c1;padding:10px}.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}.woocommerce div.product .product_title{font:clamp(3rem,5vw,5.6rem)/.95 var(--serif);font-weight:400;color:var(--ink)}.woocommerce div.product p.price{color:var(--blue);font-size:1.2rem}.woocommerce div.product form.cart .button,.woocommerce #payment #place_order,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{background:var(--blue);border-radius:0;padding:17px 24px}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells,.lucem-batch-data{grid-column:1/-1}.lucem-batch-data{background:var(--blue-deep);color:#fff;padding:55px;margin-top:45px}.lucem-batch-data .eyebrow{color:#99bed1}.lucem-batch-data h2{font:3.4rem var(--serif);font-weight:400;margin:0 0 25px}.lucem-batch-data dl{margin:0 0 25px}.lucem-batch-data dl div{display:flex;justify-content:space-between;border-top:1px solid #ffffff30;padding:13px 0}.lucem-batch-data dd{color:#bcd5e2}.lucem-batch-data .research-notice{font-size:.75rem;color:#bcd5e2;margin-top:24px}.woocommerce table.shop_table{border-radius:0}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce .select2-container--default .select2-selection--single{border:1px solid #b8c4c9;border-radius:0;padding:12px;background:#fff;height:auto}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 0;border-bottom:1px solid var(--stone)}.content-main{max-width:1000px;margin:auto;min-height:55vh}.content-main h1{font:clamp(3.5rem,6vw,6rem)/.95 var(--serif);font-weight:400}.entry-content{line-height:1.8}.setup-notice{padding:30px;background:var(--sky)}
@media(max-width:900px){.desktop-nav{display:none}.home-products .products,.commerce-main .products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{grid-template-columns:1fr}}
@media(max-width:620px){.home-products .products,.commerce-main .products{grid-template-columns:1fr}.commerce-main>.woocommerce-products-header:after{font-size:3.4rem}.lucem-batch-data{padding:32px 22px}.lucem-batch-data h2{font-size:2.6rem}}

/* Official header mark and uncropped hero banner */
.brand{grid-template-columns:58px auto}.brand svg.lucem-mark{width:50px;height:48px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.brand .mark-sun,.brand .mark-reflection{fill:currentColor;stroke:none}.hero>img{object-position:center top}.hero{height:min(calc(100vh - 126px),800px);min-height:680px}
@media(max-width:900px){.brand{grid-template-columns:52px auto}.brand svg.lucem-mark{width:45px;height:45px}.hero{height:680px;min-height:680px}.hero>img{object-position:center top}}
@media(max-width:620px){.brand{grid-template-columns:45px auto}.brand svg.lucem-mark{width:39px;height:39px}.hero{height:auto;min-height:0;aspect-ratio:1/1.18;padding-top:68%}.hero>img{top:0;height:auto;aspect-ratio:1.5/1;object-fit:contain;object-position:center top}.hero:after{top:0;height:70%;background:linear-gradient(180deg,transparent 70%,#d4e3f0 100%)}.hero-copy.compact{z-index:3}}

/* Lucem Standard 2.0 — approved storefront */
.site-header{height:94px;padding:0 max(4vw,32px);grid-template-columns:1fr auto 1fr}
.site-header>.page-brand{grid-column:1;grid-row:1;justify-self:start}
.site-header>.page-brand img{display:block;width:auto;height:80px}
.site-header>.desktop-nav{position:absolute;left:50%;transform:translateX(-50%);grid-column:auto;justify-self:auto}
.site-header>.header-actions{grid-column:3;justify-self:end}
.promo-grid,.service-layout,.home-products{width:min(84vw,1540px);margin-left:auto;margin-right:auto}
.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}
.promo-card{height:360px;border-radius:20px;overflow:hidden;position:relative;padding:34px 36px}
.promo-card>div{position:relative;z-index:2;max-width:58%}
.promo-card h2,.why-card h2{font:2rem/1.08 var(--serif);font-weight:400;margin:0 0 16px}
.promo-card p,.why-card>div>p:not(.eyebrow){color:var(--muted);line-height:1.55;font-size:.95rem;margin:0 0 24px}
.promo-light{background:#edf1f2}
.promo-blue{background:var(--blue-deep);color:#fff}.promo-blue p{color:#c9d7de}
.promo-watermark{position:absolute;right:4%;bottom:12%;width:52%;height:auto;opacity:.2}
.mini-button{display:inline-block;padding:11px 18px;font-size:.82rem;font-weight:600}
.mini-button.dark{background:var(--blue-deep);color:#fff}.mini-button.light{background:#fff;color:var(--blue-deep)}
.service-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;margin-top:20px}
.service-steps{display:grid;gap:20px}
.service-steps article{min-height:155px;background:#edf1f2;border-radius:20px;padding:28px 32px;display:grid;grid-template-columns:72px 1fr 70px;gap:20px;align-items:center}
.service-steps b{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--blue-deep);color:#fff;font:2rem var(--serif)}
.service-steps h3{font:1.35rem var(--serif);font-weight:400;margin:0 0 9px}.service-steps p{margin:0;color:var(--muted);line-height:1.5;font-size:.9rem}
.service-steps span{justify-self:end;width:54px;height:54px;border:1px solid #c7d1d5;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:1.25rem}
.why-card{min-height:505px;border-radius:20px;overflow:hidden;background:#e5edf1;position:relative;padding:36px}
.why-card>div{position:relative;z-index:2}.why-card h2{font-size:2.25rem}.why-card>img{position:absolute;width:72%;height:auto;left:14%;bottom:6%;opacity:.12}
.home-products.section-pad{padding:90px 0}.home-products .section-head h2{font-size:clamp(2.15rem,3vw,3.45rem)}
.home-products .products{grid-template-columns:repeat(4,minmax(0,1fr))}
.footer-logo{display:block;width:190px;max-width:100%;height:auto}
@media(max-width:1050px){.site-header nav{gap:18px}.home-products .products{grid-template-columns:repeat(3,minmax(0,1fr))}.promo-card>div{max-width:65%}}
@media(max-width:900px){
  .site-header{height:76px;padding:0 18px;grid-template-columns:1fr auto}.site-header>.page-brand img{height:62px}.site-header>.desktop-nav{display:none}.site-header>.header-actions{grid-column:2}
  .promo-grid,.service-layout,.home-products{width:calc(100% - 40px)}.promo-card{height:320px}.service-layout{grid-template-columns:1fr}.why-card{min-height:340px}
  .home-products .products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .promo-grid,.service-layout,.home-products{width:calc(100% - 28px)}.promo-grid{grid-template-columns:1fr}.promo-card{height:300px;padding:28px}.promo-card>div{max-width:72%}.promo-card h2{font-size:1.8rem}
  .service-steps article{grid-template-columns:58px 1fr;padding:24px 20px;min-height:140px}.service-steps b{width:48px;height:48px;font-size:1.6rem}.service-steps span{display:none}.why-card{min-height:360px;padding:28px}
  .home-products .products{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Lucem Standard 2.1 — dedicated page system */
.page-hero{padding:clamp(90px,11vw,170px) max(8vw,28px);background:#eef4f8;border-bottom:1px solid #d6e1e7}
.page-hero.dark{background:var(--blue-deep);color:#fff}.page-hero.dark .eyebrow{color:#a9c9db}.page-hero.dark>p:last-child{color:#c9d8e0}
.page-hero.compact-page{padding-top:90px;padding-bottom:90px}.page-hero h1{max-width:980px;font:clamp(3.8rem,7.6vw,8.4rem)/.9 var(--serif);font-weight:400;letter-spacing:-.045em;margin:0}
.page-hero>p:last-child{max-width:700px;color:var(--muted);font-size:1.05rem;line-height:1.7;margin:30px 0 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;max-width:1500px;margin:auto}.story-grid h2,.plain-callout h2{font:clamp(2.8rem,4.8vw,5.7rem)/.98 var(--serif);font-weight:400;margin:0}.story-grid>div:last-child{font-size:1.12rem;line-height:1.85;color:var(--muted)}
.value-band{display:grid;grid-template-columns:repeat(3,1fr);background:var(--blue-deep);color:#fff;padding:0 6vw}.value-band article{padding:70px 4vw;border-right:1px solid #ffffff2c}.value-band article:last-child{border:0}.value-band b{font-size:.72rem;color:#a9c9db}.value-band h3{font:2.25rem var(--serif);font-weight:400;margin:42px 0 13px}.value-band p{color:#bfd0d9;line-height:1.65}
.standards-list{max-width:1300px;margin:auto}.standards-list article{display:grid;grid-template-columns:110px 1fr;gap:40px;padding:45px 0;border-top:1px solid #cbd8df}.standards-list article:last-child{border-bottom:1px solid #cbd8df}.standards-list span{color:var(--blue);font-weight:600;letter-spacing:.15em}.standards-list h2,.process-detail h2,.contact-grid h2,.policy-copy h2{font:2.35rem var(--serif);font-weight:400;margin:0 0 12px}.standards-list p{color:var(--muted);line-height:1.7;max-width:780px;margin:0}
.process-detail{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cedbe2}.process-detail article{background:#f8fbff;padding:55px 45px;min-height:330px}.process-detail b{color:var(--blue)}.process-detail h2{margin-top:80px}.process-detail p{color:var(--muted);line-height:1.7}.plain-callout{margin:0 6vw 100px;padding:65px;background:#e5eef3;display:flex;align-items:end;justify-content:space-between;gap:40px}.plain-callout h2{max-width:800px}.faq-page{max-width:1100px;margin:auto}.faq-page .accordion summary{font:1.55rem var(--serif)}
.contact-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-grid article{background:#e8f0f4;padding:55px;min-height:340px}.contact-grid article:nth-child(2){background:var(--blue-deep);color:#fff}.contact-grid article:nth-child(2) .eyebrow{color:#a9c9db}.contact-grid article:nth-child(2) p{color:#bfd0d9}.contact-grid p{color:var(--muted);line-height:1.7}.policy-copy{max-width:920px;margin:auto}.policy-copy h2{margin-top:55px}.policy-copy p{font-size:1rem;color:var(--muted);line-height:1.85}.editor-content{max-width:920px;margin:auto;padding-top:0}.page-certificates .lucem-coa-library{padding-top:80px}.page-certificates .lucem-coa-library>h1,.page-certificates .lucem-coa-intro{display:none}
.woocommerce-account .commerce-main,.woocommerce-cart .commerce-main,.woocommerce-checkout .commerce-main{max-width:1300px}.woocommerce-account .commerce-main:before,.woocommerce-cart .commerce-main:before,.woocommerce-checkout .commerce-main:before{display:block;text-transform:uppercase;letter-spacing:.2em;color:var(--blue);font-size:.72rem;font-weight:600;margin-bottom:18px}.woocommerce-account .commerce-main:before{content:'Your account'}.woocommerce-cart .commerce-main:before{content:'Your bag'}.woocommerce-checkout .commerce-main:before{content:'Secure checkout'}
@media(max-width:900px){.story-grid,.contact-grid{grid-template-columns:1fr}.value-band{grid-template-columns:1fr}.value-band article{border-right:0;border-bottom:1px solid #ffffff2c;padding:50px 24px}.process-detail{grid-template-columns:1fr}.process-detail article{min-height:240px}.process-detail h2{margin-top:35px}.plain-callout{align-items:flex-start;flex-direction:column;padding:45px}.standards-list article{grid-template-columns:60px 1fr}}
@media(max-width:620px){.page-hero{padding:75px 22px}.page-hero h1{font-size:3.65rem}.page-hero.compact-page{padding-top:65px;padding-bottom:65px}.story-grid{gap:35px}.standards-list article{grid-template-columns:1fr;gap:16px}.process-detail article,.contact-grid article{padding:38px 26px}.plain-callout{margin:0 14px 70px;padding:35px 24px}.policy-copy h2{font-size:2rem}}

/* Shop review: compact Oath-style product tiles */
.commerce-main .products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
.woocommerce ul.products li.product a img{aspect-ratio:1/1!important;object-fit:cover!important}
@media(max-width:1050px){.commerce-main .products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){.commerce-main .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* Approved Shop layout */
.post-type-archive-product .commerce-main,.tax-product_cat .commerce-main,.tax-product_tag .commerce-main{max-width:1360px;padding:28px 34px 90px}
.post-type-archive-product .commerce-main>.woocommerce-products-header,.tax-product_cat .commerce-main>.woocommerce-products-header,.tax-product_tag .commerce-main>.woocommerce-products-header{display:none}
.shop-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:0 10px 86px}
.shop-promo{height:350px;border-radius:19px;overflow:hidden;position:relative;padding:30px 29px}.shop-promo>div{position:relative;z-index:2;max-width:64%}.shop-promo h1,.shop-promo h2{font:400 1.8rem/1.15 var(--sans);letter-spacing:-.025em;margin:0 0 16px}.shop-promo p{font-size:.95rem;line-height:1.48;margin:0;color:#75828a}.shop-promo-light{background:#eef0f1}.shop-promo-light>img{position:absolute;width:225px;height:auto;right:38px;bottom:25px;opacity:.92}.shop-promo-dark{background:#252525;color:#fff}.shop-promo-dark p{color:#fff}.shop-promo-dark>img{position:absolute;width:190px;height:auto;right:-27px;bottom:-53px;opacity:.12;filter:grayscale(1) brightness(2.3)}
.shop-filter-line{margin:0 0 64px;font-size:1rem;color:#64727a}.shop-filter-line span{display:inline-block;font-size:.85rem;transform:rotate(90deg);margin-right:7px}
.post-type-archive-product .products,.tax-product_cat .products,.tax-product_tag .products{column-gap:22px!important;row-gap:46px!important}.post-type-archive-product ul.products li.product,.tax-product_cat ul.products li.product,.tax-product_tag ul.products li.product{background:transparent!important}.post-type-archive-product ul.products li.product a img,.tax-product_cat ul.products li.product a img,.tax-product_tag ul.products li.product a img{border-radius:14px;box-shadow:0 2px 10px #173e6314;background:#f2f5f5}.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,.tax-product_cat ul.products li.product .woocommerce-loop-product__title,.tax-product_tag ul.products li.product .woocommerce-loop-product__title{font:400 1rem/1.35 var(--sans);padding:14px 28px 4px 0!important;color:#5e707a;min-height:45px;position:relative}.post-type-archive-product ul.products li.product .woocommerce-loop-product__title:after,.tax-product_cat ul.products li.product .woocommerce-loop-product__title:after,.tax-product_tag ul.products li.product .woocommerce-loop-product__title:after{content:'♡';position:absolute;right:2px;top:12px;color:#57768a;font-size:1.2rem}.post-type-archive-product ul.products li.product .price,.tax-product_cat ul.products li.product .price,.tax-product_tag ul.products li.product .price{padding:0!important;margin:0!important;color:#111!important;font-size:.85rem;font-weight:400}.post-type-archive-product ul.products li.product .price del,.tax-product_cat ul.products li.product .price del,.tax-product_tag ul.products li.product .price del{opacity:1;color:#333}.post-type-archive-product ul.products li.product .price ins,.tax-product_cat ul.products li.product .price ins,.tax-product_tag ul.products li.product .price ins{color:#d97706;font-weight:400}.post-type-archive-product ul.products li.product .onsale,.tax-product_cat ul.products li.product .onsale,.tax-product_tag ul.products li.product .onsale{background:#fff;color:#111;border-radius:12px;min-width:0;min-height:0;line-height:1;padding:6px 8px;top:11px;right:11px;font-size:.7rem;font-weight:400;box-shadow:0 1px 5px #173e6314}
@media(max-width:900px){.shop-promo-grid{gap:18px;margin-bottom:62px}.shop-promo{height:310px}.shop-promo>div{max-width:78%}}
@media(max-width:620px){.post-type-archive-product .commerce-main,.tax-product_cat .commerce-main,.tax-product_tag .commerce-main{padding:18px 14px 70px}.shop-promo-grid{grid-template-columns:1fr;margin:0 0 50px}.shop-promo{height:270px;padding:25px}.shop-filter-line{margin-bottom:40px}.post-type-archive-product .products,.tax-product_cat .products,.tax-product_tag .products{gap:34px 12px!important}.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,.tax-product_cat ul.products li.product .woocommerce-loop-product__title,.tax-product_tag ul.products li.product .woocommerce-loop-product__title{font-size:.88rem}.post-type-archive-product ul.products li.product .price,.tax-product_cat ul.products li.product .price,.tax-product_tag ul.products li.product .price{font-size:.78rem}}

.shop-promo-light>img{width:58%;height:100%;right:0;bottom:0;object-fit:cover;object-position:78% center;opacity:.96}
.shop-filter-line{display:flex;align-items:center;gap:8px}.shop-filter-line>span{width:14px;display:grid;gap:2px;margin:0;transform:none}.shop-filter-line i{display:block;height:1px;background:currentColor}.shop-filter-line i:nth-child(1){width:14px}.shop-filter-line i:nth-child(2){width:10px}.shop-filter-line i:nth-child(3){width:6px}

/* Approved individual product layout — compact and intentionally simple */
.single-product .commerce-main{max-width:none;padding:72px max(6vw,28px) 110px}.single-product .woocommerce-breadcrumb{max-width:1100px;margin:0 auto 34px;color:#7a8990;font-size:.78rem}.single-product .woocommerce-breadcrumb a{color:#526b78}.single-product .woocommerce div.product{max-width:1100px;margin:0 auto;grid-template-columns:minmax(0,480px) minmax(0,1fr);gap:80px;align-items:start}.single-product .woocommerce div.product div.images{margin:0!important}.single-product .woocommerce-product-gallery__wrapper{margin:0}.single-product .woocommerce-product-gallery__image{border-radius:18px;overflow:hidden;background:#f0f4f5}.single-product .woocommerce-product-gallery__image a{display:grid;place-items:center;width:100%;aspect-ratio:1/1}.single-product .woocommerce div.product div.images img{display:block;width:100%;height:100%;max-height:480px;object-fit:contain;margin:0}.single-product .woocommerce div.product div.summary{margin:0!important;padding-top:14px}.single-product .woocommerce div.product .product_title{font-size:clamp(3rem,4.2vw,4.4rem);line-height:.98;margin:0 0 20px}.single-product .woocommerce div.product p.price{font-size:1.05rem;margin:0 0 28px;color:var(--ink)}.single-product .woocommerce-product-details__short-description{color:var(--muted);line-height:1.75;max-width:570px}.single-product .woocommerce div.product form.cart{display:flex;align-items:stretch;gap:10px;margin:32px 0 0}.single-product .woocommerce div.product form.cart .quantity .qty{height:52px;width:72px;border:1px solid #bccbd2;background:#fff}.single-product .woocommerce div.product form.cart .button{height:52px;flex:1;justify-content:center;margin:0;border-radius:0;background:var(--blue);font-weight:600}.single-product .product_meta{font-size:.72rem;line-height:1.8;color:#7a8990;margin-top:22px}.product-assurances{list-style:none;padding:0;margin:36px 0 0;border-top:1px solid #d3dde2}.product-assurances li{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid #d3dde2}.product-assurances span{font-size:.68rem;color:var(--blue);letter-spacing:.1em}.product-assurances strong,.product-assurances small{display:block}.product-assurances strong{font-size:.84rem;font-weight:600}.product-assurances small{font-size:.73rem;color:var(--muted);margin-top:3px}.single-product .woocommerce div.product .woocommerce-tabs{max-width:900px;margin:90px auto 0}.single-product .woocommerce-tabs ul.tabs{display:none}.single-product .woocommerce-tabs .panel{display:block!important;margin:0!important}.single-product .woocommerce-tabs .panel h2{font:2.4rem var(--serif);font-weight:400}.single-product .woocommerce-tabs .panel p{color:var(--muted);line-height:1.8}.single-product .lucem-batch-data{max-width:1100px;width:100%;margin:70px auto 0;border-radius:18px}.single-product .woocommerce div.product .related,.single-product .woocommerce div.product .upsells{display:none!important}
@media(max-width:900px){.single-product .commerce-main{padding-top:45px}.single-product .woocommerce div.product{grid-template-columns:minmax(0,430px);justify-content:center;gap:42px}.single-product .woocommerce div.product div.summary{padding-top:0}.single-product .woocommerce div.product div.images img{max-height:430px}}
@media(max-width:620px){.single-product .commerce-main{padding:32px 18px 75px}.single-product .woocommerce-breadcrumb{margin-bottom:22px}.single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr);gap:30px}.single-product .woocommerce-product-gallery__image a{aspect-ratio:1/1}.single-product .woocommerce div.product div.images img{max-height:none}.single-product .woocommerce div.product .product_title{font-size:2.75rem}.single-product .woocommerce div.product form.cart{display:grid;grid-template-columns:72px 1fr}.single-product .lucem-batch-data{margin-top:55px}}

/* 2.2.1: product is directly beneath the main wrapper; enforce compact dimensions. */
body.single-product div.product{max-width:1100px!important;margin-left:auto!important;margin-right:auto!important;grid-template-columns:minmax(0,480px) minmax(0,1fr)!important;gap:80px!important;align-items:start!important}
body.single-product div.product div.images{width:480px!important;max-width:480px!important;margin:0!important}
body.single-product div.product div.images img{width:100%!important;height:auto!important;max-height:480px!important;object-fit:contain!important}
body.single-product div.product div.summary{width:auto!important;margin:0!important;padding-top:14px}
body.single-product div.product .product_title{font-size:clamp(3rem,4.2vw,4.4rem)!important;line-height:.98!important}
body.single-product div.product form.cart{display:flex;align-items:stretch;gap:10px}
@media(max-width:900px){body.single-product div.product{grid-template-columns:minmax(0,430px)!important;justify-content:center!important;gap:42px!important}body.single-product div.product div.images{width:430px!important;max-width:100%!important}body.single-product div.product div.images img{max-height:430px!important}}
@media(max-width:620px){body.single-product div.product{grid-template-columns:minmax(0,1fr)!important;gap:30px!important}body.single-product div.product div.images{width:100%!important}body.single-product div.product div.images img{max-height:none!important}body.single-product div.product .product_title{font-size:2.75rem!important}body.single-product div.product form.cart{display:grid;grid-template-columns:72px 1fr}}

/* 2.2.2: constrain the Shop archive even when WooCommerce omits the theme wrapper. */
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  column-gap:22px!important;
  row-gap:46px!important;
  width:min(100%,1360px)!important;
  margin:0 auto!important;
  padding:0!important;
}
body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.tax-product_tag ul.products::before,
body.tax-product_tag ul.products::after{display:none!important}
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product{
  float:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.tax-product_tag ul.products li.product a img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  max-height:330px!important;
  object-fit:cover!important;
}
@media(max-width:1050px){body.post-type-archive-product ul.products,body.tax-product_cat ul.products,body.tax-product_tag ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){body.post-type-archive-product ul.products,body.tax-product_cat ul.products,body.tax-product_tag ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){body.post-type-archive-product ul.products,body.tax-product_cat ul.products,body.tax-product_tag ul.products{column-gap:12px!important;row-gap:34px!important}body.post-type-archive-product ul.products li.product a img,body.tax-product_cat ul.products li.product a img,body.tax-product_tag ul.products li.product a img{max-height:none!important}}

/* 2.2.3: USA laboratory image sits behind the copy with a legibility gradient. */
.shop-promo-light{background:#eaf2f7}
.shop-promo-light::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(243,248,251,.98) 0%,rgba(243,248,251,.91) 36%,rgba(243,248,251,.52) 58%,rgba(243,248,251,.08) 100%);
}
.shop-promo-light>div{z-index:2;max-width:55%}
.shop-promo-light>img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  opacity:1;
}
.shop-promo-light h1,.shop-promo-light p{text-shadow:0 1px 1px rgba(255,255,255,.45)}
@media(max-width:620px){.shop-promo-light>div{max-width:68%}.shop-promo-light::after{background:linear-gradient(90deg,rgba(243,248,251,.98) 0%,rgba(243,248,251,.9) 50%,rgba(243,248,251,.3) 100%)}}

/* 2.2.4: compact, centered homepage hero matching the approved storefront proportions. */
body.home .hero{
  width:min(84vw,1540px);
  height:500px;
  min-height:0;
  max-height:none;
  margin:20px auto 0;
  border-radius:20px;
}
body.home .hero>img{height:100%;object-fit:cover;object-position:center 38%}
body.home .hero-copy.compact{left:30px;bottom:30px;width:390px;padding:22px 25px 24px}
body.home .hero-copy.compact h1{font-size:2.45rem}
@media(max-width:900px){body.home .hero{width:calc(100% - 40px);height:480px}body.home .hero>img{height:100%;object-fit:cover;object-position:58% center}}
@media(max-width:620px){body.home .hero{width:calc(100% - 28px);height:520px;aspect-ratio:auto;padding:0;border-radius:16px}body.home .hero>img{height:100%;aspect-ratio:auto;object-fit:cover;object-position:60% center}body.home .hero:after{height:100%;background:linear-gradient(180deg,transparent 40%,rgba(212,227,240,.95) 73%,#d4e3f0 100%)}body.home .hero-copy.compact{left:18px;bottom:18px;width:calc(100% - 36px)}}

/* 2.2.5: visible, compact purchase actions on every product card. */
.woocommerce ul.products li.product .button{
  display:inline-flex!important;
  width:auto!important;
  min-height:40px;
  align-items:center;
  justify-content:center;
  margin:10px 0 0!important;
  padding:11px 16px!important;
  border-radius:0!important;
  background:var(--blue-deep)!important;
  color:#fff!important;
  font-size:.78rem!important;
  line-height:1!important;
}
.woocommerce ul.products li.product .button:hover{background:var(--blue)!important}
.woocommerce ul.products li.product .added_to_cart{display:inline-block;margin:10px 0 0 10px;font-size:.78rem;font-weight:600;color:var(--blue-deep)}

/* 2.2.6: tighter Shop rhythm and China-blue shipping gradient. */
.shop-promo-grid{margin-bottom:32px}
.shop-filter-line{margin-bottom:28px}
.shop-promo-dark{
  background:linear-gradient(90deg,var(--blue-deep) 0%,var(--blue) 58%,#fff 100%);
  color:#fff;
}
.shop-promo-dark p{color:#fff;text-shadow:0 1px 2px rgba(15,47,70,.22)}
.shop-promo-dark>img{filter:none;opacity:.13}
@media(max-width:900px){.shop-promo-grid{margin-bottom:28px}.shop-filter-line{margin-bottom:24px}}
@media(max-width:620px){.shop-promo-grid{margin-bottom:24px}.shop-filter-line{margin-bottom:22px}.shop-promo-dark{background:linear-gradient(90deg,var(--blue-deep) 0%,var(--blue) 68%,#fff 100%)}}

/* 2.2.7: compact Oath-style promo cards, branded package, and pagination spacing. */
.shop-promo-grid{gap:20px;margin-bottom:26px}
.shop-promo{
  height:185px;
  min-height:185px;
  padding:22px 26px;
  border-radius:18px;
}
.shop-promo>div{max-width:56%}
.shop-promo h1,.shop-promo h2{font-size:1.5rem;margin-bottom:11px}
.shop-promo p{font-size:.8rem;line-height:1.45}
.shop-promo-light{background:#eef0f1}
.shop-promo-light::after{display:none}
.shop-promo-light>img{
  inset:auto 14px 2px auto;
  z-index:1;
  width:52%;
  height:76%;
  object-fit:contain;
  object-position:right bottom;
  opacity:1;
}
.shop-promo-dark>img{width:112px;right:-14px;bottom:-34px}
body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.tax-product_tag nav.woocommerce-pagination{margin-top:58px!important}
@media(max-width:900px){.shop-promo{height:175px;min-height:175px}.shop-promo-light>img{width:48%;height:70%}}
@media(max-width:620px){.shop-promo-grid{gap:14px}.shop-promo{height:180px;min-height:180px;padding:21px}.shop-promo>div{max-width:60%}.shop-promo h1,.shop-promo h2{font-size:1.35rem}.shop-promo p{font-size:.75rem}.shop-promo-light>img{right:6px;width:50%;height:66%}body.post-type-archive-product nav.woocommerce-pagination,body.tax-product_cat nav.woocommerce-pagination,body.tax-product_tag nav.woocommerce-pagination{margin-top:42px!important}}

/* 2.2.8: product photography is static—no zoom or lightbox control. */
.woocommerce-product-gallery__trigger{display:none!important}
body.single-product .woocommerce-product-gallery__image>a{pointer-events:none;cursor:default}

/* 2.3.0: working Shop category/sort controls. */
.shop-filter{margin:0 0 28px;color:#64727a}
.shop-filter .shop-filter-line{width:max-content;margin:0;cursor:pointer;list-style:none;user-select:none}
.shop-filter .shop-filter-line::-webkit-details-marker{display:none}
.shop-filter[open] .shop-filter-line{color:var(--blue-deep)}
.shop-filter-form{display:flex;align-items:end;gap:14px;margin-top:16px;padding:18px 20px;background:#eef2f4;border-radius:12px}
.shop-filter-form label{display:grid;gap:6px;min-width:210px}
.shop-filter-form label>span{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#65747b}
.shop-filter-form select{height:42px;padding:0 34px 0 12px;border:1px solid #c4cfd4;background:#fff;color:var(--ink)}
.shop-filter-form button{height:42px;padding:0 18px;border:0;background:var(--blue-deep);color:#fff;font-weight:600;cursor:pointer}
.shop-filter-form>a{height:42px;display:flex;align-items:center;padding:0 8px;font-size:.8rem;font-weight:600;color:var(--blue-deep)}
@media(max-width:620px){.shop-filter-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shop-filter-form label{min-width:0}.shop-filter-form button{grid-column:1/2}.shop-filter-form>a{grid-column:2/3;justify-content:center}}

/* 2.3.1: filters stay open and centered, with potency included. */
.shop-filter{display:flex;justify-content:center;margin-bottom:30px}
.shop-filter-form{justify-content:center;width:max-content;max-width:100%;margin-top:0}
.shop-filter-form label{min-width:180px}
@media(max-width:900px){.shop-filter-form{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.shop-filter-form label{min-width:0}.shop-filter-form button{grid-column:1/3}.shop-filter-form>a{grid-column:3/4;justify-content:center}}
@media(max-width:620px){.shop-filter-form{grid-template-columns:1fr 1fr}.shop-filter-form label:nth-of-type(3){grid-column:1/3}.shop-filter-form button{grid-column:1/2}.shop-filter-form>a{grid-column:2/3}}

/* 2.3.2: keep the native WooCommerce purchase form visible on product pages. */
body.single-product div.product .summary form.cart:not(.variations_form){
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:stretch!important;
  gap:10px!important;
  margin:30px 0 0!important;
}
body.single-product div.product .summary form.cart .quantity{display:block!important;visibility:visible!important}
body.single-product div.product .summary form.cart .single_add_to_cart_button{
  display:inline-flex!important;
  visibility:visible!important;
  min-width:210px;
  min-height:52px;
  align-items:center;
  justify-content:center;
  border:0;
  background:var(--blue-deep)!important;
  color:#fff!important;
}
body.single-product div.product .summary form.cart .single_add_to_cart_button:hover{background:var(--blue)!important}
body.single-product div.product .summary form.variations_form{display:block!important;visibility:visible!important;opacity:1!important}
body.single-product div.product .summary .woocommerce-variation-add-to-cart{display:flex!important;align-items:stretch;gap:10px}
body.single-product div.product .summary .single_add_to_cart_button.disabled{opacity:.45!important;cursor:not-allowed}
@media(max-width:620px){body.single-product div.product .summary form.cart:not(.variations_form),body.single-product div.product .summary .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important}body.single-product div.product .summary form.cart .single_add_to_cart_button{min-width:0;width:100%}}

/* 2.3.3: slimmer homepage imagery and promotional cards. */
body.home .hero{
  height:360px;
  min-height:360px;
}
body.home .hero>img{object-position:center center}
body.home .hero-copy.compact{
  left:24px;
  bottom:22px;
  width:350px;
  padding:17px 20px 19px;
}
body.home .hero-copy.compact .eyebrow{font-size:.62rem;margin-bottom:7px}
body.home .hero-copy.compact h1{font-size:2.05rem}
body.home .hero-copy.compact>p:not(.eyebrow){font-size:.78rem;line-height:1.5;margin:10px 0 14px}
body.home .hero-copy.compact .button{padding:12px 16px;font-size:.76rem}
body.home .promo-card{
  height:215px;
  min-height:215px;
  padding:25px 28px;
}
body.home .promo-card h2{font-size:1.65rem;margin-bottom:11px}
body.home .promo-card p{font-size:.82rem;line-height:1.45;margin-bottom:16px}
body.home .promo-card .mini-button{padding:9px 14px;font-size:.75rem}
@media(max-width:900px){body.home .hero{height:340px;min-height:340px}body.home .promo-card{height:205px;min-height:205px}}
@media(max-width:620px){body.home .hero{height:420px;min-height:420px}body.home .hero>img{object-position:62% center}body.home .hero-copy.compact{left:16px;bottom:16px;width:calc(100% - 32px);padding:16px 18px}body.home .hero-copy.compact h1{font-size:1.9rem}body.home .promo-card{height:200px;min-height:200px;padding:22px}body.home .promo-card>div{max-width:78%}}

/* Final compact homepage rhythm: less scrolling without removing content. */
body.home .hero{height:320px;min-height:320px}
body.home .hero.lucem-photo-hero{background-size:cover;background-position:center center;background-repeat:no-repeat}
body.home .promo-grid{gap:14px;margin-top:14px}
body.home .promo-card{height:165px;min-height:165px;padding:19px 23px}
body.home .promo-card>div{max-width:68%}
body.home .promo-card h2{font-size:1.4rem;margin-bottom:8px}
body.home .promo-card p{font-size:.76rem;line-height:1.38;margin-bottom:11px}
body.home .promo-card .mini-button{padding:8px 12px;font-size:.7rem}
body.home .service-layout{gap:14px;margin-top:14px}
body.home .service-steps{gap:12px}
body.home .service-steps article{min-height:100px;padding:16px 22px;grid-template-columns:54px 1fr 46px;gap:14px}
body.home .service-steps b{width:44px;height:44px;font-size:1.45rem}
body.home .service-steps h3{font-size:1.1rem;margin-bottom:5px}
body.home .service-steps p{font-size:.76rem;line-height:1.35}
body.home .service-steps span{width:40px;height:40px;font-size:1rem}
body.home .why-card{min-height:324px;padding:25px}
body.home .why-card h2{font-size:1.8rem;margin-bottom:10px}
body.home .why-card>div>p:not(.eyebrow){font-size:.78rem;line-height:1.42;margin-bottom:15px}
body.home .why-card>img{width:54%;left:23%;bottom:2%}
body.home .home-products.section-pad{padding:58px 0}
@media(max-width:900px){body.home .hero{height:310px;min-height:310px}body.home .promo-card{height:160px;min-height:160px}body.home .why-card{min-height:260px}}
@media(max-width:620px){body.home .hero{height:380px;min-height:380px}body.home .hero.lucem-photo-hero{background-position:62% center}body.home .promo-grid{gap:12px}body.home .promo-card{height:155px;min-height:155px;padding:18px}body.home .promo-card>div{max-width:82%}body.home .service-steps article{min-height:92px;padding:14px 17px;grid-template-columns:48px 1fr}body.home .service-steps b{width:40px;height:40px;font-size:1.3rem}body.home .why-card{min-height:245px;padding:22px}body.home .home-products.section-pad{padding:45px 0}}

/* 2.3.8: isolate WooCommerce's purchase form from the legacy cart-drawer class. */
body.single-product div.product .summary form.cart{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
  transition:none!important;
  flex-direction:row!important;
}
body.single-product div.product .summary form.cart .single_add_to_cart_button{
  display:inline-flex!important;
  visibility:visible!important;
}
@media(max-width:620px){body.single-product div.product .summary form.cart{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important}}

/* 2.3.9: consistent cart language and a compact complementary-product prompt. */
.woocommerce-cart .commerce-main:before{content:'Your cart'}
.lucem-cart-recommendation{clear:both;display:grid;grid-template-columns:118px minmax(0,1fr) auto;gap:24px;align-items:center;margin:34px 0;padding:20px;background:#edf3f6;border:1px solid #d7e2e7}
.lucem-cart-recommendation-image{overflow:hidden;background:#fff;aspect-ratio:1/1}
.lucem-cart-recommendation-image img{display:block;width:100%;height:100%;object-fit:contain}
.lucem-cart-recommendation-copy .eyebrow{margin:0 0 7px;font-size:.61rem}
.lucem-cart-recommendation-copy h2{margin:0 0 7px;font:400 1.55rem/1.1 var(--serif);color:var(--ink)}
.lucem-cart-recommendation-copy>p:not(.eyebrow){max-width:560px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.5}
.lucem-cart-recommendation-action{display:grid;justify-items:end;gap:11px;min-width:132px}
.lucem-cart-recommendation-action .price{color:var(--blue);font-weight:600}
.lucem-cart-recommendation-action .button{justify-content:center;min-width:132px;padding:12px 16px;background:var(--blue-deep);color:#fff;border-radius:0}
@media(max-width:700px){.lucem-cart-recommendation{grid-template-columns:88px minmax(0,1fr);gap:16px}.lucem-cart-recommendation-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;width:100%}}

/* 2.4.1: direct product purchase form, independent of the legacy .cart selector. */
.single-product .summary .lucem-direct-purchase{position:static!important;display:grid!important;grid-template-columns:72px minmax(210px,1fr);gap:10px;align-items:stretch;width:100%;max-width:420px;margin:30px 0 0;padding:0;background:transparent;transform:none!important}
.single-product .summary .lucem-direct-purchase .quantity{display:block!important;margin:0}
.single-product .summary .lucem-direct-purchase .qty{width:72px;height:52px;margin:0;border:1px solid #bccbd2;background:#fff;text-align:center}
.single-product .summary .lucem-direct-add-to-cart{display:inline-flex!important;align-items:center;justify-content:center;min-height:52px;margin:0;padding:14px 22px;border:0;border-radius:0;background:var(--blue-deep)!important;color:#fff!important;cursor:pointer!important;pointer-events:auto!important}
.single-product .summary .lucem-direct-add-to-cart:hover{background:var(--blue)!important}
@media(max-width:620px){.single-product .summary .lucem-direct-purchase{grid-template-columns:72px minmax(0,1fr);max-width:none}}

/* 2.4.2: full-size, accessible catalog search. */
.search-button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer;transition:background-color .2s,color .2s}
.search-button:hover,.search-button:focus-visible{background:#e7f0f5;color:var(--blue-deep);outline:none}
.search-button svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
.lucem-product-search[hidden]{display:none}
.lucem-product-search{position:fixed;z-index:99999;inset:0;background:rgba(8,34,52,.48);opacity:0;transition:opacity .3s ease}
.lucem-product-search.is-open{opacity:1}
.lucem-product-search-inner{position:relative;width:100%;padding:46px max(6vw,28px) 52px;background:#fbfaf7;box-shadow:0 18px 55px rgba(4,27,43,.22);transform:translateY(-20px);transition:transform .3s ease}
.lucem-product-search.is-open .lucem-product-search-inner{transform:translateY(0)}
.lucem-product-search-inner>.eyebrow{margin:0 0 15px;color:var(--blue);font-size:.68rem;letter-spacing:.2em}
.lucem-product-search form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:stretch;max-width:1120px}
.lucem-product-search input[type="search"]{min-width:0;height:58px;padding:6px 3px;border:0;border-bottom:1px solid #94a9b5;background:transparent;color:var(--ink);font:400 clamp(1.45rem,3vw,2.35rem)/1.1 var(--serif);outline:none}
.lucem-product-search input[type="search"]:focus{border-bottom-color:var(--blue-deep)}
.lucem-product-search form button{min-width:130px;padding:0 25px;border:0;background:var(--blue-deep);color:#fff;font-weight:700;cursor:pointer}
.lucem-product-search form button:hover{background:var(--blue)}
.lucem-search-close{position:absolute;top:20px;right:max(4vw,22px);width:42px;height:42px;padding:0;border:0;background:transparent;color:var(--ink);font:300 2rem/1 sans-serif;cursor:pointer}
@media(max-width:620px){.search-button{flex-basis:42px;width:42px;height:42px}.lucem-product-search-inner{padding:64px 20px 30px}.lucem-product-search form{grid-template-columns:1fr}.lucem-product-search form button{height:50px}.lucem-product-search input[type="search"]{height:52px}}

/* 2.5.0: complete browsable information and policy page system. */
.page-main .page-hero{padding-top:clamp(76px,8vw,120px);padding-bottom:clamp(76px,8vw,120px)}
.page-main .page-hero h1{font-size:clamp(3.5rem,6.4vw,7rem);max-width:1050px}
.metric-band{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-bottom:1px solid #d6e1e7}
.metric-band article{display:grid;gap:9px;min-height:150px;padding:38px 5vw;border-right:1px solid #d6e1e7}
.metric-band article:last-child{border-right:0}
.metric-band strong{font:400 clamp(2rem,3.5vw,3.6rem)/1 var(--serif);color:var(--blue-deep)}
.metric-band span{max-width:240px;color:var(--muted);font-size:.78rem;line-height:1.45}
.evidence-grid,.about-principles,.coa-guide{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;max-width:1300px;margin:auto}
.evidence-grid h2,.about-principles h2,.coa-guide h2{margin:0;font:400 clamp(2.7rem,4.5vw,5rem)/.98 var(--serif)}
.evidence-list,.principle-list{border-top:1px solid #cbd8df}
.evidence-list article,.principle-list>p{margin:0;padding:22px 0;border-bottom:1px solid #cbd8df}
.evidence-list strong,.principle-list strong{display:block;margin-bottom:7px;color:var(--ink);font-size:.93rem}
.evidence-list p,.principle-list>p{color:var(--muted);font-size:.88rem;line-height:1.65}
.principle-list>p strong{display:inline;color:var(--ink)}
.coa-guide{padding-bottom:54px}
.coa-guide ol{list-style:none;margin:0;padding:0;border-top:1px solid #cbd8df}
.coa-guide li{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #cbd8df}
.coa-guide li>span{color:var(--blue);font-size:.68rem;letter-spacing:.12em}
.coa-guide strong{font-size:.93rem}.coa-guide p{margin:5px 0 0;color:var(--muted);font-size:.8rem;line-height:1.55}
.page-certificates .lucem-coa-library{padding-top:48px}
.coa-note{display:grid;grid-template-columns:170px 1fr;gap:28px;max-width:1180px;margin:0 auto 90px;padding:26px 30px;background:#e5eef3}
.coa-note strong{color:var(--blue-deep)}.coa-note p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.65}
.coa-empty{max-width:1180px;margin:0 auto 35px;padding:42px;background:#eef3f5;text-align:center}.coa-empty h2{margin:0 0 10px;font:400 2rem var(--serif)}.coa-empty p{margin:0;color:var(--muted)}
.faq-jump{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;padding-top:42px;padding-bottom:10px}
.faq-jump a{padding:10px 15px;border:1px solid #b8c9d1;color:var(--blue-deep);font-size:.75rem;font-weight:600}
.faq-page{padding-top:45px}
.faq-group{scroll-margin-top:120px;margin-bottom:62px}
.faq-group>.eyebrow{margin-bottom:11px}
.faq-page .accordion summary{font-size:1.35rem;padding:21px 0}
.contact-grid{grid-template-columns:1fr 1fr}
.contact-grid article{min-height:300px}
.contact-grid article:nth-child(3),.contact-grid article:nth-child(4){background:#eef3f5;color:var(--ink)}
.contact-grid article:nth-child(3) p,.contact-grid article:nth-child(4) p{color:var(--muted)}
.light-button{background:#fff!important;color:var(--blue-deep)!important}
.support-note{display:flex;justify-content:space-between;gap:30px;margin:0 6vw 90px;padding:28px 32px;border:1px solid #cbd8df;color:var(--muted);font-size:.82rem}
.support-note strong{color:var(--blue-deep)}
.research-notice{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding-top:0;padding-bottom:0;background:#cbd8df}
.research-notice>div{display:grid;gap:11px;min-height:180px;padding:42px;background:#eef4f8}
.research-notice strong{font:400 2.2rem var(--serif);color:var(--blue-deep)}
.research-notice span{max-width:260px;color:var(--muted);font-size:.82rem;line-height:1.55}
.policy-copy{padding-top:75px;padding-bottom:100px}
.policy-copy h2{font-size:2.05rem;margin-top:47px}
.policy-copy a{color:var(--blue-deep);border-bottom:1px solid #9eb9c8}
.legal-callout,.legal-review-note{padding:24px 26px;background:#e5eef3;border-left:4px solid var(--blue)}
.legal-callout p,.legal-review-note{font-size:.83rem!important;line-height:1.65!important}
.legal-callout p{margin:7px 0 0!important}
.legal-review-note{margin-top:55px!important;background:#f0eee7;border-left-color:#aa8d54;color:#5f625e!important}
@media(max-width:900px){.metric-band{grid-template-columns:1fr}.metric-band article{min-height:0;border-right:0;border-bottom:1px solid #d6e1e7}.evidence-grid,.about-principles,.coa-guide{grid-template-columns:1fr;gap:35px}.contact-grid{grid-template-columns:1fr}.research-notice{grid-template-columns:1fr}.research-notice>div{min-height:0}.support-note{align-items:flex-start;flex-direction:column}.coa-note{margin-left:24px;margin-right:24px}}
@media(max-width:620px){.page-main .page-hero h1{font-size:3.45rem}.metric-band article{padding:28px 22px}.evidence-grid,.about-principles,.coa-guide{padding-left:22px;padding-right:22px}.faq-jump{justify-content:flex-start;padding-left:22px;padding-right:22px}.faq-page .accordion summary{font-size:1.15rem}.coa-note{grid-template-columns:1fr;margin:0 14px 65px;padding:23px}.support-note{margin:0 14px 65px;padding:24px}.research-notice{padding-left:0;padding-right:0}.research-notice>div{padding:30px 22px}}

/* 2.6.0: free 2-day shipping progress on cart and checkout. */
.lucem-shipping-progress{width:100%;margin:0 0 28px;padding:20px 22px;border:1px solid #d5e0e6;background:#fff}
.lucem-shipping-progress p{margin:0 0 12px;text-align:center;color:var(--ink);font-size:.86rem;font-weight:600}
.lucem-shipping-progress-track{position:relative;height:6px;overflow:hidden;border-radius:999px;background:#dbe5ea}
.lucem-shipping-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--blue);transition:width .35s ease}
.lucem-shipping-progress small{display:block;margin-top:9px;text-align:center;color:var(--muted);font-size:.68rem;letter-spacing:.03em}
.lucem-shipping-progress.is-complete{border-color:#a9c5d4;background:#f3f8fa}
.lucem-shipping-progress.is-complete .lucem-shipping-progress-track span{background:var(--blue-deep)}
.woocommerce-checkout .lucem-shipping-progress{grid-column:1/-1}
@media(max-width:620px){.lucem-shipping-progress{margin-bottom:20px;padding:17px 16px}.lucem-shipping-progress p{font-size:.78rem}}
.lucem-shipping-protection{margin:0 0 22px;border:1px solid #d5e0e6;background:#f7fafb}
.lucem-shipping-protection label{display:grid;grid-template-columns:38px minmax(0,1fr) auto 42px;gap:12px;align-items:center;padding:16px 18px;cursor:pointer}
.lucem-protection-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid #9eb8c5;color:var(--blue);font-size:1.25rem}
.lucem-shipping-protection strong,.lucem-shipping-protection small{display:block}.lucem-shipping-protection strong{font-size:.82rem}.lucem-shipping-protection small{margin-top:3px;color:var(--muted);font-size:.68rem;line-height:1.35}
.lucem-protection-price{font-size:.78rem;font-weight:600}.lucem-protection-toggle{appearance:none;width:36px;height:20px;margin:0;border:0;border-radius:999px;background:#aeb9be;cursor:pointer;transition:.2s}.lucem-protection-toggle:before{content:'';display:block;width:16px;height:16px;margin:2px;border-radius:50%;background:#fff;transition:.2s}.lucem-protection-toggle:checked{background:var(--blue)}.lucem-protection-toggle:checked:before{transform:translateX(16px)}
@media(max-width:620px){.lucem-shipping-protection label{grid-template-columns:34px minmax(0,1fr) 38px;padding:14px}.lucem-protection-price{grid-column:2}.lucem-protection-toggle{grid-column:3;grid-row:1/3}.lucem-protection-icon{grid-row:1/3}}

/* 2.6.1: AMP-inspired side cart using Lucem styling. */
body.lucem-cart-open{overflow:hidden}.lucem-cart-overlay{position:fixed;z-index:99990;inset:0;background:rgba(8,34,52,.48);opacity:0;transition:opacity .3s}.lucem-cart-overlay.is-open{opacity:1}
.lucem-side-cart{position:fixed;z-index:99991;top:0;right:0;width:min(430px,100vw);height:100dvh;padding:0;background:#fff;box-shadow:-20px 0 55px rgba(8,34,52,.2);transform:translateX(105%);transition:transform .32s ease;display:flex;flex-direction:column}.lucem-side-cart.is-open{transform:translateX(0)}
.lucem-side-cart-head{display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:0 18px;border-bottom:1px solid #dfe6e9}.lucem-side-cart-head h2{margin:0;font:600 1rem var(--sans)}.lucem-side-cart-close{border:0;background:transparent;color:var(--ink);font-size:1.8rem;cursor:pointer}
.lucem-side-cart>.lucem-shipping-progress{margin:0;padding:15px 18px;border-width:0 0 1px}.lucem-side-cart>.lucem-shipping-progress p{font-size:.75rem}.lucem-side-cart-items{flex:1;min-height:110px;overflow:auto;padding:0 18px}.lucem-side-cart-item{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:13px;padding:17px 0;border-bottom:1px solid #e3e8ea}.lucem-side-cart-image{width:68px;height:76px;overflow:hidden;background:#f0f4f5}.lucem-side-cart-image img{width:100%;height:100%;object-fit:contain}.lucem-side-cart-item strong{font-size:.82rem}.lucem-side-cart-quantity{display:flex;width:max-content;margin-top:12px;border:1px solid #d5dfe4}.lucem-side-cart-quantity button,.lucem-side-cart-quantity span{display:grid;place-items:center;width:28px;height:26px;border:0;background:#fff;font-size:.75rem}.lucem-side-cart-quantity button{cursor:pointer}.lucem-side-cart-price{display:grid;justify-items:end;align-content:start;gap:12px;font-size:.76rem}.lucem-side-cart-remove{border:0;background:transparent;color:#87949a;cursor:pointer}
.lucem-side-cart-bottom{max-height:58vh;overflow:auto;padding:0 18px 16px;background:#f8fafb;border-top:1px solid #dfe6e9}.lucem-side-cart .lucem-cart-recommendation{grid-template-columns:58px minmax(0,1fr) auto;gap:10px;margin:0 -18px 14px;padding:14px 18px;border-width:0 0 1px}.lucem-side-cart .lucem-cart-recommendation-image{width:58px}.lucem-side-cart .lucem-cart-recommendation-copy h2{font:600 .78rem var(--sans)}.lucem-side-cart .lucem-cart-recommendation-copy>p:not(.eyebrow),.lucem-side-cart .lucem-cart-recommendation-copy .eyebrow{display:none}.lucem-side-cart .lucem-cart-recommendation-action{min-width:74px;gap:6px}.lucem-side-cart .lucem-cart-recommendation-action .button{min-width:74px;padding:8px 12px;font-size:.7rem}.lucem-side-cart .lucem-shipping-protection{margin:0 -18px;border-width:1px 0}.lucem-side-cart-coupon{padding:10px 0 14px}.lucem-side-cart-coupon label{display:block;margin-bottom:7px;font-size:.72rem;font-weight:600}.lucem-side-cart-coupon>div{display:grid;grid-template-columns:1fr auto}.lucem-side-cart-coupon input{min-width:0;padding:10px;border:1px solid #ccd8de}.lucem-side-cart-coupon button{padding:0 18px;border:0;background:var(--blue);color:#fff;font-weight:600}.lucem-side-cart-subtotal{display:flex;justify-content:space-between;padding:15px 0 3px;font-size:.82rem}.lucem-side-cart-bottom>small{display:block;color:var(--muted);font-size:.66rem}.lucem-side-cart-checkout{display:flex;justify-content:center;gap:7px;margin-top:14px;padding:15px;background:var(--blue-deep);color:#fff;font-weight:600}.lucem-side-cart-continue{display:block;margin:10px auto 0;border:0;background:transparent;color:var(--muted);font-size:.75rem;cursor:pointer}.lucem-side-cart-empty{display:grid;place-items:center;align-content:center;gap:20px;flex:1;padding:30px;text-align:center}
