@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Jost:wght@300;400;500&display=swap";:root{--hob-espresso: #1C1410;--hob-brown-deep: #2C1F14;--hob-brown-mid: #3D2B1F;--hob-brown-warm: #5C3D2E;--hob-gold: #C9A96E;--hob-gold-light: #E8D5B0;--hob-cream: #F5EFE6;--hob-linen: #FAF6F0;--hob-white: #FFFFFF;--hob-text-dark: #1C1410;--hob-text-mid: #5C3D2E;--hob-text-light: #9B7B5C;--hob-font-serif: "Cormorant Garamond", Georgia, serif;--hob-font-sans: "Jost", "Helvetica Neue", sans-serif;--hob-transition: all .4s cubic-bezier(.25, .46, .45, .94)}.hob-hero{background-color:var(--hob-espresso);min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.hob-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 40%,rgba(201,169,110,.08) 0%,transparent 70%);pointer-events:none}.hob-hero__eyebrow{font-family:var(--hob-font-sans)!important;font-size:.85rem!important;font-weight:400!important;letter-spacing:.35em!important;text-transform:uppercase!important;color:var(--hob-gold)!important;margin-bottom:2rem!important;display:block!important}.hob-hero__title{font-family:var(--hob-font-serif)!important;font-size:clamp(3.5rem,8vw,7rem)!important;font-weight:300!important;font-style:italic!important;line-height:1.1!important;color:var(--hob-cream)!important;margin:0 0 1.5rem!important;letter-spacing:-.01em!important}.hob-hero__subtitle{font-family:var(--hob-font-sans)!important;font-size:clamp(1rem,2vw,1.25rem)!important;font-weight:300!important;line-height:1.8!important;color:#f5efe6a6!important;max-width:520px!important;margin:0 auto 3rem!important;letter-spacing:.03em!important}.hob-hero__actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:1.5rem!important;flex-wrap:wrap!important}.hob-hero__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.hob-hero__scroll-hint span{font-family:var(--hob-font-sans);font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:#c9a96e66}.hob-hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(201,169,110,.4),transparent);animation:hob-scroll-pulse 2s ease-in-out infinite}@keyframes hob-scroll-pulse{0%,to{opacity:.4}50%{opacity:1}}.hob-btn-primary{display:inline-block!important;font-family:var(--hob-font-sans)!important;font-size:.85rem!important;font-weight:500!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--hob-espresso)!important;background:var(--hob-gold)!important;padding:1.1rem 2.8rem!important;text-decoration:none!important;transition:var(--hob-transition)!important;border:1px solid var(--hob-gold)!important}.hob-btn-primary:hover{background:var(--hob-gold-light)!important;border-color:var(--hob-gold-light)!important}.hob-btn-secondary{display:inline-block!important;font-family:var(--hob-font-sans)!important;font-size:.85rem!important;font-weight:400!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:#f5efe699!important;background:transparent!important;padding:1.1rem 2.8rem!important;text-decoration:none!important;transition:var(--hob-transition)!important;border:1px solid rgba(245,239,230,.2)!important}.hob-btn-secondary:hover{color:var(--hob-cream)!important;border-color:#f5efe680!important}.hob-frequencies{background-color:var(--hob-brown-deep);padding:2.5rem 0;overflow:hidden}.hob-frequencies__track{display:flex;gap:0;animation:hob-scroll-track 30s linear infinite;width:max-content}.hob-frequencies__track:hover{animation-play-state:paused}.hob-frequency-pill{display:flex;align-items:center;gap:.75rem;padding:0 3rem;border-right:1px solid rgba(201,169,110,.15);white-space:nowrap}.hob-frequency-pill__dot{width:6px;height:6px;border-radius:50%;background:var(--hob-gold);opacity:.6;flex-shrink:0}.hob-frequency-pill__label{font-family:var(--hob-font-sans)!important;font-size:.8rem!important;letter-spacing:.3em!important;text-transform:uppercase!important;color:#c9a96e80!important}@keyframes hob-scroll-track{0%{transform:translate(0)}to{transform:translate(-50%)}}.hob-section-eyebrow{font-family:var(--hob-font-sans)!important;font-size:.8rem!important;font-weight:400!important;letter-spacing:.4em!important;text-transform:uppercase!important;color:var(--hob-gold)!important;display:block!important;margin-bottom:1rem!important;text-align:center!important}.hob-section-title{font-family:var(--hob-font-serif)!important;font-size:clamp(2.5rem,5vw,4rem)!important;font-weight:300!important;font-style:italic!important;color:var(--hob-espresso)!important;text-align:center!important;margin:0 0 4rem!important;line-height:1.2!important}.hob-proof{background-color:var(--hob-linen);padding:7rem 2rem}.hob-proof__inner{max-width:1100px;margin:0 auto}.hob-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.hob-testimonial{background:var(--hob-white);padding:2.5rem;border-top:2px solid var(--hob-gold)}.hob-testimonial__score{font-family:var(--hob-font-sans)!important;font-size:.78rem!important;letter-spacing:.25em!important;text-transform:uppercase!important;color:var(--hob-gold)!important;margin-bottom:1.25rem!important;display:block!important}.hob-testimonial__quote{font-family:var(--hob-font-serif)!important;font-size:1.35rem!important;font-weight:300!important;font-style:italic!important;line-height:1.7!important;color:var(--hob-text-dark)!important;margin:0 0 1.5rem!important}.hob-testimonial__author{font-family:var(--hob-font-sans)!important;font-size:.78rem!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--hob-text-light)!important}.hob-vault{background-color:var(--hob-linen);min-height:100vh;padding:5rem 2rem}.hob-vault__inner{max-width:1100px;margin:0 auto}.hob-vault__header{text-align:center;margin-bottom:5rem}.hob-vault__header p{font-family:var(--hob-font-sans)!important;font-size:1.1rem!important;font-weight:300!important;color:var(--hob-text-mid)!important;max-width:480px!important;margin:0 auto!important;line-height:1.8!important}.hob-vault__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.hob-vault-card{background:var(--hob-white);border:1px solid rgba(201,169,110,.15);overflow:hidden;transition:var(--hob-transition)}.hob-vault-card:hover{border-color:#c9a96e66;transform:translateY(-2px)}.hob-vault-card__header{background:var(--hob-brown-deep);padding:1.75rem 2rem;display:flex;align-items:center;justify-content:space-between}.hob-vault-card__frequency{font-family:var(--hob-font-sans)!important;font-size:.78rem!important;letter-spacing:.3em!important;text-transform:uppercase!important;color:var(--hob-gold)!important}.hob-vault-card__lock{font-size:.8rem;color:#c9a96e66}.hob-vault-card__body{padding:2rem}.hob-vault-card__title{font-family:var(--hob-font-serif)!important;font-size:1.6rem!important;font-weight:300!important;font-style:italic!important;color:var(--hob-espresso)!important;margin:0 0 .75rem!important}.hob-vault-card__desc{font-family:var(--hob-font-sans)!important;font-size:.95rem!important;font-weight:300!important;color:var(--hob-text-mid)!important;line-height:1.7!important;margin:0 0 1.5rem!important}.hob-vault-card__items{list-style:none;padding:0;margin:0 0 1.75rem;border-top:1px solid rgba(201,169,110,.1);padding-top:1.25rem}.hob-vault-card__item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-family:var(--hob-font-sans)!important;font-size:.9rem!important;color:var(--hob-text-mid)!important;border-bottom:1px solid rgba(201,169,110,.06)}.hob-vault-card__item--locked{opacity:.4}.hob-vault-card__item-icon{font-size:.75rem;color:var(--hob-gold);flex-shrink:0}.hob-vault-card__item-icon--locked{color:var(--hob-text-light)}.hob-vault-card__cta{display:block!important;text-align:center!important;font-family:var(--hob-font-sans)!important;font-size:.78rem!important;font-weight:500!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--hob-espresso)!important;background:var(--hob-gold)!important;padding:.85rem!important;text-decoration:none!important;transition:var(--hob-transition)!important}.hob-vault-card__cta:hover{background:var(--hob-gold-light)!important}.hob-vault-card__cta--locked{background:transparent!important;color:var(--hob-text-light)!important;border:1px solid rgba(201,169,110,.2)!important}.hob-story__hero{background-color:var(--hob-espresso);padding:8rem 2rem 6rem;text-align:center}.hob-story__hero-title{font-family:var(--hob-font-serif)!important;font-size:clamp(2.8rem,6vw,5rem)!important;font-weight:300!important;font-style:italic!important;color:var(--hob-cream)!important;margin:0 0 1.5rem!important;line-height:1.15!important}.hob-story__hero-sub{font-family:var(--hob-font-sans)!important;font-size:1rem!important;font-weight:300!important;color:#f5efe68c!important;letter-spacing:.05em!important;max-width:400px!important;margin:0 auto!important}.hob-story__body{max-width:720px;margin:0 auto;padding:6rem 2rem}.hob-story__body p{font-family:var(--hob-font-serif)!important;font-size:1.35rem!important;font-weight:300!important;line-height:1.85!important;color:var(--hob-text-dark)!important;margin:0 0 2rem!important}.hob-story__body p strong{font-weight:500;color:var(--hob-espresso)}.hob-story__pull-quote{border-left:2px solid var(--hob-gold);padding:1.5rem 0 1.5rem 2.5rem;margin:3rem 0}.hob-story__pull-quote p{font-family:var(--hob-font-serif)!important;font-size:1.75rem!important;font-style:italic!important;font-weight:300!important;color:var(--hob-espresso)!important;margin:0!important;line-height:1.5!important}.hob-story__frequencies{background:var(--hob-white);padding:5rem 2rem}.hob-story__freq-grid{max-width:900px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.hob-story__freq-card{padding:2rem;border:1px solid rgba(201,169,110,.15);background:var(--hob-linen)}.hob-story__freq-number{font-family:var(--hob-font-serif)!important;font-size:3rem!important;font-weight:300!important;font-style:italic!important;color:var(--hob-gold)!important;opacity:.5!important;display:block!important;margin-bottom:.5rem!important;line-height:1!important}.hob-story__freq-name{font-family:var(--hob-font-sans)!important;font-size:.78rem!important;letter-spacing:.3em!important;text-transform:uppercase!important;color:var(--hob-text-mid)!important;display:block!important;margin-bottom:.75rem!important}.hob-story__freq-desc{font-family:var(--hob-font-sans)!important;font-size:.95rem!important;font-weight:300!important;color:var(--hob-text-light)!important;line-height:1.6!important;margin:0!important}@media(max-width:768px){.hob-hero{padding:5rem 1.5rem 6rem;min-height:85vh}.hob-testimonials,.hob-vault__grid{grid-template-columns:1fr}.hob-story__body{padding:4rem 1.5rem}.hob-story__freq-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.hob-story__freq-grid{grid-template-columns:1fr}.hob-hero__actions{flex-direction:column;width:100%}.hob-btn-primary,.hob-btn-secondary{width:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/house-of-becoming.css.map */
