@charset "utf-8";

body { background: rgb(250, 250, 248) !important; color: rgb(43, 43, 43) !important; font-family: Inter, system-ui, -apple-system, sans-serif !important; }

nav, .nav, .navbar, #main-nav, .top-nav, header nav { background: rgba(250, 250, 248, 0.94) !important; backdrop-filter: blur(14px) !important; border-bottom: 1px solid rgb(232, 230, 227) !important; box-shadow: rgba(36, 52, 71, 0.05) 0px 1px 12px !important; }

nav a, .nav a, .navbar a, .nav-link, .nav-item a { color: rgb(36, 52, 71) !important; font-weight: 500 !important; }

nav a:hover, .nav a:hover, .navbar a:hover, .nav-link:hover { color: rgb(231, 201, 201) !important; }

.nav-tab.active, .tab-bar .active, .bottom-nav .active { color: rgb(36, 52, 71) !important; }

.nav-tab.active::after, .tab-bar .active::after { background: rgb(36, 52, 71) !important; }

.btn, button.btn, a.btn { background: linear-gradient(135deg, rgb(36, 52, 71), rgb(49, 70, 95)) !important; color: rgb(255, 255, 255) !important; border-radius: 50px !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; box-shadow: rgba(36, 52, 71, 0.18) 0px 3px 14px !important; font-weight: 600 !important; }

.btn:hover, button.btn:hover { box-shadow: rgba(36, 52, 71, 0.25) 0px 6px 20px !important; transform: translateY(-2px) !important; }

.btn-outline { background: transparent !important; color: rgb(36, 52, 71) !important; border: 2px solid rgb(36, 52, 71) !important; border-radius: 50px !important; }

.btn-outline:hover { background: rgb(36, 52, 71) !important; color: rgb(255, 255, 255) !important; }

.btn-ghost { background: transparent !important; color: rgb(36, 52, 71) !important; border: 2px solid rgb(36, 52, 71) !important; border-radius: 50px !important; }

.btn-ghost:hover { background: rgb(36, 52, 71) !important; color: rgb(255, 255, 255) !important; }

.btn-nav, .btn-primary, [class*="primary-btn"], [class*="cta-btn"] { background: linear-gradient(135deg, rgb(36, 52, 71), rgb(49, 70, 95)) !important; color: rgb(255, 255, 255) !important; border-radius: 50px !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; }

.btn-secondary, [class*="secondary-btn"] { background: rgb(231, 201, 201) !important; color: rgb(36, 52, 71) !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; border-radius: 50px !important; }

.btn-secondary:hover { background: rgb(221, 183, 183) !important; }

.card, [class*="-card"], [class*="card-"], .tile, [class*="-tile"], .recipe-card, .mood-card, .feature-card, .plan-card, .snap-card, .kit-card, .hm-feat-card, .hm-eco-card, .discover-card, .wp-partner-card, .wp-usecase-card, .wp-step { background: rgb(255, 255, 255) !important; border-radius: 22px !important; box-shadow: rgba(36, 52, 71, 0.06) 0px 4px 20px !important; border: 1px solid rgba(36, 52, 71, 0.04) !important; transition: 0.25s !important; }

.card:hover, [class*="-card"]:hover, [class*="card-"]:hover { box-shadow: rgba(36, 52, 71, 0.1) 0px 10px 32px !important; transform: translateY(-3px) !important; }

section, .section, [class*="-section"], #page-home, #page-discover, #page-mood, #page-kids, #page-shop, #page-dashboard, #page-settings { background: rgb(255, 255, 255); }

.hm-eco-section, .dsc-community-band, .wp-section:nth-child(2n+1) { background: rgb(247, 248, 246) !important; }

.hm-testi-section, .mood-section, [class*="mood-bg"], .wp-section:nth-child(2n) { background: rgb(250, 243, 243) !important; }

.kids-section, [class*="kids-bg"] { background: rgb(248, 246, 251) !important; }

.shop-section, [class*="shop-bg"], .hm-snap-section { background: rgb(249, 247, 244) !important; }

