/** Shopify CDN: Minification failed

Line 370:108 Unexpected "/"

**/
/* ===== PRODUCT ===== */
.lumora .wrap{max-width:1536px;margin:0 auto;padding:26px 64px 0;display:flex;gap:56px;flex-wrap:wrap;}
.lumora .gallery{flex:0 0 46%;}
.lumora .main-img{position:relative;background:var(--cream-alt);border-radius:10px;overflow:hidden;height:430px;display:flex;align-items:center;justify-content:center;}
.lumora .main-img img{width:100%;height:100%;object-fit:cover;}
.lumora .zoom-icon{position:absolute;top:16px;right:16px;background:#fff;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,0.08);}
.lumora .zoom-icon svg{width:16px;height:16px;stroke:var(--text);}
.lumora .thumbs{display:flex;gap:14px;margin-top:16px;}
.lumora .thumb{flex:1;height:100px;border-radius:8px;background:var(--cream-alt);border:2px solid transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.lumora .thumb.active{border-color:var(--rose);}
.lumora .thumb img{width:100%;height:100%;object-fit:cover;}
.lumora .pinfo{flex:1;padding-top:4px;min-width:280px;}
.lumora .pinfo h1{font-size:30px;font-weight:400;margin-bottom:8px;}
.lumora .rating-row{font-size:13px;color:var(--text-soft);margin-bottom:14px;}
.lumora .price{font-size:22px;font-weight:700;margin-bottom:10px;}
.lumora .desc{font-size:13.5px;color:var(--text-soft);line-height:1.5;margin-bottom:26px;max-width:420px;}
.lumora .label{font-size:11.5px;font-weight:700;letter-spacing:0.5px;margin-bottom:10px;}
.lumora .qty-row{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:24px;padding:8px 18px;width:fit-content;margin-bottom:22px;}
.lumora .qty-row button{background:none;border:none;font-size:16px;cursor:pointer;color:var(--text);}
.lumora .add-cart{width:100%;padding:16px 0;border-radius:28px;font-size:13px;letter-spacing:1.3px;margin-bottom:22px;border:1px solid var(--rose);}
.lumora .trust-mini{display:flex;gap:30px;margin-bottom:26px;flex-wrap:wrap;}
.lumora .trust-mini .trust-item svg{width:20px;height:20px;}
.lumora .trust-mini .t-title{font-size:10.5px;}
.lumora .trust-mini .t-sub{font-size:10px;}
.lumora .accordion{border-top:1px solid var(--line);}
.lumora .acc-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:600;cursor:pointer;}
.lumora .acc-row span.plus{font-size:16px;color:var(--rose);font-weight:400;}
.lumora .acc-body{font-size:12.5px;color:var(--text-soft);line-height:1.6;padding:0 0 16px;display:none;}
.lumora .acc-row.open + .acc-body{display:block;}
.lumora .why{padding:60px 64px;text-align:center;}
.lumora .why h2{font-size:12.5px;letter-spacing:2px;font-weight:700;margin-bottom:36px;color:var(--text-soft);}
.lumora .why-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.lumora .why-item{flex:1;min-width:150px;}
.lumora .why-item svg{width:36px;height:36px;stroke:var(--rose);margin-bottom:14px;}
.lumora .why-item h4{font-size:12px;font-weight:700;letter-spacing:0.5px;margin-bottom:6px;}
.lumora .why-item p{font-size:12px;color:var(--text-soft);line-height:1.5;max-width:190px;margin:0 auto;}
.lumora .how{padding:50px 64px 60px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.lumora .how h2{text-align:center;font-size:13px;letter-spacing:2px;font-weight:700;margin-bottom:36px;color:var(--text-soft);}
.lumora .how-steps{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.lumora .how-step{flex:1;display:flex;gap:16px;align-items:flex-start;min-width:200px;}
.lumora .step-num{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid var(--rose-light);color:var(--rose-dark);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;}
.lumora .step-icon{width:26px;height:26px;stroke:var(--text);align-self:center;}
.lumora .step-content h4{font-size:13px;font-weight:700;letter-spacing:0.5px;margin-bottom:4px;}
.lumora .step-content p{font-size:12.5px;color:var(--text-soft);line-height:1.5;max-width:210px;}
.lumora .reviews-sec{padding:50px 64px;background:var(--cream);text-align:center;}
.lumora .reviews-sec h2{font-size:15px;font-weight:400;letter-spacing:1px;margin-bottom:8px;}
.lumora .reviews-sec .rsummary{margin-bottom:30px;}
.lumora .reviews-sec .rnum{font-size:34px;font-weight:700;}
.lumora .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left;align-items:stretch;}
.lumora .rcard{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;transition:transform 0.2s ease, box-shadow 0.2s ease;display:flex;flex-direction:column;}
.lumora .rcard:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,0.06);}
.lumora .rcard.photo{padding:0;overflow:hidden;}
.lumora .rcard.photo img{width:100%;height:200px;object-fit:cover;display:block;flex-shrink:0;}
.lumora .rcard.photo .rtext{padding:14px 16px 16px;flex:1;}
.lumora .rcard .stars{margin-bottom:6px;color:var(--rose);}
.lumora .rcard p{font-size:12px;line-height:1.5;margin-bottom:8px;}
.lumora .rcard .author{font-size:10.5px;color:var(--text-soft);margin-top:auto;}
.lumora .routine{padding:0 64px 50px;background:var(--cream);}
.lumora .routine h2{text-align:center;font-size:13px;letter-spacing:2px;font-weight:700;padding:30px 0 26px;border-top:1px solid var(--line);color:var(--text-soft);}
.lumora .routine-items{display:flex;gap:20px;flex-wrap:wrap;}
.lumora .routine-item{flex:1;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 20px;display:flex;align-items:center;gap:16px;position:relative;cursor:pointer;}
.lumora .routine-item:hover{border-color:var(--rose-light);transform:translateY(-2px);}
.lumora .routine-item img{width:44px;height:44px;flex-shrink:0;object-fit:cover;border-radius:8px;}
.lumora .routine-item .r-name{font-size:12.5px;font-weight:600;line-height:1.4;}
.lumora .routine-item .r-price{font-size:12.5px;color:var(--text-soft);margin-top:4px;}
.lumora .radd{position:absolute;right:14px;bottom:14px;width:22px;height:22px;border-radius:50%;background:var(--rose);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;}

