@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Mono:wght@300;400&family=Jost:wght@300;400;500&display=swap";:root{--gh-ivory: #F9F7F3;--gh-ivory-deep: #F0EDE6;--gh-platinum: #D8D4CC;--gh-platinum-light: #E8E5E0;--gh-charcoal: #1A1916;--gh-charcoal-mid: #2E2C28;--gh-muted: #7A7671;--gh-gold: #B8A882;--gh-gold-light: #D4C9A8;--gh-gold-dark: #8A7A5A;--gh-clinical: #3B5A6B;--gh-clinical-light: #EAF0F4;--gh-clinical-mid: #6A8FA0;--gh-font-display: "Cormorant Garamond", Georgia, serif;--gh-font-mono: "DM Mono", "Courier New", monospace;--gh-font-body: "Jost", system-ui, sans-serif}body{font-family:var(--gh-font-body);font-weight:300;background-color:var(--gh-ivory);color:var(--gh-charcoal)}.gh-ruo-banner{width:100%;background:var(--gh-clinical);color:#ffffffd9;text-align:center;padding:8px 1.5rem;font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase;position:relative;z-index:200}.gh-hero{display:grid;grid-template-columns:1fr 1fr;min-height:90vh;background:var(--gh-ivory);overflow:hidden}.gh-hero__left{padding:6rem 4rem 4rem;display:flex;flex-direction:column;justify-content:center}.gh-hero__eyebrow{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--gh-clinical);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.gh-hero__eyebrow:before{content:"";display:block;width:32px;height:.5px;background:var(--gh-clinical);flex-shrink:0}.gh-hero__title{font-family:var(--gh-font-display);font-size:clamp(48px,6vw,76px);font-weight:300;line-height:1;color:var(--gh-charcoal);margin-bottom:2rem}.gh-hero__title em{font-style:italic;color:var(--gh-gold-dark)}.gh-hero__subtitle{font-family:var(--gh-font-body);font-size:14px;line-height:1.85;color:var(--gh-muted);max-width:420px;margin-bottom:3rem;font-weight:300}.gh-hero__actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.gh-btn--primary{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;padding:14px 32px;background:var(--gh-charcoal);color:var(--gh-ivory);border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background .25s ease}.gh-btn--primary:hover{background:var(--gh-clinical);color:var(--gh-ivory)}.gh-btn--ghost{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gh-muted);background:none;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:color .2s}.gh-btn--ghost:after{content:"\2192";font-size:14px}.gh-btn--ghost:hover{color:var(--gh-charcoal)}.gh-hero__right{background:var(--gh-ivory-deep);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:500px}.gh-hero__stats{position:absolute;bottom:3rem;right:3rem;display:flex;flex-direction:column;gap:1.5rem}.gh-stat{text-align:right}.gh-stat__num{font-family:var(--gh-font-display);font-size:36px;font-weight:300;color:var(--gh-charcoal);line-height:1}.gh-stat__label{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--gh-muted);margin-top:4px}.gh-trust-bar{background:var(--gh-charcoal);padding:2rem 4rem;display:flex;align-items:stretch;gap:0}.gh-trust-item{display:flex;align-items:center;gap:14px;flex:1;justify-content:center;padding:0 2rem}.gh-trust-item+.gh-trust-item{border-left:.5px solid rgba(255,255,255,.1)}.gh-trust-icon{width:32px;height:32px;border:.5px solid var(--gh-gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gh-trust-icon svg{opacity:.7}.gh-trust-text{font-size:11px;font-weight:300;color:#ffffff8c;letter-spacing:.04em;line-height:1.55}.gh-trust-text strong{display:block;font-weight:400;color:#ffffffd9;font-size:12px;margin-bottom:2px}.gh-section{padding:7rem 4rem;background:var(--gh-ivory)}.gh-section--tinted{background:var(--gh-ivory-deep)}.gh-section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem}.gh-eyebrow{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--gh-clinical);margin-bottom:1rem}.gh-section-title{font-family:var(--gh-font-display);font-size:clamp(28px,4vw,44px);font-weight:300;line-height:1.1;color:var(--gh-charcoal)}.gh-section-title em{font-style:italic;color:var(--gh-gold-dark)}.gh-see-all{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gh-muted);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s;white-space:nowrap}.gh-see-all:after{content:"\2192"}.gh-see-all:hover{color:var(--gh-charcoal)}.gh-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gh-platinum)}.gh-cat-card{background:var(--gh-ivory);padding:2.5rem 2rem;cursor:pointer;transition:background .25s ease;position:relative;overflow:hidden;text-decoration:none;display:block;color:inherit}.gh-cat-card:hover{background:var(--gh-ivory-deep);color:inherit}.gh-cat-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gh-gold);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.gh-cat-card:hover:after{transform:scaleX(1)}.gh-cat-tag{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--gh-clinical);margin-bottom:1.5rem;display:flex;align-items:center;gap:8px}.gh-cat-tag:before{content:"";display:block;width:6px;height:6px;border:.5px solid var(--gh-clinical);border-radius:50%;flex-shrink:0}.gh-cat-name{font-family:var(--gh-font-display);font-size:26px;font-weight:400;color:var(--gh-charcoal);margin-bottom:.75rem;line-height:1.1}.gh-cat-desc{font-size:12px;color:var(--gh-muted);line-height:1.75;margin-bottom:2rem;font-weight:300}.gh-cat-count{font-family:var(--gh-font-mono);font-size:10px;color:var(--gh-gold-dark);letter-spacing:.15em}.gh-disclaimer{background:var(--gh-clinical-light);border-top:1px solid var(--gh-clinical-mid);border-bottom:1px solid var(--gh-clinical-mid);padding:2rem 4rem;display:flex;gap:1.5rem;align-items:flex-start}.gh-disclaimer__icon{width:32px;height:32px;background:var(--gh-clinical);color:#fff;font-family:var(--gh-font-display);font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.gh-disclaimer__text{font-family:var(--gh-font-mono);font-size:10px;line-height:1.85;color:var(--gh-clinical);letter-spacing:.04em}.gh-disclaimer__text strong{font-weight:400;font-size:11px;display:block;margin-bottom:6px;letter-spacing:.1em;text-transform:uppercase}@media(max-width:1024px){.gh-hero{grid-template-columns:1fr;min-height:auto}.gh-hero__right{min-height:380px}.gh-hero__left{padding:4rem 2rem 3rem}.gh-trust-bar{padding:1.5rem 2rem;flex-wrap:wrap;gap:1.5rem}.gh-trust-item{flex:1 1 45%;border-left:none!important;border-top:.5px solid rgba(255,255,255,.08);padding:1rem 0;justify-content:flex-start}.gh-categories{grid-template-columns:repeat(2,1fr)}.gh-section{padding:4rem 2rem}.gh-section__header{flex-direction:column;align-items:flex-start;gap:1rem}.gh-disclaimer{padding:1.5rem 2rem}}@media(max-width:640px){.gh-categories{grid-template-columns:1fr}.gh-hero__stats{position:static;flex-direction:row;gap:2rem;padding:1.5rem 2rem;background:var(--gh-ivory-deep)}.gh-stat{text-align:left}.gh-trust-item{flex:1 1 100%}}.gh-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.gh-product-card{background:var(--gh-ivory);border:.5px solid var(--gh-platinum);cursor:pointer;transition:border-color .2s ease;position:relative}.gh-product-card:hover{border-color:var(--gh-gold)}.gh-product-img{aspect-ratio:1 / 1;background:var(--gh-ivory-deep);display:flex;align-items:center;justify-content:center;border-bottom:.5px solid var(--gh-platinum-light);position:relative;overflow:hidden;width:100%}.gh-product-img img{width:100%;height:100%;object-fit:contain;display:block;padding:1.5rem}.gh-product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gh-purity-badge{position:absolute;top:1rem;right:1rem;background:var(--gh-charcoal);color:var(--gh-gold-light);font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.15em;padding:4px 10px;text-transform:uppercase;z-index:2}.gh-ruo-badge{position:absolute;top:1rem;left:1rem;background:var(--gh-clinical);color:#ffffffe6;font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.12em;padding:4px 10px;text-transform:uppercase;z-index:2}.gh-product-info{padding:1.5rem}.gh-product-cas{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.15em;color:var(--gh-muted);margin-bottom:.75rem;text-transform:uppercase}.gh-product-name{font-family:var(--gh-font-display);font-size:22px;font-weight:400;color:var(--gh-charcoal);margin-bottom:.5rem;line-height:1.2}.gh-product-seq{font-family:var(--gh-font-mono);font-size:10px;color:var(--gh-clinical-mid);margin-bottom:1rem;letter-spacing:.05em;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-product-meta{display:flex;justify-content:space-between;align-items:center;border-top:.5px solid var(--gh-platinum-light);padding-top:1rem;margin-top:1rem}.gh-product-price{font-family:var(--gh-font-display);font-size:22px;font-weight:300;color:var(--gh-charcoal);line-height:1}.gh-product-price span{font-family:var(--gh-font-mono);font-size:10px;color:var(--gh-muted);margin-left:4px}.gh-add-btn{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.15em;text-transform:uppercase;padding:8px 16px;background:transparent;border:.5px solid var(--gh-charcoal);color:var(--gh-charcoal);cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s ease}.gh-add-btn:hover{background:var(--gh-charcoal);color:var(--gh-ivory)}.gh-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.gh-about-visual{background:var(--gh-ivory-deep);aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;overflow:hidden}.gh-about-text{font-size:14px;line-height:1.9;color:var(--gh-muted);margin-bottom:1.25rem;font-weight:300}.gh-about-text--lead{font-family:var(--gh-font-display);font-size:19px;color:var(--gh-charcoal);font-weight:300;line-height:1.7;margin-top:2rem}.gh-cert-row{display:flex;gap:.75rem;margin-top:2.5rem;flex-wrap:wrap}.gh-cert-chip{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.15em;text-transform:uppercase;padding:7px 14px;border:.5px solid var(--gh-platinum);color:var(--gh-muted);display:flex;align-items:center;gap:6px}.gh-cert-chip:before{content:"";width:5px;height:5px;background:var(--gh-gold);border-radius:50%;flex-shrink:0}.gh-newsletter{background:var(--gh-charcoal);padding:5rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.gh-eyebrow--light{color:var(--gh-gold-light)!important}.gh-section-title--light{color:var(--gh-ivory)}.gh-section-title--light em{color:var(--gh-gold)}.gh-newsletter__sub{font-size:13px;color:#fff6;margin-top:1rem;line-height:1.75;font-weight:300}.gh-newsletter__form{display:flex;flex-direction:column;gap:1rem}.gh-newsletter__row{display:flex}.gh-email-input{flex:1;padding:14px 20px;background:#ffffff0f;border:.5px solid rgba(255,255,255,.12);border-right:none;color:#fff;font-family:var(--gh-font-body);font-size:13px;font-weight:300;outline:none;transition:border-color .2s}.gh-email-input::placeholder{color:#ffffff4d}.gh-email-input:focus{border-color:var(--gh-gold)}.gh-submit-btn{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;padding:14px 24px;background:var(--gh-gold-dark);color:var(--gh-ivory);border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.gh-submit-btn:hover{background:var(--gh-gold)}.gh-newsletter__note{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.12em;color:#ffffff38;text-transform:uppercase}.gh-newsletter__success{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.12em;color:var(--gh-gold-light);text-transform:uppercase}@media(max-width:1024px){.gh-products-grid{grid-template-columns:repeat(2,1fr)}.gh-about-grid{grid-template-columns:1fr;gap:3rem}.gh-about-visual{aspect-ratio:3 / 2;max-height:340px}.gh-newsletter{grid-template-columns:1fr;padding:3rem 2rem;gap:2.5rem}}@media(max-width:640px){.gh-products-grid{grid-template-columns:1fr}.gh-newsletter__row{flex-direction:column}.gh-email-input{border-right:.5px solid rgba(255,255,255,.12);border-bottom:none}.gh-submit-btn{padding:14px;text-align:center}}.gh-product-page{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding:4rem;max-width:1400px;margin:0 auto;align-items:start}.gh-breadcrumb{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gh-muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gh-breadcrumb a{color:var(--gh-muted);text-decoration:none;transition:color .2s}.gh-breadcrumb a:hover{color:var(--gh-charcoal)}.gh-product-page__img-wrap{position:relative;background:var(--gh-ivory-deep);width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem}.gh-product-page__main-img{width:100%;height:100%;object-fit:contain;display:block;padding:2rem}.gh-product-page__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.gh-product-page__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:6px}.gh-product-page__thumbs{display:flex;gap:8px;margin-bottom:1rem;flex-wrap:wrap}.gh-thumb{width:72px;height:72px;border:.5px solid var(--gh-platinum);overflow:hidden;cursor:pointer;padding:0;background:var(--gh-ivory-deep);transition:border-color .2s;flex-shrink:0}.gh-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gh-thumb--active{border-color:var(--gh-gold-dark)}.gh-coa-download{display:flex;align-items:center;gap:10px;padding:12px 16px;border:.5px solid var(--gh-clinical);color:var(--gh-clinical);font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:all .2s}.gh-coa-download:hover{background:var(--gh-clinical);color:#fff}.gh-product-page__meta-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.25rem}.gh-meta-chip{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.15em;text-transform:uppercase;padding:5px 12px;border:.5px solid var(--gh-platinum);color:var(--gh-muted)}.gh-product-page__title{font-family:var(--gh-font-display);font-size:48px;font-weight:300;color:var(--gh-charcoal);line-height:1;margin-bottom:1rem}.gh-product-page__sequence{font-family:var(--gh-font-mono);font-size:10px;color:var(--gh-clinical-mid);letter-spacing:.05em;line-height:1.6;margin-bottom:1.5rem;padding:10px 14px;background:var(--gh-clinical-light);border-left:2px solid var(--gh-clinical);overflow-wrap:break-word}.gh-purity-bar-wrap{margin-bottom:2rem}.gh-purity-bar-label{display:flex;justify-content:space-between;font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--gh-muted);margin-bottom:8px}.gh-purity-bar-value{color:var(--gh-charcoal);font-weight:400}.gh-purity-bar{height:3px;background:var(--gh-platinum-light);position:relative;overflow:hidden}.gh-purity-bar__fill{height:100%;background:linear-gradient(90deg,var(--gh-clinical) 0%,var(--gh-gold) 100%);transition:width 1s ease}.gh-purity-bar-method{font-family:var(--gh-font-mono);font-size:9px;color:var(--gh-muted);letter-spacing:.1em;margin-top:6px}.gh-product-page__pricing{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:.5px solid var(--gh-platinum-light)}.gh-product-page__price{font-family:var(--gh-font-display);font-size:36px;font-weight:300;color:var(--gh-charcoal);margin-bottom:1.25rem;line-height:1}.gh-product-page__price span{font-family:var(--gh-font-mono);font-size:12px;color:var(--gh-muted);margin-left:6px}.gh-variant-label{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--gh-muted);margin-bottom:10px}.gh-variant-btns{display:flex;gap:8px;flex-wrap:wrap}.gh-variant-btn{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:9px 18px;border:.5px solid var(--gh-platinum);background:#fff;color:var(--gh-charcoal);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.gh-variant-btn:hover:not(:disabled){border-color:var(--gh-charcoal)}.gh-variant-btn--active{border-color:var(--gh-charcoal);background:var(--gh-charcoal);color:var(--gh-ivory)}.gh-variant-btn--sold-out{opacity:.45;cursor:not-allowed;text-decoration:line-through}.gh-variant-btn span{font-size:8px;opacity:.6}.gh-atc-form{margin-bottom:1.5rem}.gh-atc-row{display:flex;gap:1rem;align-items:stretch}.gh-qty-wrap{display:flex;border:.5px solid var(--gh-platinum)}.gh-qty-btn{width:40px;height:100%;background:var(--gh-ivory-deep);border:none;cursor:pointer;font-size:16px;color:var(--gh-charcoal);transition:background .15s}.gh-qty-btn:hover{background:var(--gh-platinum-light)}.gh-qty-input{width:52px;text-align:center;border:none;border-left:.5px solid var(--gh-platinum);border-right:.5px solid var(--gh-platinum);font-family:var(--gh-font-mono);font-size:13px;color:var(--gh-charcoal);background:#fff;outline:none;-moz-appearance:textfield}.gh-qty-input::-webkit-inner-spin-button,.gh-qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.gh-atc-btn{flex:1;font-family:var(--gh-font-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;padding:16px 24px;background:var(--gh-charcoal);color:var(--gh-ivory);border:none;cursor:pointer;transition:background .2s}.gh-atc-btn:hover:not(.gh-atc-btn--disabled){background:var(--gh-clinical)}.gh-atc-btn--disabled{background:var(--gh-platinum);color:var(--gh-muted);cursor:not-allowed}.gh-product-page__trust{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:2rem}.gh-product-page__trust-item{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.08em;color:var(--gh-muted);display:flex;align-items:center;gap:7px}.gh-product-page__trust-item svg{color:var(--gh-clinical);flex-shrink:0}.gh-tabs{border-top:.5px solid var(--gh-platinum-light);padding-top:0}.gh-tabs__nav{display:flex;border-bottom:.5px solid var(--gh-platinum-light);margin-bottom:0;overflow-x:auto}.gh-tab-btn{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase;padding:14px 20px;background:none;border:none;border-bottom:2px solid transparent;color:var(--gh-muted);cursor:pointer;transition:all .2s;white-space:nowrap;margin-bottom:-1px}.gh-tab-btn:hover{color:var(--gh-charcoal)}.gh-tab-btn--active{color:var(--gh-charcoal);border-bottom-color:var(--gh-charcoal)}.gh-tab-panel{display:none;padding:2rem 0}.gh-tab-panel--active{display:block}.gh-tab-content{font-size:13px;line-height:1.85;color:var(--gh-muted);font-weight:300}.gh-tab-content p+p{margin-top:1rem}.gh-tab-content--legal{background:var(--gh-clinical-light);border-left:2px solid var(--gh-clinical);padding:1.25rem 1.5rem;font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.05em;color:var(--gh-clinical);line-height:1.8}.gh-tab-content--legal strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem}.gh-spec-table{width:100%;border-collapse:collapse}.gh-spec-table tr{border-bottom:.5px solid var(--gh-platinum-light)}.gh-spec-table td{padding:10px 0;font-size:12px;vertical-align:top}.gh-spec-table td:first-child{font-family:var(--gh-font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gh-muted);width:38%;padding-right:1rem}.gh-spec-table td:last-child{color:var(--gh-charcoal);font-weight:300}.gh-spec-seq{font-family:var(--gh-font-mono)!important;font-size:10px!important;color:var(--gh-clinical-mid)!important;line-height:1.6;word-break:break-all}.gh-footer{background:var(--gh-charcoal-mid);color:#fff6}.gh-footer__top{padding:4rem 4rem 3rem;display:flex;gap:4rem;border-bottom:.5px solid rgba(255,255,255,.06)}.gh-footer__brand{flex:0 0 220px}.gh-footer__logo{font-family:var(--gh-font-display);font-size:20px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9;text-decoration:none;display:block;margin-bottom:1rem}.gh-footer__logo em{font-style:italic;color:var(--gh-gold)}.gh-footer__brand-desc{font-size:11px;color:#ffffff4d;line-height:1.75;font-weight:300;margin-bottom:1.25rem}.gh-footer__socials{display:flex;gap:10px}.gh-footer__social{width:32px;height:32px;border:.5px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff6;text-decoration:none;transition:all .2s}.gh-footer__social:hover{border-color:var(--gh-gold);color:var(--gh-gold)}.gh-footer__col{flex:1}.gh-footer__col-heading{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--gh-gold);margin-bottom:1.25rem;font-weight:400}.gh-footer__links{list-style:none;display:flex;flex-direction:column;gap:.7rem}.gh-footer__links a{font-size:12px;color:#ffffff61;text-decoration:none;font-weight:300;transition:color .2s}.gh-footer__links a:hover{color:#ffffffb3}.gh-footer__cert-strip{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 4rem;background:#00000026;flex-wrap:wrap}.gh-footer__cert{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#ffffff47}.gh-footer__cert-dot{color:var(--gh-gold);opacity:.4}.gh-footer__ruo-strip{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 4rem;background:var(--gh-clinical);font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffbf;text-align:center;flex-wrap:wrap}.gh-footer__bottom{padding:1.5rem 4rem;border-top:.5px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.gh-footer__bottom-left{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.1em;color:#ffffff2e;text-transform:uppercase}.gh-footer__bottom-links{display:flex;gap:1.5rem}.gh-footer__bottom-links a{font-family:var(--gh-font-mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;text-decoration:none;transition:color .2s}.gh-footer__bottom-links a:hover{color:#ffffff8c}.gh-footer__bottom-right{font-family:var(--gh-font-mono);font-size:9px;color:#ffffff26;letter-spacing:.1em;text-transform:uppercase}@media(max-width:1024px){.gh-product-page__title{font-size:36px}.gh-footer__top{padding:3rem 2rem 2rem;flex-wrap:wrap;gap:2rem}.gh-footer__brand{flex:1 1 100%}.gh-footer__col{flex:1 1 40%}.gh-footer__cert-strip,.gh-footer__ruo-strip{padding:1rem 2rem}.gh-footer__bottom{padding:1.5rem 2rem;flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:640px){.gh-product-page{padding:1.5rem 1rem}.gh-product-page__title{font-size:28px}.gh-atc-row{flex-direction:column}.gh-product-page__trust{grid-template-columns:1fr}.gh-footer__col{flex:1 1 100%}.gh-footer__bottom-links{flex-wrap:wrap;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/gander-health.css.map */