h1, h2, h3, h4, h5 { color: rgb(36, 52, 71) !important; font-weight: 700 !important; }

p, li, span:not([class*="badge"]):not([class*="tag"]):not([class*="pill"]) { color: rgb(43, 43, 43); }

.subtitle, .subheading, .eyebrow, [class*="eyebrow"], [class*="subtitle"] { color: rgb(91, 100, 112) !important; }

.text-light, .meta, [class*="meta-"], [class*="-meta"] { color: rgb(125, 133, 144) !important; }

.hero, [class*="-hero"], [class*="hero-"] { background: linear-gradient(135deg, rgb(250, 250, 248) 0%, rgb(245, 241, 241) 100%) !important; }

[class*="hero-title"], [class*="hero"] h1, [class*="hero"] h2 { color: rgb(36, 52, 71) !important; }

input, textarea, select, .search-bar, [class*="search-"] input, [class*="-input"] { background: rgb(255, 255, 255) !important; border: 1px solid rgb(232, 230, 227) !important; border-radius: 16px !important; color: rgb(43, 43, 43) !important; }

input:focus, textarea:focus, select:focus { outline: none !important; border-color: rgb(231, 201, 201) !important; box-shadow: rgba(231, 201, 201, 0.18) 0px 0px 0px 4px !important; }

