*,*:before,*:after{box-sizing:border-box}@font-face{font-family:SF Pro;src:url(/fonts/SF-Pro-subset.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-sf: -apple-system, BlinkMacSystemFont, "SF Pro", ui-sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;--shop-font: var(--font-sf);--shop-topbar-height: 2.5rem;--mobile-menu-accent: #4E9BB6;--mobile-menu-link: rgba(255, 255, 255, .92);--mobile-menu-cta-bg: #ffffff;--mobile-menu-cta-fg: #0a0a0a;--mobile-menu-cta-shadow: 0 6px 24px rgba(0, 0, 0, .2);--shop-hero-aspect: 540 / 422}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;min-height:100%;min-height:-webkit-fill-available}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;font-family:var(--font-sf);font-size:16px;line-height:1.5;color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 900px){html,body{overflow-x:clip}}body.menu-open{overflow:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:max(.75rem,env(safe-area-inset-top,0px)) 1.25rem .75rem;background:#0c244859;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{color:#fff;flex-shrink:0;overflow:visible;display:inline-flex;align-items:center;min-width:96px;height:32px}.logo__mark{display:block;width:32px;height:32px;object-fit:contain;transform:scale(3);transform-origin:left center}.nav--desktop{display:none;align-items:center;gap:2rem;position:absolute;left:50%;transform:translate(-50%)}.nav__link{color:#fffffff2;text-decoration:none;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.nav__link:hover{opacity:.85}.site-header__actions{display:flex;align-items:center;gap:.65rem}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;border-radius:999px;background:transparent;cursor:pointer;color:#fff}.nav-toggle__bar{display:block;height:2px;width:22px;background:currentColor;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.btn{font-family:inherit;cursor:pointer;border:none;display:inline-flex;text-decoration:none;align-items:center;justify-content:center;gap:.35rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;border-radius:999px;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.btn:active{transform:scale(.98)}.btn--header{background:#fff;color:#0a0a0a;padding:.65rem 1rem;white-space:nowrap}.btn--header .btn__arrow{font-size:.9em;font-weight:600}.mobile-menu{position:fixed;inset:0;z-index:150;display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:max(1.25rem,env(safe-area-inset-top,1.25rem)) 1rem max(1.25rem,env(safe-area-inset-bottom,1.25rem));background:#080e1c9e;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s cubic-bezier(.22,1,.36,1),visibility .3s}.mobile-menu[hidden]{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s}.mobile-menu__close{position:absolute;top:clamp(1rem,3vw,1.5rem);right:clamp(1rem,3vw,1.5rem);display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#e8ebe9;color:#ffffffd9;font-size:1.25rem;font-weight:300;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mobile-menu__close:hover{background:#ffffff2e;color:#fff}.mobile-menu__close:focus-visible{outline:2px solid var(--mobile-menu-accent);outline-offset:2px}.mobile-menu__body{display:contents}.mobile-menu__panel{position:relative;width:min(100%,380px);max-width:100%;padding:clamp(2.25rem,7vw,3rem) clamp(1.75rem,6vw,2.5rem) clamp(1.75rem,6vw,2.5rem);border-radius:clamp(1.5rem,5vw,2rem);background:#0c1224b8;backdrop-filter:blur(32px) saturate(1.4);-webkit-backdrop-filter:blur(32px) saturate(1.4);border:1px solid rgba(255,255,255,.13);box-shadow:0 32px 72px #00000073,inset 0 1px #ffffff24;display:flex;flex-direction:column;align-items:stretch;text-align:center;transform:translateY(0) scale(1);transition:transform .3s cubic-bezier(.22,1,.36,1)}.mobile-menu[hidden] .mobile-menu__panel{transform:translateY(-14px) scale(.97);transition:transform .22s ease}.mobile-menu__nav{display:flex;flex-direction:column;align-items:center;gap:1.35rem}.mobile-menu__link{color:var(--mobile-menu-link);text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;transition:color .15s ease}.mobile-menu__link:hover,.mobile-menu__link:focus-visible{color:#fff}.mobile-menu__link[aria-current=page]{color:var(--mobile-menu-accent)}.mobile-menu__cta{margin-top:2rem;display:block;width:100%;padding:.85rem 1.2rem;border-radius:999px;background:var(--mobile-menu-cta-bg);color:var(--mobile-menu-cta-fg);text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.02em;text-transform:none;text-align:center;box-shadow:var(--mobile-menu-cta-shadow);transition:transform .15s ease,filter .15s ease,opacity .15s ease}.mobile-menu__cta:hover{filter:brightness(1.04)}.mobile-menu__cta:active{transform:scale(.98)}.mobile-menu__cta:focus-visible{outline:2px solid var(--mobile-menu-accent);outline-offset:3px}.hero{position:relative;z-index:1;pointer-events:none;--hero-fade-height: clamp(11rem, 34vh, 21rem)}.hero__stage{position:relative;overflow-x:clip;overflow-y:visible;pointer-events:none;min-height:100vh;min-height:100svh;min-height:100dvh;min-height:100lvh;min-height:-webkit-fill-available}.hero-bg-video{position:absolute;z-index:0;background:#5a8eb8;min-height:100%;min-width:100%;min-height:100lvh;top:calc(0px - env(safe-area-inset-top,0px));bottom:calc(0px - env(safe-area-inset-bottom,0px));left:calc(0px - env(safe-area-inset-left,0px));right:calc(0px - env(safe-area-inset-right,0px));pointer-events:none}.hero-bg-video__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.hero-bg-video__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,22,48,.38) 0%,rgba(6,22,48,.16) 42%,rgba(6,22,48,.05) 62%,transparent 78%);pointer-events:none}.hero__fade{position:absolute;left:0;right:0;bottom:0;z-index:1;height:var(--hero-fade-height);background:linear-gradient(180deg,#0000,#0000002e 22%,#00000085 52%,#000000d1 78%,#000);pointer-events:none}.hero__container,.hero__scroll,.ask-bar{pointer-events:auto}.hero__container{position:relative;z-index:1;min-height:100vh;min-height:100svh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;justify-content:safe center;align-items:center;text-align:center;padding:5.5rem 1.5rem max(3rem,env(safe-area-inset-bottom,0px));max-width:720px;margin:0 auto;box-sizing:border-box}.hero__title{font-family:var(--font-sf);font-weight:400;font-style:normal;font-size:clamp(2.35rem,8vw,3.75rem);line-height:1.15;margin:0 0 1.25rem;letter-spacing:-.02em}.hero__title-heavy{font-weight:700}.hero__title-light{font-weight:100}.hero__sub{margin:0 0 1.75rem;font-size:clamp(.95rem,2.8vw,1.05rem);line-height:1.55;max-width:34rem}.hero__lead{display:block;color:#fff;font-weight:700}.hero__rest{display:block;margin-top:.65rem;color:#fff9;font-weight:400}.hero__scroll{position:absolute;left:50%;bottom:calc(var(--hero-fade-height) * .22 + max(1rem,env(safe-area-inset-bottom,0px)));z-index:2;display:flex;flex-direction:column;align-items:center;gap:.3rem;transform:translate(-50%);color:#ffffffd1;text-decoration:none;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:color .15s ease}.hero__scroll:hover{color:#fff}.hero__scroll:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:4px;border-radius:4px}.hero__scroll-chevron{font-size:1.35rem;line-height:1;animation:hero-scroll-bob 2.2s ease-in-out infinite}@keyframes hero-scroll-bob{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.home-below{--hero-fade-height: clamp(11rem, 34vh, 21rem);position:relative;z-index:0;scroll-margin-top:5rem;margin-top:calc(-1 * var(--hero-fade-height));background:#000;color:#fff;padding:calc(clamp(1.75rem,4.5vw,3rem) + var(--hero-fade-height)) clamp(1rem,3vw,1.75rem) clamp(4rem,10vw,7rem);box-sizing:border-box}.home-below__inner{width:min(100%,42rem);margin:0 auto;text-align:center}.home-below__inner--wide{width:min(100%,72rem)}.home-below__intro{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.home-below__eyebrow{margin:0 0 1rem;font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--od-green-bar, #4e9bb6)}.home-below__title{margin:0 auto;max-width:16ch;font-size:clamp(1.85rem,5vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.home-below__lead{margin:clamp(.85rem,2.5vw,1.15rem) auto 0;max-width:42rem;font-size:clamp(.9375rem,2.4vw,1.05rem);line-height:1.55;color:#ffffffb8}.home-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.85rem,2vw,1.15rem);text-align:left}.home-feature-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:clamp(24rem,52vw,32rem);padding:clamp(.85rem,2vw,1.1rem);border-radius:1.35rem;overflow:hidden;isolation:isolate}.home-feature-card__bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-feature-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000001f,#0003 45%,#000000b8);pointer-events:none}.home-feature-card__glass{position:relative;z-index:2;padding:clamp(.85rem,2vw,1rem);border:1px solid rgba(255,255,255,.14);border-radius:1rem;background:#0c101685;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 12px 36px #00000047}.home-feature-card__glass-head{margin-bottom:.75rem}.home-feature-card__glass-label{font-size:.625rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e}.home-feature-card__plan-route{margin:.35rem 0 0;font-size:clamp(1rem,2.4vw,1.2rem);font-weight:700;letter-spacing:-.02em;color:#fff}.home-feature-card__glass--plan,.home-feature-card__glass--gummies,.home-feature-card__glass--rings{min-height:clamp(12.5rem,34vw,15.5rem)}.home-feature-card__glass--plan,.home-feature-card__glass--gummies{display:flex;flex-direction:column}.home-feature-card__plan-mini{display:grid;gap:.5rem;flex:1}.home-feature-card__plan-dates{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.home-feature-card__plan-date{display:flex;align-items:center;justify-content:center;min-height:1.75rem;border-radius:999px;background:#ffffff14;font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-align:center;color:#ffffffb8}.home-feature-card__plan-date.is-selected{background:#ffffffeb;color:#0a0a0a}.home-feature-card__plan-cal{--home-plan-hour-h: 1.75rem;--home-plan-slots: 4}.home-feature-card__plan-cal-body{display:flex;min-height:calc(var(--home-plan-slots) * var(--home-plan-hour-h))}.home-feature-card__plan-times{flex:0 0 3.1rem;display:flex;flex-direction:column}.home-feature-card__plan-times span{height:var(--home-plan-hour-h);flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-end;padding:.3rem .4rem 0 0;font-size:.5625rem;font-weight:600;font-variant-numeric:tabular-nums;color:#ffffff8c}.home-feature-card__plan-canvas{position:relative;flex:1;min-width:0;min-height:calc(var(--home-plan-slots) * var(--home-plan-hour-h))}.home-feature-card__plan-cols{position:absolute;inset:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:0 .45rem;box-sizing:border-box}.home-feature-card__plan-col{position:relative;height:100%}.home-feature-card__plan-block{position:absolute;left:50%;top:var(--block-top, 0);width:.84rem;height:var(--block-h, 1.75rem);min-height:.85rem;transform:translate(-50%);border-radius:999px;box-sizing:border-box;overflow:hidden}.home-feature-card__plan-block:before{content:"";display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(180deg,#ffffff6b,#ffffffe0)}.home-feature-card__plan-block--light:before{background:linear-gradient(180deg,#facc1573,#fef08ad1)}.home-feature-card__plan-block--muted:before{background:linear-gradient(180deg,#ffffff38,#ffffff7a)}.home-feature-card__plan-block--sleep:before{background:linear-gradient(180deg,#60a5fa6b,#bfdbfec7)}.home-feature-card__plan-block--wake:before{background:linear-gradient(180deg,#fbbf247a,#fde68ad9)}.home-feature-card__plan-block--flight:before{background:linear-gradient(180deg,#ffffff59 0% 42%,#38bdf88c 42%,#7dd3fcd1)}.home-feature-card__glass--plan .home-feature-card__glass-head,.home-feature-card__glass--gummies .home-feature-card__glass-head{margin-bottom:.5rem}.home-feature-card__gummy-visual{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-height:0;margin:0 0 .35rem}.home-feature-card__gummy-glow{position:absolute;width:min(78%,12rem);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(240,244,242,.42) 0%,rgba(240,244,242,.14) 42%,transparent 72%);pointer-events:none}.home-feature-card__gummy-img{position:relative;z-index:1;display:block;width:min(92%,13.5rem);height:auto;object-fit:contain;filter:drop-shadow(0 14px 32px rgba(0,0,0,.38))}.home-feature-card__gummy-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.home-feature-card__gummy-pill{display:flex;align-items:center;justify-content:center;min-height:1.75rem;padding:.35rem .45rem;border-radius:999px;font-size:.5625rem;font-weight:700;letter-spacing:.04em;text-align:center;line-height:1.2}.home-feature-card__gummy-pill--wake{background:#fbbf242e;border:1px solid rgba(251,191,36,.38);color:#fde68a}.home-feature-card__gummy-pill--sleep{background:#60a5fa2e;border:1px solid rgba(96,165,250,.38);color:#bfdbfe}.home-feature-card__dose+.home-feature-card__dose{margin-top:.75rem}.home-feature-card__dose-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem;font-size:.6875rem}.home-feature-card__dose-name{color:#ffffffd1}.home-feature-card__dose-time{color:#ffffff8c;white-space:nowrap}.home-feature-card__meter{height:.35rem;border-radius:999px;background:#ffffff1f;overflow:hidden}.home-feature-card__meter:before{content:"";display:block;width:var(--fill, 50%);height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffffff8c,#ffffffeb)}.home-feature-card__meter--dashed{background:repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0,rgba(255,255,255,.16) .35rem,transparent .35rem,transparent .55rem)}.home-feature-card__glass--rings{display:flex;flex-direction:column;justify-content:space-between;gap:.65rem}.home-feature-card__rings-head{text-align:left}.home-feature-card__rings-welcome{margin:0;font-size:clamp(1rem,2.4vw,1.15rem);font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.2}.home-feature-card__rings-metrics-label{margin:.35rem 0 0;font-size:.625rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e}.home-feature-card__rings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;width:100%}.home-feature-card__ring{display:flex;flex-direction:column;align-items:center;min-width:0}.home-feature-card__ring-chart{--ring-c: 201.06;position:relative;width:100%;max-width:5.25rem;aspect-ratio:1}.home-feature-card__ring-chart svg{display:block;width:100%;height:100%;transform:rotate(-90deg)}.home-feature-card__ring-track{fill:none;stroke:#ffffff24;stroke-width:5}.home-feature-card__ring-fill{fill:none;stroke:var(--ring-color, #4e9bb6);stroke-width:5;stroke-linecap:round;stroke-dasharray:var(--ring-c);stroke-dashoffset:calc(var(--ring-c) * (100 - var(--ring-pct, 0)) / 100)}.home-feature-card__ring-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:clamp(.75rem,2.1vw,.9375rem);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#fff}.home-feature-card__ring-label{margin-top:.5rem;font-size:.5rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#ffffff9e;line-height:1.25}.home-feature-card__rings-sleep{margin-top:.15rem}.home-feature-card__rings-sleep-label{margin:0 0 .4rem;font-size:.6875rem;font-weight:600;color:#ffffffd1}.home-feature-card__rings-meter{height:.35rem}.home-feature-card__copy{position:relative;z-index:2;margin-top:auto;padding-top:clamp(1rem,3vw,1.35rem)}.home-feature-card__title{margin:0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:700;line-height:1.25;letter-spacing:-.01em}.home-feature-card__desc{margin:.45rem 0 0;font-size:.8125rem;line-height:1.5;color:#ffffffb8}.home-below__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;margin-top:clamp(1.5rem,4vw,2.5rem)}.home-below__cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.65rem;border-radius:999px;background:var(--od-green-bar, #4e9bb6);color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background .15s ease,transform .15s ease}.home-below__cta:hover{background:#3d8aa3}.home-below__cta:focus-visible{outline:2px solid #fff;outline-offset:3px}.home-below__cta-secondary{font-size:.8125rem;font-weight:600;color:#ffffffb8;text-decoration:none;transition:color .15s ease}.home-below__cta-secondary:hover{color:#fff}.home-below__cta-secondary:focus-visible{outline:2px solid var(--od-green-bar, #4e9bb6);outline-offset:3px;border-radius:2px}@media (max-width: 960px){.hero{z-index:0;--hero-fade-height: clamp(7rem, 18vh, 11rem)}.hero__container{min-height:100svh;min-height:100dvh;padding-bottom:max(5.5rem,env(safe-area-inset-bottom,0px))}.hero__scroll{bottom:max(1.25rem,env(safe-area-inset-bottom,0px))}.home-below{--hero-fade-height: clamp(7rem, 18vh, 11rem);z-index:1;margin-top:0;padding-top:clamp(2.25rem,7vw,3.25rem)}.home-features{grid-template-columns:1fr;max-width:26rem;margin:0 auto}.home-feature-card{min-height:clamp(22rem,78vw,28rem)}}@media (min-width: 961px) and (max-width: 1100px){.home-feature-card{min-height:clamp(22rem,44vw,28rem)}}@media (prefers-reduced-motion: reduce){.hero__scroll-chevron{animation:none}}.ask-bar{width:min(100%,400px);margin-left:auto;margin-right:auto;margin-top:2rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.35rem;padding:.35rem;border-radius:999px;background:#1228448c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #00000026;font-family:inherit;font-size:inherit;color:#fff;cursor:pointer;text-align:center;-webkit-appearance:none;appearance:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ask-bar:hover{background:#1630509e;border-color:#ffffff2e}.ask-bar:focus{outline:none}.ask-bar:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:3px}.ask-bar__label{grid-column:2;justify-self:center;padding:.5rem 0;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fffffff2}.ask-bar__circle{grid-column:3;justify-self:end;width:44px;height:44px;border-radius:50%;background:#ffffff2e;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s ease;pointer-events:none}.ask-bar:hover .ask-bar__circle{background:#ffffff47}.ask-bar__arrow{font-size:1.1rem;line-height:1;font-weight:600}@media (min-width: 901px){.site-header{padding:max(1rem,env(safe-area-inset-top,0px)) 2rem 1rem;background:#ffffff14;border-bottom:1px solid rgba(255,255,255,.1)}.site-header__inner{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.logo{justify-self:start}.nav--desktop{display:flex;position:static;transform:none;justify-self:center}.site-header__actions{justify-self:end}.nav-toggle{display:none}.btn--header{font-size:.68rem;padding:.55rem 1.1rem}.hero__container{padding:6rem 2rem max(3.5rem,env(safe-area-inset-bottom,0px));max-width:900px}}body.questionnaire-page{min-height:100vh;min-height:100dvh;font-family:var(--shop-font);color:#1a1a1a;background:#f4f4f1;overflow-x:hidden;color-scheme:light}a.ask-bar{text-decoration:none;color:inherit}.quiz{max-width:420px;margin:0 auto;padding:max(2.5rem,env(safe-area-inset-top)) 1.5rem max(2rem,env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:stretch}.quiz__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;margin-bottom:2rem}.quiz__meta{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;padding:3px;border-radius:999px;background:#fff;box-shadow:inset 0 2px 5px #0a0a0a14,inset 0 1px 1px #0a0a0a0d,inset 0 0 0 1px #0a0a0a0a}.quiz__badge{font-size:.6875rem;font-weight:700;letter-spacing:.04em;padding:.35rem .75rem;border-radius:999px;background:transparent;color:#0a0a0a;border:none}.quiz__progress{width:100%;max-width:320px;height:8px;border-radius:999px;background:#fff;overflow:hidden;box-shadow:inset 0 2px 5px #0a0a0a14,inset 0 1px 1px #0a0a0a0d,inset 0 0 0 1px #0a0a0a0a}.quiz__progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#4e9bb6,#3d839c);box-shadow:0 1px 3px #0a0a0a1a,0 0 0 1px #0a0a0a0a;transition:width .25s ease}.quiz__title{font-size:clamp(1.75rem,5.5vw,2.125rem);font-weight:600;line-height:1.2;text-align:center;margin:0 0 1.75rem;color:#0a0a0a;letter-spacing:-.02em}@media (min-width: 901px){.quiz{max-width:min(520px,100%)}.quiz__title{white-space:nowrap;font-size:clamp(1.35rem,2.35vw,1.7rem);letter-spacing:-.03em}}.quiz__subtitle{font-size:1rem;font-weight:400;line-height:1.5;text-align:center;margin:-.85rem 0 1.35rem;color:#1a1a1aa6}.quiz-field-stack{display:flex;flex-direction:column;gap:1.15rem;width:100%}.quiz-field-group{display:flex;flex-direction:column;gap:.45rem;width:100%}.quiz-field-label{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#1a1a1a8c}.quiz-summary-wrap{display:flex;flex-direction:column;gap:1.5rem;width:100%;text-align:left}.quiz-summary-section{margin:0}.quiz-summary-section__title{font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#4e9bb6;margin:0 0 .65rem;padding-bottom:.45rem;border-bottom:1px solid #e2e8f0}.quiz-summary{margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;width:100%}.quiz-summary__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:.5rem .85rem;align-items:center;padding:.8rem 1.1rem;border-radius:999px;border:1px solid #e2e8f0;background:#fff}.quiz-summary__label{margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a73}.quiz-summary__value{margin:0;font-size:.9375rem;font-weight:500;line-height:1.4;color:#0a0a0a;text-align:right;word-break:break-word}.quiz-summary__value--multiline{font-size:.8125rem;line-height:1.45;font-weight:500}.quiz-summary__row--route .quiz-summary__value{font-weight:600;letter-spacing:.02em}@media (min-width: 901px){.quiz-summary__row{background:#fff;border:1px solid #e2e8f0}}.quiz__options{display:flex;flex-direction:column;gap:.875rem}.quiz__options--time{flex-direction:row;flex-wrap:wrap;gap:.625rem}.quiz__options--time .quiz-option{flex:0 0 auto;padding:.6rem 1.1rem;font-size:.9375rem}.quiz-option--multiline{align-items:flex-start;justify-content:flex-start;text-align:left;line-height:1.45;font-size:.9375rem;font-weight:500;padding:1rem 1.15rem}.quiz-option-row{display:flex;align-items:center;gap:.35rem;width:100%;padding:.35rem .45rem .35rem 1rem;border-radius:999px;border:1px solid #e2e8f0;background:#fff;transition:background .15s ease,border-color .15s ease,transform .12s ease}.quiz-option-row__choice{flex:1;min-width:0;margin:0;border:none;background:transparent;color:#0a0a0a;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none}.quiz-option-row .quiz-option--multiline{padding:.7rem 0}.quiz-option-row:hover:not(.is-selected){background:#f8fafc;border-color:#cbd5e1}.quiz-option-row.is-selected{background:#4e9bb61f;border-color:#4e9bb68c;box-shadow:inset 0 1px #4e9bb626}.quiz-option-row.is-selected:hover{background:#4e9bb62e;border-color:#4e9bb6a6}.quiz-option-row:active{transform:scale(.99)}.quiz-info{flex-shrink:0;width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #cbd5e1;background:#f8fafc;color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease;font:inherit}.quiz-info:hover{background:#eef2f6;border-color:#94a3b8}.quiz-info:focus{outline:none}.quiz-info:focus-visible{outline:2px solid rgba(78,155,182,.55);outline-offset:2px}.quiz-info__glyph{font-size:.8125rem;font-weight:600;font-style:italic;line-height:1}.quiz-dialog{max-width:min(340px,calc(100vw - 2.5rem));padding:1.5rem;margin:auto;border:1px solid #e2e8f0;border-radius:16px;color:#334155;background:#fff;box-shadow:0 20px 50px #0f172a1f;overflow:hidden}.quiz-dialog::backdrop{background:#0f172a59;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.quiz-dialog__title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#0a0a0a}.quiz-dialog__body{font-size:.9375rem;line-height:1.5;margin:0 0 1.25rem;color:#64748b}.quiz-dialog__list{margin:0 0 1.25rem;padding-left:1.15rem;font-size:.9375rem;line-height:1.55;color:#475569}.quiz-dialog__list li{margin-bottom:.5rem}.quiz-dialog__list li:last-child{margin-bottom:0}.quiz-dialog__close{width:100%;padding:.65rem 1rem;border-radius:999px;border:1px solid transparent;background:#4e9bb6;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease}.quiz-dialog__close:hover{background:#3d839c}.plan-block-detail-dialog{max-width:min(520px,calc(100vw - 2rem))}.plan-block-detail-dialog__body{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55;color:#475569}.plan-block-detail-dialog__line{margin:0 0 .75rem;white-space:nowrap}.plan-block-detail-dialog__line:last-of-type{margin-bottom:0}.plan-block-detail-dialog__line strong{color:#0a0a0a;font-weight:700;margin-right:.35rem}.plan-block-detail-dialog__divider{border:none;border-top:1px solid #e2e8f0;margin:1rem 0}.plan-block-detail-dialog__desc{margin:0;font-size:.875rem;line-height:1.55;color:#1a1a1aa6}@media (max-width: 420px){.plan-block-detail-dialog__line{white-space:normal;font-size:.8125rem}}@media (min-width: 901px){.quiz-option-row{background:#fff;border:1px solid #e2e8f0}.quiz-option-row:hover:not(.is-selected){background:#f8fafc;border-color:#cbd5e1}.quiz-option-row.is-selected{background:#4e9bb61f;border-color:#4e9bb68c;box-shadow:inset 0 1px #4e9bb626}.quiz-option-row.is-selected:hover{background:#4e9bb62e;border-color:#4e9bb6a6}}.quiz-panel[hidden],html.fm-shared-plan-boot #quiz-panel-1{display:none!important}html.fm-shared-plan-boot #quiz-panel-loading[hidden]{display:block!important}html.fm-shared-plan-boot .quiz__header,html.fm-shared-plan-boot .quiz__footer-actions{display:none!important}.quiz__input{width:100%;padding:1rem 1.15rem;border:1px solid #e2e8f0;border-radius:999px;font-size:1.25rem;font-weight:600;color:#0a0a0a;background:#fff;transition:border-color .15s ease}.quiz__input[type=number]{-moz-appearance:textfield}.quiz__input--time{color-scheme:light;min-height:3.25rem;cursor:pointer}.quiz__input:hover:not(:focus){border-color:#cbd5e1}.quiz__input:focus{outline:none;border-color:#4e9bb68c}.quiz__input:focus-visible{outline:none}.quiz__input[type=number]::-webkit-outer-spin-button,.quiz__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (min-width: 901px){.quiz__input{background:#fff;border:1px solid #e2e8f0}.quiz__input:focus{border-color:#4e9bb68c}}.quiz__footer-actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1rem;margin-top:1.5rem;align-self:center}.quiz__footer-actions .quiz__next{margin-top:0}.quiz__next{margin-top:0;align-self:center;padding:.65rem 1.75rem;background:#4e9bb6;border:1px solid transparent;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fff;cursor:pointer;transition:color .15s ease,opacity .15s ease,background .15s ease,border-color .15s ease}.quiz__next:hover:not(:disabled){color:#fff;background:#3d839c;border-color:transparent}.quiz__next:disabled{opacity:.35;cursor:not-allowed}.quiz__next:focus{outline:none}.quiz__next:focus-visible:not(:disabled){outline:2px solid rgba(78,155,182,.85);outline-offset:4px;border-radius:999px}.quiz__next--plan{letter-spacing:.06em;text-transform:none;font-size:.75rem;padding-left:1.25rem;padding-right:1.25rem}.quiz-option{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:1.1rem 1.25rem;border:1px solid #e2e8f0;border-radius:999px;font-size:1.0625rem;font-weight:600;color:#0a0a0a;cursor:pointer;text-align:left;background:#fff;transition:background .15s ease,border-color .15s ease,transform .12s ease;-webkit-appearance:none;appearance:none}.quiz-option:hover:not(.is-selected){background:#f8fafc;border-color:#cbd5e1}.quiz-option.is-selected{background:#4e9bb61f;border-color:#4e9bb68c;box-shadow:inset 0 1px #4e9bb626}.quiz-option.is-selected:hover{background:#4e9bb62e;border-color:#4e9bb6a6}.quiz-option:active{transform:scale(.99)}.quiz-option:focus{outline:none}.quiz-option:focus-visible{outline:2px solid rgba(78,155,182,.55);outline-offset:3px}@media (min-width: 901px){.quiz-option{background:#fff;border:1px solid #e2e8f0}.quiz-option:hover:not(.is-selected){background:#f8fafc;border-color:#cbd5e1}.quiz-option.is-selected{background:#4e9bb61f;border-color:#4e9bb68c;box-shadow:inset 0 1px #4e9bb626}.quiz-option.is-selected:hover{background:#4e9bb62e;border-color:#4e9bb6a6}}@media (min-width: 480px){.quiz{padding-top:max(3rem,env(safe-area-inset-top))}}.quiz--post-flow .quiz__header{display:none}.quiz-panel--loading{text-align:center}.quiz-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:min(52vh,420px);padding:2rem 1rem}.quiz-loading__spinner{width:2.5rem;height:2.5rem;border:3px solid rgba(78,155,182,.2);border-top-color:#4e9bb6;border-radius:50%;animation:quiz-loading-spin .85s linear infinite}@keyframes quiz-loading-spin{to{transform:rotate(360deg)}}.quiz-loading__title{margin:0;font-size:clamp(1.35rem,4.5vw,1.75rem);font-weight:700;color:#1a1a1a}.quiz-loading__copy{margin:0;max-width:28rem;font-size:.9375rem;line-height:1.55;color:#1a1a1aa6}.quiz-loading__error{margin:0;max-width:28rem;font-size:.9375rem;line-height:1.5;color:#b42318}.quiz-loading__retry{margin-top:.25rem;padding:.65rem 1.25rem;border:none;border-radius:999px;background:#4e9bb6;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer}.quiz-loading__retry:hover{background:#3d839c}.quiz-panel--offer{text-align:center}.quiz-offer{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.quiz-offer__img{width:min(100%,280px);height:auto;max-height:40vh;object-fit:contain;border-radius:12px;display:block}.quiz-offer__title{margin:0;font-size:clamp(1.65rem,5.5vw,2.35rem);font-weight:700;line-height:1.22;color:#0a0a0a;letter-spacing:-.02em}.quiz-offer__title-line{display:block}.quiz-offer__copy{margin:0;font-size:.9375rem;line-height:1.55;color:#1a1a1ab8;max-width:26rem}.quiz-offer__claim{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:20rem;margin-top:.15rem;padding:.65rem 1.75rem;border-radius:999px;border:1px solid transparent;background:#4e9bb6;color:#fff;font:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;text-align:center;box-sizing:border-box;cursor:pointer;transition:background .15s ease,border-color .15s ease}.quiz-offer__claim:hover{background:#3d839c;border-color:transparent}.quiz-offer__claim:focus{outline:none}.quiz-offer__claim:focus-visible{outline:2px solid rgba(78,155,182,.85);outline-offset:4px;border-radius:999px}.quiz-offer__trust{margin:0;font-size:.75rem;line-height:1.45;color:#1a1a1a73;letter-spacing:.02em}.quiz-offer__skip{margin-top:.1rem;padding:.5rem 1rem;border:none;background:transparent;color:#1a1a1a73;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:.2em}.quiz-offer__skip:hover{color:#1a1a1abf}.quiz-offer__skip:focus{outline:none}.quiz-offer__skip:focus-visible{outline:2px solid rgba(78,155,182,.55);outline-offset:3px;border-radius:6px}.quiz--plan-step{max-width:min(1100px,calc(100vw - 1.25rem));width:100%;margin-left:auto;margin-right:auto;padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right));box-sizing:border-box;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.quiz--plan-step .quiz__footer-actions,.quiz--plan-step .quiz__next{flex-shrink:0}.quiz-panel--plan{flex:1;display:flex;flex-direction:column;min-height:0;width:100%}.plan-plan-head{width:100%;min-width:0;margin:0 0 1rem}.quiz-plan-route-map{width:100%;margin:0 0 1rem;box-sizing:border-box;border-radius:14px;overflow:hidden;background:#e7f2f8;border:1px solid #dbeafe}.quiz-plan-route-map app-route-map-arc{display:block;width:100%}.quiz__title--plan{margin:0;padding:0 .85rem;max-width:100%;box-sizing:border-box;text-align:center;line-height:1.28;font-size:clamp(.95rem,4.1vw,1.45rem);overflow-wrap:break-word;word-wrap:break-word}@media (min-width: 901px){.quiz__title--plan{font-size:clamp(1.25rem,2.3vw,1.85rem);padding:0 1rem;white-space:normal}}.plan-body{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;width:100%;flex:1;min-height:0}.quiz-plan-tips{width:100%;margin:0 0 1.1rem;padding:0}.quiz-plan-tips__title{font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:700;color:#0a0a0a;margin:0 0 .75rem;letter-spacing:-.02em;text-align:center}.quiz-plan-tips__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.quiz-plan-tips__item{display:flex;align-items:flex-start;gap:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;padding:.85rem 1rem;font-size:.8125rem;line-height:1.5;color:#1a1a1ac7}.quiz-plan-tips__item strong{display:block;margin-bottom:.15rem;color:#0a0a0a;font-size:.875rem}.quiz-plan-tips__num{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:#4e9bb6;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.05rem}@media (min-width: 901px){.quiz-plan-tips__item{font-size:.875rem;padding:1rem 1.15rem}}body.questionnaire-page .quiz-panel--plan,body.route-page .route-planner-panel.quiz-panel--plan{--quiz-plan-sunk-shadow: inset 0 2px 5px rgba(10, 10, 10, .08), inset 0 1px 1px rgba(10, 10, 10, .05), inset 0 0 0 1px rgba(10, 10, 10, .04);--quiz-plan-raised-shadow: 0 2px 6px rgba(10, 10, 10, .08), 0 1px 2px rgba(10, 10, 10, .05), 0 0 0 1px rgba(10, 10, 10, .04)}body.questionnaire-page .quiz-panel--plan .quiz-plan-tips,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-tips,body.questionnaire-page .quiz-panel--plan .plan-main-stats--quiz,body.route-page .route-planner-panel.quiz-panel--plan .plan-main-stats--quiz,body.questionnaire-page .quiz-panel--plan .plan-calendar,body.route-page .route-planner-panel.quiz-panel--plan .plan-calendar,body.questionnaire-page .quiz-panel--plan .plan-dates-toolbar,body.route-page .route-planner-panel.quiz-panel--plan .plan-dates-toolbar,body.questionnaire-page .quiz-panel--plan .quiz-plan-share,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-share{border:none;background:#fff;box-shadow:var(--quiz-plan-sunk-shadow)}body.questionnaire-page .quiz-panel--plan .plan-dates-toolbar .plan-tz-switch,body.route-page .route-planner-panel.quiz-panel--plan .plan-dates-toolbar .plan-tz-switch{border:1px solid #e2e8f0;background:#fff;box-shadow:var(--quiz-plan-raised-shadow)}body.questionnaire-page .quiz-panel--plan .quiz-plan-tips,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-tips{margin:0 0 1rem;padding:1rem 0 .35rem;border-radius:.85rem;overflow:hidden}body.questionnaire-page .quiz-panel--plan .quiz-plan-tips__title,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-tips__title{margin:0 1rem .7rem}body.questionnaire-page .quiz-panel--plan .quiz-plan-tips__list,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-tips__list{gap:0}body.questionnaire-page .quiz-panel--plan .quiz-plan-tips__item,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-tips__item{background:transparent;border:none;border-radius:0;border-bottom:1px solid #eef2f6}body.questionnaire-page .quiz-panel--plan .quiz-plan-tips__item:last-child,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-tips__item:last-child{border-bottom:none}@media (min-width: 901px){body.questionnaire-page .quiz-panel--plan .quiz-plan-tips,body.route-page .route-planner-panel.quiz-panel--plan .quiz-plan-tips{padding-bottom:.5rem;background:#fff}}body.questionnaire-page .shop-welcome--quiz-plan{margin:.85rem 0 0;border-radius:14px;overflow:hidden;width:100%;min-width:0;background:#fff;box-shadow:var(--quiz-plan-sunk-shadow)}body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__upper{background:#fff;padding:1.5rem 0 1.75rem}body.questionnaire-page .shop-welcome--quiz-plan .shop-inner--welcome{padding-inline:clamp(.75rem,3vw,1.25rem)}body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__grid{align-items:center}@media (min-width: 901px){body.questionnaire-page .shop-welcome--quiz-plan .shop-inner--welcome{max-width:none;padding-inline:clamp(1rem,2vw,1.5rem)}body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1rem,2vw,1.75rem);align-items:stretch}body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__copy,body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__gallery{min-width:0}body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__gallery{justify-content:center}body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__frame{width:100%;max-width:100%;margin-inline:0}}body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan{margin:.85rem 0 0;border-radius:14px;overflow:hidden;width:100%;min-width:0;background:#fff;box-shadow:var(--quiz-plan-sunk-shadow)}body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-welcome__upper{background:#fff;padding:1.5rem 0 1.75rem}body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-inner--welcome{padding-inline:clamp(.75rem,3vw,1.25rem)}@media (min-width: 901px){body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-inner--welcome{max-width:none;padding-inline:clamp(1rem,2vw,1.5rem)}body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-welcome__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1rem,2vw,1.75rem);align-items:stretch}body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-welcome__copy,body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-welcome__gallery{min-width:0}body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-welcome__gallery{justify-content:center}body.route-page .route-planner-panel.quiz-panel--plan .shop-welcome--quiz-plan .shop-welcome__frame{width:100%;max-width:100%;margin-inline:0}}body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__now,body.questionnaire-page .shop-welcome--quiz-plan .shop-welcome__now--free{color:#4e9bb6}.plan-dates-toolbar{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.55rem 1rem;width:100%;min-width:0}.plan-dates-toolbar .plan-dates{flex:1 1 auto;width:auto;max-width:100%;justify-content:center;min-width:0}.plan-dates-toolbar .plan-tz-switch-wrap--dates-row{flex:0 0 auto;align-self:center}.plan-dates{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem;width:100%;min-width:0}.plan-date-bubble{flex:1 1 auto;min-width:2.75rem;max-width:4.5rem;margin:0;padding:.55rem .45rem;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#0a0a0a;font:inherit;font-size:.8125rem;font-weight:700;font-variant-numeric:tabular-nums;cursor:pointer;text-align:center;transition:background .15s ease,border-color .15s ease,transform .12s ease;box-sizing:border-box}.plan-date-bubble:hover{background:#f8fafc;border-color:#cbd5e1}.plan-date-bubble.is-selected{background:#4e9bb61f;border-color:#4e9bb68c;box-shadow:inset 0 1px #4e9bb61f}.plan-date-bubble--departure{border-color:#38bdf899;box-shadow:0 0 10px #38bdf859,0 0 3px #38bdf840;flex:0 0 auto;max-width:none;min-width:0;width:max-content;padding:.55rem .52rem;white-space:nowrap}.plan-date-bubble--departure.is-selected{border-color:#38bdf8d9;box-shadow:0 0 14px #38bdf880,0 0 4px #38bdf859,inset 0 1px #ffffff26}.plan-date-bubble:active{transform:scale(.98)}.plan-tz-switch-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex:0 0 auto}.plan-tz-switch{position:relative;display:inline-flex;border-radius:999px;border:1px solid #e2e8f0;background:#fff;padding:3px;gap:2px}.plan-tz-switch:before{content:"";position:absolute;left:3px;top:3px;width:calc(50% - 4px);height:calc(100% - 6px);border-radius:999px;background:#4e9bb67a;box-shadow:inset 0 1px #ffffff24;transition:transform .38s cubic-bezier(.22,1,.36,1);z-index:0;pointer-events:none}.plan-tz-switch.plan-tz-switch--arr:before{transform:translate(calc(100% + 2px))}.plan-tz-switch__btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:3.25rem;margin:0;padding:.45rem .75rem;border:none;border-radius:999px;background:transparent;color:#1a1a1a73;font:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:color .28s ease}.plan-tz-switch__btn.is-active{background:transparent;color:#0a0a0a;box-shadow:none}.plan-tz__hint{margin:0;font-size:.72rem;line-height:1.45;color:#1a1a1a73;text-align:center}.plan-calendar-wrap{width:100%;margin-top:.15rem;flex:1;min-height:0;display:flex;flex-direction:column;view-transition-name:flightmode-plan-cal}@media (prefers-reduced-motion: reduce){.plan-calendar-wrap{view-transition-name:none}.plan-tz-switch:before{transition:none}.plan-calendar-wrap--tz-reveal .plan-calendar{animation:none}}::view-transition-group(flightmode-plan-cal){animation-duration:.42s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(flightmode-plan-cal){animation:plan-cal-vt-out .4s cubic-bezier(.22,1,.36,1) both}::view-transition-new(flightmode-plan-cal){animation:plan-cal-vt-in .4s cubic-bezier(.22,1,.36,1) both}@keyframes plan-cal-vt-out{to{opacity:0;transform:translate(calc(var(--plan-tz-shift, 1) * -14px));filter:blur(3px)}}@keyframes plan-cal-vt-in{0%{opacity:0;transform:translate(calc(var(--plan-tz-shift, 1) * 14px));filter:blur(3px)}}.plan-calendar-wrap--tz-fallback .plan-calendar{opacity:.22;transform:scale(.99);filter:blur(2px);transition:opacity .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1),filter .2s ease}@keyframes plan-cal-tz-reveal{0%{opacity:.3;transform:translate(calc(var(--plan-tz-shift, 1) * 20px)) scale(.992);filter:blur(2px)}to{opacity:1;transform:none;filter:none}}.plan-calendar-wrap--tz-reveal .plan-calendar{animation:plan-cal-tz-reveal .48s cubic-bezier(.22,1,.36,1) both}.plan-calendar{width:100%;flex:1;min-height:16rem;max-height:none;overflow:hidden;border-radius:16px;border:1px solid #e2e8f0;background:#fff;-webkit-overflow-scrolling:touch}.plan-calendar--columns{--plan-hour-h: 3.25rem;--plan-cal-slots: 24;--pill-gap: .55rem;--plan-col-w: 6rem}body.questionnaire-page .plan-calendar--columns,body.route-page .route-planner-panel .plan-calendar--columns{--plan-hour-h: 2rem;--pill-gap: .32rem;--plan-col-w: 6.5rem}body.questionnaire-page .plan-calendar--columns .plan-cal__time-slot,body.route-page .route-planner-panel .plan-calendar--columns .plan-cal__time-slot{padding-top:.1rem;padding-right:.4rem}body.questionnaire-page .quiz-panel--plan .plan-cal__time,body.route-page .route-planner-panel.quiz-panel--plan .plan-cal__time{font-size:.65rem;white-space:nowrap;line-height:1}body.questionnaire-page .quiz-panel--plan .plan-cal__block,body.route-page .route-planner-panel.quiz-panel--plan .plan-cal__block{padding:.1rem .28rem;min-height:.95rem}body.questionnaire-page .quiz-panel--plan .plan-cal__block-label,body.route-page .route-planner-panel.quiz-panel--plan .plan-cal__block-label{font-size:.625rem;line-height:1.15}body.questionnaire-page .quiz-panel--plan .plan-body,body.route-page .route-planner-panel.quiz-panel--plan .plan-body{gap:.45rem}body.questionnaire-page .quiz-panel--plan .plan-main-stats--quiz,body.route-page .route-planner-panel.quiz-panel--plan .plan-main-stats--quiz{margin-bottom:.5rem}body.questionnaire-page .quiz-panel--plan .plan-dates-toolbar,body.route-page .route-planner-panel.quiz-panel--plan .plan-dates-toolbar{padding:.55rem .65rem;border-radius:999px}body.questionnaire-page .quiz-panel--plan .plan-cal__times,body.route-page .route-planner-panel.quiz-panel--plan .plan-cal__times{flex:0 0 4rem;background:#fff;border-right:1px solid rgba(10,10,10,.06);box-shadow:inset 0 2px 5px #0a0a0a14,inset 0 1px 1px #0a0a0a0d,inset 0 0 0 1px #0a0a0a0a}body.questionnaire-page .quiz-panel--plan .plan-date-bubble.is-selected,body.route-page .route-planner-panel.quiz-panel--plan .plan-date-bubble.is-selected{background:#f6f6f4;box-shadow:var(--quiz-plan-raised-shadow)}body.questionnaire-page .quiz-panel--plan .plan-dates .plan-date-bubble,body.route-page .route-planner-panel.quiz-panel--plan .plan-dates .plan-date-bubble{flex:1 1 0;min-width:0;max-width:none;width:auto;padding:.55rem .35rem;display:inline-flex;align-items:center;justify-content:center;gap:.15rem}body.questionnaire-page .quiz-panel--plan .plan-date-bubble--departure,body.route-page .route-planner-panel.quiz-panel--plan .plan-date-bubble--departure{border-color:#e2e8f0;box-shadow:none}body.questionnaire-page .quiz-panel--plan .plan-date-bubble--departure.is-selected,body.route-page .route-planner-panel.quiz-panel--plan .plan-date-bubble--departure.is-selected{box-shadow:var(--quiz-plan-raised-shadow)}body.questionnaire-page .quiz-panel--plan .plan-date-bubble--departure:before,body.route-page .route-planner-panel.quiz-panel--plan .plan-date-bubble--departure:before{content:"";flex-shrink:0;width:.875rem;height:.875rem;background:center / contain no-repeat url(/pics/airplane.webp)}.plan-cal__body{position:relative;display:flex;flex-direction:row;align-items:stretch;min-height:calc(var(--plan-cal-slots) * var(--plan-hour-h))}.plan-cal__now-line{position:absolute;left:0;right:0;z-index:20;height:0;border-top:2px solid #dc2626;pointer-events:none;box-shadow:0 0 6px #dc262659}.plan-cal__now-line:before{content:"";position:absolute;left:calc(4.25rem - 5px);top:-5px;width:10px;height:10px;border-radius:50%;background:#dc2626;box-shadow:0 0 0 2px #fff}.plan-cal__now-line[hidden]{display:none!important}.plan-cal__times{flex:0 0 4.25rem;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;background:#f8fafc}.plan-cal__time-slot{height:var(--plan-hour-h);flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-end;padding-right:.65rem;padding-top:.35rem;box-sizing:border-box;border-bottom:1px solid #eef2f6}.plan-cal__time-slot:last-child{border-bottom:none}.plan-cal__time{font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums;color:#94a3b8f2;line-height:1;white-space:nowrap}.plan-cal__canvas-scroll{flex:1;min-width:0;overflow:auto;-webkit-overflow-scrolling:touch}.plan-cal__canvas{position:relative;height:calc(var(--plan-cal-slots) * var(--plan-hour-h));min-height:calc(var(--plan-cal-slots) * var(--plan-hour-h));background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--plan-hour-h) - 1px),rgba(15,23,42,.06) calc(var(--plan-hour-h) - 1px),rgba(15,23,42,.06) var(--plan-hour-h))}.plan-cal__columns{position:absolute;inset:0;display:grid;justify-content:center;gap:var(--pill-gap);padding:0 .5rem 0 .35rem;box-sizing:border-box}.plan-cal__col{position:relative;min-width:0;height:100%}.plan-cal__block{position:absolute;left:0;right:0;width:100%;box-sizing:border-box;border-radius:999px;border:1px solid #dbeafe;padding:.2rem .4rem;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:1.2rem;background:#eef2ff;color:#1e293b;cursor:pointer;font:inherit;text-align:center;-webkit-appearance:none;appearance:none;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,filter .22s ease,border-color .22s ease}.plan-cal__block:hover{z-index:2;transform:scale(1.018);box-shadow:0 3px 10px #0000002e;filter:brightness(1.04);border-color:#cbd5e1}.plan-cal__block:active{transform:scale(1.008);filter:brightness(1.02)}.plan-cal__block:focus{outline:none}.plan-cal__block:focus-visible{z-index:3;outline:2px solid rgba(78,155,182,.9);outline-offset:2px}@media (prefers-reduced-motion: reduce){.plan-cal__block{transition:box-shadow .15s ease,filter .15s ease,border-color .15s ease}.plan-cal__block:hover{transform:none;filter:brightness(1.04)}.plan-cal__block:active{transform:none;filter:brightness(1.02)}}.plan-cal__block--clip-top{border-top-left-radius:0;border-top-right-radius:0}.plan-cal__block--clip-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.plan-cal__block-label{font-size:.625rem;font-weight:700;line-height:1.15;text-align:center;word-break:break-word;hyphens:auto;max-width:100%}.plan-cal__block--see-light,.plan-cal__block--prioritize-light{background:#facc1547;border-color:#facc158c;color:#854d0e}.plan-cal__block--avoid-light{background:#6366f12e;border-color:#6366f173;color:#3730a3}.plan-cal__block--use-caffeine{background:#f59e0b38;border-color:#f59e0b73;color:#92400e}.plan-cal__block--avoid-caffeine{background:#94a3b82e;border-color:#94a3b859;color:#475569}.plan-cal__block--melatonin-sleep{background:#3b82f62e;border-color:#3b82f666;color:#1e40af}.plan-cal__block--flightmode-sleep{background:#7c3aed29;border-color:#7c3aed6b;color:#5b21b6}.plan-cal__block--flightmode-wake{background:#fb923c3d;border-color:#f9731680;color:#9a3412}.plan-cal__block--sleep{background:#3b82f62e;border-color:#3b82f666;color:#1e40af}.plan-cal__block--optional-nap{background:#34d3992e;border-color:#10b98166;color:#047857}.plan-cal__block--airplane{background:#0ea5e92e;border-color:#0ea5e966;color:#0369a1}@media (max-width: 520px){.quiz__title--plan{padding:0 .75rem}.plan-tz-switch__btn{min-width:0}.plan-date-bubble{max-width:none}}@media (min-width: 901px){.plan-date-bubble{background:#fff}.plan-calendar{background:#fff;border-color:#e2e8f0}}body.questionnaire-page .quiz__progress-fill{background:linear-gradient(90deg,#4e9bb6,#3d839c)}body.questionnaire-page .quiz-summary-section__title{color:#4e9bb6;border-bottom-color:#e2e8f0}body.questionnaire-page .plan-calendar-wrap,body.route-page .route-planner-panel .plan-calendar-wrap{background:transparent;border:none;border-radius:0;overflow:visible}body.questionnaire-page .plan-calendar-wrap>.plan-calendar,body.route-page .route-planner-panel .plan-calendar-wrap>.plan-calendar{min-height:0}body.questionnaire-page .plan-calendar-wrap>.shop-welcome--quiz-plan{flex-shrink:0}body.questionnaire-page .plan-cal__time,body.route-page .route-planner-panel .plan-cal__time{color:#1a1a1a73}body.shop-page{--shop-topbar-height: calc(2.5rem + env(safe-area-inset-top, 0px)) ;margin:0;min-height:100vh;background:#f4f4f1;color:#1a1a1a;font-family:var(--shop-font);padding-top:calc(var(--shop-topbar-height) + 4.25rem)}@media (max-width: 900px){body.shop-page{overflow-x:clip}}body.shop-page #offer,body.shop-page #jet-lag-savings,body.shop-page #faqs,body.shop-page #traveler-stories,body.shop-page #science-steps-heading{scroll-margin-top:calc(var(--shop-topbar-height) + 4.25rem + .75rem)}body.shop-page .site-header--shop,body.shop-page .shop-trust--topbar,body.shop-page .mobile-menu--shop{font-family:var(--shop-font)}body.listicle-page{--shop-topbar-height: 0px;--listicle-media-aspect: 800 / 541;padding-top:0}body.listicle-page .shop-trust--topbar,body.listicle-page .mobile-menu--shop,body.listicle-page .site-header--listicle .nav--desktop,body.listicle-page .site-header--listicle .site-header__actions,.site-header--listicle .nav--desktop,.site-header--listicle .site-header__actions{display:none!important}body.listicle-page .site-header--listicle,.site-header--listicle{position:static;top:auto;z-index:auto}body.listicle-page .site-header--listicle .site-header__inner,.site-header--listicle .site-header__inner{position:relative;display:flex;justify-content:center;align-items:center;min-height:32px}body.listicle-page .site-header--listicle .logo--shop,.site-header--listicle .logo--shop{position:relative;left:auto;transform:none;min-width:96px;width:auto;overflow:visible;justify-content:center;margin:0}body.listicle-page .site-header--listicle .logo__mark--shop,.site-header--listicle .logo__mark--shop{transform:scale(3);transform-origin:center center}@media (min-width: 901px){body.listicle-page .site-header--listicle .site-header__inner,.site-header--listicle .site-header__inner{display:flex;grid-template-columns:none}body.listicle-page .site-header--listicle .logo--shop,body.listicle-page .site-header--listicle .logo,.site-header--listicle .logo--shop,.site-header--listicle .logo{justify-self:auto}}body.listicle-page .shop-pillar__meta{justify-content:flex-start;margin-bottom:.45rem}body.listicle-page .shop-pillar__index{display:block;font-size:clamp(1.375rem,3.2vw,1.875rem);font-weight:700;letter-spacing:.06em}body.listicle-page .shop-split-hero__lead{font-size:clamp(1rem,2.2vw,1.1875rem)}body.listicle-page #offer{scroll-margin-top:.75rem}body.listicle-page .shop-split-hero__visual-frame{aspect-ratio:var(--shop-hero-aspect)}body.listicle-page .shop-split-hero__visual-img{width:100%;max-width:none;height:100%;object-fit:cover}body.listicle-page .shop-pillar__grid{align-items:start}body.listicle-page .shop-pillar__media{align-self:start;min-height:0;aspect-ratio:var(--listicle-media-aspect);overflow:hidden;border-radius:14px}body.listicle-page .shop-pillar__photo{aspect-ratio:var(--listicle-media-aspect);object-fit:cover}body.listicle-page .shop-pillar__photo--sleep-tracker{object-position:center 18%}@media (min-width: 768px){body.listicle-page .shop-pillar__media{position:relative;height:auto}body.listicle-page .shop-pillar__photo{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border-radius:0}}@media (max-width: 767px){body.listicle-page .shop-pillar__photo{position:static;height:auto}body.listicle-page .shop-pillar__grid{grid-template-columns:minmax(0,1fr);row-gap:.25rem}body.listicle-page .shop-pillar__copy{display:contents}body.listicle-page .shop-pillar__meta{order:1;margin-bottom:0}body.listicle-page .shop-pillar__title{order:2}body.listicle-page .shop-pillar__media{order:3;width:100%;margin-top:.85rem}body.listicle-page .shop-pillar__body{order:4;margin-top:.65rem}}@media (max-width: 899px){body.listicle-page .shop-split-hero{padding-top:0}body.listicle-page .shop-split-hero .shop-inner--split-hero{max-width:none;padding-left:0;padding-right:0}body.listicle-page .shop-split-hero__visual{--hero-visual-pad: 0;padding:0}body.listicle-page .shop-split-hero__visual-frame{border-radius:0}body.listicle-page .shop-split-hero__sale-glyph{display:none!important}body.listicle-page .shop-split-hero__panel{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 899px){body.shop-landing-page{--shop-topbar-height: 0px;--listicle-media-aspect: 800 / 541;padding-top:4.25rem}body.shop-landing-page .shop-trust--topbar{display:none!important}body.shop-landing-page #offer,body.shop-landing-page #jet-lag-savings,body.shop-landing-page #faqs,body.shop-landing-page #traveler-stories,body.shop-landing-page #science-steps-heading{scroll-margin-top:5rem}body.shop-landing-page .shop-split-hero{padding-top:0}body.shop-landing-page .shop-split-hero .shop-inner--split-hero{max-width:none;padding-left:0;padding-right:0}body.shop-landing-page .shop-split-hero__visual{--hero-visual-pad: 0;padding:0}body.shop-landing-page .shop-split-hero__visual-frame{aspect-ratio:var(--shop-hero-aspect);border-radius:0}body.shop-landing-page .shop-split-hero__visual-img{width:100%;max-width:none;height:100%;object-fit:cover}body.shop-landing-page .shop-split-hero__sale-glyph{display:none!important}body.shop-landing-page .shop-split-hero__panel{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 899px){body.shop-page:not(.listicle-page) .site-header--shop{--shop-mobile-header-logo-w: 4.35rem;position:fixed;top:var(--shop-topbar-height);left:0;right:0;z-index:100;padding-left:.85rem;padding-right:.85rem}body.shop-page:not(.listicle-page) .site-header--shop .site-header__inner{display:grid;grid-template-columns:var(--shop-mobile-header-logo-w) 1fr auto;align-items:center;column-gap:.35rem;max-width:none}body.shop-page:not(.listicle-page) .site-header--shop .logo--shop{grid-column:1;justify-self:start;width:var(--shop-mobile-header-logo-w);min-width:0;height:28px;overflow:hidden;justify-content:flex-start}body.shop-page:not(.listicle-page) .site-header--shop .logo__mark--shop{width:32px;height:28px;transform:scale(2.15);transform-origin:left center}body.shop-page:not(.listicle-page) .site-header--shop .nav--desktop{display:flex!important;position:static;left:auto;transform:none;grid-column:2;justify-self:center;gap:clamp(.55rem,2.5vw,.85rem);margin:0;pointer-events:auto}body.shop-page:not(.listicle-page) .site-header--shop .nav--desktop a[href="/reviews"]{display:none}body.shop-page:not(.listicle-page) .site-header--shop .nav__link--shop{font-size:.58rem;letter-spacing:.07em}body.shop-page:not(.listicle-page) .site-header--shop .nav__link--shop[aria-current=page]{text-decoration:underline;text-underline-offset:.22em;text-decoration-thickness:1px}body.shop-page:not(.listicle-page) .site-header--shop .site-header__actions{grid-column:3;justify-self:end;display:flex!important;flex-shrink:0;gap:0}body.shop-page:not(.listicle-page) .site-header--shop .nav-toggle{display:none!important}body.shop-page:not(.listicle-page) .site-header--shop .btn--shop-header,body.shop-page:not(.listicle-page) .site-header--shop .site-header__cta{display:inline-flex!important;font-size:.52rem;padding:.48rem .62rem;letter-spacing:.04em;white-space:nowrap}body.shop-page:not(.listicle-page) .site-header--shop .site-header__cta{align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:999px;background:#0a0a0a;color:#fff}body.shop-page:not(.listicle-page) .site-header--shop .btn--shop-header .btn__arrow{display:none}}body.route-page{color-scheme:light}body.route-page #route-faqs{scroll-margin-top:calc(var(--shop-topbar-height) + 4.25rem + .75rem)}body.route-page .shop-faq-block{padding:clamp(2.25rem,5vw,3.25rem) 0 clamp(2.5rem,6vw,3.75rem)}.site-header--shop{top:var(--shop-topbar-height, 2.5rem);background:#ffffffeb;border-bottom:1px solid rgba(0,0,0,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.shop-trust--topbar{position:fixed;top:0;left:0;right:0;z-index:101;display:flex;align-items:center;justify-content:center;min-height:calc(2.5rem + env(safe-area-inset-top,0px));padding:max(.35rem,env(safe-area-inset-top,0px)) 1.25rem .35rem;margin:0;background:#f4f4f1;border-bottom:1px solid rgba(0,0,0,.08);text-align:center}.shop-trust__line--topbar{color:#0a0a0a}.logo--shop .logo__mark--shop{filter:brightness(0);width:32px;height:32px;transform:scale(3);transform-origin:left center}.logo--shop{min-width:96px;height:32px}.nav__link--shop{color:#1a1a1ad9}.nav__link--shop:hover{opacity:.7}body.shop-page .site-header--shop .nav__link--shop[aria-current=page]{text-decoration:underline;text-underline-offset:.22em;text-decoration-thickness:1px}.nav-toggle--shop{color:#1a1a1a}.btn--shop-header{background:#0a0a0a;color:#fff}.btn--shop-header:hover{opacity:.92}.mobile-menu--shop{--mobile-menu-cta-bg: #0a0a0a;--mobile-menu-cta-fg: #ffffff;--mobile-menu-cta-shadow: 0 8px 28px rgba(10, 10, 10, .22)}.mobile-menu__link--shop{color:var(--mobile-menu-link)}.mobile-menu__link--shop[aria-current=page]{color:var(--mobile-menu-accent);text-decoration:underline;text-underline-offset:.22em;text-decoration-thickness:1px}.mobile-menu__link--shop:hover,.mobile-menu__link--shop:focus-visible{color:#fff}.shop{padding-bottom:4rem}.shop-inner{max-width:1100px;margin:0 auto;padding:0 1.25rem}.shop-inner--narrow{max-width:720px}.shop-trust__line{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.shop-trust__line--topbar{margin:0}.shop-trust__dot{margin:0 .5rem}@media (max-width: 768px){.shop-trust__line-more{display:none}}.shop-inner--split-hero{max-width:1140px}.shop-split-hero{background:#e7f2f8}.shop-split-hero__grid{display:grid;grid-template-columns:1fr;align-items:start}@media (min-width: 900px){.shop-split-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:center}.shop-split-hero--copy-first .shop-split-hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}}.shop-split-hero--copy-first .shop-split-hero__title{font-weight:700}.shop-split-hero--copy-first .shop-split-hero__title-brand-line{color:#4e9bb6}@media (max-width: 899px){.shop-split-hero--copy-first .shop-split-hero__visual{order:-1}.shop-split-hero{padding-top:clamp(1.35rem,6vw,2.5rem)}}.shop-split-hero__visual{--hero-visual-pad: clamp(.65rem, 2.2vw, 1.15rem);position:relative;display:flex;align-items:center;justify-content:center;width:100%;overflow:visible;padding:var(--hero-visual-pad);box-sizing:border-box}@media (max-width: 899px){.shop-split-hero__visual{--hero-visual-pad: clamp(.85rem, 3vw, 1.35rem);padding-top:calc(var(--hero-visual-pad) + clamp(.45rem,2.2vw,.95rem))}}.shop-split-hero__visual-frame{position:relative;width:100%;aspect-ratio:var(--shop-hero-aspect);border-radius:clamp(.5rem,1.75vw,.875rem);overflow:hidden;background-color:transparent}.shop-split-hero__sale-glyph{position:absolute;top:var(--hero-visual-pad);left:var(--hero-visual-pad);z-index:2;width:clamp(4.5rem,16vw,7rem);height:auto;pointer-events:none;transform:translate(-36%,-36%);filter:drop-shadow(0 8px 18px rgba(0,0,0,.38))}.shop-split-hero__visual-img{display:block;width:100%;height:100%;max-width:none;margin:0;object-fit:cover}.shop-split-hero__panel{display:flex;align-items:center;justify-content:center;padding:clamp(2rem,5vw,3.5rem) clamp(1.5rem,4vw,3rem);background:transparent}.shop-split-hero__inner{width:100%;max-width:34rem;text-align:center}.shop-split-hero__sale-line{display:inline-block;margin:0 0 1.25rem;padding:.45rem .9rem;border-radius:0;font-family:var(--shop-font);font-size:.75rem;font-weight:600;letter-spacing:.04em;line-height:1.35;color:#0c4a6e;background:#dbeafe;box-shadow:0 0 0 1px #3b82f61f}.shop-split-hero__social-proof{display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.45rem .5rem;max-width:100%;margin:0 0 1rem;padding:.2rem .55rem .2rem .35rem;border:1px solid rgba(10,10,10,.1);border-radius:999px;background:#fff;box-shadow:0 1px 2px #0a0a0a0a;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}a.shop-split-hero__social-proof:hover{border-color:#0a0a0a38;box-shadow:0 2px 6px #0a0a0a12}.shop-split-hero__social-avatars{display:block;flex-shrink:0;width:auto;height:1.5rem;object-fit:contain}.shop-split-hero__social-stars{flex-shrink:0;font-size:.6875rem;letter-spacing:.04em;line-height:1;color:#ea580c}.shop-split-hero__social-stats{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.35rem .4rem;margin:0;font-family:var(--shop-font);font-size:.75rem;line-height:1.2;color:#0a0a0a;white-space:nowrap}.shop-split-hero__social-stats strong{font-weight:700}.shop-split-hero__social-divider{color:#0a0a0a59;font-weight:400}@media (max-width: 420px){.shop-split-hero__social-proof{flex-wrap:wrap;padding:.25rem .5rem .25rem .35rem;border-radius:999px}.shop-split-hero__social-stats{flex-basis:auto;font-size:.6875rem;white-space:normal}}.shop-split-hero__title{margin:0 0 1rem;font-family:var(--shop-font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.15;letter-spacing:-.02em;color:#0a0a0a}.shop-split-hero__title-em{font-weight:700}.shop-split-hero__lead{margin:0 0 1.75rem;font-family:var(--shop-font);font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:400;line-height:1.6;color:#0a0a0ac7}@keyframes shop-hero-cta-glow{0%,to{box-shadow:0 4px 20px #4e9bb673}50%{box-shadow:0 6px 26px #4e9bb69e}}@keyframes shop-hero-cta-arrow{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.shop-split-hero__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:22rem;margin:0 auto;padding:1rem 1.75rem;border-radius:999px;font-family:var(--shop-font);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:#fff;background:#4e9bb6;box-shadow:0 4px 20px #4e9bb673;cursor:pointer;animation:shop-hero-cta-glow 2.4s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.shop-split-hero__cta:after{content:" \2192";display:inline-block;animation:shop-hero-cta-arrow 2.4s ease-in-out infinite}.shop-split-hero__cta:hover,.shop-split-hero__cta:focus-visible{animation:none}.shop-split-hero__cta:hover:after,.shop-split-hero__cta:focus-visible:after{animation:none}.shop-split-hero__cta:hover{background:#3d8499;box-shadow:0 6px 28px #3d849980;transform:translateY(-1px)}@media (prefers-reduced-motion: reduce){.shop-split-hero__cta,.shop-split-hero__cta:after{animation:none}}.shop-split-hero__post-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .55rem;margin:1.15rem 0 0;font-family:var(--shop-font);font-size:.8125rem;font-weight:500;color:#0a0a0ab8}.shop-split-hero__post-cta-stars{font-size:1rem;line-height:1;letter-spacing:.08em;color:#ea580c}.shop-split-hero__post-cta-check{flex-shrink:0;color:#4e9bb6}.shop-split-hero__post-cta-underline{font-weight:700;color:#0a0a0a}.shop-split-hero__cta-wrap{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:22rem;margin:0 auto}.shop-split-hero__cta-wrap .shop-split-hero__cta{width:100%;margin:0}.shop-split-hero__cta-wrap .shop-split-hero__post-cta{margin-top:1.15rem;width:100%;justify-content:center;text-align:center}.shop-tz-savings{padding:clamp(2.25rem,5vw,3.5rem) 0;background:#fff;border-top:1px solid rgba(0,0,0,.06)}.shop-tz-savings__title{margin:0 0 .75rem;font-family:var(--shop-font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-align:center;color:#0a0a0a}.shop-tz-savings__lead{margin:0 auto 1.5rem;max-width:38rem;font-size:clamp(.8125rem,2vw,.9375rem);line-height:1.55;text-align:center;color:#1a1a1ac7}.shop-tz-savings__lead strong{font-weight:700;color:#1a1a1a}.shop-tz-savings__location{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .5rem;margin:0 0 1.75rem;font-size:.8125rem;font-weight:600;color:#1a1a1ae0}.shop-tz-savings__pin{filter:hue-rotate(-15deg) saturate(1.2)}.shop-tz-savings__location-label{font-weight:700}.shop-tz-savings__location-value{display:inline-block;min-width:20ch;padding:.2rem .65rem;border-radius:999px;font-weight:700;letter-spacing:-.01em;color:var(--od-green-bar, #4e9bb6);background:#4e9bb61a}.shop-tz-savings__grid{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:stretch;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;list-style:none;margin:0 -1.25rem;padding:0 1.25rem .15rem;scrollbar-width:none}.shop-tz-savings__grid::-webkit-scrollbar{display:none}@media (min-width: 900px){.shop-tz-savings__lead{max-width:none;width:100%}.shop-tz-savings__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem;overflow-x:visible;margin:0;padding:0;scroll-snap-type:none}}.shop-tz-savings__card{flex:0 0 min(72vw,10.75rem);scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.15rem .85rem 1rem;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000f}@media (min-width: 900px){.shop-tz-savings__card{flex:unset;width:auto}}.shop-tz-savings__card-head{font-size:.9375rem;font-weight:700;color:#0a0a0a;line-height:1.3;margin-bottom:.35rem}.shop-tz-savings__card-flag{margin-right:.15rem}.shop-tz-savings__card-city{font-weight:700}.shop-tz-savings__card-tz{margin:0 0 .5rem;font-size:.6875rem;font-weight:500;color:#1a1a1a73;line-height:1.35}.shop-tz-savings__card-days{margin:0 0 .85rem;font-size:.8125rem;font-weight:500;color:#1a1a1a;line-height:1.35}.shop-tz-savings__card-days strong{font-weight:700}.shop-tz-savings__card-box{margin-top:auto;width:100%;padding:.75rem .65rem;border-radius:12px;background:linear-gradient(180deg,#f0ede6,#ebe8e0);border:1px solid rgba(0,0,0,.08);box-sizing:border-box;box-shadow:inset 0 1px #ffffff8c,0 2px 6px #0a0a0a14,0 1px 2px #0a0a0a0d}.shop-tz-savings__card-amount{margin:0 0 .2rem;font-family:var(--shop-font);font-size:clamp(1.15rem,3.5vw,1.45rem);font-weight:700;line-height:1.1;color:#0a0a0a}.shop-tz-savings__card-box-caption{margin:0;font-size:.6875rem;font-weight:600;color:#1a1a1a8c;line-height:1.3}.reviews-page .reviews-main{padding-bottom:clamp(3rem,8vw,5rem)}.reviews-page-inner{max-width:900px}.reviews-hero{text-align:center;padding:clamp(1.5rem,4vw,2.5rem) 0 1.25rem;border-bottom:1px solid rgba(0,0,0,.08)}.reviews-hero__title{margin:0 0 clamp(.35rem,1.2vw,.5rem);font-family:var(--shop-font);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;color:#0a0a0a;line-height:1.1}.reviews-hero__gold-wrap{display:flex;justify-content:center;margin:0 0 clamp(.65rem,2vw,1rem)}.reviews-hero__gold{display:block;height:clamp(3rem,7.5vw,4.25rem);width:auto}.reviews-hero__summary{display:flex;flex-direction:column;align-items:center;gap:.35rem}.reviews-hero__rating-row{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem .55rem}.reviews-hero__rating-num{font-family:var(--shop-font);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#0a0a0a;line-height:1}.reviews-stars{--reviews-star: #ea580c;--reviews-star-empty: rgba(0, 0, 0, .14);display:inline-flex;align-items:center;gap:.08em;font-size:1.15rem;line-height:1}.reviews-stars--lg{font-size:clamp(1.35rem,3.5vw,1.65rem);gap:.12em}.reviews-stars--sm{font-size:.95rem;gap:.06em}.reviews-star{display:inline-block;font-style:normal;-webkit-user-select:none;user-select:none}.reviews-star--full{color:var(--reviews-star)}.reviews-star--empty{color:var(--reviews-star-empty)}.reviews-star--half{position:relative;display:inline-block;width:1em;height:1em;line-height:1;vertical-align:middle}.reviews-star--half>.reviews-star__empty{color:var(--reviews-star-empty)}.reviews-star--half>.reviews-star__fill{position:absolute;left:0;top:0;width:50%;overflow:hidden;color:var(--reviews-star);pointer-events:none;line-height:1}.reviews-hero__meta{margin:.25rem 0 0;font-size:.8125rem;color:#1a1a1a8c}.reviews-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.reviews-toolbar__count{margin:0;font-size:.8125rem;font-weight:600;color:#1a1a1abf}.reviews-toolbar__sort{display:inline-flex;align-items:center;gap:.5rem}.reviews-toolbar__sort-label{font-size:.8125rem;font-weight:600;color:#0a0a0a}.reviews-toolbar__select{font:inherit;font-size:.8125rem;font-weight:500;padding:.4rem 2rem .4rem .65rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1a1a' d='M3 4.5L6 8l3-3.5'/%3E%3C/svg%3E") no-repeat right .5rem center;color:#0a0a0a;appearance:none;cursor:pointer}.reviews-list{list-style:none;margin:0;padding:0}.reviews-load-more-wrap{display:flex;justify-content:center;padding:1.5rem 0 0}.reviews-load-more{font:inherit;font-size:.9375rem;font-weight:600;padding:.65rem 1.75rem;border:1px solid rgba(0,0,0,.14);border-radius:999px;background:#fff;color:#0a0a0a;cursor:pointer;transition:background .15s ease,border-color .15s ease}.reviews-load-more:hover{background:#0000000a;border-color:#00000038}.reviews-load-more:focus-visible{outline:2px solid #0a0a0a;outline-offset:2px}.reviews-load-more-wrap[hidden]{display:none}.reviews-item{display:grid;grid-template-columns:minmax(0,7.5rem) minmax(0,1fr);gap:0 1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.08);align-items:start}.reviews-item:last-child{border-bottom:none}.reviews-item__name{display:flex;flex-direction:column;gap:.35rem;padding-right:.75rem;border-right:1px solid rgba(0,0,0,.08);font-size:.9375rem;color:#0a0a0a}.reviews-item__name strong{font-weight:700}.reviews-item__verified{display:inline-flex;align-items:center;gap:.28rem;font-size:.6875rem;font-weight:600;line-height:1.2;color:#1a1a1a9e}.reviews-item__verified-icon{width:.875rem;height:.875rem;flex-shrink:0;color:var(--od-green-bar, #4e9bb6)}.reviews-item__body{min-width:0}.reviews-item__head{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem .65rem;margin-bottom:.5rem}.reviews-item__head .reviews-stars{flex-shrink:0}.reviews-item__title{display:block;flex:1 1 auto;min-width:0;font-size:.9375rem;font-weight:700;color:#0a0a0a;line-height:1.35}.reviews-item__text-wrap{margin-bottom:1rem}.reviews-item__text{margin:0;font-size:.875rem;line-height:1.65;color:#1a1a1ae0}.reviews-item__text--clamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.reviews-item__read-more{margin:.35rem 0 0;padding:0;border:none;background:none;font:inherit;font-size:.875rem;font-weight:600;color:#0a0a0a;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.reviews-item__read-more:hover{opacity:.75}.reviews-error{margin:2rem 0 0;text-align:center;font-size:.9375rem;color:#1a1a1a99}.reviews-footnote{margin:1.5rem 0 0;max-width:42rem;font-size:.8125rem;line-height:1.5;color:#1a1a1a8c}@media (max-width: 640px){.reviews-item{grid-template-columns:minmax(0,5.75rem) minmax(0,1fr);gap:0 .75rem;align-items:start}.reviews-item__name{padding-right:.5rem;padding-bottom:0;border-right:1px solid rgba(0,0,0,.08);border-bottom:none}}@media (min-width: 900px){.shop-split-hero__panel{justify-content:flex-start;align-items:center}.shop-split-hero__inner{display:flex;flex-direction:column;align-items:flex-start;width:min(100%,34rem);margin-left:0;margin-right:auto;text-align:left}.shop-split-hero__title,.shop-split-hero__lead{align-self:stretch;text-align:left}.shop-split-hero__social-proof{align-self:flex-start;margin-left:0;margin-right:0}.shop-split-hero__cta{align-self:flex-start;width:auto;max-width:22rem;margin-left:0;margin-right:0}.shop-split-hero__cta-wrap{align-self:flex-start;width:fit-content;max-width:22rem;margin:0}.shop-split-hero__cta-wrap .shop-split-hero__cta{align-self:flex-start;width:auto}.shop-split-hero__post-cta{align-self:stretch;justify-content:flex-start;width:100%;margin-left:0;margin-right:0}.shop-split-hero__cta-wrap .shop-split-hero__post-cta{justify-content:center;text-align:center}}.shop-pillars{background:#fff}.shop-inner--pillars{max-width:1140px}.shop-pillar{padding:clamp(1.5rem,3.5vw,2.25rem) 0}.shop-pillar__grid{display:grid;gap:clamp(1.25rem,3vw,1.75rem);align-items:stretch}@media (min-width: 768px){.shop-pillar__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:clamp(1.35rem,3vw,2.25rem)}}.shop-pillar__meta{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.35rem}.shop-pillar__label{font-family:var(--shop-font);font-size:clamp(1rem,2.2vw,1.1875rem);font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:#4e9bb6}.shop-pillar__index{font-family:var(--shop-font);font-size:clamp(1rem,2.2vw,1.1875rem);font-weight:400;letter-spacing:.12em;color:#4e9bb6}.shop-pillar__rule{margin:0 0 .85rem;border:none;border-top:1px solid #4E9BB6;opacity:.9}.shop-pillar__title{margin:0 0 .85rem;font-family:var(--shop-font);font-size:clamp(1.875rem,4.2vw,2.625rem);font-weight:700;line-height:1.12;letter-spacing:-.025em;color:#0a0a0a}.shop-pillar__body p{margin:0 0 .65rem;font-family:var(--shop-font);font-size:clamp(1rem,2.1vw,1.125rem);font-weight:400;line-height:1.68;color:#0a0a0ad6}.shop-pillar__body p:last-child{margin-bottom:0}.shop-pillar__media{margin:0;width:100%;min-width:0;align-self:stretch}.shop-pillar__photo{display:block;width:100%;object-fit:cover;border-radius:14px;background:#e8ebe9}@media (min-width: 768px){.shop-pillar__grid{align-items:stretch}.shop-pillar__copy{min-width:0}.shop-pillar__media{position:relative;align-self:stretch;min-height:100%;overflow:hidden;border-radius:14px}.shop-pillar__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0}}@media (max-width: 767px){.shop-pillar__photo{height:auto;aspect-ratio:3 / 2}}.shop-pillar__figures .shop-pillar__fig:nth-child(n+2),.shop-pillar__fig+.shop-pillar__fig{display:none!important}.shop-pillar__grid>.shop-pillar__fig{display:none!important}.shop-inner--welcome{max-width:1140px}.shop-welcome{margin:0}.shop-welcome__upper{background:#ebe8e0;padding:2.5rem 0 2.75rem}.shop-welcome__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.75rem,4vw,3.5rem);align-items:stretch}.shop-welcome__copy{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;gap:clamp(1.5rem,3vw,2.5rem)}.shop-welcome__copy-main{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:clamp(1.25rem,2.5vw,2rem);min-height:0}.shop-welcome__copy-foot{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.shop-welcome__title{margin:0;font-family:var(--shop-font);font-size:clamp(2rem,4.25vw,2.75rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em;line-height:1.2}.shop-welcome__rows{border-top:1px solid rgba(0,0,0,.12)}.shop-welcome__row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;padding:1.05rem 0;border-bottom:1px solid rgba(0,0,0,.12);font-size:.9375rem}.shop-welcome__row--stack{flex-direction:column;align-items:stretch;gap:0}.shop-welcome__row-line{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;width:100%}.shop-welcome__row--total{border-bottom:none;padding-bottom:0}.shop-welcome__label{color:#0a0a0a;font-weight:500;flex:1;min-width:0}.shop-welcome__label--total{font-weight:700}.shop-welcome__price-cell{flex-shrink:0;text-align:right;white-space:nowrap}.shop-welcome__was{margin-right:.5rem;color:#0a0a0a66;font-size:.875rem}.shop-welcome__now{font-size:1rem;font-weight:700;color:#0a0a0a}.shop-welcome__now--free{color:#0a0a0a}.shop-welcome__hint{margin:.4rem 0 0;font-size:.75rem;line-height:1.4;color:#0a0a0a7a}.shop-welcome__copy-foot .shop-welcome__cta{margin-top:0}.shop-welcome__cta{display:flex;align-items:center;justify-content:center;width:100%;margin-top:1.75rem;padding:1rem 1.25rem;border-radius:14px;background:#4e9bb6;color:#fff;font-family:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;text-align:center;transition:background .15s ease,opacity .15s ease,transform .12s ease;box-sizing:border-box}.shop-welcome__cta--pill{border-radius:9999px;padding:.95rem 1.75rem}.shop-welcome__cta:hover{background:#3d8499}.shop-welcome__copy-foot .shop-welcome__footer-note{margin:0}.shop-welcome__footer-note{margin:1.1rem 0 0;font-size:.8125rem;line-height:1.5;text-align:center;color:#0a0a0a85}.shop-welcome__footer-note--bold strong{font-weight:700;color:#0a0a0a}.shop-welcome__footer-note--trust{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;font-weight:600;color:#0a0a0a}.shop-welcome__footer-check{flex-shrink:0;color:#4e9bb6}.shop-welcome__footer-dot{margin:0 .12em;color:#0a0a0a73}app-product-gallery{display:block;width:100%;max-width:100%;min-width:0}.shop-welcome__gallery{display:flex;flex-direction:column;min-height:100%;min-width:0;width:100%}.shop-welcome__frame,.shop-offer-detail__frame{background:transparent;padding:0;width:100%;max-width:100%;aspect-ratio:1 / 1;border-radius:20px;box-shadow:none;border:2px solid #0a0a0a;overflow:hidden;line-height:0;display:grid;min-width:0}.shop-welcome__hero-img,.shop-offer-detail__hero-img{display:block;width:100%;height:100%;max-width:100%;min-width:0;min-height:0;object-fit:cover;object-position:center;border-radius:0;aspect-ratio:1 / 1}.shop-welcome__thumbs,.shop-offer-detail__thumbs{display:flex;flex-direction:row;flex-wrap:nowrap;direction:ltr;gap:.5rem;margin-top:.75rem;width:100%;max-width:100%;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;scrollbar-width:thin;scroll-snap-type:x proximity}.shop-welcome__thumb,.shop-offer-detail__thumb{flex:0 0 72px;width:72px;min-width:72px;padding:0;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;cursor:pointer;overflow:hidden;line-height:0;transition:border-color .15s ease;scroll-snap-align:start}.shop-welcome__thumb:hover,.shop-offer-detail__thumb:hover{border-color:#00000047}.shop-welcome__thumb.is-active,.shop-offer-detail__thumb.is-active{border:1px solid #0a0a0a}.shop-welcome__thumb img,.shop-offer-detail__thumb img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.shop-welcome__bar{background:#e0d9cc;border-top:1px solid rgba(0,0,0,.06);padding:1.35rem 0 1.5rem}.shop-welcome__bar-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 1.5rem;list-style:none;margin:0;padding:0;align-items:start;text-align:center;font-size:.8125rem;font-weight:500;line-height:1.35;color:#0a0a0ad9}.shop-welcome__bar-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.shop-welcome__bar-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.shop-welcome__bar-icon--plus{color:#2563eb}.shop-welcome__bar-icon--up{color:#4e9bb6}.shop-welcome__bar-icon--pill{color:#ea580c}@media (max-width: 900px){.shop-welcome__grid{grid-template-columns:minmax(0,1fr)}.shop-welcome__copy{min-width:0}.shop-welcome__gallery{min-width:0;order:-1}.shop-welcome__frame,.shop-offer-detail__frame{min-width:0;max-width:100%}.shop-welcome__hero-img,.shop-offer-detail__hero-img{max-width:100%}.shop-welcome__thumb,.shop-offer-detail__thumb{flex-basis:64px;width:64px;min-width:64px}.shop-welcome__bar-list{grid-template-columns:1fr;gap:1.1rem}}.shop-offer{padding:2rem 0 3rem}.shop-kicker{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1a1a1a80;margin:0 0 .35rem;text-align:center}.shop-h2{font-family:var(--shop-font);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;margin:0 0 1.5rem;text-align:center;letter-spacing:-.02em}.shop-h2--center{text-align:center}.shop-offer__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:1.5rem 1.25rem 1.75rem;box-shadow:0 12px 40px #0000000f}.shop-offer__table{width:100%;border-collapse:collapse;margin-bottom:1.25rem;font-size:.9375rem}.shop-offer__table th{text-align:left;font-weight:500;padding:.65rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.shop-offer__table td{text-align:right;padding:.65rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.shop-offer__total th,.shop-offer__total td{border-bottom:none;padding-top:1rem;font-size:1.125rem}.shop-price--was{color:#1a1a1a73;font-size:.875rem;margin-left:.35rem}.shop-free{color:#4e9bb6;font-weight:600}.shop-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.9rem 1.25rem;border-radius:999px;font-family:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:none;transition:opacity .15s ease,transform .12s ease}.shop-btn--primary{background:#0a0a0a;color:#fff}.shop-btn--primary:hover{opacity:.9}.shop-btn--outline{background:transparent;color:#0a0a0a;border:2px solid #0a0a0a;width:auto;margin-top:.5rem}.shop-btn--large{padding:1rem 1.5rem;font-size:.875rem}.shop-micro{margin:1rem 0 0;font-size:.75rem;color:#1a1a1a80;text-align:center;line-height:1.5}.shop-stats--research{padding:clamp(2.5rem,6vw,4rem) 0;background:#000;color:#fff;border-top:none;border-bottom:none}.shop-inner--research{max-width:1100px}.shop-stats__title{margin:0 0 1.25rem;font-family:var(--shop-font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-align:center;color:#fff}.shop-stats__kicker{margin:0 0 2.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;text-align:center;color:#fffffff2;line-height:1.5}.shop-stats__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:0}.shop-stats__column{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.45rem;padding:1rem .35rem;border-right:1px solid rgba(255,255,255,.14)}.shop-stats__column:last-child{border-right:none}@media (min-width: 768px){.shop-stats__column{flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:1rem 1.25rem;padding:1.75rem 1.25rem}}.shop-stats__pct{flex-shrink:0;font-family:var(--shop-font);font-size:clamp(1.35rem,6.5vw,3.25rem);font-weight:700;line-height:1;color:#fff;min-width:0}@media (min-width: 768px){.shop-stats__pct{min-width:4.25rem;font-size:clamp(2.25rem,5vw,3.25rem)}}.shop-stats__claim{flex:1;margin:0;font-size:clamp(.6875rem,2.5vw,1.0625rem);font-weight:500;line-height:1.35;color:#fffffff2}@media (min-width: 768px){.shop-stats__claim{line-height:1.45;font-size:clamp(.9375rem,2vw,1.0625rem)}}.shop-stats__icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px}@media (min-width: 768px){.shop-stats__icon-wrap{width:44px}}.shop-stats__icon{display:block;max-width:100%;height:auto}.shop-stats__footnote{margin:2rem auto 0;max-width:52rem;font-size:.625rem;line-height:1.55;color:#ffffffa6;text-align:center}.shop-ingredients{position:relative;padding:clamp(2.5rem,6vw,4rem) 0;overflow:hidden}.shop-ingredients__bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.shop-ingredients__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;z-index:0}.shop-ingredients__bg:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(160deg,#f7f8fc9e,#f4f4f173 42%,#fcecf58c);pointer-events:none}.shop-inner--ingredients{position:relative;z-index:1;max-width:1180px}.shop-ingredients__heading{margin:0 0 1.25rem;font-family:var(--shop-font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-align:center;color:#0a0a0a}.shop-ingredients__intro{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.08);text-align:center}.shop-ingredients__line{margin:0 0 .65rem;font-family:var(--shop-font);font-size:clamp(1.25rem,3vw,1.625rem);line-height:1.2;letter-spacing:.02em;color:#0a0a0a}.shop-ingredients__line-bold{font-weight:900;letter-spacing:.04em}.shop-ingredients__line-light{font-weight:300;letter-spacing:.06em}.shop-ingredients__tagline{margin:0;max-width:36rem;margin-inline:auto;font-family:var(--shop-font);font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:400;line-height:1.55;color:#0a0a0ac7}.shop-ingredients__panel--sleep .shop-ingredients__intro{border-bottom-color:#ffffff1a}.shop-ingredients__panel--sleep .shop-ingredients__line{color:#f8fafc}.shop-ingredients__panel--sleep .shop-ingredients__tagline{color:#e2e8f0d9}.shop-ingredients__tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;max-width:17.5rem;margin:0 auto 1.25rem;padding:3px;border-radius:999px;background:#e5e5ea;box-shadow:inset 0 1px 2px #0000000f}.shop-ingredients__tabs:before{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:calc(50% + 1.5px);border-radius:999px;background:#fff;box-shadow:0 2px 8px #00000014,0 1px 2px #0000000f;z-index:0;pointer-events:none;transition:left .28s cubic-bezier(.4,0,.2,1),right .28s cubic-bezier(.4,0,.2,1)}.shop-ingredients__tabs[data-ingredients-active=sleep]:before{left:calc(50% + 1.5px);right:3px}.shop-ingredients__tab{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.42rem .65rem;border:none;border-radius:999px;background:transparent;font-family:var(--shop-font);font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;color:#3c3c438c;transition:color .2s ease;box-shadow:none}.shop-ingredients__tab--active{color:#1c1c1e}.shop-ingredients__tab:focus-visible{outline:2px solid #4e9bb6;outline-offset:3px}.shop-ingredients__tab--active:focus-visible{outline:2px solid #3d8499;outline-offset:4px}.shop-ingredients__tab:not(.shop-ingredients__tab--active) .shop-ingredients__tab-icon{opacity:.5}.shop-ingredients__tab--active .shop-ingredients__tab-icon{opacity:1}.shop-ingredients__tab-icon--sun{color:#ea580c}.shop-ingredients__tab-icon--moon{color:#0284c7}.shop-ingredients__panel{background:#fff;border-radius:20px;padding:clamp(1rem,3vw,1.75rem);box-shadow:0 12px 48px #11182714}.shop-ingredients__panel--sleep{background:#0f1117;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 56px #0000008c,0 0 0 1px #ffffff0a inset}.shop-ingredients__panel[hidden]{display:none}.shop-ingredients__grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline:.25rem;overscroll-behavior-x:contain;padding-bottom:.35rem;margin-bottom:-.15rem}.shop-ingredient-card{display:flex;flex-direction:column;flex:0 0 auto;width:min(82vw,320px);min-width:min(82vw,280px);scroll-snap-align:start;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px #0000000f;border:1px solid rgba(0,0,0,.06)}.shop-ingredient-card__media{aspect-ratio:5 / 3;background:#e5e7eb;overflow:hidden}.shop-ingredient-card__media img{width:100%;height:100%;object-fit:cover;display:block}.shop-ingredient-card__body{flex:1;padding:1rem 1rem 1.15rem;background:#f5f2ed;font-family:var(--shop-font);font-size:.8125rem;line-height:1.5;color:#0a0a0a}.shop-ingredient-card__title{margin:0 0 .4rem;font-size:.9375rem;font-weight:700;line-height:1.25;letter-spacing:-.01em}.shop-ingredient-card__desc{margin:0 0 .75rem;color:#0a0a0ae0}.shop-ingredient-card__meta{margin:0 0 .5rem;color:#0a0a0ae0}.shop-ingredient-card__meta:last-child{margin-bottom:0}.shop-ingredient-card__meta strong{font-weight:700;color:#000}.shop-ingredients__panel--sleep .shop-ingredient-card{background:#14161c;border-color:#ffffff14;box-shadow:0 2px 12px #00000059}.shop-ingredients__panel--sleep .shop-ingredient-card__media{background:#0a0a0f}.shop-ingredients__panel--sleep .shop-ingredient-card__body{background:#1c1f28;color:#f8fafceb}.shop-ingredients__panel--sleep .shop-ingredient-card__desc,.shop-ingredients__panel--sleep .shop-ingredient-card__meta{color:#e2e8f0d1}.shop-ingredients__panel--sleep .shop-ingredient-card__meta strong{color:#f8fafc}.shop-timeline{padding:clamp(2.5rem,5vw,4rem) 0;background:#fff}.shop-timeline--offer-bg{background:#f6f6f4}.shop-inner--timeline{max-width:1120px}.shop-timeline__title{margin:0 0 1.25rem;font-family:var(--shop-font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-align:center;color:#0a0a0a}.shop-timeline__intro{margin:0 auto 2.25rem;max-width:40rem;text-align:center}.shop-timeline__intro .shop-timeline__subtitle{margin:0 0 1.25rem}.shop-timeline__planner-btn{width:auto;padding:.65rem 1.35rem;font-size:.6875rem}.shop-timeline__subtitle{margin:0 auto 2.25rem;max-width:40rem;font-family:var(--shop-font);font-size:clamp(.875rem,2vw,1rem);font-weight:400;line-height:1.62;text-align:center;color:#0a0a0ac7}.shop-timeline__list{list-style:none;margin:0;padding:0 .5rem;position:relative;display:flex;flex-direction:column;gap:0;counter-reset:shop-timeline-step 0}.shop-timeline__list:before{content:"";position:absolute;left:50%;top:10px;bottom:10px;width:2px;background:#0a0a0a;transform:translate(-50%);z-index:0}.shop-timeline__list:after{content:"";position:absolute;left:50%;top:0;width:10px;height:10px;background:#0a0a0a;border-radius:50%;transform:translate(-50%);z-index:1}.shop-timeline__list>.shop-timeline__item:last-child:after{content:"";position:absolute;left:50%;bottom:0;width:10px;height:10px;background:#0a0a0a;border-radius:50%;transform:translate(-50%);z-index:1;pointer-events:none}.shop-timeline__item{--timeline-orb: clamp(5.75rem, 34vw, 7.5rem);counter-increment:shop-timeline-step;position:relative;z-index:1;display:flex;flex-direction:row;align-items:stretch;gap:0;padding:clamp(1.25rem,4vw,1.85rem) 0}.shop-timeline__item--mod-left .shop-timeline__main{order:1}.shop-timeline__item--mod-left .shop-timeline__spine{order:2}.shop-timeline__item--mod-left .shop-timeline__aside{order:3}.shop-timeline__item--mod-right .shop-timeline__aside{order:1}.shop-timeline__item--mod-right .shop-timeline__spine{order:2}.shop-timeline__item--mod-right .shop-timeline__main{order:3}.shop-timeline__main{flex:1;min-width:0;position:relative;z-index:2}.shop-timeline__item--mod-left .shop-timeline__main{text-align:left;padding-right:.35rem}.shop-timeline__item--mod-right .shop-timeline__main{text-align:right;padding-left:.35rem}.shop-timeline__spine{position:relative;width:18px;flex-shrink:0;z-index:1}.shop-timeline__pill-row{display:flex;flex-direction:row;align-items:center;width:100%;min-width:0;margin-bottom:.5rem}.shop-timeline__item--mod-left .shop-timeline__pill-row{justify-content:flex-start}.shop-timeline__item--mod-right .shop-timeline__pill-row{justify-content:flex-end}.shop-timeline__arm--to-spine{flex:1 1 auto;min-width:1rem;height:0;align-self:center;border-top:2px solid #0a0a0a}.shop-timeline__item--mod-left .shop-timeline__arm--to-spine{margin-right:-11px}.shop-timeline__item--mod-right .shop-timeline__arm--to-spine{margin-left:-11px}.shop-timeline__pill-row .shop-timeline__pill{margin-bottom:0;flex-shrink:0}.shop-timeline__aside{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}.shop-timeline__img-wrap{width:var(--timeline-orb);height:var(--timeline-orb);flex-shrink:0;border-radius:50%;overflow:hidden;background:#e5e7eb;box-shadow:0 0 0 3px #fff,0 4px 28px #3b82f652}.shop-timeline__img{display:block;width:100%;height:100%;object-fit:cover}.shop-timeline__tick{display:none;width:2px;height:1.25rem;margin-top:.4rem;background:#0a0a0a}.shop-timeline__pill{display:inline-block;margin-bottom:.5rem;padding:.35rem .85rem;border-radius:999px;font-family:var(--shop-font);font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#0a0a0a}.shop-timeline__pill:before{content:counter(shop-timeline-step) ": ";letter-spacing:.1em}.shop-timeline__text{margin:0;font-family:var(--shop-font);font-size:.9375rem;font-weight:400;line-height:1.65;color:#0a0a0ae0}@media (min-width: 900px){.shop-timeline__list{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 .65rem;padding:0;padding-top:.25rem;border-left:none}.shop-timeline__list:before{content:"";position:absolute;left:2%;right:2%;top:clamp(6.75rem,11vw,8.85rem);bottom:auto;width:auto;height:2px;background:#0a0a0a;transform:none;z-index:0}.shop-timeline__list:after{display:none}.shop-timeline__list>.shop-timeline__item:last-child:after{display:none}.shop-timeline__item{position:relative;z-index:1;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;text-align:center;gap:0;padding:0}.shop-timeline__spine,.shop-timeline__arm--to-spine{display:none}.shop-timeline__pill-row{display:contents}.shop-timeline__item--mod-left .shop-timeline__aside{order:1;width:100%;flex:none}.shop-timeline__item--mod-left .shop-timeline__main{order:2;width:100%;flex:none;text-align:center;padding-left:0;padding-right:0}.shop-timeline__item--mod-right .shop-timeline__aside{order:1;width:100%;flex:none}.shop-timeline__item--mod-right .shop-timeline__main{order:2;width:100%;flex:none;text-align:center;padding-left:0;padding-right:0}.shop-timeline__aside{flex-direction:column;justify-content:flex-start;align-items:center;margin-bottom:0}.shop-timeline__img-wrap{width:clamp(5.5rem,10vw,7.25rem);height:clamp(5.5rem,10vw,7.25rem);margin:0 auto}.shop-timeline__tick{display:block;flex-shrink:0;margin-top:.5rem;margin-bottom:.65rem}.shop-timeline__main{padding:0 .25rem}.shop-timeline__pill{margin-bottom:.65rem}}.shop-offer-detail{--od-green-bar: #4e9bb6;--od-mint: #eaf3f6;--od-mint-active: #d5ebf1;--od-check: #4e9bb6;padding:clamp(2.5rem,6vw,4rem) 0;background:#f6f6f4;font-family:var(--shop-font);color:#0a0a0a}.shop-inner--offer-detail{max-width:1140px}.shop-offer-detail__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:clamp(1.75rem,4vw,3rem);align-items:start}.shop-offer-detail__gallery-col{min-width:0;align-self:start}.shop-offer-detail__gallery{display:flex;flex-direction:column;min-height:0;min-width:0;width:100%;max-width:100%;overflow:visible}body.purity-modal-open{overflow:hidden}.purity-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:flex-end;justify-content:center;padding:0;box-sizing:border-box}.purity-modal[hidden]{display:none!important}.purity-modal__backdrop{position:absolute;inset:0;background:#0f172a85;backdrop-filter:blur(2px);opacity:1;transition:opacity .34s ease}.purity-modal__sheet{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-height:100dvh;max-height:100vh;background:#fff;border-radius:1.15rem;box-shadow:0 -8px 40px #0000002e;overflow:hidden;font-family:var(--shop-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:#111827}.purity-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .75rem .5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.purity-modal__header-spacer{width:2.75rem;height:2.75rem;flex-shrink:0}.purity-modal__bar-title{flex:1;min-width:0;margin:0;text-align:center;font-size:.72rem;font-weight:800;letter-spacing:.16em;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purity-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:.45rem;background:transparent;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer}.purity-modal__close:hover{color:#0f172a}.purity-modal__close:focus-visible{outline:2px solid #4e9bb6;outline-offset:2px}.purity-modal__scroll{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:1rem 1.1rem 1.25rem;text-align:center}.purity-modal__lede{margin:0 auto 1.1rem;max-width:26rem;font-size:.875rem;line-height:1.5;color:#4b5563}.purity-modal__field{display:block;margin:0 auto 1rem;max-width:22rem;text-align:left}.purity-modal__select{width:100%;padding:.65rem 2.25rem .65rem .85rem;border:1px solid #d1d5db;border-radius:.65rem;font:inherit;font-size:.875rem;font-weight:600;color:#111827;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E") no-repeat right .75rem center;appearance:none;cursor:pointer}.purity-modal__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:1rem}.purity-modal__tab{padding:.45rem .95rem;border:none;border-radius:999px;font:inherit;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#f3f4f6;color:#4b5563;transition:background .15s ease,color .15s ease}.purity-modal__tab--active{background:#dbeafe;color:#1e40af}.purity-modal__tab:focus-visible{outline:2px solid #4e9bb6;outline-offset:2px}.purity-modal__table-wrap{max-width:26rem;width:100%;margin:0 auto;text-align:left;border:1px solid #e5e7eb;border-radius:.75rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background:#fff}.purity-modal__table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.78rem;line-height:1.35}.purity-modal__table thead{background:#fafafa}.purity-modal__table th{padding:.5rem;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb}.purity-modal__table td{padding:.52rem .5rem;vertical-align:middle;color:#111827;white-space:nowrap;border-bottom:1px solid #f3f4f6}.purity-modal__table tbody tr:last-child td{border-bottom:none}.purity-modal__badge{display:inline-block;padding:.18rem .38rem;border-radius:.35rem;font-size:.58rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#15803d;background:#dcfce7;white-space:nowrap}.purity-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom,0));border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.purity-modal__tested{margin:0;font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.purity-modal__pager{display:flex;align-items:center;gap:.5rem}.purity-modal__pager-btn{width:2rem;height:2rem;padding:0;border:1px solid #e5e7eb;border-radius:.4rem;background:#fff;font-size:1.1rem;line-height:1;color:#374151;cursor:pointer}.purity-modal__pager-btn:disabled{opacity:.35;cursor:not-allowed}.purity-modal__pager-label{font-size:.75rem;font-weight:600;color:#6b7280}@media (max-width: 639px){.purity-modal:not([hidden]):not(.purity-modal--open) .purity-modal__backdrop{opacity:0}.purity-modal:not([hidden]).purity-modal--open .purity-modal__backdrop{opacity:1}.purity-modal{padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.purity-modal__sheet{transform:translate3d(0,108%,0);transition:transform .42s cubic-bezier(.32,.72,0,1);will-change:transform;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));border-bottom-left-radius:0;border-bottom-right-radius:0}.purity-modal:not([hidden]).purity-modal--open .purity-modal__sheet{transform:translateZ(0)}.purity-modal__header{position:sticky;top:0;z-index:2;background:#fff}.purity-modal__bar-title{font-size:.72rem;letter-spacing:.1em}.purity-modal__lede,.purity-modal__select{font-size:.9375rem}.purity-modal__tab{font-size:.8125rem}.purity-modal__table{font-size:.875rem}.purity-modal__table th{font-size:.68rem}.purity-modal__table th,.purity-modal__table td{padding:.58rem .55rem}.purity-modal__badge{font-size:.62rem;padding:.2rem .42rem}.purity-modal__tested{font-size:.72rem}.purity-modal__pager-label{font-size:.8125rem}.clinicians-choice__card{padding:.45rem .5rem;border-radius:12px;gap:.3rem}.clinicians-choice__sub{font-size:.7rem}}@media (max-width: 639px) and (prefers-reduced-motion: reduce){.purity-modal__sheet,.purity-modal__backdrop{transition-duration:.01ms}}@media (min-width: 640px){.purity-modal{align-items:center;padding:1.5rem}.purity-modal__sheet{width:100%;max-width:28rem;max-height:min(90vh,46rem);border-radius:1rem;box-shadow:0 24px 80px #0003,0 0 0 1px #0000000a;transform:none!important;transition:none;will-change:auto}.purity-modal__table-wrap{max-width:none}}.shop-offer-detail__purity-reports-btn{display:flex;align-items:center;justify-content:center;width:100%;margin-top:.85rem;padding:.75rem .85rem;box-sizing:border-box;border-radius:999px;border:2px solid #0a0a0a;background:transparent;color:#0a0a0a;font-family:inherit;font-size:.75rem;font-weight:700;letter-spacing:.03em;text-decoration:none;text-align:center;line-height:1.35;text-wrap:balance;transition:opacity .15s ease,background-color .15s ease}button.shop-offer-detail__purity-reports-btn{cursor:pointer;appearance:none}.shop-offer-detail__purity-reports-btn:hover{opacity:.92;background:#0a0a0a0a}.shop-offer-detail__purity-reports-btn:focus-visible{outline:2px solid var(--od-green-bar);outline-offset:3px}.shop-offer-detail__practitioner-badge-slot--mobile{display:none}.clinicians-choice{display:flex;justify-content:center;width:100%;margin-top:.55rem;opacity:.35}.clinicians-choice__card{display:flex;align-items:center;justify-content:center;gap:.4rem;max-width:22rem;width:100%;box-sizing:border-box;padding:.5rem .65rem;border-radius:14px;border:none;background:transparent;box-shadow:none}.clinicians-choice__wreath{flex-shrink:0;display:block;height:3.5rem;width:auto;max-width:min(22vw,2.25rem);object-fit:contain;filter:brightness(0)}.clinicians-choice__body{display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:0;text-align:center}.clinicians-choice__heading{display:flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:wrap}.clinicians-choice__medical{flex-shrink:0;display:block;width:1.5rem;height:1.5rem;object-fit:contain;filter:brightness(0)}.clinicians-choice__title{font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(.9rem,3.2vw,1.05rem);font-weight:600;letter-spacing:.01em;color:#0a0a0a;line-height:1.2}.clinicians-choice__sub{margin:0;font-size:.75rem;line-height:1.35;font-weight:500;color:#0a0a0a}.clinicians-choice__count{font-family:var(--shop-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-weight:800;font-variant-numeric:tabular-nums;color:#0a0a0a}.clinicians-choice__sub-muted{font-weight:500;color:#0a0a0a}.shop-offer-detail__copy-col{min-width:0;display:flex;flex-direction:column;gap:clamp(1.75rem,3vw,2.25rem);align-self:start}@media (min-width: 901px){.shop-offer-detail__gallery-col{position:sticky;top:calc(var(--shop-topbar-height, 2.5rem) + 4.25rem + .75rem);align-self:start}body.listicle-page .shop-offer-detail__gallery-col{top:1rem}}.shop-offer-detail__product{display:flex;flex-direction:column;gap:.85rem}.shop-offer-detail__rating-row{margin:0;display:flex;flex-wrap:nowrap;align-items:center;gap:.45rem .6rem;line-height:1.2}.shop-offer-detail__stars{margin:0;font-size:1rem;letter-spacing:.08em;color:var(--od-check);line-height:1}.shop-offer-detail__rating-link{font-size:.875rem;font-weight:600;color:#0a0a0a;text-decoration:none}.shop-offer-detail__rating-link:hover{opacity:.75;text-decoration:underline;text-underline-offset:.12em}.shop-offer-detail__product-title{margin:0;font-size:clamp(1.5rem,3.2vw,2rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#0a0a0a}.shop-offer-detail__product-lede{margin:0;font-size:.9375rem;line-height:1.55;color:#0a0a0ad1}.shop-offer-detail__checks{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem}.shop-offer-detail__checks li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.45;color:#0a0a0a}.shop-offer-detail__check-ic{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.12rem;color:var(--od-check)}.shop-offer-detail__divider{margin:.25rem 0 0;border:none;border-top:1px solid #0a0a0a}.shop-offer-detail__purchase{display:flex;flex-direction:column;gap:1.1rem}.shop-offer-detail__field-label-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1.25rem}.shop-offer-detail__field-title{margin:0;font-size:.9375rem;font-weight:700;color:#0a0a0a}.shop-offer-detail__qty-toggle{--qty-toggle-gap: 3px;--qty-toggle-pad: 3px;--qty-segment-w: calc((100% - (var(--qty-toggle-pad) * 2) - (var(--qty-toggle-gap) * 2)) / 3);position:relative;display:flex;width:100%;box-sizing:border-box;padding:var(--qty-toggle-pad);border-radius:999px;background:#e8e6e3;box-shadow:inset 0 2px 5px #0a0a0a17,inset 0 1px 1px #0a0a0a0f,inset 0 0 0 1px #0a0a0a0d;border:none;gap:var(--qty-toggle-gap)}.shop-offer-detail__qty-toggle:before{content:"";position:absolute;top:var(--qty-toggle-pad);bottom:var(--qty-toggle-pad);left:var(--qty-toggle-pad);width:var(--qty-segment-w);border-radius:999px;background:#f6f6f4;box-shadow:0 3px 8px #0a0a0a1c,0 1px 3px #0a0a0a12,0 0 0 1px #0a0a0a0d;z-index:0;pointer-events:none;transition:left .28s cubic-bezier(.4,0,.2,1)}.shop-offer-detail__qty-toggle[data-active-trips="2"]:before{left:calc(var(--qty-toggle-pad) + var(--qty-segment-w) + var(--qty-toggle-gap))}.shop-offer-detail__qty-toggle[data-active-trips="5"]:before{left:calc(var(--qty-toggle-pad) + (var(--qty-segment-w) + var(--qty-toggle-gap)) * 2)}.shop-offer-detail__qty-thumb{display:none}.shop-offer-detail__qty-opt{position:relative;z-index:1;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.65rem .35rem;border:none;border-radius:999px;font-family:inherit;color:#1c1c1e;background:transparent;cursor:pointer;text-align:center;line-height:1.15;transition:color .2s ease}.shop-offer-detail__qty-opt:focus-visible{outline:2px solid #4e9bb6;outline-offset:3px}.shop-offer-detail__qty-num{font-size:1.0625rem;font-weight:700}.shop-offer-detail__qty-label{font-size:clamp(.5625rem,1.9vw,.6875rem);font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#1c1c1e;max-width:100%}.shop-offer-detail__qty-opt.is-active .shop-offer-detail__qty-num{font-weight:800}.shop-offer-detail__offer-features{display:contents;margin:0;padding:0;list-style:none;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--od-green-bar)}.shop-offer-detail__offer-features>li{display:contents}.shop-offer-detail__offer-features .shop-offer-detail__gift-row{display:contents}.shop-offer-detail__gift-copy{grid-column:2;min-width:0}.shop-offer-detail__offer-features svg{grid-column:1;width:14px;height:14px;justify-self:start;align-self:center}.shop-offer-detail__gift-prices{display:contents}.shop-offer-detail__gift-now{grid-column:3;justify-self:end;text-align:right;width:100%;font-size:1rem;font-weight:700;color:var(--od-green-bar);text-transform:none;letter-spacing:normal;line-height:1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;white-space:nowrap}.shop-offer-detail__gift-prices--headline .shop-offer-detail__gift-now{grid-row:1;color:#0a0a0a}.shop-offer-detail__gift-was{grid-column:4;justify-self:end;text-align:right;width:100%;margin:0;font-size:.8125rem;font-weight:500;color:#4e9bb694;text-decoration:line-through;text-decoration-thickness:1px;text-transform:none;letter-spacing:normal;line-height:1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;white-space:nowrap}.shop-offer-detail__gift-prices--headline .shop-offer-detail__gift-was{grid-row:1;color:#0a0a0a66}.shop-offer-detail__offer-features .shop-offer-detail__feature-rest{grid-column:2 / -1;min-width:0}@media (prefers-reduced-motion: reduce){.shop-offer-detail__qty-toggle:before{transition:none}}.shop-offer-detail__offers{margin:0;padding:0;border:none;display:flex;flex-direction:column;gap:.75rem}.shop-offer-detail__legend{padding:0;margin:0 0 .5rem;font-size:.9375rem;font-weight:700;color:#0a0a0a}.shop-offer-detail__offer{display:block;margin:0;cursor:pointer}.shop-offer-detail__offer-shell{display:block;border-radius:14px;border:1px solid rgba(0,0,0,.2);background:#fff;overflow:hidden;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.shop-offer-detail__offer--onetime .shop-offer-detail__offer-shell{background:linear-gradient(180deg,#fff,#f6f6f4)}.shop-offer-detail__offer-input:focus-visible+.shop-offer-detail__offer-shell{outline:2px solid #4e9bb6;outline-offset:2px}.shop-offer-detail__offer-input:checked+.shop-offer-detail__offer-shell{border-color:#0a0a0a;background:var(--od-mint);box-shadow:0 0 0 1px #0a0a0a}.shop-offer-detail__offer--onetime .shop-offer-detail__offer-input:checked+.shop-offer-detail__offer-shell{background:linear-gradient(180deg,#fff,#f6f6f4)}.shop-offer-detail__offer-ribbon{display:block;padding:.4rem .75rem;font-size:.6875rem;font-weight:800;letter-spacing:.06em;text-align:center;text-transform:uppercase;color:#fff;background:var(--od-green-bar)}.shop-offer-detail__offer-body{display:flex;gap:.65rem;padding:.85rem 1rem 1rem;align-items:flex-start}.shop-offer-detail__fake-radio{flex-shrink:0;width:1.125rem;height:1.125rem;border-radius:999px;border:2px solid rgba(0,0,0,.25);margin-top:.15rem;position:relative;background:#fff}.shop-offer-detail__offer-input:checked+.shop-offer-detail__offer-shell .shop-offer-detail__fake-radio{border-color:var(--od-green-bar)}.shop-offer-detail__offer-input:checked+.shop-offer-detail__offer-shell .shop-offer-detail__fake-radio:after{content:"";position:absolute;inset:3px;border-radius:inherit;background:var(--od-green-bar)}.shop-offer-detail__offer-main{--offer-price-now-col: 4rem;--offer-price-was-col: 4rem;flex:1;min-width:0;display:grid;grid-template-columns:14px minmax(0,1fr) var(--offer-price-now-col) var(--offer-price-was-col);column-gap:.75rem;row-gap:.35rem;align-items:center}.shop-offer-detail__offer-main:before{content:"";grid-column:1;grid-row:1;width:14px;height:14px}.shop-offer-detail__offer-name{grid-column:2;grid-row:1;margin:0;font-size:.9375rem;font-weight:700;color:#0a0a0a}.shop-offer-detail__offer-sub{margin:0;grid-column:2 / -1;font-size:.75rem;color:#0a0a0a8c}.shop-offer-detail__no-shipping{display:contents}.shop-offer-detail__no-shipping svg{grid-column:1;width:14px;height:14px;justify-self:start;align-self:center;color:#b91c1c}.shop-offer-detail__no-shipping .shop-offer-detail__feature-rest{grid-column:2 / -1;min-width:0;margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#b91c1c}.shop-offer-detail__offer-features li[hidden]{display:none}.shop-offer-detail__offer-features li strong{font-weight:800}.shop-offer-detail__free-gifts{display:contents}.shop-offer-detail__free-gifts[hidden]{display:none}.shop-offer-detail__free-gifts-lede{grid-column:1 / -1;margin:1.35rem 0 1rem;font-size:.9375rem;font-weight:400;line-height:1.45;letter-spacing:normal;text-transform:none;color:#0a0a0a}.shop-offer-detail__free-gifts-img{grid-column:1 / -1;display:block;width:calc(100% - 1.3rem);max-width:calc(100% - 1.3rem);height:auto;justify-self:center;margin-bottom:.35rem;border:none;outline:none;box-shadow:none}.shop-offer-detail__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;border-radius:9999px;border:none;font-family:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;text-align:center;color:#fff;background:var(--od-green-bar);box-shadow:0 3px #3d839c;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .1s ease}.shop-offer-detail__cta:hover{background:#5aabbd;transform:translateY(2px);box-shadow:0 1px #3d839c}.shop-offer-detail__cta:active{transform:translateY(3px);box-shadow:none}.shop-offer-detail__guarantee-banner{margin:clamp(.35rem,1vw,.5rem) 0 0;text-align:center;font-size:.6875rem;font-weight:700;letter-spacing:.12em;line-height:1.45;text-transform:uppercase;color:#0a0a0a}.shop-offer-detail__guarantee-dot{margin:0 .35em;font-weight:400;opacity:.65}.shop-offer-detail__foldables{margin:clamp(.85rem,2.2vw,1.15rem) 0 0;border-top:1px solid rgba(10,10,10,.12);border-bottom:1px solid rgba(10,10,10,.12)}.shop-offer-detail__fold{border-top:1px solid rgba(10,10,10,.12)}.shop-offer-detail__fold:first-child{border-top:none}.shop-offer-detail__fold-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-size:.9375rem;font-weight:700;line-height:1.3;color:#0a0a0a;cursor:pointer;list-style:none}.shop-offer-detail__fold-summary::-webkit-details-marker{display:none}.shop-offer-detail__fold-summary:after{content:"+";flex-shrink:0;width:1.5rem;text-align:center;font-size:1.25rem;font-weight:300;line-height:1;color:#0a0a0a;transition:transform .2s ease}.shop-offer-detail__fold[open] .shop-offer-detail__fold-summary:after{content:"\2212"}.shop-offer-detail__fold-summary:focus{outline:none}.shop-offer-detail__fold-summary:focus-visible{outline:2px solid var(--od-green-bar);outline-offset:2px}.shop-offer-detail__fold-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1);padding:0;margin:0}.shop-offer-detail__fold[open] .shop-offer-detail__fold-panel{grid-template-rows:1fr}.shop-offer-detail__fold-panel-inner{min-height:0;overflow:hidden;padding:0 1.75rem 1rem 0;opacity:0;transform:translateY(-6px)}.shop-offer-detail__fold[open] .shop-offer-detail__fold-panel-inner{opacity:1;transform:translateY(0);transition:opacity .32s ease .05s,transform .38s cubic-bezier(.22,1,.36,1) .04s}.shop-offer-detail__fold-panel-inner p{margin:0 0 .75rem;font-size:.875rem;line-height:1.6;color:#0a0a0ab8}.shop-offer-detail__fold-panel-inner p:last-child{margin-bottom:0}@media (prefers-reduced-motion: reduce){.shop-offer-detail__fold-panel{transition:none}.shop-offer-detail__fold-panel-inner{transition:none;transform:none;opacity:1}.shop-offer-detail__fold:not([open]) .shop-offer-detail__fold-panel-inner{opacity:0}}.shop-offer-detail__fold-link{color:var(--od-green-bar);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.shop-offer-detail__fold-link:hover{opacity:.88}@media (max-width: 639px){.shop-offer-detail__fold-panel-inner{padding-right:0}}.shop-offer-detail__tastes{margin-top:clamp(.65rem,1.8vw,.95rem);padding-top:0}.shop-offer-detail__packed{margin-top:clamp(.65rem,1.8vw,.95rem);padding-top:clamp(.65rem,1.8vw,.95rem);border-top:1px solid rgba(10,10,10,.08)}.shop-offer-detail__tastes-flavors{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem .55rem;align-items:start;justify-items:center}.shop-offer-detail__tastes-flavors .shop-offer-detail__packed-item{flex-direction:column;align-items:center;text-align:center;gap:.4rem}.shop-offer-detail__tastes-flavors .shop-offer-detail__packed-icon{width:2.85rem;height:2.85rem;font-size:1.45rem}.shop-offer-detail__tastes-flavors .shop-offer-detail__packed-label{font-size:clamp(.65rem,2.15vw,.8125rem);line-height:1.2}.shop-offer-detail__packed-heading{margin:0 0 clamp(.45rem,1.5vw,.65rem);text-align:center;font-size:clamp(.95rem,2vw,1.15rem);font-weight:700;letter-spacing:-.02em;color:#0a0a0a}.shop-offer-detail__packed-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem .4rem;align-items:center;justify-items:stretch}.shop-offer-detail__packed-grid .shop-offer-detail__packed-item{width:100%;justify-content:flex-start}.shop-offer-detail__packed-grid .shop-offer-detail__packed-label{font-size:clamp(.65rem,2.15vw,.8125rem);line-height:1.2}.shop-offer-detail__packed-item{display:flex;flex-direction:row;align-items:center;gap:.35rem;min-width:0;text-align:left}.shop-offer-detail__packed-icon{width:1.85rem;height:1.85rem;border-radius:50%;background:var(--od-mint);display:flex;align-items:center;justify-content:center;font-size:.95rem;line-height:1;flex-shrink:0}.shop-offer-detail__packed-icon--svg{font-size:0}.shop-offer-detail__packed-icon--svg svg{width:14px;height:14px;display:block}.shop-offer-detail__packed-label{font-size:clamp(.55rem,1.85vw,.625rem);font-weight:600;text-transform:uppercase;letter-spacing:.035em;color:#0a0a0a;line-height:1.15}@media (max-width: 900px){.shop-offer-detail__grid{grid-template-columns:minmax(0,1fr)}.shop-offer-detail__gallery-col{order:-1;position:static;top:auto}.shop-offer-detail__gallery{min-width:0}.shop-offer-detail__practitioner-badge-slot--desktop{display:none}.shop-offer-detail__practitioner-badge-slot--mobile{display:block}.shop-offer-detail__practitioner-badge-slot--mobile .clinicians-choice{margin-top:.65rem;justify-content:flex-start}.shop-offer-detail__practitioner-badge-slot--mobile .clinicians-choice__card{justify-content:flex-start;width:auto;max-width:100%}.shop-offer-detail__practitioner-badge-slot--mobile .clinicians-choice__body{align-items:flex-start;text-align:left}.shop-offer-detail__practitioner-badge-slot--mobile .clinicians-choice__heading{justify-content:flex-start}}.shop-testimonials{padding:clamp(2.75rem,7vw,4.5rem) 0 clamp(2.5rem,6vw,3.75rem);background:#fff;font-family:var(--shop-font);color:#0a0a0a}.shop-inner--testimonials{max-width:1180px}.shop-testimonials__title{margin:0 0 .5rem;font-size:clamp(1.65rem,3.8vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;text-align:center;color:#0a0a0a}.shop-testimonials__lede{margin:0 auto 1.75rem;max-width:36rem;font-size:.9375rem;line-height:1.55;text-align:center;color:#0a0a0a9e}.shop-testimonials__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem .5rem;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.shop-testimonials__tab{padding:.5rem 1rem;border-radius:999px;font-family:inherit;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:1px solid #0a0a0a;background:#fff;color:#0a0a0a;transition:background .15s ease,color .15s ease,border-color .15s ease}.shop-testimonials__tab:hover{background:#ffffffd9}.shop-testimonials__tab--active{background:#4e9bb6;border-color:#4e9bb6;color:#fff}.shop-testimonials__tab--active:hover{background:#3d8499;border-color:#3d8499;color:#fff}.shop-testimonials__panels{margin-bottom:clamp(1.5rem,4vw,2rem)}.shop-testimonials__quotes{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.25rem);margin-bottom:clamp(1.75rem,5vw,2.75rem);text-align:center}@media (min-width: 768px){.shop-testimonials__quotes{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1.75rem;align-items:start}}.shop-testimonials__quote{margin:0;padding:0}.shop-testimonials__stars{margin:0 0 .65rem;font-size:.95rem;line-height:1;letter-spacing:.12em;color:#4e9bb6}.shop-testimonials__quote-body-wrap{margin:0;padding:0;border:none}.shop-testimonials__quote-headline{margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.3;color:#0a0a0a}.shop-testimonials__quote-text{margin:0;font-size:.875rem;font-weight:400;line-height:1.65;color:#0a0a0ac7}.shop-testimonials__quote-by{display:inline;margin:0;font-size:.65rem;font-weight:600;letter-spacing:.04em;color:#0a0a0a80;white-space:nowrap}.shop-testimonials__videos{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.65rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:.35rem;margin-bottom:clamp(1.75rem,4vw,2.5rem);scroll-snap-type:x mandatory;scrollbar-width:thin}.shop-testimonials__videos::-webkit-scrollbar{height:6px}.shop-testimonials__videos::-webkit-scrollbar-thumb{background:#0a0a0a26;border-radius:999px}.shop-testimonials__video-card{position:relative;flex:0 0 min(42vw,9.5rem);max-width:9.5rem;aspect-ratio:9 / 16;border:none;border-radius:12px;padding:0;cursor:pointer;overflow:hidden;background:#d1dde2;scroll-snap-align:start;box-shadow:0 6px 24px #0a0a0a1a;transition:transform .15s ease,box-shadow .15s ease}@media (min-width: 900px){.shop-testimonials__video-card{flex:1 1 0;min-width:0;max-width:none}}.shop-testimonials__video-card:hover{transform:translateY(-2px);box-shadow:0 10px 32px #0a0a0a24}.shop-testimonials__video-card:focus-visible{outline:2px solid #4e9bb6;outline-offset:3px}.shop-testimonials__video-badge{position:absolute;top:.45rem;left:50%;transform:translate(-50%);z-index:2;padding:.2rem .45rem;border-radius:4px;font-size:.5625rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;color:#fff;background:#4e9bb6;box-shadow:0 2px 8px #0a0a0a33}.shop-testimonials__video-placeholder{position:absolute;inset:0;background:linear-gradient(165deg,#c5d5dc,#9eb4bf 48%,#dfe9ee)}.shop-testimonials__video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.shop-testimonials__photos{width:fit-content;max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:clamp(1.75rem,4vw,2.5rem);justify-content:center}.shop-testimonials__photo-card{flex:0 0 min(42vw,9.5rem);max-width:9.5rem;margin:0;scroll-snap-align:start;border-radius:.85rem;overflow:hidden;background:#f3f4f6;aspect-ratio:3 / 4}.shop-testimonials__photo-img{display:block;width:100%;height:100%;object-fit:cover}@media (min-width: 640px){.shop-testimonials__photo-card{flex-basis:min(28vw,11rem);max-width:11rem}}.shop-faq-block{padding:clamp(3rem,8vw,5.5rem) 0 clamp(4rem,10vw,6rem);background:#0a0a0a;color:#fff;font-family:var(--shop-font)}.shop-inner--faq-block{max-width:1120px;display:flex;flex-direction:column;gap:2.5rem;align-items:stretch}.shop-faq-block__title{margin:0 0 1.25rem;font-size:clamp(1.75rem,4.2vw,2.75rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;color:#fff}.shop-faq-block__lede{margin:0;max-width:22rem;font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:400;line-height:1.6;color:#ffffffb8}@media (max-width: 899px){.shop-inner--faq-block{align-items:center}.shop-faq-block__intro{display:contents}.shop-faq-block__title{order:1;text-align:center;width:100%;margin-bottom:0}.shop-faq-block__accordion{order:2;align-self:stretch;width:100%}.shop-faq-block__lede{order:3;text-align:center;max-width:min(100%,26rem);width:100%;margin-inline:auto}}@media (min-width: 900px){.shop-inner--faq-block{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr);gap:3rem 4.5rem;align-items:start}.shop-faq-block__intro{display:block}.shop-faq-block__title{text-align:left;margin:0 0 1.25rem}.shop-faq-block__lede{text-align:left;max-width:22rem;margin-inline:0}.shop-faq-block__accordion{width:auto}}.shop-faq-block__link{color:#fff;text-decoration:underline;text-underline-offset:3px;transition:opacity .15s ease}.shop-faq-block__link:hover{opacity:.85}.shop-faq-block__accordion{width:100%;border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}.shop-faq-block__item{border-top:1px solid rgba(255,255,255,.22)}.shop-faq-block__item:first-child{border-top:none}.shop-faq-block__summary{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.15rem 0;font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:500;line-height:1.35;color:#fff;cursor:pointer;list-style:none}.shop-faq-block__summary::-webkit-details-marker{display:none}.shop-faq-block__summary:after{content:"+";flex-shrink:0;width:1.5rem;text-align:center;font-size:1.35rem;font-weight:300;line-height:1;color:#ffffffe6;transition:transform .2s ease}.shop-faq-block__item[open] .shop-faq-block__summary:after{content:"\2212"}.shop-faq-block__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.22,1,.36,1);padding:0;margin:0}.shop-faq-block__item[open] .shop-faq-block__panel{grid-template-rows:1fr}.shop-faq-block__panel-inner{min-height:0;overflow:hidden;padding:0 1.75rem 1.25rem 0;opacity:0;transform:translateY(-6px);transition:opacity .32s ease .05s,transform .38s cubic-bezier(.22,1,.36,1) .04s}.shop-faq-block__item[open] .shop-faq-block__panel-inner{opacity:1;transform:translateY(0)}.shop-faq-block__item:not([open]) .shop-faq-block__panel-inner{transition:opacity .2s ease,transform .28s ease}.shop-faq-block__panel-inner p{margin:0;font-size:.9375rem;line-height:1.65;color:#ffffffb3}@media (max-width: 899px){.shop-faq-block__panel-inner{padding-right:0}}@media (prefers-reduced-motion: reduce){.shop-faq-block__panel{transition:none}.shop-faq-block__panel-inner{transition:none;transform:none;opacity:1}.shop-faq-block__item:not([open]) .shop-faq-block__panel-inner{opacity:0}}.shop-reviews-embed{padding:clamp(1.5rem,4vw,2.25rem) 0 clamp(.35rem,1.5vw,.65rem);background:#f4f4f1;color:#0a0a0a;font-family:var(--shop-font)}.shop-reviews-embed__inner{max-width:900px;margin:0 auto}.shop-reviews-embed__header{padding:0 0 .65rem;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.08)}.shop-reviews-embed__header-row{display:flex;justify-content:center;align-items:center}.shop-reviews-embed__header-main{text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.shop-reviews-embed__gold-wrap{display:flex;justify-content:center;margin:0;padding:0}.shop-reviews-embed__gold{display:block;height:clamp(3rem,7.5vw,4.25rem);width:auto;flex-shrink:0}.shop-reviews-embed__title{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:#0a0a0a;line-height:1.12}.shop-reviews-embed__rating-row{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem .55rem}.shop-reviews-embed__rating-num{font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:700;color:#0a0a0a;line-height:1}.shop-reviews-embed__meta{margin:.35rem 0 0;text-align:center;font-size:.8125rem;color:#1a1a1a8c}.shop-reviews-embed__list{padding-top:0;min-height:31rem}.shop-reviews-embed .reviews-load-more-wrap{padding:.45rem 0 0}.shop-reviews-embed .reviews-item{padding:1.1rem 0}.shop-reviews-embed__error{margin-top:.75rem}.scroll-promo-bar{position:fixed;left:0;right:0;bottom:0;z-index:120;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom,0px));background:#0a0a0a;box-shadow:0 -10px 40px #00000038;transform:translate3d(0,110%,0);opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .35s ease,visibility .35s ease;pointer-events:none}.scroll-promo-bar.is-visible{transform:translateZ(0);opacity:1;visibility:visible;pointer-events:auto}.scroll-promo-bar__inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.85rem 1.25rem;flex-wrap:wrap}.scroll-promo-bar__copy{flex:1;min-width:min(100%,11rem);display:flex;flex-direction:column;gap:.1rem}.scroll-promo-bar__text{margin:0;font-family:var(--shop-font);font-size:clamp(.8125rem,2.8vw,.9375rem);font-weight:600;line-height:1.25;letter-spacing:.02em;color:#fff}.scroll-promo-bar__rating{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .45rem;font-family:var(--shop-font);font-size:clamp(.625rem,2.1vw,.6875rem);font-weight:500;line-height:1.2;letter-spacing:.03em;color:#ffffffd1}.scroll-promo-bar__stars{color:#fbbf24;letter-spacing:.06em;font-size:.95em}.scroll-promo-bar__rating-text{white-space:nowrap}.scroll-promo-bar__cta{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.15rem;border-radius:999px;font-family:var(--shop-font);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:#fff;background:#4e9bb6;box-shadow:0 2px 12px #4e9bb673;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease,background .15s ease}.scroll-promo-bar__cta:hover{background:#3d8499;box-shadow:0 4px 18px #3d84998c}.scroll-promo-bar__cta:active{transform:scale(.98)}.scroll-promo-bar--home .scroll-promo-bar__text,.scroll-promo-bar--home .scroll-promo-bar__rating,.scroll-promo-bar--home .scroll-promo-bar__cta{font-family:inherit}@media (max-width: 640px){.scroll-promo-bar{padding:.55rem .65rem calc(.55rem + env(safe-area-inset-bottom,0px))}.scroll-promo-bar__inner{flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.5rem}.scroll-promo-bar__copy{flex:1 1 auto;min-width:0;flex-direction:column;align-items:flex-start;gap:.1rem}.scroll-promo-bar__text{margin:0;max-width:100%;font-size:.6875rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scroll-promo-bar__rating{margin:0;flex-wrap:nowrap;gap:.25rem;font-size:.5625rem;line-height:1.15}.scroll-promo-bar__stars{font-size:.5625rem;letter-spacing:.02em}.scroll-promo-bar__rating-text{white-space:nowrap}.scroll-promo-bar__cta{flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;min-height:44px;padding:.5rem .75rem;font-size:.625rem;letter-spacing:.07em;white-space:nowrap}}@media (max-width: 390px){.scroll-promo-bar{padding:.5rem .55rem calc(.5rem + env(safe-area-inset-bottom,0px))}.scroll-promo-bar__inner{gap:.4rem}.scroll-promo-bar__text{font-size:.625rem}.scroll-promo-bar__rating,.scroll-promo-bar__stars{font-size:.5rem}.scroll-promo-bar__cta{min-height:44px;display:inline-flex;align-items:center;padding:.5rem .75rem;font-size:.625rem;letter-spacing:.05em}}.shop-problem{padding:3rem 0}.shop-list{margin:0 0 1.5rem;padding-left:1.15rem;line-height:1.7;color:#1a1a1ad1}.shop-list li{margin-bottom:.75rem}.shop-problem__bridge{font-size:1.0625rem;line-height:1.65;margin:0 0 1.5rem}.shop-benefits{padding:3rem 0;background:#fff}.shop-benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.shop-benefits__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.shop-benefit{padding:1.25rem;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fafaf8}.shop-h3{font-size:1rem;font-weight:700;margin:0 0 .5rem}.shop-benefit p{margin:0;font-size:.9375rem;line-height:1.55;color:#1a1a1abf}.shop-guarantee{padding:3rem 0;text-align:center}.shop-guarantee p{line-height:1.65;color:#1a1a1ac7;margin:0 0 1.5rem}.shop-reviews{padding:3rem 0;background:#ebebe8}.shop-reviews__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.shop-reviews__grid{grid-template-columns:repeat(3,1fr)}}.shop-quote{margin:0;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);font-size:.9375rem;line-height:1.55}.shop-quote p{margin:0 0 .75rem}.shop-quote footer{font-size:.8125rem;font-weight:600;color:#1a1a1a80}.shop-faq{padding:3rem 0}.shop-faq__item{border-bottom:1px solid rgba(0,0,0,.1);padding:.75rem 0}.shop-faq__item summary{font-weight:600;cursor:pointer;list-style:none}.shop-faq__item summary::-webkit-details-marker{display:none}.shop-faq__item p{margin:.75rem 0 0;line-height:1.6;color:#1a1a1abf;font-size:.9375rem}.shop-final-cta{padding:3rem 0 2rem;text-align:center;background:linear-gradient(180deg,#f4f4f1,#e8e8e4)}.shop-final-cta__sub{font-size:1.0625rem;margin:0 0 1.5rem;color:#1a1a1abf}.shop-link-back{color:#1a1a1a8c;text-decoration:underline}.shop-link-back:hover{color:#0a0a0a}.science-hero{background:#f0f4f2;color:#0a0a0a;font-family:var(--font-sf);padding:clamp(2.5rem,6vw,4.5rem) 0;min-height:clamp(22rem,72vh,42rem);display:flex;align-items:center}.science-hero__inner{width:100%}.science-hero .shop-inner.science-hero__inner{padding-left:clamp(1.5rem,6vw,4rem);padding-right:clamp(1.5rem,6vw,4rem)}.science-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.science-hero__copy{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.science-hero__title{margin:0 0 clamp(1.35rem,3vw,2rem);font-size:clamp(2rem,4.8vw,3.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#0a0a0a;max-width:28rem}.science-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.85rem;border-radius:999px;background:#fff;border:1px solid #0a0a0a;color:#0a0a0a;font-size:.6875rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.science-hero__cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0a0a0a14}.science-hero__visual{min-width:0;display:flex;justify-content:center;align-items:center}.science-hero__img{display:block;width:100%;max-width:min(620px,100%);height:auto}@media (min-width: 768px){.science-hero__visual{justify-content:flex-end}.science-hero__img{width:auto;max-width:min(620px,100%)}}@media (max-width: 767px){.science-hero{min-height:0;padding:clamp(1.75rem,5vw,2.5rem) 0 clamp(2rem,6vw,2.75rem)}.science-hero__grid{grid-template-columns:1fr;gap:1.5rem}.science-hero__title{max-width:min(22rem,100%);margin-left:auto;margin-right:auto;font-size:clamp(2.55rem,9.5vw,3.35rem);text-align:center}.science-hero__visual{order:-1}.science-hero__img{max-width:min(220px,52vw);width:100%;margin-left:auto;margin-right:auto}}.science-main{background:#0a0a0a;color:#f5f5f5;font-family:var(--shop-font);padding:clamp(1.25rem,3vw,1.75rem) 0 clamp(1rem,2.5vw,1.625rem)}.science-brain__inner{max-width:1100px}.science-brain__heading{margin:0 auto clamp(.75rem,2vw,1.125rem);max-width:38rem;font-size:clamp(1.4rem,3.8vw,2rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;text-align:center;color:#f5f5f5}.science-brain__figure{position:relative;max-width:min(640px,100%);margin:0 auto clamp(.85rem,2.5vw,1.35rem);border-radius:10px;overflow:hidden;line-height:0;background:#0a0a0a;aspect-ratio:1 / 1}.science-brain__img{display:block;width:100%;height:auto}.science-brain__hotspot{position:absolute;transform:translate(-50%,-50%);width:2.35rem;height:2.35rem;border-radius:50%;border:2px solid #fff;background:#00000080;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease;z-index:2}.science-brain__hotspot:hover{transform:translate(-50%,-50%) scale(1.07)}.science-brain__hotspot:focus-visible{outline:2px solid #4e9bb6;outline-offset:3px}.science-brain__hotspot-icon{font-size:1.35rem;font-weight:300;line-height:1;margin-top:-2px}.science-brain__hotspot.is-active{background:#4e9bb6;border-color:#4e9bb6;color:#fff}.science-brain__hotspot--1{left:72%;top:23%}.science-brain__hotspot--2{left:24%;top:46%}.science-brain__hotspot--3{left:70%;top:74%}.science-brain__hotspot--4{left:50%;top:50%}.science-brain__cards{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.85rem;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline:1.25rem;margin-inline:-1.25rem;padding-inline:1.25rem;padding-bottom:.65rem;scrollbar-width:thin}.science-brain__cards::-webkit-scrollbar{height:6px}.science-brain__cards::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}@media (min-width: 768px){.science-brain__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;align-items:stretch;overflow-x:visible;margin-inline:0;padding-inline:0;padding-bottom:0;scroll-snap-type:none}}.science-brain-card{flex:0 0 min(88vw,19.5rem);scroll-snap-align:start;border-radius:14px;padding:1.2rem 1.1rem;border:1px solid rgba(255,255,255,.28);background:#141414;color:#fff;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}@media (min-width: 768px){.science-brain-card{flex:unset;scroll-snap-align:unset;min-width:0}}.science-brain-card:focus-visible{outline:2px solid #4e9bb6;outline-offset:3px}.science-brain-card.is-active{background:#4e9bb6;border-color:#4e9bb6;color:#fff}.science-brain-card__title{font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem;line-height:1.25}.science-brain-card__sub,.science-brain-card__ing-label{margin:0 0 .35rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ffffff8c}.science-brain-card.is-active .science-brain-card__sub,.science-brain-card.is-active .science-brain-card__ing-label{color:#ffffffd1}.science-brain-card__list{margin:0;padding:0 0 0 1rem;font-size:.8125rem;font-weight:600;line-height:1.45;color:#ffffffe0}.science-brain-card.is-active .science-brain-card__list{color:#fffffff2}.science-brain-card__rule{border:none;border-top:1px solid rgba(255,255,255,.28);margin:.85rem 0}.science-brain-card.is-active .science-brain-card__rule{border-top-color:#ffffff59}.science-brain-card__ing{margin:0;font-size:.8125rem;font-weight:600;line-height:1.45;color:#ffffffe0}.science-brain-card.is-active .science-brain-card__ing{color:#ffffffeb}.science-steps{padding-top:clamp(2rem,5vw,3.5rem);padding-bottom:clamp(2rem,5vw,3rem)}.science-steps__inner{max-width:1100px}.science-steps__title{scroll-margin-top:calc(var(--shop-topbar-height) + 4.75rem);margin:0 auto clamp(.65rem,1.5vw,.85rem);max-width:38rem;font-size:clamp(1.4rem,3.8vw,2rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;text-align:center;color:#f5f5f5}.science-steps__lede{margin:0 auto clamp(1.35rem,3.5vw,2.1rem);max-width:min(52rem,100%);font-size:clamp(.9375rem,2.1vw,1.0625rem);font-weight:500;line-height:1.45;letter-spacing:-.01em;text-align:center;text-wrap:balance;color:#f5f5f5c7}.science-steps__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(1.1rem,3vw,1.75rem)}.science-steps__list>li{margin:0}.science-step-card{display:grid;grid-template-columns:1fr;gap:clamp(1.35rem,3.5vw,2.25rem);align-items:center;padding:clamp(1.35rem,3.5vw,2.35rem);border-radius:22px;border:1px solid #0a0a0a;background:#f4f3ef;color:#0a0a0a;box-shadow:0 1px #ffffff73 inset}@media (min-width: 768px){.science-step-card{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);gap:clamp(1.5rem,3vw,2.5rem);padding:clamp(1.75rem,3vw,2.65rem) clamp(1.75rem,3vw,2.75rem)}}.science-step-card__text{min-width:0}.science-step-card__index{display:block;margin-bottom:.65rem;font-size:.8125rem;font-weight:500;letter-spacing:.04em;color:#4e9bb6}.science-step-card__headline{margin:0 0 .85rem;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:800;line-height:1.12;letter-spacing:.04em;text-transform:uppercase;color:#0a0a0a}.science-step-card__body{margin:0;font-size:.9375rem;font-weight:400;line-height:1.6;color:#3f3f3f}.science-step-card__visual{min-width:0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.5rem}.science-step-card__visual--abstract svg{display:block;width:100%;max-width:320px;height:auto;margin:0 auto}.science-step-card__visual--cause .science-step-card__cause-img{display:block;width:100%;max-width:min(480px,100%);height:auto;margin:0 auto;border-radius:16px}.science-step-card__visual--jetlag .science-step-card__chart--jetlag{display:block;width:100%;max-width:500px;height:auto;margin:0 auto}.science-step-card__chart-legend--jetlag{max-width:500px;text-transform:none;letter-spacing:.02em;font-weight:600;font-size:.65rem}.science-step-card__legend--jetlag-fm:before{content:"";display:inline-block;width:1.35rem;height:3px;margin-right:.4rem;vertical-align:middle;background:#163a5c;border-radius:1px}.science-step-card__legend--jetlag-none:before{content:"";display:inline-block;width:1.35rem;height:3px;margin-right:.4rem;vertical-align:middle;background:#dc2626;border-radius:1px}.science-step-card__visual--prc .science-step-card__prc-chart{display:block;width:100%;max-width:100%;height:auto;margin:0 auto}.science-step-card__chart{display:block;width:100%;max-width:420px;height:auto;margin:0 auto}.science-step-card__chart-cap{font-size:11px;font-family:var(--shop-font, system-ui, sans-serif)}.science-step-card__chart-legend{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;max-width:420px;margin:0 auto;width:100%;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0a0a0a}.science-step-card__legend--flightmode:before{content:"";display:inline-block;width:1.35rem;height:3px;margin-right:.4rem;vertical-align:middle;background:#818cf8;border-radius:1px}.science-step-card__legend--stimulant:before{content:"";display:inline-block;width:1.35rem;height:3px;margin-right:.4rem;vertical-align:middle;background:#ea580c;border-radius:1px}.science-related{padding:3.5rem 1.5rem 4rem;border-top:1px solid #d8e2dc;background:#f0f4f2}.science-related__inner{max-width:960px;margin:0 auto}.science-related__label{font-family:var(--shop-font, sans-serif);font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#5a7a6a;margin:0 0 1.5rem}.science-related__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (max-width: 600px){.science-related__list{grid-template-columns:1fr}}.science-related__link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-radius:10px;background:#fff;border:1px solid #c8d8d0;text-decoration:none;color:#1a2e25;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.science-related__link:hover{background:#fff;border-color:#4e9bb6;box-shadow:0 2px 12px #4e9bb61f;color:#0a1f18}.science-related__link-title{font-family:var(--shop-font, sans-serif);font-size:.875rem;font-weight:500;letter-spacing:.01em;line-height:1.4}.science-related__link-arrow{font-size:.8rem;flex-shrink:0;color:#4e9bb6;transition:transform .2s ease}.science-related__link:hover .science-related__link-arrow{transform:translate(3px)}.site-footer{--site-footer-bg: #4e9bb6;--site-footer-text: rgba(255, 255, 255, .98);--site-footer-muted: rgba(255, 255, 255, .85);--site-footer-faint: rgba(255, 255, 255, .58);--site-footer-rule: rgba(255, 255, 255, .28);background:var(--site-footer-bg);color:var(--site-footer-text);font-family:var(--shop-font);padding:clamp(2.5rem,5vw,3.75rem) 1.25rem clamp(2rem,4vw,2.75rem)}.site-footer__inner{max-width:1140px;margin:0 auto}.site-footer__tagline{margin:0 0 clamp(2rem,4.5vw,2.75rem);text-align:center;font-family:var(--font-sf);font-size:clamp(2.5rem,9vw,4.25rem);line-height:1.1;letter-spacing:-.025em;color:var(--site-footer-text)}.site-footer__tagline-heavy{font-weight:700}.site-footer__tagline-light{font-weight:100}.site-footer__grid{display:grid;gap:clamp(2rem,4vw,2.75rem);margin-bottom:clamp(2rem,4vw,2.75rem)}@media (max-width: 767px){.site-footer__newsletter{order:1}.site-footer__nav{order:2}.site-footer__contact{order:3}}@media (min-width: 768px) and (max-width: 959px){.site-footer__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.site-footer__newsletter{grid-column:1 / -1;max-width:min(100%,26rem);margin-inline:auto}}@media (min-width: 960px){.site-footer__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:clamp(1.5rem,3vw,2.25rem)}}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.site-footer__links a{color:inherit;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.site-footer__links a:hover{opacity:.85}.site-footer__links a[aria-current=page]{opacity:1;text-decoration:underline;text-underline-offset:.2em}.site-footer__label{margin:0 0 .4rem;font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--site-footer-muted)}.site-footer__email{display:block;margin-bottom:.35rem;color:inherit;text-decoration:none;font-size:.9375rem;font-weight:500}.site-footer__email:hover{text-decoration:underline;text-underline-offset:.15em}.site-footer__phone{display:block;margin-bottom:.35rem;color:inherit;text-decoration:none;font-size:.9375rem;font-weight:500}.site-footer__phone:hover{text-decoration:underline;text-underline-offset:.15em}.site-footer__company{margin:0 0 .35rem;font-size:.875rem;font-weight:600;line-height:1.35;color:var(--site-footer-text)}.site-footer__company-legal{font-weight:500;opacity:.5}.site-footer__address{margin:0 0 .5rem;font-size:.875rem;line-height:1.4;color:var(--site-footer-text);font-style:normal}.site-footer__social{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:0}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none;line-height:0}.site-footer__social-link:hover{opacity:.75}.site-footer__social-icon{display:block;width:20px;height:20px;filter:brightness(0) invert(1)}.site-footer__newsletter{--site-footer-news-bg: #3d8499;padding:clamp(1.35rem,3vw,1.65rem) clamp(1.15rem,2.5vw,1.5rem);border-radius:14px;background:var(--site-footer-news-bg);box-shadow:inset 0 1px #ffffff1f}.site-footer__newsletter-title{margin:0 0 1rem;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--site-footer-text);max-width:22rem}.site-footer__newsletter-form{display:flex;flex-direction:column;gap:.65rem}@media (min-width: 400px){.site-footer__newsletter-form{flex-direction:row;flex-wrap:wrap;align-items:stretch}.site-footer__newsletter-input{flex:1 1 10rem;min-width:0}.site-footer__newsletter-btn{flex:0 0 auto}}.site-footer__newsletter-input{width:100%;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(78,155,182,.55);background:#fff;font-family:inherit;font-size:.875rem;color:#0a0a0a;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.site-footer__newsletter-input::placeholder{color:#0a0a0a73}.site-footer__newsletter-input:hover{border-color:#4e9bb6d9}.site-footer__newsletter-input:focus{outline:none;border-color:#4e9bb6;box-shadow:0 0 0 3px #4e9bb659}.site-footer__newsletter-btn{width:100%;padding:.7rem 1.15rem;border:none;border-radius:999px;background:#ea580c;color:#fff;font-family:inherit;font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .12s ease}.site-footer__newsletter-btn:hover{background:#c2410c}.site-footer__newsletter-btn:active{transform:scale(.98)}.site-footer__newsletter-btn:focus{outline:none}.site-footer__newsletter-btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.site-footer__disclaimer{margin:0 0 clamp(1.75rem,3vw,2.25rem);padding:0;font-size:.6875rem;line-height:1.65;color:var(--site-footer-muted);max-width:100%}.site-footer__bottom{border-top:1px solid var(--site-footer-rule);padding-top:1.35rem}.site-footer__legal-line{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem 1.75rem;margin:0;font-size:.75rem;color:var(--site-footer-faint)}.site-footer__legal-line span{color:var(--site-footer-faint)}.site-footer__legal-line a{color:inherit;text-decoration:none;font-weight:500;letter-spacing:.03em;white-space:nowrap;transition:color .15s ease}.site-footer__legal-line a:hover{color:#fff;text-decoration:underline;text-underline-offset:.15em}.route-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.route-hero{background:#f4f4f1;padding-top:2.25rem;padding-bottom:0}.route-hero__inner{max-width:1100px;margin:0 auto;padding:.65rem 1.5rem 1.1rem;text-align:center}.route-hero__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.08em;color:#4e9bb6;text-transform:none;margin:0 0 .85rem}.route-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;color:#0a0a0a;margin:0 0 .9rem;letter-spacing:-.02em}.route-hero__lead{font-size:1.0625rem;color:#1a1a1aa6;max-width:600px;margin:0 auto 1.35rem;line-height:1.65}.route-hero__cta{display:inline-block;background:#4e9bb6;color:#fff;font-size:.9375rem;font-weight:600;padding:.85rem 2rem;border-radius:999px;text-decoration:none;letter-spacing:.01em;transition:background .18s}.route-hero__cta:hover{background:#3d839c}.route-map{width:100%;background:#f4f4f1;overflow:hidden;position:relative}.route-map:before{content:"";position:absolute;inset:0 0 auto;height:80px;background:linear-gradient(to bottom,#f4f4f1,transparent);z-index:1;pointer-events:none}.route-map:after{content:"";position:absolute;inset:auto 0 0;height:80px;background:linear-gradient(to top,#f4f4f1,transparent);z-index:1;pointer-events:none}.route-map__svg{display:block;width:100%;height:360px}.route-map app-route-map-arc{display:block;width:100%}@media (max-width: 768px){.route-map__svg{height:220px}.route-map:before,.route-map:after{height:30px}}.route-stats{background:#f4f4f1;border-top:1px solid rgba(0,0,0,.08)}.route-stats__inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:stretch}.route-stats__item{flex:1;display:flex;flex-direction:column;align-items:center;padding:1.05rem .85rem;gap:.3rem}.route-stats__value{font-size:1.125rem;font-weight:700;color:#0a0a0a}.route-stats__label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a73}.route-stats__divider{width:1px;background:#0000001a;align-self:stretch;margin:.65rem 0}.route-planner{background:#f4f4f1;padding:2.5rem 0 1.75rem;border-top:1px solid rgba(0,0,0,.08)}.route-planner__sub{font-size:.875rem;color:#1a1a1a73;margin:.35rem 0 0;text-align:center}body.route-page .route-planner-panel.quiz-panel--plan{max-width:min(1100px,calc(100vw - 3rem));width:100%;margin:0 auto;box-sizing:border-box}.plan-main-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 1.75rem;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.plan-main-stats__cell{padding:1rem .85rem;text-align:center;border-right:1px solid #eef2f6;min-width:0}.plan-main-stats__cell:last-child{border-right:none}.plan-main-stats__value{display:block;font-size:clamp(.95rem,2.2vw,1.125rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em;line-height:1.25;margin-bottom:.35rem}.plan-main-stats__label{display:block;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a73;line-height:1.35}@media (max-width: 640px){.plan-main-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-main-stats__cell:nth-child(2){border-right:none}.plan-main-stats__cell:nth-child(1),.plan-main-stats__cell:nth-child(2){border-bottom:1px solid #eef2f6}}.route-context{background:#f4f4f1;padding:2.75rem 0;border-top:1px solid rgba(0,0,0,.08)}.route-context__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.25rem;align-items:center}.route-context__label{font-size:.72rem;font-weight:600;letter-spacing:.14em;color:#4e9bb6;text-transform:uppercase;margin:0 0 .75rem}.route-context__title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#0a0a0a;margin:0 0 .9rem;line-height:1.2;letter-spacing:-.02em}.route-context__body{font-size:1rem;line-height:1.7;color:#1a1a1aad;margin:0 0 1rem}.route-context__body:last-child{margin-bottom:0}.route-context__visual{display:flex;flex-direction:column;align-items:center;gap:1rem}.route-context__clock-pair{display:flex;align-items:center;gap:1.25rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:1.5rem;padding:1.5rem 2rem}.route-context__clock{display:flex;flex-direction:column;align-items:center;gap:.3rem}.route-context__clock-city{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4e9bb6}.route-context__clock-time{font-size:1.75rem;font-weight:700;color:#0a0a0a;letter-spacing:-.02em}.route-context__clock-sub{font-size:.75rem;color:#1a1a1a73}.route-context__clock-arrow{font-size:1.5rem;color:#1a1a1a47;flex-shrink:0}.route-context__clock-note{font-size:.8125rem;color:#1a1a1a7a;font-style:italic;margin:0}.route-tips{background:#f4f4f1;padding:2.75rem 0;border-top:1px solid rgba(0,0,0,.08)}.route-tips__title{font-size:clamp(1.4rem,2.5vw,1.875rem);font-weight:700;color:#0a0a0a;margin:0 0 1.35rem;letter-spacing:-.02em}.route-tips__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.route-tips__item{display:flex;align-items:flex-start;gap:1.25rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:1rem;padding:1.25rem 1.5rem;font-size:.9375rem;line-height:1.6;color:#1a1a1ac7}.route-tips__item strong{display:block;margin-bottom:.2rem;color:#0a0a0a}.route-tips__num{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:#4e9bb6;color:#fff;font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.05rem}.route-offer{background:#f4f4f1;padding:2.75rem 0}.route-offer__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.25rem;align-items:center}.route-offer__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.08em;color:#4e9bb6;text-transform:none;margin:0 0 .75rem}.route-offer__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#0a0a0a;margin:0 0 1rem;line-height:1.15;letter-spacing:-.02em}.route-offer__body{font-size:1rem;color:#1a1a1aa6;line-height:1.7;margin:0 0 1.25rem}.route-offer__checks{list-style:none;padding:0;margin:0 0 1.35rem;display:flex;flex-direction:column;gap:.65rem}.route-offer__checks li{display:flex;align-items:center;gap:.65rem;font-size:.9375rem;color:#1a1a1ad9}.route-offer__checks svg{width:1.125rem;height:1.125rem;flex-shrink:0;color:#4e9bb6}.route-offer__actions{display:flex;flex-direction:column;gap:.875rem;align-items:flex-start}.route-offer__cta{display:inline-block;background:#4e9bb6;color:#fff;font-size:1rem;font-weight:700;padding:1rem 2.25rem;border-radius:999px;text-decoration:none;letter-spacing:.01em;transition:background .18s}.route-offer__cta:hover{background:#3d839c}.route-offer__rating{font-size:.875rem;color:#1a1a1a80;margin:0}.route-offer__img-wrap{display:flex;justify-content:center}.route-offer__img{width:100%;max-width:420px;height:auto;border-radius:1.5rem;object-fit:cover}.route-reviews{background:#f4f4f1;padding:2.75rem 0;border-top:1px solid rgba(0,0,0,.08)}.route-reviews__title{font-size:clamp(1.4rem,2.5vw,1.875rem);font-weight:700;color:#0a0a0a;margin:0 0 1.35rem;letter-spacing:-.02em}.route-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.route-reviews__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:1rem;padding:1.35rem;margin:0;display:flex;flex-direction:column;gap:.875rem}.route-reviews__stars{font-size:1rem;color:#f5a623;letter-spacing:.05em}.route-reviews__quote{margin:0;flex:1}.route-reviews__quote p{font-size:.9375rem;line-height:1.65;color:#1a1a1ac7;margin:0;font-style:italic}.route-reviews__by{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a7a}.route-related{margin-top:2rem;padding-top:1.75rem;border-top:1px solid rgba(0,0,0,.08)}.route-related__title{font-size:1rem;font-weight:700;color:#0a0a0a;margin:0 0 .85rem;letter-spacing:-.01em}.route-related__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.route-related__link{font-size:.9375rem;font-weight:500;color:#4e9bb6;text-decoration:none}.route-related__link:hover{text-decoration:underline}.route-related__science{margin:1.25rem 0 0}.route-related__science a{font-size:.9375rem;font-weight:600;color:#0a0a0a;text-decoration:none}.route-related__science a:hover{color:#4e9bb6}@media (max-width: 768px){.route-stats__inner{flex-wrap:wrap}.route-stats__item{flex:0 0 50%}.route-stats__divider{display:none}.route-context__grid,.route-offer__grid{grid-template-columns:1fr;gap:1.65rem}.route-context__visual{order:-1}.route-context__clock-pair{padding:1.5rem}.route-reviews__grid{grid-template-columns:1fr}.route-offer__actions{align-items:stretch}.route-offer__cta{text-align:center}}.policy{min-height:60vh;padding:4rem 1.5rem 5rem;background:#fff}.policy__inner{max-width:720px;margin:0 auto}.policy__header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.policy__eyebrow{font-family:var(--shop-font, sans-serif);font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#64748b;margin:0 0 .75rem}.policy__title{font-family:var(--shop-font, sans-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#0f172a;margin:0 0 .5rem;line-height:1.15}.policy__updated{margin:0;font-size:.8rem;color:#94a3b8}.policy__body{color:#1e293b;font-size:.9375rem;line-height:1.75}.policy__lead{font-size:1.0625rem;color:#334155;margin:0 0 2.5rem;line-height:1.65}.policy__section{margin-bottom:2.5rem}.policy__section p{margin:0 0 .9rem}.policy__section-title{font-family:var(--shop-font, sans-serif);font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.policy__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.policy__list li{padding-left:1.1rem;position:relative}.policy__list li:before{content:"\2013";position:absolute;left:0;color:#94a3b8}.policy__link{color:#0ea5e9;text-decoration:none}.policy__link:hover{text-decoration:underline;text-underline-offset:.15em}.policy__contact{margin:3rem 0 0;padding-top:2rem;border-top:1px solid #e2e8f0;font-size:.9375rem;color:#475569}.policy__address{font-style:normal;margin:.5rem 0 0;line-height:1.5;color:#475569}.policy__subsection-title{font-family:var(--shop-font, sans-serif);font-size:.9375rem;font-weight:700;color:#1e293b;margin:1.75rem 0 .75rem}.policy__note{margin:1rem 0 0;font-size:.875rem;color:#64748b;font-style:italic}.policy__table{width:100%;border-collapse:collapse;margin:1rem 0 0;font-size:.875rem}.policy__table th{text-align:left;font-weight:600;color:#0f172a;padding:.6rem .85rem;background:#f1f5f9;border:1px solid #e2e8f0}.policy__table td{padding:.6rem .85rem;border:1px solid #e2e8f0;color:#334155;vertical-align:top;line-height:1.55}.policy__table tr:nth-child(2n) td{background:#f8fafc}@media (max-width: 600px){.policy__table,.policy__table thead,.policy__table tbody,.policy__table th,.policy__table td,.policy__table tr{display:block}.policy__table thead{display:none}.policy__table td{border-top:none;padding-left:1rem}.policy__table td:first-child{font-weight:600;color:#0f172a;background:#f1f5f9;border-top:1px solid #e2e8f0;padding-top:.75rem}}.quiz-plan-share{width:100%;margin:0 0 1rem;padding:1rem 1rem .85rem;border-radius:.85rem}.quiz-plan-share__title{font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:700;color:#0a0a0a;margin:0 0 .75rem;letter-spacing:-.02em;text-align:center}.quiz-plan-share__inner{display:flex;align-items:center;gap:.6rem;min-width:0}.quiz-plan-share__copy{display:flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;padding:0;flex:1;min-width:0;width:100%}.quiz-plan-share__url{font-size:.78rem;color:#0a0a0a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;text-align:left}.quiz-plan-share__btn-text{font-size:.75rem;font-weight:600;color:#4e9bb6;white-space:nowrap;flex-shrink:0;transition:color .15s}.quiz-plan-share__copy:hover .quiz-plan-share__btn-text{color:#3d839c}app-checkout{display:flex;flex-direction:column;min-height:100dvh}app-order-thank-you{display:flex;flex-direction:column;min-height:100dvh}app-post-purchase-upsell{display:flex;flex-direction:column;min-height:100dvh}app-popup-offer{display:block;min-height:100dvh}.offer-popup-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top,0px)) .75rem max(.75rem,env(safe-area-inset-bottom,0px))}.offer-popup-overlay__backdrop{position:absolute;inset:0;border:none;padding:0;background:#0a16288c;cursor:pointer}.offer-popup-overlay__dialog{position:relative;z-index:1;width:min(100%,28rem);max-height:calc(100dvh - max(.75rem,env(safe-area-inset-top,0px)) - max(.75rem,env(safe-area-inset-bottom,0px)));overflow:auto;border-radius:1rem;box-shadow:0 24px 80px #00000047}.offer-popup-overlay app-popup-offer{display:block;min-height:0}.offer-popup-overlay .popup-offer{min-height:0;border-radius:1rem}body.offer-popup-open{overflow:hidden}.checkout-header{background:#4e9bb6;border-bottom:none;padding:clamp(1.1rem,3vw,1.5rem) 1.25rem clamp(1.25rem,3.5vw,1.65rem)}.checkout-header__inner{display:flex;flex-direction:column;align-items:center;gap:.55rem;max-width:72rem;margin:0 auto;text-align:center}.checkout-header__logo{display:flex;align-items:center;justify-content:center;line-height:0}.checkout-header__logo-mark{display:block;width:auto;height:clamp(1.625rem,4.5vw,2.125rem);max-width:min(13rem,78vw);object-fit:contain}.checkout-header__social-proof{align-self:center;width:fit-content;max-width:100%;margin:.35rem auto 0;justify-content:center}.checkout-header__social-proof .shop-split-hero__social-stats{justify-content:center}.checkout-header__highlights{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem 1.15rem;margin:.15rem 0 0;padding:0;list-style:none}.checkout-header__highlights li{display:flex;align-items:center;gap:.3rem;font-family:var(--shop-font, system-ui, sans-serif);font-size:.6875rem;font-weight:500;line-height:1.25;color:#fff}.checkout-header__check{flex-shrink:0;width:12px;height:12px;color:#fff}.checkout{flex:1;display:flex;flex-direction:column;min-height:0;background:#fff;font-family:var(--shop-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:#0a0a0a}.checkout__layout{display:grid;grid-template-columns:1fr 1fr;align-items:start;flex:1;width:100%;max-width:none;margin:0;min-height:100%}.checkout__main{grid-column:1;grid-row:1;display:flex;justify-content:flex-end;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,3vw,2.5rem) clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,5vw,4rem);border-right:1px solid #ebebeb}.checkout-summary{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;align-self:start;position:sticky;top:0;width:100%;min-height:100vh;max-height:100vh;overflow-y:auto;overscroll-behavior:contain;background:#f6f6f4;box-sizing:border-box}.checkout-summary__stack{flex-shrink:0;width:100%;max-width:26rem}.checkout-form{width:100%;max-width:36rem}.checkout-express{display:block;width:100%;max-width:100%;margin-bottom:clamp(1.25rem,3vw,2.25rem);box-sizing:border-box;--checkout-wallet-btn-height: 2.875rem;max-height:12rem;overflow:hidden;transition:opacity .18s ease,max-height .25s ease,margin-bottom .25s ease}.checkout-express__heading{margin:0 0 .85rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#64748b}.checkout-express__buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.6rem;width:100%}.checkout-express__btn{display:block;width:auto;flex:0 0 auto;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;line-height:0;transition:opacity .15s ease}.checkout-express__btn:hover{opacity:.85}.checkout-express__btn:focus-visible{outline:none}.checkout-express__btn:focus-visible .checkout-express__btn-img{outline:2px solid #4e9bb6;outline-offset:3px}.checkout-express__btn-img{display:block;width:auto;height:2.8875rem;max-width:10.3125rem;margin:0;object-fit:contain}.checkout-express--hidden{opacity:0;max-height:0;margin-bottom:0!important;pointer-events:none;visibility:hidden}.checkout-express__applepay-host,.checkout-express__googlepay-host{display:flex;align-items:center;justify-content:center;width:100%;max-width:10.3125rem;min-width:10.3125rem;height:var(--checkout-wallet-btn-height);min-height:var(--checkout-wallet-btn-height);padding:0;line-height:normal;overflow:hidden}.checkout-express__applepay-host apple-pay-button{--apple-pay-button-width: 100%;--apple-pay-button-height: var(--checkout-wallet-btn-height);--apple-pay-button-border-radius: 4px;display:block;width:100%;height:var(--checkout-wallet-btn-height);min-height:var(--checkout-wallet-btn-height)}.checkout-express__applepay-host .apple-pay-button,.checkout-express__applepay-host button,.checkout-express__googlepay-host .gpay-card-info-container,.checkout-express__googlepay-host button{display:block;width:100%;min-width:10.3125rem;height:var(--checkout-wallet-btn-height);min-height:var(--checkout-wallet-btn-height)}.checkout-express__applepay-host iframe,.checkout-express__googlepay-host iframe{display:block!important;width:100%!important;min-width:10.3125rem!important;height:var(--checkout-wallet-btn-height)!important;min-height:var(--checkout-wallet-btn-height)!important;max-height:var(--checkout-wallet-btn-height)!important;border:0;opacity:1!important;visibility:visible!important}.checkout-express__applepay-host--hidden,.checkout-express__wallet-host--hidden{display:none}.checkout-collect-host{display:block;width:100%;min-height:2.875rem;padding:0;border:none;background:transparent}.checkout-collect-host iframe{display:block;width:100%!important;min-height:2.875rem}.checkout-billing-field__control .checkout-collect-host.checkout-billing-field__input{padding-right:2.35rem}.checkout-billing-field__control:has(#cvv) .checkout-collect-host.checkout-billing-field__input{padding-right:2.35rem}.checkout-express__legal{margin:.75rem 0 0;font-size:.75rem;line-height:1.45;text-align:center;color:#64748b}.checkout-express__divider{display:flex;align-items:center;gap:.85rem;margin-top:clamp(1.25rem,3vw,1.75rem)}.checkout-express__line{flex:1;height:1px;background:#ebebeb}.checkout-express__or{flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.06em;color:#94a3b8}.checkout-form__section+.checkout-form__section{margin-top:clamp(1.75rem,3vw,2.25rem);padding-top:clamp(1.75rem,3vw,2.25rem);border-top:1px solid #ebebeb}.checkout-form__heading{margin:0 0 1rem;font-size:1.125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0a0a0a}.checkout-form__note{margin:0 0 1rem;font-size:.8125rem;line-height:1.45;color:#64748b}.checkout-form__code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75em}.checkout-payment-card{border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;background:#fff}.checkout-payment-card--selected{border-color:#4e9bb6}.checkout-payment-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;background:#fff;border-bottom:1px solid #ebebeb;box-shadow:none}.checkout-payment-card__method{display:flex;align-items:center;gap:.65rem;min-width:0}.checkout-payment-card__radio{flex-shrink:0;width:1.125rem;height:1.125rem;border:2px solid #4e9bb6;border-radius:50%;background:#fff;position:relative}.checkout-payment-card__radio:after{content:"";position:absolute;inset:2px;border-radius:50%;background:#4e9bb6}.checkout-payment-card__method-label{font-size:.9375rem;font-weight:600;color:#0a0a0a}.checkout-payment-card__brands{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.checkout-payment-card__brand{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:1.25rem;padding:0 .35rem;border-radius:3px;font-size:.5625rem;font-weight:800;letter-spacing:.02em;line-height:1}.checkout-payment-card__brand--visa{background:#fff;color:#1a1f71;border:1px solid #e5e7eb}.checkout-payment-card__brand--mc{padding:0;background:transparent;border:0}.checkout-payment-card__brand--amex{background:#006fcf;color:#fff}.checkout-payment-card__more-wrap{position:relative;z-index:6;display:inline-flex}.checkout-payment-card__brand-more{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.25rem;padding:0 .25rem;border:1px solid #e5e7eb;border-radius:3px;background:#fff;font-family:inherit;font-size:.625rem;font-weight:600;color:#64748b;cursor:default}.checkout-payment-card__more-wrap:hover .checkout-payment-card__brand-more,.checkout-payment-card__more-wrap:focus-within .checkout-payment-card__brand-more{border-color:#4e9bb6;color:#3d839c}.checkout-payment-card__brand-more:focus-visible{outline:none;box-shadow:0 0 0 2px #4e9bb659}.checkout-payment-card__more-popover{position:absolute;top:calc(100% + .45rem);right:0;z-index:5;display:flex;flex-direction:column;gap:.35rem;padding:.45rem .5rem;border-radius:8px;background:#4e9bb6;box-shadow:0 6px 18px #0f172a2e;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}.checkout-payment-card__more-popover:after{content:"";position:absolute;top:-.35rem;right:.55rem;width:.65rem;height:.65rem;background:#4e9bb6;transform:rotate(45deg);border-radius:2px 0 0}.checkout-payment-card__more-wrap:hover .checkout-payment-card__more-popover,.checkout-payment-card__more-wrap:focus-within .checkout-payment-card__more-popover{opacity:1;visibility:visible}.checkout-payment-card__more-row{display:flex;align-items:center;gap:.35rem}.checkout-payment-card__more-row--center{justify-content:center}.checkout-payment-card__more-popover .checkout-payment-card__brand{min-width:2.35rem;height:1.35rem;padding:0 .3rem;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:#fff;box-shadow:0 1px 2px #0f172a14}.checkout-payment-card__brand--discover{font-size:.4375rem;font-weight:800;color:#ff6000;letter-spacing:.01em}.checkout-payment-card__brand--diners{padding:0 .2rem;background:#fff}.checkout-payment-card__brand--elo{font-size:.6875rem;font-weight:800;color:#00a4e0;text-transform:lowercase;letter-spacing:.02em}.checkout-payment-card__brand--jcb{font-size:.5625rem;font-weight:800;color:#0b4ea2;letter-spacing:.04em}.checkout-payment-card__brand--unionpay{font-size:.4375rem;font-weight:800;color:#e21836;letter-spacing:.01em}.checkout-payment-card__body{display:flex;flex-direction:column;gap:.85rem;padding:1rem;background:#f6f6f4}.checkout-card-fields{display:flex;flex-direction:column;gap:.85rem;width:100%}.checkout-card-fields__row{margin-bottom:0}.checkout-card-fields__field{margin:0}.checkout-payment-card__field{display:block;margin:0}.checkout-payment-card__input{margin:0}.checkout-payment-card__input::placeholder{color:#9ca3af}.checkout-payment-card__input:focus{border-color:#4e9bb6;box-shadow:0 0 0 3px #4e9bb633}.checkout-payment-card__billing{display:flex;align-items:flex-start;gap:.65rem;margin:.15rem 0 0;cursor:pointer}.checkout-payment-card__billing-checkbox{flex-shrink:0;width:1.125rem;height:1.125rem;margin:.1rem 0 0;accent-color:#4e9bb6;cursor:pointer}.checkout-payment-card__billing-copy{flex:1;min-width:0;font-size:.875rem;line-height:1.4;color:#334155}.checkout-billing-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .45s cubic-bezier(.33,1,.68,1),opacity .35s ease;pointer-events:none}.checkout-billing-panel--open{grid-template-rows:1fr;opacity:1;pointer-events:auto}.checkout-billing-panel__inner{overflow:hidden;min-height:0}.checkout-billing-panel__content{padding-top:.85rem;transform:translateY(-.35rem);transition:transform .45s cubic-bezier(.33,1,.68,1)}.checkout-billing-panel--open .checkout-billing-panel__content{transform:translateY(0)}@media (prefers-reduced-motion: reduce){.checkout-billing-panel,.checkout-billing-panel__content{transition:none}}.checkout-billing-panel__heading{margin:0 0 .85rem;font-size:1rem;font-weight:700;line-height:1.3;color:#0a0a0a}.checkout-billing-fields{display:flex;flex-direction:column;gap:.85rem}.checkout-billing-fields .checkout-field-row,.checkout-billing-fields .checkout-field-row .checkout-billing-field{margin:0}.checkout-address-autocomplete{display:block;position:relative}.checkout-address-autocomplete__wrap{position:relative}.checkout-billing-field--with-icon .checkout-address-autocomplete__wrap .checkout-field__input{padding-right:2.35rem}.checkout-address-autocomplete__list{position:absolute;left:0;right:0;top:100%;z-index:30;margin:.25rem 0 0;padding:.35rem 0;list-style:none;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1f;max-height:14rem;overflow-y:auto}.checkout-address-autocomplete__option{padding:.55rem .85rem;font-size:.875rem;line-height:1.35;color:#0f172a;cursor:pointer}.checkout-address-autocomplete__option--active,.checkout-address-autocomplete__option:hover{background:#eef7fa}.checkout-billing-field{display:block;margin:0;position:relative}.checkout-billing-field__input{margin:0}.checkout-billing-field__input::placeholder{color:#9ca3af}.checkout-billing-field__input:disabled{opacity:.65}.checkout-billing-field--with-icon .checkout-billing-field__input{padding-right:2.35rem}.checkout-billing-field__control{position:relative;display:block}.checkout-billing-field__control:has(.checkout-billing-field__help){overflow:visible}.checkout-billing-field__icon{position:absolute;top:50%;right:.85rem;transform:translateY(-50%);display:flex;color:#94a3b8;pointer-events:none}.checkout-billing-field__help{position:absolute;top:50%;right:.65rem;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:50%;background:transparent;color:#94a3b8;cursor:help}.checkout-billing-field__help:hover,.checkout-billing-field__help:focus-visible{color:#64748b}.checkout-billing-field__help:focus-visible{outline:none;box-shadow:0 0 0 2px #4e9bb659}.checkout-billing-field__tooltip{position:absolute;right:0;bottom:calc(100% + .45rem);z-index:2;width:min(16.5rem,calc(100vw - 2.5rem));padding:.65rem .75rem;border-radius:8px;background:#0a0a0a;box-shadow:0 4px 14px #0f172a33;font-size:.75rem;font-weight:500;line-height:1.45;text-align:left;color:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}.checkout-billing-field__help:hover .checkout-billing-field__tooltip,.checkout-billing-field__help:focus-visible .checkout-billing-field__tooltip{opacity:1;visibility:visible}.checkout-billing-field--invalid .checkout-billing-field__input{border-color:#dc2626}.checkout-billing-field--invalid .checkout-billing-field__input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.checkout-field--invalid .checkout-field__input,.checkout-field--invalid .checkout-field__select{border-color:#dc2626}.checkout-field--invalid .checkout-field__input:focus,.checkout-field--invalid .checkout-field__select:focus{border-color:#dc2626;box-shadow:0 0 0 1px #dc2626}.checkout-field__error--block{display:block;margin-top:-.35rem;margin-bottom:.5rem}.checkout-field__error{display:block;margin-top:.35rem;font-size:.75rem;line-height:1.35;color:#b91c1c}.checkout-sticky-payment__error{margin:0;font-size:.8125rem;line-height:1.45;color:#b91c1c}.checkout-form__payment-error{margin:0 0 1.25rem;padding:.75rem 1rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;font-size:.875rem}.checkout-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.checkout-field__label{font-size:.8125rem;font-weight:600;color:#334155}.checkout-field__input{width:100%;box-sizing:border-box;padding:.72rem .85rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-family:inherit;font-size:.9375rem;color:#0a0a0a;transition:border-color .15s ease,box-shadow .15s ease}.checkout-field__input:focus{outline:none;border-color:#4e9bb6;box-shadow:0 0 0 3px #4e9bb633}@media (max-width: 767px){.checkout-field__input,.checkout-billing-field__input,.checkout-payment-card__input,.checkout-collect-host{font-size:16px}}@keyframes checkout-autofill-start{0%{opacity:1}to{opacity:1}}.checkout-payment-card__body input:-webkit-autofill{animation-name:checkout-autofill-start;animation-duration:.01s}.checkout-field__input::placeholder{color:#9ca3af}.checkout-field__input--placeholder:invalid,.checkout-field__input--placeholder option[value=""]{color:#9ca3af}.checkout-shipping-fields{display:flex;flex-direction:column;gap:.85rem}.checkout-shipping-fields .checkout-field,.checkout-shipping-fields .checkout-field-row .checkout-field{margin-bottom:0}.checkout-field__input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.checkout-marketing{display:flex;align-items:flex-start;gap:.65rem;margin:.15rem 0 0;cursor:pointer}.checkout-marketing__checkbox{flex-shrink:0;width:1.125rem;height:1.125rem;margin:.1rem 0 0;accent-color:var(--od-green-bar, #4e9bb6);cursor:pointer}.checkout-marketing__copy{flex:1;min-width:0;font-size:.8125rem;line-height:1.4;color:#334155}.checkout-field__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.25rem}.checkout-field-row{display:grid;gap:.85rem;margin-bottom:.85rem}.checkout-field-row--split{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-field-row--thirds{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-field-row .checkout-field{margin-bottom:0}.checkout-shipping-options{display:flex;flex-direction:column;gap:.65rem;overflow:visible}.checkout-shipping-note{margin:.75rem 0 0;font-size:.8125rem;line-height:1.45;color:#64748b}.checkout-shipping-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.checkout-shipping-option__radio{flex-shrink:0;width:1.125rem;height:1.125rem;border-radius:999px;border:2px solid rgba(0,0,0,.25);position:relative;background:#fff}.checkout-shipping-option--selected .checkout-shipping-option__radio{border-color:var(--od-green-bar, #4e9bb6)}.checkout-shipping-option--selected .checkout-shipping-option__radio:after{content:"";position:absolute;inset:3px;border-radius:inherit;background:var(--od-green-bar, #4e9bb6)}.checkout-shipping-option:hover{border-color:#94a3b8}.checkout-shipping-option--selected{border-color:#4e9bb6;background:var(--od-mint, #eaf3f6)}.checkout-shipping-option__copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.checkout-shipping-option__name{font-size:.875rem;font-weight:600;color:#0a0a0a}.checkout-shipping-option__days{font-size:.8125rem;font-weight:500;color:#64748b}.checkout-shipping-option__price{font-size:.875rem;font-weight:700;color:#0a0a0a}.checkout-policies{display:flex;align-items:flex-start;justify-content:center;gap:.55rem;width:fit-content;max-width:100%;margin:1.25rem auto 1rem;font-size:.8125rem;line-height:1.45;text-align:center;color:#1a1a1ae0;cursor:pointer}.checkout-policies__checkbox{flex-shrink:0;width:1rem;height:1rem;margin-top:.15rem}.checkout-policies__copy a{color:#0a0a0a;font-weight:600;text-decoration:underline;text-underline-offset:.12em}.checkout-form__submit{display:flex;align-items:center;justify-content:center;width:100%;margin-top:1.75rem;scroll-margin-top:1rem;scroll-margin-bottom:1rem;padding:1rem 1.5rem;border:none;border-radius:9999px;font-family:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--od-green-bar, #4e9bb6);box-shadow:0 3px #3d839c;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .1s ease,opacity .15s ease}.checkout-form__submit:not(:disabled):hover{background:#5aabbd;transform:translateY(2px);box-shadow:0 1px #3d839c}.checkout-form__submit:not(:disabled):active{transform:translateY(3px);box-shadow:none}.checkout-form__submit:disabled{opacity:.55;cursor:not-allowed}.checkout-form__submit--loading{gap:.65rem;pointer-events:none}.checkout-form__submit-spinner{flex-shrink:0;width:1.125rem;height:1.125rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:checkout-submit-spin .7s linear infinite}@keyframes checkout-submit-spin{to{transform:rotate(360deg)}}.checkout-form__secure-note{margin:.85rem 0 0;font-size:.8125rem;line-height:1.4;text-align:center;color:#64748b}.checkout-order-success{margin:0 0 1.5rem;padding:1.25rem 1rem;border:1px solid #4e9bb6;border-radius:8px;background:#eaf3f6;text-align:center}.checkout-header--compact{padding-bottom:clamp(1rem,2.5vw,1.25rem)}.order-thank-you{flex:1;display:flex;justify-content:center;padding:clamp(2rem,5vw,3.5rem) 1.25rem clamp(2.5rem,6vw,4rem);background:#f4f7f9}.order-thank-you__inner{display:flex;flex-direction:column;align-items:center;width:min(100%,34rem);text-align:center;container-type:inline-size}.order-thank-you__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:3.25rem;height:3.25rem;margin-bottom:1.25rem;border-radius:999px;background:var(--od-green-bar, #4e9bb6);color:#fff}.order-thank-you__title{margin:0;width:100%;font-size:clamp(1.125rem,2.8vw,1.625rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#0a0a0a;white-space:nowrap}.order-thank-you__lead{margin:.85rem 0 0;width:100%;font-size:.9375rem;line-height:1.55;color:#64748b}.order-thank-you__order-box{margin:1rem 0 0;width:100%;box-sizing:border-box;padding:.85rem 1rem;border:1.5px dotted #94a3b8;border-radius:8px;background:#fff;font-size:.9375rem;line-height:1.45;color:#475569}.order-thank-you__order-id{font-weight:700;color:#334155}.order-thank-you__summary{width:100%;margin-top:clamp(1.75rem,4vw,2.25rem);padding:clamp(1.15rem,3vw,1.35rem);border-radius:12px;background:#fff;box-shadow:0 8px 28px #0f172a14;text-align:left}.order-thank-you__summary-heading{margin:0 0 1rem;font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a}.order-thank-you__lines{list-style:none;margin:0;padding:0}.order-thank-you__line{display:grid;grid-template-columns:3.5rem minmax(0,1fr) auto;gap:.85rem;align-items:center;padding:.85rem 0;border-bottom:1px solid #e2e8f0}.order-thank-you__line:first-child{padding-top:0}.order-thank-you__thumb{display:block;width:3.5rem;height:3.5rem;border-radius:8px;object-fit:cover;background:#f1f5f9}.order-thank-you__line-copy{min-width:0}.order-thank-you__product{margin:0;font-size:.875rem;font-weight:600;line-height:1.35;color:#0a0a0a}.order-thank-you__variant{margin:.2rem 0 0;font-size:.75rem;line-height:1.35;color:#64748b}.order-thank-you__line-price{margin:0;font-size:.875rem;font-weight:600;color:#0a0a0a;white-space:nowrap}.order-thank-you__line-price-free{font-weight:800;color:var(--od-green-bar, #4e9bb6)}.order-thank-you__total{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem}.order-thank-you__total-label,.order-thank-you__total-amount{font-size:1rem;font-weight:700;color:#0a0a0a}.order-thank-you__total-label{letter-spacing:.06em;text-transform:uppercase}.order-thank-you__planner{width:100%;margin-top:clamp(1.75rem,4vw,2.25rem);text-align:center}.order-thank-you__planner-copy{margin:0;font-size:.9375rem;line-height:1.55;color:#475569}.order-thank-you__plan-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;margin-top:1.15rem;padding:.85rem 1.5rem;border:none;border-radius:8px;background:var(--od-green-bar, #4e9bb6);box-shadow:0 3px #3d839c;font-size:.9375rem;font-weight:700;color:#fff;text-decoration:none;transition:background .15s ease,transform .1s ease,box-shadow .1s ease}.order-thank-you__plan-cta:hover{background:#5aabbd;transform:translateY(2px);box-shadow:0 1px #3d839c}.order-thank-you__plan-cta:active{transform:translateY(3px);box-shadow:none}.order-thank-you__plan-cta:focus-visible{outline:2px solid #0a0a0a;outline-offset:2px}.order-thank-you__google-reviews{margin-top:clamp(1rem,3vw,1.5rem);min-height:1px}.order-thank-you__home{display:inline-block;margin-top:clamp(.75rem,2vw,1rem);font-size:.875rem;font-weight:500;color:#64748b;text-decoration:none;transition:color .15s ease}.order-thank-you__home:hover{color:#334155}.order-thank-you__home:focus-visible{outline:2px solid var(--od-green-bar, #4e9bb6);outline-offset:2px;border-radius:2px}.post-upsell{flex:1;display:flex;justify-content:center;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,4vw,2.5rem) clamp(2.5rem,6vw,3.5rem);background:#fff}.post-upsell__inner{width:100%;max-width:72rem;margin:0 auto}.post-upsell__title{margin:0 0 1.15rem;font-size:clamp(1.35rem,4.2vw,1.85rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#0a0a0a;text-align:center}.post-upsell__banner{margin:0 0 1.35rem;padding:.95rem 1.1rem;border-radius:12px;border:1px solid rgba(78,155,182,.35);background:linear-gradient(180deg,#eef7fa,#e3f2f7);text-align:center;box-shadow:inset 0 1px #ffffffd9,0 1px 2px #0f172a0d}.post-upsell__banner-copy{margin:0;font-size:clamp(.8125rem,2.1vw,.9375rem);line-height:1.45;color:#334155;white-space:nowrap}.post-upsell__banner-copy strong{color:#0a0a0a;font-weight:700}.post-upsell__banner-countdown{font-variant-numeric:tabular-nums;color:#b45309}.post-upsell__offer{padding:clamp(1rem,3vw,1.75rem);border-radius:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 8px 28px #0f172a0f}.post-upsell__offer-media{display:flex;justify-content:center;margin:0 0 1rem}.post-upsell__offer-image{display:block;width:auto;height:auto;max-width:100%;border-radius:12px}.post-upsell__offer-copy{min-width:0}.post-upsell__offer-heading{margin:0 0 .75rem;font-size:clamp(1.35rem,4vw,1.65rem);font-weight:800;line-height:1.25;letter-spacing:.01em;color:#0a0a0a}.post-upsell__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .55rem;margin:0 0 .85rem}.post-upsell__price-compare{font-size:.8125rem;font-weight:600;color:#94a3b8;text-decoration:line-through}.post-upsell__price-current{font-size:1.0625rem;font-weight:800;color:#0a0a0a}.post-upsell__price-save{font-size:.75rem;font-weight:700;color:#4e9bb6}.post-upsell__body{margin:0 0 .65rem;font-size:.9375rem;line-height:1.55;color:#334155}.post-upsell__body strong{color:#0a0a0a;font-weight:700}.post-upsell__body--muted{margin-bottom:1rem;color:#64748b;font-size:.875rem}.post-upsell__totals{margin:0 0 1.15rem;padding:.85rem .95rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.post-upsell__totals-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.9375rem;line-height:1.45;color:#475569}.post-upsell__totals-row+.post-upsell__totals-row{margin-top:.35rem}.post-upsell__totals-row--discount{color:#15803d;font-weight:600}.post-upsell__totals-divider{height:1px;margin:.65rem 0 .55rem;background:#e2e8f0}.post-upsell__totals-row--new{font-size:1rem;font-weight:700;color:#0a0a0a}.post-upsell__cta{display:block;width:100%;max-width:36rem;margin:0 0 .75rem;padding:.9rem 1rem;border:none;border-radius:999px;background:#4e9bb6;color:#fff;font:inherit;font-size:.9375rem;font-weight:700;line-height:1.3;text-align:center;cursor:pointer;transition:background .15s ease,transform .12s ease}.post-upsell__cta:hover{background:#3d839c}.post-upsell__cta:active{transform:scale(.99)}.post-upsell__cta:focus-visible{outline:2px solid #4e9bb6;outline-offset:2px}.post-upsell__decline{display:block;width:fit-content;max-width:100%;margin:0;padding:.35rem .5rem;border:none;background:none;color:#64748b;font:inherit;font-size:.875rem;font-weight:600;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.post-upsell__decline:hover{color:#334155}.post-upsell__decline:focus-visible{outline:2px solid #4e9bb6;outline-offset:2px;border-radius:4px}.checkout-order-success__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:#0a0a0a}.checkout-order-success__message{margin:0;font-size:.9375rem;line-height:1.45;color:#334155}.checkout-order-success__id{margin:.65rem 0 0;font-size:.8125rem;font-weight:600;color:#64748b}.checkout-form__policies{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1.25rem;margin:1.25rem 0 0;padding-top:1.25rem;border-top:1px solid #ebebeb}.checkout-form__policies a{font-size:.8125rem;line-height:1.3;color:#0a0a0a;text-decoration:underline;text-underline-offset:2px}.checkout-form__policies a:hover{color:#4e9bb6}.checkout-footer--mobile-policies{display:none}.checkout-footer__policies{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1.25rem;margin:0;padding:0}.checkout-footer__policies a{font-size:.8125rem;line-height:1.3;color:#0a0a0a;text-decoration:underline;text-underline-offset:2px}.checkout-footer__policies a:hover{color:#4e9bb6}.checkout-summary{background:#f6f6f4}.checkout-summary__toggle{display:none}.checkout-summary__panel{display:block}@media (min-width: 901px){.checkout-express{margin-bottom:clamp(1.75rem,3vw,2.25rem)}.checkout-express__buttons{align-items:stretch}.checkout-express__applepay-host,.checkout-express__googlepay-host{flex:0 0 10.3125rem;width:10.3125rem;max-width:10.3125rem}.checkout-summary{align-items:flex-start}.checkout-summary__stack{width:100%;max-width:36rem}.checkout-summary__inner{padding-left:clamp(1.25rem,3vw,2.5rem);padding-right:clamp(1.25rem,5vw,4rem)}.checkout-summary__line{grid-template-columns:auto minmax(0,1fr) minmax(5.5rem,max-content);column-gap:1.15rem}.checkout-summary__line-price{justify-self:end;min-width:5.5rem}.checkout-summary__totals{padding-right:0}.checkout-summary__row dd{min-width:5.5rem;text-align:right}.checkout-summary__panel{display:block;max-height:none;overflow:visible}}.checkout-summary__inner{padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,5vw,4rem) 0 clamp(1.25rem,3vw,2.5rem)}.checkout-summary__lines{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.checkout-summary__line{display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:start;margin-bottom:0}.checkout-upsell{position:relative;display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-top:.25rem;padding:1.35rem 1rem 1rem;border:1px solid rgba(78,155,182,.45);border-radius:12px;background:var(--od-mint, #eaf3f6);text-align:center}.checkout-upsell__badge{position:absolute;top:-.65rem;left:50%;transform:translate(-50%);padding:.2rem .65rem;border-radius:9999px;background:var(--od-green-bar, #4e9bb6);font-size:.6875rem;font-weight:800;letter-spacing:.02em;color:#fff;white-space:nowrap}.checkout-upsell__title{margin:.35rem 0 0;max-width:14rem;font-size:1.0625rem;font-weight:800;line-height:1.25;color:#0a0a0a}.checkout-upsell__list{display:flex;flex-direction:column;gap:.55rem;width:100%;max-width:16rem;margin:0;padding:0;list-style:none;text-align:left}.checkout-upsell__item{display:flex;align-items:flex-start;gap:.55rem;font-size:.8125rem;font-weight:600;line-height:1.35;color:#334155}.checkout-upsell__icon{flex-shrink:0;margin-top:.05rem;color:var(--od-green-bar, #4e9bb6)}.checkout-upsell__cta{width:100%;margin-top:.15rem;padding:.8rem 1rem;border:none;border-radius:9999px;background:var(--od-green-bar, #4e9bb6);box-shadow:0 3px #3d839c;font-family:inherit;font-size:.9375rem;font-weight:800;color:#fff;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .1s ease,opacity .15s ease}.checkout-upsell__cta:hover{background:#5aabbd}.checkout-upsell__cta:active{transform:translateY(2px);box-shadow:0 1px #3d839c}.checkout-upsell-slot--mobile{display:none}@media (max-width: 900px){.checkout-upsell-slot--summary{display:none}.checkout-upsell-slot--mobile{display:block;width:100%;margin-bottom:clamp(1rem,3vw,1.25rem)}}.checkout-summary__thumb-wrap--plan{display:flex;align-items:center;justify-content:center;background:#eaf3f6}.checkout-summary__plan-icon{display:flex;align-items:center;justify-content:center;color:#4e9bb6}.checkout-summary__thumb-wrap{position:relative;flex-shrink:0;width:4rem;height:4rem;border-radius:10px;border:2px solid #fff;box-shadow:0 0 0 1px #0000001a;overflow:visible;background:#eef1f4;line-height:0}.checkout-summary__thumb{display:block;width:100%;height:100%;border-radius:8px;object-fit:cover}.checkout-summary__qty{position:absolute;top:-.5rem;right:-.5rem;z-index:1;display:flex;align-items:center;justify-content:center;min-width:1.375rem;height:1.375rem;padding:0 .2rem;border:2px solid #fff;border-radius:7px;background:#0a0a0a;color:#fff;font-size:.8125rem;font-weight:700;line-height:1;box-sizing:border-box}.checkout-summary__line-copy{min-width:0}.checkout-summary__product{margin:0;font-size:.9375rem;font-weight:500;line-height:1.3;color:#0a0a0a}.checkout-summary__variant{margin:.2rem 0 0;font-size:clamp(.625rem,1.6vw,.75rem);font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:#64748b;white-space:nowrap}.checkout-summary__line-price{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;margin:0;font-size:.9375rem;font-weight:700;font-variant-numeric:tabular-nums;color:#0a0a0a}.checkout-summary__compare-at{font-size:.8125rem;font-weight:500;color:#94a3b8;text-decoration:line-through;text-decoration-thickness:1px}.checkout-summary__line-price-free{font-size:.9375rem;font-weight:700;color:#15803d}.checkout-summary__totals{margin:0;padding-top:1rem;border-top:1px solid rgba(10,10,10,.1)}.checkout-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.5rem;font-size:.875rem;color:#334155}.checkout-summary__row dt,.checkout-summary__row dd{margin:0}.checkout-summary__row dd{font-weight:600;font-variant-numeric:tabular-nums}.checkout-summary__row--discount dd{color:#15803d}.checkout-summary__row--total{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(10,10,10,.12);font-size:1rem;font-weight:700;color:#0a0a0a}.checkout-summary__total{font-size:1.125rem}.checkout-summary__usd{margin-left:.35rem;font-size:.75rem;font-weight:600;color:#64748b}.checkout-social{flex:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:36rem;margin-top:0;padding:1.25rem clamp(1.25rem,5vw,4rem) clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,3vw,2.5rem);background:transparent;border-top:none;box-sizing:border-box}.checkout-reviews__heading{width:100%;margin:0 0 .85rem;font-size:clamp(.625rem,1.6vw,.75rem);font-weight:700;letter-spacing:.06em;text-align:center;text-transform:uppercase;color:#0a0a0a}.checkout-reviews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;width:100%;margin-bottom:1.25rem}.checkout-review{margin:0;padding:.9rem .85rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.checkout-review__quote{margin:0;font-size:.8125rem;line-height:1.5;font-weight:400;color:#334155}.checkout-review__meta{display:flex;flex-direction:column;gap:.3rem;margin-top:.65rem}.checkout-review__author{font-size:.8125rem;font-weight:700;color:#0a0a0a}.checkout-review__stars{font-size:.8125rem;letter-spacing:.08em;line-height:1;color:#ea580c}.checkout-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;margin:0;padding:0;list-style:none}.checkout-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.checkout-trust__icon{display:flex;align-items:center;justify-content:center;height:20px;color:#64748b}.checkout-trust__icon svg{display:block;height:20px;width:auto}.checkout-trust__title{font-size:.8125rem;font-weight:700;line-height:1.25;color:#0a0a0a}.checkout-trust__text{font-size:.75rem;line-height:1.4;color:#64748b;max-width:8.5rem}@media (max-width: 900px){app-checkout{min-height:100dvh}.checkout-form__policies--desktop{display:none}.checkout-footer--mobile-policies{display:block;margin-top:auto;padding:1.5rem 1.25rem 2rem;background:#fff;border-top:1px solid #ebebeb}.checkout{display:block}.checkout__layout{display:flex;flex-direction:column;flex:none;min-height:0}.checkout-summary{display:contents}.checkout-summary__stack{order:1;width:100%;max-width:none;background:#f6f6f4;border-bottom:1px solid #e2e8f0}.checkout__main{order:2;display:block;width:100%;max-width:none;box-sizing:border-box;padding:clamp(1.5rem,4vw,2.5rem) 1.25rem;border-right:none}.checkout-form{width:100%;max-width:none;min-width:0}.checkout-express{margin-bottom:clamp(1.25rem,3vw,1.75rem)}.checkout-express__buttons{flex-direction:column;align-items:stretch;gap:.75rem}.checkout-express__applepay-host,.checkout-express__googlepay-host{width:100%;min-width:0;max-width:none}.checkout-express__applepay-host apple-pay-button{--apple-pay-button-width: 100%;max-width:none}.checkout-express__applepay-host iframe,.checkout-express__googlepay-host iframe{width:100%!important;max-width:none;min-width:0!important}.checkout-form__section,.checkout-shipping-fields,.checkout-shipping-options,.checkout-shipping-option,.checkout-payment-card,.checkout-card-fields,.checkout-field-row,.checkout-field,.checkout-field__input,.checkout-field__select{width:100%;max-width:100%;box-sizing:border-box}.checkout-field-row .checkout-field{min-width:0}.checkout-field-row{margin-bottom:0}.checkout-social{order:3;flex:none;width:100%;max-width:none;padding:1.5rem 1.25rem 2rem;background:#fff;border-top:1px solid #ebebeb}.checkout-summary__toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin:0;padding:.9rem 1.25rem;border:none;border-bottom:1px solid #e2e8f0;background:#f6f6f4;font-family:inherit;cursor:pointer;text-align:left}.checkout-summary__toggle-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:500;color:#0a0a0a}.checkout-summary__toggle-count{font-size:.8125rem;font-weight:500;color:#64748b}.checkout-summary__toggle-chevron{flex-shrink:0;color:#0a0a0a;transition:transform .35s cubic-bezier(.33,1,.68,1)}.checkout-summary__toggle-chevron--open{transform:rotate(180deg)}.checkout-summary__toggle-total{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;font-size:1.125rem;font-weight:700;color:#0a0a0a;font-variant-numeric:tabular-nums}.checkout-summary__toggle-compare{font-size:.8125rem;font-weight:500;color:#94a3b8;text-decoration:line-through}.checkout-summary__panel{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .35s cubic-bezier(.33,1,.68,1)}.checkout-summary__panel--open{grid-template-rows:1fr}.checkout-summary__panel .checkout-summary__inner{min-height:0;overflow:hidden;opacity:0;transition:opacity .28s ease}.checkout-summary__panel--open .checkout-summary__inner{opacity:1;transition:opacity .32s ease .06s}.checkout-summary__inner{position:static;padding:1rem 1.25rem 1.25rem}@media (prefers-reduced-motion: reduce){.checkout-summary__panel,.checkout-summary__panel .checkout-summary__inner,.checkout-summary__toggle-chevron{transition:none}.checkout-summary__panel:not(.checkout-summary__panel--open){display:none}.checkout-summary__panel--open{display:block}.checkout-summary__panel--open .checkout-summary__inner{opacity:1}}.checkout-field-row--thirds{grid-template-columns:minmax(0,1fr)}}@media (max-width: 520px){.checkout-field-row--split,.checkout-reviews{grid-template-columns:minmax(0,1fr)}}body.popup-page{color:#0a0a0a;background:#d4ebf2}.popup-offer{position:relative;min-height:100dvh;display:flex;justify-content:center;padding:max(1rem,env(safe-area-inset-top,0px)) 0 max(.5rem,env(safe-area-inset-bottom,0px));background:#d4ebf2 url(/pics/popup-clouds-bg.webp) center top / cover no-repeat}.popup-offer__inner{position:relative;display:flex;flex-direction:column;width:min(100%,28rem);min-height:calc(100dvh - max(1rem,env(safe-area-inset-top,0px)) - max(.5rem,env(safe-area-inset-bottom,0px)));padding:0 1.35rem}.popup-offer__close{position:absolute;top:max(.85rem,env(safe-area-inset-top,0px));right:.85rem;z-index:2;display:grid;place-items:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:#ffffffeb;color:#1a1a1a;text-decoration:none;box-shadow:0 2px 12px #00000014;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.popup-offer__close:hover{transform:scale(1.04);box-shadow:0 4px 16px #0000001f}.popup-offer__close:focus-visible{outline:2px solid #4e9bb6;outline-offset:2px}.popup-offer__header{display:flex;justify-content:center;padding:clamp(2.5rem,8vw,3.75rem) 0 clamp(1.5rem,5vw,2.25rem)}.popup-offer__logo{display:block;text-decoration:none}.popup-offer__logo-mark{display:block;width:min(11.5rem,62vw);height:auto;filter:brightness(0)}.popup-offer__body{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}@keyframes popup-offer-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.popup-offer__headline{margin:0 0 clamp(1rem,3.5vw,1.35rem);line-height:1.05;letter-spacing:-.03em;opacity:0;animation:popup-offer-reveal .38s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.15s}.popup-offer__headline-lede,.popup-offer__headline-sub{margin:0;font-size:clamp(1.35rem,5.2vw,1.65rem);font-weight:700;color:#0a0a0a}.popup-offer__headline-discount{margin:.08em 0;font-size:clamp(2.85rem,12vw,3.75rem);font-weight:800;line-height:.95;color:#0a0a0a}.popup-offer__problem{display:flex;flex-direction:column;align-items:center;width:min(100%,20.5rem)}.popup-offer__prompt{margin:0 0 .85rem;font-size:clamp(.95rem,3.8vw,1.05rem);font-weight:600;line-height:1.35;color:#0a0a0a;opacity:0;animation:popup-offer-reveal .35s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.42s}.popup-offer__options{display:flex;flex-direction:column;gap:.55rem;width:100%;margin:0;padding:0;list-style:none;opacity:0;animation:popup-offer-reveal .35s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.72s}.popup-offer__option{position:relative;isolation:isolate;overflow:hidden;width:100%;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#ffffff38;backdrop-filter:blur(20px) saturate(1.65);-webkit-backdrop-filter:blur(20px) saturate(1.65);font:inherit;font-size:.9375rem;font-weight:600;line-height:1.3;text-align:center;color:#0a0a0a;cursor:pointer;box-shadow:inset 0 1px #ffffffd1,inset 0 -1px #ffffff2e,0 8px 24px #00000014,0 2px 8px #0000000f;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.popup-offer__option:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#ffffff57,#ffffff0a 42%,#ffffff1f);pointer-events:none}.popup-offer__option:hover{border-color:#ffffffe0;background:#ffffff52;transform:translateY(-1px);box-shadow:inset 0 1px #ffffffeb,inset 0 -1px #ffffff3d,0 12px 28px #0000001a,0 4px 12px #00000014}.popup-offer__option:active{transform:translateY(0);background:#ffffff42}.popup-offer__option:focus-visible{outline:2px solid #4e9bb6;outline-offset:2px}.popup-offer__dismiss{margin-top:1rem;padding:.35rem .5rem;border:none;background:none;font:inherit;font-size:.8125rem;font-weight:500;line-height:1.35;color:#00000085;text-decoration:underline;text-underline-offset:.15em;cursor:pointer;opacity:0;animation:popup-offer-reveal .35s cubic-bezier(.22,1,.36,1) forwards;animation-delay:1s}.popup-offer__dismiss:hover{color:#000000b8}.popup-offer__dismiss:focus-visible{outline:2px solid #4e9bb6;outline-offset:2px;border-radius:4px}.popup-offer__form{display:flex;flex-direction:column;gap:.75rem;width:min(100%,20.5rem)}.popup-offer__form .popup-offer__input{opacity:0;animation:popup-offer-reveal .35s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.15s}.popup-offer__form .popup-offer__cta{opacity:0;animation:popup-offer-reveal .35s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.38s}.popup-offer__input{width:100%;padding:.95rem 1.25rem;border:1px solid rgba(255,255,255,.88);border-radius:999px;background:linear-gradient(135deg,#ffffffb8,#ffffff6b 52%,#ffffff94);backdrop-filter:blur(28px) saturate(1.1);-webkit-backdrop-filter:blur(28px) saturate(1.1);font:inherit;font-size:1rem;text-align:center;color:#0a0a0a;box-shadow:inset 0 1px 1px #fffffff2,inset 0 -1px #ffffff59,0 8px 24px #0000000f,0 2px 8px #0000000a;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.popup-offer__input::placeholder{color:#0006}.popup-offer__input:focus{outline:none;border-color:#fffffffa;background:linear-gradient(135deg,#ffffffd1,#ffffff85 52%,#ffffffad);box-shadow:inset 0 1px 1px #fff,inset 0 -1px #ffffff73,0 0 0 3px #ffffffa6,0 8px 24px #00000014}.popup-offer__cta{position:relative;isolation:isolate;overflow:hidden;width:100%;padding:.95rem 1.25rem;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#ffffff38;backdrop-filter:blur(20px) saturate(1.65);-webkit-backdrop-filter:blur(20px) saturate(1.65);font:inherit;font-size:1.05rem;font-weight:700;color:#0a0a0a;cursor:pointer;box-shadow:inset 0 1px #ffffffd1,inset 0 -1px #ffffff2e,0 8px 24px #00000014,0 2px 8px #0000000f;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.popup-offer__cta:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#ffffff57,#ffffff0a 42%,#ffffff1f);pointer-events:none}.popup-offer__cta:hover{border-color:#ffffffe0;background:#ffffff52;transform:translateY(-1px);box-shadow:inset 0 1px #ffffffeb,inset 0 -1px #ffffff3d,0 12px 28px #0000001a,0 4px 12px #00000014}.popup-offer__cta:active{transform:translateY(0);background:#ffffff42}.popup-offer__cta:focus-visible{outline:2px solid #0a0a0a;outline-offset:2px}.popup-offer__products{position:relative;margin-top:auto;padding-top:clamp(1.25rem,5vw,2rem);display:flex;justify-content:center;align-items:flex-end;min-height:clamp(10rem,38vw,14rem);pointer-events:none}.popup-offer__packets{display:block;width:min(100%,24rem);height:auto;transform:translateY(-.85rem)}@media (min-width: 480px){.popup-offer{padding-top:max(1.5rem,env(safe-area-inset-top,0px))}.popup-offer__inner{border-radius:1.25rem;box-shadow:0 24px 64px #0000001f}}@media (prefers-reduced-motion: reduce){.popup-offer__headline,.popup-offer__prompt,.popup-offer__options,.popup-offer__dismiss,.popup-offer__form .popup-offer__input,.popup-offer__form .popup-offer__cta{opacity:1;animation:none;transform:none}}.site-legal-footer--compact{width:100%}.policy__list--ordered{list-style:decimal;padding-left:1.25rem}.policy__address{font-style:normal;margin:.5rem 0 0;line-height:1.5}.policy__cta-link{display:inline-flex;margin-top:.75rem;padding:.55rem 1rem;border-radius:999px;background:#0a0a0a;color:#fff;font-size:.8125rem;font-weight:700;text-decoration:none}.policy__cta-link:hover{opacity:.92}.checkout-footer .site-legal-footer--compact{padding:0 1rem 1rem}.checkout-subscribe-disclosure{margin:.65rem 0 0}.checkout-subscribe-disclosure p{margin:0;font-size:.75rem;line-height:1.45;text-align:center;color:#1a1a1a66}.checkout-subscribe-disclosure p+p{margin-top:.5rem}.checkout-footer .checkout-subscribe-disclosure{padding:0 1rem 1rem;margin-top:0}@media (min-width: 901px){.checkout-footer.checkout-footer--mobile-policies{display:none}}@media (max-width: 900px){.site-legal-footer--compact .checkout-form__policies--desktop,.checkout-form .checkout-subscribe-disclosure{display:none}}.quiz__footer-actions{flex-direction:column}.quiz__footer-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem}.quiz__back{align-self:center;padding:.65rem 1.5rem;background:transparent;border:1px solid #d7dee6;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#1a1a1ab3;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.quiz__back:hover{color:#0a0a0a;border-color:#b9c4cf;background:#ffffffb3}.quiz__back:focus{outline:none}.quiz__back:focus-visible{outline:2px solid rgba(78,155,182,.85);outline-offset:4px}.quiz__back[hidden]{display:none}.quiz__field-error{margin:0 0 .85rem;max-width:30rem;text-align:center;font-size:.875rem;line-height:1.45;color:#b42318}.quiz__field-error[hidden]{display:none}.quiz__restart{margin-top:.9rem;padding:.4rem .75rem;border:none;background:transparent;color:#1a1a1a80;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:.2em}.quiz__restart:hover{color:#1a1a1acc}.quiz__restart:focus{outline:none}.quiz__restart:focus-visible{outline:2px solid rgba(78,155,182,.55);outline-offset:3px;border-radius:6px}.quiz__restart[hidden]{display:none}.quiz__subtitle--status{margin:.55rem 0 0;font-size:.875rem;color:#1a1a1a99}.quiz__subtitle--status.is-success{color:#15803d;font-weight:600}.quiz__subtitle--status.is-error{color:#b42318;font-weight:600}#quiz-flight-number{text-transform:uppercase}.quiz-summary-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.quiz-summary-section__edit{flex:0 0 auto;padding:.2rem .5rem;border:none;background:transparent;color:#4e9bb6;font:inherit;font-size:.8125rem;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:.2em}.quiz-summary-section__edit:hover{color:#3d839c}.quiz-summary-section__edit:focus{outline:none}.quiz-summary-section__edit:focus-visible{outline:2px solid rgba(78,155,182,.55);outline-offset:3px;border-radius:6px}.quiz-summary__note{margin:.6rem 0 0;font-size:.8125rem;line-height:1.45;color:#1a1a1a99}.quiz-summary__note[hidden]{display:none}.quiz-summary__day-offset{display:inline-block;margin-left:.4rem;padding:.05rem .4rem;border-radius:999px;background:#4e9bb624;color:#2f6d84;font-size:.75rem;font-weight:700;vertical-align:.05em}.quiz-offer__skip{margin-top:.4rem;padding:.7rem 1.5rem;border:1px solid #d7dee6;border-radius:999px;background:#fff;color:#1a1a1abf;text-decoration:none}.quiz-offer__skip:hover{color:#0a0a0a;border-color:#b9c4cf;text-decoration:none}.quiz-loading.is-error .quiz-loading__spinner{display:none}.quiz-plan-share--error{color:#b42318}.quiz-plan-share__error-copy{margin:0;font-size:.875rem;line-height:1.5;color:#b42318}.quiz-plan-share__retry{margin-top:.6rem;padding:.45rem 1.1rem;border:1px solid #d7dee6;border-radius:999px;background:#fff;color:#0a0a0a;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer}.plan-cal__block--clip-top,.plan-cal__block--clip-bottom{align-items:center}.plan-cal__continues{font-weight:800;opacity:.75}.plan-cal__tap-hint{margin:.55rem 0 0;font-size:.75rem;line-height:1.4;text-align:center;color:#1a1a1a73}.quiz-loading__alt{margin-top:.85rem;font-size:.875rem;font-weight:600;color:#1a1a1a8c;text-decoration:underline;text-underline-offset:.2em}.quiz-loading__alt:hover{color:#1a1a1ad9}.quiz-loading__alt[hidden]{display:none}.quiz-leg-picker{margin-top:1rem;width:100%}.quiz-leg-picker[hidden]{display:none}.quiz-leg-picker__title{margin:0 0 .75rem;text-align:center;font-size:.9375rem;line-height:1.45;color:#1a1a1abf}.quiz-leg-picker__options{display:flex;flex-direction:column;gap:.6rem}.quiz-leg-picker__option{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;width:100%;padding:.85rem 1.15rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font:inherit;color:#0a0a0a;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.quiz-leg-picker__option:hover:not(.is-selected){background:#f8fafc;border-color:#cbd5e1}.quiz-leg-picker__option.is-selected{background:#4e9bb61f;border-color:#4e9bb68c}.quiz-leg-picker__option:focus{outline:none}.quiz-leg-picker__option:focus-visible{outline:2px solid rgba(78,155,182,.55);outline-offset:3px}.quiz-leg-picker__route{font-size:1rem;font-weight:700}.quiz-leg-picker__meta{font-size:.8125rem;color:#1a1a1a8c;white-space:nowrap}.quiz-plan-share--pending .quiz-plan-share__inner{display:flex;align-items:center;justify-content:flex-start}.quiz-plan-share__pending-copy{margin:0;font-size:.8125rem;line-height:15px;color:#1a1a1a73}
