:root{--ascend-cream: #FAF7F4;--ascend-beige: #EDE8E1;--ascend-beige-mid: #D9D2C8;--ascend-stone: #B5AFA6;--ascend-charcoal: #2A2724;--ascend-black: #1A1816;--ascend-white: #FFFFFF;--ascend-accent: #8C7B6E;--ascend-accent-light: #C4B8AE;--ascend-success: #4A7C59;--ascend-error: #A05252;--ascend-font-sans: "Inter", system-ui, -apple-system, sans-serif;--ascend-font-serif: "Playfair Display", Georgia, serif;--ascend-radius-sm: 6px;--ascend-radius-md: 12px;--ascend-radius-lg: 20px;--ascend-radius-full: 999px;--ascend-shadow-sm: 0 1px 4px rgba(42,39,36,.07);--ascend-shadow-md: 0 4px 20px rgba(42,39,36,.1);--ascend-shadow-lg: 0 12px 40px rgba(42,39,36,.13);--ascend-gap-xs: .5rem;--ascend-gap-sm: 1rem;--ascend-gap-md: 2rem;--ascend-gap-lg: 4rem;--ascend-gap-xl: 6rem;--ascend-max-width: 1200px;--ascend-transition: .22s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,svg{display:block;max-width:100%;height:auto}ul[role=list],ol[role=list]{list-style:none}.ascend-container{width:100%;max-width:var(--ascend-max-width);margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.ascend-container{padding-inline:2.5rem}}.ascend-section{padding-block:var(--ascend-gap-lg)}.ascend-section-header{text-align:center;max-width:680px;margin-inline:auto;margin-bottom:var(--ascend-gap-md)}.ascend-section-heading{font-family:var(--ascend-font-serif);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;color:var(--ascend-black);line-height:1.2;letter-spacing:-.02em}.ascend-section-subheading{font-size:1.05rem;color:var(--ascend-accent);margin-top:.75rem;line-height:1.6}.ascend-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ascend-accent);margin-bottom:.6rem}.ascend-eyebrow--light{color:var(--ascend-accent-light)}.ascend-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;font-family:var(--ascend-font-sans);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-decoration:none;border-radius:var(--ascend-radius-full);padding:.85rem 2rem;transition:background var(--ascend-transition),color var(--ascend-transition),transform var(--ascend-transition),box-shadow var(--ascend-transition)}.ascend-btn:focus-visible{outline:2px solid var(--ascend-accent);outline-offset:3px}.ascend-btn--primary{background:var(--ascend-charcoal);color:var(--ascend-cream)}.ascend-btn--primary:hover{background:var(--ascend-black);transform:translateY(-1px);box-shadow:var(--ascend-shadow-md)}.ascend-btn--secondary{background:transparent;color:var(--ascend-charcoal);border:1.5px solid var(--ascend-beige-mid)}.ascend-btn--secondary:hover{border-color:var(--ascend-charcoal);background:var(--ascend-beige)}.ascend-btn--offer{background:var(--ascend-charcoal);color:var(--ascend-cream);font-size:1rem;padding:1rem 2.5rem}.ascend-btn--offer:hover{background:var(--ascend-black);transform:translateY(-1px);box-shadow:var(--ascend-shadow-lg)}.ascend-btn--large{font-size:1.05rem;padding:1.1rem 3rem}.ascend-placeholder-svg{width:100%;height:100%;background:var(--ascend-beige);border-radius:var(--ascend-radius-md)}.ascend-hero{background:var(--ascend-cream);padding-block:var(--ascend-gap-xl)}.ascend-hero__inner{display:grid;grid-template-columns:1fr;gap:var(--ascend-gap-lg);align-items:center}@media(min-width:900px){.ascend-hero__inner{grid-template-columns:1fr 1fr;gap:var(--ascend-gap-md)}}.ascend-hero__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ascend-accent);margin-bottom:.75rem}.ascend-hero__headline{font-family:var(--ascend-font-serif);font-size:clamp(2.2rem,5vw,3.75rem);font-weight:600;color:var(--ascend-black);line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.ascend-hero__subheadline{font-size:1.1rem;color:var(--ascend-accent);line-height:1.65;max-width:480px;margin-bottom:2rem}.ascend-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.ascend-hero__badges{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;list-style:none}.ascend-hero__badge{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--ascend-charcoal)}.ascend-hero__badge-icon{color:var(--ascend-accent);font-size:.9rem}.ascend-hero__image-wrap{border-radius:var(--ascend-radius-lg);overflow:hidden;aspect-ratio:4/5;box-shadow:var(--ascend-shadow-lg)}.ascend-hero__image{width:100%;height:100%;object-fit:cover}.ascend-social-proof{background:var(--ascend-beige)}.ascend-social-proof__header{text-align:center;margin-bottom:var(--ascend-gap-md)}.ascend-social-proof__rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.ascend-social-proof__stars{color:#b8935a;font-size:1.2rem;letter-spacing:.05em}.ascend-social-proof__rating-text{font-size:.85rem;color:var(--ascend-accent);font-weight:500}.ascend-social-proof__heading{font-family:var(--ascend-font-serif);font-size:clamp(1.5rem,3vw,2.25rem);color:var(--ascend-black);font-weight:600;letter-spacing:-.02em}.ascend-social-proof__grid{display:grid;grid-template-columns:1fr;gap:var(--ascend-gap-sm);list-style:none}@media(min-width:640px){.ascend-social-proof__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.ascend-social-proof__grid{grid-template-columns:repeat(3,1fr)}}.ascend-social-proof__card{background:var(--ascend-white);border-radius:var(--ascend-radius-md);padding:1.75rem;box-shadow:var(--ascend-shadow-sm);display:flex;flex-direction:column;gap:.75rem}.ascend-social-proof__photo-wrap{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0}.ascend-social-proof__photo{width:100%;height:100%;object-fit:cover}.ascend-social-proof__quote{font-style:normal;flex:1}.ascend-social-proof__quote-text{font-size:.95rem;line-height:1.65;color:var(--ascend-charcoal)}.ascend-social-proof__quote-footer{margin-top:1rem;display:flex;flex-direction:column;gap:.2rem}.ascend-social-proof__name{font-size:.85rem;font-weight:600;color:var(--ascend-black);font-style:normal}.ascend-social-proof__detail{font-size:.75rem;color:var(--ascend-stone)}.ascend-social-proof__card-stars{color:#b8935a;font-size:.9rem;letter-spacing:.05em}.ascend-included{background:var(--ascend-cream)}.ascend-included__inner{display:grid;grid-template-columns:1fr;gap:var(--ascend-gap-lg);align-items:center}@media(min-width:900px){.ascend-included__inner{grid-template-columns:1fr 1fr}}.ascend-included__image{width:100%;border-radius:var(--ascend-radius-lg);box-shadow:var(--ascend-shadow-md);object-fit:cover;aspect-ratio:1/1}.ascend-included__heading{font-family:var(--ascend-font-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--ascend-black);letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.ascend-included__description{font-size:1rem;color:var(--ascend-accent);line-height:1.65;margin-bottom:1.75rem}.ascend-included__features{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ascend-included__feature{display:flex;align-items:flex-start;gap:.85rem}.ascend-included__feature-icon{color:var(--ascend-accent);font-size:1rem;line-height:1.5;flex-shrink:0}.ascend-included__feature-body{display:flex;flex-direction:column;gap:.15rem}.ascend-included__feature-title{font-size:.9rem;font-weight:600;color:var(--ascend-black)}.ascend-included__feature-detail{font-size:.82rem;color:var(--ascend-stone);line-height:1.5}.ascend-benefits{background:var(--ascend-beige)}.ascend-benefits__grid{display:grid;grid-template-columns:1fr;gap:var(--ascend-gap-sm);list-style:none}@media(min-width:640px){.ascend-benefits__grid{grid-template-columns:repeat(2,1fr)}}.ascend-benefits__card{background:var(--ascend-white);border-radius:var(--ascend-radius-md);padding:2rem;box-shadow:var(--ascend-shadow-sm);transition:box-shadow var(--ascend-transition),transform var(--ascend-transition)}.ascend-benefits__card:hover{box-shadow:var(--ascend-shadow-md);transform:translateY(-2px)}.ascend-benefits__card-media{margin-bottom:1.25rem}.ascend-benefits__card-image{width:100%;height:180px;object-fit:cover;border-radius:var(--ascend-radius-sm)}.ascend-benefits__card-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--ascend-beige);border-radius:var(--ascend-radius-sm);font-size:1.25rem;color:var(--ascend-accent)}.ascend-benefits__card-title{font-family:var(--ascend-font-serif);font-size:1.15rem;font-weight:600;color:var(--ascend-black);margin-bottom:.5rem}.ascend-benefits__card-description{font-size:.9rem;color:var(--ascend-accent);line-height:1.65}.ascend-comparison{background:var(--ascend-cream)}.ascend-comparison__table-wrap{overflow-x:auto;border-radius:var(--ascend-radius-md);box-shadow:var(--ascend-shadow-sm);-webkit-overflow-scrolling:touch}.ascend-comparison__table{width:100%;border-collapse:collapse;min-width:500px;background:var(--ascend-white);border-radius:var(--ascend-radius-md);overflow:hidden}.ascend-comparison__th{padding:1rem 1.5rem;text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ascend-charcoal);border-bottom:2px solid var(--ascend-beige)}.ascend-comparison__th--feature{text-align:left;color:var(--ascend-stone)}.ascend-comparison__th--ascend{background:var(--ascend-charcoal);color:var(--ascend-cream)}.ascend-comparison__brand-label{letter-spacing:.12em}.ascend-comparison__row:nth-child(2n) .ascend-comparison__td{background:var(--ascend-cream)}.ascend-comparison__row:nth-child(2n) .ascend-comparison__td--ascend{background:var(--ascend-charcoal)}.ascend-comparison__td{padding:.9rem 1.5rem;font-size:.9rem;color:var(--ascend-charcoal);border-bottom:1px solid var(--ascend-beige);text-align:center;transition:background var(--ascend-transition)}.ascend-comparison__td--feature{text-align:left;font-weight:500;color:var(--ascend-charcoal)}.ascend-comparison__td--ascend{background:var(--ascend-charcoal)}.ascend-comparison__check{font-size:1rem;font-weight:700;display:inline-block}.ascend-comparison__check--yes{color:var(--ascend-success)}.ascend-comparison__td--ascend .ascend-comparison__check--yes{color:#8ee8a5}.ascend-comparison__check--no{color:var(--ascend-error)}.ascend-comparison__value{color:var(--ascend-charcoal)}.ascend-comparison__value--muted{color:var(--ascend-stone)}.ascend-lifestyle{background:var(--ascend-beige)}.ascend-lifestyle__inner{display:grid;grid-template-columns:1fr;gap:var(--ascend-gap-lg);align-items:center}@media(min-width:900px){.ascend-lifestyle__inner{grid-template-columns:1fr 1fr}.ascend-lifestyle__inner--image-right .ascend-lifestyle__media{order:2}.ascend-lifestyle__inner--image-right .ascend-lifestyle__content{order:1}}.ascend-lifestyle__image{width:100%;border-radius:var(--ascend-radius-lg);box-shadow:var(--ascend-shadow-md);object-fit:cover;aspect-ratio:4/5}.ascend-lifestyle__heading{font-family:var(--ascend-font-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--ascend-black);letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.ascend-lifestyle__body{font-size:1rem;color:var(--ascend-accent);line-height:1.7;margin-bottom:2rem}.ascend-lifestyle__body p+p{margin-top:.75rem}.ascend-lifestyle__stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;list-style:none}.ascend-lifestyle__stat{display:flex;flex-direction:column;gap:.15rem}.ascend-lifestyle__stat-value{font-family:var(--ascend-font-serif);font-size:1.5rem;font-weight:700;color:var(--ascend-charcoal)}.ascend-lifestyle__stat-label{font-size:.78rem;color:var(--ascend-stone);text-transform:uppercase;letter-spacing:.06em}.ascend-offer{background:var(--ascend-cream)}.ascend-offer__card{background:var(--ascend-charcoal);border-radius:var(--ascend-radius-lg);padding:clamp(2rem,5vw,4rem);text-align:center;box-shadow:var(--ascend-shadow-lg)}.ascend-offer__heading{font-family:var(--ascend-font-serif);font-size:clamp(1.75rem,4vw,3rem);font-weight:600;color:var(--ascend-cream);letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.ascend-offer__subheading{font-size:1rem;color:var(--ascend-accent-light);line-height:1.65;max-width:540px;margin-inline:auto;margin-bottom:2.5rem}.ascend-offer__perks{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.5rem;margin-bottom:2.5rem;list-style:none}.ascend-offer__perk{display:flex;align-items:center;gap:.6rem}.ascend-offer__perk-icon{color:var(--ascend-accent-light);font-size:.9rem}.ascend-offer__perk-body{display:flex;flex-direction:column;text-align:left}.ascend-offer__perk-title{font-size:.9rem;font-weight:600;color:var(--ascend-cream)}.ascend-offer__perk-detail{font-size:.78rem;color:var(--ascend-accent-light)}.ascend-offer__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem}.ascend-btn--offer{background:var(--ascend-cream);color:var(--ascend-charcoal)}.ascend-btn--offer:hover{background:var(--ascend-beige)}.ascend-offer__cta-note{font-size:.78rem;color:var(--ascend-stone)}.ascend-reviews{background:var(--ascend-cream)}.ascend-reviews__grid{display:grid;grid-template-columns:1fr;gap:var(--ascend-gap-sm);list-style:none}@media(min-width:640px){.ascend-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.ascend-reviews__grid{grid-template-columns:repeat(3,1fr)}}.ascend-reviews__card{background:var(--ascend-white);border-radius:var(--ascend-radius-md);padding:1.75rem;box-shadow:var(--ascend-shadow-sm);display:flex;flex-direction:column;gap:.75rem}.ascend-reviews__card-top{display:flex;align-items:center;gap:.85rem}.ascend-reviews__avatar-wrap{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--ascend-beige);display:flex;align-items:center;justify-content:center}.ascend-reviews__avatar{width:100%;height:100%;object-fit:cover}.ascend-reviews__initial{font-family:var(--ascend-font-serif);font-size:1.2rem;font-weight:600;color:var(--ascend-accent);text-transform:uppercase}.ascend-reviews__meta{display:flex;flex-direction:column;gap:.2rem}.ascend-reviews__name{font-size:.88rem;font-weight:600;color:var(--ascend-black)}.ascend-reviews__verified{font-size:.73rem;color:var(--ascend-success);font-weight:500}.ascend-reviews__stars{color:#b8935a;font-size:.85rem;letter-spacing:.04em}.ascend-reviews__review-title{font-size:.95rem;font-weight:600;color:var(--ascend-charcoal);line-height:1.4}.ascend-reviews__review-body{font-style:normal;font-size:.88rem;color:var(--ascend-accent);line-height:1.65;flex:1}.ascend-reviews__date{font-size:.73rem;color:var(--ascend-stone)}.ascend-reviews__footer{margin-top:var(--ascend-gap-md);display:flex;justify-content:center}.ascend-faq{background:var(--ascend-beige)}.ascend-faq__container{max-width:760px}.ascend-faq__list{display:flex;flex-direction:column;gap:.5rem}.ascend-faq__item{background:var(--ascend-white);border-radius:var(--ascend-radius-md);overflow:hidden;box-shadow:var(--ascend-shadow-sm)}.ascend-faq__question{display:block}.ascend-faq__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:1.25rem 1.5rem;gap:1rem;font-family:var(--ascend-font-sans);text-align:left}.ascend-faq__toggle:focus-visible{outline:2px solid var(--ascend-accent);outline-offset:-2px;border-radius:var(--ascend-radius-md)}.ascend-faq__question-text{font-size:.95rem;font-weight:600;color:var(--ascend-charcoal);line-height:1.4}.ascend-faq__icon{flex-shrink:0;color:var(--ascend-accent);display:flex;align-items:center}.ascend-faq__chevron{transition:transform var(--ascend-transition)}.ascend-faq__toggle[aria-expanded=true] .ascend-faq__chevron{transform:rotate(180deg)}.ascend-faq__answer{overflow:hidden}.ascend-faq__answer[hidden]{display:none}.ascend-faq__answer-inner{padding:0 1.5rem 1.25rem;font-size:.9rem;color:var(--ascend-accent);line-height:1.7}.ascend-faq__answer-inner p+p{margin-top:.5rem}.ascend-final-cta{background:var(--ascend-cream)}.ascend-final-cta__inner{text-align:center;max-width:620px;margin-inline:auto}.ascend-final-cta__heading{font-family:var(--ascend-font-serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:var(--ascend-black);letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.ascend-final-cta__subheading{font-size:1.05rem;color:var(--ascend-accent);line-height:1.65;margin-bottom:2.5rem}.ascend-final-cta__reassurance{margin-top:1rem;font-size:.78rem;color:var(--ascend-stone);letter-spacing:.02em}.ascend-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--ascend-charcoal);padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;z-index:100;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 24px #2a27242e}.ascend-sticky-bar--visible{transform:translateY(0)}.ascend-sticky-bar__text{font-size:.9rem;font-weight:500;color:var(--ascend-accent-light);display:none}@media(min-width:640px){.ascend-sticky-bar__text{display:block}}.ascend-sticky-bar__cta{display:inline-flex;align-items:center;justify-content:center;background:var(--ascend-cream);color:var(--ascend-charcoal);font-family:var(--ascend-font-sans);font-size:.88rem;font-weight:700;letter-spacing:.04em;text-decoration:none;border-radius:var(--ascend-radius-full);padding:.7rem 1.75rem;transition:background var(--ascend-transition);white-space:nowrap}.ascend-sticky-bar__cta:hover{background:var(--ascend-beige)}.ascend-sticky-bar__close{background:none;border:none;cursor:pointer;color:var(--ascend-stone);font-size:1.1rem;line-height:1;padding:.25rem;display:flex;align-items:center}.ascend-sticky-bar__close:focus-visible{outline:2px solid var(--ascend-accent);border-radius:4px}@media(max-width:639px){.ascend-hero__ctas{flex-direction:column}.ascend-hero__ctas .ascend-btn{width:100%}.ascend-offer__perks{flex-direction:column;align-items:flex-start;text-align:left}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/ascend-theme.css.map */