.tag, .pill, .badge, [class*="-tag"], [class*="-badge"], [class*="-pill"], .wp-partner-badge, .wp-usecase-tag, .mood-tag, .recipe-tag { background: #eef4ec !important; color: rgb(36, 52, 71) !important; border-radius: 50px !important; font-size: 0.78rem !important; font-weight: 600 !important; padding: 4px 12px !important; }

.progress-bar, [class*="progress-"] { background: rgb(232, 230, 227) !important; }

.progress-fill, [class*="-fill"], [class*="progress-bar-fill"] { background: linear-gradient(90deg, rgb(36, 52, 71), rgb(80, 101, 125)) !important; }

.icon-wrap, [class*="icon-bg"], [class*="-icon-wrap"] { background: #eef4ec !important; border-radius: 14px !important; }

.stat-value, .stat-num, [class*="stat-"] b, [class*="metric"] { color: rgb(36, 52, 71) !important; }

.mood-btn.active, [class*="mood-"].active, .mood-active { background: rgb(36, 52, 71) !important; color: rgb(255, 255, 255) !important; box-shadow: rgba(36, 52, 71, 0.2) 0px 4px 16px !important; }

.welcome-card h1, .welcome-card h2, .welcome-card p, .greeting-card h1, .greeting-card h2, .greeting-card p, [class*="welcome-"] h1, [class*="welcome-"] h2, [class*="welcome-"] p { color: rgb(255, 255, 255) !important; }

.tab-bar, .bottom-nav, .sticky-tabs, .page-tabs { background: rgba(250, 250, 248, 0.96) !important; border-top: 1px solid rgb(232, 230, 227) !important; backdrop-filter: blur(12px) !important; }

.tab-icon.active, .tab-label.active, .tab-item.active { color: rgb(36, 52, 71) !important; }

hr, .divider, [class*="divider"] { border-color: rgb(232, 230, 227) !important; opacity: 1 !important; }

footer, .footer, #footer, [class*="footer"] { background: rgb(36, 52, 71) !important; color: rgba(255, 255, 255, 0.85) !important; }

footer h1, footer h2, footer h3, footer h4, footer h5, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5 { color: rgb(255, 255, 255) !important; }

footer a, .footer a, footer p, .footer p { color: rgba(255, 255, 255, 0.75) !important; }

footer a:hover, .footer a:hover { color: rgb(231, 201, 201) !important; }

.footer-bottom, [class*="footer-bottom"] { border-top: 1px solid rgba(255, 255, 255, 0.1) !important; color: rgba(255, 255, 255, 0.5) !important; }

.wp-eyebrow-sm { color: rgb(231, 201, 201) !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.08em !important; font-size: 0.78rem !important; }

.wp-section-title { color: rgb(36, 52, 71) !important; }

.wp-section-sub { color: rgb(91, 100, 112) !important; }

.wp-step-num { background: linear-gradient(135deg, rgb(36, 52, 71), rgb(49, 70, 95)) !important; color: rgb(255, 255, 255) !important; width: 40px !important; height: 40px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-weight: 700 !important; font-size: 1rem !important; margin-bottom: 12px !important; }

.wp-lock-icon { font-size: 2.5rem; margin-bottom: 16px; }

.wp-privacy-band { background: rgb(248, 246, 251) !important; padding: 60px 24px !important; text-align: center !important; }

.wp-cta-band { background: linear-gradient(135deg, rgb(36, 52, 71), rgb(49, 70, 95)) !important; padding: 80px 24px !important; text-align: center !important; color: rgb(255, 255, 255) !important; }

.wp-cta-band h2, .wp-cta-band p { color: rgb(255, 255, 255) !important; }

.wp-btn-white { background: rgb(255, 255, 255) !important; color: rgb(36, 52, 71) !important; border-radius: 50px !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; padding: 14px 28px !important; font-weight: 700 !important; cursor: pointer !important; }

.wp-btn-ghost-white { background: transparent !important; color: rgb(255, 255, 255) !important; border: 2px solid rgba(255, 255, 255, 0.5) !important; border-radius: 50px !important; padding: 12px 24px !important; font-weight: 600 !important; cursor: pointer !important; }

.wp-btn-ghost-white:hover { border-color: rgb(231, 201, 201) !important; color: rgb(231, 201, 201) !important; }

.wp-learn-btn { background: transparent !important; color: rgb(36, 52, 71) !important; border: 1.5px solid rgb(214, 211, 209) !important; border-radius: 50px !important; padding: 9px 20px !important; font-weight: 600 !important; cursor: pointer !important; font-size: 0.85rem !important; transition: 0.2s !important; margin-top: 12px !important; }

.wp-learn-btn:hover { border-color: rgb(36, 52, 71) !important; background: rgb(36, 52, 71) !important; color: rgb(255, 255, 255) !important; }

.profile-circle, .avatar, [class*="avatar-"], [class*="-avatar"] { border: 2px solid rgb(232, 230, 227) !important; background: rgb(255, 255, 255) !important; }

.profile-circle:hover { border-color: rgb(231, 201, 201) !important; }

.toast, [class*="toast-"], .snackbar { background: rgb(36, 52, 71) !important; color: rgb(255, 255, 255) !important; border-radius: 14px !important; }

::-webkit-scrollbar { width: 6px; height: 6px; }

::-webkit-scrollbar-track { background: rgb(241, 239, 237); }

::-webkit-scrollbar-thumb { background: rgb(214, 211, 209); border-radius: 99px; }

::-webkit-scrollbar-thumb:hover { background: rgb(184, 181, 178); }

@media (max-width: 768px) {
  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.5rem !important; }
  .card, [class*="-card"] { border-radius: 18px !important; }
}

.hm-hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 50px; padding: 5px 14px 5px 10px; font-size: 0.71rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.88); margin-bottom: 18px; }

.hm-hero h1 { font-family: Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 3.3rem); font-weight: 700; color: rgb(30, 45, 61); line-height: 1.12; letter-spacing: -0.025em; margin-bottom: 18px; }

.hm-hero h1 em { font-style: normal; color: rgb(255, 255, 255); background-image: none; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-color: initial; background-clip: unset; -webkit-text-fill-color: rgb(255, 255, 255) !important; }

.hm-hero-sub { font-size: 1.05rem; color: var(--brown); line-height: 1.75; max-width: 460px; margin-bottom: 32px; font-weight: 300; }

.hm-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.hm-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 14px 28px; border-radius: 50px; font-size: 0.94rem; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: rgba(36, 52, 71, 0.1) 0px 4px 18px; transition: 0.22s; }

.hm-btn-primary:hover { transform: translateY(-2px); box-shadow: rgba(36, 52, 71, 0.15) 0px 7px 26px; }

