@layer components{.gm-hero{display:grid;background-color:var(--gm-c-surface-alt)}.gm-hero__text{display:flex;align-items:center;padding:var(--gm-space-10) var(--gm-gutter)}.gm-hero__text-inner{display:flex;flex-direction:column;gap:var(--gm-space-4);align-items:flex-start;max-width:34rem;margin-left:auto;width:100%}.gm-hero__title{font-size:var(--gm-text-display-xl)}.gm-hero__body{color:var(--gm-c-text-muted);font-size:var(--gm-text-body-lg);max-width:44ch}.gm-hero__body>*+*{margin-top:var(--gm-space-3)}.gm-hero__actions{display:flex;flex-wrap:wrap;gap:var(--gm-space-3)}.gm-hero__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gm-hero--no-image .gm-hero__text-inner{margin-left:auto;margin-right:auto;max-width:var(--gm-container);padding-left:0;padding-right:0}@media (min-width: 1024px){.gm-hero--split{grid-template-columns:1fr 1fr;align-items:stretch}.gm-hero--no-image{grid-template-columns:1fr}.gm-hero--no-image .gm-hero__text{padding-left:var(--gm-gutter);padding-right:var(--gm-gutter)}.gm-hero--no-image .gm-hero__text-inner{padding-right:0}.gm-hero__text{padding-top:var(--gm-space-16);padding-bottom:var(--gm-space-16)}.gm-hero__text-inner{padding-right:var(--gm-space-10)}.gm-hero__media{min-height:32rem}}}@layer components{.gm-term-tiles{list-style:none;padding:0}.gm-term-tile{position:relative;display:block;height:100%;border-radius:var(--gm-radius-lg);overflow:hidden;-webkit-text-decoration:none;text-decoration:none;background-color:var(--gm-c-surface)}.gm-term-tile__media{display:block;aspect-ratio:var(--gm-ratio-editorial)}.gm-term-tile__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--gm-ease)}.gm-term-tile:hover .gm-term-tile__media img{transform:scale(1.04)}.gm-term-tile__body{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:.15rem;padding:var(--gm-space-5);color:rgb(var(--gm-cream-50));background:linear-gradient(to top,rgb(var(--gm-ink-900) / .75),transparent)}.gm-term-tile__name{font-family:var(--gm-font-display);font-size:1.35rem}.gm-term-tile__text{font-size:var(--gm-text-body-sm);opacity:.9}.gm-term-tile__arrow{position:absolute;bottom:var(--gm-space-5);right:var(--gm-space-5);display:grid;align-items:center;justify-items:center;place-items:center;width:2rem;height:2rem;border:1px solid rgb(var(--gm-cream-50) / .6);border-radius:var(--gm-radius-full);color:rgb(var(--gm-cream-50))}.gm-routine{list-style:none;padding:0}.gm-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.gm-benefit{display:flex;flex-direction:column;gap:var(--gm-space-2);align-items:center;text-align:center;padding:var(--gm-space-5) var(--gm-space-4)}.gm-benefit+.gm-benefit{border-left:1px solid var(--gm-c-border)}.gm-benefit__icon{color:var(--gm-c-accent)}.gm-benefit__icon .gm-icon{width:1.6rem;height:1.6rem}.gm-benefit__text{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted);max-width:22ch}@media (max-width: 767px){.gm-benefit+.gm-benefit{border-left:0;border-top:1px solid var(--gm-c-border)}}.gm-uses{list-style:none;padding:0}.gm-use{position:relative;display:flex;flex-direction:column;gap:var(--gm-space-2);height:100%;padding:var(--gm-space-6);background-color:var(--gm-c-surface);border-radius:var(--gm-radius-lg);-webkit-text-decoration:none;text-decoration:none}.gm-use__label{color:var(--gm-c-accent)}.gm-use__text{color:var(--gm-c-text-muted);font-size:var(--gm-text-body-sm)}.gm-use__arrow{margin-top:auto;padding-top:var(--gm-space-3)}.gm-use__arrow .gm-icon{width:1.1rem;height:1.1rem}.gm-splits{display:flex;flex-wrap:wrap;gap:var(--gm-space-2);margin-bottom:var(--gm-space-6)}.gm-splits__item{padding:.5rem 1rem;border:1px solid var(--gm-c-border);border-radius:var(--gm-radius-full);font-size:var(--gm-text-body-sm);-webkit-text-decoration:none;text-decoration:none}.gm-splits__item:hover{border-color:var(--gm-c-action)}.gm-splits__item.is-active{background-color:var(--gm-c-action);border-color:var(--gm-c-action);color:rgb(var(--gm-cream-50))}.gm-steps{list-style:none;padding:0;counter-reset:none}.gm-step{position:relative;display:flex;flex-direction:column;gap:var(--gm-space-3);height:100%;padding:var(--gm-space-6);background-color:rgb(var(--gm-cream-50));border:1px solid var(--gm-c-border);border-radius:var(--gm-radius-lg)}.gm-step__number{display:grid;align-items:center;justify-items:center;place-items:center;width:2rem;height:2rem;border-radius:var(--gm-radius-full);background-color:var(--gm-c-action);color:rgb(var(--gm-cream-50));font-size:var(--gm-text-body-sm)}.gm-step__body{display:flex;flex-direction:column;gap:var(--gm-space-2);height:100%}.gm-step__title{font-size:1.25rem}.gm-step__text{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-step__product{display:flex;align-items:center;gap:var(--gm-space-3);margin-top:auto;padding-top:var(--gm-space-4);font-size:var(--gm-text-body-sm);-webkit-text-decoration:none;text-decoration:none}.gm-step__product img{width:2.75rem;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--gm-radius-md)}.gm-add-routine{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--gm-space-4);padding:var(--gm-space-5) var(--gm-space-6);margin-bottom:var(--gm-space-8);background-color:rgb(var(--gm-cream-50));border:1px solid var(--gm-c-border);border-radius:var(--gm-radius-lg)}.gm-add-routine__title{font-weight:var(--gm-weight-medium)}.gm-add-routine__note{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-prose>*+*{margin-top:var(--gm-space-4)}.gm-prose{color:var(--gm-c-text-muted);font-size:var(--gm-text-body-lg)}.gm-state{padding-top:var(--gm-space-16);padding-bottom:var(--gm-space-16)}.gm-state__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--gm-space-4);max-width:44rem}.gm-state__icon{color:var(--gm-c-accent)}.gm-state__icon .gm-icon{width:2.25rem;height:2.25rem}.gm-state__title{font-family:var(--gm-font-display);font-size:var(--gm-text-display-lg)}.gm-state__text{color:var(--gm-c-text-muted);font-size:var(--gm-text-body-lg)}.gm-state__actions{display:flex;flex-wrap:wrap;gap:var(--gm-space-3);justify-content:center}.gm-state__recovery{width:100%;margin-top:var(--gm-space-8);padding-top:var(--gm-space-8);border-top:1px solid var(--gm-c-border)}.gm-state__recovery ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:var(--gm-space-5);gap:var(--gm-space-5)}.gm-state__recovery a{display:flex;flex-direction:column;gap:.15rem;-webkit-text-decoration:none;text-decoration:none}.gm-state__recovery-label{font-weight:var(--gm-weight-medium)}.gm-state__recovery-text{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-faq{max-width:var(--gm-container-text);margin-left:auto;margin-right:auto}.gm-faq__heading{font-size:var(--gm-text-display-lg);margin-bottom:var(--gm-space-5)}.gm-offer{display:grid;grid-gap:var(--gm-space-8);gap:var(--gm-space-8);max-width:var(--gm-container);margin-left:auto;margin-right:auto;padding:var(--gm-space-8) var(--gm-gutter)}.gm-offer__heading{font-size:var(--gm-text-display-lg);grid-column:1 / -1}.gm-offer__products{display:flex;flex-direction:column;gap:var(--gm-space-5)}.gm-offer__product{display:grid;grid-template-columns:auto 4rem 1fr;grid-gap:var(--gm-space-4);gap:var(--gm-space-4);align-items:center}.gm-offer__step{display:grid;align-items:center;justify-items:center;place-items:center;width:1.75rem;height:1.75rem;border-radius:var(--gm-radius-full);background-color:var(--gm-c-action);color:rgb(var(--gm-cream-50));font-size:var(--gm-text-body-sm)}.gm-offer__media img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--gm-radius-md)}.gm-offer__name a{-webkit-text-decoration:none;text-decoration:none;font-weight:var(--gm-weight-medium)}.gm-offer__subtitle{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-offer__summary{display:flex;flex-direction:column;gap:var(--gm-space-3);align-self:start;padding:var(--gm-space-6);background-color:var(--gm-c-surface);border-radius:var(--gm-radius-lg)}.gm-offer__total{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:var(--gm-weight-medium)}.gm-offer__saving{align-self:flex-start;padding:.3rem .7rem;border-radius:var(--gm-radius-full);background-color:var(--gm-c-action);color:rgb(var(--gm-cream-50));font-size:var(--gm-text-body-sm)}.gm-offer__code{font-size:var(--gm-text-body-sm)}.gm-offer__code-value{font-weight:var(--gm-weight-semi);letter-spacing:.06em}.gm-offer__perk,.gm-offer__expiry{display:flex;align-items:center;gap:var(--gm-space-2);font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-offer__note{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-journal-more{display:flex;justify-content:center}@media (min-width: 900px){.gm-offer{grid-template-columns:1fr 20rem}}.gm-confirmation{display:flex;flex-direction:column;gap:var(--gm-space-8);padding-top:var(--gm-section-y-tight);padding-bottom:var(--gm-section-y-tight)}.gm-confirmation__title{font-family:var(--gm-font-display);font-size:var(--gm-text-display-lg)}.gm-confirmation__text{color:var(--gm-c-text-muted)}.gm-confirmation__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));grid-gap:var(--gm-space-5);gap:var(--gm-space-5);padding:var(--gm-space-5);background-color:var(--gm-c-surface);border-radius:var(--gm-radius-lg)}.gm-confirmation__facts dt{font-size:var(--gm-text-label);letter-spacing:var(--gm-tracking-label);color:var(--gm-c-text-muted)}.gm-confirmation__facts dd{font-weight:var(--gm-weight-medium)}.gm-confirmation__actions{display:flex;flex-wrap:wrap;gap:var(--gm-space-3)}.gm-checkout-state{display:flex;flex-direction:column;gap:var(--gm-space-4);align-items:flex-start;padding-top:var(--gm-section-y-tight);padding-bottom:var(--gm-section-y-tight);max-width:40rem}.gm-contact-methods,.gm-help-topics{list-style:none;padding:0}.gm-contact-method{display:flex;flex-direction:column;gap:var(--gm-space-2);height:100%;padding:var(--gm-space-6);background-color:var(--gm-c-surface);border-radius:var(--gm-radius-lg);-webkit-text-decoration:none;text-decoration:none}.gm-contact-method__icon{color:var(--gm-c-accent)}.gm-contact-method__icon .gm-icon{width:1.6rem;height:1.6rem}.gm-contact-method__label{font-family:var(--gm-font-display);font-size:1.35rem}.gm-contact-method__text{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-contact-method__value{margin-top:auto;padding-top:var(--gm-space-3);font-weight:var(--gm-weight-medium)}.gm-help-topic{display:flex;align-items:flex-start;gap:var(--gm-space-4);height:100%;padding:var(--gm-space-5);border:1px solid var(--gm-c-border);border-radius:var(--gm-radius-lg);-webkit-text-decoration:none;text-decoration:none}.gm-help-topic:hover{border-color:var(--gm-c-action)}.gm-help-topic__icon{color:var(--gm-c-accent)}.gm-help-topic__body{display:flex;flex-direction:column;gap:.15rem}.gm-help-topic__label{font-weight:var(--gm-weight-medium)}.gm-help-topic__text{font-size:var(--gm-text-body-sm);color:var(--gm-c-text-muted)}.gm-help-topic__arrow{margin-left:auto;color:var(--gm-c-text-muted)}.gm-help-topic__arrow .gm-icon{width:1.05rem;height:1.05rem}.gm-contact-layout{display:grid;grid-gap:var(--gm-space-10);gap:var(--gm-space-10)}@media (min-width: 1024px){.gm-contact-layout{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}}.gm-contact-form{display:flex;flex-direction:column;gap:var(--gm-space-4)}.gm-contact-form__title{font-size:var(--gm-text-display-md)}.gm-contact-form__lead{color:var(--gm-c-text-muted);font-size:var(--gm-text-body-sm)}.gm-contact-form__form{display:flex;flex-direction:column;gap:var(--gm-space-5);align-items:flex-start}.gm-contact-form__form>.gm-field,.gm-contact-form__row{width:100%}.gm-contact-form__row{display:grid;grid-gap:var(--gm-space-4);gap:var(--gm-space-4)}@media (min-width: 640px){.gm-contact-form__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.gm-contact-aside{display:flex;flex-direction:column;gap:var(--gm-space-4)}.gm-help-hero{background-color:var(--gm-c-surface-alt);padding-top:var(--gm-space-14);padding-bottom:var(--gm-space-14)}.gm-help-hero__inner{display:flex;flex-direction:column;gap:var(--gm-space-4);align-items:flex-start}.gm-help-hero__title{font-size:var(--gm-text-display-xl)}.gm-help-hero__search{width:min(32rem,100%)}}
