/* Hearts to Homes Resource Center Hub — Wave 1 preview styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #fdf8f5; color: #2A2522; font-family: 'Jost', sans-serif; font-weight: 300; line-height: 1.7; -webkit-font-smoothing: antialiased; }
:root {
  --rose: #C4788A; --rose-light: #dba0af; --rose-dark: #9e5a6a; --rose-pale: rgba(196,120,138,0.12);
  --cream: #F5ECE0; --ivory: #fffcfa; --blush: #f5e0e6; --blush-soft: #e8c0cb;
  --dusty-rose: #dba0af; --burgundy: #5a2a38; --taupe: #7a6060; --taupe-warm: #988878;
  --gold: #C9A84C; --gold-light: #dfc070; --champagne: #ecdcc0; --plum: #6b4a56; --warm-burgundy: #8a5048;
  --panel: #ffffff;
  --border-rose: rgba(196,120,138,0.22);
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
#scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold)); z-index: 9999; transition: width 0.1s linear; }

/* NAV V2 */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(250,244,241,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(196,120,138,0.25); padding: 0 24px; box-shadow: 0 2px 20px rgba(196,120,138,0.10); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-logo-wrap { width: 44px; height: 44px; border-radius: 50%; background: var(--rose); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.nav-logo { width: 34px; height: 34px; object-fit: contain; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-brand-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--rose-dark); line-height: 1.1; }
.nav-brand-sub { font-size: 9px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rose); }
.nav-links { display: flex; align-items: center; gap: 18px; list-style: none; }
.nav-links > li > a { font-size: 10px; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; color: #4a3038; text-decoration: none; transition: color 0.3s; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--rose); }
.nav-cta { background: var(--rose) !important; color: #fff !important; font-weight: 600 !important; padding: 10px 18px !important; }
.nav-caret { font-size: 8px; margin-left: 4px; opacity: 0.7; }
.nav-item-dropdown { position: relative; }
.nav-item-dropdown::after {
  content: '';
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 14px;
}
.nav-item-dropdown > a { display: inline-flex; align-items: center; position: relative; z-index: 1; }
.mega-menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(6px); min-width: 520px; background: rgba(255,252,250,0.98); backdrop-filter: blur(16px); border: 1px solid var(--border-rose); box-shadow: 0 24px 60px rgba(122,42,58,0.14); padding: 28px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; z-index: 1001; }
.nav-item-dropdown:hover .mega-menu, .nav-item-dropdown:focus-within .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-menu.communities-menu { min-width: 420px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mega-col-title { font-size: 9px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; display: block; }
.mega-col a { display: block; font-size: 13px; color: #4a3038; text-decoration: none; padding: 6px 0; transition: color 0.2s; line-height: 1.4; }
.mega-col a:hover { color: var(--rose-dark); }
.mega-col a.mega-soon { color: #9a8080; font-style: italic; pointer-events: none; }
.mega-col .mega-soon { display: block; font-size: 13px; color: #9a8080; font-style: italic; padding: 6px 0; line-height: 1.4; }
.mega-col a.mega-featured { font-weight: 500; color: #2A2522; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--rose-dark); }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: rgba(250,244,241,0.99); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(196,120,138,0.25); padding: 16px 32px 24px; z-index: 999; max-height: calc(100vh - 72px); overflow-y: auto; }
.mobile-menu.open { display: block; }
.mobile-menu > a { display: block; font-size: 13px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #6b5060; text-decoration: none; padding: 14px 0; border-bottom: 1px solid rgba(196,120,138,0.15); }
.mobile-menu > a:hover, .mobile-menu > a.active { color: var(--rose); }
.mobile-accordion { border-bottom: 1px solid rgba(196,120,138,0.15); }
.mobile-accordion summary { padding: 14px 0; font-size: 13px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #6b5060; cursor: pointer; list-style: none; }
.mobile-accordion summary::-webkit-details-marker { display: none; }
.mobile-accordion .mobile-sub { padding: 0 0 12px 12px; }
.mobile-accordion .mobile-sub a { display: block; font-size: 13px; letter-spacing: 0.5px; text-transform: none; color: #4a3038; text-decoration: none; padding: 8px 0; }
.mobile-accordion .mobile-sub a.soon { color: #9a8080; font-style: italic; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(50px); transition: opacity 1.1s cubic-bezier(0.22,1,0.36,1), transform 1.1s cubic-bezier(0.22,1,0.36,1); }
.revealed { opacity: 1 !important; transform: none !important; }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.20s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* HERO */
.page-hero { min-height: 78vh; display: flex; align-items: center; padding-top: 72px; position: relative; overflow: hidden;
  background: radial-gradient(ellipse at 15% 10%, rgba(255,252,248,1) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 90%, rgba(196,120,138,0.55) 0%, transparent 52%),
    radial-gradient(ellipse at 55% 40%, rgba(201,168,76,0.16) 0%, transparent 45%),
    linear-gradient(150deg, #fdf6f8 0%, #f4dde4 30%, #e8bfc9 58%, #c4788a 100%); }
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; z-index: 1; opacity: 0; transition: opacity 1.2s ease; }
.page-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 88px 32px 88px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center; }
.page-breadcrumb { font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: #9e5a6a; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.page-breadcrumb a { color: #7a5560; text-decoration: none; }
.hero-kicker { display: block; font-size: 11px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: var(--rose); margin-bottom: 18px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(38px, 5.5vw, 72px); font-weight: 500; line-height: 1.04; color: #2A2522; margin-bottom: 20px; }
.hero-title em { font-style: italic; color: var(--rose-dark); }
.hero-divider { height: 1px; width: 80px; margin: 0 0 22px; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold-light)); }
.hero-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(18px, 2.1vw, 24px); color: #6b3a4a; line-height: 1.6; margin-bottom: 28px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hero-stat-card { background: rgba(255,255,255,0.75); backdrop-filter: blur(12px); border: 1px solid rgba(196,120,138,0.22); padding: 28px; position: relative; }
.hero-stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold-light)); }
.stat-number { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 500; color: var(--rose-dark); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); }
.stat-body { font-size: 13px; color: #4a3038; line-height: 1.7; margin-top: 10px; }
.hero-feature-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.hero-feature-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #4a3038; }
.hero-feature-list li::before { content: ''; width: 22px; height: 1px; background: var(--rose); flex-shrink: 0; }

/* TRUST INTRO */
.trust-intro { background: var(--panel); border-bottom: 1px solid var(--border-rose); padding: 56px 0; }
.trust-intro-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.trust-intro-kicker { display: block; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; }
.trust-intro-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.2vw, 38px); font-weight: 500; color: #2A2522; line-height: 1.2; margin-bottom: 20px; }
.trust-intro-body { font-family: 'Cormorant Garamond', serif; font-size: clamp(17px, 2vw, 21px); color: #4a3038; line-height: 1.75; margin-bottom: 16px; }
.trust-intro-body em { font-style: italic; color: var(--rose-dark); }
.trust-intro-signoff { font-size: 14px; font-weight: 500; letter-spacing: 1px; color: var(--rose-dark); margin-top: 8px; }

/* AUDIENCE STRIP */
.audience-strip { background: var(--panel); border-bottom: 1px solid var(--border-rose); padding: 18px 0; position: sticky; top: 72px; z-index: 50; }
.audience-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 16px; }
.audience-label { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); }
.audience-chip { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #4a3038; text-decoration: none; padding: 8px 16px; border: 1px solid var(--border-rose); transition: all 0.3s; }
.audience-chip:hover, .audience-chip:focus-visible { background: var(--rose); color: #fff; border-color: var(--rose); }

/* CATEGORY NAV */
.category-nav { padding: 48px 0 0; }
.category-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 980px; margin: 0 auto; }
.category-chip { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--rose-dark); text-decoration: none; padding: 10px 18px; background: var(--panel); border: 1px solid var(--border-rose); transition: all 0.3s; }
.category-chip:hover { background: var(--rose-pale); border-color: var(--rose); transform: translateY(-2px); }

/* BUTTONS — aligned with h2h-refined Phase B system */
.btn-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 8px; background: var(--h2h-primary, #b5687c); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; padding: 14px 28px; text-decoration: none; border: 1.5px solid var(--h2h-primary, #b5687c); transition: all 0.35s cubic-bezier(0.22,1,0.36,1); }
.btn-pill:hover { background: var(--h2h-primary-hover, #9e5a6a); border-color: var(--h2h-primary-hover, #9e5a6a); transform: translateY(-2px); box-shadow: var(--h2h-shadow-soft, 0 4px 20px rgba(68, 38, 48, 0.06)); }
.btn-pill.outline { background: transparent; color: var(--rose-dark); border-color: rgba(158,90,106,0.4); }
.btn-pill.outline:hover { background: var(--h2h-primary, #b5687c); color: #fff; border-color: var(--h2h-primary, #b5687c); }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }

/* SECTIONS */
.cat-section { padding: 88px 0; scroll-margin-top: 140px; }
.cat-section.alt { background: var(--panel); border-top: 1px solid var(--border-rose); border-bottom: 1px solid var(--border-rose); }
.cat-header { text-align: center; margin-bottom: 48px; }
.cat-label { display: block; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; }
.cat-title { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3vw, 44px); font-weight: 500; color: #2A2522; line-height: 1.12; margin-bottom: 14px; }
.cat-title em { font-style: italic; color: var(--rose-dark); }
.cat-divider { height: 1px; width: 60px; margin: 0 auto 16px; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold-light), var(--rose), var(--rose-dark)); }
.cat-sub { font-size: 16px; color: #4a3038; max-width: 680px; margin: 0 auto; line-height: 1.8; }
.section-ornament { display: flex; align-items: center; justify-content: center; gap: 22px; max-width: 320px; margin: 0 auto; padding: 48px 32px; }
.section-ornament-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--rose-light), transparent); }
.section-ornament-diamond { width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg); }

/* RESOURCE CARDS */
.flagship-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; max-width: 1200px; margin: 0 auto 36px; }
.resource-card.flagship { border-width: 2px; border-color: rgba(196,120,138,0.35); box-shadow: 0 14px 40px rgba(122,42,58,0.12); }
.resource-card.flagship:hover { transform: translateY(-7px); box-shadow: 0 24px 56px rgba(122,42,58,0.18); }
.resource-card.flagship .resource-visual { height: 132px; filter: saturate(1.15) brightness(0.96); }
.resource-card.flagship .resource-title { font-size: 20px; }
.resource-tag.flagship-tag { background: linear-gradient(135deg, rgba(196,120,138,0.18), rgba(201,168,76,0.14)); color: var(--rose-dark); font-weight: 700; }
.popular-secondary-label { text-align: center; font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #9a8080; margin-bottom: 20px; }
.resources-grid-secondary { margin-top: 0; }
.resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.resource-card { background: var(--panel); border: 1px solid var(--border-rose); display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 6px 20px rgba(122,42,58,0.06); transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease; }
.resource-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(122,42,58,0.14); }
.resource-card.soon { opacity: 0.88; }
.resource-visual { height: 120px; position: relative; display: flex; align-items: flex-end; padding: 16px 18px; }
/* WCAG AA fix: guarantees resource-kicker contrast on every gradient, including light-toned stops */
.resource-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,8,11,0.82) 0%, rgba(15,8,11,0.46) 30%, rgba(15,8,11,0) 60%); pointer-events: none; }
/* Card visual hierarchy — cream, blush, rose, burgundy, plum, champagne (intentional variety) */
.rv-tax { background: linear-gradient(155deg, var(--burgundy) 0%, var(--rose-dark) 32%, var(--rose) 64%, var(--dusty-rose) 100%); }
.rv-community { background: linear-gradient(155deg, var(--plum) 0%, var(--rose) 45%, var(--blush-soft) 100%); }
.rv-fyf { background: linear-gradient(155deg, var(--taupe) 0%, var(--dusty-rose) 50%, var(--ivory) 100%); }
.rv-buying { background: linear-gradient(155deg, var(--taupe-warm) 0%, var(--dusty-rose) 45%, var(--cream) 100%); }
.rv-selling { background: linear-gradient(155deg, var(--burgundy) 0%, var(--warm-burgundy) 42%, var(--rose-light) 100%); }
.rv-tools { background: linear-gradient(155deg, var(--rose) 0%, var(--blush-soft) 55%, var(--ivory) 100%); }
.rv-download { background: linear-gradient(155deg, var(--rose-dark) 0%, var(--champagne) 45%, var(--cream) 100%); }
.rv-article { background: linear-gradient(155deg, var(--rose-dark) 0%, var(--rose) 48%, var(--blush) 100%); }
.rv-faq { background: linear-gradient(155deg, #6b3a4a 0%, var(--rose-dark) 40%, var(--blush-soft) 100%); }
.resource-kicker { position: relative; z-index: 1; font-size: 9px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.92); text-shadow: 0 1px 3px rgba(0,0,0,0.25); }
.resource-body-wrap { padding: 22px 22px 20px; display: flex; flex-direction: column; flex: 1; }
.resource-title { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 500; color: #2A2522; line-height: 1.25; margin-bottom: 10px; }
.resource-title em { font-style: italic; color: var(--rose-dark); }
.resource-desc { font-size: 14px; color: #4a3038; line-height: 1.75; margin-bottom: 18px; flex: 1; }
.resource-cta { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--rose-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-top: 1px solid var(--border-rose); padding-top: 16px; margin-top: auto; transition: gap 0.3s, color 0.3s; }
.resource-cta:hover { color: var(--rose); gap: 12px; }
.resource-tag { display: inline-block; font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; background: var(--rose-pale); color: var(--rose-dark); padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }
.resource-tag.soon-tag { background: var(--cream); color: #9a8080; }

/* HUB SPOTLIGHT */
.hub-spotlight { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; max-width: 1100px; margin: 0 auto 36px; align-items: stretch; }
.spotlight-card { background: var(--panel); border: 1px solid var(--border-rose); padding: 36px; position: relative; box-shadow: 0 12px 40px rgba(122,42,58,0.08); }
.spotlight-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold-light)); }
.spotlight-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 2.8vw, 34px); font-weight: 500; margin-bottom: 14px; }
.spotlight-title em { font-style: italic; color: var(--rose-dark); }
.spotlight-body { font-size: 15px; color: #4a3038; line-height: 1.85; margin-bottom: 22px; }

/* JOURNEY MODULE */
.journey-section { padding: 72px 0; background: linear-gradient(180deg, rgba(245,236,224,0.45) 0%, rgba(253,248,245,0) 100%); scroll-margin-top: 140px; }
.journey-module { max-width: 1100px; margin: 0 auto; padding: 0; background: transparent; border: none; box-shadow: none; }
.journey-module-header { text-align: center; margin-bottom: 32px; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.journey-grid.five { grid-template-columns: repeat(5, 1fr); }
.journey-item { display: block; padding: 22px 20px; background: var(--panel); border: 1px solid var(--border-rose); text-decoration: none; color: inherit; transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
.journey-item:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(122,42,58,0.1); border-color: var(--rose); }
.journey-item-label { font-size: 9px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rose); margin-bottom: 8px; display: block; }
.journey-item-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 500; margin-bottom: 8px; line-height: 1.3; color: #2A2522; }
.journey-item-desc { font-size: 13px; color: #5a4048; line-height: 1.65; }
.journey-explore-note { text-align: center; font-size: 14px; color: #5a4048; margin-top: 28px; line-height: 1.7; }
.journey-explore-note a { color: var(--rose-dark); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(158,90,106,0.35); }
.journey-explore-note a:hover { color: var(--rose); border-color: var(--rose); }

/* FAQ MINI */
.faq-mini { max-width: 860px; margin: 0 auto; }
.faq-item { background: var(--panel); border: 1px solid var(--border-rose); margin-bottom: 12px; }
.faq-summary { padding: 20px 24px; cursor: pointer; font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 500; display: flex; justify-content: space-between; gap: 16px; list-style: none; }
.faq-summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 24px 20px; font-size: 14px; color: #4a3038; line-height: 1.8; }
.faq-answer a { color: var(--rose-dark); }

/* FINAL CTA */
.final-cta { padding: 100px 0; text-align: center;
  background: radial-gradient(ellipse at 20% 0%, rgba(255,252,248,1) 0%, transparent 48%),
    radial-gradient(ellipse at 80% 100%, rgba(196,120,138,0.55) 0%, transparent 50%),
    linear-gradient(150deg, #fdf6f8 0%, #f5e0e6 38%, #e8c0cb 72%, #c4788a 100%); }
.final-cta-label { display: block; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--rose-dark); margin-bottom: 12px; }
.final-cta-title { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 500; margin-bottom: 16px; }
.final-cta-title em { font-style: italic; color: var(--rose-dark); }
.final-cta-body { font-size: 16px; color: #4a3038; max-width: 640px; margin: 0 auto 28px; line-height: 1.85; }
.final-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* FOOTER */
footer { background: radial-gradient(ellipse at 15% 0%, rgba(255,252,248,0.95) 0%, transparent 45%),
  radial-gradient(ellipse at 85% 100%, rgba(196,120,138,0.50) 0%, transparent 48%),
  linear-gradient(160deg, #fdf6f8 0%, #f5e0e6 40%, #e8c0cb 70%, #c4788a 100%);
  border-top: 1px solid rgba(196,120,138,0.30); padding: 60px 0 30px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; max-width: 1200px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.footer-logo-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-logo-bg { width: 44px; height: 44px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.footer-logo { width: 34px; height: 34px; object-fit: contain; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: #2A2522; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; color: var(--rose); margin-bottom: 12px; }
.footer-desc { font-size: 13px; color: #4a3038; line-height: 1.7; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); display: block; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 13px; color: #4a3038; text-decoration: none; }
.footer-links a:hover { color: var(--rose); }
.footer-contact-item { display: flex; gap: 10px; font-size: 13px; color: #4a3038; margin-bottom: 12px; }
.footer-contact-icon { color: var(--rose); }
.footer-bottom { border-top: 1px solid rgba(196,120,138,0.12); padding: 20px 32px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; max-width: 1200px; margin: 0 auto; }
.footer-copy { font-size: 11px; color: #4a3038; opacity: 0.5; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 11px; color: #4a3038; text-decoration: none; opacity: 0.5; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .resources-grid { grid-template-columns: repeat(2, 1fr); }
  .flagship-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid, .journey-grid.five { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 32px; padding: 72px 24px; }
  .hub-spotlight { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .resources-grid, .journey-grid, .journey-grid.five, .flagship-grid { grid-template-columns: 1fr; }
  .cat-section { padding: 64px 0; }
  .journey-section { padding: 56px 0; }
  .trust-intro { padding: 44px 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .audience-strip { top: 72px; }
}