.hm-btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgb(30, 45, 61); border: 2px solid rgba(30, 45, 61, 0.18); padding: 12px 26px; border-radius: 50px; font-size: 0.92rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: 0.22s; }

.hm-btn-outline:hover { background: rgb(240, 247, 241); border-color: var(--navy-primary); color: var(--sage-dk); }

@keyframes hmFloat { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-7px); }
}

.hm-fc-icon { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }

.hm-fc-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: rgb(138, 122, 114); opacity: 1; margin-bottom: 2px; }

.hm-fc-text { font-size: 0.9rem; font-weight: 600; color: rgb(255, 255, 255); line-height: 1.3; }

.hm-fc-sub { font-size: 0.74rem; color: rgb(160, 150, 143); margin-top: 2px; font-weight: 300; }

.hm-section { padding: var(--section-gap) var(--content-pad); }

.hm-section-inner { max-width: 1100px; margin: 0px auto; }

.hm-eyebrow { font-size: 0.69rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-primary); text-align: center; margin-bottom: 10px; }

.hm-section-title { font-family: Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: rgb(30, 45, 61); text-align: center; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 10px; }

.hm-section-sub { font-size: 1rem; color: var(--brown); line-height: 1.75; text-align: center; max-width: 560px; margin: 0px auto 48px; font-weight: 300; }

.hm-eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.hm-eco-card { background: rgb(255, 255, 255); border-radius: 20px; padding: 26px 22px; box-shadow: rgba(30, 45, 61, 0.07) 0px 2px 18px; border: 1px solid rgba(30, 45, 61, 0.06); cursor: pointer; transition: 0.22s; display: flex; flex-direction: column; align-items: flex-start; }

.hm-eco-card:hover { transform: translateY(-4px); box-shadow: rgba(30, 45, 61, 0.12) 0px 10px 36px; }

.hm-eco-icon { width: 52px; height: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 14px; flex-shrink: 0; }

.hm-eco-card h3 { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 6px; }

.hm-eco-card p { font-size: 0.84rem; color: var(--brown); line-height: 1.65; flex: 1 1 0%; margin-bottom: 14px; }

.hm-eco-link { font-size: 0.78rem; font-weight: 700; color: var(--sage-dk); text-decoration: none; display: flex; align-items: center; gap: 4px; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; font-family: inherit; padding: 0px; transition: gap 0.18s; }

.hm-eco-link:hover { gap: 8px; }

.hm-eco-center-msg { text-align: center; font-family: Georgia, serif; font-size: 1.1rem; color: var(--brown); font-style: italic; margin: 0px 0px 36px; }

.hm-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.hm-feat-card { background: rgb(255, 255, 255); border-radius: 18px; padding: 24px 20px; box-shadow: rgba(30, 45, 61, 0.06) 0px 2px 14px; border: 1px solid rgba(30, 45, 61, 0.05); text-align: center; transition: 0.22s; }

.hm-feat-card:hover { transform: translateY(-3px); box-shadow: rgba(30, 45, 61, 0.1) 0px 8px 28px; }

.hm-feat-icon { width: 54px; height: 54px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0px auto 14px; }

.hm-feat-card h3 { font-size: 0.98rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 7px; }

.hm-feat-card p { font-size: 0.82rem; color: var(--brown); line-height: 1.65; margin-bottom: 14px; }

.hm-feat-btn { display: inline-flex; align-items: center; gap: 5px; padding: 7px 16px; border-radius: 50px; font-size: 0.78rem; font-weight: 600; background: transparent; border: 1.5px solid rgba(36, 52, 71, 0.3); color: var(--sage-dk); cursor: pointer; font-family: inherit; transition: 0.18s; }

.hm-feat-btn:hover { background: var(--sage-lt); border-color: var(--navy-primary); }

.hm-profiles-wrap { display: flex; flex-direction: column; align-items: center; gap: 32px; }

.hm-profile-cards { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }

