/* RC resource pages — Phase C shared article + journey 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; --gold: #C9A84C; --gold-light: #dfc070; --charcoal: #fdf8f5; --panel: #ffffff; --border-rose: rgba(196,120,138,0.22); --border-gold: rgba(201,168,76,0.18); }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
    .narrow { max-width: 920px; margin: 0 auto; padding: 0 32px; }
    .article-width { max-width: 820px; 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; }

    /* REVEAL */
    .reveal { opacity: 0; transform: translateY(50px); transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1); will-change: opacity, transform; }
    .revealed { opacity: 1 !important; transform: none !important; }
    .faq-list.reveal .faq-item { opacity: 0; transform: translateY(20px); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
    .faq-list.revealed .faq-item { opacity: 1; transform: none; }
    .faq-list.revealed .faq-item:nth-child(1)  { transition-delay: 0.05s; }
    .faq-list.revealed .faq-item:nth-child(2)  { transition-delay: 0.11s; }
    .faq-list.revealed .faq-item:nth-child(3)  { transition-delay: 0.17s; }
    .faq-list.revealed .faq-item:nth-child(4)  { transition-delay: 0.23s; }
    .faq-list.revealed .faq-item:nth-child(5)  { transition-delay: 0.29s; }
    .faq-list.revealed .faq-item:nth-child(6)  { transition-delay: 0.35s; }
    .faq-list.revealed .faq-item:nth-child(7)  { transition-delay: 0.41s; }
    .faq-list.revealed .faq-item:nth-child(8)  { transition-delay: 0.47s; }
    .faq-list.revealed .faq-item:nth-child(9)  { transition-delay: 0.53s; }
    .faq-list.revealed .faq-item:nth-child(10) { transition-delay: 0.59s; }
    .faq-list.revealed .faq-item:nth-child(11) { transition-delay: 0.65s; }
    .faq-list.revealed .faq-item:nth-child(12) { transition-delay: 0.71s; }
    @media (prefers-reduced-motion: reduce) {
      .reveal, .faq-list.reveal .faq-item { opacity: 1; transform: none; transition: none; }
    }

    /* HERO */
    .page-hero { min-height: 56vh; display: flex; align-items: center; padding-top: 96px; padding-bottom: 72px; position: relative; overflow: hidden;
      background: radial-gradient(ellipse at 28% 18%, rgba(255,252,248,1) 0%, transparent 48%),
        radial-gradient(ellipse at 78% 88%, rgba(196,120,138,0.55) 0%, transparent 50%),
        linear-gradient(150deg, #fdf6f8 0%, #f5e0e6 30%, #e8c0cb 60%, #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-content { position: relative; z-index: 2; width: 100%; }
    .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; }
    .page-hero-kicker { display: block; font-size: 11px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: var(--rose); margin-bottom: 22px; }
    .page-hero-title { font-family: 'Playfair Display', serif; font-size: clamp(34px, 5.5vw, 66px); font-weight: 500; line-height: 1.06; color: #2A2522; letter-spacing: -0.5px; margin-bottom: 26px; max-width: 900px; }
    .page-hero-title em { font-style: italic; color: var(--rose-dark); }
    .page-hero-divider { height: 1px; width: 80px; margin: 0 0 28px; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold-light)); }
    .page-hero-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(18px, 2.2vw, 24px); color: #6b3a4a; line-height: 1.6; max-width: 760px; }
    .hero-meta { margin-top: 28px; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--rose-dark); opacity: 0.75; }

    /* ARTICLE INTRO / BYLINE */
    .article-intro { padding: 60px 0 20px; background: var(--charcoal); }
    .article-lead { font-family: 'Cormorant Garamond', serif; font-size: clamp(19px, 2.2vw, 24px); font-style: italic; color: var(--rose-dark); line-height: 1.6; max-width: 760px; margin: 0 auto 20px; text-align: center; }
    .article-byline { font-size: 12px; color: #7a5560; text-align: center; letter-spacing: 1.5px; max-width: 600px; margin: 0 auto 12px; }
    .article-byline strong { color: #4a3038; font-weight: 500; }

    /* QUICK NAV */
    .quicknav-section { padding: 32px 0 48px; background: var(--charcoal); }
    .quicknav-label { display: block; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--rose); text-align: center; margin-bottom: 16px; }
    .chip-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 960px; margin: 0 auto; }
    .quick-chip { background: var(--panel); border: 1px solid var(--border-rose); color: #4a3038; font-size: 12.5px; padding: 10px 20px; text-decoration: none; border-radius: 999px; transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
    .quick-chip:hover { background: var(--rose); color: #fff; border-color: var(--rose); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(196,120,138,0.25); }

    /* ARTICLE BODY */
    .article-section { padding: 72px 0; }
    .article-section.alt { background: var(--panel); border-top: 1px solid var(--border-rose); border-bottom: 1px solid var(--border-rose); }
    .article-section.gold-tint { background: rgba(201,168,76,0.04); border-top: 1px solid var(--border-gold); border-bottom: 1px solid var(--border-gold); }

    /* Section headings */
    .section-kicker { display: block; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; }
    .section-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3vw, 38px); font-weight: 500; color: #2A2522; line-height: 1.15; margin-bottom: 12px; }
    .section-title em { font-style: italic; color: var(--rose-dark); }
    .section-divider { height: 1px; width: 50px; margin: 0 0 28px; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold-light)); }

    /* PROSE */
    .prose p { font-size: 16px; color: #4a3038; line-height: 1.92; margin-bottom: 20px; }
    .prose p:last-child { margin-bottom: 0; }
    .prose strong { color: #2A2522; font-weight: 500; }
    .prose a { color: var(--rose-dark); text-decoration: underline; }
    .prose h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 500; color: #2A2522; margin: 36px 0 14px; line-height: 1.3; }
    .prose h3 em { font-style: italic; color: var(--rose-dark); }
    .prose-dropcap > p:first-of-type::first-letter {
      float: left; font-family: 'Playfair Display', serif; font-style: italic; font-weight: 500;
      font-size: 78px; line-height: 0.85; padding: 8px 14px 0 0; color: var(--rose-dark);
    }
    @media (max-width: 600px) { .prose-dropcap > p:first-of-type::first-letter { font-size: 60px; padding: 4px 10px 0 0; } }

    /* CALLOUT BOXES */
    .callout { margin: 32px 0; padding: 24px 28px 22px; border-left: 4px solid var(--rose); background: rgba(196,120,138,0.07); }
    .callout.gold { border-left-color: var(--gold); background: rgba(201,168,76,0.07); }
    .callout.warning { border-left-color: var(--rose-dark); background: rgba(158,90,106,0.08); }
    .callout-label { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); margin-bottom: 8px; display: block; }
    .callout.gold .callout-label { color: var(--gold); }
    .callout.warning .callout-label { color: var(--rose-dark); }
    .callout p { font-size: 15px; color: #4a3038; line-height: 1.85; margin: 0; }
    .callout p + p { margin-top: 10px; }
    .callout strong { color: #2A2522; font-weight: 500; }

    /* EXAMPLE BOX */
    .example-box { margin: 32px 0; background: var(--panel); border: 1px solid var(--border-rose); padding: 28px 30px; position: relative; box-shadow: 0 4px 14px rgba(122,42,58,0.05); }
    .example-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--gold-light)); }
    .example-label { font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; display: block; }
    .example-box p { font-size: 15px; color: #4a3038; line-height: 1.85; margin-bottom: 10px; }
    .example-box p:last-child { margin-bottom: 0; }
    .example-box .math { font-family: 'Cormorant Garamond', serif; font-size: 17px; color: #2A2522; font-style: italic; padding: 10px 0; border-top: 1px solid var(--border-rose); border-bottom: 1px solid var(--border-rose); margin: 12px 0; line-height: 1.7; }
    .example-box strong { color: #2A2522; font-weight: 500; }

    /* PULL QUOTE */
    .pull-quote { max-width: 680px; margin: 32px auto; padding: 24px 32px; text-align: center; position: relative; }
    .pull-quote::before { content: "\201C"; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); font-family: 'Playfair Display', serif; font-style: italic; font-size: 88px; color: var(--gold); line-height: 1; opacity: 0.5; pointer-events: none; }
    .pull-quote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(19px, 2.1vw, 24px); color: var(--rose-dark); line-height: 1.55; margin: 0; }

    /* CHECKLIST */
    .check-list { list-style: none; padding: 0; margin: 24px 0; display: flex; flex-direction: column; gap: 10px; }
    .check-list li { font-size: 15px; color: #4a3038; line-height: 1.8; padding-left: 28px; position: relative; }
    .check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--rose); font-weight: 600; font-size: 14px; }

    /* MISTAKE / TIP CARDS */
    .cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0; }
    .info-card { background: var(--panel); border: 1px solid var(--border-rose); padding: 22px 22px 20px; position: relative; box-shadow: var(--h2h-shadow-soft, 0 4px 20px rgba(68, 38, 48, 0.06)); transition: transform 0.35s var(--h2h-ease, cubic-bezier(0.22, 1, 0.36, 1)), box-shadow 0.35s ease; }
    .info-card:hover { transform: translateY(-2px); box-shadow: var(--h2h-shadow-lift, 0 12px 40px rgba(68, 38, 48, 0.10)); }
    .info-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)); }
    .info-card.gold-card { background: rgba(201,168,76,0.04); border-color: var(--border-gold); }
    .info-card.gold-card::before { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
    .info-card-num { font-family: 'Playfair Display', serif; font-style: italic; font-size: 36px; color: var(--rose-dark); line-height: 1; margin-bottom: 8px; }
    .info-card.gold-card .info-card-num { color: var(--gold); }
    .info-card-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 500; color: #2A2522; margin-bottom: 10px; line-height: 1.3; }
    .info-card-body { font-size: 14px; color: #4a3038; line-height: 1.8; }
    @media (max-width: 700px) { .cards-grid { grid-template-columns: 1fr; } }

    /* SECTION ORNAMENT */
    .section-ornament { display: flex; align-items: center; justify-content: center; gap: 22px; max-width: 320px; margin: 0 auto; padding: 48px 32px; opacity: 0; transform: translateY(18px); transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1); }
    .section-ornament.revealed { opacity: 1; transform: none; }
    .section-ornament-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--rose-light) 30%, var(--rose-light) 70%, transparent 100%); }
    .section-ornament-diamond { width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg); }

    /* INLINE CTA */
    .between-cta { margin: 52px 0 0; padding: 32px 36px; background: rgba(196,120,138,0.08); border-left: 3px solid var(--rose); text-align: center; }
    .between-cta-title { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--rose-dark); margin-bottom: 8px; font-weight: 500; }
    .between-cta-body { font-size: 14px; color: #4a3038; line-height: 1.75; margin-bottom: 16px; }
    .between-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

    /* BUTTONS */
    .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: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; padding: 12px 22px; 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.outline { background: transparent; color: var(--rose-dark); border-color: rgba(158,90,106,0.4); }
    .btn-pill:hover { background: var(--h2h-primary-hover, #9e5a6a); border-color: var(--h2h-primary-hover, #9e5a6a); color: #fff; transform: translateY(-2px); box-shadow: var(--h2h-shadow-soft, 0 4px 20px rgba(68, 38, 48, 0.06)); }
    .btn-pill.outline:hover { background: var(--h2h-primary, #b5687c); color: #fff; border-color: var(--h2h-primary, #b5687c); }

    /* FAQ */
    .faq-list { max-width: 860px; margin: 0 auto; }
    .faq-item { background: var(--panel); border: 1px solid var(--border-rose); margin-bottom: 12px; box-shadow: var(--h2h-shadow-soft, 0 4px 20px rgba(68, 38, 48, 0.06)); transition: box-shadow 0.35s ease; }
    .faq-item[open] { box-shadow: var(--h2h-shadow-lift, 0 12px 40px rgba(68, 38, 48, 0.10)); }
    .faq-summary { padding: 22px 26px; cursor: pointer; font-family: 'Playfair Display', serif; font-size: 16.5px; font-weight: 500; color: #2A2522; line-height: 1.35; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; transition: color 0.3s; }
    .faq-summary::-webkit-details-marker { display: none; }
    .faq-summary:hover { color: var(--rose-dark); }
    .faq-toggle { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--rose-pale); color: var(--rose-dark); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform 0.3s, background 0.3s; }
    .faq-item[open] .faq-toggle { background: var(--rose); color: #fff; transform: rotate(45deg); }
    .faq-answer { padding: 0 26px 24px; font-size: 15px; color: #4a3038; line-height: 1.85; }
    .faq-answer p { margin-bottom: 10px; }
    .faq-answer p:last-child { margin-bottom: 0; }
    .faq-answer a { color: var(--rose-dark); text-decoration: underline; }

    /* DISCLAIMER */
    .disclaimer { margin: 48px 0 0; padding: 22px 26px; border: 1px solid rgba(201,168,76,0.35); background: rgba(201,168,76,0.05); }
    .disclaimer-label { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 8px; }
    .disclaimer p { font-size: 13.5px; color: #6b5040; line-height: 1.75; }

    /* CLOSING / HEARTS CTA */
    .hearts-closing { padding: 90px 0; background: linear-gradient(150deg, #fdf6f8 0%, #f5e0e6 40%, #e8c0cb 80%, #c4788a 100%); }
    .hearts-closing-inner { max-width: 760px; margin: 0 auto; text-align: center; }
    .hearts-closing-kicker { display: block; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--rose-dark); margin-bottom: 16px; }
    .hearts-closing-title { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 500; color: #2A2522; line-height: 1.2; margin-bottom: 22px; }
    .hearts-closing-title em { font-style: italic; color: var(--rose-dark); }
    .hearts-closing-body { font-size: 16px; color: #4a3038; line-height: 1.92; margin-bottom: 28px; }
    .hearts-closing-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(19px, 2.2vw, 24px); color: #6b3a4a; line-height: 1.6; max-width: 640px; margin: 0 auto 32px; }
    .hearts-closing-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 32px; }
    .hearts-closing-btns .btn-pill { padding: 15px 28px; font-size: 11px; }
    .hearts-closing-signature { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: #2A2522; margin-bottom: 6px; }
    .hearts-closing-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: var(--rose); }
    .hearts-closing-contact { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-style: italic; color: #7a3a4a; margin-top: 20px; }
    .hearts-closing-contact a { color: inherit; text-decoration: underline; }

    /* RESPONSIVE */
    @media (max-width: 1024px) { .nav-links { gap: 20px; } }
    @media (max-width: 960px) { .nav-links { display: none; } .nav-hamburger { display: flex; } .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
    @media (max-width: 768px) {
      .page-hero { min-height: 46vh; }
      .article-section { padding: 52px 0; }
      .hearts-closing { padding: 64px 0; }
      .between-cta { padding: 24px 20px; margin: 36px 0 0; }
      .faq-summary { padding: 18px 20px; font-size: 15.5px; }
      .faq-answer { padding: 0 20px 22px; }
    }
    @media (max-width: 600px) {
      .container, .narrow, .article-width { padding: 0 20px; }
      .footer-inner { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }
  
.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-item { display: block; padding: 22px 20px; background: var(--panel); border: 1px solid var(--border-rose); text-decoration: none; color: inherit; transition: transform 0.35s var(--h2h-ease, cubic-bezier(0.22, 1, 0.36, 1)), box-shadow 0.35s ease, border-color 0.35s ease; }
.journey-item:hover { transform: translateY(-4px); box-shadow: var(--h2h-shadow-hover, 0 20px 56px rgba(68, 38, 48, 0.12)); 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); }


/* RC ENTRY + AUDIENCE */
.rc-entry { font-size: 13px; color: #6b5060; margin-bottom: 18px; max-width: 760px; }
.rc-entry a { color: var(--rose-dark); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(158,90,106,0.35); }
.audience-strip { background: var(--panel); border-bottom: 1px solid var(--border-rose); padding: 16px 0; position: sticky; top: 72px; z-index: 50; }
.audience-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 16px; max-width: 920px; margin: 0 auto; padding: 0 32px; }
.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); }
/* JOURNEY — page variant (5 cards + CTA) */
.journey-grid.five { grid-template-columns: repeat(5, 1fr); }
.journey-cta-row { text-align: center; margin-top: 24px; }
.journey-hub-link { text-align: center; margin-top: 20px; font-size: 14px; }
.journey-hub-link a { color: var(--rose-dark); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(158,90,106,0.35); }
.hub-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.hub-card { background: var(--panel); border: 1px solid var(--border-rose); padding: 28px; text-decoration: none; color: inherit; transition: transform 0.35s var(--h2h-ease, cubic-bezier(0.22, 1, 0.36, 1)), box-shadow 0.35s ease; display: block; box-shadow: var(--h2h-shadow-soft, 0 4px 20px rgba(68, 38, 48, 0.06)); position: relative; overflow: hidden; }
.hub-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.hub-resource-grid .hub-card:nth-child(1)::before { background: linear-gradient(90deg, #5a2a38, #9e5a6a, #c4788a); }
.hub-resource-grid .hub-card:nth-child(2)::before { background: linear-gradient(90deg, #9e5a6a, #c4788a, #e8c0cb); }
.hub-resource-grid .hub-card:nth-child(3)::before { background: linear-gradient(90deg, #c4788a, #dba0af, #f5ece0); }
.hub-resource-grid .hub-card:nth-child(4)::before { background: linear-gradient(90deg, #7a6060, #c4788a, #f5e0e6); }
.hub-resource-grid .hub-card:nth-child(5)::before { background: linear-gradient(90deg, #6b3a4a, #9e5a6a, #dfc070); }
.hub-resource-grid .hub-card:nth-child(6)::before { background: linear-gradient(90deg, #9e5a6a, #dba0af, #fffcfa); }
.hub-card:hover { transform: translateY(-4px); box-shadow: var(--h2h-shadow-hover, 0 20px 56px rgba(68, 38, 48, 0.12)); border-color: var(--rose); }
.hub-card-title { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 10px; color: #2A2522; }
.hub-card-desc { font-size: 14px; color: #4a3038; line-height: 1.75; }
@media (max-width: 1024px) { .journey-grid.five { grid-template-columns: repeat(2, 1fr); } .hub-resource-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .journey-grid.five, .hub-resource-grid { grid-template-columns: 1fr; } }
