:root{--font-body:"Manrope",sans-serif;--font-display:"Cormorant Garamond",serif;--bg-light:#FAF9F6;--bg-dark:#0D0E0D;--bg-dark-card:#151715;--text-light-strong:#111111;--text-light-soft:#4A4D4A;--text-dark-strong:#FAF9F6;--text-dark-soft:#A3A8A3;--border-light:rgba(17,19,17,0.08);--border-light-strong:rgba(17,19,17,0.16);--border-dark:rgba(250,249,246,0.1);--border-dark-strong:rgba(250,249,246,0.18);--color-accent:#E5A93C;--color-accent-hover:#D4982B;--color-accent-glow:rgba(229,169,60,0.15);--bg-green:#1A3A2F;--background:var(--bg-light);--surface:#ffffff;--surface-strong:#ffffff;--surface-muted:#F3F2EE;--text-strong:var(--text-light-strong);--text-soft:var(--text-light-soft);--line:var(--border-light);--line-strong:var(--border-light-strong);--shadow:0 12px 40px rgba(0,0,0,0.02);--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--transition-fast:0.2s var(--ease-out);--transition-smooth:0.4s var(--ease-out);--transition-slower:0.6s var(--ease-out);--radius-lg:20px;--radius-md:12px;--radius-sm:8px;--radius-full:9999px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--background)}body{font-family:var(--font-body);background:var(--background);color:var(--text-strong);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a,body,button,input,select,textarea{font:inherit;color:inherit}a{text-decoration:none}a,button{transition:var(--transition-fast)}button{border:none;background:transparent;cursor:pointer}img{display:block;max-width:100%;height:auto}.page-shell{padding-top:7rem;min-height:100vh}.section-shell{width:min(1200px,calc(100% - 3rem));margin:0 auto;position:relative;z-index:2}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;padding:.5rem;cursor:pointer}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:currentColor;border-radius:2px;transition:var(--transition-fast)}@media (max-width:900px){.mobile-menu-toggle{display:flex}}.theme-dark{--background:var(--bg-dark);--surface:var(--bg-dark-card);--surface-strong:#1A1C1A;--surface-muted:#111211;--text-strong:var(--text-dark-strong);--text-soft:var(--text-dark-soft);--line:var(--border-dark);--line-strong:var(--border-dark-strong)}.theme-dark,.theme-light{background-color:var(--background);color:var(--text-strong)}.theme-light{--background:var(--bg-light);--surface:#ffffff;--surface-strong:#ffffff;--surface-muted:#F3F2EE;--text-strong:var(--text-light-strong);--text-soft:var(--text-light-soft);--line:var(--border-light);--line-strong:var(--border-light-strong)}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--color-accent);margin-bottom:.75rem;display:block}.display-title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:500;line-height:1.1;letter-spacing:-.02em}.section-copy{font-size:clamp(1rem,1.2vw,1.125rem);color:var(--text-soft);max-width:44rem;line-height:1.7}.promo-banner{background:var(--color-accent);color:#000000;text-align:center;padding:.6rem 1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;position:relative;z-index:100;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:var(--transition-fast)}.promo-banner a{text-decoration:underline;font-weight:800}.site-header{position:fixed;top:2.5rem;left:0;right:0;z-index:90;padding:.6rem 0;transition:transform .3s var(--ease-out),top .3s var(--ease-out);pointer-events:none}.site-header.is-scrolled{top:.6rem}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.8rem 2.2rem;border-radius:var(--radius-full);background:rgba(250,249,246,.72);border:1px solid rgba(17,19,17,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:var(--transition-smooth);pointer-events:auto;width:min(1120px,calc(100% - 2.5rem));margin:0 auto;box-shadow:0 4px 30px rgba(0,0,0,.04);color:var(--text-light-strong)}.header-inner .header-nav a{color:var(--text-light-soft)}.header-inner .header-nav a.is-active,.header-inner .header-nav a:hover{color:var(--text-light-strong)}.header-inner .cart-trigger{border-color:var(--border-light-strong)}.header-inner.is-scrolled{background:rgba(250,249,246,.92);border:1px solid var(--border-light-strong);padding:.7rem 2.2rem;box-shadow:0 10px 40px rgba(0,0,0,.06)}.site-header.is-light-text .header-inner:not(.is-scrolled){color:var(--text-light-strong)}.site-header.is-light-text .header-inner:not(.is-scrolled) .header-nav a{color:var(--text-light-soft)}.site-header.is-light-text .header-inner:not(.is-scrolled) .brand-link,.site-header.is-light-text .header-inner:not(.is-scrolled) .header-nav a:hover{color:var(--text-light-strong)}.site-header.is-light-text .header-inner:not(.is-scrolled) .cart-trigger{border-color:var(--border-light-strong)}.header-inner.is-scrolled{color:var(--text-light-strong)}.header-inner.is-scrolled .header-nav a{color:var(--text-light-soft)}.header-inner.is-scrolled .brand-link,.header-inner.is-scrolled .header-nav a:hover{color:var(--text-light-strong)}.header-inner.is-scrolled .cart-trigger{border-color:var(--border-light-strong)}.brand-link{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.8rem;font-weight:600;letter-spacing:-.02em;color:var(--text-light-strong)}.brand-logo-img{width:44px;height:44px;object-fit:contain;flex-shrink:0}.brand-dot{width:8px;height:8px;background-color:var(--color-accent);border-radius:var(--radius-full)}.header-nav{display:flex;align-items:center;gap:2rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.header-nav a{color:var(--text-soft)}.header-nav a.is-active,.header-nav a:hover{color:var(--text-strong)}.cart-trigger{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.5rem 1.2rem;border:1px solid var(--line-strong);border-radius:var(--radius-full)}.cart-count{display:grid;place-items:center;min-width:1.5rem;height:1.5rem;font-size:.75rem}.cart-button-floating,.cart-count{background:var(--text-strong);color:var(--background);border-radius:var(--radius-full)}.cart-button-floating{display:none;position:fixed;right:1.5rem;bottom:1.5rem;width:3.5rem;height:3.5rem;z-index:80;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(0,0,0,.15)}.cart-button-floating svg{width:1.3rem;height:1.3rem}.cart-button-floating span{position:absolute;top:-.2rem;right:-.2rem;background:var(--color-accent);color:#000;font-size:.7rem;font-weight:800;width:1.25rem;height:1.25rem;border-radius:var(--radius-full);display:grid;place-items:center}.button-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--text-strong);color:var(--background);padding:.9rem 2.2rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--text-strong)}.button-primary:hover,.button-secondary{background:transparent;color:var(--text-strong)}.button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.2rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--line-strong)}.button-secondary:hover{background:var(--surface-muted)}.hero-section{position:relative;min-height:85vh;display:flex;padding:6rem 4rem;background-color:#ECEAE5;overflow:hidden;margin:0;box-shadow:0 16px 40px rgba(0,0,0,.02)}.hero-grid,.hero-section{align-items:center;width:100%}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;max-width:1200px;margin:0 auto}.hero-content{padding-right:2rem;display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4.4rem);font-weight:500;line-height:1.08;letter-spacing:-.03em;color:var(--text-light-strong)}.hero-lead{font-size:1.1rem;color:var(--text-light-soft);max-width:32rem;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem}.hero-image-pane{position:relative;width:100%;height:60vh;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.05)}.hero-image-pane img{width:100%;height:100%;object-fit:cover}.hero-slider-section{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:#0a0a0a;padding-top:7rem;padding-bottom:80px;border-radius:0 0 40px 40px;z-index:2}.hero-slider-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55;z-index:0}.hero-slider-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.38),rgba(255,255,255,.18) 50%,rgba(255,255,255,.06));z-index:1}.hero-slider-container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 420px;grid-gap:4rem;gap:4rem;align-items:center;width:min(1200px,calc(100% - 3rem));margin:0 auto;padding:5rem 0}.hero-slider-copy{display:flex;flex-direction:column;gap:1.5rem;color:#f5f2eb}.hero-slider-copy .eyebrow{color:var(--color-accent)}.hero-dynamic-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,5.5rem);font-weight:500;line-height:1.05;letter-spacing:-.03em;color:#f5f2eb;display:flex;flex-wrap:wrap;gap:0 .4em;align-items:baseline}.word-cycler{display:inline-block;overflow:hidden;height:1.1em;vertical-align:bottom;color:var(--color-accent)}.word-cycler-inner{display:flex;flex-direction:column;animation:wordCycle 6s steps(1) infinite}.word-cycler-inner span{height:1.1em;display:block}@keyframes wordCycle{0%{transform:translateY(0)}25%{transform:translateY(-1.1em)}50%{transform:translateY(-2.2em)}75%{transform:translateY(-3.3em)}to{transform:translateY(0)}}.hero-slider-copy .hero-lead{color:rgba(245,242,235,.75);font-size:1.05rem;max-width:28rem}.hero-side-panel{flex-shrink:0}.panel-inner{background:rgba(255,255,255,.75);border:1px solid rgba(17,19,17,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.08);transition:var(--transition-smooth)}.panel-image-wrapper{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.panel-product-image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slower)}.panel-inner:hover .panel-product-image{transform:scale(1.04)}.panel-badge{position:absolute;top:.9rem;left:.9rem;background:var(--color-accent);color:#000;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .6rem;border-radius:var(--radius-full);z-index:5}.panel-product-info{padding:1.25rem 1.4rem 1.4rem;display:flex;flex-direction:column;gap:.6rem}.panel-product-info h3{font-family:var(--font-display);font-size:1.4rem;font-weight:500;color:var(--text-light-strong);line-height:1.1}.panel-product-info p{font-size:.78rem;color:var(--text-light-soft);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.panel-navigation{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:.9rem;border-top:1px solid rgba(17,19,17,.1)}.nav-btn{width:2.2rem;height:2.2rem;border-radius:var(--radius-full);border:1px solid rgba(17,19,17,.15);color:var(--text-light-strong);display:grid;place-items:center;background:rgba(17,19,17,.04);transition:var(--transition-fast)}.nav-btn:hover{background:rgba(17,19,17,.1);border-color:rgba(17,19,17,.3)}.nav-indicators{display:flex;gap:.4rem;align-items:center}.nav-dot{width:6px;height:6px;border-radius:var(--radius-full);background:rgba(17,19,17,.2);cursor:pointer;transition:var(--transition-fast)}.nav-dot.is-active{background:var(--color-accent);width:18px}.fade-in{animation:fadeIn .6s var(--ease-out) both}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .45s var(--ease-out) both}.animate-slide-up-delay{animation:slideUp .45s var(--ease-out) .1s both}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.hero-slider-container{grid-template-columns:1fr;gap:2.5rem;padding:4rem 0 3rem}.hero-side-panel{max-width:420px;margin:0 auto;width:100%}}@media (max-width:600px){.hero-dynamic-title{font-size:clamp(2.4rem,10vw,3.5rem)}}.collection-section{padding:8rem 4rem 6rem;margin-top:0;width:100%;position:relative;background-color:var(--bg-green);box-shadow:0 16px 40px rgba(0,0,0,.03);z-index:1}.collection-section:before{display:none}.collection-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:2rem;position:relative;z-index:2}.collection-title{max-width:32rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem;position:relative;z-index:2}.product-card{display:flex;flex-direction:column;background:var(--bg-green);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:.6rem;height:100%;transition:transform var(--transition-smooth),box-shadow var(--transition-smooth),border-color var(--transition-fast);position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(0,0,0,.05);border-color:var(--line-strong)}.product-card-badge{position:absolute;top:.6rem;left:.6rem;z-index:10;background:var(--text-strong);color:var(--background);font-size:.55rem;text-transform:uppercase;font-weight:700;letter-spacing:.1em;padding:.2rem .5rem;border-radius:var(--radius-full)}.product-card-badge.accent-badge{background:var(--color-accent);color:#000}.product-card-image-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,var(--surface-muted) 25%,var(--surface) 50%,var(--surface-muted) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}.product-card-image.is-loaded{opacity:1}.product-card-image{opacity:0;transition:opacity .4s ease}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-card-media{aspect-ratio:4/3;width:100%;border-radius:var(--radius-md);background:var(--surface-muted);overflow:hidden;margin-bottom:.65rem;position:relative;display:block}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-smooth)}.product-card:hover .product-card-media img{transform:scale(1.04)}.product-card-code{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--color-accent);border:1px solid var(--line-strong);padding:.15rem .5rem;border-radius:var(--radius-full);display:inline-block;margin-bottom:.4rem;align-self:flex-start}.product-card-title{font-family:var(--font-display);font-size:1.05rem;font-weight:500;margin-bottom:.3rem}.product-card-desc{font-size:.72rem;color:var(--text-soft);margin-bottom:.6rem;flex-grow:1;line-height:1.4}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.6rem;border-top:1px solid var(--line)}.product-card-price{display:flex;flex-direction:column}.product-card-price strong{font-size:.95rem;font-weight:700}.product-card-price span{font-size:.75rem;color:var(--text-soft);text-decoration:line-through}.product-card-action{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.4rem .75rem;background:var(--text-strong);color:var(--background);border-radius:var(--radius-full)}.product-card-action:hover{background:var(--color-accent);color:#000}.related-products-section{padding:8rem 0 6rem;margin:0;width:100%;position:relative;background-color:var(--bg-green);box-shadow:0 16px 40px rgba(0,0,0,.03)}.related-products-section:before{content:"";position:absolute;top:0;left:0;right:0;height:50px;background:var(--bg-light);border-radius:0 0 50px 50px;z-index:1}.related-grid{grid-template-columns:repeat(3,minmax(0,320px));justify-content:center;gap:1.5rem}@media (max-width:1024px){.related-products-section{padding:6rem 0 5rem}}@media (max-width:768px){.related-products-section{padding:5rem 0 4rem}.related-grid{grid-template-columns:repeat(2,1fr);justify-content:unset}.related-products-section:before{height:30px;border-radius:0 0 30px 30px}}@media (max-width:500px){.related-grid{grid-template-columns:1fr}}.science-section{padding:8rem 4rem 6rem;background:var(--surface-muted);margin:0;width:100%;box-shadow:0 16px 40px rgba(0,0,0,.02);border:none;position:relative}.science-section:before{content:"";position:absolute;top:0;left:0;right:0;height:50px;background:var(--surface-muted);border-radius:0 0 50px 50px;z-index:1}.science-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;position:relative;z-index:2}.science-copy-block{display:flex;flex-direction:column;gap:1.5rem}.science-pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.pillar-card{background:var(--surface);border:1px solid var(--line);padding:2rem 1.5rem;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1rem}.pillar-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:var(--color-accent-glow);color:var(--color-accent);display:grid;place-items:center;font-weight:800}.pillar-card h3{font-family:var(--font-display);font-size:1.4rem;font-weight:600}.pillar-card p{font-size:.88rem;color:var(--text-soft);line-height:1.6}.glossary-section{padding:8rem 0;border-top:1px solid var(--line)}.glossary-header{text-align:center;max-width:36rem;margin:0 auto 4rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.glossary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.glossary-card{background:var(--surface);border:1px solid var(--line);padding:2rem;border-radius:var(--radius-lg);transition:var(--transition-smooth)}.glossary-card:hover{border-color:var(--color-accent);box-shadow:0 15px 35px rgba(0,0,0,.02)}.glossary-botanical{font-size:.8rem;font-style:italic;color:var(--text-soft);margin-bottom:.5rem}.glossary-name{font-family:var(--font-display);font-size:1.6rem;font-weight:500;margin-bottom:.8rem}.glossary-benefit{font-size:.75rem;text-transform:uppercase;font-weight:700;color:var(--color-accent);letter-spacing:.1em;margin-bottom:1rem;display:inline-block}.glossary-desc{font-size:.9rem;color:var(--text-soft);line-height:1.6}.rating-marquee-section{padding:6rem 0;background:var(--surface-muted);border-top:none;border-bottom:none}.marquee-container{overflow:hidden;width:100%;display:flex;position:relative}.marquee-track{display:flex;width:max-content;animation:marquee 35s linear infinite}.marquee-track.is-paused{animation-play-state:paused}.marquee-group{display:flex;align-items:center;gap:2rem;padding-right:2rem;flex-shrink:0}.marquee-group .review-card{width:320px;background:var(--surface);border:1px solid var(--line);padding:1.8rem;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.8rem;box-shadow:var(--shadow)}.review-stars{display:flex;gap:.2rem}.review-stars svg{fill:var(--color-accent)}.review-text{font-size:.92rem;color:var(--text-soft);line-height:1.5;font-style:italic}.review-author{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-strong);margin-top:.2rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.bundle-section{padding:8rem 4rem 6rem;background-color:var(--surface-muted);margin:0;width:100%;box-shadow:0 16px 40px rgba(0,0,0,.02);border:none;position:relative}.bundle-section:before{content:"";position:absolute;top:0;left:0;right:0;height:50px;background:var(--bg-green);border-radius:0 0 50px 50px;z-index:1}.bundle-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;position:relative;z-index:2}.bundle-content{display:flex;flex-direction:column;gap:1.5rem}.bundle-tag{display:inline-block;align-self:flex-start;background:var(--color-accent-glow);color:var(--color-accent);border:1px solid var(--color-accent);padding:.35rem .8rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.bundle-title{font-family:var(--font-display);font-size:clamp(2rem,4.2vw,3.2rem);font-weight:500;line-height:1.1;letter-spacing:-.02em}.bundle-lead{font-size:1.1rem;color:var(--text-soft);line-height:1.6}.bundle-gallery-block{display:flex;flex-direction:column;gap:1rem}.bundle-main-image{position:relative;width:100%;aspect-ratio:1.5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.03)}.bundle-main-image img{width:100%;height:100%;object-fit:cover}.bundle-thumbnails-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.bundle-thumb-item{position:relative;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--line);background:var(--surface)}.bundle-thumb-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-fast)}.bundle-thumb-item:hover img{transform:scale(1.05)}.home-footer{padding:9rem 0 3rem;color:var(--text-dark-strong);border-top:none;position:relative}.home-footer,.home-footer:before{background:linear-gradient(180deg,rgba(26,58,47,.95),rgba(26,58,47,.98)),url(/footer-bg.png) no-repeat 50%;background-size:cover}.home-footer:before{content:"";position:absolute;top:-50px;left:0;right:0;height:50px;border-radius:50px 50px 0 0;z-index:1}.footer-top{display:grid;grid-template-columns:1.2fr .8fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}.footer-brand h2{font-family:var(--font-display);font-size:2.2rem;margin-bottom:1rem;white-space:nowrap}.footer-brand p{color:var(--text-dark-soft);max-width:20rem;font-size:.95rem}.footer-nav-col h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.2rem;color:var(--color-accent)}.footer-links{display:flex;flex-direction:column;gap:.8rem;font-size:.9rem}.footer-links a{color:var(--text-dark-soft)}.footer-links a:hover{color:#ffffff;transform:translateX(3px)}.footer-contact h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.2rem;color:var(--color-accent)}.footer-contact p{font-size:.9rem;color:var(--text-dark-soft);margin-bottom:1rem}.footer-btn{display:inline-flex;padding:.8rem 1.4rem;border-radius:var(--radius-full);border:1px solid var(--border-dark-strong);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:transparent;color:#ffffff}.footer-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-dark);font-size:.8rem;color:var(--text-dark-soft)}.footer-bottom a{color:#ffffff;text-decoration:underline}.footer-socials{display:flex;gap:1.2rem}.footer-socials a{color:var(--text-dark-soft)}.footer-socials a:hover{color:var(--color-accent)}.footer-giant-logo{font-family:var(--font-display);font-size:clamp(3.5rem,15vw,9.5rem);font-weight:700;text-align:center;color:rgba(255,255,255,.04);letter-spacing:.15em;text-transform:uppercase;padding-top:4rem;border-top:1px solid rgba(255,255,255,.05);margin-top:4rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:linear-gradient(90deg,rgba(255,255,255,.03),rgba(229,169,60,.08) 50%,rgba(255,255,255,.03));background-clip:text;-webkit-background-clip:text;animation:fillColor 4s ease-in-out infinite alternate}@keyframes fillColor{0%{background-position:0 50%;color:rgba(255,255,255,.04)}to{background-position:100% 50%;color:rgba(229,169,60,.15)}}.footer-giant-logo-static{animation:fillColor 4s ease-in-out infinite alternate!important;letter-spacing:.15em;opacity:.6}.product-detail-hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;padding:3rem 0;align-items:start}.product-detail-info{display:flex;flex-direction:column;gap:1.5rem}.product-detail-code{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--color-accent);letter-spacing:.15em}.product-detail-title{font-family:var(--font-display);font-size:clamp(2rem,4.2vw,3.8rem);font-weight:500;line-height:1.1;letter-spacing:-.02em}.product-detail-price{display:flex;align-items:center;gap:1rem;font-size:1.8rem;font-weight:700}.product-detail-price span{font-size:1.2rem;color:var(--text-soft);text-decoration:line-through;font-weight:500}.product-detail-lead{font-size:1.1rem;color:var(--text-soft);line-height:1.6}.product-detail-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-detail-specs{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.spec-item{background:var(--surface);border:1px solid var(--line);padding:1.2rem;border-radius:var(--radius-md)}.spec-label{font-size:.72rem;text-transform:uppercase;font-weight:700;color:var(--color-accent);letter-spacing:.1em;margin-bottom:.4rem}.spec-value{font-size:.92rem;color:var(--text-strong);line-height:1.4}.product-detail-gallery{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.03);aspect-ratio:1}.gallery-track-container{width:100%;height:100%;overflow:hidden}.gallery-track-slider{display:flex;height:100%;transition:transform var(--transition-slower)}.gallery-slider-slide{flex-shrink:0;width:100%;height:100%}.gallery-slider-slide img{width:100%;height:100%;object-fit:cover}.gallery-control-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.8rem;height:2.8rem;border-radius:var(--radius-full);background:rgba(255,255,255,.85);box-shadow:0 4px 12px rgba(0,0,0,.1);display:grid;place-items:center;z-index:10;color:#000}.gallery-control-btn:hover{background:#ffffff;transform:translateY(-50%) scale(1.05)}.gallery-btn-prev{left:1.2rem}.gallery-btn-next{right:1.2rem}.gallery-indicator-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10}.gallery-dot-indicator{width:6px;height:6px;border-radius:var(--radius-full);background:rgba(255,255,255,.4);transition:var(--transition-fast)}.gallery-dot-indicator.is-active{background:#ffffff;width:16px}.accordion-wrapper{margin-top:3rem;border-top:1px solid var(--line)}.accordion-tab-item{border-bottom:1px solid var(--line)}.accordion-tab-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;text-align:left;font-family:var(--font-display);font-size:1.4rem;font-weight:500}.accordion-tab-trigger:hover{color:var(--color-accent)}.accordion-arrow-icon{transition:transform var(--transition-smooth)}.accordion-tab-item.is-expanded .accordion-arrow-icon{transform:rotate(180deg)}.accordion-tab-panel{max-height:0;overflow:hidden;transition:max-height var(--transition-smooth)}.accordion-tab-item.is-expanded .accordion-tab-panel{max-height:500px}.accordion-panel-content{padding-bottom:2rem;color:var(--text-soft);font-size:.95rem;line-height:1.7}.ingredient-table{width:100%;border-collapse:collapse;margin-top:1rem}.ingredient-table td,.ingredient-table th{padding:.8rem 0;border-bottom:1px solid var(--line);text-align:left;font-size:.88rem}.ingredient-table th{font-weight:700;color:var(--text-strong)}.ingredient-table td:first-child{font-weight:600;color:var(--text-strong)}.ingredient-table td em{color:var(--text-soft);font-size:.8rem;margin-left:.3rem}.reviews-section{padding:6rem 0;border-top:1px solid var(--line)}.reviews-head-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.reviews-summary-block{display:flex;align-items:center;gap:1.5rem;background:var(--surface);border:1px solid var(--line);padding:1.2rem 2rem;border-radius:var(--radius-lg)}.average-score{font-size:2.8rem;font-weight:700;font-family:var(--font-display)}.reviews-score-stars{display:flex;flex-direction:column}.review-stars-list{display:flex;gap:.2rem;color:var(--color-accent)}.reviews-grid-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.review-card-item{background:var(--surface);border:1px solid var(--line);padding:2rem;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1rem}.review-card-head{display:flex;justify-content:space-between;align-items:flex-start}.review-card-author{font-weight:700;font-size:1rem}.review-card-city{font-size:.72rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem;display:block}.review-card-comment{font-size:.92rem;color:var(--text-soft);line-height:1.6}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:150;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-backdrop.is-open{opacity:1;pointer-events:auto}.order-drawer{position:fixed;top:0;right:0;bottom:0;width:min(450px,100vw);background:var(--background);border-left:1px solid var(--line);z-index:200;transform:translateX(100%);transition:transform .4s var(--ease-out);display:flex;flex-direction:column;box-shadow:-10px 0 40px rgba(0,0,0,.05)}.order-drawer.is-open{transform:translateX(0)}.drawer-header{padding:1.8rem 2rem;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer-header h2{font-family:var(--font-display);font-size:1.6rem;font-weight:500}.drawer-close-btn{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.5rem 1rem;border:1px solid var(--line-strong);border-radius:var(--radius-full)}.drawer-shipping-tracker{padding:1.2rem 2rem;border-bottom:1px solid var(--line);background:var(--surface-muted)}.tracker-msg{font-size:.85rem;margin-bottom:.6rem;color:var(--text-strong)}.tracker-bar-bg{width:100%;height:6px;background:var(--line-strong);border-radius:var(--radius-full);overflow:hidden}.tracker-bar-fill{height:100%;background:var(--color-accent);border-radius:var(--radius-full);transition:width .4s var(--ease-out)}.drawer-item-list{flex-grow:1;overflow-y:auto;padding:1rem 2rem}.drawer-empty-msg,.drawer-item-list{display:flex;flex-direction:column;gap:1rem}.drawer-empty-msg{align-items:center;justify-content:center;height:50vh;color:var(--text-soft);text-align:center}.drawer-empty-msg p{font-size:1.1rem;font-weight:600}.drawer-empty-msg span{font-size:.85rem;max-width:15rem;line-height:1.5}.drawer-line-card{display:grid;grid-template-columns:4.8rem 1fr auto;grid-gap:1.2rem;gap:1.2rem;padding:1rem 0;border-bottom:1px solid var(--line);align-items:center}.drawer-thumb-shell{width:4.8rem;height:4.8rem;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-muted)}.drawer-thumb-shell img{width:100%;height:100%;object-fit:cover}.drawer-line-details{display:flex;flex-direction:column;gap:.2rem}.drawer-line-code{font-size:.65rem;color:var(--color-accent);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.drawer-line-title{font-size:.95rem;font-weight:600}.drawer-line-price{font-weight:700;font-size:.9rem}.drawer-line-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.drawer-line-remove{font-size:.72rem;text-transform:uppercase;color:#c95b5b;font-weight:700;letter-spacing:.05em}.drawer-custom-request-box{padding:1.2rem 2rem;border-top:1px solid var(--line)}.drawer-custom-request-box label{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;color:var(--text-soft)}.drawer-custom-request-box textarea{width:100%;min-height:4.5rem;padding:.8rem;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--text-strong);font-size:.85rem;resize:none;outline:none}.drawer-checkout-summary{padding:1.5rem 2rem;border-top:1px solid var(--line);background:var(--surface-muted);display:flex;flex-direction:column;gap:.8rem}.summary-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-soft)}.summary-row.total-row{font-size:1.1rem;color:var(--text-strong);font-weight:700;padding-top:.5rem;border-top:1px solid var(--line);margin-bottom:.5rem}.drawer-checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;background:var(--text-strong);color:var(--background);padding:1rem;border-radius:var(--radius-full);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.drawer-checkout-btn.is-disabled{opacity:.4;pointer-events:none}.drawer-checkout-btn:hover{background:var(--color-accent);color:#000}.quantity-stepper{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:var(--radius-full);padding:.2rem;background:var(--surface)}.quantity-stepper button{width:1.8rem;height:1.8rem;border-radius:var(--radius-full);display:grid;place-items:center;font-weight:800;font-size:1rem;background:var(--surface-muted)}.quantity-stepper button:disabled{opacity:.3;cursor:not-allowed}.quantity-stepper span{width:1.6rem;text-align:center;font-size:.85rem;font-weight:700}.cart-flying-plane{position:fixed;inset:0;z-index:1000;pointer-events:none}.flying-product{position:absolute;left:0;top:0;width:50px;height:50px;border-radius:var(--radius-md);object-fit:cover;animation:flyToCart .7s cubic-bezier(.25,.46,.45,.94) forwards;box-shadow:0 8px 25px rgba(0,0,0,.15)}@keyframes flyToCart{0%{transform:translate(var(--start-x),var(--start-y)) scale(1);opacity:1}80%{opacity:.8}to{transform:translate(var(--end-x),var(--end-y)) scale(.2);opacity:0}}.cart-toast-wrap{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);z-index:1000;animation:toastFade 3s ease forwards}.cart-toast{display:flex;align-items:center;gap:.8rem;background:var(--bg-dark);color:var(--text-dark-strong);padding:.8rem 1.6rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid var(--border-dark)}.cart-toast-icon{width:1.25rem;height:1.25rem;border-radius:var(--radius-full);background:var(--color-accent);color:#000;display:grid;place-items:center}.cart-toast-icon svg{width:.8rem;height:.8rem}@keyframes toastFade{0%{transform:translate(-50%,20px);opacity:0}10%,90%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,-20px);opacity:0}}.about-page{background:var(--bg-light)}.about-page-shell{overflow:hidden}.about-hero{min-height:100svh;position:relative;display:grid;place-items:center;padding:8.5rem 1.5rem 6rem;isolation:isolate}.about-hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden;background:var(--bg-green)}.about-hero-media:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(250,249,246,.18) 0,rgba(250,249,246,.78) 58%,var(--bg-light) 100%),linear-gradient(90deg,rgba(13,14,13,.5),rgba(250,249,246,.12))}.about-hero-image{object-fit:cover;filter:saturate(.9) contrast(1.05)}.about-hero-content{position:relative;z-index:2;max-width:920px;color:var(--text-light-strong)}.about-hero-content h1{font-family:var(--font-display);font-size:clamp(3.3rem,8.4vw,8.6rem);line-height:.92;letter-spacing:-.06em;font-weight:600;max-width:11ch;margin-bottom:1.5rem}.about-hero-content p{max-width:42rem;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.75;color:rgba(17,19,17,.72)}.about-eyebrow{display:inline-block;margin-bottom:1rem;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent)}.about-hero-actions{display:flex;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.about-stats{position:relative;z-index:3;padding:0 1.5rem 5.5rem;margin-top:-3rem}.about-stats-inner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;max-width:1120px;margin:0 auto}.about-stat{padding:2rem;text-align:center;border-radius:var(--radius-lg);background:rgba(255,255,255,.78);border:1px solid rgba(17,19,17,.08);box-shadow:0 18px 50px rgba(0,0,0,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.about-stat strong{display:block;font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4.2rem);line-height:1;font-weight:600;color:var(--bg-green);margin-bottom:.55rem}.about-stat span{display:block;color:var(--text-soft);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.about-story-section{padding:4.5rem 1.5rem 7rem}.about-story-grid{display:grid;grid-template-columns:1fr .92fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.about-story-copy{max-width:42rem}.about-section-title{font-family:var(--font-display);font-size:clamp(2.4rem,5.2vw,5.6rem);line-height:1;letter-spacing:-.05em;font-weight:600;color:var(--text-strong);margin-bottom:1.5rem}.about-story-paragraph{color:var(--text-soft);font-size:1.03rem;line-height:1.8;margin-bottom:1.1rem}.about-text-fill{font-family:var(--font-display);font-size:clamp(3rem,6.2vw,6.8rem);line-height:1;font-weight:600;letter-spacing:-.06em;color:var(--bg-green)}.about-fill-word{position:relative;display:inline-block;margin:0 .08em .08em 0;white-space:nowrap}.about-outline-text{color:rgba(26,58,47,.16);-webkit-text-stroke:1px rgba(26,58,47,.22)}.about-fill-text{position:absolute;inset:0;color:var(--bg-green);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);will-change:clip-path}.about-values-section{padding:7rem 1.5rem;background:var(--surface-muted)}.about-values-header{max-width:760px;margin:0 auto 3rem;text-align:center}.about-values-header h2{font-family:var(--font-display);font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:1;letter-spacing:-.05em;font-weight:600}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;max-width:1200px;margin:0 auto}.about-value-card{position:relative;min-height:480px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.08);isolation:isolate}.about-value-image{object-fit:cover;transition:transform .8s var(--ease-out)}.about-value-card:hover .about-value-image{transform:scale(1.05)}.about-value-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 30%,rgba(13,14,13,.72))}.about-value-content{position:absolute;inset:auto 1rem 1rem;z-index:2;padding:1.25rem;border-radius:var(--radius-md);background:rgba(250,249,246,.82);border:1px solid rgba(250,249,246,.24);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.about-value-content span{display:inline-block;margin-bottom:.7rem;color:var(--color-accent);font-size:.72rem;font-weight:800;letter-spacing:.14em}.about-value-content h3{font-family:var(--font-display);font-size:1.65rem;line-height:1.1;font-weight:600;margin-bottom:.55rem}.about-value-content p{color:var(--text-soft);font-size:.92rem;line-height:1.65}.about-process-section{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:7rem 1.5rem}.about-process-copy p{color:var(--text-soft);font-size:1.03rem;line-height:1.8;margin-bottom:1.25rem}.about-process-list{display:grid;grid-gap:.75rem;gap:.75rem;padding:0;margin:1.5rem 0 0;list-style:none}.about-process-list li{position:relative;padding-left:1.4rem;color:var(--text-strong);font-weight:700}.about-process-list li:before{content:"";position:absolute;left:0;top:.62em;width:.45rem;height:.45rem;border-radius:var(--radius-full);background:var(--color-accent)}.about-process-visuals{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:1.25rem;gap:1.25rem}.about-parallax-image{position:relative;min-height:520px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.08);background:#d9d5ca}.about-parallax-image-small{min-height:420px;margin-top:4rem}.about-parallax-image-inner{object-fit:cover;will-change:transform}.about-founder-section{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:7rem 1.5rem}.about-founder-image{position:relative;min-height:620px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.09);background:#d9d5ca}.about-founder-image-inner{object-fit:cover;will-change:transform}.about-founder-copy h2{font-family:var(--font-display);font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:1;letter-spacing:-.05em;font-weight:600;margin-bottom:1.5rem}.about-founder-copy p{color:var(--text-soft);font-size:1.03rem;line-height:1.8;margin-bottom:1.1rem}.about-mission{padding:7rem 1.5rem;background:var(--bg-green)}.about-mission-inner{max-width:980px;margin:0 auto;text-align:center}.about-mission p{font-family:var(--font-display);font-size:clamp(2.3rem,5vw,5.2rem);line-height:1.05;letter-spacing:-.05em;font-weight:600;color:var(--text-dark-strong)}.about-cta{padding:7rem 1.5rem 8rem;background:radial-gradient(circle at 50% 20%,rgba(229,169,60,.2),transparent 34%),var(--bg-light)}.about-cta-content{max-width:900px;margin:0 auto;padding:clamp(2rem,5vw,4rem);text-align:center;border-radius:var(--radius-lg);background:rgba(255,255,255,.72);border:1px solid rgba(17,19,17,.08);box-shadow:0 24px 60px rgba(0,0,0,.07);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.about-cta-content h2{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,5rem);line-height:1;letter-spacing:-.05em;font-weight:600;margin-bottom:1rem}.about-cta-content p{max-width:38rem;margin:0 auto;color:var(--text-soft);line-height:1.75}.about-cta .about-hero-actions{justify-content:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.about-faq-section{padding:6rem 1.5rem 7rem;background:var(--bg-light)}.about-faq-inner{max-width:860px;margin:0 auto}.about-faq-inner h2{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;letter-spacing:-.03em;color:var(--text-light-strong);margin-bottom:3rem;line-height:1.1}.about-faq-list{display:flex;flex-direction:column;gap:0}.about-faq-item{border-top:1px solid rgba(17,19,17,.12)}.about-faq-item:last-child{border-bottom:1px solid rgba(17,19,17,.12)}.about-faq-item summary{list-style:none}.about-faq-item summary::-webkit-details-marker{display:none}.about-faq-question{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.4rem 0;cursor:pointer;font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--text-light-strong);line-height:1.3;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease}.about-faq-question:hover{color:var(--color-accent)}.about-faq-icon{flex-shrink:0;width:22px;height:22px;border:1.5px solid;border-radius:50%;position:relative;transition:transform .3s ease,border-color .2s ease}.about-faq-icon:after,.about-faq-icon:before{content:"";position:absolute;inset:0;margin:auto;background:currentColor;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.about-faq-icon:before{width:10px;height:1.5px}.about-faq-icon:after{width:1.5px;height:10px}.about-faq-item[open] .about-faq-icon{border-color:var(--color-accent);color:var(--color-accent)}.about-faq-item[open] .about-faq-icon:after{transform:rotate(90deg);opacity:0}.about-faq-item[open] .about-faq-question{color:var(--color-accent)}.about-faq-answer{padding-bottom:1.4rem;overflow:hidden}.about-faq-answer p{margin:0;font-size:.97rem;color:var(--text-light-soft);line-height:1.75;max-width:680px}.page-transition-overlay{position:fixed;inset:0;z-index:130;opacity:0;visibility:hidden;pointer-events:none}.page-transition-curtain{position:absolute;inset:0;background:var(--bg-dark)}.page-transition-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#ffffff;letter-spacing:.25em;font-size:1.4rem;font-weight:700;font-family:var(--font-display)}.offer-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:300;display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.offer-popup-overlay.is-active{opacity:1;pointer-events:auto}.offer-popup-content{background:var(--background);border:1px solid var(--line);padding:2.5rem;border-radius:var(--radius-lg);max-width:450px;width:calc(100% - 2rem);position:relative;box-shadow:0 20px 50px rgba(0,0,0,.1);text-align:center;transform:scale(.95);transition:transform .4s var(--ease-out)}.offer-popup-overlay.is-active .offer-popup-content{transform:scale(1)}.offer-popup-close{position:absolute;top:1.2rem;right:1.2rem;color:var(--text-soft)}.offer-popup-image-wrap{width:100%;aspect-ratio:1.2;border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.5rem}.offer-popup-image-wrap img{width:100%;height:100%;object-fit:cover}.offer-popup-content h3{font-family:var(--font-display);font-size:2rem;margin-bottom:.5rem}.offer-popup-price{font-size:1.6rem;font-weight:700;margin-bottom:1rem}.offer-popup-price span{font-size:1.1rem;color:var(--text-soft);text-decoration:line-through;font-weight:500;margin-left:.5rem}.offer-popup-feature{display:inline-flex;font-weight:700;color:var(--color-accent);margin-bottom:1.2rem}.offer-popup-feature,.popup-checkbox-wrap{align-items:center;gap:.5rem;font-size:.8rem}.popup-checkbox-wrap{display:flex;justify-content:center;color:var(--text-soft);margin-top:1.2rem}@media (max-width:1100px){.about-hero-content h1{max-width:13ch}.about-founder-section,.about-process-section,.about-story-grid{grid-template-columns:1fr}.about-process-visuals{grid-template-columns:1fr 1fr}.about-parallax-image{min-height:460px}.about-parallax-image-small{min-height:380px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.about-hero{min-height:auto;padding:7.5rem 1rem 5rem}.about-hero-content h1{font-size:clamp(3rem,14vw,5.2rem)}.about-hero-actions{flex-direction:column;align-items:stretch}.about-hero-actions .button-primary,.about-hero-actions .button-secondary{width:100%;justify-content:center}.about-stats{padding:0 1rem 4rem}.about-stats-inner{grid-template-columns:1fr}.about-cta,.about-founder-section,.about-mission,.about-process-section,.about-story-section,.about-values-section{padding-left:1rem;padding-right:1rem}.about-cta-content h2,.about-founder-copy h2,.about-section-title,.about-values-header h2{letter-spacing:-.04em}.about-text-fill{font-size:clamp(2.8rem,14vw,5.6rem)}.about-opening-statement{min-height:auto;padding:4rem 1rem}.about-opening-line{grid-template-columns:1fr}.about-opening-line span{min-height:7rem;font-size:clamp(3rem,16vw,5.4rem)}.about-values-grid{grid-template-columns:1fr}.about-value-card{min-height:380px}.about-process-visuals{grid-template-columns:1fr}.about-parallax-image,.about-parallax-image-small{min-height:360px;margin-top:0}.about-founder-image{min-height:440px}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:520px){.about-stat{padding:1.5rem 1rem}.about-value-card{min-height:340px}.about-value-content{padding:1rem}.about-mission p{font-size:clamp(2rem,12vw,3.6rem)}.product-grid{grid-template-columns:1fr}}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:900px){.header-inner{width:calc(100% - 1.5rem)}.header-inner,.header-inner.is-scrolled{padding:.6rem 1.2rem}.header-nav{display:none}.cart-trigger{display:flex;padding:.45rem 1rem;font-size:.75rem;gap:.4rem}.cart-count{min-width:1.25rem;height:1.25rem;font-size:.7rem}.cart-button-floating{display:none}.hero-section{padding:6rem 1.5rem 3rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-content{padding-right:0}.hero-image-pane{height:50vh}.collection-section{padding:5rem 1.5rem 3rem}.collection-header{flex-direction:column;align-items:flex-start}.bundle-section{padding:5rem 1.5rem 3rem}.bundle-grid{grid-template-columns:1fr;gap:2rem}.science-section{padding:5rem 1.5rem 3rem}.science-grid{gap:3rem}.footer-top,.glossary-grid,.science-grid,.science-pillars{grid-template-columns:1fr}.footer-top{gap:3rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.product-detail-hero{gap:3rem}.product-detail-hero,.reviews-grid-list{grid-template-columns:1fr}}@media (max-width:600px){.product-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}.footer-giant-logo{font-size:clamp(2.5rem,12vw,5rem)}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-body:"Manrope","Manrope Fallback"}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_30721a{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_30721a{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}