.hm-profile-card { background: rgb(255, 255, 255); border-radius: 20px; padding: 22px 20px; box-shadow: rgba(30, 45, 61, 0.07) 0px 2px 18px; border: 1px solid rgba(30, 45, 61, 0.06); text-align: center; width: 155px; cursor: pointer; transition: 0.22s; }

.hm-profile-card:hover { transform: translateY(-4px); box-shadow: rgba(30, 45, 61, 0.11) 0px 8px 28px; }

.hm-profile-card.add-card { border: 2px dashed rgba(36, 52, 71, 0.3); background: transparent; }

.hm-profile-card.add-card:hover { background: var(--sage-lt); border-color: var(--navy-primary); }

.hm-profile-avatar { width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0px auto 10px; }

.hm-profile-name { font-size: 0.92rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 3px; }

.hm-profile-tags { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; margin-top: 8px; }

.hm-profile-tag { font-size: 0.65rem; font-weight: 600; padding: 2px 8px; border-radius: 50px; background: var(--sage-lt); color: var(--sage-dk); }

.hm-profile-btns { display: flex; gap: 10px; }

.hm-snapshot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 36px; }

.hm-snap-card { background: rgb(255, 255, 255); border-radius: 16px; padding: 20px 16px; box-shadow: rgba(30, 45, 61, 0.07) 0px 2px 14px; border: 1px solid rgba(30, 45, 61, 0.06); text-align: center; cursor: pointer; transition: 0.2s; }

.hm-snap-card:hover { transform: translateY(-3px); box-shadow: rgba(30, 45, 61, 0.1) 0px 7px 22px; }

.hm-snap-icon { font-size: 1.6rem; margin-bottom: 8px; }

.hm-snap-label { font-size: 0.82rem; font-weight: 600; color: rgb(30, 45, 61); margin-bottom: 4px; }

.hm-snap-note { font-size: 0.73rem; color: var(--brown); line-height: 1.5; }

.hm-snap-lock { display: inline-block; font-size: 0.65rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; background: var(--yel-lt); color: rgb(122, 85, 0); margin-top: 8px; }

.hm-sharing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.hm-share-card { background: rgb(255, 255, 255); border-radius: 20px; padding: 24px 20px; box-shadow: rgba(30, 45, 61, 0.07) 0px 2px 16px; border: 1px solid rgba(30, 45, 61, 0.06); transition: 0.22s; }

.hm-share-card:hover { transform: translateY(-3px); box-shadow: rgba(30, 45, 61, 0.1) 0px 8px 28px; }

.hm-share-icon { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 12px; }

.hm-share-card h4 { font-size: 0.95rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 6px; }

.hm-share-card p { font-size: 0.8rem; color: var(--brown); line-height: 1.6; margin-bottom: 10px; }

.hm-share-privacy { font-size: 0.72rem; color: var(--sage-dk); font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 4px; }

.hm-share-btn { display: inline-flex; align-items: center; gap: 5px; padding: 7px 14px; border-radius: 50px; font-size: 0.76rem; font-weight: 600; background: var(--sage-lt); color: var(--sage-dk); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; font-family: inherit; transition: 0.18s; }

.hm-share-btn:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }

.hm-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }

.hm-testi-card { background: transparent; border-radius: 0px; padding: 0px; box-shadow: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; position: relative; }

.hm-testi-stars { color: rgb(245, 200, 66); font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 1px; }

.hm-testi-quote { font-size: 0.88rem; color: var(--brown); line-height: 1.75; font-style: italic; margin-bottom: 16px; }

.hm-testi-name { font-size: 0.88rem; font-weight: 700; color: rgb(30, 45, 61); }

.hm-testi-loc { font-size: 0.74rem; color: var(--brown); margin-top: 2px; }

.hm-cta-band { background: linear-gradient(145deg, rgb(30, 45, 61) 0%, rgb(45, 61, 90) 55%, rgb(58, 80, 96) 100%); padding: var(--section-gap) var(--content-pad); text-align: center; position: relative; overflow: hidden; }

.hm-cta-band::before { content: ""; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(36, 52, 71, 0.14) 0%, transparent 70%); pointer-events: none; }

