:root{--background: 40 33% 98%;--foreground: 210 29% 15%;--card: 40 25% 96%;--card-foreground: 210 29% 15%;--popover: 0 0% 100%;--popover-foreground: 210 29% 15%;--primary: 195 72% 37%;--primary-foreground: 0 0% 100%;--secondary: 33 85% 55%;--secondary-foreground: 0 0% 100%;--muted: 210 20% 94%;--muted-foreground: 210 10% 46%;--accent: 195 40% 92%;--accent-foreground: 195 72% 25%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 210 20% 90%;--input: 210 20% 90%;--ring: 195 72% 37%;--radius: .75rem;--gradient-hero: linear-gradient(135deg, hsl(210 29% 15%) 0%, hsl(210 25% 22%) 50%, hsl(195 50% 20%) 100%);--gradient-warm: linear-gradient(135deg, hsl(33 85% 55% / .15) 0%, hsl(195 72% 37% / .08) 100%);--gradient-teal: linear-gradient(135deg, hsl(195 72% 37%), hsl(195 60% 45%));--shadow-soft: 0 4px 24px -4px hsl(210 29% 15% / .08);--shadow-card: 0 8px 32px -8px hsl(210 29% 15% / .1);--container-max: 1200px;--header-h: 64px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:var(--header-h)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;margin:0 0 .5em;line-height:1.2;color:hsl(var(--foreground))}p{margin:0 0 1em}.container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid transparent;transition:all .2s ease;cursor:pointer;text-decoration:none}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:#176f8c}.btn-gradient{background:var(--gradient-teal);color:hsl(var(--primary-foreground))}.btn-gradient:hover{filter:brightness(1.05)}.btn-outline{background:transparent;border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{background:hsl(var(--muted))}.btn-outline-light{background:transparent;border-color:#ffffff4d;color:#ffffffe6}.btn-outline-light:hover{background:#ffffff1a}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.btn-lg{padding:1rem 1.75rem;font-size:1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fff;border-bottom:1px solid hsl(var(--border))}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:var(--header-h)}.site-logo img{height:40px;width:auto}.nav-links{display:none;align-items:center;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .2s}.nav-links a:hover{color:hsl(var(--primary))}.nav-mobile-toggle{display:inline-flex;background:transparent;border:0;padding:.25rem;color:hsl(var(--foreground))}.nav-mobile-controls{display:flex;align-items:center;gap:.5rem}.nav-mobile{display:none;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));padding:0 1rem 1rem}.nav-mobile.open{display:block}.nav-mobile a{display:block;padding:.5rem 0;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}.nav-mobile a:hover{color:hsl(var(--primary))}.cart-button{position:relative;background:transparent;border:0;padding:.25rem .5rem;color:hsl(var(--foreground));display:inline-flex;align-items:center;gap:.35rem}.cart-count{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));font-size:.7rem;font-weight:700;border-radius:999px;padding:0 .4rem;min-width:18px;text-align:center;line-height:18px}@media(min-width:768px){.nav-links{display:flex}.nav-mobile-controls{display:none}.nav-mobile{display:none!important}}.section{padding:6rem 0}.section-bg{background:hsl(var(--background))}.section-warm{background:var(--gradient-warm)}.section-hero-bg{background:var(--gradient-hero);position:relative;overflow:hidden}.eyebrow{color:hsl(var(--secondary));font-weight:500;font-size:.875rem;letter-spacing:.15em;text-transform:uppercase;margin:0 0 .5rem}.h2{font-size:clamp(1.75rem,3vw,2.25rem);color:hsl(var(--foreground))}.section-header{text-align:center;max-width:640px;margin:0 auto 4rem}.section-header p.lead{color:hsl(var(--muted-foreground));font-size:1.125rem;line-height:1.7}.grid{display:grid;gap:1.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}@media(min-width:640px){.grid-2,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}}.card{background:hsl(var(--background));border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-card);transition:transform .25s ease}.card:hover{transform:translateY(-4px)}.icon-tile{width:48px;height:48px;border-radius:.65rem;background:hsl(var(--accent));color:hsl(var(--accent-foreground));display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.icon-tile svg{width:24px;height:24px}.icon-tile-secondary{background:hsl(var(--secondary) / .2);color:hsl(var(--secondary))}.icon-tile-round{width:56px;height:56px;border-radius:50%}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding:6rem 0}.hero-blobs{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2;pointer-events:none}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px)}.hero-blob.b1{top:25%;left:-8rem;width:24rem;height:24rem;background:hsl(var(--secondary) / .3)}.hero-blob.b2{bottom:25%;right:0;width:20rem;height:20rem;background:hsl(var(--primary) / .2)}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:1}@media(min-width:1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero h1{color:hsl(var(--primary-foreground));font-size:clamp(2.25rem,5vw,3.75rem);margin-bottom:1.5rem;line-height:1.1}.hero p.lead{color:#fffc;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.6;max-width:36rem;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-img{display:none;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040}@media(min-width:1024px){.hero-img{display:block}}.about-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.about-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-grid{grid-template-columns:repeat(4,1fr)}}.about-card h3{font-size:1rem;margin-bottom:.5rem}.about-card p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin:0}.science-grid{display:grid;gap:2rem;grid-template-columns:1fr;max-width:5xl;margin:0 auto;max-width:64rem}@media(min-width:768px){.science-grid{grid-template-columns:repeat(2,1fr)}}.science-item{position:relative;padding-left:1.5rem;border-left:2px solid hsl(var(--primary) / .3)}.science-item:before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:hsl(var(--primary))}.science-item h3{font-size:1.125rem;margin-bottom:.5rem}.science-item p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin:0}.tagatose-grid{display:grid;gap:4rem;grid-template-columns:1fr;max-width:64rem;margin:0 auto;align-items:center}@media(min-width:1024px){.tagatose-grid{grid-template-columns:repeat(2,1fr)}}.benefit{display:flex;gap:1rem;padding:1.25rem;background:hsl(var(--background));border-radius:var(--radius);box-shadow:var(--shadow-soft);margin-bottom:1.5rem}.benefit:last-child{margin-bottom:0}.benefit .icon-tile{width:44px;height:44px;flex-shrink:0;margin-bottom:0}.benefit h3{margin-bottom:.25rem;font-size:1rem}.benefit p{margin:0;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}.study-summary{max-width:48rem;margin:0 auto 3.5rem;background:hsl(var(--card));border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-soft)}.study-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}.study-stats p.num{font-size:1.5rem;font-weight:700;margin:0;color:hsl(var(--foreground))}.study-stats p.lbl{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0}.study-summary .footnote{font-size:.875rem;text-align:center;color:hsl(var(--muted-foreground));margin:1rem 0 0}.aim{text-align:center}.aim .icon-tile{margin-left:auto;margin-right:auto}.aim .num{font-size:.75rem;font-weight:700;color:hsl(var(--secondary));letter-spacing:.15em}.aim h3{font-size:1rem;margin:.25rem 0 .5rem}.aim p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin:0}.platform-card{background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid hsl(0 0% 100% / .1);border-radius:var(--radius);padding:1.5rem}.platform-card h3{color:hsl(var(--primary-foreground));font-size:1rem;margin-bottom:.5rem}.platform-card p{color:#ffffffb3;font-size:.875rem;margin:0;line-height:1.6}.platform .section-header h2{color:hsl(var(--primary-foreground))}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:80rem;margin:0 auto}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;background:hsl(var(--card));display:flex;flex-direction:column;transition:box-shadow .2s}.product-card:hover{box-shadow:0 10px 25px -5px #00000026}.product-card .media{aspect-ratio:1/1;background:hsl(var(--muted));overflow:hidden}.product-card .media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .media img{transform:scale(1.05)}.product-card .body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card h3{font-size:1rem;margin:0;color:hsl(var(--foreground))}.product-card h3 a:hover{color:hsl(var(--primary))}.product-card .desc{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:.5rem}.product-card .price{font-weight:700;color:hsl(var(--primary))}.product-page{padding:2rem 0 4rem}.product-page .crumb{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.product-page .crumb:hover{color:hsl(var(--primary))}.product-layout{display:grid;gap:3rem;max-width:72rem;margin:0 auto;grid-template-columns:1fr}@media(min-width:768px){.product-layout{grid-template-columns:repeat(2,1fr)}}.product-media{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:hsl(var(--muted))}.product-media img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(1.75rem,3vw,2.5rem);color:hsl(var(--primary));margin-bottom:1.5rem}.product-info .price{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.product-info .desc{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1.5rem}.variant-picker{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.variant-picker label{font-size:.875rem;font-weight:500;display:block;margin-bottom:.5rem;width:100%}.variant-option{padding:.5rem 1rem;border-radius:.5rem;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--foreground));cursor:pointer;font-size:.875rem}.variant-option.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.variant-option:disabled{opacity:.4;cursor:not-allowed}.collection-page,.page-template,.cart-page{padding:2rem 0 4rem}.collection-page h1,.page-template h1,.cart-page h1{font-size:clamp(1.75rem,3vw,2.5rem);color:hsl(var(--primary));margin-bottom:1.5rem;text-align:center}.rte{color:hsl(var(--muted-foreground));line-height:1.7}.rte img{border-radius:var(--radius)}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:.75rem;border-bottom:1px solid hsl(var(--border));text-align:left;vertical-align:top}.cart-totals{display:flex;justify-content:flex-end;gap:2rem;margin-top:1.5rem;align-items:center}.cart-totals .total{font-size:1.25rem;font-weight:700}.cart-empty{text-align:center;padding:3rem 0;color:hsl(var(--muted-foreground))}.site-footer{padding:4rem 0;background:#fff;border-top:1px solid hsl(var(--border));margin-top:0}.footer-grid{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem}@media(min-width:768px){.footer-grid{flex-direction:row;align-items:flex-start}}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer-brand img{height:48px;width:auto}.footer-brand p{max-width:24rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.footer-meta{text-align:center}.footer-meta .name{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin:0}.footer-meta .role{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.footer-meta .copy{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.5rem 0 0}@media(min-width:768px){.footer-brand{align-items:flex-start;text-align:left}.footer-meta{text-align:right}}.text-center{text-align:center}.muted{color:hsl(var(--muted-foreground))}.fade-up{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.fade-up.in{opacity:1;transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.visually-hidden:focus,.skip-to-main:focus{position:fixed!important;top:1rem;left:1rem;width:auto;height:auto;padding:.75rem 1rem;margin:0;clip:auto;background:hsl(var(--primary));color:hsl(var(--primary-foreground));z-index:9999;border-radius:.375rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