/* ===== SHOP (legacy simple grid — no longer used by lumora-collection.liquid, kept harmless) ===== */
.lumora .shop-header{padding:26px 64px 0;}
.lumora .shop-header h1{font-size:36px;font-weight:400;margin:6px 0 8px;}
.lumora .shop-header p{font-size:13px;color:var(--text-soft);margin-bottom:6px;}
.lumora .shop-header .count{font-size:12px;color:var(--text-soft);}
.lumora .filter-bar{display:flex;justify-content:space-between;align-items:center;padding:22px 64px;flex-wrap:wrap;gap:14px;}
.lumora .pills{display:flex;gap:10px;flex-wrap:wrap;}
.lumora .pill{border:1px solid var(--line);border-radius:20px;padding:9px 18px;font-size:12px;font-weight:600;cursor:pointer;background:#fff;}
.lumora .pill.active{background:var(--rose);border-color:var(--rose);color:#fff;}
.lumora .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 64px 40px;}
.lumora .card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;position:relative;cursor:pointer;transition:transform 0.2s ease, box-shadow 0.2s ease;}
.lumora .card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,0.08);border-color:var(--rose-light);}
.lumora .tag{position:absolute;top:22px;left:22px;background:var(--rose);color:#fff;font-size:9px;font-weight:700;letter-spacing:0.5px;padding:4px 10px;border-radius:12px;z-index:2;}
.lumora .cimg{position:relative;background:var(--cream-alt);border-radius:8px;height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden;}
.lumora .cimg img{width:100%;height:100%;object-fit:cover;}
.lumora .cimg img.cimg-alt{position:absolute;inset:0;opacity:0;transition:opacity 0.3s ease;}
.lumora .card:hover .cimg img.cimg-alt{opacity:1;}
.lumora .card-buy{position:absolute;left:50%;bottom:10px;transform:translate(-50%,10px);background:#fff;border:1px solid var(--line);border-radius:20px;padding:8px 14px;font-size:10px;font-weight:700;letter-spacing:0.3px;opacity:0;transition:opacity 0.25s ease, transform 0.25s ease;white-space:nowrap;cursor:pointer;box-shadow:0 6px 14px rgba(0,0,0,0.08);z-index:3;}
.lumora .card:hover .card-buy{opacity:1;transform:translate(-50%,0);}
.lumora .cname{font-size:12.5px;font-weight:600;margin-bottom:5px;line-height:1.3;}
.lumora .cprice{font-size:13px;font-weight:700;}

/* ===== HOW IT WORKS ===== */
.lumora .hiw-hero{text-align:center;padding:50px 64px 0;background:var(--cream-alt);}
.lumora .eyebrow{font-size:11px;letter-spacing:2px;color:var(--rose-dark);font-weight:700;margin-bottom:10px;}
.lumora .hiw-hero h1{font-size:40px;font-weight:400;margin-bottom:10px;}
.lumora .hiw-hero p{font-size:14px;color:var(--text-soft);margin-bottom:30px;}
.lumora .hero-imgwrap{max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;height:280px;}
.lumora .hero-imgwrap img{width:100%;height:100%;object-fit:cover;}
.lumora .step-block{display:flex;align-items:center;gap:50px;padding:56px 64px;max-width:1536px;margin:0 auto;flex-wrap:wrap;}
.lumora .step-block.reverse{flex-direction:row-reverse;}
.lumora .step-img{flex:0 0 45%;min-width:280px;border-radius:12px;overflow:hidden;height:280px;}
.lumora .step-img img{width:100%;height:100%;object-fit:cover;}
.lumora .step-text{flex:1;min-width:280px;}
.lumora .step-text .snum{display:inline-block;width:26px;height:26px;border-radius:50%;background:var(--rose-pale);color:var(--rose-dark);font-size:11px;font-weight:700;text-align:center;line-height:26px;margin-bottom:14px;}
.lumora .step-text h2{font-size:26px;font-weight:400;margin-bottom:12px;}
.lumora .step-text p{font-size:13.5px;color:var(--text-soft);line-height:1.6;max-width:380px;}
.lumora .tech{padding:50px 64px;background:#fff;border-top:1px solid var(--line);}
.lumora .tech h2{text-align:center;font-size:12.5px;letter-spacing:2px;font-weight:700;color:var(--text-soft);margin-bottom:36px;}
.lumora .tech-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.lumora .tech-item{flex:1;min-width:180px;text-align:left;}
.lumora .tech-item svg{width:26px;height:26px;stroke:var(--rose);margin-bottom:12px;}
.lumora .tech-item h4{font-size:13px;font-weight:700;margin-bottom:5px;}
.lumora .tech-item p{font-size:12px;color:var(--text-soft);line-height:1.5;}
.lumora .faqsec{padding:50px 64px;max-width:900px;margin:0 auto;}
.lumora .faqsec h3{font-size:13px;font-weight:700;margin-bottom:20px;}
.lumora .faq-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:13px;cursor:pointer;}
.lumora .faq-row span{color:var(--rose);font-size:16px;}
.lumora .cta-close{text-align:center;padding:60px 64px;background:var(--cream-alt);}
.lumora .cta-close h2{font-size:22px;font-weight:400;margin-bottom:24px;}

/* ===== REVIEWS PAGE ===== */
.lumora .rhead{text-align:center;padding:44px 64px 30px;}
.lumora .rhead h1{font-size:34px;font-weight:400;margin-bottom:24px;}
.lumora .rsummary-row{display:flex;justify-content:center;align-items:center;gap:50px;flex-wrap:wrap;}
.lumora .rnum-big{font-size:44px;font-weight:700;}
.lumora .rstars-big{color:var(--rose);font-size:16px;letter-spacing:3px;margin:4px 0;}
.lumora .rbasedon{font-size:12px;color:var(--text-soft);}
.lumora .rbars{text-align:left;}
.lumora .rbar-row{display:flex;align-items:center;gap:10px;font-size:11px;margin-bottom:5px;}
.lumora .rbar-row .rlabel{width:26px;color:var(--text-soft);}
.lumora .rbar-track{width:180px;height:6px;background:var(--line);border-radius:4px;overflow:hidden;}
.lumora .rbar-fill{height:100%;background:var(--rose);}
.lumora .rbar-row .pct{width:32px;color:var(--text-soft);}
.lumora .rgrid{columns:3;column-gap:18px;padding:10px 64px 40px;}
.lumora .rc{break-inside:avoid;background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;margin-bottom:18px;transition:transform 0.2s ease, box-shadow 0.2s ease;}
.lumora .rc:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,0.06);}
.lumora .rc-top{display:flex;gap:10px;align-items:center;margin-bottom:8px;}
.lumora .rc-top img{width:36px;height:36px;border-radius:50%;object-fit:cover;}
.lumora .rc-name{font-size:12.5px;font-weight:700;}
.lumora .rc-verified{font-size:9.5px;color:var(--text-soft);}
.lumora .rc-stars{color:var(--rose);font-size:11px;letter-spacing:1.5px;margin:6px 0;}
.lumora .rc-title{font-size:12.5px;font-weight:700;margin-bottom:5px;}
.lumora .rc-body{font-size:12px;color:var(--text-soft);line-height:1.5;margin-bottom:10px;}
.lumora .rc img.rphoto{width:100%;border-radius:6px;margin-bottom:10px;}
.lumora .rc-foot{display:flex;justify-content:space-between;font-size:10.5px;color:var(--text-soft);}

