.home-hero{--home-hero-gold-text: #e8c563;--home-hero-body-text: #e5d8ca;position:relative;overflow:hidden;background:var(--ds-primary);color:var(--ds-surface);font-family:var(--ds-font-body)}.home-hero__picture,.home-hero__image,.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-hero__picture{display:block;z-index:0}.home-hero__image{display:block;object-fit:cover;object-position:center var(--home-hero-mobile-position-y, 30%)}.home-hero div.home-hero__overlay{display:block;z-index:1;background:linear-gradient(180deg,#1e110a1f,#1e110a73 45%,#1e110ae6);pointer-events:none}.home-hero__inner{position:relative;z-index:2;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:flex-start;width:100%;padding:160px 20px 28px;gap:13px;text-align:start}.home-hero__eyebrow{display:inline-flex;align-items:center;width:fit-content;height:26px;padding:0 11px;border-radius:var(--ds-radius-pill);background:#bf8f2447;color:var(--home-hero-gold-text);font-size:12px;font-weight:600;line-height:1}.home-hero__heading{max-width:none;margin:0;color:var(--ds-surface);font-family:var(--ds-font-heading);font-size:var(--ds-display-size);font-weight:var(--ds-weight-heading);letter-spacing:var(--ds-heading-tracking);line-height:var(--ds-display-line);text-wrap:pretty}.home-hero__text{max-width:none;margin:0;color:var(--home-hero-body-text);font-size:14px;line-height:1.55;text-wrap:pretty}.home-hero__actions{display:flex;flex-direction:column;align-self:stretch;gap:10px;margin-top:2px}.home-hero__button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:50px;border-radius:var(--ds-radius-md);font-size:15px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.home-hero__button:focus-visible{outline:3px solid var(--home-hero-gold-text);outline-offset:3px}.home-hero__button--primary,.home-hero__button--primary:visited{border:0;background:var(--ds-surface);color:var(--ds-primary)}.home-hero__button--primary:hover{background:var(--ds-surface-2);color:var(--ds-primary)}.home-hero__button--secondary,.home-hero__button--secondary:visited{border:2px solid var(--ds-surface);background:transparent;color:var(--ds-surface)}.home-hero__button--secondary:hover{background:#fffdf91f;color:var(--ds-surface)}@media screen and (min-width:990px){.home-hero{height:560px}.home-hero__image{object-position:center var(--home-hero-desktop-position-y, 30%)}.home-hero div.home-hero__overlay{background:linear-gradient(90deg,#1e110ad9,#1e110a8c 45%,#1e110a1f)}html[dir=rtl] .home-hero div.home-hero__overlay{background:linear-gradient(270deg,#1e110ad9,#1e110a8c 45%,#1e110a1f)}html[dir=rtl] .home-hero__image--bundled{transform:scaleX(-1)}.home-hero__inner{justify-content:center;height:100%;max-width:1120px;margin:0 auto;padding:0 24px;gap:16px}.home-hero__eyebrow{height:28px;padding:0 13px;font-size:13px}.home-hero__heading{max-width:620px;text-wrap:balance}.home-hero__text{max-width:520px;font-size:17px;line-height:1.6}.home-hero__actions{flex-direction:row;align-self:auto;flex-wrap:wrap;gap:12px;margin-top:6px}.home-hero__button{display:inline-flex;min-height:52px;padding:0 30px;font-size:16px}}@media(prefers-reduced-motion:reduce){.home-hero__button{transition:none}}.home-trust{background:var(--ds-surface-soft);border-bottom:1px solid var(--ds-border);color:var(--ds-text);font-family:var(--ds-font-body)}.home-trust__inner{display:flex;flex-direction:column;gap:14px;padding:20px}.home-trust-item{display:flex;align-items:center;gap:13px;min-width:0}.home-trust-item__icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--ds-border);border-radius:13px;background:var(--ds-bg);color:var(--ds-gold);flex-shrink:0}.home-trust-item--success .home-trust-item__icon{color:var(--ds-success)}.home-trust-item__icon svg{display:block;width:26px;height:26px}.home-trust-item__content{min-width:0;font-size:13px;line-height:1.45}.home-trust-item__content strong{font-weight:700}@media screen and (min-width:990px){.home-trust__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));max-width:1120px;margin:0 auto;padding:22px 24px;gap:18px}.home-trust-item__icon{width:48px;height:48px}.home-trust-item__icon svg{width:27px;height:27px}.home-trust-item__content{font-size:14px}}.home-intent{background:var(--ds-bg);color:var(--ds-text);font-family:var(--ds-font-body)}.home-intent__inner{box-sizing:border-box;display:flex;flex-direction:column;gap:16px;padding:32px 20px}.home-intent__header{display:flex;flex-direction:column;gap:8px}.home-intent__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2;text-align:start}.home-intent__text{margin:0;color:var(--ds-muted);font-size:14px;line-height:1.55;text-align:start}.home-intent__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-intent-card,.home-intent-card:visited{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;min-width:0;min-height:44px;padding:16px 14px;border:1px solid var(--ds-border);border-radius:16px;background:var(--ds-surface);color:var(--ds-text);text-align:start;text-decoration:none;transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease}a.home-intent-card:hover{color:var(--ds-text);box-shadow:0 6px 20px #3a241814}a.home-intent-card:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-intent-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:13px;background:var(--ds-surface-2);color:var(--ds-gold);flex-shrink:0}.home-intent-card__icon svg{display:block;width:28px;height:28px}.home-intent-card__title{color:var(--ds-text);font-size:14px;font-weight:700;line-height:1.3}.home-intent-card__text{color:var(--ds-muted);font-size:12px;line-height:1.45}.home-intent-card__cta{display:inline-flex;align-items:baseline;gap:.35em;margin-top:auto;padding-top:4px;color:var(--ds-primary);font-size:12px;font-weight:600;line-height:1.4}.home-intent-card__arrow{display:inline-block}html[dir=rtl] .home-intent-card__arrow{transform:scaleX(-1)}@media screen and (min-width:990px){.home-intent__inner{max-width:1120px;margin:0 auto;padding:64px 24px;gap:22px}.home-intent__header{max-width:640px}.home-intent__heading{font-size:30px;letter-spacing:-.02em}.home-intent__text{font-size:15px;line-height:1.6}.home-intent__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-intent-card,.home-intent-card:visited{gap:12px;padding:24px 22px;border-radius:18px}.home-intent-card__icon{width:56px;height:56px;border-radius:15px}.home-intent-card__icon svg{width:32px;height:32px}.home-intent-card__title{font-size:17px}.home-intent-card__text{font-size:13px;line-height:1.5}.home-intent-card__cta{padding-top:6px;font-size:13px}}@media(prefers-reduced-motion:reduce){.home-intent-card{transition:none}}.home-starter{background:var(--ds-surface-soft);color:var(--ds-text);font-family:var(--ds-font-body)}.home-starter__inner{display:flex;flex-direction:column;gap:14px;padding:32px 0}.home-starter__header{padding:0 20px}.home-starter__header-copy{display:flex;flex-direction:column;gap:6px}.home-starter__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2;text-align:start}.home-starter__text{margin:0;color:var(--ds-muted);font-size:14px;line-height:1.55;text-align:start}.home-starter__track{box-sizing:border-box;display:flex;gap:12px;overflow-x:auto;padding:4px 20px 8px;scroll-padding-inline:20px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.home-starter__track>.product-card-premium{flex:0 0 168px;scroll-snap-align:start}.home-product-card{position:relative;box-sizing:border-box;display:flex;flex:0 0 168px;flex-direction:column;overflow:hidden;border:1px solid var(--ds-border);border-radius:16px;background:var(--ds-surface);scroll-snap-align:start;transition:box-shadow .16s ease}.home-product-card__link,.home-product-card__link:visited{display:flex;flex:1;flex-direction:column;min-width:0;color:var(--ds-text);text-decoration:none}.home-product-card__link:hover{color:var(--ds-text)}.home-product-card__link:focus-visible{outline:3px solid var(--ds-border-strong);outline-offset:-3px}.home-product-card__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--ds-surface-soft)}.home-product-card__image,.home-product-card__placeholder{display:block;width:100%;height:100%;object-fit:cover}.home-product-card__placeholder{padding:18%;color:var(--ds-border-mid)}.home-product-card__badge{position:absolute;top:10px;inset-inline-start:10px;display:inline-flex;align-items:center;max-width:calc(100% - 20px);height:22px;padding:0 9px;overflow:hidden;border-radius:var(--ds-radius-pill);background:var(--ds-success-soft);color:var(--ds-success);font-size:11px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.home-product-card__content{display:flex;flex:1;flex-direction:column;gap:3px;padding:12px 12px 0}.home-product-card__title{color:var(--ds-text);font-size:13px;font-weight:600;line-height:1.3}.home-product-card__subtitle{color:var(--ds-faint);font-size:11px;line-height:1.4}.home-product-card__taste{color:var(--ds-success);font-size:12px;font-weight:500;line-height:1.4}.home-product-card__variant{color:var(--ds-muted);font-size:11px;line-height:1.4}.home-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:8px 12px 12px}.home-product-card__price{min-width:0;color:var(--ds-text);font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.2}.home-product-card__form{position:relative;flex-shrink:0}.home-product-card__form .product-form__error-message-wrapper:not([hidden]){position:absolute;inset-inline-end:0;bottom:calc(100% + 6px);z-index:2;display:flex;width:150px;padding:6px 8px;border:1px solid var(--ds-danger);border-radius:8px;background:var(--ds-bg);color:var(--ds-danger);font-size:10px;line-height:1.35}.home-product-card__form .product-form__error-message-wrapper svg{width:14px;height:14px;flex-shrink:0}.home-product-card__shopify-form{margin:0}.home-product-card__add{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:12px;background:var(--ds-primary);color:var(--ds-surface);cursor:pointer;transition:background-color .16s ease,opacity .16s ease}.home-product-card__add:hover:not(:disabled){background:var(--ds-primary-hover)}.home-product-card__add:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-product-card__add:disabled{background:var(--ds-border-mid);cursor:not-allowed;opacity:.75}.home-product-card__add-icon,.home-product-card__add .sold-out-message{display:flex;align-items:center;justify-content:center}.home-product-card__add-icon svg,.home-product-card__add .sold-out-message>svg{width:20px;height:20px}.home-product-card__add .loading-overlay__spinner{width:20px;height:20px}.home-product-card__add.loading .home-product-card__add-icon{display:none}.home-starter__catalog-tile,.home-starter__catalog-tile:visited{box-sizing:border-box;display:flex;flex:0 0 120px;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px dashed var(--ds-border-mid);border-radius:16px;color:var(--ds-primary);font-size:13px;font-weight:600;line-height:1.35;text-align:center;text-decoration:none;scroll-snap-align:start}.home-starter__catalog-tile:hover{background:var(--ds-bg);color:var(--ds-primary)}.home-starter__catalog-tile:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-starter__catalog-tile svg{width:22px;height:22px}html[dir=rtl] .home-starter__catalog-tile svg{transform:scaleX(-1)}@media screen and (min-width:990px){.home-starter__inner{max-width:1120px;margin:0 auto;padding:64px 24px;gap:22px;overflow:visible}.home-starter__header{padding:0}.home-starter__header-copy{max-width:640px;gap:8px}.home-starter__heading{font-size:30px;letter-spacing:-.02em}.home-starter__text{font-size:15px;line-height:1.6}.home-starter__track{display:flex;gap:20px;overflow-x:auto;width:calc(100% + (100vw - 100%)/2);margin-inline-end:calc((100% - 100vw)/2);padding:4px 24px 10px 0;padding-inline-start:0;padding-inline-end:24px;scroll-padding-inline:0;scroll-snap-type:x mandatory}.home-starter__track>.product-card-premium{flex:0 0 calc((min(1120px,100vw) - 108px)/4);scroll-snap-align:start}.home-product-card{flex-basis:auto;border-radius:18px}.home-product-card__badge{top:12px;inset-inline-start:12px;height:24px;padding:0 10px;font-size:12px}.home-product-card__content{gap:4px;padding:14px 14px 0}.home-product-card__title{font-size:15px}.home-product-card__subtitle{font-size:12px}.home-product-card__taste{font-size:13px}.home-product-card__variant{font-size:12px}.home-product-card__footer{padding:10px 14px 14px}.home-product-card__price{font-size:17px}.home-starter__catalog-tile{display:flex;flex:0 0 calc((min(1120px,100vw) - 108px)/4)}}@media(hover:hover){.home-product-card:hover{box-shadow:0 6px 20px #3a241814}}@media(prefers-reduced-motion:reduce){.home-product-card,.home-product-card__add{transition:none}}.home-campaign{background:var(--ds-surface-soft);color:var(--ds-text);font-family:var(--ds-font-body)}.home-campaign__inner{padding:0 20px 32px}.home-campaign__card{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--ds-border);border-radius:18px;background:var(--ds-bg)}.home-campaign__copy{display:flex;flex-direction:column;gap:8px}.home-campaign__eyebrow{color:var(--ds-faint);font-size:11px;font-weight:600;letter-spacing:var(--ds-tracking-caps);line-height:1.4;text-transform:uppercase}.home-campaign__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:17px;font-weight:700;line-height:1.3}.home-campaign__text{margin:0;color:var(--ds-muted);font-size:13px;line-height:1.5}.home-campaign__button,.home-campaign__button:visited{display:inline-flex;align-items:baseline;align-self:flex-start;gap:.35em;margin-top:2px;color:var(--ds-primary);font-size:13px;font-weight:600;text-decoration:none}.home-campaign__button:hover{color:var(--ds-primary-hover)}.home-campaign__button:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}html[dir=rtl] .home-campaign__arrow{display:inline-block;transform:scaleX(-1)}@media screen and (min-width:990px){.home-campaign__inner{max-width:1120px;margin:0 auto;padding:0 24px 64px}.home-campaign__card{flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding:32px;border-radius:20px}.home-campaign__copy{gap:6px}.home-campaign__heading{font-size:21px}.home-campaign__text{font-size:14px}.home-campaign__button,.home-campaign__button:visited{box-sizing:border-box;align-items:center;align-self:auto;height:48px;margin-top:0;padding:0 26px;border-radius:14px;background:var(--ds-primary);color:var(--ds-surface);font-size:14px}.home-campaign__button:hover{background:var(--ds-primary-hover);color:var(--ds-surface)}.home-campaign__arrow{display:none}}.home-sets{background:var(--ds-bg);color:var(--ds-text);font-family:var(--ds-font-body)}.home-sets__inner{box-sizing:border-box;display:flex;flex-direction:column;gap:16px;padding:32px 20px}.home-sets__header{display:flex;flex-direction:column;gap:8px}.home-sets__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2;text-align:start}.home-sets__text{margin:0;color:var(--ds-muted);font-size:14px;line-height:1.55;text-align:start}.home-sets__journey{overflow:hidden;border:2px solid var(--ds-border-strong);border-radius:20px;background:var(--ds-surface)}.home-sets__media{position:relative;display:flex;align-items:flex-end;min-height:150px;overflow:hidden;border-bottom:1px solid var(--ds-border);background:repeating-linear-gradient(45deg,var(--ds-surface-2) 0 10px,#e6dccb 10px 20px)}.home-sets__media>img,.home-sets__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-sets__media>img{display:block;object-fit:cover}.home-sets__media-overlay{background:linear-gradient(180deg,#1e110a0d,#1e110aad)}.home-sets__media-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;padding:12px 16px}.home-sets__theme-label{display:inline-flex;align-items:center;align-self:flex-start;height:24px;padding:0 11px;border-radius:var(--ds-radius-pill);background:var(--ds-primary);color:var(--ds-surface);font-size:11px;font-weight:700;line-height:1}.home-sets__theme-title,.home-sets__theme-description{display:none}.home-sets__steps{display:flex;flex-direction:column;gap:12px;padding:16px}.home-set-format--step{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--ds-border);border-radius:14px;background:var(--ds-bg)}.home-set-format__step-heading{display:flex;align-items:center;gap:8px}.home-set-format__step-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--ds-radius-pill);font-size:12px;font-weight:700;flex-shrink:0}.home-set-format__step-number--primary{background:var(--ds-surface-2);color:#8a6a1e}.home-set-format__step-number--secondary{background:var(--ds-primary);color:var(--ds-surface)}.home-set-format__eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;line-height:1.35;text-transform:uppercase}.home-set-format__eyebrow--primary{color:#8a6a1e}.home-set-format__eyebrow--secondary{color:var(--ds-primary)}.home-set-format__title{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:16px;font-weight:700;line-height:1.25}.home-set-format__badge{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;max-width:100%;min-height:22px;padding:2px 9px;border-radius:var(--ds-radius-pill);background:var(--ds-surface-2);color:var(--ds-muted);font-size:11px;font-weight:600;line-height:1.3}.home-set-format__description{margin:0;color:var(--ds-muted);font-size:13px;line-height:1.5}.home-set-format__step-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.home-set-format__price{color:var(--ds-text);font-size:18px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.2}.home-set-format__form{position:relative;display:block}.home-set-format__shopify-form{margin:0}.home-set-format__form .product-form__error-message-wrapper:not([hidden]){position:absolute;inset-inline-end:0;bottom:calc(100% + 6px);z-index:3;display:flex;width:180px;padding:7px 9px;border:1px solid var(--ds-danger);border-radius:8px;background:var(--ds-bg);color:var(--ds-danger);font-size:11px;line-height:1.35}.home-set-format__form .product-form__error-message-wrapper svg{width:14px;height:14px;flex-shrink:0}.home-set-format__button,.home-set-format__button:visited{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-width:max-content;height:44px;padding:0 18px;border-radius:12px;font-family:var(--ds-font-body);font-size:14px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer}.home-set-format__button--primary{border:0;background:var(--ds-primary);color:var(--ds-surface)}.home-set-format__button--primary:hover:not(:disabled){background:var(--ds-primary-hover);color:var(--ds-surface)}.home-set-format__button--secondary{border:2px solid var(--ds-primary);background:transparent;color:var(--ds-primary)}.home-set-format__button--secondary:hover{background:var(--ds-surface-soft);color:var(--ds-primary)}.home-set-format__button:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-set-format__button:disabled{border-color:var(--ds-border-mid);background:var(--ds-border-mid);color:var(--ds-bg);cursor:not-allowed}.home-set-format__button .loading-overlay__spinner{width:20px;height:20px}.home-set-format__button.loading .home-set-format__button-label{display:none}.home-sets__connector{display:flex;align-items:center;gap:10px;padding:0 4px;color:#8a6a1e}.home-sets__connector-line{flex:1;border-top:2px dotted var(--ds-gold)}.home-sets__connector-icon{display:inline-flex}.home-sets__connector-icon svg{width:16px;height:16px}.home-sets__connector-label{font-size:11px;font-weight:600;line-height:1.35;text-align:center}html[dir=rtl] .home-sets__connector-icon{transform:scaleX(-1)}.home-sets__compact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-set-format--compact,.home-set-format--compact:visited{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;min-width:0;padding:14px;border:1px solid var(--ds-border);border-radius:16px;background:var(--ds-surface);color:var(--ds-text);text-decoration:none;transition:box-shadow .16s ease}.home-set-format__compact-media{display:block;aspect-ratio:1;overflow:hidden;border-radius:12px;background:var(--ds-surface-soft)}.home-set-format__compact-media img,.home-set-format__placeholder{display:block;width:100%;height:100%;object-fit:cover}.home-set-format__placeholder{padding:18%;color:var(--ds-border-mid)}.home-set-format__compact-content{display:flex;flex:1;flex-direction:column;gap:8px;min-width:0}.home-set-format__compact-title,.home-set-format__compact-title:visited{color:var(--ds-text);font-size:13px;font-weight:700;line-height:1.3;text-decoration:none}.home-set-format__compact-description{color:var(--ds-muted);font-size:11px;line-height:1.4}.home-set-format--compact .home-set-format__badge{min-height:20px;padding-inline:8px;font-size:10px}.home-set-format--compact .home-set-format__form,.home-set-format--compact>.home-set-format__compact-content>.home-set-format__button{width:100%;margin-top:auto}.home-set-format--compact .home-set-format__button{width:100%;min-width:0;height:40px;padding:0 10px;font-size:13px}.home-set-format--link:hover{color:var(--ds-text);box-shadow:0 6px 20px #3a241814}.home-set-format--link:focus-visible,.home-set-format__compact-media:focus-visible,.home-set-format__compact-title:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-sets__mobile-links{display:flex;flex-direction:column;gap:8px;padding-top:14px;border-top:1px solid var(--ds-border)}.home-sets__mobile-links a,.home-sets__mobile-links a:visited{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ds-primary);font-size:14px;font-weight:600;line-height:1.4;text-decoration:none}.home-sets__mobile-links a:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-sets__mobile-links svg{width:18px;height:18px;flex-shrink:0}html[dir=rtl] .home-sets__mobile-links svg{transform:scaleX(-1)}@media screen and (min-width:990px){.home-sets__inner{max-width:1120px;margin:0 auto;padding:64px 24px;gap:24px}.home-sets__header{max-width:640px}.home-sets__heading{font-size:30px;letter-spacing:-.02em}.home-sets__text{font-size:15px;line-height:1.6}.home-sets__journey{display:grid;grid-template-columns:minmax(280px,4fr) minmax(400px,7fr);border-radius:24px}.home-sets__media{min-height:340px;border-bottom:0;border-inline-end:1px solid var(--ds-border);background:repeating-linear-gradient(45deg,var(--ds-surface-2) 0 12px,#e6dccb 12px 24px)}.home-sets__media-copy{gap:10px;padding:24px}.home-sets__theme-label{height:26px;padding:0 12px;font-size:12px}.home-sets__theme-title{display:block;max-width:260px;margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:24px;font-weight:700;line-height:1.2}.home-sets__theme-description{display:block;max-width:270px;margin:0;color:var(--ds-muted);font-size:13px;line-height:1.5}.home-sets__media:has(>img) .home-sets__theme-title{color:var(--ds-surface)}.home-sets__media:has(>img) .home-sets__theme-description{color:var(--ds-on-dark-muted)}.home-sets__steps{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0;padding:28px}.home-set-format--step{gap:8px;padding:0;border:0;border-radius:0;background:transparent}.home-set-format--step:first-child{padding-inline-end:22px}.home-set-format--step:last-child{padding-inline-start:22px}.home-set-format__step-number{width:26px;height:26px;font-size:13px}.home-set-format__title{font-size:18px}.home-set-format__badge{min-height:24px;padding-inline:10px}.home-set-format__step-footer{flex-direction:column;align-items:stretch;margin-top:auto;padding-top:10px}.home-set-format__price{font-size:20px}.home-set-format--step .home-set-format__button{width:100%;height:48px}.home-sets__connector{flex-direction:column;justify-content:center;gap:0;padding:0 6px}.home-sets__connector-line{border-top:0;border-inline-start:2px dotted var(--ds-gold)}.home-sets__connector-icon{align-items:center;justify-content:center;width:38px;height:38px;margin:8px 0;border-radius:var(--ds-radius-pill);background:var(--ds-surface-2)}.home-sets__connector-icon svg{width:22px;height:22px}.home-sets__connector-label{display:none}.home-sets__compact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.home-set-format--compact,.home-set-format--compact:visited{flex-direction:row;align-items:center;gap:16px;padding:18px;border-radius:18px}.home-set-format__compact-media{width:96px;height:96px;aspect-ratio:auto;flex-shrink:0;border-radius:14px}.home-set-format__compact-content{gap:6px}.home-set-format__compact-title{font-size:16px}.home-set-format--compact .home-set-format__badge{min-height:22px;padding-inline:9px;font-size:11px}.home-set-format__compact-description{font-size:12px;line-height:1.45}.home-set-format--compact .home-set-format__button{height:42px;margin-top:4px}.home-sets__mobile-links{display:none}}@media(hover:hover){.home-set-format--compact:hover{box-shadow:0 6px 20px #3a241814}}@media(prefers-reduced-motion:reduce){.home-set-format--compact,.home-set-format__button{transition:none}}.home-brand{background:var(--ds-surface-soft);color:var(--ds-text);font-family:var(--ds-font-body)}.home-brand__inner{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;padding:32px 20px}.home-brand__content{display:contents}.home-brand__eyebrow{order:1;color:var(--ds-gold);font-size:12px;font-weight:600;letter-spacing:var(--ds-tracking-caps);line-height:1.4;text-transform:uppercase}.home-brand__heading{order:2;margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.home-brand__text{order:3;margin:0;color:var(--ds-muted);font-size:14px;line-height:1.6}.home-brand__figure{order:4;display:flex;flex-direction:column;gap:8px;margin:0}.home-brand__image{overflow:hidden;aspect-ratio:4 / 3;border-radius:18px}.home-brand__image img{display:block;width:100%;height:100%;object-fit:cover}.home-brand__figure figcaption{padding-inline-start:4px;color:var(--ds-faint);font-size:12px;font-style:italic;line-height:1.45;transform:rotate(-.5deg)}html[dir=rtl] .home-brand__figure figcaption{transform:rotate(.5deg)}.home-brand__facts{order:5;display:flex;flex-wrap:wrap;gap:8px}.home-brand__fact{display:inline-flex;align-items:center;height:32px;padding:0 13px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-pill);background:var(--ds-bg);color:var(--ds-text);font-size:12px;font-weight:600;line-height:1}.home-brand__link,.home-brand__link:visited{order:6;align-self:flex-start;color:var(--ds-primary);font-size:14px;font-weight:600;line-height:1.4;text-decoration:underline;text-underline-offset:3px}.home-brand__link:hover{color:var(--ds-primary-hover)}.home-brand__link:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}html[dir=rtl] .home-brand__link span{display:inline-block;transform:scaleX(-1)}.home-reviews{background:var(--ds-bg);color:var(--ds-text);font-family:var(--ds-font-body)}.home-reviews__inner{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;padding:32px 20px}.home-reviews__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.home-reviews__app{min-width:0;min-height:580px}.home-reviews__app .shopify-app-block{margin:0}.home-reviews__app .grp-entangle--root{padding-block:0!important;background:transparent!important;font-family:var(--ds-font-body)!important}.home-reviews__app .grp-entangle-write-div{margin-block:0 12px!important}.home-reviews__app .grp-entangle-badge-button{min-height:44px;display:inline-flex!important;align-items:center;border-radius:12px!important;font-family:var(--ds-font-body)!important}@media screen and (min-width:360px){.home-reviews__app{min-height:520px}}@media screen and (min-width:750px){.home-reviews__app{min-height:440px}}@media screen and (min-width:990px){.home-reviews__app{min-height:360px}}.home-learn{background:var(--ds-surface-soft);color:var(--ds-text);font-family:var(--ds-font-body)}.home-learn__inner{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;padding:32px 20px}.home-learn__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.home-learn__grid{display:grid;gap:14px}.home-editorial-card,.home-editorial-card:visited{box-sizing:border-box;display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--ds-border);border-radius:18px;background:var(--ds-surface);color:var(--ds-text);text-decoration:none;transition:box-shadow .16s ease}.home-editorial-card__media{display:block;width:84px;height:84px;overflow:hidden;border-radius:14px;background:repeating-linear-gradient(45deg,var(--ds-surface-2) 0 8px,var(--ds-border) 8px 16px);flex-shrink:0}.home-editorial-card__media img{display:block;width:100%;height:100%;object-fit:cover}.home-editorial-card__content{display:flex;flex-direction:column;gap:4px;min-width:0}.home-editorial-card__title{color:var(--ds-text);font-size:15px;font-weight:700;line-height:1.3}.home-editorial-card__text{color:var(--ds-muted);font-size:12px;line-height:1.45}.home-editorial-card__link{color:var(--ds-primary);font-size:12px;font-weight:600;line-height:1.4}html[dir=rtl] .home-editorial-card__link span{display:inline-block;transform:scaleX(-1)}.home-editorial-card:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-local{background:var(--ds-primary);color:var(--ds-surface);font-family:var(--ds-font-body)}.home-local__inner{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;padding:32px 20px}.home-local__header{display:flex;flex-direction:column;gap:10px}.home-local__heading{margin:0;color:var(--ds-surface);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.home-local__text{margin:0;color:var(--ds-on-dark-muted);font-size:14px;line-height:1.55}.home-local__links{display:flex;flex-direction:column;gap:10px}.home-local-card,.home-local-card:visited{box-sizing:border-box;display:flex;align-items:center;gap:12px;min-height:72px;padding:14px 16px;border:1px solid rgba(255,253,249,.18);border-radius:16px;background:#fffdf914;color:var(--ds-surface);text-decoration:none;transition:background .16s ease}.home-local-card__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#bf8f2440;color:#e8c563;flex-shrink:0}.home-local-card__icon svg{width:24px;height:24px}.home-local-card__content{display:flex;flex:1;flex-direction:column;min-width:0}.home-local-card__title{color:var(--ds-surface);font-size:14px;font-weight:700;line-height:1.4}.home-local-card__text{color:var(--ds-on-dark-muted);font-size:12px;line-height:1.45}.home-local-card__arrow{width:18px;height:18px;color:var(--ds-on-dark-muted);flex-shrink:0}html[dir=rtl] .home-local-card__arrow{transform:scaleX(-1)}.home-local-card:hover{background:#fffdf924;color:var(--ds-surface)}.home-local-card:focus-visible{outline:none;box-shadow:0 0 0 3px #e8c56373}.home-benefits{background:var(--ds-bg);color:var(--ds-text);font-family:var(--ds-font-body)}.home-benefits__inner{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;padding:32px 20px}.home-benefits__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.home-benefits__grid{display:grid;gap:10px}.home-benefit{box-sizing:border-box;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--ds-border);border-radius:16px;background:var(--ds-surface)}.home-benefit__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--ds-surface-2);color:var(--ds-gold);flex-shrink:0}.home-benefit__icon--success{color:var(--ds-success)}.home-benefit__icon svg{width:24px;height:24px}.home-benefit__content{min-width:0}.home-benefit__title{margin:0;color:var(--ds-text);font-family:var(--ds-font-body);font-size:14px;font-weight:700;line-height:1.4}.home-benefit__text{margin:2px 0 0;color:var(--ds-muted);font-size:13px;line-height:1.5}.home-benefits__link,.home-benefits__link:visited{align-self:flex-start;color:var(--ds-primary);font-size:14px;font-weight:600;line-height:1.4;text-decoration:underline;text-underline-offset:3px}.home-benefits__link:hover{color:var(--ds-primary-hover)}.home-benefits__link:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}html[dir=rtl] .home-benefits__link span{display:inline-block;transform:scaleX(-1)}.home-newsletter{background:var(--ds-bg);color:var(--ds-text);font-family:var(--ds-font-body)}.home-newsletter__inner{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;text-align:center}.home-newsletter__header{display:flex;flex-direction:column;align-items:center;gap:8px}.home-newsletter__heading{margin:0;color:var(--ds-text);font-family:var(--ds-font-heading);font-size:23px;font-weight:700;letter-spacing:-.01em;line-height:1.25}.home-newsletter__text{max-width:520px;margin:0;color:var(--ds-muted);font-size:14px;line-height:1.55}.home-newsletter__form{display:flex;flex-direction:column;gap:10px;width:100%;max-width:460px}.home-newsletter__fields{display:flex;flex-direction:column;gap:10px;width:100%}.home-newsletter__input,.home-newsletter__button{box-sizing:border-box;width:100%;height:50px;border-radius:14px;font-family:var(--ds-font-body);font-size:14px}.home-newsletter__input{padding:0 16px;border:1px solid var(--ds-border-mid);background:var(--ds-surface);color:var(--ds-text);line-height:1}.home-newsletter__input::placeholder{color:var(--ds-faint);opacity:1}.home-newsletter__input:hover{border-color:var(--ds-border-strong)}.home-newsletter__input:focus-visible,.home-newsletter__button:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.home-newsletter__button{padding:0 22px;border:1px solid var(--ds-primary);background:var(--ds-primary);color:var(--ds-surface);cursor:pointer;font-weight:600;line-height:1}.home-newsletter__button:hover{border-color:var(--ds-primary-hover);background:var(--ds-primary-hover)}.home-newsletter__button:active{border-color:var(--ds-primary-active);background:var(--ds-primary-active)}.home-newsletter__message{display:flex;align-items:flex-start;justify-content:center;gap:6px;margin:0;font-size:13px;line-height:1.45;text-align:start}.home-newsletter__message svg{width:16px;height:16px;margin-top:1px;flex-shrink:0}.home-newsletter__message--error{color:var(--ds-danger)}.home-newsletter__message--success{color:var(--ds-success)}.home-newsletter__note{margin:0;color:var(--ds-faint);font-size:12px;line-height:1.45}@media screen and (min-width:990px){.home-brand__inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,6fr) minmax(300px,5fr);gap:48px;align-items:center;padding:64px 24px}.home-brand__content{display:flex;flex-direction:column;gap:14px}.home-brand__eyebrow{font-size:13px}.home-brand__heading{font-size:30px;letter-spacing:-.02em}.home-brand__text{font-size:15px;line-height:1.65}.home-brand__facts{margin-top:4px}.home-brand__fact{height:34px;padding:0 14px;font-size:13px}.home-brand__link,.home-brand__link:visited{margin-top:4px;font-size:15px}.home-brand__figure{order:initial}.home-brand__image{border-radius:20px}.home-brand__figure figcaption{padding-inline-start:6px;font-size:13px}.home-reviews__inner,.home-learn__inner,.home-benefits__inner{max-width:1120px;margin:0 auto;gap:22px;padding:64px 24px}.home-reviews__heading,.home-learn__heading,.home-benefits__heading{font-size:30px;letter-spacing:-.02em}.home-reviews__app .grp-entangle-write-div{margin-block-end:18px!important}.home-learn__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:20px}.home-editorial-card,.home-editorial-card:visited{gap:18px;padding:18px;border-radius:20px}.home-editorial-card__media{width:104px;height:104px;border-radius:16px}.home-editorial-card__content{gap:5px}.home-editorial-card__title{font-size:17px}.home-editorial-card__text,.home-editorial-card__link{font-size:13px;line-height:1.5}.home-local__inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(300px,1fr) minmax(300px,1fr);gap:48px;align-items:center;padding:64px 24px}.home-local__header{gap:12px}.home-local__heading{font-size:30px;letter-spacing:-.02em}.home-local__text{font-size:15px;line-height:1.6}.home-local__links{gap:12px}.home-local-card,.home-local-card:visited{gap:14px;min-height:80px;padding:16px 18px}.home-local-card__icon{width:46px;height:46px}.home-local-card__icon svg{width:26px;height:26px}.home-local-card__title{font-size:15px}.home-local-card__text{font-size:13px}.home-local-card__arrow{width:20px;height:20px}.home-benefits__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.home-benefit{gap:14px;height:100%;padding:20px;border-radius:18px}.home-benefit__icon{width:48px;height:48px;border-radius:13px}.home-benefit__icon svg{width:26px;height:26px}.home-benefit__title{font-size:16px}.home-newsletter__inner{max-width:640px;margin:0 auto;gap:14px;padding:64px 24px}.home-newsletter__heading{font-size:30px;letter-spacing:-.02em}.home-newsletter__text{font-size:15px;line-height:1.6}.home-newsletter__fields{flex-direction:row}.home-newsletter__input{min-width:0;flex:1 1 auto}.home-newsletter__button{width:auto;flex:0 0 auto}}@media(hover:hover){.home-editorial-card:hover{box-shadow:0 6px 20px #3a241814}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/home-system.css.map */
