@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@300;400;500&display=swap";:root{--hge-cream: #FAF7F2;--hge-cream-dark: #F2EBE0;--hge-gold: #C9A97A;--hge-gold-dark: #A8845A;--hge-gold-light: #E8D5B7;--hge-blush: #F2B8C6;--hge-blush-light: #FDF0F3;--hge-blush-dark: #D4848E;--hge-brown: #3D2B1F;--hge-brown-mid: #5C4033;--hge-mauve: #8B6E72;--hge-mauve-light: #C4A8AB;--hge-border: #E2D5C3}body{font-family:Cormorant Garamond,Georgia,serif;background-color:var(--hge-cream);color:var(--hge-brown)}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:400;color:var(--hge-brown)}.hge-eyebrow{font-family:Jost,sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--hge-gold);display:block;margin-bottom:12px}.hge-announcement{background:var(--hge-gold);color:var(--hge-cream);text-align:center;padding:10px 16px;font-family:Jost,sans-serif;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.hge-header{background:var(--hge-cream);border-bottom:.5px solid var(--hge-border);padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.hge-logo{font-family:Playfair Display,serif;font-size:22px;font-weight:500;color:var(--hge-gold);text-decoration:none;letter-spacing:.04em}.hge-nav-links{display:flex;gap:32px;list-style:none;margin:0;padding:0}.hge-nav-links a{font-family:Jost,sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--hge-brown-mid);text-decoration:none;transition:color .2s}.hge-nav-links a:hover{color:var(--hge-gold)}.hge-btn-primary{background:var(--hge-gold);color:var(--hge-cream);font-family:Jost,sans-serif;font-size:12px;letter-spacing:.16em;text-transform:uppercase;padding:16px 36px;border-radius:40px;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s}.hge-btn-primary:hover{background:var(--hge-gold-dark);color:var(--hge-cream)}.hge-btn-outline{background:transparent;color:var(--hge-brown-mid);font-family:Jost,sans-serif;font-size:12px;letter-spacing:.16em;text-transform:uppercase;padding:15px 32px;border-radius:40px;border:.5px solid var(--hge-border);cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s}.hge-btn-outline:hover{border-color:var(--hge-gold);color:var(--hge-gold)}.hge-hero{min-height:88vh;background:var(--hge-cream-dark);display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.hge-hero__content{padding:80px 60px 80px 80px}.hge-hero__title{font-family:Playfair Display,serif;font-size:58px;line-height:1.15;color:var(--hge-brown);font-weight:400;margin-bottom:24px}.hge-hero__title em{font-style:italic;color:var(--hge-gold)}.hge-hero__subtitle{font-size:18px;color:var(--hge-brown-mid);line-height:1.7;font-weight:300;max-width:420px;margin-bottom:40px}.hge-hero__actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hge-hero__image{height:88vh;background:var(--hge-gold-light);overflow:hidden}.hge-hero__image img{width:100%;height:100%;object-fit:cover}.hge-trust-bar{background:var(--hge-brown);padding:22px 80px;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:16px}.hge-trust-item{display:flex;align-items:center;gap:10px;font-family:Jost,sans-serif;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--hge-gold-light)}.hge-trust-item__icon{color:var(--hge-gold);font-size:14px}.hge-section{padding:80px}.hge-section--blush{background:var(--hge-blush-light)}.hge-section--dark{background:var(--hge-brown)}.hge-section--cream{background:var(--hge-cream)}.hge-section__header{text-align:center;margin-bottom:52px}.hge-section__title{font-family:Playfair Display,serif;font-size:40px;font-weight:400;margin-bottom:12px}.hge-section__title em{font-style:italic;color:var(--hge-gold)}.hge-section__subtitle{font-size:17px;color:var(--hge-mauve);font-weight:300;max-width:500px;margin:0 auto;line-height:1.7}.hge-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hge-product-card{background:#fff;border-radius:12px;overflow:hidden;border:.5px solid var(--hge-border);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:block}.hge-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #3d2b1f14}.hge-product-card__image{aspect-ratio:3/4;overflow:hidden;background:var(--hge-cream-dark);position:relative}.hge-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hge-product-card:hover .hge-product-card__image img{transform:scale(1.04)}.hge-product-card__tag{position:absolute;top:12px;left:12px;background:var(--hge-blush);color:var(--hge-blush-dark);font-family:Jost,sans-serif;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px}.hge-product-card__info{padding:16px}.hge-product-card__name{font-family:Playfair Display,serif;font-size:16px;color:var(--hge-brown);margin-bottom:4px}.hge-product-card__desc{font-size:13px;color:var(--hge-mauve);font-weight:300;margin-bottom:10px;line-height:1.5}.hge-product-card__price{font-family:Jost,sans-serif;font-size:15px;color:var(--hge-gold);font-weight:500}.hge-sub-teaser{background:var(--hge-brown);border-radius:20px;padding:72px 80px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin:0 80px 80px}.hge-sub-teaser__eyebrow{font-family:Jost,sans-serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--hge-gold);margin-bottom:16px}.hge-sub-teaser__title{font-family:Playfair Display,serif;font-size:42px;font-weight:400;color:var(--hge-cream);line-height:1.2;margin-bottom:20px}.hge-sub-teaser__title em{font-style:italic;color:var(--hge-gold)}.hge-sub-teaser__body{font-size:17px;color:var(--hge-mauve-light);font-weight:300;line-height:1.7;margin-bottom:32px}.hge-sub-perks{display:flex;flex-direction:column;gap:14px}.hge-sub-perk{display:flex;align-items:flex-start;gap:14px;font-size:16px;color:var(--hge-gold-light);font-weight:300;line-height:1.5}.hge-sub-perk:before{content:"\2726";color:var(--hge-gold);flex-shrink:0;margin-top:1px}.hge-sub-box{background:#ffffff0d;border:.5px solid rgba(201,169,122,.3);border-radius:16px;padding:40px;text-align:center}.hge-sub-box__price{font-family:Playfair Display,serif;font-size:64px;color:var(--hge-gold);font-weight:400;line-height:1}.hge-sub-box__period{font-family:Jost,sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--hge-mauve-light);margin-bottom:24px;margin-top:6px}.hge-sub-box__features{list-style:none;text-align:left;display:flex;flex-direction:column;gap:12px;margin-bottom:28px;padding:0}.hge-sub-box__feature{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--hge-cream);font-weight:300}.hge-sub-box__check{width:18px;height:18px;border-radius:50%;background:#c9a97a33;display:flex;align-items:center;justify-content:center;color:var(--hge-gold);font-size:10px;flex-shrink:0}.hge-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hge-review-card{background:#fff;border-radius:16px;padding:28px;border:.5px solid var(--hge-border)}.hge-review-card__stars{color:var(--hge-gold);font-size:14px;letter-spacing:2px;margin-bottom:14px}.hge-review-card__text{font-size:16px;color:var(--hge-brown-mid);font-style:italic;line-height:1.7;font-weight:300;margin-bottom:20px}.hge-review-card__author{font-family:Jost,sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--hge-mauve)}.hge-sub-hero{background:var(--hge-brown);padding:100px 80px;text-align:center;position:relative;overflow:hidden}.hge-sub-hero:before{content:"HGE";position:absolute;font-family:Playfair Display,serif;font-size:280px;color:#c9a97a0d;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;letter-spacing:.1em}.hge-sub-hero__title{font-family:Playfair Display,serif;font-size:62px;color:var(--hge-cream);font-weight:400;line-height:1.15;margin-bottom:20px;position:relative}.hge-sub-hero__title em{font-style:italic;color:var(--hge-gold)}.hge-sub-hero__subtitle{font-size:19px;color:var(--hge-mauve-light);font-weight:300;max-width:560px;margin:0 auto 48px;line-height:1.7;position:relative}.hge-price-pill{display:inline-flex;flex-direction:column;align-items:center;background:#c9a97a1f;border:.5px solid rgba(201,169,122,.3);border-radius:20px;padding:28px 48px;margin-bottom:36px;position:relative}.hge-price-pill__num{font-family:Playfair Display,serif;font-size:72px;color:var(--hge-gold);font-weight:400;line-height:1}.hge-price-pill__label{font-family:Jost,sans-serif;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--hge-mauve-light)}.hge-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.hge-step-card{text-align:center;padding:40px 24px;background:#fff;border-radius:16px;border:.5px solid var(--hge-border)}.hge-step-card__num{font-family:Playfair Display,serif;font-size:48px;color:var(--hge-gold-light);font-weight:400;line-height:1;margin-bottom:16px}.hge-step-card__title{font-family:Playfair Display,serif;font-size:20px;color:var(--hge-brown);margin-bottom:10px}.hge-step-card__desc{font-size:15px;color:var(--hge-mauve);font-weight:300;line-height:1.65}.hge-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hge-plan-card{background:#fff;border-radius:20px;padding:40px 32px;border:.5px solid var(--hge-border);position:relative;transition:transform .2s}.hge-plan-card:hover{transform:translateY(-4px)}.hge-plan-card--featured{background:var(--hge-brown);border:2px solid var(--hge-gold)}.hge-plan-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--hge-gold);color:var(--hge-cream);font-family:Jost,sans-serif;font-size:10px;letter-spacing:.14em;text-transform:uppercase;padding:5px 16px;border-radius:20px;white-space:nowrap}.hge-plan-card__name{font-family:Playfair Display,serif;font-size:24px;color:var(--hge-brown);margin-bottom:6px}.hge-plan-card--featured .hge-plan-card__name{color:var(--hge-cream)}.hge-plan-card__tagline{font-size:14px;color:var(--hge-mauve);font-weight:300;margin-bottom:24px}.hge-plan-card--featured .hge-plan-card__tagline{color:var(--hge-mauve-light)}.hge-plan-card__price{font-family:Playfair Display,serif;font-size:52px;color:var(--hge-gold);font-weight:400;line-height:1;margin-bottom:4px}.hge-plan-card__period{font-family:Jost,sans-serif;font-size:12px;letter-spacing:.1em;color:var(--hge-mauve);text-transform:uppercase;margin-bottom:28px}.hge-plan-card--featured .hge-plan-card__period{color:var(--hge-mauve-light)}.hge-plan-card__divider{height:.5px;background:var(--hge-border);margin-bottom:24px}.hge-plan-card--featured .hge-plan-card__divider{background:#ffffff1a}.hge-plan-card__features{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.hge-plan-card__feature{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--hge-brown-mid);font-weight:300;line-height:1.5}.hge-plan-card--featured .hge-plan-card__feature{color:var(--hge-gold-light)}.hge-plan-card__check{color:var(--hge-gold);flex-shrink:0}.hge-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;padding:60px 80px}.hge-product-gallery__main{aspect-ratio:3/4;background:var(--hge-cream-dark);border-radius:16px;overflow:hidden;border:.5px solid var(--hge-border);margin-bottom:12px}.hge-product-gallery__main img{width:100%;height:100%;object-fit:cover}.hge-product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hge-product-gallery__thumb{aspect-ratio:1;background:var(--hge-cream-dark);border-radius:8px;border:.5px solid var(--hge-border);overflow:hidden;cursor:pointer;transition:border-color .2s}.hge-product-gallery__thumb.active,.hge-product-gallery__thumb:hover{border-color:var(--hge-gold)}.hge-product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.hge-product-details__tag{display:inline-block;background:var(--hge-blush-light);color:var(--hge-blush-dark);font-family:Jost,sans-serif;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:16px}.hge-product-details__title{font-family:Playfair Display,serif;font-size:38px;color:var(--hge-brown);font-weight:400;line-height:1.2;margin-bottom:12px}.hge-product-details__rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.hge-product-details__stars{color:var(--hge-gold);font-size:14px}.hge-product-details__review-count{font-family:Jost,sans-serif;font-size:12px;color:var(--hge-mauve)}.hge-product-details__price{font-family:Playfair Display,serif;font-size:32px;color:var(--hge-gold);font-weight:400;margin-bottom:24px}.hge-product-details__description{font-size:17px;color:var(--hge-brown-mid);font-weight:300;line-height:1.75;margin-bottom:32px}.hge-option-label{font-family:Jost,sans-serif;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--hge-brown);margin-bottom:12px;display:block}.hge-color-options{display:flex;gap:10px;margin-bottom:28px}.hge-color-swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:border-color .2s;appearance:none;-webkit-appearance:none}.hge-color-swatch.active,.hge-color-swatch:focus{border-color:var(--hge-gold);outline:none}.hge-size-options{display:flex;gap:10px;margin-bottom:32px;flex-wrap:wrap}.hge-size-btn{width:48px;height:48px;border-radius:8px;border:.5px solid var(--hge-border);background:#fff;font-family:Jost,sans-serif;font-size:13px;color:var(--hge-brown);cursor:pointer;transition:all .2s}.hge-size-btn.active,.hge-size-btn:hover{background:var(--hge-brown);color:var(--hge-cream);border-color:var(--hge-brown)}.hge-add-to-cart{width:100%;background:var(--hge-gold);color:var(--hge-cream);font-family:Jost,sans-serif;font-size:13px;letter-spacing:.18em;text-transform:uppercase;padding:18px 32px;border-radius:40px;border:none;cursor:pointer;margin-bottom:14px;transition:background .2s}.hge-add-to-cart:hover{background:var(--hge-gold-dark)}.hge-subscribe-save{width:100%;background:transparent;color:var(--hge-brown);font-family:Jost,sans-serif;font-size:13px;letter-spacing:.14em;text-transform:uppercase;padding:17px 32px;border-radius:40px;border:.5px solid var(--hge-border);cursor:pointer;margin-bottom:28px;transition:all .2s}.hge-subscribe-save:hover{border-color:var(--hge-gold);color:var(--hge-gold)}.hge-product-meta{border-top:.5px solid var(--hge-border);padding-top:24px;display:flex;flex-direction:column;gap:12px}.hge-product-meta__item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--hge-brown-mid);font-weight:300}.hge-product-meta__icon{color:var(--hge-gold);width:20px;text-align:center}.hge-upsell{background:var(--hge-blush-light);padding:60px 80px;border-top:.5px solid var(--hge-border)}.hge-upsell__title{font-family:Playfair Display,serif;font-size:28px;color:var(--hge-brown);margin-bottom:32px;font-style:italic}.hge-upsell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hge-upsell-card{background:#fff;border-radius:12px;border:.5px solid var(--hge-border);display:flex;gap:16px;padding:16px;align-items:center;cursor:pointer;transition:box-shadow .2s;text-decoration:none;color:inherit}.hge-upsell-card:hover{box-shadow:0 8px 24px #3d2b1f0f}.hge-upsell-card__image{width:72px;height:72px;background:var(--hge-cream-dark);border-radius:10px;flex-shrink:0;overflow:hidden}.hge-upsell-card__image img{width:100%;height:100%;object-fit:cover}.hge-upsell-card__info{flex:1}.hge-upsell-card__name{font-family:Playfair Display,serif;font-size:15px;color:var(--hge-brown);margin-bottom:4px}.hge-upsell-card__price{font-family:Jost,sans-serif;font-size:14px;color:var(--hge-gold);font-weight:500}.hge-upsell-card__add{background:var(--hge-gold);color:var(--hge-cream);border:none;border-radius:20px;padding:7px 16px;font-family:Jost,sans-serif;font-size:11px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;flex-shrink:0;transition:background .2s}.hge-upsell-card__add:hover{background:var(--hge-gold-dark)}.hge-footer{background:var(--hge-brown);padding:60px 80px 32px}.hge-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;padding-bottom:48px;border-bottom:.5px solid rgba(255,255,255,.1)}.hge-footer__brand-name{font-family:Playfair Display,serif;font-size:28px;color:var(--hge-gold);margin-bottom:12px}.hge-footer__brand-desc{font-size:15px;color:var(--hge-mauve-light);font-weight:300;line-height:1.7;max-width:260px}.hge-footer__col-title{font-family:Jost,sans-serif;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--hge-gold-light);margin-bottom:20px}.hge-footer__links{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.hge-footer__links a{font-size:15px;color:var(--hge-mauve-light);text-decoration:none;font-weight:300;transition:color .2s}.hge-footer__links a:hover{color:var(--hge-gold)}.hge-footer__bottom{display:flex;justify-content:space-between;align-items:center}.hge-footer__copy{font-family:Jost,sans-serif;font-size:12px;color:var(--hge-mauve);letter-spacing:.06em}@media(max-width:1024px){.hge-products-grid,.hge-steps-grid{grid-template-columns:repeat(2,1fr)}.hge-plans-grid{grid-template-columns:1fr}.hge-footer__top{grid-template-columns:1fr 1fr}.hge-upsell-grid{grid-template-columns:1fr}}@media(max-width:768px){.hge-hero{grid-template-columns:1fr}.hge-hero__image{height:60vw}.hge-section{padding:60px 24px}.hge-sub-teaser{grid-template-columns:1fr;margin:0 24px 60px;padding:40px 24px}.hge-trust-bar{padding:20px 24px}.hge-reviews-grid{grid-template-columns:1fr}.hge-product-layout{grid-template-columns:1fr;padding:40px 24px;gap:40px}.hge-upsell{padding:40px 24px}.hge-footer{padding:48px 24px 24px}.hge-footer__top{grid-template-columns:1fr;gap:32px}.hge-sub-hero{padding:60px 24px}.hge-sub-hero__title{font-size:38px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/hge-base.css.map */