/* ===== FAQ ===== */
.lumora .fhead{text-align:center;padding:44px 64px 26px;}
.lumora .fhead h1{font-size:34px;font-weight:400;margin-bottom:10px;}
.lumora .fhead p{font-size:13px;color:var(--text-soft);margin-bottom:24px;}
.lumora .searchbar{max-width:460px;margin:0 auto;position:relative;}
.lumora .searchbar input{width:100%;padding:13px 18px 13px 40px;border-radius:24px;border:1px solid var(--line);font-size:12.5px;background:#fff;}
.lumora .searchbar svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:15px;height:15px;stroke:var(--text-soft);}
.lumora .catlinks{display:flex;justify-content:center;gap:10px;padding:24px 64px;flex-wrap:wrap;}
.lumora .catpill{border:1px solid var(--line);border-radius:20px;padding:9px 18px;font-size:11px;font-weight:700;letter-spacing:0.4px;cursor:pointer;background:#fff;}
.lumora .catpill.active{background:var(--rose);border-color:var(--rose);color:#fff;}
.lumora .faqbody{max-width:900px;margin:0 auto;padding:0 64px 40px;}
.lumora .cat-heading{font-size:11px;font-weight:700;letter-spacing:1px;color:var(--rose-dark);margin:26px 0 10px;display:flex;align-items:center;gap:6px;scroll-margin-top:100px;}
.lumora .cat-heading svg{width:14px;height:14px;stroke:var(--rose-dark);flex-shrink:0;}
.lumora .faq-item{border-bottom:1px solid var(--line);}
.lumora .faq-q{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-size:13px;font-weight:600;cursor:pointer;}
.lumora .faq-q span{color:var(--rose);font-size:15px;font-weight:400;}
.lumora .faq-a{font-size:12px;color:var(--text-soft);line-height:1.6;padding-bottom:15px;max-width:640px;display:none;}
.lumora .faq-a a{color:var(--rose-dark);font-weight:600;text-decoration:underline;text-underline-offset:2px;}
.lumora .faq-item.open .faq-a{display:block;}
.lumora .faq-empty{text-align:center;color:var(--text-soft);font-size:13px;padding:30px 0;}
.lumora .stillhave{max-width:900px;margin:20px auto 0;background:var(--cream-alt);border-radius:14px;padding:40px;text-align:center;}
.lumora .stillhave svg{width:30px;height:30px;stroke:var(--rose);margin-bottom:14px;}
.lumora .stillhave h3{font-size:19px;font-weight:400;margin-bottom:8px;}
.lumora .stillhave p{font-size:12.5px;color:var(--text-soft);margin-bottom:20px;}
.lumora .stillhave .emaillink{display:block;margin-top:12px;font-size:11.5px;color:var(--text-soft);}

/* ===== FAQ — Solawave-style redesign (split hero + sidebar single-select). Fully scoped/additive: does not modify any rule above, so it is 100% safe to ship before the new page HTML goes live. ===== */
.lumora .faq-hero{display:flex;align-items:center;gap:60px;max-width:1536px;margin:0 auto;padding:50px 64px 40px;flex-wrap:wrap;}
.lumora .faq-hero-img{flex:0 0 42%;min-width:280px;border-radius:16px;overflow:hidden;height:340px;background:var(--cream-alt);}
.lumora .faq-hero-img img{width:100%;height:100%;object-fit:contain;}
.lumora .faq-hero-text{flex:1;min-width:280px;}
.lumora .faq-hero-text h1{font-size:38px;font-weight:400;margin-bottom:14px;line-height:1.15;}
.lumora .faq-hero-text > p{font-size:14px;color:var(--text-soft);line-height:1.6;max-width:440px;margin-bottom:28px;}
.lumora .faq-hero-trust{display:flex;gap:30px;flex-wrap:wrap;}
.lumora .faq-hero-trust .trust-item{display:flex;align-items:center;gap:10px;}
.lumora .faq-hero-trust .trust-item svg{width:20px;height:20px;stroke:var(--rose-dark);flex-shrink:0;}
.lumora .faq-hero-trust .t-title{font-size:11.5px;font-weight:700;}
.lumora .faq-hero-trust .t-sub{font-size:10.5px;color:var(--text-soft);margin-top:1px;}

.lumora .faq-main{display:flex;gap:48px;max-width:1536px;margin:0 auto;padding:10px 64px 50px;align-items:flex-start;flex-wrap:wrap;}
.lumora .faq-sidebar{flex:0 0 250px;position:sticky;top:100px;}
.lumora .faq-catnav{display:flex;flex-direction:column;gap:2px;margin-bottom:26px;}
.lumora .faq-catlink{display:block;padding:13px 16px;border-radius:10px;font-size:13px;font-weight:600;color:var(--text);}
.lumora .faq-catlink:hover{background:var(--cream-alt);}
.lumora .faq-catlink.active{background:var(--rose);color:#fff;}
.lumora .faq-promo{background:var(--cream-alt);border-radius:14px;padding:22px 20px;}
.lumora .faq-promo-eyebrow{font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:700;color:var(--rose-dark);margin-bottom:8px;}
.lumora .faq-promo h4{font-family:'Fraunces',serif;font-size:16px;font-weight:500;margin-bottom:8px;}
.lumora .faq-promo p{font-size:12px;color:var(--text-soft);line-height:1.5;margin-bottom:16px;}
.lumora .faq-promo-btn{display:inline-block;font-size:11px;font-weight:700;letter-spacing:0.5px;color:var(--rose-dark);text-decoration:underline;text-underline-offset:3px;}

.lumora .faq-content{flex:1;min-width:280px;}
.lumora .faq-content .searchbar{max-width:none;margin:0 0 22px;}
.lumora .faq-card{background:var(--rose-pale);border-radius:18px;padding:12px 32px;}
.lumora .faq-card .faq-cat{display:none;}
.lumora .faq-card .faq-cat.active{display:block;}
.lumora .faq-card .cat-heading{margin-top:22px;}
.lumora .faq-card .faq-item:last-child{border-bottom:none;}
.lumora .faq-card .faq-q span{color:var(--rose-dark);}

@media(max-width:900px){
  .lumora .faq-hero{padding:36px 24px 30px;gap:28px;}
  .lumora .faq-hero-img{height:220px;}
  .lumora .faq-main{flex-direction:column;padding:0 24px 40px;gap:24px;}
  .lumora .faq-sidebar{position:static;width:100%;flex:1 1 100%;}
  .lumora .faq-catnav{flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:4px;margin-bottom:16px;}
  .lumora .faq-catlink{white-space:nowrap;flex-shrink:0;}
  .lumora .faq-card{padding:6px 20px;}
}

/* ===== CART DRAWER ===== */
.lumora-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:200;opacity:0;pointer-events:none;transition:opacity 0.25s;}
.lumora-overlay.open{opacity:1;pointer-events:auto;}
.lumora-cart-drawer{position:fixed;top:0;right:0;height:100%;width:420px;max-width:92vw;background:var(--cream);z-index:201;box-shadow:-8px 0 30px rgba(0,0,0,0.12);transform:translateX(100%);transition:transform 0.3s ease;display:flex;flex-direction:column;font-family:'Inter',Arial,sans-serif;color:var(--text);}
.lumora-cart-drawer.open{transform:translateX(0);}
.lumora-cart-drawer .cd-head{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid var(--line);}
.lumora-cart-drawer .cd-head h3{font-size:15px;font-weight:600;font-family:'Fraunces',serif;}
.lumora-cart-drawer .cd-close{cursor:pointer;width:22px;height:22px;stroke:var(--text);}
.lumora-cart-drawer .cd-shipbar{padding:18px 26px;border-bottom:1px solid var(--line);}
.lumora-cart-drawer .cd-shipbar p{font-size:12px;text-align:center;margin-bottom:10px;color:var(--text);}
.lumora-cart-drawer .cd-track{height:5px;background:var(--line);border-radius:4px;overflow:hidden;}
.lumora-cart-drawer .cd-track-fill{height:100%;background:var(--rose);}
.lumora-cart-drawer .cd-items{padding:20px 26px;flex:1;overflow-y:auto;}
.lumora-cart-drawer .cd-item{display:flex;gap:14px;margin-bottom:18px;}
.lumora-cart-drawer .cd-item .cd-img{width:64px;height:76px;background:var(--cream-alt);border-radius:8px;flex-shrink:0;overflow:hidden;}
.lumora-cart-drawer .cd-img img{width:100%;height:100%;object-fit:cover;}
.lumora-cart-drawer .cd-info{flex:1;}
.lumora-cart-drawer .cd-info .cd-name{font-size:12.5px;font-weight:700;letter-spacing:0.3px;}
.lumora-cart-drawer .cd-info .cd-sub{font-size:11px;color:var(--text-soft);margin:2px 0 10px;}
.lumora-cart-drawer .cd-qty{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:20px;padding:6px 14px;width:fit-content;font-size:12px;}
.lumora-cart-drawer .cd-qty span.q{min-width:12px;text-align:center;}
.lumora-cart-drawer .cd-qty button{background:none;border:none;font-size:14px;cursor:pointer;color:var(--text);}
.lumora-cart-drawer .cd-price{font-size:12.5px;font-weight:700;white-space:nowrap;}
.lumora-cart-drawer .cd-trash{cursor:pointer;width:16px;height:16px;stroke:var(--text-soft);}
.lumora-cart-drawer .cd-footer{padding:18px 26px 24px;border-top:1px solid var(--line);}
.lumora-cart-drawer .cd-subtotal{display:flex;justify-content:space-between;font-size:14px;font-weight:700;margin-bottom:4px;}
.lumora-cart-drawer .cd-note{font-size:10.5px;color:var(--text-soft);margin-bottom:16px;}
.lumora-cart-drawer .cd-checkout{display:block;width:100%;text-align:center;background:var(--rose);color:#fff;border:none;padding:15px 0;border-radius:26px;font-size:12.5px;font-weight:700;letter-spacing:1px;cursor:pointer;}
.lumora-cart-drawer .cd-empty{padding:60px 26px;text-align:center;color:var(--text-soft);font-size:13px;}

/* ===== RHODE-STYLE HOME ===== */
.lumora .announce{background:var(--cream-alt);text-align:center;padding:10px;font-size:11px;font-weight:700;letter-spacing:1px;color:var(--text-soft);}
.lumora .big-hero{position:relative;background:linear-gradient(135deg,#2b2724,#4a423d);min-height:560px;display:flex;align-items:flex-end;overflow:hidden;}
.lumora .big-hero .bh-imgwrap{position:absolute;inset:0;opacity:0.85;}
.lumora .big-hero .bh-imgwrap img{width:100%;height:100%;object-fit:cover;}
.lumora .big-hero-content{position:relative;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:50px 64px;flex-wrap:wrap;gap:20px;}
.lumora .big-hero h1{color:#fff;font-size:38px;font-weight:400;}
.lumora .big-hero .bh-cta{background:#fff;color:#111;border:none;padding:14px 30px;border-radius:24px;font-size:12px;font-weight:700;letter-spacing:1px;cursor:pointer;}

/* Rhode-style tiles: used for both the 3-item homepage row and the full shop grid (wraps into rows of 3). */
.lumora .feat-grid{display:flex;flex-wrap:wrap;border-bottom:1px solid var(--line);}
.lumora .feat-card{flex:1 1 33.333%;max-width:33.334%;min-width:260px;background:var(--cream-alt);padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;cursor:pointer;overflow:hidden;transition:background 0.2s;}
.lumora .feat-card:hover{background:var(--rose-pale);}
.lumora .feat-card:nth-child(3n){border-right:none;}
.lumora .feat-tag{position:absolute;top:26px;right:26px;background:var(--rose);color:#fff;font-size:9px;font-weight:700;padding:5px 12px;border-radius:14px;letter-spacing:0.5px;z-index:2;}
.lumora .feat-title{font-size:26px;font-weight:800;letter-spacing:-1px;margin-bottom:20px;text-transform:lowercase;position:relative;z-index:2;}
.lumora .feat-body{transition:opacity 0.3s ease;}
.lumora .feat-card:hover .feat-body{opacity:0;}
.lumora .feat-imgbox{height:190px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.lumora .feat-imgbox img{width:100%;height:100%;object-fit:contain;border-radius:8px;}
.lumora .feat-rating{font-size:11px;color:var(--rose);margin-bottom:6px;}
.lumora .feat-rating span{color:var(--text-soft);}
.lumora .feat-name{font-size:12.5px;font-weight:700;margin-bottom:3px;}
.lumora .feat-price{font-size:12.5px;font-weight:700;float:right;margin-top:-17px;}
.lumora .feat-hover-layer{position:absolute;left:0;right:0;bottom:0;top:76px;opacity:0;pointer-events:none;transition:opacity 0.3s ease;}
.lumora .feat-card:hover .feat-hover-layer{opacity:1;pointer-events:auto;}
.lumora .feat-hover-layer img{width:100%;height:100%;object-fit:contain;}
.lumora .feat-buy{position:absolute;left:50%;bottom:20px;transform:translate(-50%,10px);background:#fff;border:1px solid var(--line);border-radius:22px;padding:11px 20px;font-size:11px;font-weight:700;letter-spacing:0.5px;white-space:nowrap;cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,0.15);opacity:0;transition:opacity 0.25s ease 0.05s, transform 0.25s ease 0.05s;transform:translate(-50%,10px);}
.lumora .feat-card:hover .feat-buy{opacity:1;transform:translate(-50%,0);}

.lumora .philosophy{position:relative;padding:110px 64px;text-align:center;overflow:hidden;background-image:linear-gradient(160deg,rgba(30,27,24,0.35),rgba(30,27,24,0.72)),url('/cdn/shop/files/BILD_7.png?v=1786380098');background-size:cover;background-position:center;}
.lumora .philosophy .ph-content{position:relative;z-index:2;max-width:560px;margin:0 auto;}
.lumora .philosophy h2{font-size:28px;font-weight:400;margin-bottom:18px;color:#fff;}
.lumora .philosophy p{font-size:14px;color:rgba(255,255,255,0.88);line-height:1.7;margin-bottom:26px;}
.lumora .philosophy .btn-outline{background:transparent;border-color:#fff;color:#fff;}
.lumora .philosophy .btn-outline:hover{background:#fff;color:var(--text);}

.lumora .split{display:flex;min-height:420px;border-bottom:1px solid var(--line);flex-wrap:wrap;}
.lumora .split.reverse{flex-direction:row-reverse;}
.lumora .split-img{flex:1;min-width:280px;background:var(--cream-alt);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;}
.lumora .split-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;}
.lumora .split-img:hover img{transform:scale(1.05);}
.lumora .split-text{flex:1;min-width:280px;display:flex;flex-direction:column;justify-content:center;padding:60px;}
.lumora .split-text h2{font-size:32px;font-weight:800;letter-spacing:-1px;margin-bottom:16px;text-transform:lowercase;}
.lumora .split-text p{font-size:14px;color:var(--text-soft);line-height:1.6;max-width:380px;}
.lumora .split-cta{display:inline-block;margin-top:18px;font-size:12px;font-weight:700;letter-spacing:0.5px;text-decoration:underline;text-underline-offset:4px;}

.lumora .social-sec{padding:50px 64px;background:var(--cream);}
.lumora .social-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px;flex-wrap:wrap;gap:14px;}
.lumora .social-head h2{font-size:26px;font-weight:800;letter-spacing:-1px;text-transform:lowercase;}
.lumora .social-carousel{position:relative;}
.lumora .social-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px;scroll-behavior:smooth;}
.lumora .social-item{flex:0 0 260px;height:320px;border-radius:10px;overflow:hidden;cursor:pointer;position:relative;}
.lumora .social-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;}
.lumora .social-item:hover img{transform:scale(1.08);}
.lumora .social-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;box-shadow:0 4px 12px rgba(0,0,0,0.08);font-size:18px;}
.lumora .social-arrow.prev{left:-10px;}
.lumora .social-arrow.next{right:-10px;}

.lumora .mission-sec{display:flex;background:var(--cream-alt);border-top:1px solid var(--line);flex-wrap:wrap;}
.lumora .mission-text{flex:1;min-width:280px;padding:70px 64px;}
.lumora .mission-text h2{font-size:26px;font-weight:400;line-height:1.3;margin-bottom:22px;max-width:420px;}
.lumora .mission-acc{border-top:1px solid var(--line);max-width:420px;margin-top:30px;}
.lumora .mission-acc-row{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px;font-weight:600;cursor:pointer;}
.lumora .mission-img{flex:1;min-width:280px;display:flex;align-items:center;justify-content:center;}
.lumora .mission-img img{width:100%;height:100%;object-fit:cover;}

.lumora .big-logo-foot{padding:60px 64px 20px;text-align:center;}
.lumora .big-logo-foot .biglogo{font-size:110px;font-weight:800;letter-spacing:-2px;color:var(--text);opacity:0.9;line-height:1;}

@media(max-width:900px){
  .lumora nav,.lumora .wrap,.lumora .how-steps,.lumora .why-grid,.lumora .tech-grid,.lumora .grid{flex-wrap:wrap;}
  .lumora .grid{grid-template-columns:repeat(2,1fr);}
  .lumora .big-hero-content{flex-direction:column;align-items:flex-start;gap:20px;}
  .lumora-cart-drawer{width:100%;}
  .lumora .social-arrow{display:none;}
  .lumora .feat-card{flex:1 1 50%;max-width:50%;border-right:1px solid var(--line);}
  .lumora .feat-card:nth-child(3n){border-right:1px solid var(--line);}
  .lumora .feat-card:nth-child(2n){border-right:none;}
}
@media(max-width:600px){
  .lumora .feat-card{flex:1 1 100%;max-width:100%;border-right:none !important;}
}

/* ===== CART DRAWER — upsell + shipping bar polish (appended) ===== */
.lumora-cart-drawer .cd-shipbar.unlocked p{color:var(--rose-dark);font-weight:700;}
.lumora-cart-drawer .cd-shipbar.unlocked .cd-track-fill{background:linear-gradient(90deg,var(--rose),var(--rose-dark));}
.lumora-cart-drawer .cd-upsell{border-top:1px solid var(--line);background:var(--cream-alt);padding:18px 26px 20px;}
.lumora-cart-drawer .cd-upsell-eyebrow{display:block;font-size:10.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--rose-dark);font-family:'Fraunces',serif;margin-bottom:12px;}
.lumora-cart-drawer .cd-upsell-list{display:flex;flex-direction:column;gap:10px;}
.lumora-cart-drawer .cd-upsell-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 12px;transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;}
.lumora-cart-drawer .cd-upsell-item:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,0.06);border-color:var(--rose-light);}
.lumora-cart-drawer .cd-upsell-img{width:42px;height:42px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--cream-alt);}
.lumora-cart-drawer .cd-upsell-img img{width:100%;height:100%;object-fit:cover;}
.lumora-cart-drawer .cd-upsell-info{flex:1;min-width:0;}
.lumora-cart-drawer .cd-upsell-name{font-size:11.5px;font-weight:700;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lumora-cart-drawer .cd-upsell-price{font-size:11px;color:var(--text-soft);margin-top:2px;}
.lumora-cart-drawer .cd-upsell-add{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--rose);color:#fff;border:none;font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.lumora-cart-drawer .cd-upsell-add:hover{background:var(--rose-dark);transform:scale(1.1);}
.lumora-cart-drawer .cd-upsell-add:active{transform:scale(0.85);background:var(--rose-dark);}

/* ===== PRODUCT — sticky add-to-cart bar (appended) ===== */
.lumora .sticky-atc{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(0,0,0,0.08);z-index:150;transform:translateY(100%);transition:transform 0.3s ease;}
.lumora .sticky-atc.show{transform:translateY(0);}
.lumora .sticky-atc-inner{max-width:1536px;margin:0 auto;padding:12px 64px;display:flex;align-items:center;gap:18px;}
.lumora .sticky-atc-media{width:44px;height:44px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--cream-alt);}
.lumora .sticky-atc-media img{width:100%;height:100%;object-fit:cover;}
.lumora .sticky-atc-info{flex:1;min-width:0;}
.lumora .sticky-atc-name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lumora .sticky-atc-rating{font-size:11px;color:var(--text-soft);}
.lumora .sticky-atc-rating .stars{color:var(--rose);letter-spacing:1px;margin-right:3px;}
.lumora .sticky-atc-offer{background:var(--rose-pale);color:var(--rose-dark);font-size:11px;font-weight:700;padding:7px 14px;border-radius:20px;white-space:nowrap;flex-shrink:0;}
.lumora .sticky-atc-price{font-size:15px;font-weight:700;white-space:nowrap;flex-shrink:0;}
.lumora .sticky-atc-btn{padding:12px 30px;border-radius:24px;font-size:12px;letter-spacing:1px;white-space:nowrap;margin:0;width:auto;flex-shrink:0;}
@media(max-width:700px){
  .lumora .sticky-atc-inner{padding:10px 16px;gap:10px;}
  .lumora .sticky-atc-media,.lumora .sticky-atc-rating,.lumora .sticky-atc-offer{display:none;}
  .lumora .sticky-atc-btn{padding:11px 22px;}
}

/* ===== PRODUCT — Solawave-style full redesign (appended). Scoped under .lumora .pinfo/.pdp-*/.tech-split/.spec-*/.routine-grid so nothing above is touched. ===== */
.lumora .pdp-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:10px 0 14px;}
.lumora .pdp-price{font-size:26px;font-weight:700;}
.lumora .pdp-save-badge{background:var(--rose-pale);color:var(--rose-dark);font-size:10.5px;font-weight:700;letter-spacing:0.3px;padding:6px 12px;border-radius:16px;white-space:nowrap;}
.lumora .pdp-freq{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-soft);margin:14px 0;}
.lumora .pdp-freq svg{width:16px;height:16px;stroke:var(--rose-dark);flex-shrink:0;}
.lumora .pdp-offer-tag{font-size:12px;font-weight:700;color:var(--rose-dark);margin:12px 0 4px;}
.lumora .pdp-offer-tag:before{content:"🏷 ";}

.lumora .pdp-tabs{max-width:1536px;margin:0 auto;padding:10px 64px 50px;border-top:1px solid var(--line);}
.lumora .pdp-tabs .acc-row{font-size:13.5px;}
.lumora .pdp-tabs .acc-body{max-width:900px;}

.lumora .tech-split{padding:50px 64px;background:var(--cream-alt);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.lumora .tech-split h2{text-align:center;font-size:13px;letter-spacing:2px;font-weight:700;color:var(--text-soft);margin-bottom:36px;}
.lumora .tech-split-row{display:flex;align-items:center;justify-content:center;gap:50px;max-width:1200px;margin:0 auto;flex-wrap:wrap;}
.lumora .tech-split-col{flex:1;min-width:220px;max-width:320px;}
.lumora .tech-split-col h4{font-size:13px;font-weight:700;letter-spacing:0.5px;margin-bottom:10px;}
.lumora .tech-split-col p{font-size:12.5px;color:var(--text-soft);line-height:1.6;}
.lumora .tech-split-img{flex:0 0 260px;height:260px;border-radius:14px;overflow:hidden;background:#fff;}
.lumora .tech-split-img img{width:100%;height:100%;object-fit:cover;}

.lumora .pdp-banner{width:100%;height:380px;overflow:hidden;}
.lumora .pdp-banner img{width:100%;height:100%;object-fit:cover;}
.lumora .pdp-trust-bar{display:flex;justify-content:center;gap:44px;flex-wrap:wrap;padding:22px 64px;background:var(--rose-dark);}
.lumora .pdp-trust-bar .ptb-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:700;letter-spacing:0.5px;}
.lumora .pdp-trust-bar .ptb-item svg{width:16px;height:16px;stroke:#fff;flex-shrink:0;}

.lumora .spec-sec{display:flex;align-items:center;gap:60px;max-width:1300px;margin:0 auto;padding:60px 64px;flex-wrap:wrap;}
.lumora .spec-table{flex:1;min-width:280px;}
.lumora .spec-table h2{font-size:24px;font-weight:400;margin-bottom:24px;max-width:380px;}
.lumora .spec-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12.5px;}
.lumora .spec-label{font-weight:700;letter-spacing:0.3px;color:var(--text-soft);flex-shrink:0;}
.lumora .spec-val{text-align:right;max-width:280px;}
.lumora .spec-img{flex:0 0 340px;height:340px;border-radius:14px;overflow:hidden;background:var(--cream-alt);}
.lumora .spec-img img{width:100%;height:100%;object-fit:contain;}

.lumora .pdp-faq-head{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:10px;}
.lumora .pdp-faq-btn{padding:9px 20px;font-size:11px;}

.lumora .routine-grid{display:flex;gap:20px;flex-wrap:wrap;}
.lumora .rt-card{flex:1;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;text-align:center;}
.lumora .rt-imgwrap{display:block;height:150px;border-radius:8px;overflow:hidden;background:var(--cream-alt);margin-bottom:12px;}
.lumora .rt-imgwrap img{width:100%;height:100%;object-fit:cover;}
.lumora .rt-rating{font-size:10.5px;color:var(--text-soft);margin-bottom:4px;}
.lumora .rt-rating .stars{color:var(--rose);letter-spacing:1px;margin-right:2px;}
.lumora .rt-name{display:block;font-size:12.5px;font-weight:700;color:var(--text);text-decoration:none;margin-bottom:2px;}
.lumora .rt-price{font-size:12.5px;color:var(--text-soft);margin-bottom:12px;}
.lumora .rt-add{width:100%;padding:10px 0;font-size:10.5px;}

@media(max-width:900px){
  .lumora .tech-split{padding:36px 24px;}
  .lumora .tech-split-row{flex-direction:column;}
  .lumora .spec-sec{padding:36px 24px;flex-direction:column;}
  .lumora .pdp-banner{height:240px;}
  .lumora .pdp-trust-bar{gap:22px 28px;padding:18px 24px;}
  .lumora .pdp-tabs{padding:10px 24px 30px;}
}

/* ===== REVIEWS — INIA-style redesign (appended). Scoped under .rr-* so nothing above is touched. ===== */
.lumora .rr-hero{position:relative;text-align:center;padding:60px 64px 10px;}
.lumora .rr-hero-collage{display:flex;justify-content:center;gap:0;margin-bottom:30px;position:relative;height:220px;}
.lumora .rr-hero-img{width:170px;height:210px;object-fit:cover;border-radius:16px;border:4px solid #fff;box-shadow:0 12px 30px rgba(0,0,0,0.12);}
.lumora .rr-hero-img-1{transform:rotate(-6deg) translateX(14px);z-index:1;}
.lumora .rr-hero-img-2{transform:rotate(6deg) translateX(-14px);z-index:2;margin-top:24px;}

.lumora .rr-gallery-sec{max-width:1300px;margin:0 auto;padding:40px 64px 20px;}
.lumora .rr-gallery-head{text-align:center;margin-bottom:20px;}
.lumora .rr-gallery-head h2{font-size:26px;font-weight:400;margin-top:8px;}
.lumora .rr-filter-pills{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:30px;}
.lumora .rr-fpill{border:1px solid var(--line);border-radius:20px;padding:9px 18px;font-size:11px;font-weight:700;letter-spacing:0.4px;cursor:pointer;background:#fff;}
.lumora .rr-fpill.active{background:var(--rose);border-color:var(--rose);color:#fff;}
.lumora .rr-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.lumora .rr-gallery-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform 0.2s ease, box-shadow 0.2s ease;}
.lumora .rr-gallery-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,0.08);}
.lumora .rr-gallery-img{height:220px;background:var(--cream-alt);}
.lumora .rr-gallery-img img{width:100%;height:100%;object-fit:cover;}
.lumora .rr-gallery-tag{font-size:10px;font-weight:700;letter-spacing:0.6px;color:var(--rose-dark);text-transform:uppercase;padding:14px 18px 0;}
.lumora .rr-gallery-quote{font-size:12.5px;color:var(--text-soft);line-height:1.55;padding:8px 18px 6px;}
.lumora .rr-gallery-link{display:block;font-size:11.5px;font-weight:700;color:var(--rose-dark);padding:0 18px 16px;text-decoration:underline;text-underline-offset:3px;}

.lumora .rr-fav-sec{max-width:1536px;margin:0 auto;padding:40px 64px 60px;border-top:1px solid var(--line);}
.lumora .rr-fav-head{text-align:center;margin-bottom:24px;}
.lumora .rr-fav-head h2{font-size:26px;font-weight:400;margin-top:8px;}
.lumora .rr-fav-scroll{display:flex;gap:18px;overflow-x:auto;padding-bottom:10px;scroll-behavior:smooth;}
.lumora .rr-fav-card{flex:0 0 220px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;text-decoration:none;color:var(--text);transition:transform 0.2s ease, box-shadow 0.2s ease;}
.lumora .rr-fav-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,0.08);}
.lumora .rr-fav-img{height:150px;border-radius:8px;overflow:hidden;background:var(--cream-alt);margin-bottom:12px;}
.lumora .rr-fav-img img{width:100%;height:100%;object-fit:cover;}
.lumora .rr-fav-name{font-size:13px;font-weight:700;margin-bottom:3px;}
.lumora .rr-fav-tagline{font-size:11.5px;color:var(--text-soft);line-height:1.4;margin-bottom:8px;min-height:32px;}
.lumora .rr-fav-price{font-size:13px;font-weight:700;}

