@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#C9A96E;--gold-light:#E8D5B0;--dark:#141414;--mid:#3A3A3A;--light:#F9F6F1;--white:#FFFFFF;--accent:#8B6914;--text:#2C2C2C;--muted:#7A7A7A;--border:#E5DDD0;--cream:#FAF7F2;--radius:3px;--shadow:0 20px 56px rgba(0,0,0,.09)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--white);color:var(--text);line-height:1.6;font-size:15px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 48px}.section{padding:88px 0}.section-sm{padding:56px 0}.gold{color:var(--gold)}.eyebrow{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);font-weight:600;display:block;margin-bottom:14px}.serif{font-family:Cormorant Garamond,serif}.section-title{text-align:center;margin-bottom:64px}.section-title h2{font-family:Cormorant Garamond,serif;font-size:clamp(28px,4vw,46px);font-weight:400;color:var(--dark);letter-spacing:1px;line-height:1.2}.section-title p{color:var(--muted);margin-top:14px;font-size:14px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.8}.divider{height:1px;background:var(--border);margin:0}.btn{display:inline-block;padding:14px 36px;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;border:none;border-radius:var(--radius);transition:all .25s;cursor:pointer}.btn-primary{background:var(--gold);color:var(--dark)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 24px #c9a96e4d}.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:var(--gold);color:var(--dark)}.btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.35)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-outline-dark{background:transparent;color:var(--dark);border:1px solid var(--border)}.btn-outline-dark:hover{border-color:var(--gold);color:var(--gold)}.btn-full{width:100%;text-align:center}.announcement-bar{background:var(--dark);color:var(--gold-light);text-align:center;padding:10px 20px;font-size:11px;letter-spacing:2px}.announcement-bar strong{color:var(--gold);font-weight:700;letter-spacing:3px}.site-header{border-bottom:1px solid var(--border);position:sticky;top:0;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:20px 48px}.site-logo{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;color:var(--dark);letter-spacing:6px}.nav-links{display:flex;gap:36px;list-style:none}.nav-links a{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--mid);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:20px}.header-support{font-size:11px;color:var(--muted);letter-spacing:.5px;border-bottom:1px solid var(--border);padding-bottom:1px;transition:color .2s}.header-support:hover{color:var(--gold)}.cart-btn{font-size:12px;color:var(--mid);letter-spacing:1px;background:none;border:none;padding:0;display:flex;align-items:center;gap:6px}.cart-count{background:var(--gold);color:var(--dark);width:18px;height:18px;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;padding:4px;flex-direction:column;gap:5px}.mobile-menu-btn span{display:block;width:22px;height:1.5px;background:var(--dark);transition:.3s}.nav-mobile{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--white);z-index:300;flex-direction:column;padding:80px 40px 40px}.nav-mobile.open{display:flex}.nav-mobile-close{position:absolute;top:24px;right:24px;background:none;border:none;font-size:24px;color:var(--mid)}.nav-mobile .site-logo{margin-bottom:40px;font-size:32px}.nav-mobile ul{list-style:none;display:flex;flex-direction:column;gap:8px}.nav-mobile ul a{font-size:15px;letter-spacing:2px;text-transform:uppercase;color:var(--mid);font-weight:500;padding:12px 0;border-bottom:1px solid var(--border);display:block}.hero{background:linear-gradient(150deg,#0f0f0f,#231a0d 55%,#141414);color:var(--white);text-align:center;padding:110px 40px 130px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 40%,rgba(201,169,110,.14) 0%,transparent 68%)}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,110,.4),transparent)}.hero-eyebrow{display:inline-block;font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:22px;position:relative}.hero-eyebrow:before,.hero-eyebrow:after{content:"\2014";margin:0 12px;opacity:.5}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(44px,7vw,84px);font-weight:300;line-height:1.1;margin-bottom:22px;position:relative;letter-spacing:2px}.hero h1 em{color:var(--gold);font-style:italic}.hero-sub{font-size:15px;color:#ffffffa6;max-width:520px;margin:0 auto 44px;font-weight:300;line-height:1.9;position:relative}.hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative}.trust-bar{background:var(--cream);border-bottom:1px solid var(--border);padding:18px 48px;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:9px;font-size:11px;color:var(--mid);font-weight:500;letter-spacing:.5px}.trust-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}.product-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .35s,transform .35s;background:var(--white)}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.product-card__img{background:var(--cream);aspect-ratio:1;overflow:hidden;position:relative}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__img img{transform:scale(1.04)}.product-card__badge{position:absolute;top:14px;left:14px;background:var(--dark);color:var(--gold-light);font-size:9px;font-weight:600;letter-spacing:1.5px;padding:4px 11px;text-transform:uppercase}.product-card__badge--gold{background:var(--gold);color:var(--dark)}.product-card__body{padding:28px 28px 32px}.product-card__rating{display:flex;align-items:center;gap:7px;margin-bottom:11px;font-size:11px;color:var(--muted)}.stars{color:var(--gold);letter-spacing:2px}.product-card h3{font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600;color:var(--dark);margin-bottom:4px;line-height:1.25}.product-card__sub{font-size:11px;color:var(--gold);font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px}.product-card__desc{font-size:13.5px;color:var(--muted);line-height:1.8;margin-bottom:18px}.product-card__benefits{list-style:none;margin-bottom:24px}.product-card__benefits li{font-size:12.5px;color:var(--text);padding:5px 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:9px}.product-card__benefits li:last-child{border-bottom:none}.benefit-dot{color:var(--gold);flex-shrink:0;margin-top:3px;font-size:10px}.product-card__price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.price{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;color:var(--dark)}.price-compare{font-size:13px;color:var(--muted);text-decoration:line-through;margin-left:6px}.price-pill{background:#fff3e0;color:var(--accent);font-size:11px;font-weight:600;padding:3px 10px;border-radius:50px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:28px}.product-page{padding:56px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery__main{background:var(--cream);border-radius:var(--radius);overflow:hidden;aspect-ratio:1;margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px}.thumb{width:72px;height:72px;border:1px solid var(--border);border-radius:2px;overflow:hidden;cursor:pointer;transition:border-color .2s;flex-shrink:0}.thumb.active,.thumb:hover{border-color:var(--gold)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info__eyebrow{font-size:10px;letter-spacing:3px;color:var(--gold);text-transform:uppercase;font-weight:600;margin-bottom:12px}.product-info h1{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.5vw,42px);font-weight:400;color:var(--dark);line-height:1.2;margin-bottom:10px;letter-spacing:.5px}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:22px;font-size:12px;color:var(--muted)}.product-info__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.product-info__price{font-family:Cormorant Garamond,serif;font-size:38px;font-weight:600;color:var(--dark)}.product-info__compare{font-size:18px;color:var(--muted);text-decoration:line-through}.product-info__save{font-size:12px;color:var(--accent);font-weight:600;margin-bottom:20px}.code-tip{background:#fff8ec;border-left:3px solid var(--gold);padding:11px 14px;font-size:12px;color:var(--text);margin-bottom:24px;line-height:1.6;border-radius:0 2px 2px 0}.variant-label{font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:600;color:var(--mid);margin-bottom:10px}.variant-select{width:100%;padding:12px 16px;border:1px solid var(--border);background:var(--white);font-size:14px;color:var(--text);margin-bottom:20px;-webkit-appearance:none;appearance:none;border-radius:var(--radius);font-family:inherit;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23C9A96E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.qty-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.qty-label{font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:600;color:var(--mid)}.qty-input{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-btn{width:38px;height:38px;background:none;border:none;font-size:18px;color:var(--mid);display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-btn:hover{background:var(--cream)}.qty-num{width:44px;text-align:center;border:none;font-size:14px;color:var(--dark);font-family:inherit}.atc-btn{width:100%;padding:16px;background:var(--dark);color:var(--white);border:none;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;border-radius:var(--radius);margin-bottom:12px;transition:.25s}.atc-btn:hover{background:var(--gold);color:var(--dark)}.product-info__benefits{list-style:none;margin:28px 0}.product-info__benefits li{font-size:13px;color:var(--text);padding:10px 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:10px;line-height:1.6}.product-info__benefits li:last-child{border-bottom:none}.product-info__desc{font-size:14px;color:var(--muted);line-height:1.9;margin-top:24px}.product-info__desc h3{font-family:Cormorant Garamond,serif;font-size:20px;color:var(--dark);margin:20px 0 10px;font-weight:600}.product-info__desc ul,.product-info__desc ol{padding-left:18px;margin:10px 0}.product-info__desc li{margin-bottom:6px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step-card{text-align:center;padding:40px 28px;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .3s}.step-card:hover{border-color:var(--gold)}.step-num{width:52px;height:52px;border-radius:50%;background:var(--dark);color:var(--gold);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-card h4{font-family:Cormorant Garamond,serif;font-size:20px;color:var(--dark);margin-bottom:10px;letter-spacing:1px}.step-card p{font-size:13px;color:var(--muted);line-height:1.8}.step-tag{font-size:10px;color:var(--gold);font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-top:14px}.bundle-card{background:var(--white);border:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;border-radius:4px;overflow:hidden;max-width:960px;margin:0 auto}.bundle-left{background:linear-gradient(160deg,#141414,#231a0d);padding:56px 44px;display:flex;flex-direction:column;justify-content:center}.bundle-eyebrow{font-size:9px;letter-spacing:4px;color:var(--gold);text-transform:uppercase;font-weight:600;margin-bottom:18px}.bundle-left h3{font-family:Cormorant Garamond,serif;font-size:34px;font-weight:400;color:var(--white);line-height:1.2;margin-bottom:24px;letter-spacing:1px}.bundle-left h3 em{color:var(--gold)}.bundle-list{list-style:none}.bundle-list li{color:#ffffffa6;font-size:12.5px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:10px}.bundle-list li:last-child{border-bottom:none}.bundle-list .num{color:var(--gold);font-size:10px;font-weight:700}.bundle-right{padding:52px 48px}.bundle-right h2{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;color:var(--dark);margin-bottom:14px;line-height:1.3}.bundle-right p{font-size:13.5px;color:var(--muted);line-height:1.85;margin-bottom:24px}.bundle-breakdown{list-style:none;margin-bottom:26px}.bundle-breakdown li{font-size:12.5px;color:var(--text);padding:9px 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.bundle-breakdown li:last-child{border-bottom:none}.bundle-breakdown .strike{color:var(--muted);text-decoration:line-through;font-size:12px}.bundle-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}.bundle-price{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:var(--dark)}.bundle-orig{font-size:18px;color:var(--muted);text-decoration:line-through}.bundle-save{font-size:12px;color:var(--accent);font-weight:600;margin-bottom:20px}.code-hint{background:#fff8ec;border-left:3px solid var(--gold);padding:11px 14px;border-radius:0 2px 2px 0;font-size:12px;color:var(--text);margin-bottom:22px;line-height:1.6}.discount-banner{background:linear-gradient(145deg,#141414,#231a0d 60%,#141414);border-radius:4px;text-align:center;padding:60px 40px;position:relative;overflow:hidden}.discount-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,169,110,.12) 0%,transparent 65%)}.discount-banner h3{font-family:Cormorant Garamond,serif;font-size:34px;font-weight:400;color:var(--white);margin-bottom:10px;letter-spacing:2px;position:relative}.discount-banner p{color:#fff9;font-size:14px;margin-bottom:28px;position:relative}.code-wrap{display:inline-flex;align-items:center;gap:18px;border:1px dashed rgba(201,169,110,.5);background:#c9a96e14;padding:16px 32px;border-radius:var(--radius);position:relative}.code-text{font-family:Cormorant Garamond,serif;font-size:34px;color:var(--gold);letter-spacing:8px;font-weight:600}.copy-btn{background:var(--gold);color:var(--dark);border:none;padding:9px 18px;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:.2s;border-radius:2px}.copy-btn:hover{background:var(--gold-light)}.faq-list{max-width:820px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-q{width:100%;background:none;border:none;text-align:left;padding:22px 0;font-size:15px;font-weight:500;color:var(--dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:color .2s;font-family:Inter,sans-serif}.faq-q:hover{color:var(--gold)}.faq-icon{font-size:22px;color:var(--gold);flex-shrink:0;transition:transform .3s;font-weight:300;line-height:1}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{font-size:13.5px;color:var(--muted);line-height:1.85;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}.faq-item.open .faq-a{max-height:300px;padding-bottom:22px}.faq-a a{color:var(--gold);text-decoration:underline}.support-section{background:var(--dark);padding:72px 0;text-align:center}.support-eyebrow{font-size:10px;letter-spacing:4px;color:var(--gold);text-transform:uppercase;font-weight:600;margin-bottom:16px;display:block}.support-section h3{font-family:Cormorant Garamond,serif;font-size:34px;font-weight:400;color:var(--white);letter-spacing:1px;margin-bottom:14px}.support-section p{color:#ffffff8c;font-size:14px;max-width:480px;margin:0 auto 32px;line-height:1.8}.support-card{display:inline-flex;align-items:center;gap:16px;background:#c9a96e1a;border:1px solid rgba(201,169,110,.3);padding:18px 36px;border-radius:var(--radius)}.support-icon{font-size:22px}.support-email-link{color:var(--gold);font-size:15px;font-weight:600;text-decoration:none;letter-spacing:.5px;transition:color .2s}.support-email-link:hover{color:var(--gold-light)}.support-note{font-size:12px;color:#ffffff59;margin-top:16px}.cart-page{padding:64px 0;min-height:60vh}.cart-page h1{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:400;color:var(--dark);letter-spacing:2px;margin-bottom:48px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-weight:600;padding:0 0 16px;border-bottom:1px solid var(--border);text-align:left}.cart-table td{padding:20px 0;border-bottom:1px solid var(--border);vertical-align:middle}.cart-item__img{width:80px;height:80px;object-fit:cover;border:1px solid var(--border);border-radius:2px;margin-right:16px}.cart-item__name{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;color:var(--dark);margin-bottom:4px}.cart-item__variant{font-size:12px;color:var(--muted)}.cart-item__remove{font-size:11px;color:var(--muted);cursor:pointer;text-decoration:underline;background:none;border:none;padding:0;margin-top:6px;display:block;transition:color .2s}.cart-item__remove:hover{color:var(--dark)}.cart-summary{background:var(--cream);border:1px solid var(--border);padding:32px;border-radius:var(--radius);position:sticky;top:100px}.cart-summary h2{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:var(--dark);margin-bottom:24px}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text);padding:10px 0;border-bottom:1px solid var(--border)}.summary-row:last-of-type{border-bottom:none;font-weight:600;font-size:16px;margin-bottom:20px}.discount-input{display:flex;gap:8px;margin-bottom:20px}.discount-input input{flex:1;padding:11px 14px;border:1px solid var(--border);background:var(--white);font-size:13px;font-family:inherit;border-radius:var(--radius)}.discount-input button{padding:11px 18px;background:var(--dark);color:var(--white);border:none;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius);transition:.2s}.discount-input button:hover{background:var(--gold);color:var(--dark)}.cart-empty{text-align:center;padding:80px 0;color:var(--muted)}.cart-empty h2{font-family:Cormorant Garamond,serif;font-size:32px;color:var(--dark);margin-bottom:16px}.collection-header{background:var(--cream);border-bottom:1px solid var(--border);padding:56px 0 48px;text-align:center}.collection-header h1{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:300;color:var(--dark);letter-spacing:4px;margin-bottom:12px}.collection-header p{font-size:14px;color:var(--muted);max-width:480px;margin:0 auto}.collection-grid{padding:64px 0}.page-hero{background:var(--cream);border-bottom:1px solid var(--border);padding:64px 0;text-align:center}.page-hero h1{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:300;color:var(--dark);letter-spacing:3px}.page-content{padding:64px 0;max-width:780px;margin:0 auto}.page-content h2{font-family:Cormorant Garamond,serif;font-size:28px;color:var(--dark);margin:32px 0 14px;font-weight:600}.page-content p{font-size:14px;color:var(--muted);line-height:1.9;margin-bottom:16px}.site-footer{background:#0c0c0c;color:#fff6;padding:56px 48px 28px}.footer-top{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;color:var(--white);letter-spacing:6px;display:block;margin-bottom:14px}.footer-brand p{font-size:12.5px;line-height:1.8}.footer-brand .footer-email{display:block;margin-top:14px;color:var(--gold);font-size:12px;transition:color .2s}.footer-brand .footer-email:hover{color:var(--gold-light)}.footer-col h5{color:#fffc;font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;margin-bottom:18px}.footer-col ul{list-style:none}.footer-col ul li{padding:5px 0}.footer-col ul li a{color:#fff6;font-size:12.5px;transition:color .2s}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:11px}.footer-legal{display:flex;gap:24px}.footer-legal a{color:#ffffff59;transition:color .2s}.footer-legal a:hover{color:var(--gold)}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(80px);background:var(--dark);color:var(--gold-light);padding:12px 28px;font-size:12.5px;font-weight:500;z-index:9999;transition:transform .35s;border:1px solid rgba(201,169,110,.25);border-radius:2px;pointer-events:none}.toast.show{transform:translate(-50%) translateY(0)}@media(max-width:1024px){.container{padding:0 32px}.header-inner{padding:18px 32px}.trust-bar{padding:16px 32px;gap:28px}.site-footer{padding:48px 32px 28px}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.bundle-card{grid-template-columns:1fr}.bundle-left{padding:44px 32px}.bundle-right{padding:40px 32px}.steps-grid{grid-template-columns:1fr 1fr}.cart-layout{grid-template-columns:1fr}}@media(max-width:768px){.container{padding:0 20px}.header-inner{padding:16px 20px}.nav-links{display:none}.mobile-menu-btn{display:flex}.section{padding:64px 0}.products-grid{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr;gap:32px}.steps-grid{grid-template-columns:1fr}.code-wrap{flex-direction:column;gap:12px}.trust-bar{padding:14px 20px;gap:16px}.site-footer{padding:40px 20px 24px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.hero{padding:80px 24px 100px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/lumvre.css.map */