.hm-cta-band h2 { font-family: Georgia, serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 700; color: rgb(255, 255, 255); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 14px; }

.hm-cta-band p { font-size: 1rem; color: rgba(255, 255, 255, 0.7); line-height: 1.7; max-width: 480px; margin: 0px auto 36px; }

.hm-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hm-btn-white { display: inline-flex; align-items: center; gap: 8px; background: rgb(255, 255, 255); color: rgb(30, 45, 61); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 13px 28px; border-radius: 50px; font-size: 0.92rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: 0.22s; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 18px; }

.hm-btn-white:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 28px; }

.hm-btn-ghost-white { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9); border: 1.5px solid rgba(255, 255, 255, 0.25); padding: 11px 26px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: 0.22s; }

.hm-btn-ghost-white:hover { background: rgba(255, 255, 255, 0.2); }

.hm-newsletter { background: var(--hu-white-mist); padding: 52px 24px; text-align: center; }

.hm-newsletter h2 { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 8px; }

.hm-newsletter p { font-size: 0.9rem; color: var(--brown); margin-bottom: 22px; }

.hm-nl-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

.hm-nl-input { padding: 12px 18px; border-radius: 50px; border: 1.5px solid rgba(30, 45, 61, 0.15); font-size: 0.88rem; font-family: inherit; background: rgb(255, 255, 255); color: rgb(30, 45, 61); outline: none; width: 280px; transition: border-color 0.18s; }

.hm-nl-input:focus { border-color: var(--navy-primary); }

.hm-nl-btn { padding: 12px 22px; border-radius: 50px; background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-size: 0.88rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: 0.2s; }

.hm-nl-btn:hover { transform: translateY(-1px); }

#community-hub { background: var(--white, #fff); padding: var(--section-gap) 0 calc(var(--section-gap) + 8px); position: relative; overflow: hidden; }

#community-hub::before { content: ""; position: absolute; top: -120px; right: -120px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(232, 180, 184, 0.12) 0%, transparent 70%); pointer-events: none; }

#community-hub::after { content: ""; position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(36, 52, 71, 0.1) 0%, transparent 70%); pointer-events: none; }

.hub-container { max-width: 1160px; margin: 0px auto; padding: 0px 2rem; position: relative; z-index: 1; }

.hub-header { text-align: center; margin-bottom: 44px; opacity: 0; transform: translateY(20px); animation: 0.6s ease 0.1s 1 normal forwards running hmFadeUp; }

@keyframes hmFadeUp { 
  100% { opacity: 1; transform: translateY(0px); }
}

.hub-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--sage-lt); border: 1px solid rgba(36, 52, 71, 0.25); border-radius: 50px; padding: 5px 16px 5px 10px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-dk); margin-bottom: 16px; }

.hub-title { font-family: Georgia, serif; font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700; color: rgb(30, 45, 61); line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 12px; }

.hub-sub { font-size: 1rem; color: var(--brown); line-height: 1.75; max-width: 520px; margin: 0px auto; font-weight: 300; }

.sharing-wrap { opacity: 0; transform: translateY(16px); animation: 0.6s ease 0.25s 1 normal forwards running hmFadeUp; margin-bottom: 32px; }

.sharing-label { font-size: 0.69rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgb(168, 157, 148); text-align: center; margin-bottom: 11px; }

.sharing-pills { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }

.share-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 500; cursor: pointer; border: 1.5px solid rgba(44, 62, 92, 0.12); background: rgb(255, 255, 255); color: var(--brown); transition: 0.22s; font-family: inherit; }

.share-pill:hover { border-color: rgb(44, 62, 92); color: rgb(44, 62, 92); background: rgb(246, 248, 251); }

.share-pill.active { background: rgb(44, 62, 92); color: rgb(255, 255, 255); border-color: rgb(44, 62, 92); }

.filter-wrap { opacity: 0; transform: translateY(14px); animation: 0.6s ease 0.35s 1 normal forwards running hmFadeUp; margin-bottom: 36px; }

