:root{--gold: #C9A84C;--gold-light: #D9BE7A;--bg: #FFFFFF;--bg-2: #F8F5F0;--bg-3: #F0ECE5;--bg-dark: #0A0A0A;--bg-dark-2: #111111;--text: #1A1A1A;--text-muted: #666666;--text-light: #E8E0D0;--border: #E5DDD0;--border-light: #EDE8E0;--white: #FFFFFF;--font-heading: "Cormorant Garamond", serif;--font-body: "Montserrat", sans-serif;--radius: 2px;--transition: .3s ease;--header-height: 72px;--announcement-height: 36px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased}input,select,textarea,button{font-family:inherit}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.15;color:var(--text)}h1{font-size:clamp(36px,5vw,64px)}h2{font-size:clamp(28px,3.5vw,48px)}h3{font-size:clamp(22px,2.5vw,32px)}h4{font-size:clamp(18px,2vw,24px)}p{margin-bottom:1em}p:last-child{margin-bottom:0}.eyebrow{font-family:var(--font-body);font-size:10px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;display:block}.announcement-bar{background:var(--bg-dark);color:var(--text-light);text-align:center;padding:0 40px;height:var(--announcement-height);display:flex;align-items:center;justify-content:center;position:relative;z-index:1001;overflow:hidden}.announcement-bar p{font-size:11px;font-weight:500;letter-spacing:1.5px;margin:0}.announcement-bar p span{color:var(--gold)}.announcement-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--text-light);opacity:.5;padding:4px}.announcement-close:hover{opacity:1}.site-header{position:fixed;top:var(--announcement-height);left:0;right:0;z-index:1000;height:var(--header-height);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 40px;transition:top var(--transition)}.site-header.no-announcement{top:0}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto}.header-logo{font-family:var(--font-heading);font-size:26px;font-weight:700;color:var(--gold);letter-spacing:3px;text-transform:uppercase}.header-nav{display:flex;gap:36px;align-items:center}.header-nav a{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--text);transition:color var(--transition)}.header-nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:20px}.cart-btn{position:relative;color:var(--text);font-size:20px;transition:color var(--transition)}.cart-btn:hover{color:var(--gold)}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--gold);color:#000;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition)}.cart-count.visible{opacity:1}.hamburger{display:none;flex-direction:column;gap:5px;padding:4px}.hamburger span{display:block;width:22px;height:1px;background:var(--text);transition:var(--transition)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.mobile-menu{position:fixed;top:calc(var(--announcement-height) + var(--header-height));left:0;right:0;bottom:0;background:var(--bg-2);z-index:999;padding:40px;display:flex;flex-direction:column;gap:28px;transform:translate(-100%);transition:transform var(--transition)}.mobile-menu.open{transform:translate(0)}.mobile-menu a{font-family:var(--font-heading);font-size:32px;color:var(--text);transition:color var(--transition)}.mobile-menu a:hover{color:var(--gold)}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:998}.mobile-menu-overlay.open{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:var(--bg-2);border-left:1px solid var(--border);z-index:1002;transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1001}.cart-overlay.open{display:block}.cart-drawer__header{padding:24px 28px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-drawer__header h3{font-size:18px;color:var(--white)}.cart-drawer__close{color:var(--text-muted);font-size:18px;transition:color var(--transition)}.cart-drawer__close:hover{color:var(--white)}.cart-drawer__body{flex:1;overflow-y:auto;padding:24px 28px}.cart-empty-msg{color:var(--text-muted);text-align:center;margin-top:60px;font-size:13px}.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item__image{width:72px;height:72px;object-fit:cover;border-radius:var(--radius);background:var(--bg-3)}.cart-item__details{flex:1}.cart-item__title{font-size:13px;color:var(--white);margin-bottom:4px}.cart-item__price{font-size:12px;color:var(--gold)}.cart-item__remove{font-size:11px;color:var(--text-muted);margin-top:6px;display:inline-block;transition:color var(--transition)}.cart-item__remove:hover{color:var(--white)}.cart-drawer__footer{padding:24px 28px;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:13px;margin-bottom:20px;color:var(--text)}.cart-drawer__subtotal span:last-child{color:var(--gold);font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);cursor:pointer}.btn--primary{background:var(--gold);color:#000;border:1px solid var(--gold)}.btn--primary:hover{background:var(--gold-light);border-color:var(--gold-light)}.btn--secondary{background:transparent;color:var(--gold);border:1px solid var(--gold)}.btn--secondary:hover{background:#c9a84c14}.btn--full{width:100%;margin-bottom:10px}.btn--large{padding:18px 48px;font-size:12px}.section-padding{padding:100px 40px}.section-padding--sm{padding:60px 40px}.container{max-width:1280px;margin:0 auto}.text-center{text-align:center}.text-gold{color:var(--gold)}.divider{border:none;border-top:1px solid var(--border);margin:60px 0}#main-content{padding-top:calc(var(--announcement-height) + var(--header-height))}.hero{background:var(--bg);overflow:hidden;margin-top:calc(-1 * (var(--announcement-height) + var(--header-height)));padding-top:calc(var(--announcement-height) + var(--header-height));min-height:90vh;display:flex;align-items:center}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 40px;min-height:90vh}.hero__content{max-width:560px}.hero__title{font-size:clamp(36px,4.5vw,64px);font-weight:700;color:var(--text);margin-bottom:20px;line-height:1.08}.hero__title em{color:var(--gold);font-style:normal}.hero__subtitle{font-size:15px;color:var(--text-muted);max-width:460px;margin-bottom:32px;line-height:1.8;font-weight:300}.hero__badges{display:flex;flex-direction:column;gap:10px;margin-bottom:36px}.hero__badge{font-size:12px;font-weight:500;letter-spacing:.5px;color:var(--text);display:flex;align-items:center;gap:8px}.hero__badge-check{width:20px;height:20px;background:var(--gold);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero__media{position:relative;height:100%;min-height:500px;display:flex;align-items:stretch}.hero__model-image{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:4px;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.hero__image-placeholder{width:100%;height:100%;min-height:500px;background:var(--bg-3);border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:11px;letter-spacing:2px;text-transform:uppercase}.hero{position:relative}.hero-carousel{width:100%}.hero-carousel__slide{display:none}.hero-carousel__slide.active{display:block;animation:heroCrossFade .65s ease}@keyframes heroCrossFade{0%{opacity:0}to{opacity:1}}.hero-carousel__controls{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;z-index:10}.hero-carousel__dots{display:flex;gap:8px;align-items:center}.hero-carousel__dot{width:8px;height:8px;border-radius:50%;background:#00000040;border:none;padding:0;transition:background .3s ease,transform .3s ease}.hero-carousel__dot.active{background:var(--gold);transform:scale(1.35)}.hero-carousel__btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--text);background:#ffffffd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .25s ease,color .25s ease,border-color .25s ease}.hero-carousel__btn:hover{background:var(--gold);color:#fff;border-color:var(--gold)}@media(max-width:768px){.hero-carousel__controls{bottom:16px}.hero-carousel__btn{width:30px;height:30px;font-size:13px}}.btn--ghost{background:transparent;color:var(--text);border:none;padding-left:0;padding-right:0;font-size:12px;letter-spacing:1px;font-weight:500;text-decoration:underline;text-underline-offset:3px}.btn--ghost:hover{color:var(--gold)}.featured-product{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.featured-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.featured-product__image{width:100%;display:block;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);background:var(--bg-3)}.featured-product__image-placeholder{aspect-ratio:1;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:12px;letter-spacing:2px;text-transform:uppercase}.featured-product__title{font-size:clamp(28px,3vw,44px);margin-bottom:16px;color:var(--text)}.featured-product__desc{color:var(--text-muted);font-size:13px;line-height:1.8;margin-bottom:28px}.featured-product__price{font-family:var(--font-heading);font-size:28px;color:var(--gold);margin-bottom:28px}.ingredient-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.ingredient-pill{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border:1px solid rgba(201,168,76,.3);color:var(--gold);border-radius:2px;background:#c9a84c0d}.subscribe-line{font-size:11px;color:var(--text-muted);margin-top:12px;text-align:center}.subscribe-line strong{color:var(--gold)}.ingredient-callout{background:var(--bg-2);border-top:1px solid var(--border)}.ingredient-callout__header{text-align:center;margin-bottom:60px}.ingredient-callout__header h2{margin-bottom:16px}.ingredient-callout__header p{color:var(--text-muted);max-width:560px;margin:0 auto}.ingredient-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.ingredient-card{background:var(--bg);padding:48px 36px;border-top:2px solid transparent;transition:border-color var(--transition)}.ingredient-card:hover{border-top-color:var(--gold)}.ingredient-card__icon{width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--gold);font-size:16px}.ingredient-card__name{font-family:var(--font-heading);font-size:22px;color:var(--text);margin-bottom:12px}.ingredient-card__desc{font-size:13px;color:var(--text-muted);line-height:1.8}.lifestyle-grid__header{text-align:center;margin-bottom:48px}.lifestyle-grid__images{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lifestyle-grid__item{overflow:hidden;border-radius:var(--radius)}.lifestyle-grid__img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block;transition:transform .5s ease}.lifestyle-grid__item:hover .lifestyle-grid__img{transform:scale(1.04)}@media(max-width:768px){.lifestyle-grid__images{grid-template-columns:repeat(2,1fr)}}.brand-story{background:var(--bg-2)}.brand-story__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.brand-story__image{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius)}.brand-story__image-placeholder{width:100%;aspect-ratio:3/4;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:11px;letter-spacing:2px;text-transform:uppercase}.brand-story__content h2{margin-bottom:24px}.brand-story__content p{color:var(--text-muted);font-size:13px;line-height:1.9;margin-bottom:20px}.brand-story__link{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--gold);border-bottom:1px solid rgba(201,168,76,.4);padding-bottom:2px;transition:border-color var(--transition);display:inline-block;margin-top:8px}.brand-story__link:hover{border-color:var(--gold)}.testimonials{background:var(--bg);border-top:1px solid var(--border)}.testimonials__header{text-align:center;margin-bottom:60px}.testimonials__header h2{margin-bottom:16px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--bg-2);border:1px solid var(--border);padding:36px 28px;border-radius:var(--radius);position:relative;border-top:3px solid var(--gold)}.testimonial-card:before{content:'"';font-family:var(--font-heading);font-size:80px;color:var(--gold);opacity:.15;position:absolute;top:12px;left:20px;line-height:1}.testimonial-stars{color:var(--gold);font-size:13px;margin-bottom:16px;letter-spacing:2px}.testimonial-text{font-size:13px;color:var(--text-muted);line-height:1.8;margin-bottom:20px;font-style:italic}.testimonial-author{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text)}.testimonial-card:before{color:var(--gold);opacity:.25}.testimonial-location{font-size:10px;color:var(--text-muted);margin-top:2px}.email-capture{background:var(--bg-dark)}.email-capture__inner{max-width:560px;margin:0 auto;text-align:center}.email-capture__inner h2{margin-bottom:16px;color:var(--white)}.email-capture__inner p{color:#fff9;font-size:13px;margin-bottom:32px}.email-form{display:flex;gap:12px}.email-form input{flex:1;background:var(--bg-3);border:1px solid var(--border);color:var(--text);padding:14px 20px;font-family:var(--font-body);font-size:13px;border-radius:var(--radius);outline:none;transition:border-color var(--transition)}.email-form input:focus{border-color:var(--gold)}.email-form input::placeholder{color:var(--text-muted)}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery__main{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);background:var(--bg-2);margin-bottom:12px}.product-gallery__thumbs{display:flex;gap:8px}.product-gallery__thumb{width:72px;height:72px;object-fit:cover;border-radius:var(--radius);cursor:pointer;border:1px solid var(--border);transition:border-color var(--transition)}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--gold)}.product-details__title{font-size:clamp(28px,3vw,42px);margin-bottom:8px}.product-details__vendor{font-size:11px;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.product-details__price{font-family:var(--font-heading);font-size:32px;color:var(--gold);margin-bottom:24px}.product-details__compare-price{font-size:18px;color:var(--text-muted);text-decoration:line-through;margin-left:12px}.variant-label{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;display:block}.variant-select{width:100%;background:var(--bg-3);border:1px solid var(--border);color:var(--text);padding:12px 16px;font-family:var(--font-body);font-size:13px;border-radius:var(--radius);margin-bottom:20px;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color var(--transition)}.variant-select:focus{border-color:var(--gold)}.quantity-selector{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content;margin-bottom:20px}.quantity-btn{width:44px;height:44px;background:var(--bg-3);color:var(--text);font-size:18px;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.quantity-btn:hover{background:var(--border)}.quantity-input{width:60px;height:44px;text-align:center;background:var(--bg-3);border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:14px;outline:none}.add-to-cart-btn{width:100%;margin-bottom:10px;font-size:12px;letter-spacing:3px;padding:18px}.product-accordion{margin-top:32px;border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text);transition:color var(--transition)}.accordion-trigger:hover{color:var(--gold)}.accordion-trigger .icon{font-size:16px;transition:transform var(--transition)}.accordion-trigger.open .icon{transform:rotate(45deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-body.open{max-height:500px}.accordion-body__inner{padding:0 0 20px;font-size:13px;color:var(--text-muted);line-height:1.8}.collection-header{text-align:center;margin-bottom:60px}.collection-header h1{margin-bottom:12px}.collection-header p{color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{position:relative;display:flex;flex-direction:column}.product-card__image-wrap{aspect-ratio:1;overflow:hidden;background:var(--bg-2);border-radius:var(--radius);margin-bottom:16px;position:relative;display:block}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card__image-wrap:hover .product-card__image{transform:scale(1.04)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--gold);color:#000;font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:12px;text-align:center;transform:translateY(100%);transition:transform var(--transition)}.product-card__image-wrap:hover .product-card__quick-add{transform:translateY(0)}.product-card__title{font-size:14px;color:var(--text);margin-bottom:6px;min-height:44px}.product-card__price{font-size:16px;color:var(--gold);font-family:var(--font-heading);margin-top:auto;padding-top:4px}.cart-page{min-height:60vh}.cart-page h1{margin-bottom:40px}.cart-page__inner{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:start}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);text-align:left;padding:0 0 16px;border-bottom:1px solid var(--border)}.cart-table td{padding:24px 0;border-bottom:1px solid var(--border);vertical-align:middle}.cart-table__product{display:flex;gap:20px;align-items:center}.cart-table__image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);background:var(--bg-2)}.cart-table__name{font-size:14px;color:var(--white);margin-bottom:4px}.cart-table__remove{font-size:11px;color:var(--text-muted);transition:color var(--transition)}.cart-table__remove:hover{color:var(--white)}.order-summary{background:var(--bg-2);border:1px solid var(--border);padding:32px;border-radius:var(--radius);position:sticky;top:calc(var(--announcement-height) + var(--header-height) + 24px)}.order-summary h3{margin-bottom:24px;font-size:20px}.summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-bottom:12px}.summary-row.total{color:var(--white);font-weight:500;font-size:15px;border-top:1px solid var(--border);padding-top:16px;margin-top:8px}.summary-row.total span:last-child{color:var(--gold)}.checkout-btn{margin-top:24px}.site-footer{background:var(--bg-dark);border-top:1px solid rgba(255,255,255,.08)}.site-footer .footer-brand__tagline{color:#ffffff80}.site-footer .footer-links h4,.site-footer .footer-email h4{color:var(--gold)}.site-footer .footer-links ul a,.site-footer .footer-email p{color:#ffffff80}.site-footer .footer-links ul a:hover{color:#ffffffe6}.site-footer .footer-brand__social a{color:#ffffff80}.site-footer .footer-brand__social a:hover{color:var(--gold)}.footer-brand__social a svg{display:block;width:20px;height:20px}.site-footer .footer-bottom p{color:#ffffff59}.site-footer .footer-bottom{border-top-color:#ffffff14}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:60px;padding:72px 40px 60px;max-width:1280px;margin:0 auto}.footer-brand__logo{font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--gold);letter-spacing:3px;margin-bottom:12px;display:block}.footer-brand__tagline{font-size:12px;color:var(--text-muted);line-height:1.7}.footer-brand__social{display:flex;gap:16px;margin-top:24px}.footer-brand__social a{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);transition:color var(--transition)}.footer-brand__social a:hover{color:var(--gold)}.footer-links h4{font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:20px;font-family:var(--font-body)}.footer-links ul{display:flex;flex-direction:column;gap:10px}.footer-links ul a{font-size:12px;color:var(--text-muted);transition:color var(--transition)}.footer-links ul a:hover{color:var(--text)}.footer-email h4{font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-family:var(--font-body)}.footer-email p{font-size:12px;color:var(--text-muted);margin-bottom:20px}.footer-email-form{display:flex;flex-direction:column;gap:10px}.footer-email-form input{background:var(--bg-3);border:1px solid var(--border);color:var(--text);padding:12px 16px;font-family:var(--font-body);font-size:12px;border-radius:var(--radius);outline:none;transition:border-color var(--transition)}.footer-email-form input:focus{border-color:var(--gold)}.footer-email-form input::placeholder{color:var(--text-muted)}.footer-bottom{border-top:1px solid var(--border);padding:20px 40px;display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto}.footer-bottom p{font-size:11px;color:var(--text-muted)}.page-content{max-width:760px;margin:0 auto}.page-content h1{margin-bottom:32px}.page-content p{color:var(--text-muted);line-height:1.9}.not-found{text-align:center;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found h1{font-size:80px;color:var(--border);margin-bottom:20px}.not-found h2{margin-bottom:16px}.not-found p{color:var(--text-muted);margin-bottom:32px}@media(max-width:1024px){.featured-product__inner,.brand-story__inner,.product-page__inner{grid-template-columns:1fr;gap:48px}.ingredient-grid,.testimonials__grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.cart-page__inner{grid-template-columns:1fr}}.trust-bar{background:var(--bg-dark);padding:32px 40px}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}.trust-bar__item{display:flex;align-items:flex-start;gap:14px;padding:0 16px;border-left:1px solid rgba(255,255,255,.1)}.trust-bar__item:first-child{border-left:none}.trust-bar__icon{font-size:22px;color:var(--gold);flex-shrink:0;margin-top:2px}.trust-bar__text strong{display:block;font-size:12px;font-weight:600;letter-spacing:.5px;color:var(--white);margin-bottom:4px}.trust-bar__text p{font-size:11px;color:#ffffff80;margin:0;line-height:1.5}.before-after{background:var(--bg);border-top:1px solid var(--border)}.before-after__inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.before-after__text h2{margin-bottom:16px}.before-after__subtext{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:12px}.before-after__disclaimer{font-size:11px;color:var(--text-muted);opacity:.7;margin:0}.before-after__img{width:100%;border-radius:4px;box-shadow:0 8px 40px #00000014}.before-after__placeholder{width:100%;aspect-ratio:1;background:var(--bg-3);border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:11px;letter-spacing:2px;text-transform:uppercase}.hero__product{position:absolute;bottom:40px;left:-48px;width:180px;z-index:3;filter:drop-shadow(0 24px 48px rgba(0,0,0,.22));animation:productFloat 4s ease-in-out infinite}.hero__product-img{width:100%;display:block}@keyframes productFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.hero__product{width:110px;bottom:20px;left:16px}}.mobile-menu{background:var(--bg)}.mobile-menu a{color:var(--text)}@media(max-width:1024px){.trust-bar__inner{grid-template-columns:repeat(2,1fr)}.before-after__inner{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){:root{--header-height: 60px}.section-padding{padding:60px 24px}.section-padding--sm{padding:40px 24px}.site-header{padding:0 24px}.header-nav{display:none}.hamburger{display:flex}.hero__inner{grid-template-columns:1fr;padding:60px 24px 40px;min-height:auto;gap:40px}.hero__media{min-height:320px;position:relative}.hero__model-image{position:static;height:320px;width:100%}.hero__actions{flex-direction:column;align-items:flex-start}.trust-bar{padding:24px}.trust-bar__inner{grid-template-columns:1fr 1fr;gap:16px}.trust-bar__item{border-left:none;padding:0}.ingredient-grid,.testimonials__grid,.product-grid{grid-template-columns:1fr}.email-form{flex-direction:column}.footer-top{grid-template-columns:1fr;gap:40px;padding:48px 24px}.footer-bottom{flex-direction:column;gap:8px;text-align:center;padding:20px 24px}.cart-drawer{width:100vw}h1{font-size:36px}h2{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/viaderm.css.map */