@media(max-width:900px){
  .lumora .rr-gallery-grid{grid-template-columns:repeat(2,1fr);}
  .lumora .rr-hero{padding:40px 24px 10px;}
  .lumora .rr-gallery-sec,.lumora .rr-fav-sec{padding-left:24px;padding-right:24px;}
}
@media(max-width:600px){
  .lumora .rr-gallery-grid{grid-template-columns:1fr;}
}

/* ===== HOME — Proven By Science band (appended). Scoped under .science-* so nothing above is touched. ===== */
.lumora .science-sec{padding:70px 64px;text-align:center;background:var(--cream);border-bottom:1px solid var(--line);}
.lumora .science-eyebrow{font-size:11px;letter-spacing:2px;color:var(--rose-dark);font-weight:700;margin-bottom:12px;}
.lumora .science-sec h2{font-size:30px;font-weight:400;margin-bottom:14px;}
.lumora .science-sec > p{font-size:14px;color:var(--text-soft);line-height:1.6;max-width:620px;margin:0 auto 40px;}
.lumora .science-grid{display:flex;justify-content:center;gap:50px;flex-wrap:wrap;max-width:900px;margin:0 auto;}
.lumora .science-item{flex:1;min-width:180px;max-width:240px;}
.lumora .science-item svg{width:32px;height:32px;stroke:var(--rose);margin-bottom:14px;}
.lumora .science-item h4{font-size:12.5px;font-weight:700;letter-spacing:0.5px;margin-bottom:6px;}
.lumora .science-item p{font-size:12px;color:var(--text-soft);line-height:1.5;}
@media(max-width:900px){
  .lumora .science-sec{padding:50px 24px;}
  .lumora .science-grid{gap:30px;}
}