.filter-scroll { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }

.filter-scroll::-webkit-scrollbar { display: none; }

.filter-chip { flex-shrink: 0; padding: 8px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 500; cursor: pointer; border: 1.5px solid rgba(36, 52, 71, 0.2); background: rgb(255, 255, 255); color: var(--brown); transition: 0.22s; font-family: inherit; white-space: nowrap; }

.filter-chip:hover { border-color: var(--navy-primary); color: var(--sage-dk); background: rgb(242, 248, 242); }

.filter-chip.active { background: var(--navy-primary); color: rgb(255, 255, 255); border-color: var(--navy-primary); box-shadow: rgba(36, 52, 71, 0.3) 0px 3px 12px; }

.cards-outer { opacity: 0; animation: 0.7s ease 0.45s 1 normal forwards running hmFadeUp; position: relative; }

.cards-outer::before, .cards-outer::after { content: ""; position: absolute; top: 0px; bottom: 20px; width: 48px; z-index: 2; pointer-events: none; }

.cards-outer::before { left: 0px; background: linear-gradient(to right, rgb(255, 255, 255), transparent); }

.cards-outer::after { right: 0px; background: linear-gradient(to left, rgb(255, 255, 255), transparent); }

.cards-track { display: flex; gap: 18px; overflow-x: auto; padding: 12px 48px 28px; scrollbar-width: none; scroll-snap-type: x mandatory; }

.cards-track::-webkit-scrollbar { display: none; }

.c-card { flex-shrink: 0; width: 296px; background: rgb(255, 255, 255); border-radius: 20px; padding: 24px; box-shadow: rgba(44, 62, 92, 0.07) 0px 2px 20px; border: 1px solid rgba(44, 62, 92, 0.06); scroll-snap-align: start; transition: 0.25s; position: relative; overflow: hidden; }

.c-card:hover { transform: translateY(-5px); box-shadow: rgba(44, 62, 92, 0.13) 0px 8px 36px; }

.c-card::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 3px; border-radius: 20px 20px 0px 0px; }

.c-card.accent-sage::before { background: linear-gradient(90deg,var(--sage),#a8c5ab); }

.c-card.accent-pink::before { background: linear-gradient(90deg, rgb(232, 180, 184), rgb(245, 207, 210)); }

.c-card.accent-navy::before { background: linear-gradient(90deg, rgb(44, 62, 92), rgb(74, 106, 154)); }

.c-card.accent-peach::before { background: linear-gradient(90deg, rgb(232, 168, 122), rgb(245, 197, 163)); }

.c-card.accent-lav::before { background: linear-gradient(90deg, rgb(188, 200, 180), rgb(207, 197, 232)); }

.c-card.accent-sky::before { background: linear-gradient(90deg, rgb(80, 101, 125), rgb(168, 213, 228)); }

.c-profile { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }

.c-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 10px; }

.c-name { font-size: 0.87rem; font-weight: 600; color: rgb(43, 43, 43); margin-bottom: 2px; }

.c-time { font-size: 0.72rem; color: rgb(168, 157, 148); }

.c-tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 11px; border-radius: 50px; font-size: 0.69rem; font-weight: 600; flex-shrink: 0; }

.tag-sage { background: var(--sage-lt); color: var(--sage-dk); }

