:root{--h-bg: #FFF7E9;--h-bg-alt: #FBF1DF;--h-bg-card: #F3EAD4;--h-bg-dark: #111110;--h-text-primary: #373634;--h-text-secondary: #6B6660;--h-text-on-dark: #FFFFFF;--h-text-on-dark-muted: #9A9690;--h-accent-gold: #D8BD85;--h-accent-gold-light: #E8D091;--h-accent-gold-dark: #B0915A;--h-border: #E4D9C0;--h-font-serif: "Playfair Display", Georgia, serif;--h-font-sans: "Quicksand", "Nunito", sans-serif;--h-font-mono: "JetBrains Mono", "Roboto Mono", monospace;--h-max-width: 1280px;--h-gutter: 80px;--h-section-py: 100px;--h-radius-sm: 8px;--h-radius-md: 16px;--h-radius-lg: 24px;--h-radius-pill: 999px}.hazemor-page *,.hazemor-page *:before,.hazemor-page *:after{box-sizing:border-box}.hazemor-page{background-color:var(--h-bg);color:var(--h-text-primary);font-family:var(--h-font-sans);font-weight:400;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.hazemor-page img,.hazemor-page video{max-width:100%;height:auto;display:block}.hazemor-page a{color:inherit;text-decoration:none}.h-container{max-width:var(--h-max-width);margin-left:auto;margin-right:auto;padding-left:var(--h-gutter);padding-right:var(--h-gutter)}@media(max-width:768px){:root{--h-gutter: 24px;--h-section-py: 60px}.h-container{padding-left:var(--h-gutter);padding-right:var(--h-gutter)}}.h-serif{font-family:var(--h-font-serif)}.h-sticky-bar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--h-bg-alt);padding:10px 0;border-bottom:1px solid var(--h-border);transition:transform .3s ease}.h-sticky-bar.hidden{transform:translateY(-100%)}.h-sticky-bar .h-container{display:flex;align-items:center;justify-content:space-between;gap:16px}.h-sticky-bar__text{font-size:14px;color:var(--h-text-secondary);white-space:nowrap;flex-shrink:0}.h-sticky-bar__form{display:flex;gap:8px;flex-shrink:0}.h-sticky-bar__form input[type=email]{width:220px;padding:8px 14px;border:1px solid var(--h-border);border-radius:var(--h-radius-sm);background:#fff;font-family:var(--h-font-sans);font-size:13px;color:var(--h-text-primary);outline:none}.h-sticky-bar__form input[type=email]::placeholder{color:var(--h-text-secondary);opacity:.7}.h-sticky-bar__form input[type=email]:focus{border-color:var(--h-accent-gold)}@media(max-width:768px){.h-sticky-bar .h-container{flex-wrap:wrap;justify-content:center}.h-sticky-bar__text{width:100%;text-align:center}.h-sticky-bar__form{width:100%}.h-sticky-bar__form input[type=email]{flex:1;min-width:160px;width:auto}}.h-hero{position:relative;padding:0;background:var(--h-bg);overflow:hidden;min-height:90vh;display:flex;align-items:center}.h-hero__media-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.h-hero__bg-media{width:100%;height:100%;object-fit:cover;display:block}.h-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#111110a6,#11111040)}.h-hero__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--h-bg-alt);display:flex;align-items:center;justify-content:center;color:var(--h-text-secondary);font-size:14px;z-index:0}.h-hero__content{position:relative;z-index:1;max-width:700px;text-align:left;padding:160px 0 120px;margin-left:0}@media(max-width:768px){.h-hero__content{padding:120px 0 80px}}.h-hero .h-container{padding-left:calc(var(--h-gutter) - 20px)}@media(max-width:768px){.h-hero .h-container{padding-left:var(--h-gutter)}}.h-hero__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:var(--h-accent-gold);border-radius:var(--h-radius-pill);font-family:var(--h-font-sans);font-size:12px;font-weight:600;color:var(--h-text-primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}.h-hero__brand-subtitle{font-family:var(--h-font-serif);font-style:italic;font-size:clamp(20px,2.4vw,28px);font-weight:600;color:var(--h-accent-gold-light);margin-bottom:24px;letter-spacing:.03em;text-shadow:0 0 20px rgba(216,189,133,.35)}.h-hero:not(.h-hero--has-bg) .h-hero__brand-subtitle{color:var(--h-text-secondary)}.h-hero__title{font-family:var(--h-font-serif);font-weight:400;font-size:clamp(36px,5vw,60px);line-height:1.15;color:var(--h-text-on-dark);margin:0 0 20px;letter-spacing:-.01em}.h-hero__title-accent{color:var(--h-accent-gold-light);font-style:italic}.h-hero:not(.h-hero--has-bg) .h-hero__title{color:var(--h-text-primary)}.h-hero:not(.h-hero--has-bg) .h-hero__title-accent{color:var(--h-accent-gold-dark)}.h-hero__sub{font-size:18px;color:var(--h-text-on-dark-muted);max-width:520px;margin:0 0 36px;font-weight:400}.h-hero:not(.h-hero--has-bg) .h-hero__sub{color:var(--h-text-secondary)}.h-hero__form{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;justify-content:flex-start}.h-hero__form input[type=email]{width:280px;padding:14px 20px;border:1px solid rgba(255,255,255,.2);border-radius:var(--h-radius-sm);background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:var(--h-font-sans);font-size:15px;color:var(--h-text-on-dark);outline:none}.h-hero__form input[type=email]::placeholder{color:var(--h-text-on-dark-muted);opacity:.7}.h-hero__form input[type=email]:focus{border-color:var(--h-accent-gold)}.h-hero:not(.h-hero--has-bg) .h-hero__form input[type=email]{border:1px solid var(--h-border);background:#fff;color:var(--h-text-primary)}.h-hero:not(.h-hero--has-bg) .h-hero__form input[type=email]::placeholder{color:var(--h-text-secondary)}.h-btn-primary{padding:14px 28px;background:var(--h-accent-gold-light);color:var(--h-text-primary);border:none;border-radius:var(--h-radius-pill);font-family:var(--h-font-sans);font-size:14px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .2s ease;white-space:nowrap}.h-btn-primary:hover{background:var(--h-accent-gold-dark);color:#fff}.h-hero__trust{font-size:14px;color:var(--h-text-on-dark-muted);margin-top:8px}.h-hero__trust strong{color:var(--h-text-on-dark);font-weight:600}.h-hero:not(.h-hero--has-bg) .h-hero__trust{color:var(--h-text-secondary)}.h-hero:not(.h-hero--has-bg) .h-hero__trust strong{color:var(--h-text-primary)}@media(max-width:768px){.h-hero{min-height:auto}.h-hero__content{padding:120px 0 60px}.h-hero__form input[type=email]{width:100%;max-width:320px}.h-hero__form{flex-direction:column;align-items:flex-start}}.h-why-grid{padding:var(--h-section-py) 0;background:var(--h-bg)}.h-why-grid__header{text-align:center;margin-bottom:48px}.h-why-grid__eyebrow{font-family:var(--h-font-serif);font-size:22px;color:var(--h-accent-gold-dark);margin-bottom:8px;font-style:italic}.h-why-grid__title{font-family:var(--h-font-sans);font-weight:500;font-size:clamp(28px,3.5vw,42px);line-height:1.2;color:var(--h-text-primary);margin-bottom:12px}.h-why-grid__items{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto}.h-why-grid__card{display:flex;gap:20px;align-items:flex-start;padding:28px;background:var(--h-bg-card);border-radius:var(--h-radius-md);transition:transform .3s ease,box-shadow .3s ease}.h-why-grid__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #37363414}.h-why-grid__icon{flex-shrink:0;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.h-why-grid__icon-emoji{font-size:24px;line-height:1}.h-why-grid__icon-img{width:200px;height:200px;object-fit:cover;display:block}.h-why-grid__icon-placeholder{font-size:24px;color:var(--h-text-secondary);background:var(--h-bg-alt);width:200px;height:200px;display:flex;align-items:center;justify-content:center;border-radius:8px}.h-why-grid__label{font-family:var(--h-font-serif);font-size:18px;font-weight:500;color:var(--h-accent-gold-dark);margin:0 0 6px;font-style:italic}.h-why-grid__text{font-size:15px;color:var(--h-text-secondary);line-height:1.5;margin:0}@media(max-width:768px){.h-why-grid__items{grid-template-columns:1fr}.h-why-grid__card{flex-direction:column;align-items:center;text-align:center;padding:20px}.h-why-grid__icon,.h-why-grid__icon-img,.h-why-grid__icon-placeholder{width:80px;height:80px}}.h-carousel-section{padding:var(--h-section-py) 0;background:var(--h-bg)}.h-carousel-section--alt{background:var(--h-bg-alt)}.h-carousel__header{text-align:center;margin-bottom:48px}.h-carousel__eyebrow{font-family:var(--h-font-serif);font-size:22px;color:var(--h-accent-gold-dark);margin-bottom:8px;font-style:italic}.h-carousel__title{font-family:var(--h-font-sans);font-weight:500;font-size:clamp(28px,3.5vw,42px);line-height:1.2;color:var(--h-text-primary);margin-bottom:12px}.h-carousel__desc{font-size:17px;color:var(--h-text-secondary);max-width:600px;margin:0 auto}.h-carousel__track-wrapper{position:relative;overflow:hidden}.h-carousel__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 0 20px;cursor:grab}.h-carousel__track::-webkit-scrollbar{display:none}.h-carousel__track.dragging{scroll-snap-type:none;cursor:grabbing}.h-carousel__slide{flex:0 0 calc((100% - 48px) / 3);min-width:300px;scroll-snap-align:start;background:var(--h-bg-card);border-radius:var(--h-radius-md);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.h-carousel__slide:hover{transform:translateY(-4px);box-shadow:0 12px 32px #37363414}.h-carousel__slide-image{aspect-ratio:4 / 3;overflow:hidden;background:var(--h-bg-alt)}.h-carousel__slide-image img{width:100%;height:100%;object-fit:cover}.h-carousel__slide-video{width:100%;height:100%;object-fit:cover;display:block}.h-carousel__slide-content{padding:24px 28px 32px}.h-carousel__slide-label{font-family:var(--h-font-serif);font-size:20px;color:var(--h-accent-gold-dark);margin-bottom:8px;font-style:italic}.h-carousel__slide-text{font-size:15px;color:var(--h-text-secondary);line-height:1.5}.h-carousel--steps .h-carousel__slide{flex:0 0 calc((100% - 72px)/4);min-width:240px;background:none;box-shadow:none}.h-carousel--steps .h-carousel__slide:hover{transform:none;box-shadow:none}.h-carousel--steps .h-carousel__slide-image{aspect-ratio:3 / 4;border-radius:var(--h-radius-md)}.h-carousel__step-number{display:inline-block;font-family:var(--h-font-mono);font-size:13px;color:var(--h-accent-gold);letter-spacing:.05em;margin-bottom:4px}.h-carousel__slide-step-label{font-family:var(--h-font-sans);font-weight:600;font-size:18px;color:var(--h-text-primary);margin-bottom:4px}.h-carousel__slide-step-time{font-size:13px;color:var(--h-accent-gold-dark);font-weight:500}.h-carousel__fade-right{position:absolute;top:0;right:0;bottom:0;width:80px;background:linear-gradient(to right,transparent,var(--h-bg));pointer-events:none;opacity:.6}@media(max-width:1024px){.h-carousel__slide{flex:0 0 calc((100% - 24px)/2);min-width:280px}.h-carousel--steps .h-carousel__slide{flex:0 0 calc((100% - 24px)/2);min-width:220px}}@media(max-width:640px){.h-carousel__slide{flex:0 0 85%;min-width:0}.h-carousel--steps .h-carousel__slide{flex:0 0 80%;min-width:0}}.h-comparison{padding:var(--h-section-py) 0;background:var(--h-bg)}.h-comparison__header{text-align:center;margin-bottom:32px}.h-comparison__col-img{margin-bottom:12px;border-radius:var(--h-radius-sm);overflow:hidden}.h-comparison__col-img img{width:100%;display:block}.h-comparison__col-img--placeholder{background:var(--h-bg-alt);padding:32px 20px;display:flex;align-items:center;justify-content:center;color:var(--h-text-secondary);font-size:13px}.h-comparison__title{font-family:var(--h-font-sans);font-weight:500;font-size:clamp(28px,3.5vw,42px);line-height:1.2;margin-bottom:16px}.h-comparison__desc{font-size:17px;color:var(--h-text-secondary);max-width:600px;margin:0 auto}.h-comparison__table{background:var(--h-bg-card);border-radius:var(--h-radius-md);overflow:hidden;max-width:1000px;margin:0 auto}.h-comparison__row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--h-border)}.h-comparison__row:last-child{border-bottom:none}.h-comparison__cell{padding:16px 24px;font-size:15px;line-height:1.5;color:var(--h-text-secondary)}.h-comparison__cell--header{font-family:var(--h-font-serif);font-size:22px;font-weight:500;padding:20px 24px 16px;color:var(--h-text-primary)}.h-comparison__cell--hazemor{border-right:1px solid var(--h-border)}.h-comparison__cell--hazemor .h-comparison__cell--header,.h-comparison__cell--check{color:var(--h-accent-gold-dark)}@media(max-width:640px){.h-comparison__table{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.h-comparison__table:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40px;background:linear-gradient(to left,var(--h-bg-card),transparent);pointer-events:none;opacity:.7}.h-comparison__row{min-width:500px}.h-comparison__cell{padding:12px 16px;font-size:14px}.h-comparison__cell--header{font-size:18px;padding:16px 16px 12px}}.h-hotspot{padding:var(--h-section-py) 0;background:var(--h-bg)}.h-hotspot__header{text-align:center;margin-bottom:48px;position:relative}.h-hotspot__title{font-family:var(--h-font-sans);font-weight:500;font-size:clamp(28px,3.5vw,42px);line-height:1.2;display:inline-flex;align-items:center;gap:10px}.h-hotspot__info-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1.5px solid var(--h-accent-gold);border-radius:50%;color:var(--h-accent-gold-dark);font-family:var(--h-font-serif);font-size:14px;font-style:italic;cursor:help;transition:background .2s}.h-hotspot__info-icon:hover{background:var(--h-accent-gold);color:#fff}.h-hotspot__canvas{position:relative;max-width:900px;margin:0 auto;border-radius:var(--h-radius-md);overflow:hidden}.h-hotspot__image{width:100%;display:block}.h-hotspot__dot{position:absolute;width:28px;height:28px;border-radius:50%;background:var(--h-accent-gold-light);border:2px solid #fff;box-shadow:0 2px 8px #00000026;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.h-hotspot__dot:after{content:"+";font-size:16px;font-weight:600;color:var(--h-text-primary);line-height:1}.h-hotspot__dot:hover,.h-hotspot__dot.active{transform:scale(1.2);box-shadow:0 4px 16px #0003;background:var(--h-accent-gold)}.h-hotspot__dot.active:after{content:"\2212"}.h-hotspot__callout{position:absolute;width:280px;background:#fff;border-radius:var(--h-radius-sm);padding:20px;box-shadow:0 8px 32px #3736341f;z-index:3;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;transform:translateY(8px)}.h-hotspot__callout.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.h-hotspot__callout-title{font-family:var(--h-font-sans);font-weight:600;font-size:15px;color:var(--h-text-primary);margin-bottom:6px}.h-hotspot__callout-desc{font-size:14px;color:var(--h-text-secondary);line-height:1.5}@media(max-width:768px){.h-hotspot__callout{position:fixed;bottom:0;left:0;right:0;top:auto;width:100%;max-width:100%;padding:16px 24px;border-radius:var(--h-radius-md) var(--h-radius-md) 0 0;transform:translateY(100%);z-index:100;background:#fff;box-shadow:0 -4px 24px #37363426}.h-hotspot__callout.visible{transform:translateY(0)}.h-hotspot__callout-title{font-size:15px}.h-hotspot__callout-desc{font-size:14px}}.h-specs{padding:var(--h-section-py) 0;background:var(--h-bg);color:var(--h-text-primary)}.h-specs__title{text-align:center;font-family:var(--h-font-sans);font-weight:500;font-size:clamp(28px,3.5vw,42px);margin-bottom:48px}.h-specs__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:900px;margin:0 auto;border:1px solid var(--h-border);border-radius:var(--h-radius-md);overflow:hidden}.h-specs__item{padding:24px 28px;border-bottom:1px solid var(--h-border);border-right:1px solid var(--h-border)}.h-specs__item:nth-child(2n){border-right:none}.h-specs__item:nth-last-child(-n+2){border-bottom:none}.h-specs__label{font-family:var(--h-font-mono);font-size:13px;color:var(--h-text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.h-specs__value{font-family:var(--h-font-sans);font-size:15px;color:var(--h-text-primary);line-height:1.5}@media(max-width:640px){.h-specs__grid{grid-template-columns:1fr}.h-specs__item:nth-child(2n){border-right:1px solid var(--h-border)}.h-specs__item:last-child{border-bottom:none}.h-specs__item{padding:18px 20px}}.h-personas{padding:var(--h-section-py) 0;background:var(--h-bg)}.h-personas__header{text-align:center;margin-bottom:48px}.h-personas__title{font-family:var(--h-font-sans);font-weight:500;font-size:clamp(28px,3.5vw,42px);line-height:1.2;margin-bottom:12px}.h-personas__desc{font-size:17px;color:var(--h-text-secondary);max-width:600px;margin:0 auto;line-height:1.5}.h-personas__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}.h-persona-card{background:none;border-radius:var(--h-radius-md);overflow:hidden}.h-persona-card__image{border-radius:var(--h-radius-md);overflow:hidden}.h-persona-card__image{aspect-ratio:1 / 1;overflow:hidden;background:var(--h-bg-alt)}.h-persona-card__image img{width:100%;height:100%;object-fit:cover}.h-persona-card__body{padding:24px 28px 32px}.h-persona-card__name{font-family:var(--h-font-serif);font-size:20px;font-weight:500;color:var(--h-accent-gold-dark);margin-bottom:8px;font-style:italic}.h-persona-card__text{font-size:15px;color:var(--h-text-secondary);line-height:1.5}@media(max-width:900px){.h-personas__grid{grid-template-columns:1fr;max-width:500px}}.h-cta-final{padding:var(--h-section-py) 0;background:var(--h-bg);text-align:center}.h-cta-final__title{font-family:var(--h-font-serif);font-size:clamp(30px,4vw,48px);font-weight:400;color:var(--h-text-primary);margin-bottom:12px}.h-cta-final__desc{font-size:17px;color:var(--h-text-secondary);max-width:480px;margin:0 auto 32px}.h-cta-final__form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.h-cta-final__form input[type=email]{width:300px;padding:14px 20px;border:2px solid var(--h-border);border-radius:var(--h-radius-sm);background:#fff!important;font-family:var(--h-font-sans);font-size:15px;color:var(--h-text-primary)!important;-webkit-text-fill-color:var(--h-text-primary);color-scheme:light;outline:none;box-shadow:0 1px 3px #3736341a}.h-cta-final__form input[type=email]::placeholder{color:var(--h-text-secondary)!important;opacity:.85}.h-cta-final__form input[type=email]:focus{border-color:var(--h-accent-gold);box-shadow:0 0 0 3px #d8bd8540}@media(max-width:640px){.h-cta-final__form{flex-direction:column;align-items:center}.h-cta-final__form input[type=email]{width:100%;max-width:320px}}.h-faq{padding:var(--h-section-py) 0;background:var(--h-bg-alt)}.h-faq__title{text-align:center;font-family:var(--h-font-sans);font-weight:500;font-size:clamp(28px,3.5vw,36px);margin-bottom:48px}.h-faq__list{max-width:720px;margin:0 auto}.h-faq__item{border-bottom:1px solid var(--h-border)}.h-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;cursor:pointer;font-family:var(--h-font-sans);font-size:16px;font-weight:500;color:var(--h-text-primary);text-align:left;transition:color .2s}.h-faq__question:hover{color:var(--h-accent-gold-dark)}.h-faq__question-icon{font-size:20px;color:var(--h-accent-gold);transition:transform .3s ease;flex-shrink:0;margin-left:16px}.h-faq__item.open .h-faq__question-icon{transform:rotate(45deg)}.h-faq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0}.h-faq__item.open .h-faq__answer{max-height:300px;padding:0 0 20px}.h-faq__answer-inner{font-size:15px;color:var(--h-text-secondary);line-height:1.6}.h-form-success{color:#4a7c59;font-size:14px;margin-top:8px}.h-form-error{color:#c44545;font-size:14px;margin-top:8px}.h-fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.h-fade-in.visible{opacity:1;transform:translateY(0)}.h-thank-you__hero{padding:120px 0 80px;background:var(--h-bg);min-height:80vh;display:flex;align-items:center}.h-thank-you__hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.h-thank-you__hero-text{max-width:560px}.h-thank-you__confetti{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#4a7c59;color:#fff;font-size:32px;margin-bottom:24px;animation:h-thank-you-pop .5s ease-out}@keyframes h-thank-you-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.h-thank-you__headline{font-family:var(--h-font-serif);font-size:clamp(36px,5vw,56px);font-weight:400;color:var(--h-text-primary);margin:0 0 16px;line-height:1.15}.h-thank-you__body{font-size:18px;color:var(--h-text-secondary);margin:0 0 40px;line-height:1.6}.h-thank-you__reserve{background:var(--h-bg-card);border-radius:var(--h-radius-md);padding:32px;margin-bottom:24px}.h-thank-you__reserve-title{font-family:var(--h-font-serif);font-size:22px;font-weight:500;color:var(--h-accent-gold-dark);margin:0 0 12px}.h-thank-you__reserve-body{font-size:15px;color:var(--h-text-secondary);line-height:1.6;margin:0 0 20px}.h-thank-you__scroll-cta{display:inline-block;text-align:center;margin-bottom:12px}.h-thank-you__scarcity{font-size:14px;color:var(--h-text-secondary);margin-top:8px}.h-thank-you__scarcity-count{font-family:var(--h-font-mono);font-weight:600;color:var(--h-accent-gold-dark)}.h-thank-you__social-proof{font-size:15px;color:var(--h-text-secondary);margin-top:16px}.h-thank-you__social-proof strong{color:var(--h-text-primary);font-weight:600}.h-thank-you__hero-visual{border-radius:var(--h-radius-lg);overflow:hidden;background:var(--h-bg-alt)}.h-thank-you__hero-img{width:100%;display:block}.h-thank-you__hero-placeholder{aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;color:var(--h-text-secondary);font-size:14px;text-align:center;padding:20px}.h-preorder{padding:0 0 80px;background:var(--h-bg)}.h-preorder__intro{text-align:center;max-width:720px;margin:0 auto;padding:60px 0}.h-preorder__title{font-family:var(--h-font-serif);font-size:clamp(36px,4vw,52px);font-weight:400;color:var(--h-text-primary);margin:0 0 8px;line-height:1.15}.h-preorder__tagline{font-size:18px;color:var(--h-accent-gold-dark);font-weight:500;margin:0 0 24px}.h-preorder__desc{font-size:16px;color:var(--h-text-secondary);line-height:1.7;margin:0 auto 16px;max-width:600px}.h-preorder__feature-icons{display:flex;justify-content:center;gap:40px;margin:32px 0;flex-wrap:wrap}.h-preorder__feature-icon-item{display:flex;flex-direction:column;align-items:center;gap:8px}.h-preorder__feature-icon-img{width:48px;height:48px;object-fit:contain}.h-preorder__feature-icon-label{font-family:var(--h-font-mono);font-size:11px;color:var(--h-text-secondary);letter-spacing:.05em;text-align:center}.h-preorder__pricing{margin:32px 0;padding:24px;background:var(--h-bg-card);border-radius:var(--h-radius-md);display:inline-block}.h-preorder__price-label{display:block;font-family:var(--h-font-mono);font-size:12px;color:var(--h-text-secondary);letter-spacing:.06em;margin-bottom:8px}.h-preorder__price{display:block;font-family:var(--h-font-serif);font-size:28px;color:var(--h-text-primary);margin-bottom:4px}.h-preorder__price-note{display:block;font-size:13px;color:var(--h-text-secondary)}.h-preorder__price-strike{text-decoration:line-through;opacity:.6}.h-preorder__btn{display:block;margin:20px auto 12px;padding:16px 48px;font-size:16px}.h-preorder__alt-payment{font-size:13px;color:var(--h-text-secondary);margin-top:8px}.h-preorder__offer{padding:60px 0;background:var(--h-bg-alt)}.h-preorder__section-title{font-family:var(--h-font-sans);font-weight:500;font-size:clamp(26px,3vw,36px);text-align:center;margin:0 0 40px;color:var(--h-text-primary)}.h-preorder__value-stack{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.h-preorder__value-item{display:flex;gap:16px;align-items:flex-start}.h-preorder__value-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--h-accent-gold);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--h-text-primary);margin-top:2px}.h-preorder__value-text{font-size:16px;color:var(--h-text-primary);line-height:1.6}.h-preorder__reassurance{text-align:center;font-size:15px;color:var(--h-text-secondary);max-width:520px;margin:32px auto 0;font-style:italic}.h-preorder__steps{padding:60px 0;background:var(--h-bg)}.h-preorder__steps-list{max-width:640px;margin:0 auto}.h-preorder__step{display:flex;gap:20px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--h-border)}.h-preorder__step:last-child{border-bottom:none}.h-preorder__step-number{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--h-accent-gold);display:flex;align-items:center;justify-content:center;font-family:var(--h-font-mono);font-size:14px;font-weight:600;color:var(--h-text-primary)}.h-preorder__step-text{font-size:16px;color:var(--h-text-primary);line-height:1.6;padding-top:6px}.h-preorder__guarantee{padding:60px 0;background:var(--h-bg-alt)}.h-preorder__guarantee-text{text-align:center;font-size:17px;color:var(--h-text-primary);max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.h-thank-you__hero{padding:100px 0 60px;min-height:auto}.h-thank-you__hero-inner{grid-template-columns:1fr;gap:40px}.h-thank-you__hero-text{max-width:100%}.h-thank-you__reserve{padding:24px}.h-preorder__intro{padding:40px 0}.h-preorder__feature-icons{gap:24px}.h-preorder__pricing{display:block}}.h-product{padding:80px 0;background:var(--h-bg)}.h-product__layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.h-product__media-main{border-radius:var(--h-radius-lg);overflow:hidden;background:var(--h-bg-alt);margin-bottom:16px}.h-product__media-img{width:100%;display:block}.h-product__media-placeholder{aspect-ratio:1 / 1;background:var(--h-bg-alt);display:flex;align-items:center;justify-content:center;color:var(--h-text-secondary);font-size:14px;border-radius:var(--h-radius-lg)}.h-product__media-thumbs{display:flex;gap:10px}.h-product__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:var(--h-radius-sm);overflow:hidden;border:2px solid transparent;background:var(--h-bg-alt);cursor:pointer;padding:0;transition:border-color .2s}.h-product__thumb.active,.h-product__thumb:hover{border-color:var(--h-accent-gold)}.h-product__thumb img{width:100%;height:100%;object-fit:cover}.h-product__badge{display:inline-flex;padding:6px 16px;background:var(--h-accent-gold);border-radius:var(--h-radius-pill);font-size:12px;font-weight:600;color:var(--h-text-primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px;font-family:var(--h-font-sans)}.h-product__title{font-family:var(--h-font-serif);font-size:clamp(32px,4vw,48px);font-weight:400;color:var(--h-text-primary);margin:0 0 12px;line-height:1.15}.h-product__tagline{font-size:18px;color:var(--h-accent-gold-dark);font-weight:500;margin:0 0 20px;font-family:var(--h-font-sans)}.h-product__desc{font-size:16px;color:var(--h-text-secondary);line-height:1.7;margin:0 0 16px}.h-product__features{display:flex;gap:24px;margin:24px 0;flex-wrap:wrap}.h-product__feature{display:flex;align-items:center;gap:10px}.h-product__feature-icon{width:48px;height:48px;object-fit:contain;flex-shrink:0}.h-product__feature-icon--placeholder{width:48px;height:48px;background:var(--h-bg-alt);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--h-accent-gold)}.h-product__feature-label{font-family:var(--h-font-mono);font-size:11px;color:var(--h-text-secondary);letter-spacing:.05em;line-height:1.3}.h-product__pricing{margin:24px 0;padding:24px;background:var(--h-bg-card);border-radius:var(--h-radius-md)}.h-product__price-label{display:block;font-family:var(--h-font-mono);font-size:12px;color:var(--h-text-secondary);letter-spacing:.06em;margin-bottom:8px}.h-product__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.h-product__price{font-family:var(--h-font-serif);font-size:28px;color:var(--h-text-primary)}.h-product__price-compare{font-size:18px;color:var(--h-text-secondary);text-decoration:line-through;opacity:.7}.h-product__price-note{font-size:13px;color:var(--h-text-secondary);margin:4px 0 0}.h-product__form{margin-top:24px}.h-product__options{margin-bottom:20px}.h-product__option{margin-bottom:16px}.h-product__option-label{display:block;font-family:var(--h-font-sans);font-size:13px;font-weight:600;color:var(--h-text-primary);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.h-product__option-values{display:flex;flex-wrap:wrap;gap:8px}.h-product__option-value{cursor:pointer}.h-product__option-value input{position:absolute;opacity:0;width:0;height:0}.h-product__option-value span{display:block;padding:10px 20px;border:1px solid var(--h-border);border-radius:var(--h-radius-sm);font-size:14px;color:var(--h-text-primary);background:#fff;transition:all .2s;cursor:pointer}.h-product__option-value input:checked+span{border-color:var(--h-accent-gold);background:var(--h-accent-gold-light);color:var(--h-text-primary)}.h-product__option-value:hover span{border-color:var(--h-accent-gold)}.h-product__actions{display:flex;gap:16px;align-items:stretch;flex-wrap:wrap}.h-product__qty{display:flex;border:1px solid var(--h-border);border-radius:var(--h-radius-sm);overflow:hidden;background:#fff}.h-product__qty-btn{width:44px;border:none;background:none;font-size:18px;color:var(--h-text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.h-product__qty-btn:hover{background:var(--h-bg-alt)}.h-product__qty-input{width:48px;border:none;border-left:1px solid var(--h-border);border-right:1px solid var(--h-border);text-align:center;font-family:var(--h-font-sans);font-size:15px;color:var(--h-text-primary);padding:12px 0;-moz-appearance:textfield}.h-product__qty-input::-webkit-inner-spin-button,.h-product__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.h-product__submit{flex:1;min-width:200px;padding:14px 36px;font-size:15px}.h-product__submit:disabled{opacity:.5;cursor:not-allowed}.h-product__alt-payment{font-size:13px;color:var(--h-text-secondary);margin-top:16px;text-align:center}.h-product__form .h-form-success,.h-product__form .h-form-error{margin-top:12px}@media(max-width:900px){.h-product__layout{grid-template-columns:1fr;gap:40px}}@media(max-width:640px){.h-product{padding:40px 0}.h-product__features{gap:16px}.h-product__actions{flex-direction:column}.h-product__submit{min-width:auto}}@media(max-width:480px){:root{--h-gutter: 16px;--h-section-py: 48px}.h-hero__content{padding:100px 0 60px}.h-hero__sub{font-size:16px}.h-hero__form input[type=email]{max-width:100%}.h-hero__brand-subtitle{font-size:19px}.h-why-grid__icon,.h-why-grid__icon-img,.h-why-grid__icon-placeholder{width:64px;height:64px}.h-why-grid__icon-placeholder{font-size:20px}.h-why-grid__card{padding:16px;gap:14px}.h-why-grid__label{font-size:16px}.h-why-grid__text{font-size:14px}.h-carousel__slide{flex:0 0 90%;min-width:0}.h-carousel--steps .h-carousel__slide{flex:0 0 85%}.h-specs__item{padding:14px 16px}.h-specs__label{font-size:11px}.h-specs__value{font-size:14px}.h-persona-card__body{padding:16px 0 0}.h-persona-card__name{font-size:18px}.h-persona-card__text{font-size:14px}.h-hotspot__dot{width:24px;height:24px}.h-hotspot__callout{padding:14px 20px}.h-faq__question{font-size:15px;padding:16px 0}.h-faq__answer-inner{font-size:14px}.h-cta-final__title{font-size:clamp(24px,7vw,30px)}.h-cta-final__desc{font-size:15px}.h-thank-you__headline{font-size:28px}.h-thank-you__body{font-size:15px}.h-thank-you__confetti{width:52px;height:52px;font-size:26px}.h-preorder__price{font-size:24px}.h-preorder__price-strike{font-size:16px}.h-product{padding:32px 0}.h-product__title{font-size:26px}.h-product__tagline{font-size:15px}.h-product__feature-icon{width:20px;height:20px}.h-product__feature-label{font-size:10px}.h-product__price{font-size:22px}.h-sticky-bar__text{font-size:13px}.h-sticky-bar__form input[type=email]{min-width:140px;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hazemor-landing.css.map */
