:root{--navy: #141b47;--blue: #0588fe;--blue-dark: #024b89;--ink: #141b47;--muted: #5b6178;--line: #e6e8f0;--paper: #ffffff;--wash: #f5f7fb;--danger: #b42318;--radius: 14px;--header-h: 76px;--header-control-h: 34px;--font: "Lexend", "Noto Sans SC", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--paper);line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:var(--header-h)}img{max-width:100%;display:block}a{color:var(--blue-dark);text-decoration:none}a:hover{color:var(--blue)}h1,h2,h3{line-height:1.15;letter-spacing:-.03em;margin:0 0 .6rem}h1{font-size:clamp(2rem,4vw,3.4rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}p{margin:0 0 1rem}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.container.narrow{width:min(760px,calc(100% - 2rem))}.kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:600;color:var(--blue);margin-bottom:.6rem}.lede{font-size:1.1rem;color:var(--muted);max-width:42rem}.lede+.lede{margin-top:.9rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border:0;border-radius:999px;padding:.85rem 1.4rem;font:inherit;font-weight:600;cursor:pointer;min-height:44px}.btn-primary:hover{background:var(--blue-dark);color:#fff}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-block{width:100%}.text-btn{background:none;border:0;color:var(--muted);font:inherit;cursor:pointer;text-decoration:underline}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-bar{width:min(1120px,calc(100% - 2rem));margin:0 auto;min-height:var(--header-h);display:flex;align-items:center;gap:1.5rem}.logo{flex-shrink:0;display:flex;align-items:center}.logo img,.footer-logo img{height:40px;width:auto}.logo-mark{display:none;height:40px;width:26px;object-fit:contain}.navbar{margin-left:auto}.navbar ul{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}.navbar a{color:var(--navy);font-weight:500}.navbar a.active{color:var(--blue)}.header-tools{display:flex;align-items:center;gap:.6rem}.lang-switcher{display:inline-flex;flex-direction:row;flex-wrap:nowrap;flex-shrink:0;align-items:stretch;height:var(--header-control-h);min-height:var(--header-control-h);max-height:var(--header-control-h);border:1px solid var(--line);border-radius:999px;overflow:hidden}.lang-switcher button{background:transparent;border:0;font:inherit;font-size:.8rem;line-height:1;height:100%;padding:0 .7rem;cursor:pointer;color:var(--muted);white-space:nowrap}.lang-switcher button.is-active{background:var(--navy);color:#fff}.currency-switcher select{font:inherit;line-height:1;height:var(--header-control-h);border:1px solid var(--line);border-radius:999px;padding:0 .55rem;background:#fff}.cart-button{position:relative;color:var(--navy);display:grid;place-items:center;width:var(--header-control-h);height:var(--header-control-h);flex-shrink:0;border:1px solid var(--line);border-radius:999px;background:#fff}.cart-button svg{overflow:visible;display:block}.cart-button-badge{position:absolute;top:2px;right:2px;background:var(--blue);color:#fff;border-radius:999px;font-size:.65rem;min-width:16px;height:16px;display:grid;place-items:center;padding:0 4px}.mobile-nav-toggle{display:none;background:none;border:0;font-size:1.6rem;color:var(--navy);cursor:pointer}.hero{padding:3rem 0 4rem;background:radial-gradient(circle at 80% 10%,rgba(5,136,254,.12),transparent 40%),var(--wash)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.hero-copy h1 span{display:block;color:var(--blue-dark)}.hero-copy h1 strong,.hero-copy p strong{font-weight:700}.hero-media{position:relative}.hero-media>img:first-child{width:100%;height:420px;object-fit:cover;border-radius:24px}.hero-bottle{position:absolute;right:-4%;bottom:-12%;width:42%;filter:drop-shadow(0 18px 24px rgba(20,27,71,.18))}.section{padding:4.5rem 0}.section-alt{background:var(--wash)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.card-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem}.steps{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:1rem;counter-reset:step}.steps li{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem 1.3rem 1.3rem 4.2rem;position:relative}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:1.1rem;top:1.2rem;width:2rem;height:2rem;border-radius:999px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:700}.cta-band{background:var(--navy);color:#fff;padding:3.5rem 0;text-align:center}.cta-band .kicker{color:#9ecbff}.cta-band h2{max-width:36rem;margin:0 auto 1.4rem}.cta-band h2 span{display:block}.page-head,.page-head-inline{padding:3rem 0 1rem}.page-head{background:var(--wash)}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:start}.about-photo{width:100%;border-radius:20px;object-fit:cover}.product-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.product-grid,.pdp-research-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1080px){.product-grid,.pdp-research-grid{grid-template-columns:1fr 1fr 1fr}}.product-card{display:flex;flex-direction:column;gap:1rem;border:1px solid var(--line);border-radius:24px;padding:1.25rem;color:inherit;background:#fff}.product-card>div{display:flex;flex-direction:column;flex:1;min-width:0}.product-card .kicker{margin-bottom:.35rem}.product-card h2{font-size:clamp(1.35rem,2.2vw,1.65rem);margin:0}.product-card-title{display:flex;flex-direction:column;gap:.25rem}.product-card-category{margin:0;font-size:.95rem;color:var(--muted)}.product-card img{width:100%;aspect-ratio:1;object-fit:contain;background:var(--wash);border-radius:16px}.product-card-price{font-size:1.25rem;margin:.4rem 0 1.2rem}.product-card .btn-primary,.product-card-add{white-space:nowrap;margin-top:auto;align-self:stretch}.product-ticks{list-style:none;padding:0;margin:0 0 1rem}.product-ticks li{position:relative;padding-left:1.35rem;margin:0 0 .4rem;font-size:.92rem;line-height:1.4}.product-ticks li:before{content:"✓";position:absolute;left:0;color:var(--navy);font-weight:600}.pdp-lede{color:var(--muted);margin:0 0 1rem}.pdp-ticks{margin-bottom:1.2rem}.pdp-pairs{margin-top:1.5rem}.pdp-pair{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:center;padding:1rem 0;border-top:1px solid var(--line)}.pdp-pair:last-child{border-bottom:1px solid var(--line)}.pdp-pair img{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:12px}.pdp-pair h3{font-size:1.1rem;margin:0 0 .2rem}.pdp-pair-tag,.pdp-pair-price{margin:0;font-size:.95rem}.pdp-pair-tag{color:var(--muted)}.pdp-pair-price{font-weight:600;margin-top:.25rem}.pdp-pair-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.pdp-pair-actions a{font-size:.9rem;text-decoration:underline}.pdp-research-grid{display:grid;gap:1rem;margin-top:1.5rem}.pdp-research-card{background:var(--wash);border-radius:16px;padding:1.25rem}.pdp-research-card h3{font-size:1.15rem}.pdp-research-count{color:var(--navy);font-weight:600;margin:0 0 .7rem}.pdp-research-card p{color:var(--muted)}.pdp-research-actions{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem}.pdp-research-card a,.pdp-research-card button{font:inherit;font-weight:600;color:var(--blue-dark);background:none;border:0;padding:0;cursor:pointer}.pdp-research-card a:hover,.pdp-research-card button:hover{color:var(--blue)}.studies-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:rgba(20,27,71,.42)}.studies-panel{position:absolute;top:0;right:0;width:min(32rem,100%);height:100%;background:var(--paper);box-shadow:-16px 0 40px #141b471f;padding:1.4rem 1.4rem 2rem;overflow-y:auto}.studies-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.studies-panel-head h2{font-size:1.45rem}.studies-panel-count{color:var(--navy);font-weight:600;margin:0}.studies-panel-close{flex-shrink:0;font:inherit;font-weight:600;color:var(--blue-dark);background:none;border:0;padding:.2rem 0;cursor:pointer}.studies-panel-note{color:var(--muted);font-size:.95rem}.studies-panel-page{display:inline-block;font-weight:600;margin-top:.4rem}.class-count{color:var(--navy);font-weight:600;margin:0 0 .7rem}.class-layout{display:grid;gap:2.5rem;align-items:start}.class-sources{background:var(--wash);border-radius:16px;padding:1.25rem 1.35rem}.class-sources .research-refs{margin-bottom:0}@media (min-width: 960px){.class-layout{grid-template-columns:minmax(0,1fr) minmax(20rem,.9fr)}.class-sources{position:sticky;top:calc(var(--header-h) + 1rem);max-height:calc(100vh - var(--header-h) - 2rem);overflow-y:auto}}.product-card-hit{display:flex;flex-direction:column;gap:1rem;color:inherit}.product-card-hit:hover{color:inherit}.product-card-classes,.pdp-class-links{margin:0 0 .75rem}.product-card-classes a,.pdp-class-links a{font-size:.9rem;text-decoration:none}.pdp-class-links{margin:-.6rem 0 1rem}.pdp{padding:2.5rem 0 1rem}.pdp-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:start}.pdp-gallery>img{width:100%;aspect-ratio:1;object-fit:contain;background:var(--wash);border-radius:20px}.pdp-thumbs{display:flex;gap:.6rem;margin-top:.8rem}.pdp-thumbs button{width:76px;height:76px;padding:0;border:2px solid transparent;background:var(--wash);border-radius:12px;overflow:hidden;cursor:pointer}.pdp-thumbs button.is-active{border-color:var(--blue)}.pdp-thumbs img{width:100%;height:100%;object-fit:cover}.pdp-price{font-size:2rem;font-weight:700;margin:0}.pdp-unit{color:var(--muted);margin-bottom:1.2rem}.pdp-qty{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.pdp-qty button{width:36px;height:36px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:1.1rem}.pdp-facts{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:0;margin:1.4rem 0 0;list-style:none}.pdp-facts li{background:var(--wash);border-radius:10px;padding:.7rem .85rem;font-size:.92rem}.formula-table-wrap{overflow-x:auto;margin:0 0 .25rem}.formula-table{width:100%;border-collapse:collapse}.formula-table th,.formula-table td{text-align:left;padding:.55rem .7rem;border-bottom:1px solid var(--line);vertical-align:top}.formula-table th{background:var(--wash);font-weight:600;white-space:nowrap}.formula-table td:nth-child(2),.formula-table th:nth-child(2),.formula-table td:nth-child(3),.formula-table th:nth-child(3){white-space:nowrap}.ship-to{margin:1.2rem 0 .4rem;display:grid;gap:.35rem}.ship-to select{font:inherit;padding:.55rem .7rem;border-radius:10px;border:1px solid var(--line)}.ship-teaser{color:var(--muted);font-size:.92rem}.pdp-sticky{position:sticky;bottom:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1.2rem;background:#fff;border-top:1px solid var(--line)}.accordion-item{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:0;border-top:1px solid var(--line);padding:1rem 0;cursor:pointer;font:inherit;text-align:left}.accordion-item-last{border-bottom:1px solid var(--line)}.accordion-item h5{margin:0}.pdp-acc .accordion-item h5{font-size:1rem;font-weight:inherit}.accordion-item .chevron-icon{display:grid;place-items:center;color:var(--navy);transition:transform .3s ease}.accordion-item .chevron-icon.is-open{transform:rotate(180deg)}.accordion-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.accordion-panel.open{grid-template-rows:1fr}.accordion-panel-inner{overflow:hidden}.accordion-panel.open .accordion-panel-inner{padding-bottom:1rem}.contact-page{background:var(--wash)}.contact-hero{width:min(1120px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:end;min-height:70vh;padding:3rem 0 0}.contact-copy h1{margin-bottom:.8rem}.contact-card{background:#fff;border-radius:18px;padding:1.4rem;border:1px solid var(--line)}.contact-email{font-size:1.4rem;font-weight:600}.contact-email a{color:var(--navy)}.contact-person{width:100%;max-height:560px;object-fit:cover;object-position:top;border-radius:20px 20px 0 0}.faq-list{list-style:none;padding:0;margin:1.5rem 0 0}.faq-list .question{width:100%;display:flex;justify-content:space-between;gap:1rem;background:none;border:0;border-top:1px solid var(--line);padding:1rem 0;font:inherit;font-weight:600;text-align:left;cursor:pointer}.faq-list .question svg{flex-shrink:0;transition:transform .3s ease}.faq-list .question.open svg{transform:rotate(180deg)}.faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease;color:var(--muted)}.faq-panel.open{grid-template-rows:1fr}.faq-panel-inner{overflow:hidden}.faq-panel.open .faq-panel-inner{padding-bottom:1rem}.more-faq{margin-top:1.5rem}.cart-list{list-style:none;padding:0}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-item-image img{width:88px;height:88px;object-fit:contain;background:var(--wash);border-radius:10px}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.cart-item-qty button{width:28px;height:28px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer}.cart-summary{margin-top:1.5rem;background:var(--wash);border-radius:16px;padding:1.2rem}.cart-postage fieldset,.cart-postage ul{border:0;padding:0;margin:0 0 .8rem}.cart-postage-option,.cart-postage li{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0}.cart-error{color:var(--danger)}.cart-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.cart-empty{padding:2rem 0}.legal{padding:3rem 0 4rem}.legal-wrap{width:min(800px,100%)}.legal-switch{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0 2rem}.legal-switch a.active{color:var(--blue);font-weight:600}.legal-section{margin-bottom:1.8rem}.legal-section ul{padding-left:1.2rem}.legal-note,.legal-note-inline{background:var(--wash);border-left:3px solid var(--blue);padding:.9rem 1rem;margin:1rem 0}.research-papers{list-style:none;padding:0;margin:0 0 2rem}.research-papers li{margin:.35rem 0;font-size:.95rem}.research-paper-meta{color:var(--muted)}.research-papers a,.research-refs a{text-decoration:underline;text-underline-offset:.18em}.research-refs{padding-left:1.2rem;margin:0 0 1.6rem}.research-refs li{margin:.7rem 0;font-size:.95rem}.legal-cookie-grid{display:grid;gap:.8rem}.legal-cookie-card{border:1px solid var(--line);border-radius:12px;padding:1rem}.legal-cookie-type{color:var(--blue);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .3rem}.legal-updated{color:var(--muted);font-size:.9rem}.site-footer{background:var(--wash);color:var(--muted);border-top:1px solid var(--line);padding:3rem 0;margin-top:auto}.footer-inner{width:min(1120px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}.site-footer a,.site-footer h3{color:var(--navy)}.site-footer a:hover{color:var(--blue)}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:.35rem 0}.footer-email{font-weight:600}.back-to-top{position:fixed;right:1.2rem;bottom:5rem;width:44px;height:44px;border-radius:999px;border:0;background:var(--navy);color:#fff;cursor:pointer;display:grid;place-items:center}.not-found{text-align:center;padding:5rem 0}.research-viewer{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(22rem,.85fr);min-height:calc(100vh - var(--header-h));background:#000}.research-viewer-stage{position:relative;height:calc(100vh - var(--header-h));min-height:28rem;background:#000}.research-body-host{position:absolute;top:0;right:0;bottom:0;left:0}.research-viewer-stage canvas{display:block;width:100%!important;height:100%!important}.research-body-hint{position:absolute;left:50%;bottom:1.1rem;transform:translate(-50%);margin:0;padding:.4rem .85rem;border-radius:999px;background:rgba(8,14,32,.72);color:#c9d6ee;font-size:.8rem;white-space:nowrap;pointer-events:none}.research-body-loading,.research-body-error{margin:0;padding:2rem 1.2rem;color:#c9d6ee}.research-viewer-panel{background:#000;color:#d5e6f0;padding:2rem 1.4rem 3rem;overflow:auto;max-height:calc(100vh - var(--header-h));border-left:1px solid #143848}.research-viewer-panel h1{font-size:clamp(1.7rem,3vw,2.4rem);color:#f2fbff}.research-viewer-panel h2{font-size:1.25rem;margin-top:1.4rem;color:#e8f6fb}.research-viewer-panel h3{font-size:1.05rem;margin:1.2rem 0 .4rem;color:#dff4fa}.research-viewer-panel .lede{color:#9eb4c2}.research-viewer-panel a{color:#8ec4ff}.research-viewer-panel .legal-note-inline{background:#071016;color:#9eb4c2;border-left-color:#4aa8ff}.research-body-systems button{border:1px solid #2a5a68;background:#071016;color:#d5e6f0;border-radius:999px;padding:.35rem .75rem;font:inherit;font-size:.85rem;cursor:pointer}.research-body-systems button.is-active{background:#4aa8ff;border-color:#4aa8ff;color:#041018}.research-viewer-panel .pdp-pair{border-top-color:#143848}.research-viewer-panel .pdp-pair:last-child{border-bottom-color:#143848}.research-viewer-panel .pdp-pair-tag{color:#8aa8b6}.research-viewer-panel .pdp-pair-price{color:#e8f6fb}.research-body-lead{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:visible}.research-body-callout{position:absolute;z-index:3;pointer-events:none;width:min(17.5rem,48%);padding:.7rem .85rem;border:1.6px solid #4aa8ff;background:rgba(0,0,0,.82);color:#d7f8ff}.research-body-callout-title{margin:0 0 .35rem;font-size:.95rem;font-weight:700;color:#4aa8ff}.research-body-callout p{margin:0;font-size:.78rem;line-height:1.4;color:#c5e6ef}.research-body-systems{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1.4rem}.research-body-pairs{margin-top:.5rem}.research-viewer-panel .pdp-pair h3{font-size:1.1rem;margin:0 0 .2rem;color:#f2fbff}.research-viewer-panel .pdp-pair h3 a{color:inherit;text-decoration:none}.research-viewer-panel .pdp-pair h3 a:hover{color:#8ec4ff;text-decoration:underline;text-underline-offset:.18em}.research-viewer-panel .research-paper-meta,.research-viewer-panel .research-body-count,.research-viewer-panel .research-body-credit{color:#7f96a4}.research-body-classes{padding-left:1.2rem;margin:0 0 1.4rem}.research-body-classes p{margin:.25rem 0 .8rem}.research-body-count{color:var(--muted);font-size:.9rem}.research-body-credit{color:var(--muted);font-size:.8rem;margin-top:1.5rem}@media (max-width: 900px){.hero-grid,.about-grid,.pdp-grid,.contact-hero,.footer-inner,.card-grid,.research-viewer{grid-template-columns:1fr}.research-viewer-stage{height:70vh;min-height:22rem}.research-body-callout,.research-body-lead{display:none}.research-viewer-panel{max-height:none;border-left:0;border-top:1px solid #143848}.hero-bottle{position:static;width:50%;margin:-3rem auto 0}.navbar{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:1rem}.navbar.is-open{display:block}.navbar ul{flex-direction:column}.site-header{padding-left:calc(.9rem + env(safe-area-inset-left,0px));padding-right:calc(.9rem + env(safe-area-inset-right,0px))}.header-bar{width:100%;gap:.95rem}.header-tools{margin-left:auto;gap:.45rem;min-width:0}.mobile-nav-toggle{display:grid;place-items:center;width:1.85rem;height:var(--header-control-h);padding:0;flex-shrink:0;font-size:1.45rem}.logo-full{display:none}.logo-mark{display:block;height:40px;width:26px}.contact-person{max-height:380px;border-radius:20px;margin-bottom:2rem}.pdp-sticky{padding-bottom:calc(.8rem + env(safe-area-inset-bottom))}.pdp-sticky>span{display:none}.pdp-sticky .btn-primary{width:100%}.pdp-pair{grid-template-columns:56px minmax(0,1fr) auto;gap:.75rem}.pdp-pair img{width:56px;height:56px}.pdp-pair-actions .btn-primary{padding:.65rem .95rem;font-size:.9rem;white-space:nowrap}}
