:root{--color-navy: #1B2A52;--color-navy-deep: #111B38;--color-navy-light: #263A6E;--color-gold: #C8A96E;--color-gold-light: #E2C078;--color-gold-pale: #F3E8CC;--color-cream: #FAF8F5;--color-cream-dark: #F0ECE4;--color-white: #FFFFFF;--color-text: #1A1A2E;--color-text-muted: #6B6B7A;--color-text-light: #9A9AAA;--color-border: #E8E4DC;--color-border-gold: rgba(200,169,110,.35);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", -apple-system, sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--space-2xl: 64px;--space-3xl: 96px;--space-4xl: 128px;--radius-sm: 3px;--radius-md: 8px;--radius-lg: 16px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(27,42,82,.08);--shadow-md: 0 8px 32px rgba(27,42,82,.12);--shadow-lg: 0 16px 64px rgba(27,42,82,.16);--shadow-gold: 0 4px 24px rgba(200,169,110,.25);--transition-fast: .2s ease;--transition-med: .35s ease;--transition-slow: .6s cubic-bezier(.25, .46, .45, .94);--max-width: 1280px;--max-width-narrow: 800px;--header-height: 80px;--header-bg: var(--color-navy-deep);--header-text: var(--color-white);--btn-primary-bg: var(--color-navy);--btn-primary-text: var(--color-white);--btn-secondary-bg: transparent;--btn-secondary-border: var(--color-navy)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;color:var(--color-text);background:var(--color-cream);line-height:1.7;overflow-x:hidden}img,video{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}input,textarea,select{font-family:inherit}.t-display{font-family:var(--font-display);font-weight:400;letter-spacing:.01em;line-height:1.15}.t-display-lg{font-size:clamp(2.5rem,5vw,4.5rem)}.t-display-md{font-size:clamp(2rem,3.5vw,3rem)}.t-display-sm{font-size:clamp(1.5rem,2.5vw,2rem)}.t-label{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.t-body-lg{font-size:1.0625rem;line-height:1.75}.t-body{font-size:.9375rem;line-height:1.7}.t-body-sm{font-size:.8125rem;line-height:1.65}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1.2}h1{font-size:clamp(2.2rem,4.5vw,4rem)}h2{font-size:clamp(1.8rem,3vw,2.75rem)}h3{font-size:clamp(1.35rem,2vw,1.75rem)}h4{font-size:1.25rem}p{color:var(--color-text-muted)}p+p{margin-top:1em}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-xl)}.container--narrow{max-width:var(--max-width-narrow)}.container--fluid{max-width:none}.section{padding:var(--space-3xl) 0}.section--lg{padding:var(--space-4xl) 0}.section--sm{padding:var(--space-2xl) 0}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-header .t-label{color:var(--color-gold);margin-bottom:var(--space-sm);display:block}.section-header h2{color:var(--color-navy)}.section-header p{max-width:560px;margin:var(--space-md) auto 0;font-size:1rem}.grid{display:grid;gap:var(--space-xl)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex--center{align-items:center;justify-content:center}.flex--between{align-items:center;justify-content:space-between}.flex--gap{gap:var(--space-md)}.text-center{text-align:center}.text-gold{color:var(--color-gold)}.text-navy{color:var(--color-navy)}.text-white{color:var(--color-white)}.deco-pattern{background-color:var(--color-navy);background-image:radial-gradient(circle at 0% 0%,transparent 60%,rgba(200,169,110,.15) 61%,rgba(200,169,110,.15) 63%,transparent 64%),radial-gradient(circle at 100% 0%,transparent 60%,rgba(200,169,110,.15) 61%,rgba(200,169,110,.15) 63%,transparent 64%),radial-gradient(circle at 0% 100%,transparent 60%,rgba(200,169,110,.15) 61%,rgba(200,169,110,.15) 63%,transparent 64%),radial-gradient(circle at 100% 100%,transparent 60%,rgba(200,169,110,.15) 61%,rgba(200,169,110,.15) 63%,transparent 64%);background-size:60px 60px}.deco-divider{display:flex;align-items:center;gap:var(--space-md);margin:var(--space-lg) 0}.deco-divider:before,.deco-divider:after{content:"";flex:1;height:1px;background:var(--color-border-gold)}.deco-divider span{color:var(--color-gold);font-size:1.25rem}.gold-line{width:48px;height:2px;background:linear-gradient(90deg,var(--color-gold),var(--color-gold-light));margin:var(--space-md) 0}.gold-line--center{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:14px 36px;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--transition-med);position:relative;overflow:hidden;white-space:nowrap}.btn--primary{background:var(--color-navy);color:var(--color-white);border:1.5px solid var(--color-navy)}.btn--primary:hover{background:var(--color-navy-deep);border-color:var(--color-navy-deep);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--gold{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-light));color:var(--color-navy-deep);border:1.5px solid transparent}.btn--gold:hover{transform:translateY(-2px);box-shadow:var(--shadow-gold)}.btn--outline{background:transparent;color:var(--color-navy);border:1.5px solid var(--color-navy)}.btn--outline:hover{background:var(--color-navy);color:var(--color-white)}.btn--outline-light{background:transparent;color:var(--color-white);border:1.5px solid rgba(255,255,255,.5)}.btn--outline-light:hover{background:var(--color-white);color:var(--color-navy);border-color:var(--color-white)}.btn--sm{padding:10px 24px;font-size:.7rem}.btn--lg{padding:17px 48px;font-size:.8rem}.btn--full{width:100%;justify-content:center}.btn svg{width:16px;height:16px}.announcement-bar{background:var(--color-navy);color:var(--color-white);text-align:center;padding:10px var(--space-md);font-size:.75rem;letter-spacing:.1em;font-weight:500}.announcement-bar a{color:var(--color-gold-light)}.announcement-bar a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:1000;background:var(--header-bg, var(--color-navy-deep));height:var(--header-height);transition:background var(--transition-med),box-shadow var(--transition-med)}.site-header.scrolled{box-shadow:0 2px 32px #00000040}.site-header.transparent{background:transparent;position:absolute;width:100%}.header-inner{height:var(--header-height);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-xl)}.header-logo{display:flex;align-items:center}.header-logo img{height:52px;width:auto;filter:saturate(1.1) brightness(1.04)}.header-logo span{font-family:var(--font-display);font-size:1.35rem;color:var(--color-white);letter-spacing:.05em}.header-nav{display:flex;align-items:center;gap:var(--space-xl)}.header-nav a{color:#fffc;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:color var(--transition-fast);position:relative}.header-nav a:after{content:"";position:absolute;bottom:-3px;left:0;right:100%;height:1px;background:var(--color-gold);transition:right var(--transition-med)}.header-nav a:hover{color:var(--color-white)}.header-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-lg)}.header-icon{color:#fffc;transition:color var(--transition-fast);position:relative;display:flex;align-items:center}.header-icon:hover{color:var(--color-gold)}.header-icon svg{width:20px;height:20px}.cart-count{position:absolute;top:-6px;right:-7px;width:16px;height:16px;background:var(--color-gold);color:var(--color-navy-deep);border-radius:50%;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{display:block;width:22px;height:1.5px;background:var(--color-white);transition:all var(--transition-med)}.mobile-nav{position:fixed;top:0;right:-100%;width:min(360px,90vw);height:100vh;background:var(--color-navy-deep);z-index:2000;transition:right var(--transition-slow);padding:var(--space-2xl) var(--space-xl);overflow-y:auto}.mobile-nav.open{right:0}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1999;opacity:0;pointer-events:none;transition:opacity var(--transition-med)}.mobile-nav-overlay.open{opacity:1;pointer-events:all}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2xl)}.mobile-nav-close{color:var(--color-white);font-size:1.5rem;opacity:.7;transition:opacity var(--transition-fast)}.mobile-nav-close:hover{opacity:1}.mobile-nav-links{display:flex;flex-direction:column;gap:var(--space-xs)}.mobile-nav-links a{color:#ffffffd9;font-size:1rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;padding:var(--space-md) 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color var(--transition-fast);display:flex;align-items:center;justify-content:space-between}.mobile-nav-links a:hover{color:var(--color-gold)}.hero{position:relative;min-height:min(90vh,800px);display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(17,27,56,.78) 0%,rgba(17,27,56,.5) 55%,transparent 100%)}.hero-content{position:relative;z-index:1;max-width:680px;padding:var(--space-2xl) 0}.hero-content .t-label{color:var(--color-gold-light);margin-bottom:var(--space-lg);display:flex;align-items:center;gap:var(--space-md)}.hero-content .t-label:before{content:"";display:inline-block;width:32px;height:1px;background:var(--color-gold)}.hero-title{font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5.5rem);font-weight:300;color:var(--color-white);line-height:1.05;margin-bottom:var(--space-xl)}.hero-title em{font-style:italic;color:var(--color-gold-light)}.hero-text{color:#ffffffbf;font-size:1.0625rem;line-height:1.75;max-width:480px;margin-bottom:var(--space-2xl)}.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap}.hero-scroll{position:absolute;bottom:var(--space-xl);left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);color:#ffffff80;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;animation:scrollBounce 2s infinite}.hero-scroll:after{content:"";width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.4),transparent)}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.hero--center .hero-content{text-align:center;margin:0 auto}.hero--center .hero-actions,.hero--center .t-label{justify-content:center}.promise-strip{background:var(--color-navy);padding:var(--space-xl) 0}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.promise-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-xl);border-right:1px solid rgba(255,255,255,.08)}.promise-item:last-child{border-right:none}.promise-icon{width:36px;height:36px;flex-shrink:0;color:var(--color-gold)}.promise-text strong{display:block;color:var(--color-white);font-size:.8rem;font-weight:600;letter-spacing:.06em;margin-bottom:2px}.promise-text span{color:#ffffff80;font-size:.72rem}.product-card{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--transition-med),box-shadow var(--transition-med);position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card__media{position:relative;overflow:hidden;aspect-ratio:1;background:var(--color-cream)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__badge{position:absolute;top:var(--space-md);left:var(--space-md);background:var(--color-gold);color:var(--color-navy-deep);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:var(--radius-sm);z-index:1}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--color-navy);color:var(--color-white);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:var(--space-md);text-align:center;transform:translateY(100%);transition:transform var(--transition-med);z-index:2}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__body{padding:var(--space-lg) var(--space-xl);flex:1;display:flex;flex-direction:column}.product-card__vendor{font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-xs);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.product-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:400;color:var(--color-navy);line-height:1.3;margin-bottom:var(--space-xs);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__subtitle{font-size:.8rem;color:var(--color-text-light);margin-bottom:var(--space-md);flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card__price{font-size:1.05rem;font-weight:600;color:var(--color-navy)}.product-card__price-compare{font-size:.875rem;color:var(--color-text-light);text-decoration:line-through;margin-left:var(--space-sm)}.product-card__rating{display:flex;align-items:center;gap:3px}.product-card__rating .star{width:11px;height:11px;color:var(--color-gold)}.featured-collection{background:var(--color-cream)}.products-carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.brand-story{background:var(--color-white)}.brand-story-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:580px}.brand-story__media{position:relative;overflow:hidden}.brand-story__media img{width:100%;height:100%;object-fit:cover}.brand-story__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(27,42,82,.2),transparent 60%)}.brand-story__content{padding:var(--space-3xl) var(--space-3xl);display:flex;flex-direction:column;justify-content:center;background:var(--color-cream)}.brand-story__content .t-label{color:var(--color-gold);margin-bottom:var(--space-lg)}.brand-story__content h2{color:var(--color-navy);margin-bottom:var(--space-xl)}.brand-story__content p{color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-lg)}.brand-story__stat-row{display:flex;gap:var(--space-2xl);margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border)}.brand-story__stat strong{display:block;font-family:var(--font-display);font-size:2.5rem;font-weight:400;color:var(--color-navy);line-height:1}.brand-story__stat span{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light)}.services-section{background:var(--color-navy);padding:var(--space-3xl) 0}.services-section .section-header .t-label{color:var(--color-gold)}.services-section .section-header h2{color:var(--color-white)}.services-section .section-header p{color:#ffffff8c}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.service-card{background:#ffffff0a;border:1px solid rgba(200,169,110,.2);border-radius:var(--radius-md);padding:var(--space-2xl) var(--space-xl);text-align:center;transition:all var(--transition-med);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(200,169,110,.05),transparent);opacity:0;transition:opacity var(--transition-med)}.service-card:hover{border-color:#c8a96e80;background:#ffffff0f;transform:translateY(-4px)}.service-card:hover:before{opacity:1}.service-card__icon{width:56px;height:56px;margin:0 auto var(--space-xl);background:#c8a96e1f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-gold)}.service-card__icon svg{width:26px;height:26px}.service-card h3{color:var(--color-white);font-size:1.25rem;margin-bottom:var(--space-md)}.service-card p{color:#ffffff80;font-size:.875rem;line-height:1.7;margin-bottom:var(--space-xl)}.service-card .btn--outline-light{font-size:.65rem}.testimonials{background:var(--color-cream-dark)}.testimonials-slider{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.testimonial-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-2xl) var(--space-xl);position:relative;box-shadow:var(--shadow-sm)}.testimonial-card:before{content:'"';position:absolute;top:var(--space-xl);left:var(--space-xl);font-family:var(--font-display);font-size:4rem;color:var(--color-gold-pale);line-height:1;font-weight:300}.testimonial-stars{display:flex;gap:3px;margin-bottom:var(--space-lg)}.testimonial-stars .star{color:var(--color-gold);font-size:.875rem}.testimonial-text{color:var(--color-text);font-size:.9375rem;line-height:1.75;margin-bottom:var(--space-xl);font-style:italic;font-family:var(--font-display);font-weight:400}.testimonial-author{display:flex;align-items:center;gap:var(--space-md)}.testimonial-author img{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-author-info strong{display:block;font-size:.85rem;font-weight:600;color:var(--color-navy)}.testimonial-author-info span{font-size:.75rem;color:var(--color-text-light)}.image-with-text{background:var(--color-white)}.image-with-text-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center}.image-with-text-inner.reverse{direction:rtl}.image-with-text-inner.reverse>*{direction:ltr}.image-with-text__media{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5}.image-with-text__media img{width:100%;height:100%;object-fit:cover}.image-with-text__media-accent{position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:var(--color-gold-pale);border-radius:var(--radius-md);z-index:-1}.image-with-text__content .t-label{color:var(--color-gold);margin-bottom:var(--space-lg)}.image-with-text__content h2{color:var(--color-navy);margin-bottom:var(--space-xl)}.image-with-text__content p{margin-bottom:var(--space-lg)}.image-with-text__list{list-style:none;margin-bottom:var(--space-2xl)}.image-with-text__list li{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border);font-size:.9rem;color:var(--color-text-muted)}.image-with-text__list li:before{content:"";flex-shrink:0;width:20px;height:20px;background:var(--color-gold-pale);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C8A96E'%3E%3Cpath d='M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center;margin-top:2px}.ingredients{background:var(--color-cream)}.ingredient-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.ingredient-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-2xl) var(--space-xl);text-align:center;border:1px solid var(--color-border);transition:all var(--transition-med)}.ingredient-card:hover{border-color:var(--color-border-gold);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.ingredient-emoji{font-size:2.25rem;display:block;margin-bottom:var(--space-md)}.ingredient-card h4{font-size:1rem;color:var(--color-navy);margin-bottom:var(--space-sm)}.ingredient-card p{font-size:.8rem;line-height:1.65}.newsletter{background:var(--color-navy)}.newsletter-inner{max-width:640px;margin:0 auto;text-align:center}.newsletter .t-label{color:var(--color-gold);margin-bottom:var(--space-lg)}.newsletter h2{color:var(--color-white);margin-bottom:var(--space-lg)}.newsletter p{color:#ffffff8c;margin-bottom:var(--space-2xl)}.newsletter-form{display:flex;gap:0;max-width:480px;margin:0 auto}.newsletter-form input{flex:1;padding:14px 20px;background:#ffffff14;border:1.5px solid rgba(255,255,255,.15);border-right:none;border-radius:var(--radius-sm) 0 0 var(--radius-sm);color:var(--color-white);font-size:.875rem;outline:none;transition:border-color var(--transition-fast)}.newsletter-form input::placeholder{color:#ffffff59}.newsletter-form input:focus{border-color:var(--color-gold)}.newsletter-form button{border-radius:0 var(--radius-sm) var(--radius-sm) 0;white-space:nowrap}.site-footer{background:var(--color-navy-deep);padding:var(--space-3xl) 0 0}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-2xl);padding-bottom:var(--space-3xl);border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand img{height:30px;margin-bottom:var(--space-lg)}.footer-brand p{color:#ffffff73;font-size:.85rem;line-height:1.75;max-width:280px;margin-bottom:var(--space-xl)}.footer-social{display:flex;gap:var(--space-md)}.footer-social a{width:36px;height:36px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff9;transition:all var(--transition-fast)}.footer-social a:hover{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-navy-deep);transform:translateY(-2px)}.footer-social a svg{width:15px;height:15px}.footer-col h4{color:var(--color-white);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--space-xl)}.footer-links{display:flex;flex-direction:column;gap:var(--space-md)}.footer-links a{color:#ffffff73;font-size:.85rem;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--color-gold-light)}.footer-bottom{padding:var(--space-xl) 0;display:flex;align-items:center;justify-content:space-between}.footer-bottom p{color:#ffffff40;font-size:.75rem}.footer-payment{display:flex;align-items:center;gap:var(--space-sm)}.footer-payment img{height:22px;opacity:.4}.product-page{background:var(--color-white);padding:var(--space-3xl) 0}.product-page-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-3xl);align-items:start}.product-gallery{position:sticky;top:calc(var(--header-height) + var(--space-xl))}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--color-cream);margin-bottom:var(--space-md)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-sm)}.product-gallery__thumb{aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition-fast);background:var(--color-cream)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.active{border-color:var(--color-gold)}.product-details__vendor{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-sm)}.product-details h1{font-size:clamp(1.75rem,3vw,2.5rem);color:var(--color-navy);margin-bottom:var(--space-md);font-weight:400}.product-details__reviews{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl)}.review-stars{display:flex;gap:2px}.review-stars .star{width:13px;height:13px;color:var(--color-gold)}.review-count{font-size:.8rem;color:var(--color-text-light)}.product-price{display:flex;align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.product-price__current{font-size:1.75rem;font-weight:600;color:var(--color-navy)}.product-price__compare{font-size:1.1rem;color:var(--color-text-light);text-decoration:line-through}.product-price__badge{background:var(--color-gold-pale);color:var(--color-navy);font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:var(--radius-sm);letter-spacing:.08em}.product-options{margin-bottom:var(--space-xl)}.product-options label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);margin-bottom:var(--space-md)}.option-swatches{display:flex;gap:var(--space-sm);flex-wrap:wrap}.option-swatch{padding:9px 18px;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);color:var(--color-text)}.option-swatch:hover{border-color:var(--color-navy)}.option-swatch.active{border-color:var(--color-gold);background:var(--color-gold);color:var(--color-navy-deep);font-weight:600}.product-qty{display:flex;align-items:center;gap:0;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;width:fit-content;margin-bottom:var(--space-lg)}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-cream);font-size:1.2rem;color:var(--color-text);transition:all var(--transition-fast)}.qty-btn:hover{background:var(--color-border)}.qty-input{width:56px;text-align:center;border:none;border-left:1.5px solid var(--color-border);border-right:1.5px solid var(--color-border);font-size:.9rem;font-weight:500;color:var(--color-text);outline:none;height:44px}.product-add-row{display:grid;grid-template-columns:1fr auto;gap:var(--space-md);margin-bottom:var(--space-xl)}.btn-wishlist{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);transition:all var(--transition-fast)}.btn-wishlist:hover{border-color:var(--color-gold);color:var(--color-gold)}.product-tabs{margin-top:16px}.tab-triggers{display:flex;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-xl);gap:0}.tab-trigger{padding:var(--space-md) var(--space-xl);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:all var(--transition-fast);cursor:pointer}.tab-trigger.active{color:var(--color-navy);border-bottom-color:var(--color-navy)}.tab-content{display:none}.tab-content.active{display:block}.tab-content p{font-size:.9rem;line-height:1.8;color:var(--color-text-muted)}.collection-page{background:var(--color-cream);padding:var(--space-2xl) 0 var(--space-3xl)}.collection-header{background:var(--color-navy);padding:var(--space-3xl) 0;text-align:center}.collection-header .t-label{color:var(--color-gold);margin-bottom:var(--space-md)}.collection-header h1{color:var(--color-white)}.collection-header p{color:#ffffff80;margin-top:var(--space-md)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-xl) 0;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-xl)}.collection-count{font-size:.85rem;color:var(--color-text-muted)}.collection-sort{display:flex;align-items:center;gap:var(--space-md)}.collection-sort label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.collection-sort select{border:1px solid var(--color-border);padding:8px 16px;border-radius:var(--radius-sm);font-size:.85rem;color:var(--color-text);background:var(--color-white);outline:none}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.collection-grid.cols-4{grid-template-columns:repeat(4,1fr)}.cart-page{background:var(--color-cream);padding:var(--space-3xl) 0}.cart-inner{display:grid;grid-template-columns:1fr 380px;gap:var(--space-2xl);align-items:start}.cart-items{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:var(--space-xl);padding:var(--space-xl);border-bottom:1px solid var(--color-border);align-items:center}.cart-item:last-child{border-bottom:none}.cart-item__image{border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1;background:var(--color-cream)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:1rem;font-weight:500;color:var(--color-navy);margin-bottom:var(--space-xs)}.cart-item__variant{font-size:.8rem;color:var(--color-text-light)}.cart-item__price{font-weight:600;color:var(--color-navy);white-space:nowrap}.cart-item__remove{font-size:.75rem;color:var(--color-text-light);margin-top:var(--space-sm);display:block}.cart-item__remove:hover{color:#c0392b}.cart-summary{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-xl);position:sticky;top:calc(var(--header-height) + var(--space-xl))}.cart-summary h3{font-size:1.15rem;color:var(--color-navy);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.cart-summary-line{display:flex;justify-content:space-between;margin-bottom:var(--space-md);font-size:.9rem;color:var(--color-text-muted)}.cart-summary-line.total{font-size:1.05rem;font-weight:700;color:var(--color-navy);margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border)}.cart-promo{display:flex;gap:var(--space-sm);margin:var(--space-xl) 0}.cart-promo input{flex:1;padding:10px 16px;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-size:.85rem;outline:none}.cart-promo input:focus{border-color:var(--color-navy)}.breadcrumb{padding:var(--space-lg) 0;font-size:.75rem;display:flex;align-items:center;gap:var(--space-sm);color:var(--color-text-light)}.breadcrumb a{color:var(--color-text-light);transition:color var(--transition-fast)}.breadcrumb a:hover{color:var(--color-gold)}.breadcrumb-sep{opacity:.4}.page-hero{background:var(--color-navy);padding:var(--space-3xl) 0;text-align:center}.page-hero .t-label{color:var(--color-gold);margin-bottom:var(--space-md)}.page-hero h1{color:var(--color-white)}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-navy-deep);z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--space-xl);transition:opacity .5s ease,visibility .5s ease}.page-loader.hidden{opacity:0;visibility:hidden}.loader-logo{height:52px;width:auto;filter:saturate(1.1) brightness(1.04)}.loader-bar{width:200px;height:1px;background:#ffffff1a;overflow:hidden;border-radius:var(--radius-pill)}.loader-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-gold),var(--color-gold-light));animation:loaderFill 1.5s ease forwards}@keyframes loaderFill{0%{width:0}to{width:100%}}.fade-up{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up--delay-1{transition-delay:.1s}.fade-up--delay-2{transition-delay:.2s}.fade-up--delay-3{transition-delay:.3s}.fade-up--delay-4{transition-delay:.4s}@media(max-width:1024px){:root{--space-xl: 28px;--space-2xl: 48px;--space-3xl: 72px}.container{padding:0 var(--space-lg)}.products-carousel{grid-template-columns:repeat(3,1fr)!important}.footer-top{grid-template-columns:1fr 1fr 1fr}.footer-top>:first-child{grid-column:1 / -1}.brand-story__content{padding:var(--space-2xl)}.product-page-inner{gap:var(--space-2xl)}.promise-inner{padding:0 20px}.promise-item{padding:10px 14px}}@media(max-width:768px){:root{--space-xl: 20px;--space-2xl: 36px;--space-3xl: 56px}html,body{overflow-x:hidden}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:0;padding:0 4px}.header-logo{flex:1;min-width:0}.header-logo img{height:44px;width:auto;max-width:220px;object-fit:contain}.header-logo span{font-size:1.1rem;white-space:nowrap}.header-nav{display:none!important}.header-actions{flex-shrink:0;display:flex;align-items:center;gap:18px;justify-content:flex-end}.nav-toggle{display:flex}.hero{min-height:min(75vh,600px)}.hero-title{font-size:clamp(2.2rem,8vw,3.5rem)}.section{padding:56px 0}.section--lg{padding:72px 0}.section--sm{padding:36px 0}.section-header{margin-bottom:40px}.container{padding:0 20px}.products-carousel{grid-template-columns:repeat(2,1fr)!important;gap:12px}.product-card__body{padding:14px}.product-card__title{font-size:1rem}.product-card__subtitle{display:none}.product-card__price{font-size:.95rem}.product-card__rating{display:none}.brand-story-inner{grid-template-columns:1fr}.brand-story__media{aspect-ratio:16/9}.services-grid,.testimonials-slider{grid-template-columns:1fr!important}.ingredient-grid{grid-template-columns:repeat(2,1fr)!important}.image-with-text-inner{grid-template-columns:1fr}.image-with-text-inner.reverse{direction:ltr}.promise-grid{grid-template-columns:repeat(2,1fr)!important}.promise-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.promo-inner{grid-template-columns:1fr!important}.promo-panel{padding:48px 28px}.ba-grid{grid-template-columns:1fr!important}.pid-grid,.pss-grid,.ppw-grid{grid-template-columns:repeat(2,1fr)!important}.pst-grid{grid-template-columns:repeat(3,1fr)!important}.phtu-layout{grid-template-columns:1fr!important}.phtu-image{position:static!important;max-width:280px;margin:0 auto}.product-page-inner{grid-template-columns:1fr}.product-gallery{position:static}.tab-triggers{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap}.tab-triggers::-webkit-scrollbar{display:none}.tab-trigger{flex-shrink:0}.product-add-row{grid-template-columns:1fr}.product-price{flex-wrap:wrap;gap:var(--space-sm)}.collection-grid{grid-template-columns:repeat(2,1fr)!important}.cart-inner{grid-template-columns:1fr}.cart-summary{position:static}.footer-top{grid-template-columns:1fr 1fr}.footer-top>:first-child{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:var(--space-md);text-align:center}.newsletter-form{flex-direction:column}.newsletter-form input{border-right:1.5px solid rgba(255,255,255,.15);border-bottom:none;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.newsletter-form button{border-radius:0 0 var(--radius-sm) var(--radius-sm);justify-content:center}.press-logos{overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important;-webkit-overflow-scrolling:touch}.press-logo-item{flex-shrink:0;min-width:100px;border-right:none}[style*="padding: 88px 0"],[style*="padding:88px 0"]{padding:56px 0!important}[style*="padding: 80px 0"],[style*="padding:80px 0"]{padding:48px 0!important}}@media(max-width:480px){html,body{overflow-x:hidden}.container{padding:0 16px}.section{padding:40px 0}.header-logo img{height:38px;max-width:180px}.header-logo span{font-size:.95rem}.header-actions{gap:14px}.header-icon svg{width:18px;height:18px}.hero{min-height:85vh}.hero-title{font-size:clamp(2rem,9vw,3rem)}.hero-text{font-size:.9375rem}.hero-actions{flex-direction:column;gap:10px}.hero-actions .btn{width:100%;justify-content:center}.products-carousel{grid-template-columns:repeat(2,1fr)!important;gap:8px}.product-card__body{padding:10px 10px 12px}.product-card__vendor{font-size:.58rem}.product-card__title,.product-card__price{font-size:.875rem}.product-card__badge{font-size:.55rem;padding:3px 7px}.promise-grid,.ingredient-grid,.pid-grid,.ppw-grid{grid-template-columns:1fr!important}.pst-grid{grid-template-columns:repeat(2,1fr)!important}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}h1{font-size:clamp(1.9rem,7.5vw,3rem)}h2{font-size:clamp(1.5rem,5.5vw,2.25rem)}h3{font-size:clamp(1.15rem,4vw,1.5rem)}.btn{padding:12px 20px;font-size:.68rem}.btn--lg{padding:14px 28px;font-size:.72rem}[style*="padding: 88px 0"],[style*="padding:88px 0"]{padding:40px 0!important}[style*="padding: 80px 0"],[style*="padding:80px 0"]{padding:36px 0!important}}@media(max-width:400px){:root{--header-height: 64px}.products-carousel{grid-template-columns:repeat(2,1fr)!important;gap:6px}.collection-grid{grid-template-columns:repeat(2,1fr)!important}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.visually-hidden{visibility:hidden}.hidden{display:none!important}.nowrap{white-space:nowrap}body.scroll-lock{overflow:hidden}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;font-size:.85rem}.footer-contact-icon{flex-shrink:0;width:28px;height:28px;background:#c8a96e1f;border:1px solid rgba(200,169,110,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-gold);margin-top:1px}.footer-contact-item a{color:#ffffff73;text-decoration:none;transition:color .2s;line-height:1.6}.footer-contact-item a:hover{color:var(--color-gold-light)}.footer-contact-item span:not(.footer-contact-icon){color:#ffffff73;line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)!important}.service-card{padding:var(--space-xl) var(--space-lg)}}@media(max-width:600px){.services-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.product-page-inner{grid-template-columns:1fr!important;gap:24px}.product-gallery{position:static!important}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr);gap:6px}.tab-triggers{overflow-x:auto;white-space:nowrap;scrollbar-width:none}.tab-triggers::-webkit-scrollbar{display:none}.tab-trigger{flex-shrink:0}.product-details__title{font-size:clamp(1.5rem,5vw,2rem)}.product-trust{flex-wrap:wrap;gap:10px}}@media(max-width:900px){.phtu-layout{grid-template-columns:1fr!important;gap:32px}.phtu-image{position:static!important;max-width:300px;margin:0 auto}}@media(max-width:480px){.phtu-step{grid-template-columns:36px 1fr;gap:12px}.phtu-step__number{width:36px;height:36px;font-size:1rem}.phtu-step__tip{padding:8px 12px;font-size:.75rem}}@media(max-width:768px){.collection-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:420px){.collection-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.products-carousel{grid-template-columns:repeat(2,1fr)!important}}.gr-overall{display:inline-flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:16px 24px;margin-top:20px}.gr-overall__score{font-family:var(--font-display);font-size:2.75rem;font-weight:400;color:var(--color-navy);line-height:1}.gr-overall__stars{display:flex;gap:3px;margin-bottom:5px}.gr-overall__meta{display:flex;align-items:center;gap:10px;font-size:.75rem;color:var(--color-text-muted)}.gr-overall__google{display:inline-flex;align-items:center;gap:4px;font-weight:600;color:var(--color-text)}.gr-star--full{color:#c8a96e;width:14px;height:14px}.gr-star--empty{color:#e8e4dc;width:14px;height:14px}.gr-grid{display:grid;gap:20px;margin-top:40px}.gr-card{background:#fff;border-radius:12px;border:1px solid var(--color-border);padding:24px;box-shadow:0 2px 12px #1b2a520d;transition:transform .25s,box-shadow .25s}.gr-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #1b2a521a}.gr-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.gr-card__avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:var(--color-gold-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--font-display);font-size:1.15rem;color:var(--color-gold)}.gr-card__avatar img{width:100%;height:100%;object-fit:cover}.gr-card__meta{flex:1}.gr-card__meta strong{display:block;font-size:.875rem;font-weight:600;color:var(--color-navy);margin-bottom:2px}.gr-card__meta span{font-size:.72rem;color:var(--color-text-light)}.gr-card__google-icon{flex-shrink:0;opacity:.7}.gr-card__stars{display:flex;gap:2px;margin-bottom:12px}.gr-card__text{font-size:.9rem;line-height:1.75;color:var(--color-text-muted);font-style:italic;margin:0}@media(max-width:768px){.gr-grid{grid-template-columns:1fr!important}}.product-card__badge--waitlist{background:var(--color-navy);color:#fff}.product-card__badge--low-stock{background:#c53030;color:#fff}.product-card__badge--presale{background:var(--color-gold);color:var(--color-navy-deep)}
/*# sourceMappingURL=/cdn/shop/t/99/assets/theme.css.map */
