*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-cream);color:var(--color-ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}h1,h2,h3,h4,p{margin-top:0}h1,h2,.editorial-title{font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:-.035em;line-height:.98}h1{font-size:clamp(3.2rem,7vw,7.6rem)}h2{font-size:clamp(2.35rem,4.2vw,5rem)}h3{font-size:1.25rem;line-height:1.2}p{margin-bottom:1rem}:focus-visible{outline:3px solid var(--color-blue);outline-offset:4px}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;border:0;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:fixed;z-index:1000;top:1rem;left:1rem;transform:translateY(-150%);padding:.75rem 1rem;border-radius:999px;background:var(--color-ink);color:#fff}.skip-link:focus{transform:translateY(0)}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.main-content{min-height:50vh}.back-navigation{padding:1rem 0 0}.back-navigation__link{display:inline-flex;min-height:42px;align-items:center;gap:.55rem;padding:.55rem .9rem;border:1px solid rgba(31,48,66,.16);border-radius:999px;background:#fff;color:var(--color-ink);box-shadow:0 8px 24px #1f30420d;font-size:.72rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.back-navigation__link:hover{transform:translateY(-1px);border-color:var(--color-steel);box-shadow:0 10px 28px #1f30421a}.back-navigation__icon{font-size:1rem;line-height:1;transition:transform .2s ease}.back-navigation__link:hover .back-navigation__icon{transform:translate(-2px)}.section{padding:clamp(4.5rem,8vw,8rem) 0}.section--tight{padding:clamp(3rem,5vw,5rem) 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading h2{max-width:840px;margin-bottom:0}.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1rem;color:var(--color-ink);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-kicker:before,.eyebrow:before{width:28px;height:2px;background:var(--color-blue);content:""}.lede{max-width:720px;color:var(--color-muted);font-size:clamp(1rem,1.5vw,1.2rem)}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:.7rem;padding:.75rem 1.35rem;border:1.5px solid var(--color-blue);border-radius:999px;background:var(--color-blue);color:var(--color-ink);font-size:.82rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.button:hover{transform:translateY(-2px);border-color:var(--color-ink);background:var(--color-ink);color:#fff;box-shadow:0 10px 24px #1f30422e}.button--light{border-color:#fff;background:#fff;color:var(--color-ink)}.button--outline{border-color:var(--color-steel);background:transparent;color:var(--color-ink)}.button--outline-light{border-color:#ffffffb8;background:transparent;color:#fff}.button--arrow{padding-right:.55rem}.button__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--color-ink);color:#fff}.button--light .button__icon{background:var(--color-blue);color:var(--color-ink)}.text-link{display:inline-flex;align-items:center;gap:.5rem;padding-bottom:.2rem;border-bottom:1px solid currentColor;font-weight:700}.announcement{background:var(--color-ink);color:#fff;font-size:.78rem;letter-spacing:.055em}.announcement__inner{display:flex;min-height:34px;align-items:center;justify-content:center;text-align:center}.site-header{position:relative;z-index:20;padding:14px 0 8px;background:var(--color-cream)}.header__inner{display:grid;min-height:88px;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:clamp(.55rem,.8vw,.75rem);border:1px solid rgba(79,121,179,.12);border-radius:20px;background:#fff;padding:8px 10px 8px 16px;box-shadow:0 8px 28px #1f30420e}.header__logo{position:relative;z-index:2;display:inline-flex;width:174px;min-width:174px;align-items:center;justify-self:start}.header__logo img{width:174px;max-width:174px;height:auto;object-fit:contain;object-position:left center}.header__shop-name{font-family:Georgia,Times New Roman,serif;font-size:1.45rem}.header__nav{width:max-content;max-width:100%;min-width:0;justify-self:center}.header__nav-list{display:flex;width:max-content;max-width:100%;align-items:center;justify-content:center;gap:.2rem;margin:0;padding:.25rem;list-style:none;border-radius:999px;background:var(--color-powder)}.header__nav-link{display:block;padding:.65rem clamp(.55rem,.6vw,.75rem);border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.02em;line-height:1;text-transform:uppercase;white-space:nowrap}.header__nav-link:hover,.header__nav-link[aria-current=page],.header__dropdown-toggle.is-active,.header__dropdown[open]>.header__dropdown-toggle{background:var(--color-ink);color:#fff}.header__nav-item,.header__dropdown{position:relative}.header__dropdown>summary{display:flex;align-items:center;gap:.3rem;list-style:none;cursor:pointer}.header__dropdown>summary::-webkit-details-marker{display:none}.header__nav-caret{width:8px;transition:transform .2s ease}.header__dropdown[open] .header__nav-caret{transform:rotate(180deg)}.header__submenu{position:absolute;z-index:40;top:calc(100% + .75rem);left:50%;width:max-content;min-width:270px;transform:translate(-50%);margin:0;padding:.55rem;border:1px solid rgba(31,48,66,.12);border-radius:18px;background:#fff;box-shadow:0 22px 50px #1f304229;list-style:none}.header__submenu:before{position:absolute;top:-12px;right:0;left:0;height:14px;content:""}.header__submenu-link{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .75rem;border-radius:12px;color:var(--color-ink);font-size:.78rem;font-weight:800;letter-spacing:.025em}.header__submenu-link:hover,.header__submenu-link[aria-current=page]{background:var(--color-powder)}.header__submenu-link span:last-child{color:var(--color-steel);font-size:1rem}.header__actions{display:flex;min-width:max-content;align-items:center;justify-self:end;gap:.4rem}.header__account-component{display:block;--shopify-account-avatar-size:48px;--shopify-account-signed-in-avatar-size:48px;--shopify-account-signed-in-avatar-color-background:var(--color-blue);--shopify-account-signed-in-avatar-color-text:var(--color-ink);--shopify-account-color-accent:var(--color-blue);--shopify-account-color-accent-hover:var(--color-ink);--shopify-account-color-accent-text:var(--color-ink);--shopify-account-color-background:#fff;--shopify-account-color-background-subdued:var(--color-powder);--shopify-account-color-border:rgba(79,121,179,.28);--shopify-account-color-card-background:#fff;--shopify-account-color-card-text:var(--color-ink);--shopify-account-color-control-background:#fff;--shopify-account-color-control-text:var(--color-ink);--shopify-account-color-text:var(--color-ink);--shopify-account-color-text-subdued:var(--color-muted);--shopify-account-font-body:Arial,Helvetica,sans-serif;--shopify-account-font-heading:Georgia,"Times New Roman",serif;--shopify-account-font-body-weight:600;--shopify-account-font-heading-weight:500;--shopify-account-radius-base:14px;--shopify-account-radius-button:999px;--shopify-account-radius-dialog:20px;--shopify-account-radius-input:12px}.header__account-component::part(signed-out-avatar){width:auto;height:48px;padding:0;border:0;border-radius:999px;background:transparent}.header__account-trigger{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .75rem;border:1.5px solid var(--color-steel);border-radius:999px;background:#fff;color:var(--color-ink);font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease}.header__account-component:hover .header__account-trigger{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.header__account-trigger svg{flex:0 0 22px}.header__book{display:inline-grid;min-width:110px;min-height:46px;place-items:center;padding:.7rem 1rem;text-align:center;line-height:1;white-space:nowrap}.icon-button{position:relative;display:grid;width:46px;height:46px;place-items:center;border:1.5px solid var(--color-steel);border-radius:50%;background:#fff;cursor:pointer}.icon-button:hover{background:var(--color-powder)}.cart-count{position:absolute;right:-2px;top:-2px;display:grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:var(--color-blue);color:var(--color-ink);font-size:.65rem;font-weight:800}.mobile-menu-button,.mobile-menu-button__close{display:none}body.menu-open .mobile-menu-button{z-index:31;background:var(--color-ink);color:#fff}body.menu-open .mobile-menu-button__open{display:none}body.menu-open .mobile-menu-button__close{display:block}.mobile-menu{position:fixed;z-index:30;right:0;bottom:0;left:0;top:0;overflow-y:auto;background:var(--color-cream);padding:7rem 1.25rem 2rem}.mobile-menu[hidden]{display:none}.mobile-menu__links{margin:0;padding:0;list-style:none}.mobile-menu__links a{display:flex;justify-content:space-between;padding:1.1rem 0;border-bottom:1px solid rgba(31,48,66,.15);font-family:Georgia,Times New Roman,serif;font-size:2rem}.mobile-menu__group>summary{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;border-bottom:1px solid rgba(31,48,66,.15);font-family:Georgia,Times New Roman,serif;font-size:2rem;list-style:none;cursor:pointer}.mobile-menu__group>summary::-webkit-details-marker{display:none}.mobile-menu__caret{width:14px;transition:transform .2s ease}.mobile-menu__group[open] .mobile-menu__caret{transform:rotate(180deg)}.mobile-menu__sublinks{margin:0;padding:.35rem 0 .9rem;list-style:none}.mobile-menu__sublinks a{align-items:center;padding:.85rem 1rem;border-bottom:1px solid rgba(31,48,66,.1);font-family:Arial,Helvetica,sans-serif;font-size:1rem;font-weight:800}.mobile-menu__cta a{margin-top:1rem;padding:1rem 1.2rem;border:0;border-radius:16px;background:var(--color-blue);font-family:Arial,Helvetica,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase}.hero{padding:6px 0 0}.hero__panel{position:relative;display:grid;min-height:min(680px,calc(100vh - 155px));grid-template-columns:minmax(0,44%) minmax(0,56%);overflow:hidden;border:1px solid rgba(69,153,239,.16);border-radius:var(--radius-large);background:linear-gradient(135deg,#f7fbff 0,var(--color-powder) 100%);box-shadow:var(--shadow-soft)}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5.5rem)}.hero__title{max-width:680px;margin-bottom:1.5rem}.hero__copy{max-width:580px;margin-bottom:2rem;color:var(--color-muted);font-size:clamp(1rem,1.5vw,1.2rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem}.hero__media{position:relative;min-height:520px;overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__placeholder{display:flex;width:100%;height:100%;min-height:520px;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,5vw,5rem);background:radial-gradient(circle at 72% 24%,rgba(255,255,255,.92) 0 6%,transparent 6.5%),radial-gradient(circle at 72% 24%,rgba(69,153,239,.2) 0 22%,transparent 22.5%),linear-gradient(145deg,#dfeffc 0,#89bdef 52%,#4f79b3);color:var(--color-ink)}.hero__placeholder span{font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero__placeholder strong{max-width:520px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:500;letter-spacing:-.045em;line-height:.95}.hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--color-powder) 0,transparent 14%);content:"";pointer-events:none}.hero__badge{position:absolute;z-index:2;right:1.25rem;bottom:1.25rem;display:flex;max-width:260px;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:16px;background:#ffffffe6;box-shadow:0 14px 36px #1f304229;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__badge .hero__badge-mark{display:grid;flex:0 0 38px;height:38px;place-items:center;border-radius:50%;background:var(--color-blue);color:var(--color-ink);font-size:.72rem;font-weight:800;line-height:1;text-align:center}.hero__badge strong{display:block;font-size:.85rem}.hero__badge>span:last-child>span{display:block;color:var(--color-muted);font-size:.72rem}.trust-strip{padding:18px 0 0}.trust-strip__inner{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(31,48,66,.12);border-radius:999px;background:#fff}.trust-item{display:flex;min-height:70px;align-items:center;justify-content:center;gap:.75rem;padding:1rem;text-align:center}.trust-item+.trust-item{border-left:1px solid rgba(31,48,66,.12)}.trust-item__mark{display:grid;width:31px;height:31px;place-items:center;border-radius:50%;background:var(--color-blue);color:var(--color-ink);font-size:.75rem;font-weight:800}.trust-item strong{font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;display:flex;min-height:410px;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:var(--radius-large);padding:clamp(1.6rem,3vw,2.5rem);background:#fff;transition:transform .25s ease,box-shadow .25s ease}.service-card:nth-child(2){background:var(--color-ink);color:#fff}.service-card:nth-child(3){background:var(--color-powder)}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}.service-card__number{font-size:.75rem;font-weight:800;letter-spacing:.14em}.service-card__icon{display:grid;width:92px;height:92px;place-items:center;align-self:center;border-radius:50%;background:var(--color-cream);color:var(--color-ink);font-family:Georgia,Times New Roman,serif;font-size:2rem}.service-card:nth-child(2) .service-card__icon{background:#ffffff1f;color:#fff}.service-card__body h3{max-width:330px;margin-bottom:.75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,3.2rem);font-weight:500;line-height:1}.service-card__body p{max-width:390px;margin-bottom:1.25rem;color:inherit;opacity:.78}.service-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;overflow:hidden;border:1px solid rgba(31,48,66,.1);border-radius:var(--radius-small);background:#fff;transition:transform .22s ease,box-shadow .22s ease}.product-card--clearance{border-top:4px solid #718197}.product-card--essential{border-top:4px solid var(--color-blue)}.product-card--wellness{border-top:4px solid #51a98a}.product-card--symptom{border-top:4px solid #df9668}.product-card--immune{border-top:4px solid #7ba26f}.product-card--advanced{border-top:4px solid #7d83c8}.product-card--other{border-top:4px solid var(--color-steel)}.product-card--glp{border-top:4px solid #4a9c91}.product-card--individual{border-top:4px solid var(--color-blue)}.product-card--blend{border-top:4px solid #7d83c8}.product-card--nasal{border-top:4px solid #58a6ad}.product-card--topical{border-top:4px solid #df9668}.product-card--cellular{border-top:4px solid #b66c91}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #1f30421a}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--color-powder)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(145deg,var(--color-powder),#fff);font-family:Georgia,Times New Roman,serif;font-size:2rem}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.35rem .6rem;border-radius:999px;background:#fff;font-size:.65rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.product-card__body{padding:1.15rem}.product-card__category{display:inline-flex;margin-bottom:.7rem;padding:.3rem .55rem;border-radius:999px;background:var(--color-powder);color:var(--color-ink);font-size:.62rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.product-card__category--clearance{background:#eef1f5}.product-card__category--essential{background:#e8f4ff}.product-card__category--wellness{background:#eaf7f2}.product-card__category--symptom{background:#fff1e8}.product-card__category--immune{background:#edf5eb}.product-card__category--advanced{background:#eff0fb}.product-card__category--glp{background:#dff3ef}.product-card__category--individual{background:#e8f4ff}.product-card__category--blend{background:#eff0fb}.product-card__category--nasal{background:#e7f6f7}.product-card__category--topical{background:#fff1e8}.product-card__category--cellular{background:#f7eaf1}.product-card__body h3{margin-bottom:.45rem;font-size:1.05rem}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:var(--color-muted)}.product-card__price{color:var(--color-ink);font-weight:700}.product-card__arrow{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(31,48,66,.2);border-radius:50%}.featured-collection__footer{display:flex;justify-content:center;margin-top:2rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid rgba(31,48,66,.13);border-radius:var(--radius-large);background:#1f304221}.step{min-height:270px;padding:2rem;background:#fff}.step__number{display:grid;width:42px;height:42px;margin-bottom:3rem;place-items:center;border-radius:50%;background:var(--color-powder);font-weight:800}.step h3{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:500}.step p{color:var(--color-muted)}.editorial{display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border-radius:var(--radius-large);background:var(--color-ink);color:#fff}.editorial__media{min-height:620px}.editorial__media img{width:100%;height:100%;object-fit:cover}.editorial__placeholder{display:flex;width:100%;height:100%;min-height:620px;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,5vw,5rem);background:linear-gradient(150deg,var(--color-powder),#8ebef0 54%,var(--color-steel));color:var(--color-ink)}.editorial__placeholder span{margin-bottom:1rem;font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.editorial__placeholder strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4.8rem);font-weight:500;letter-spacing:-.04em;line-height:.98}.editorial__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5.5rem)}.editorial__content h2{margin-bottom:1.25rem}.editorial__content>p{color:#ffffffbf;font-size:1.08rem}.editorial__facts{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0 2rem}.editorial__fact{padding:1rem;border:1px solid rgba(255,255,255,.18);border-radius:14px}.editorial__fact strong{display:block;margin-bottom:.2rem;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-weight:500}.editorial__fact span{color:#ffffffb3;font-size:.8rem}.care-team-section{background:#fff}.care-team__heading{align-items:end}.care-team__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.care-team__card{overflow:hidden;border:1px solid rgba(31,48,66,.1);border-radius:var(--radius-large);background:var(--color-cream);box-shadow:0 18px 50px #1f30420f}.care-team__photo{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--color-powder)}.care-team__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .45s ease}.care-team__card:hover .care-team__photo img{transform:scale(1.025)}.care-team__placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(145deg,var(--color-powder),#a9cef3);color:var(--color-ink);font-family:Georgia,Times New Roman,serif;font-size:5rem}.care-team__details{padding:1.3rem 1.35rem 1.55rem}.care-team__details h3{margin:0 0 .45rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2vw,2rem);font-weight:500;line-height:1.05}.care-team__role{margin:0;color:var(--color-ink);font-size:.86rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.care-team__note{margin:.65rem 0 0;color:var(--color-muted);font-size:.82rem;line-height:1.45}.testimonials{background:#fff}.testimonial-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.testimonial-feature{display:flex;min-height:450px;flex-direction:column;justify-content:space-between;border-radius:var(--radius-large);background:var(--color-powder);padding:clamp(2rem,5vw,4.5rem)}.testimonial-feature h3{max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,4.5rem);font-weight:500;line-height:1.05;letter-spacing:-.035em}.testimonial-feature p{max-width:680px;margin:1.25rem 0 0;color:var(--color-muted);font-size:1.05rem}.testimonial-stack{display:grid;gap:18px}.testimonial-small{display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--radius-large);background:var(--color-cream);padding:2rem}.testimonial-small h3{margin-bottom:.75rem;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:500}.testimonial-small p{margin:0;color:var(--color-muted)}.experience-mark{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:var(--color-blue);color:var(--color-ink);font-size:.72rem;font-weight:800;letter-spacing:.08em}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,8vw,8rem)}.faq-intro h2{position:static}.faq-list{border-top:1px solid rgba(31,48,66,.18)}.faq-item{border-bottom:1px solid rgba(31,48,66,.18)}.faq-button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1.45rem 0;border:0;background:transparent;text-align:left;cursor:pointer}.faq-button span:first-child{font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.faq-button__mark{display:grid;flex:0 0 34px;height:34px;place-items:center;border:1px solid rgba(31,48,66,.25);border-radius:50%;transition:transform .2s ease}.faq-button[aria-expanded=true] .faq-button__mark{transform:rotate(45deg)}.faq-panel{max-width:720px;padding:0 3rem 1.5rem 0;color:var(--color-muted)}.contact-cta{padding:clamp(4rem,8vw,8rem) 0}.contact-cta__panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;border-radius:var(--radius-large);background:linear-gradient(115deg,var(--color-ink) 0 64%,var(--color-steel) 100%);color:#fff;padding:clamp(2rem,5vw,5rem)}.contact-cta .eyebrow,.editorial .eyebrow{color:#fff}.contact-cta__panel h2{max-width:900px;margin-bottom:.8rem}.contact-cta__panel p{max-width:680px;margin-bottom:0;color:#ffffffd1}.contact-cta__actions{display:grid;gap:.75rem;min-width:min(100%,250px)}.contact-cta__actions .button{width:100%}.site-footer{padding:0 0 16px}.footer__panel{overflow:hidden;border-radius:var(--radius-large);background:var(--color-ink);color:#fff}.footer__top{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:3rem;padding:clamp(2rem,5vw,5rem)}.footer__brand img{width:210px;max-height:72px;filter:brightness(0) invert(1)}.footer__brand p{max-width:420px;margin-top:1.5rem;color:#ffffffad}.footer__heading{margin-bottom:1rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.footer__links{margin:0;padding:0;list-style:none}.footer__links li+li{margin-top:.65rem}.footer__links a{color:#ffffffbf}.footer__links a:hover{color:#fff}.newsletter-form{display:flex;margin-top:1.25rem;border-bottom:1px solid rgba(255,255,255,.5)}.newsletter-form input{min-width:0;flex:1;padding:.8rem 0;border:0;background:transparent;color:#fff}.newsletter-form input::placeholder{color:#ffffff94}.newsletter-form button{border:0;background:transparent;color:#fff;cursor:pointer}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(2rem,5vw,5rem);border-top:1px solid rgba(255,255,255,.12);color:#ffffff94;font-size:.72rem}.footer__legal{display:flex;flex-wrap:wrap;justify-content:flex-end;column-gap:0;row-gap:.55rem}.footer__compliance{padding:clamp(2.25rem,4vw,4rem) clamp(1.5rem,5vw,5rem);border-bottom:1px solid rgba(31,48,66,.16);background:linear-gradient(135deg,#e7f0fa 0,#d8e5f3);box-shadow:inset 0 0 0 1px #4f79b32e;color:var(--color-ink);text-align:center}.footer__legitscript{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.35rem;border-radius:14px;transition:transform .2s ease,box-shadow .2s ease}.footer__legitscript:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1f30421f}.footer__legitscript img{width:73px;height:79px}.footer__compliance-title{margin:0 0 .8rem;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.footer__jurisdiction p{max-width:1040px;margin:0 auto;color:var(--color-muted);font-size:.86rem;line-height:1.75}.footer__payments{display:flex;align-items:center;flex-direction:column;gap:.75rem;padding:1.75rem clamp(1.5rem,5vw,5rem) 2rem;border-top:1px solid rgba(255,255,255,.12)}.footer__payments>span{color:#ffffff9e;font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.footer__payments-image{overflow:hidden;width:min(505px,100%);border-radius:8px;background:#fff;box-shadow:0 12px 32px #00000024}.footer__payments-image img{width:100%;height:auto}.footer__legal a{color:inherit;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.footer__legal a+a:before{display:inline-block;margin:0 .65rem;color:#ffffff57;content:"\b7";text-decoration:none}.footer__legal a:hover{color:#fff;text-decoration-color:currentColor}.template-title{margin-bottom:1.25rem;font-size:clamp(3rem,6vw,6rem)}.collection-hero{padding:clamp(3.5rem,7vw,7rem) 0 2rem}.collection-hero__inner{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:3rem}.collection-hero__description{max-width:620px;color:var(--color-muted)}.collection-hero--iv,.collection-hero--longevity{padding-bottom:clamp(2.5rem,5vw,5rem)}.collection-hero--iv{background:linear-gradient(180deg,var(--color-cream),#f4f8fc)}.collection-hero--longevity{background:linear-gradient(180deg,var(--color-cream),#f5f4fb)}.collection-hero--iv .collection-hero__inner,.collection-hero--longevity .collection-hero__inner{align-items:start}.collection-intro>p:first-child{font-size:1.08rem}.collection-notices{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1.25rem 0}.collection-notice{padding:1rem;border:1px solid rgba(31,48,66,.12);border-radius:14px;background:#fff}.collection-notice strong{display:block;margin-bottom:.25rem;color:var(--color-ink);font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}.collection-notice span{display:block;font-size:.88rem;line-height:1.45}.collection-notice--clearance{border-left:4px solid var(--color-blue)}.collection-notice--delivery{border-left:4px solid #7d83c8}.collection-intro__note{margin:0;color:var(--color-muted);font-size:.8rem}.longevity-preparation-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem;margin-bottom:1.25rem;padding:1.25rem 1.35rem;border:1px solid rgba(31,48,66,.12);border-left:4px solid #7d83c8;border-radius:18px;background:linear-gradient(135deg,#fff,#eff0fb);box-shadow:0 14px 36px #1f30420d}.longevity-preparation-note__price{display:grid;min-width:104px;min-height:76px;place-items:center;padding:.65rem .8rem;border-radius:14px;background:var(--color-ink);color:#fff;text-align:center}.longevity-preparation-note__price span{font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.longevity-preparation-note__price strong{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:500;line-height:1}.longevity-preparation-note__content h2{margin:0 0 .35rem;font-family:Arial,Helvetica,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:.02em}.longevity-preparation-note__content p{max-width:760px;margin:0;color:var(--color-muted);font-size:.88rem;line-height:1.55}.longevity-preparation-note .button{white-space:nowrap}.iv-clearance-note{border-left-color:var(--color-blue);background:linear-gradient(135deg,#fff,#eaf4fe)}.iv-clearance-note .longevity-preparation-note__price{background:var(--color-blue);color:#fff}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.iv-category-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:clamp(3rem,6vw,5rem);padding:1rem;border:1px solid rgba(31,48,66,.1);border-radius:18px;background:#fff;box-shadow:0 14px 36px #1f30420d}.iv-category-nav__label{margin-right:.35rem;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.iv-category-chip{padding:.5rem .75rem;border-radius:999px;font-size:.72rem;font-weight:800}.iv-category-chip--clearance{background:#eef1f5}.iv-category-chip--essential{background:#e8f4ff}.iv-category-chip--wellness{background:#eaf7f2}.iv-category-chip--symptom{background:#fff1e8}.iv-category-chip--immune{background:#edf5eb}.iv-category-chip--advanced{background:#eff0fb}.iv-category{scroll-margin-top:1rem;margin-bottom:clamp(4rem,7vw,7rem)}.iv-category:last-child{margin-bottom:0}.iv-category__header{display:grid;grid-template-columns:1fr minmax(280px,520px);align-items:end;gap:2rem;margin-bottom:1.5rem;padding-top:1.4rem;border-top:1px solid rgba(31,48,66,.14)}.iv-category__header h2{margin:.35rem 0 0;font-size:clamp(2.3rem,4vw,4.3rem)}.iv-category__header p{margin:0;color:var(--color-muted)}.iv-category__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.iv-category__eyebrow:before{width:10px;height:10px;border-radius:50%;background:var(--color-steel);content:""}.iv-category--clearance .iv-category__eyebrow:before{background:#718197}.iv-category--essential .iv-category__eyebrow:before{background:var(--color-blue)}.iv-category--wellness .iv-category__eyebrow:before{background:#51a98a}.iv-category--symptom .iv-category__eyebrow:before{background:#df9668}.iv-category--immune .iv-category__eyebrow:before{background:#7ba26f}.iv-category--advanced .iv-category__eyebrow:before{background:#7d83c8}.iv-category-chip--glp{background:#dff3ef}.iv-category-chip--individual{background:#e8f4ff}.iv-category-chip--blend{background:#eff0fb}.iv-category-chip--nasal{background:#e7f6f7}.iv-category-chip--topical{background:#fff1e8}.iv-category-chip--cellular{background:#f7eaf1}.iv-category--glp .iv-category__eyebrow:before{background:#4a9c91}.iv-category--individual .iv-category__eyebrow:before{background:var(--color-blue)}.iv-category--blend .iv-category__eyebrow:before{background:#7d83c8}.iv-category--nasal .iv-category__eyebrow:before{background:#58a6ad}.iv-category--topical .iv-category__eyebrow:before{background:#df9668}.iv-category--cellular .iv-category__eyebrow:before{background:#b66c91}.collection-toolbar select,.field{min-height:48px;padding:.7rem 1rem;border:1px solid rgba(31,48,66,.22);border-radius:12px;background:#fff;color:var(--color-ink)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:grid;min-width:42px;height:42px;place-items:center;border:1px solid rgba(31,48,66,.18);border-radius:50%}.product-main{padding:clamp(3rem,6vw,6rem) 0}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,6rem);align-items:start}.product-gallery{position:sticky;top:1rem;overflow:hidden;border-radius:var(--radius-large);background:#fff}.product-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-info{padding-top:1rem}.product-info h1{margin-bottom:1rem;font-size:clamp(3rem,5vw,5.5rem)}.product-vendor{margin-bottom:.8rem;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.treatment-category{display:inline-flex;margin:0 0 .9rem;padding:.4rem .7rem;border-radius:999px;background:var(--color-powder);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.treatment-category--clearance{background:#eef1f5}.treatment-category--essential{background:#e8f4ff}.treatment-category--wellness{background:#eaf7f2}.treatment-category--symptom{background:#fff1e8}.treatment-category--immune{background:#edf5eb}.treatment-category--advanced{background:#eff0fb}.treatment-category--glp{background:#dff3ef}.treatment-category--individual{background:#e8f4ff}.treatment-category--blend{background:#eff0fb}.treatment-category--nasal{background:#e7f6f7}.treatment-category--topical{background:#fff1e8}.treatment-category--cellular{background:#f7eaf1}.product-price{margin-bottom:1.5rem;font-size:1.35rem;font-weight:700}.product-description{color:var(--color-muted)}.product-description p{margin-bottom:1rem}.product-description h3{margin:1.5rem 0 .55rem;color:var(--color-ink);font-family:Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.product-description ul{display:grid;gap:.45rem;margin:.6rem 0 1rem;padding-left:1.2rem}.product-description li::marker{color:var(--color-blue)}.product-description small{display:block;padding:1rem;border-left:3px solid var(--color-blue);background:var(--color-powder);color:var(--color-muted);font-size:.78rem;line-height:1.5}.product-form{display:grid;gap:1rem;margin-top:1.5rem}.product-form label{display:block;margin-bottom:.35rem;font-size:.75rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.product-form select,.product-form .button{width:100%}.product-actions{display:grid;gap:.85rem;margin-top:1.5rem}.product-actions .product-form{margin-top:0}.product-actions>.button{width:100%}.product-assurance{display:grid;gap:.6rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(31,48,66,.16);font-size:.84rem}.product-assurance div{display:flex;gap:.6rem}.product-assurance div:before{content:"\2713";font-weight:800}.medical-note{margin-top:1.5rem;padding:1rem;border-radius:12px;background:var(--color-powder);color:var(--color-muted);font-size:.78rem}.page-main,.cart-main,.search-main,.blog-main,.article-main{padding:clamp(3rem,7vw,7rem) 0}.rte{max-width:860px}.rte h2{margin-top:2.5rem;font-size:2.4rem}.rte h3{margin-top:2rem}.rte a{text-decoration:underline}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:1rem;border-bottom:1px solid rgba(31,48,66,.14);text-align:left}.cart-product{display:flex;align-items:center;gap:1rem}.cart-product img{width:90px;border-radius:12px}.cart-product__details{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:.45rem}.cart-product__title{line-height:1.35}.cart-product__variant{color:var(--color-muted);font-size:.84rem}.cart-product__remove{font-size:.72rem;font-weight:700}.cart-summary{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:2rem}.shopify-policy__container{max-width:980px!important;padding:clamp(3rem,7vw,7rem) clamp(1.25rem,4vw,3rem) clamp(5rem,9vw,8rem)}.shopify-policy__title{text-align:left!important}.shopify-policy__title:before{display:block;width:30px;height:2px;margin-bottom:1rem;background:var(--color-blue);content:""}.shopify-policy__title h1{margin:0;font-size:clamp(3.2rem,6vw,6rem)}.shopify-policy__body{margin-top:2rem!important}.shopify-policy__body .rte{padding:clamp(1.5rem,4vw,3.5rem);border:1px solid rgba(31,48,66,.1);border-radius:var(--radius-large);background:#fff;box-shadow:0 18px 48px #1f30420d;font-size:1rem;line-height:1.75}.shopify-policy__body .rte>p:first-child,.shopify-policy__body .rte>div>p:first-child{margin-top:0;color:var(--color-steel);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shopify-policy__body .rte h2{margin:2.75rem 0 1rem;font-size:clamp(2rem,3vw,3rem)}.shopify-policy__body .rte h3{margin:2rem 0 .75rem;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shopify-policy__body .rte ul,.shopify-policy__body .rte ol{display:grid;gap:.55rem;padding-left:1.3rem}.shopify-policy__body .rte a{color:var(--color-steel);font-weight:700;text-decoration:underline;text-underline-offset:3px}.search-form{display:flex;max-width:760px;gap:.75rem;margin:2rem 0 3rem}.search-form input{flex:1}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{overflow:hidden;border-radius:var(--radius-small);background:#fff}.article-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.article-card__body{padding:1.25rem}.article-card__body h2{font-size:2rem}.article-meta{margin-bottom:.6rem;color:var(--color-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.wellness-library{padding:6px 0 clamp(5rem,8vw,8rem)}.wellness-library__hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:18px}.wellness-library__intro{display:flex;min-height:520px;flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,6rem);border:1px solid rgba(69,153,239,.14);border-radius:var(--radius-large);background:linear-gradient(135deg,#fff 0,var(--color-powder) 100%);box-shadow:var(--shadow-soft)}.wellness-library__intro h1{max-width:820px;margin-bottom:1.5rem;font-size:clamp(3.6rem,7vw,7.25rem)}.wellness-library__lede{max-width:720px;color:var(--color-muted);font-size:clamp(1.05rem,1.6vw,1.25rem)}.wellness-library__lede p{margin:0}.wellness-library__guide{display:flex;min-height:520px;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,4vw,4rem);border-radius:var(--radius-large);background:var(--color-ink);color:#fff}.wellness-library__guide-label,.wellness-article__note-label{display:block;margin-bottom:1.25rem;color:#ffffff9e;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.wellness-library__guide h2{max-width:560px;margin-bottom:1rem;font-size:clamp(2.6rem,4.4vw,5rem)}.wellness-library__guide p{max-width:560px;margin-bottom:2rem;color:#ffffffb8;font-size:1.02rem}.wellness-library__guide .button{align-self:flex-start}.wellness-topics{display:flex;align-items:flex-start;gap:1rem;margin:18px 0 clamp(4rem,7vw,7rem);padding:1.1rem 1.2rem;border:1px solid rgba(31,48,66,.1);border-radius:22px;background:#fff}.wellness-topics__label{flex:0 0 auto;padding:.55rem .25rem;color:var(--color-muted);font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.wellness-topics__links{display:flex;flex-wrap:wrap;gap:.45rem}.wellness-topic-chip{display:inline-flex;min-height:36px;align-items:center;padding:.45rem .75rem;border:1px solid rgba(31,48,66,.12);border-radius:999px;background:var(--color-cream);font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.wellness-topic-chip:hover,.wellness-topic-chip.is-active{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.wellness-results-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);align-items:end;gap:2rem;margin-bottom:2rem}.wellness-results-heading h2{max-width:900px;margin:0;font-size:clamp(2.7rem,4.6vw,5rem)}.wellness-results-heading>p{margin:0;color:var(--color-muted);font-size:1.02rem}.wellness-results-heading>.text-link{justify-self:end}.wellness-featured{display:grid;grid-template-columns:1fr 1fr;min-height:530px;overflow:hidden;border:1px solid rgba(31,48,66,.1);border-radius:var(--radius-large);background:#fff;box-shadow:0 18px 52px #1f30420f}.wellness-featured__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(2rem,5vw,5rem)}.wellness-featured__content h2{margin-bottom:1rem;font-size:clamp(2.8rem,4.4vw,5.1rem)}.wellness-featured__content>p{max-width:620px;margin-bottom:1.8rem;color:var(--color-muted);font-size:1.05rem}.wellness-visual{position:relative;display:flex;min-height:300px;overflow:hidden;flex-direction:column;justify-content:space-between;padding:clamp(1.25rem,3vw,2.4rem);background:linear-gradient(145deg,#dfeffc 0,#8fc1f1 58%,var(--color-steel) 100%);color:var(--color-ink)}.wellness-visual--hydration{background:linear-gradient(145deg,#e9f6ff 0,#78b9f2 58%,#4f79b3)}.wellness-visual--safety{background:linear-gradient(145deg,#edf7f2 0,#8bc9b2 58%,#3f7e70)}.wellness-visual--patient-guide{background:linear-gradient(145deg,#f4f1fb 0,#b9a8de 58%,#7567a9)}.wellness-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.wellness-visual:before{position:absolute;right:-8%;top:-12%;width:58%;aspect-ratio:1;border:1px solid rgba(255,255,255,.52);border-radius:50%;content:""}.wellness-visual:after{position:absolute;right:14%;top:14%;width:21%;aspect-ratio:1;border-radius:50%;background:#ffffff40;content:""}.wellness-visual:has(img):before,.wellness-visual:has(img):after{display:none}.wellness-visual__orb{position:relative;z-index:1;display:grid;width:62px;height:62px;place-items:center;border-radius:50%;background:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.25rem}.wellness-visual__copy{position:relative;z-index:1;display:block;max-width:430px}.wellness-visual__copy small{display:block;margin-bottom:.55rem;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.wellness-visual__copy strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,4.1rem);font-weight:500;letter-spacing:-.04em;line-height:.96}.wellness-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:1.1rem;color:var(--color-muted);font-size:.67rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.wellness-article-meta span+span:before{margin-right:.55rem;color:var(--color-blue);content:"\2022"}.wellness-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.wellness-article-card{display:flex;min-height:100%;overflow:hidden;flex-direction:column;border:1px solid rgba(31,48,66,.1);border-radius:var(--radius-small);background:#fff;transition:transform .22s ease,box-shadow .22s ease}.wellness-article-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #1f30421a}.wellness-article-card__media{min-height:280px}.wellness-article-card__media .wellness-visual__copy strong{font-size:clamp(1.8rem,2.7vw,3rem)}.wellness-article-card__body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:1.45rem}.wellness-article-card__body h2{margin-bottom:.75rem;font-size:clamp(1.8rem,2.4vw,2.6rem)}.wellness-article-card__body p{margin-bottom:1.25rem;color:var(--color-muted)}.wellness-card-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:auto;padding-bottom:.2rem;border-bottom:1px solid currentColor;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.wellness-card-link span{transition:transform .2s ease}.wellness-card-link:hover span{transform:translate(4px)}.wellness-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem}.wellness-pagination>span{color:var(--color-muted);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.wellness-empty{display:grid;grid-template-columns:180px minmax(0,680px);align-items:center;justify-content:center;gap:clamp(2rem,5vw,5rem);min-height:430px;padding:clamp(2rem,6vw,5rem);border:1px solid rgba(31,48,66,.1);border-radius:var(--radius-large);background:#fff}.wellness-empty__mark{display:grid;width:160px;height:160px;place-items:center;border-radius:50%;background:var(--color-powder);font-family:Georgia,Times New Roman,serif;font-size:3.2rem}.wellness-empty h2{margin-bottom:1rem;font-size:clamp(2.7rem,4.5vw,4.8rem)}.wellness-empty p{margin-bottom:1.5rem;color:var(--color-muted)}.wellness-principles{padding:clamp(5rem,9vw,9rem) 0}.wellness-principles__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);align-items:end;gap:2rem;margin-bottom:2rem}.wellness-principles__intro h2{max-width:900px;margin:0;font-size:clamp(2.8rem,5vw,5.5rem)}.wellness-principles__intro>p{margin:0;color:var(--color-muted);font-size:1.02rem}.wellness-principles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wellness-principle{display:flex;min-height:350px;flex-direction:column;justify-content:flex-end;padding:clamp(1.5rem,3vw,2.6rem);border-radius:var(--radius-large);background:#fff}.wellness-principle>span{margin-bottom:auto;font-size:.7rem;font-weight:800;letter-spacing:.12em}.wellness-principle h3{max-width:340px;margin-bottom:.75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,3.2rem);font-weight:500;letter-spacing:-.03em;line-height:1}.wellness-principle p{margin:0;color:var(--color-muted)}.wellness-principle--dark{background:var(--color-ink);color:#fff}.wellness-principle--dark p{color:#ffffffb3}.wellness-principle--blue{background:var(--color-powder)}.wellness-faq{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(2rem,8vw,8rem);padding-bottom:clamp(2rem,5vw,5rem)}.wellness-faq__intro h2{font-size:clamp(2.7rem,4.5vw,4.8rem)}.wellness-faq__intro p{max-width:480px;color:var(--color-muted)}.wellness-faq__list{border-top:1px solid rgba(31,48,66,.18)}.wellness-faq__item{border-bottom:1px solid rgba(31,48,66,.18)}.wellness-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.45rem 0;cursor:pointer;list-style:none}.wellness-faq__item summary::-webkit-details-marker{display:none}.wellness-faq__item summary span:first-child{font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.wellness-faq__item summary span:last-child{display:grid;flex:0 0 34px;height:34px;place-items:center;border:1px solid rgba(31,48,66,.2);border-radius:50%;font-size:1.2rem;transition:transform .2s ease}.wellness-faq__item[open] summary span:last-child{transform:rotate(45deg)}.wellness-faq__item>div{padding:0 3.2rem 1.5rem 0;color:var(--color-muted)}.wellness-faq__item>div p:last-child{margin-bottom:0}.wellness-article{padding:clamp(2rem,5vw,5rem) 0 clamp(5rem,8vw,8rem)}.wellness-article__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:18px;align-items:stretch}.wellness-article__heading{display:flex;min-height:560px;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);border:1px solid rgba(69,153,239,.14);border-radius:var(--radius-large);background:linear-gradient(135deg,#fff,var(--color-powder))}.wellness-article__heading h1{max-width:920px;margin-bottom:1.35rem;font-size:clamp(3.3rem,6vw,6.6rem)}.wellness-article__excerpt{max-width:720px;color:var(--color-muted);font-size:clamp(1.03rem,1.45vw,1.2rem)}.wellness-article__excerpt p:last-child{margin-bottom:0}.wellness-article__hero{min-height:560px;border-radius:var(--radius-large)}.wellness-article__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,390px);gap:clamp(2.5rem,7vw,7rem);align-items:start;padding:clamp(4rem,8vw,8rem) clamp(0px,4vw,4rem)}.wellness-article__content{max-width:800px;font-size:1.05rem;line-height:1.75}.wellness-article__content>p:first-child{color:var(--color-ink);font-size:1.2rem;line-height:1.65}.wellness-article__content h2{margin:3.2rem 0 1rem;font-size:clamp(2.35rem,3.5vw,3.7rem)}.wellness-article__content h3{margin:2rem 0 .65rem;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.wellness-article__content ul,.wellness-article__content ol{display:grid;gap:.65rem;margin:1rem 0 1.5rem;padding-left:1.3rem}.wellness-article__content li::marker{color:var(--color-blue);font-weight:800}.wellness-article__content a{color:var(--color-steel);font-weight:700;text-decoration:underline;text-underline-offset:3px}.wellness-callout,.wellness-source-note{margin:2rem 0;padding:1.4rem 1.5rem;border-left:4px solid var(--color-blue);border-radius:0 14px 14px 0;background:var(--color-powder)}.wellness-callout h3,.wellness-source-note h3{margin-top:0}.wellness-callout p:last-child,.wellness-source-note p:last-child{margin-bottom:0}.wellness-callout--urgent{border-left-color:#a84d55;background:#f9ecee}.wellness-source-note{border-left-color:var(--color-steel);background:#eef2f7;font-size:.88rem}.wellness-article__sidebar{display:grid;gap:18px}.wellness-article__note,.wellness-article__next-step{padding:1.6rem;border-radius:20px;background:var(--color-ink);color:#fff}.wellness-article__next-step{background:var(--color-powder);color:var(--color-ink)}.wellness-article__note-label{margin-bottom:.75rem}.wellness-article__next-step .wellness-article__note-label{color:var(--color-muted)}.wellness-article__note h2,.wellness-article__next-step h2{margin-bottom:.65rem;font-size:2rem}.wellness-article__note p{margin:0;color:#ffffffb3;font-size:.88rem}.wellness-article__next-step p{color:var(--color-muted);font-size:.88rem}.wellness-article__next-step .button{margin-top:.5rem}.wellness-article__share{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border:1px solid rgba(31,48,66,.14);border-radius:14px;background:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.wellness-related{padding-top:clamp(3rem,6vw,6rem);border-top:1px solid rgba(31,48,66,.14)}.wellness-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wellness-related__card{display:flex;min-height:280px;flex-direction:column;justify-content:space-between;padding:1.6rem;border-radius:var(--radius-large);background:#fff;transition:transform .2s ease,box-shadow .2s ease}.wellness-related__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1f304214}.wellness-related__card>span{font-size:.7rem;font-weight:800;letter-spacing:.1em}.wellness-related__card h3{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,2.4vw,2.7rem);font-weight:500;letter-spacing:-.03em}.wellness-related__card small{color:var(--color-muted);font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.contact-form{display:grid;max-width:760px;grid-template-columns:1fr 1fr;gap:1rem}.contact-direct{display:grid;max-width:760px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem;margin:1.5rem 0 2rem;padding:1.5rem;border:1px solid rgba(31,48,66,.12);border-radius:18px;background:var(--color-powder)}.contact-direct h2{margin:.25rem 0 .35rem;font-size:clamp(1.65rem,3vw,2.35rem)}.contact-direct p{margin:0;color:var(--color-muted)}.contact-direct__eyebrow{color:var(--color-steel);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.contact-direct .button{white-space:nowrap}.cart-inquiry-notice{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:1rem 0 2rem;padding:1.25rem;border:1px solid rgba(69,153,239,.28);border-radius:16px;background:var(--color-powder)}.cart-inquiry-notice p{margin:.25rem 0 0;color:var(--color-muted)}.cart-inquiry-notice__actions{display:flex;align-items:center;gap:1rem;white-space:nowrap}.contact-form .field--full{grid-column:1/-1}.contact-form label{display:block;margin:0 0 .45rem;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.contact-form .label-optional{color:var(--color-muted);font-size:.68rem;font-weight:600;letter-spacing:0;text-transform:none}.contact-form .field{width:100%}.contact-form textarea{min-height:180px;resize:vertical}.form-status{padding:1rem;border-radius:12px;background:var(--color-powder)}.empty-state{padding:5rem 0;text-align:center}.empty-state h1{font-size:5rem}.care-access{padding:clamp(3rem,6vw,6.5rem) 0 clamp(5rem,8vw,8rem)}.care-access__hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(1.5rem,4vw,4rem);align-items:center;min-height:500px;padding:clamp(2rem,5vw,5rem);border:1px solid rgba(69,153,239,.14);border-radius:var(--radius-large);background:linear-gradient(135deg,#fff 0,var(--color-powder) 100%);box-shadow:var(--shadow-soft)}.care-access__hero h1,.care-access__signed-out h1{max-width:760px;margin-bottom:1.25rem;font-size:clamp(3.25rem,6.2vw,6.75rem)}.care-access__lede{max-width:670px;margin:0;color:var(--color-muted);font-size:clamp(1.02rem,1.5vw,1.18rem)}.care-access__status-card{position:relative;overflow:hidden;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid rgba(31,48,66,.1);border-radius:22px;background:#fff;box-shadow:0 18px 50px #1f304217}.care-access__status-card:before{position:absolute;inset:0 auto 0 0;width:5px;background:var(--color-blue);content:""}.care-access__hero--pending .care-access__status-card:before{background:#d69752}.care-access__hero--required .care-access__status-card:before{background:var(--color-steel)}.care-access__status-label{display:block;margin-bottom:.55rem;color:var(--color-muted);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.care-access__status-pill{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1.75rem;padding:.42rem .68rem;border-radius:999px;background:#e7f6ef;color:#246c4d;font-size:.72rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.care-access__status-pill--pending{background:#fff2df;color:#8d5a20}.care-access__status-pill--required{background:#edf1f5;color:var(--color-muted)}.care-access__status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.care-access__status-card h2{margin-bottom:.75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.2vw,3.4rem);font-weight:500;line-height:1}.care-access__status-card p{margin-bottom:0;color:var(--color-muted)}.care-access__status-action{margin-top:1.4rem}.care-access__section-heading{display:grid;grid-template-columns:1fr minmax(300px,520px);align-items:end;gap:2rem;margin:clamp(4rem,7vw,7rem) 0 1.75rem}.care-access__section-heading h2{margin:0;font-size:clamp(2.5rem,4.5vw,5rem)}.care-access__section-heading>p{margin:0;color:var(--color-muted)}.care-access__services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.care-access__service-card{display:flex;min-height:430px;flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,2.5vw,2.25rem);border:1px solid rgba(31,48,66,.1);border-radius:var(--radius-large);background:#fff;box-shadow:0 16px 44px #1f30420b}.care-access__service-card--longevity{background:var(--color-ink);color:#fff}.care-access__service-card--pending{background:#364759}.care-access__service-card--required{background:#435264}.care-access__service-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.care-access__service-number{opacity:.55}.care-access__availability{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .58rem;border-radius:999px;background:var(--color-powder);color:var(--color-ink)}.care-access__service-card--longevity .care-access__availability{background:#ffffff21;color:#fff}.care-access__service-mark{display:grid;width:76px;height:76px;margin:2.5rem 0 1.5rem;place-items:center;border-radius:50%;background:var(--color-powder);color:var(--color-ink);font-family:Georgia,Times New Roman,serif;font-size:1.45rem}.care-access__service-card--longevity .care-access__service-mark{background:var(--color-blue)}.care-access__service-card h3{margin-bottom:.75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,2.8vw,3rem);font-weight:500;line-height:1}.care-access__service-card p{margin:0;color:var(--color-muted)}.care-access__service-card--longevity p{color:#ffffffb8}.care-access__service-link{display:inline-flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(31,48,66,.14);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.care-access__service-card--longevity .care-access__service-link{border-color:#ffffff2e}.care-access__service-link:hover span{transform:translate(4px)}.care-access__service-link span{transition:transform .2s ease}.care-access__help{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;margin-top:18px;padding:clamp(2rem,4vw,3.5rem);border-radius:var(--radius-large);background:linear-gradient(115deg,var(--color-steel),var(--color-blue));color:var(--color-ink)}.care-access__help-kicker{display:block;margin-bottom:.6rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.care-access__help h2{margin-bottom:.55rem;font-size:clamp(2.2rem,3.8vw,4rem)}.care-access__help p{max-width:720px;margin:0}.care-access__signed-out{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:610px;overflow:hidden;border:1px solid rgba(69,153,239,.14);border-radius:var(--radius-large);background:#fff;box-shadow:var(--shadow-soft)}.care-access__signed-out-main{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,6rem)}.care-access__signed-out-main>p{max-width:660px;color:var(--color-muted);font-size:clamp(1.02rem,1.5vw,1.18rem)}.care-access__signed-out-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0 1.5rem}.care-access__signed-out-main .care-access__privacy-note{max-width:600px;margin:0;padding-top:1.25rem;border-top:1px solid rgba(31,48,66,.12);font-size:.78rem;line-height:1.5}.care-access__steps{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);background:var(--color-ink);color:#fff}.care-access__steps-kicker{margin-bottom:2rem;color:#ffffffa6;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.care-access__steps ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.care-access__steps li{display:grid;grid-template-columns:46px 1fr;gap:1rem;padding:1.35rem 0;border-top:1px solid rgba(255,255,255,.15)}.care-access__steps li:last-child{border-bottom:1px solid rgba(255,255,255,.15)}.care-access__steps li>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--color-blue);color:var(--color-ink);font-size:.72rem;font-weight:800}.care-access__steps strong{display:block;margin-bottom:.3rem;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:500}.care-access__steps p{margin:0;color:#ffffffa8;font-size:.85rem}.longevity-gate{padding:clamp(3rem,7vw,7rem) 0 clamp(5rem,9vw,9rem)}.longevity-gate__panel{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);min-height:620px;overflow:hidden;border:1px solid rgba(69,153,239,.15);border-radius:var(--radius-large);background:#fff;box-shadow:var(--shadow-soft)}.longevity-gate__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,6rem)}.longevity-gate__status{display:inline-flex;width:max-content;align-items:center;gap:.5rem;margin:0 0 1.5rem;padding:.45rem .7rem;border-radius:999px;background:#edf1f5;color:var(--color-muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.longevity-gate__status>span{width:8px;height:8px;border-radius:50%;background:currentColor}.longevity-gate--pending .longevity-gate__status{background:#fff2df;color:#8d5a20}.longevity-gate--expired .longevity-gate__status{background:#f8e9eb;color:#8b4750}.longevity-gate__content h1{max-width:760px;margin-bottom:1.25rem;font-size:clamp(3.2rem,6vw,6.4rem)}.longevity-gate__content>p:not(.longevity-gate__privacy){max-width:680px;margin-bottom:0;color:var(--color-muted);font-size:clamp(1rem,1.45vw,1.16rem)}.longevity-gate__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0 1.5rem}.longevity-gate__privacy{max-width:620px;margin:0;padding-top:1.25rem;border-top:1px solid rgba(31,48,66,.12);color:var(--color-muted);font-size:.76rem}.longevity-gate__steps{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);background:var(--color-ink);color:#fff}.longevity-gate__steps-label{margin-bottom:1.5rem;color:#fff9;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.longevity-gate__steps ol{margin:0;padding:0;list-style:none}.longevity-gate__steps li{display:grid;grid-template-columns:46px 1fr;gap:1rem;padding:1.4rem 0;border-top:1px solid rgba(255,255,255,.15)}.longevity-gate__steps li:last-child{border-bottom:1px solid rgba(255,255,255,.15)}.longevity-gate__steps li>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--color-blue);color:var(--color-ink);font-size:.7rem;font-weight:800}.longevity-gate__steps strong{display:block;margin-bottom:.3rem;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:500}.longevity-gate__steps p{margin:0;color:#ffffffab;font-size:.84rem}.program-preview{padding:clamp(3rem,7vw,7rem) 0 clamp(5rem,9vw,9rem)}.program-preview__hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);min-height:650px;overflow:hidden;border:1px solid rgba(69,153,239,.15);border-radius:var(--radius-large);background:#fff;box-shadow:var(--shadow-soft)}.program-preview__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.25rem,6vw,6rem)}.program-preview__status{display:inline-flex;width:max-content;align-items:center;gap:.55rem;margin-bottom:1.5rem;padding:.45rem .75rem;border-radius:999px;background:var(--color-powder);color:var(--color-ink);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.program-preview__status>span{width:8px;height:8px;border-radius:50%;background:var(--color-blue);box-shadow:0 0 0 4px #4599ef26}.program-preview__content h1{max-width:800px;margin-bottom:1.4rem;font-size:clamp(3.4rem,6vw,6.5rem)}.program-preview__intro{max-width:720px;color:var(--color-muted);font-size:clamp(1rem,1.5vw,1.18rem)}.program-preview__intro p:last-child,.program-preview__note p:last-child{margin-bottom:0}.program-preview__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0 1.4rem}.program-preview__note{max-width:690px;padding-top:1.25rem;border-top:1px solid rgba(31,48,66,.12);color:var(--color-muted);font-size:.78rem;line-height:1.65}.program-preview__features{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.25rem,5vw,5rem);background:var(--color-ink);color:#fff}.program-preview__features-label{margin-bottom:1.4rem;color:#ffffff9e;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.program-preview__features ol{margin:0;padding:0;list-style:none}.program-preview__features li{display:grid;grid-template-columns:48px 1fr;gap:1rem;padding:1.45rem 0;border-top:1px solid rgba(255,255,255,.15)}.program-preview__features li:last-child{border-bottom:1px solid rgba(255,255,255,.15)}.program-preview__number{display:grid;width:39px;height:39px;place-items:center;border-radius:50%;background:var(--color-blue);color:var(--color-ink);font-size:.7rem;font-weight:800}.program-preview__features h2{margin:0 0 .35rem;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:500;letter-spacing:-.015em;line-height:1.15}.program-preview__features p{margin:0;color:#ffffffad;font-size:.86rem}.program-preview__footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,620px);align-items:end;gap:2rem;padding:clamp(4rem,7vw,7rem) clamp(1rem,4vw,4rem) 0}.program-preview__footer h2{max-width:760px;margin:0;font-size:clamp(2.6rem,4.8vw,5rem)}.program-preview__footer .lede{margin:0}@media(max-width:1420px)and (min-width:1321px){.header__account-trigger{width:46px;padding:0}.header__account-label{display:none}}@media(max-width:1320px){.header__inner{grid-template-columns:1fr auto}.header__nav,.header__actions .header__book{display:none}.mobile-menu-button{display:grid}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.page-width{width:min(calc(100% - 24px),var(--page-width))}.section{padding:4.5rem 0}.section-heading{align-items:start;flex-direction:column}.hero__panel{grid-template-columns:1fr}.hero__content{min-height:540px}.hero__media{min-height:460px}.hero__media:after{background:linear-gradient(180deg,var(--color-powder) 0,transparent 15%)}.trust-strip__inner{grid-template-columns:1fr 1fr;border-radius:24px}.trust-item:nth-child(3){border-left:0;border-top:1px solid rgba(31,48,66,.12)}.trust-item:nth-child(4){border-top:1px solid rgba(31,48,66,.12)}.service-grid{grid-template-columns:1fr}.service-card{min-height:330px}.product-grid{grid-template-columns:repeat(2,1fr)}.editorial{grid-template-columns:1fr}.editorial__media{min-height:480px}.care-team__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-grid{grid-template-columns:1fr}.testimonial-stack{grid-template-columns:1fr 1fr}.faq-layout{grid-template-columns:1fr;gap:2rem}.faq-intro h2{position:static}.contact-cta__panel{grid-template-columns:1fr}.footer__top{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.collection-hero__inner,.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.product-info{padding-top:0}.collection-notices,.iv-category__header,.contact-direct{grid-template-columns:1fr}.iv-category__header{align-items:start;gap:.8rem}.longevity-preparation-note{grid-template-columns:auto minmax(0,1fr)}.longevity-preparation-note .button{grid-column:1/-1;justify-self:start}.cart-inquiry-notice{align-items:flex-start;flex-direction:column}.cart-inquiry-notice__actions{white-space:normal}.blog-grid{grid-template-columns:1fr 1fr}.care-access__hero,.care-access__signed-out{grid-template-columns:1fr}.care-access__hero{min-height:auto}.care-access__section-heading{grid-template-columns:1fr;align-items:start}.care-access__services{grid-template-columns:1fr}.care-access__service-card{min-height:340px}.care-access__steps{min-height:500px}.longevity-gate__panel{grid-template-columns:1fr}.longevity-gate__steps{min-height:500px}.program-preview__hero{grid-template-columns:1fr;min-height:auto}.program-preview__features{min-height:500px}.program-preview__footer{grid-template-columns:1fr;align-items:start}}@media(max-width:640px){body{font-size:15px}.page-width{width:min(calc(100% - 16px),var(--page-width))}.back-navigation{padding-top:.75rem}.announcement__inner{min-height:30px;font-size:.68rem}.site-header{padding-top:8px}.header__inner{min-height:68px;padding:8px 8px 8px 14px;border-radius:16px}.header__logo img{width:min(var(--logo-width,160px),118px);height:auto}.header__actions{gap:.35rem}.header__account-component{--shopify-account-avatar-size:42px;--shopify-account-signed-in-avatar-size:42px}.header__account-component::part(signed-out-avatar){height:42px}.icon-button,.header__account-trigger{width:42px;height:42px;min-height:42px;padding:0}.header__account-label{display:none}.header__actions>a[aria-label=Search]{display:none}.hero__panel{min-height:auto;border-radius:20px}.hero__content{min-height:510px;padding:2rem 1.3rem}.hero__title{font-size:clamp(3.35rem,16vw,5.1rem)}.hero__copy{font-size:1rem}.hero__actions{display:grid}.hero__actions .button{width:100%}.hero__media{min-height:340px}.hero__media img{object-position:64% center}.hero__badge{right:.75rem;bottom:.75rem;left:.75rem;max-width:none}.trust-strip__inner{grid-template-columns:1fr}.trust-item+.trust-item,.trust-item:nth-child(3){border-top:1px solid rgba(31,48,66,.12);border-left:0}.section-heading h2{font-size:3rem}.service-card{border-radius:20px}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card__body{padding:.85rem}.product-card__body h3{font-size:.9rem}.product-card__arrow{display:none}.steps{grid-template-columns:1fr;border-radius:20px}.step{min-height:240px}.step__number{margin-bottom:2rem}.editorial{border-radius:20px}.editorial__media{min-height:360px}.editorial__content{padding:2rem 1.25rem}.editorial__facts,.care-team__grid{grid-template-columns:1fr}.care-team__card{border-radius:20px}.care-team__photo{aspect-ratio:5/6}.testimonial-feature{min-height:390px;border-radius:20px}.testimonial-stack{grid-template-columns:1fr}.testimonial-small{min-height:250px;border-radius:20px}.faq-button span:first-child{font-size:1.15rem}.faq-panel{padding-right:0}.contact-cta__panel{border-radius:20px;padding:2rem 1.25rem}.footer__panel{border-radius:20px}.footer__compliance{padding:2.25rem 1.25rem}.footer__jurisdiction p{font-size:.8rem;line-height:1.65}.footer__top{grid-template-columns:1fr;gap:2rem;padding:2rem 1.25rem}.footer__brand{grid-column:auto}.footer__payments{padding:1.5rem 1.25rem}.footer__bottom{align-items:flex-start;flex-direction:column;padding:1rem 1.25rem}.footer__legal{justify-content:flex-start}.collection-hero__inner{gap:1rem}.template-title{font-size:3.5rem}.collection-toolbar{align-items:flex-start;flex-direction:column}.collection-toolbar select{width:100%}.collection-notices{grid-template-columns:1fr}.longevity-preparation-note{grid-template-columns:1fr;padding:1.1rem}.longevity-preparation-note__price{min-width:116px;justify-self:start}.longevity-preparation-note .button{width:100%}.iv-category-nav{align-items:flex-start;flex-direction:column}.iv-category-nav__label{margin-bottom:.25rem}.iv-category-chip{width:100%}.iv-category__header h2{font-size:2.7rem}.product-info h1{font-size:3.4rem}.blog-grid,.contact-form{grid-template-columns:1fr}.contact-form .field--full{grid-column:auto}.contact-direct .button,.cart-inquiry-notice__actions,.cart-inquiry-notice__actions .button{width:100%}.cart-inquiry-notice__actions{align-items:stretch;flex-direction:column}.cart-table thead{display:none}.cart-table tr{display:grid;padding:1rem 0;border-bottom:1px solid rgba(31,48,66,.14)}.cart-table td{padding:.5rem 0;border:0}.cart-summary{align-items:stretch;flex-direction:column}.care-access{padding-top:2rem}.care-access__hero,.care-access__signed-out{border-radius:20px}.care-access__hero{padding:1.35rem}.care-access__hero h1,.care-access__signed-out h1{font-size:3.4rem}.care-access__status-card{border-radius:18px}.care-access__section-heading{margin-top:4rem}.care-access__service-card,.care-access__help{border-radius:20px}.care-access__help{grid-template-columns:1fr}.care-access__help .button{width:100%}.care-access__signed-out-main,.care-access__steps{padding:2rem 1.35rem}.care-access__signed-out-actions{display:grid}.care-access__signed-out-actions .button{width:100%}.care-access__steps{min-height:460px}.longevity-gate{padding-top:2rem}.longevity-gate__panel{min-height:auto;border-radius:20px}.longevity-gate__content,.longevity-gate__steps{padding:2.25rem 1.35rem}.longevity-gate__content h1{font-size:3.4rem}.longevity-gate__actions{display:grid}.longevity-gate__actions .button{width:100%}.longevity-gate__steps{min-height:460px}.mobile-menu__links a,.mobile-menu__group>summary{font-size:clamp(1.5rem,8vw,2rem)}.mobile-menu__sublinks a{font-size:.95rem}.program-preview{padding-top:2rem}.program-preview__hero{border-radius:20px}.program-preview__content,.program-preview__features{padding:2.25rem 1.35rem}.program-preview__content h1{font-size:3.4rem}.program-preview__actions{display:grid}.program-preview__actions .button{width:100%}.program-preview__features{min-height:470px}.program-preview__footer{padding:4rem .5rem 0}.program-preview__footer h2{font-size:3rem}}@media(max-width:900px){.wellness-library__hero,.wellness-featured,.wellness-article__header{grid-template-columns:1fr}.wellness-library__intro,.wellness-library__guide{min-height:440px}.wellness-topics{align-items:flex-start;flex-direction:column}.wellness-results-heading,.wellness-principles__intro{grid-template-columns:1fr;align-items:start}.wellness-results-heading>.text-link{justify-self:start}.wellness-article-grid{grid-template-columns:1fr 1fr}.wellness-principles__grid{grid-template-columns:1fr}.wellness-principle{min-height:300px}.wellness-faq{grid-template-columns:1fr;gap:2rem}.wellness-article__heading,.wellness-article__hero{min-height:480px}.wellness-article__layout{grid-template-columns:1fr;padding-inline:0}.wellness-article__sidebar{grid-template-columns:1fr 1fr}.wellness-article__share{grid-column:1/-1}.wellness-related__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.wellness-library{padding-top:0}.wellness-library__hero{gap:8px}.wellness-library__intro,.wellness-library__guide{min-height:410px;border-radius:20px;padding:2rem 1.35rem}.wellness-library__intro h1{font-size:3.7rem}.wellness-library__guide h2{font-size:3rem}.wellness-topics{margin:8px 0 4rem;border-radius:16px}.wellness-topics__links{display:grid;width:100%;grid-template-columns:1fr 1fr}.wellness-topic-chip{justify-content:center;text-align:center}.wellness-featured{border-radius:20px}.wellness-featured__media{min-height:330px}.wellness-featured__content{padding:2rem 1.35rem}.wellness-featured__content h2{font-size:3rem}.wellness-article-grid{grid-template-columns:1fr;gap:12px}.wellness-article-card__media{min-height:260px}.wellness-empty{grid-template-columns:1fr;justify-items:start;border-radius:20px;padding:2rem 1.35rem}.wellness-empty__mark{width:100px;height:100px;font-size:2rem}.wellness-principle{min-height:300px;border-radius:20px}.wellness-faq__item summary span:first-child{font-size:1.15rem}.wellness-faq__item>div{padding-right:0}.wellness-article{padding-top:1.5rem}.wellness-article__header{gap:8px}.wellness-article__heading,.wellness-article__hero{min-height:410px;border-radius:20px}.wellness-article__heading{padding:2rem 1.35rem}.wellness-article__heading h1{font-size:3.5rem}.wellness-article__hero{min-height:340px}.wellness-article__layout{padding-block:4rem;gap:3rem}.wellness-article__content{font-size:1rem}.wellness-article__sidebar{grid-template-columns:1fr}.wellness-article__share{grid-column:auto}.wellness-related__grid{grid-template-columns:1fr}.wellness-related__card{min-height:240px;border-radius:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