/* ===== ABOUT US page (appended). Scoped under .about-* so nothing above is touched. ===== */
.lumora .about-hero{text-align:center;padding:60px 64px 50px;background:var(--cream-alt);}
.lumora .about-hero h1{font-size:38px;font-weight:400;margin:14px 0;line-height:1.25;}
.lumora .about-hero p{font-size:14px;color:var(--text-soft);max-width:560px;margin:0 auto;line-height:1.6;}

.lumora .about-story{display:flex;align-items:center;gap:60px;max-width:1300px;margin:0 auto;padding:70px 64px;flex-wrap:wrap;}
.lumora .about-story.reverse{flex-direction:row-reverse;}
.lumora .about-story-img{flex:0 0 42%;min-width:280px;border-radius:16px;overflow:hidden;height:380px;}
.lumora .about-story-img img{width:100%;height:100%;object-fit:cover;}
.lumora .about-story-text{flex:1;min-width:280px;}
.lumora .about-story-text h2{font-size:28px;font-weight:400;margin:10px 0 16px;}
.lumora .about-story-text p{font-size:13.5px;color:var(--text-soft);line-height:1.7;margin-bottom:14px;max-width:460px;}

.lumora .about-values{padding:20px 64px 70px;background:var(--cream);border-top:1px solid var(--line);}
.lumora .about-values-head{text-align:center;margin-bottom:40px;}
.lumora .about-values-head h2{font-size:28px;font-weight:400;margin-top:8px;}
.lumora .about-values-grid{display:flex;justify-content:center;gap:50px;max-width:1000px;margin:0 auto;flex-wrap:wrap;}
.lumora .about-value-item{flex:1;min-width:200px;max-width:260px;text-align:center;}
.lumora .about-value-item svg{width:32px;height:32px;stroke:var(--rose);margin-bottom:14px;}
.lumora .about-value-item h4{font-size:12.5px;font-weight:700;letter-spacing:0.5px;margin-bottom:8px;}
.lumora .about-value-item p{font-size:12px;color:var(--text-soft);line-height:1.6;}

@media(max-width:900px){
  .lumora .about-hero{padding:50px 24px 40px;}
  .lumora .about-story{padding:50px 24px;gap:30px;}
  .lumora .about-story-img{height:260px;}
  .lumora .about-values{padding:20px 24px 50px;}
}