.tag-pink { background: #e8f4e9; color: #4a7a4e; }

.tag-navy { background: rgb(238, 241, 246); color: rgb(44, 62, 92); }

.tag-peach { background: #e8f4e9; color: #4a7a4e; }

.tag-lav { background: rgb(221, 229, 216); color: rgb(106, 90, 148); }

.tag-sky { background: rgb(232, 240, 245); color: rgb(42, 106, 132); }

.c-story { font-size: 0.86rem; color: var(--brown); line-height: 1.7; margin-bottom: 14px; font-weight: 300; }

.c-story strong { color: rgb(43, 43, 43); font-weight: 600; }

.c-outcomes { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }

.c-outcome { font-size: 0.71rem; color: rgb(168, 157, 148); background: rgb(250, 248, 245); padding: 3px 9px; border-radius: 50px; border: 1px solid rgba(0, 0, 0, 0.05); }

.c-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid rgba(0, 0, 0, 0.05); }

.c-actions { display: flex; gap: 6px; }

.c-btn { display: inline-flex; align-items: center; gap: 4px; padding: 6px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 500; cursor: pointer; border: 1.5px solid rgba(36, 52, 71, 0.2); background: rgb(255, 255, 255); color: var(--brown); transition: 0.22s; font-family: inherit; }

.c-btn:hover { background: var(--sage-lt); border-color: var(--navy-primary); color: var(--sage-dk); }

.c-btn.saved { background: var(--sage-lt); border-color: var(--navy-primary); color: var(--sage-dk); }

.c-cta { display: inline-flex; align-items: center; gap: 4px; padding: 7px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 600; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); transition: 0.22s; font-family: inherit; box-shadow: rgba(36, 52, 71, 0.25) 0px 2px 10px; }

.c-cta:hover { transform: translateY(-1px); box-shadow: rgba(36, 52, 71, 0.1) 0px 4px 16px; }

.scroll-controls { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 8px; }

.scroll-btn { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgba(44, 62, 92, 0.15); background: rgb(255, 255, 255); color: rgb(44, 62, 92); font-size: 0.95rem; cursor: pointer; transition: 0.22s; display: flex; align-items: center; justify-content: center; box-shadow: rgba(44, 62, 92, 0.08) 0px 2px 14px; }

.scroll-btn:hover { background: rgb(44, 62, 92); color: rgb(255, 255, 255); border-color: rgb(44, 62, 92); }

.scroll-dots { display: flex; gap: 6px; align-items: center; }

.scroll-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(44, 62, 92, 0.15); transition: 0.22s; cursor: pointer; }

.scroll-dot.active { width: 20px; border-radius: 3px; background: var(--navy-primary); }

.hub-footer { text-align: center; margin-top: 32px; opacity: 0; animation: 0.6s ease 0.6s 1 normal forwards running hmFadeUp; }

.hub-footer-note { font-size: 0.82rem; color: rgb(168, 157, 148); margin-bottom: 18px; }

.hub-footer-note span { color: var(--navy-primary); font-weight: 600; }

.hub-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.hub-toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(70px); background: var(--sage-dk); color: rgb(255, 255, 255); padding: 12px 24px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; z-index: 9999; transition: transform 0.3s; white-space: nowrap; pointer-events: none; box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 24px; font-family: system-ui, sans-serif; }

.hub-toast.show { transform: translateX(-50%) translateY(0px); }

@media (max-width: 900px) {
  .hm-hero-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hm-hero-sub { margin: 0px auto 28px; }
  .hm-hero-btns { justify-content: center; }
  .hm-eco-grid { grid-template-columns: 1fr 1fr; }
  .hm-feat-grid { grid-template-columns: 1fr 1fr; }
  .hm-snapshot-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-sharing-grid { grid-template-columns: 1fr 1fr; }
  .hm-testi-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .hm-section { padding: 56px 20px; }
  .hm-hero { padding: 52px 20px 10px; }
  .hm-hero + section + .hm-section, .hm-hero + .hm-section { padding-top: 12px; }
  .hm-hero-inner { grid-template-columns: 1fr; }
  .hm-eco-grid, .hm-feat-grid { grid-template-columns: 1fr; }
  .hm-snapshot-grid { grid-template-columns: 1fr 1fr; }
  .hm-sharing-grid { grid-template-columns: 1fr; }
  .hm-testi-grid { grid-template-columns: 1fr; }
  .hub-container { padding: 0px 1.25rem; }
  .cards-outer::before, .cards-outer::after { width: 24px; }
  .cards-track { padding: 10px 24px 24px; }
  .c-card { width: 268px; }
  .hm-profile-cards { gap: 12px; }
  .hm-profile-card { width: 140px; }
  .hm-cta-btns { flex-direction: column; align-items: center; }
}