.homepage-v15 {
  --home-ink: #17253a;
  --home-teal: #087b74;
  --home-teal-deep: #00645f;
  --home-cobalt: #4567d6;
  --home-coral: #ef806c;
  --home-gold: #f0c96d;
  --home-cream: #fcf8f1;
  --home-line: rgba(23, 37, 58, .12);
  color: var(--home-ink);
  background: var(--home-cream);
}

.homepage-v15 a:focus-visible,
.homepage-v15 button:focus-visible,
.homepage-v15-footer a:focus-visible {
  outline: 3px solid #ffb229;
  outline-offset: 4px;
}

.homepage-v15-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) 0 34px;
  background:
    radial-gradient(circle at 6% 18%, rgba(240, 201, 109, .27), transparent 27%),
    radial-gradient(circle at 94% 12%, rgba(69, 103, 214, .13), transparent 32%),
    linear-gradient(135deg, #f7f9ff 0%, #fcf8f1 58%, #eaf6f2 100%);
}

.homepage-v15-hero::after {
  position: absolute;
  right: -12vw;
  bottom: -26vw;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(8, 123, 116, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(255,255,255,.18), 0 0 0 112px rgba(69,103,214,.035);
  content: "";
}

.homepage-v15-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}

.homepage-v15-eyebrow {
  margin: 0 0 14px;
  color: var(--home-teal);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.homepage-v15-hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(3.6rem, 6.8vw, 6.75rem);
  line-height: .93;
  letter-spacing: -.07em;
}

.homepage-v15-hero h1 span { position: relative; color: var(--home-cobalt); }
.homepage-v15-hero h1 span::after {
  position: absolute;
  right: .04em;
  bottom: -.07em;
  left: .04em;
  height: .09em;
  border-radius: 999px;
  background: var(--home-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  animation: homepage-v15-draw 700ms 320ms cubic-bezier(.22, 1, .36, 1) forwards;
}

.homepage-v15-hero-summary {
  max-width: 610px;
  margin: 26px 0 0;
  color: #445166;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.74;
}

.homepage-v15-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.homepage-v15-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--home-ink);
  border-radius: 15px;
  color: #fff;
  background: var(--home-ink);
  box-shadow: 0 12px 27px rgba(23,37,58,.17);
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.homepage-v15-button:hover { color: #fff; background: #314eae; box-shadow: 0 16px 34px rgba(49,78,174,.23); transform: translateY(-2px); }
.homepage-v15-button-secondary { border-color: rgba(69,103,214,.26); color: #4137b2; background: rgba(255,255,255,.86); box-shadow: none; }
.homepage-v15-button-secondary:hover { color: #fff; }

.homepage-v15-hero-visual { min-width: 0; animation: homepage-v15-rise 700ms 100ms cubic-bezier(.22,1,.36,1) both; }
.homepage-v15-hero-media { position: relative; z-index: 1; margin: 0; }
.homepage-v15-hero-media::before { position: absolute; inset: -18px 30px 22px -18px; z-index: -1; border-radius: 44px 44px 104px 44px; background: linear-gradient(135deg, rgba(239,128,108,.62), rgba(240,201,109,.66)); content: ""; transform: rotate(-2.4deg); }
.homepage-v15-hero-media > img { width: 100%; aspect-ratio: 1672 / 941; height: auto; object-fit: cover; object-position: center; border: 6px solid rgba(255,255,255,.84); border-radius: 38px 38px 96px 38px; box-shadow: 0 24px 56px rgba(23,37,58,.19); }
.homepage-v15-photo-status { position: absolute; top: 18px; left: 18px; z-index: 3; padding: 8px 12px; border: 1px solid var(--home-line); border-radius: 999px; background: rgba(255,255,255,.95); box-shadow: 0 10px 24px rgba(23,37,58,.12); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.homepage-v15-hero-media figcaption { position: absolute; bottom: 19px; left: -26px; max-width: 250px; padding: 17px 19px; border: 1px solid rgba(23,37,58,.09); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 15px 35px rgba(23,37,58,.18); }
.homepage-v15-hero-media figcaption small,
.homepage-v15-hero-media figcaption strong { display: block; }
.homepage-v15-hero-media figcaption small { margin-bottom: 6px; color: var(--home-coral); font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.homepage-v15-hero-media figcaption strong { font-size: .94rem; line-height: 1.35; }

.homepage-v15-hero-pathways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.homepage-v15-hero-pathway { --pathway-accent: #8b5e16; display: grid; min-width: 0; min-height: 112px; overflow: hidden; grid-template-columns: 104px minmax(0, 1fr); border: 1px solid rgba(23,37,58,.12); border-radius: 18px; color: var(--home-ink); background: rgba(255,255,255,.94); box-shadow: 0 11px 25px rgba(23,37,58,.09); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.homepage-v15-hero-pathway-career { --pathway-accent: #315fa9; }
.homepage-v15-hero-pathway-housing { --pathway-accent: #9b4f3d; }
.homepage-v15-hero-pathway-real-life { --pathway-accent: #4f6d46; }
.homepage-v15-hero-pathway:hover,
.homepage-v15-hero-pathway:focus-visible { color: var(--home-ink); box-shadow: 0 16px 30px rgba(23,37,58,.15); transform: translateY(-3px); }
.homepage-v15-hero-pathway > img { width: 100%; height: 100%; min-height: 112px; object-fit: cover; }
.homepage-v15-hero-pathway-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 13px 14px; }
.homepage-v15-hero-pathway-label { display: flex; gap: 8px; align-items: center; color: var(--pathway-accent); }
.homepage-v15-hero-pathway-label > span { display: grid; width: 28px; height: 28px; place-items: center; flex: 0 0 auto; border-radius: 9px; background: color-mix(in srgb, var(--pathway-accent) 14%, white); }
.homepage-v15-hero-pathway-label .category-icon-svg { width: 17px; height: 17px; background-color: var(--pathway-accent); }
.homepage-v15-hero-pathway-label strong { font-family: var(--font-display), sans-serif; font-size: 1rem; }
.homepage-v15-hero-pathway-copy small { margin-top: 5px; color: #596476; font-size: .72rem; line-height: 1.35; }

.homepage-v15-family-strip { position: relative; z-index: 3; display: grid; grid-template-columns: 50px 1fr auto; gap: 16px; align-items: center; margin-top: 42px; padding: 18px 22px; border: 1px solid var(--home-line); border-radius: 21px; background: rgba(255,255,255,.9); box-shadow: 0 15px 36px rgba(23,37,58,.07); }
.homepage-v15-family-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: var(--home-gold); }
.homepage-v15-family-strip strong { display: block; margin-bottom: 2px; font-size: 1.04rem; }
.homepage-v15-family-strip p { margin: 0; color: #5b6677; font-size: .9rem; }
.homepage-v15-family-strip a { display: inline-flex; min-height: 44px; align-items: center; color: #334fae; font-weight: 850; text-decoration: none; }

.homepage-v15-section { padding: clamp(72px, 8vw, 112px) 0; }
.homepage-v15-resource-section { background: radial-gradient(circle at 8% 15%, rgba(240,201,109,.18), transparent 26%), #fffdfa; }
.homepage-v15-section-heading { margin-bottom: 38px; }
.homepage-v15-section-heading h2 { margin: 0; font-family: var(--font-display), sans-serif; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.homepage-v15-section-heading > p:last-child,
.homepage-v15-section-heading-split > p { max-width: 630px; margin: 15px 0 0; color: #596476; font-size: 1.04rem; }
.homepage-v15-section-heading-centered { text-align: center; }
.homepage-v15-section-heading-centered > p:last-child { margin-inline: auto; }
.homepage-v15-section-heading-split { display: flex; justify-content: space-between; gap: 36px; align-items: end; }
.homepage-v15-section-heading-split > p { max-width: 390px; margin: 0; }

.homepage-v15-filter-rail { display: flex; gap: 10px; justify-content: center; margin-bottom: 14px; }
.homepage-v15-filter-rail button { min-height: 44px; padding: 9px 18px; border: 1px solid #dedbd3; border-radius: 999px; color: #353a43; background: #fff; font-weight: 850; cursor: pointer; }
.homepage-v15-filter-rail button.is-active { border-color: var(--home-teal); color: #fff; background: var(--home-teal); }
.homepage-v15-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.homepage-v15-resource-card { display: flex; min-height: 445px; overflow: hidden; flex-direction: column; border: 1px solid #dedbd3; border-radius: 22px; background: #fff; box-shadow: 0 13px 34px rgba(23,37,58,.08); transition: transform 200ms ease, box-shadow 200ms ease; }
.homepage-v15-resource-card[hidden] { display: none; }
.homepage-v15-resource-card:hover,
.homepage-v15-resource-card:focus-within { box-shadow: 0 21px 45px rgba(23,37,58,.14); transform: translateY(-6px); }
.homepage-v15-resource-cap { position: relative; display: grid; min-height: 156px; overflow: hidden; place-items: center; color: #fff; background: linear-gradient(135deg, #087b74, #00645f); }
.homepage-v15-free-badge { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 5px 10px; border-radius: 999px; color: var(--home-teal-deep); background: #fff; font-size: .68rem; font-weight: 900; letter-spacing: .06em; }
.homepage-v15-resource-icon { position: relative; z-index: 2; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 23px; background: rgba(255,255,255,.13); }
.homepage-v15-resource-icon .category-icon-svg { background-color: #fff; }
.homepage-v15-resource-shape { position: absolute; bottom: -32px; width: 80px; height: 88px; border-radius: 50%; background: rgba(255,255,255,.18); }
.homepage-v15-resource-shape-a { left: -22px; }
.homepage-v15-resource-shape-b { right: -18px; }
.homepage-v15-resource-body { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 19px; }
.homepage-v15-resource-body > small { color: var(--home-teal); font-size: .7rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.homepage-v15-resource-body h3 { margin: 8px 0; font-family: var(--font-display), sans-serif; font-size: 1.18rem; line-height: 1.25; }
.homepage-v15-resource-body p { margin: 0; color: #5d6470; font-size: .88rem; line-height: 1.58; }
.homepage-v15-resource-body footer { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid #ece8e0; color: #767b83; font-size: .74rem; }
.homepage-v15-resource-body footer strong { color: var(--home-teal); }
.homepage-v15-resource-body footer a { min-height: 44px; color: var(--home-ink); font-size: .76rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.homepage-v15-centered-action { display: flex; justify-content: center; margin-top: 36px; }

.homepage-v15-life-section { background: linear-gradient(rgba(23,37,58,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(23,37,58,.028) 1px, transparent 1px), #faf6ee; background-size: 32px 32px; }
.homepage-v15-life-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.homepage-v15-life-tile { position: relative; display: flex; min-height: 245px; overflow: hidden; flex-direction: column; align-items: flex-start; padding: 27px; border: 1px solid rgba(23,37,58,.1); border-radius: 25px; color: var(--home-ink); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.homepage-v15-life-tile::after { position: absolute; top: -35px; right: -35px; width: 126px; height: 126px; border: 1px solid rgba(23,37,58,.08); border-radius: 50%; content: ""; }
.homepage-v15-life-tile:hover { color: var(--home-ink); box-shadow: 0 16px 36px rgba(23,37,58,.11); transform: translateY(-5px); }
.homepage-v15-life-tile > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: rgba(255,255,255,.72); }
.homepage-v15-life-tile strong { margin-top: 28px; font-family: var(--font-display), sans-serif; font-size: 1.23rem; }
.homepage-v15-life-tile p { margin: 7px 0 0; color: #4f5b6d; font-size: .9rem; }
.homepage-v15-life-tile small { margin-top: auto; font-weight: 850; }
.homepage-v15-life-gold { background: #f9e8b4; }
.homepage-v15-life-coral { background: #f7d5cd; }
.homepage-v15-life-blue { background: #dae5ff; }
.homepage-v15-life-mint { background: #d9f1e8; }
.homepage-v15-life-lilac { background: #ebe2fb; }
.homepage-v15-life-sky { background: #dff0f7; }

.homepage-v15-tools-section { background: radial-gradient(circle at 93% 12%, rgba(69,103,214,.11), transparent 26%), #fff; }
.homepage-v15-tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.homepage-v15-tool-card { display: grid; min-height: 370px; grid-template-columns: minmax(0, 1fr) minmax(190px, .8fr); gap: 24px; align-items: center; padding: 34px; border: 1px solid var(--home-line); border-radius: 30px; box-shadow: 0 18px 42px rgba(23,37,58,.09); }
.homepage-v15-tool-budget { background: linear-gradient(135deg, #e0f3ed, #f8fffd); }
.homepage-v15-tool-apartment { background: linear-gradient(135deg, #f9e4d5, #fffaf3); }
.homepage-v15-tool-icon { display: grid; width: 51px; height: 51px; margin-bottom: 21px; place-items: center; border-radius: 16px; background: var(--home-teal); }
.homepage-v15-tool-icon .category-icon-svg { background-color: #fff; }
.homepage-v15-tool-card small { color: var(--home-teal); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.homepage-v15-tool-card h3 { margin: 8px 0 10px; font-family: var(--font-display), sans-serif; font-size: 1.75rem; line-height: 1.13; }
.homepage-v15-tool-card p { color: #526071; }
.homepage-v15-tool-card a { display: inline-flex; min-height: 44px; align-items: center; color: #334fae; font-weight: 850; text-decoration: none; }
.homepage-v15-tool-preview,
.homepage-v15-check-preview { display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(23,37,58,.1); border-radius: 22px; background: rgba(255,255,255,.86); box-shadow: 0 15px 28px rgba(23,37,58,.08); transform: rotate(1.5deg); }
.homepage-v15-tool-preview span { color: #707885; font-size: .7rem; }
.homepage-v15-tool-preview strong { margin: 2px 0 8px; font-size: 1.05rem; }
.homepage-v15-tool-preview i { height: 7px; margin-bottom: 16px; overflow: hidden; border-radius: 999px; background: #e3e8e7; }
.homepage-v15-tool-preview b { display: block; height: 100%; border-radius: inherit; background: var(--home-teal); }
.homepage-v15-check-preview { gap: 11px; transform: rotate(-1.5deg); }
.homepage-v15-check-preview span { padding-bottom: 10px; border-bottom: 1px solid #eee8df; font-size: .8rem; }
.homepage-v15-tool-preview em,
.homepage-v15-check-preview em { margin-top: 8px; color: #8b9097; font-size: .65rem; font-style: normal; text-align: center; text-transform: uppercase; }

.homepage-v15-how-section { background: linear-gradient(135deg, #f1edff, #f7fbff 52%, #f7f0e6); }
.homepage-v15-step-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px; max-width: 1030px; margin: 0 auto; }
.homepage-v15-step-grid::before { position: absolute; top: 31px; right: 16%; left: 16%; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--home-coral), var(--home-gold), var(--home-teal)); content: ""; transform: scaleX(0); transform-origin: left; animation: homepage-v15-draw 900ms 200ms ease forwards; }
.homepage-v15-step-grid article { position: relative; z-index: 2; text-align: center; }
.homepage-v15-step-grid article > span { display: grid; width: 64px; height: 64px; margin: 0 auto 24px; place-items: center; border: 7px solid #f2f0f8; border-radius: 50%; color: #fff; background: var(--home-ink); box-shadow: 0 8px 20px rgba(23,37,58,.14); font-weight: 900; }
.homepage-v15-step-grid h3 { margin: 0; font-family: var(--font-display), sans-serif; font-size: 1.23rem; }
.homepage-v15-step-grid p { margin: 8px auto 0; color: #596476; font-size: .9rem; }
.homepage-v15-how-promise { width: fit-content; margin: 34px auto 0; padding: 11px 17px; border: 1px solid rgba(69,103,214,.14); border-radius: 999px; color: #4f5870; background: rgba(255,255,255,.76); font-size: .86rem; font-weight: 750; }

.homepage-v15-guidance-section { background: #fff; }
.homepage-v15-article-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 24px; }
.homepage-v15-article-card { display: grid; overflow: hidden; border: 1px solid var(--home-line); border-radius: 26px; background: #fff; box-shadow: 0 15px 38px rgba(23,37,58,.08); }
.homepage-v15-article-1 { grid-row: span 2; grid-template-rows: 1.1fr 1fr; }
.homepage-v15-article-card:not(.homepage-v15-article-1) { grid-column: 2; grid-template-columns: 155px 1fr; }
.homepage-v15-article-visual { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 24px; color: #214b6e; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.65), transparent 26%), linear-gradient(135deg, #d9eff0, #e9e2f7); }
.homepage-v15-article-2 .homepage-v15-article-visual { background: linear-gradient(135deg, #fae1b3, #f7d7ce); }
.homepage-v15-article-3 .homepage-v15-article-visual { background: linear-gradient(135deg, #dce6ff, #e6e1fa); }
.homepage-v15-article-visual .category-icon-svg { width: 42px; height: 42px; }
.homepage-v15-article-visual span { width: fit-content; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.72); font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.homepage-v15-article-copy { padding: 24px; }
.homepage-v15-article-copy small { color: var(--home-teal); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.homepage-v15-article-copy h3 { margin: 8px 0 9px; font-family: var(--font-display), sans-serif; font-size: 1.35rem; line-height: 1.2; }
.homepage-v15-article-1 .homepage-v15-article-copy h3 { font-size: 2rem; }
.homepage-v15-article-copy h3 a { color: var(--home-ink); text-decoration: none; }
.homepage-v15-article-copy p { color: #5d6572; font-size: .9rem; }
.homepage-v15-article-copy > a { color: #334fae; font-weight: 850; text-decoration: none; }

.homepage-v15-founder-section { background: radial-gradient(circle at 10% 30%, rgba(239,128,108,.14), transparent 26%), #fbf7ef; }
.homepage-v15-founder-grid { display: grid; grid-template-columns: 250px 1fr; gap: clamp(40px, 7vw, 92px); align-items: center; }
.homepage-v15-founder-mark { display: grid; min-height: 250px; place-items: center; align-content: center; border: 1px solid rgba(239,128,108,.28); border-radius: 48% 52% 44% 56%; background: linear-gradient(135deg, #f6d7cf, #f5e8c9); box-shadow: 0 18px 42px rgba(23,37,58,.09); }
.homepage-v15-founder-mark strong { font-family: var(--font-display), sans-serif; font-size: 3rem; letter-spacing: -.05em; }
.homepage-v15-founder-mark span { font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.homepage-v15-founder-grid blockquote { max-width: 800px; margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.35rem); line-height: 1.35; }
.homepage-v15-trust-points { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-bottom: 24px; color: #4f5b6d; font-weight: 750; }

.homepage-v15-newsletter-section { background: linear-gradient(135deg, #f2d98f, #fbf3d9 52%, #e9f3ef); }
.homepage-v15-newsletter-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 36px; align-items: center; padding: clamp(34px, 5vw, 64px); border: 1px solid rgba(23,37,58,.1); border-radius: 30px; color: var(--home-ink); background: rgba(255,255,255,.72); box-shadow: 0 20px 48px rgba(23,37,58,.1); }
.homepage-v15-newsletter-card h2 { margin: 0; color: var(--home-ink); font-family: var(--font-display), sans-serif; font-size: clamp(2rem, 3vw, 3.25rem); }
.homepage-v15-newsletter-card p { color: #596476; }
.homepage-v15-newsletter-card .newsletter-form { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: 12px; }
.homepage-v15-newsletter-card .newsletter-form label { display: grid; gap: 6px; color: #4f5b6d; font-size: .76rem; font-weight: 800; }
.homepage-v15-newsletter-card input { width: 100%; min-height: 50px; border: 1px solid #cec9bd; border-radius: 13px; background: #fff; }
.homepage-v15-newsletter-card button { grid-column: 1 / -1; min-height: 50px; }
.homepage-v15-newsletter-card .form-status { grid-column: 1 / -1; margin: 0; font-size: .76rem; }

.homepage-v15-footer { padding: 58px 0 24px; color: #334052; background: #f4efe5; border-top: 1px solid rgba(23,37,58,.1); }
.homepage-v15-footer-layout { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 2fr); gap: 54px; }
.homepage-v15-footer-brand p { color: #68717f; font-size: .9rem; }
.homepage-v15-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.homepage-v15-footer-grid h2 { margin: 0 0 15px; font-size: .88rem; }
.homepage-v15-footer-grid a { display: block; min-height: 36px; color: #5a6575; font-size: .84rem; text-decoration: none; }
.homepage-v15-footer-grid a:hover { color: #334fae; }
.homepage-v15-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(23,37,58,.1); color: #747c88; font-size: .78rem; }

@keyframes homepage-v15-draw { to { transform: scaleX(1); } }
@keyframes homepage-v15-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
  .homepage-v15-hero-grid { grid-template-columns: 1fr 1fr; }
  .homepage-v15-hero h1 { font-size: clamp(3.2rem, 7vw, 5rem); }
  .homepage-v15-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-v15-life-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-v15-hero-pathway { grid-template-columns: 82px minmax(0, 1fr); }
  .homepage-v15-tool-card { grid-template-columns: 1fr; }
  .homepage-v15-article-card:not(.homepage-v15-article-1) { grid-template-columns: 125px 1fr; }
  .homepage-v15-newsletter-card { grid-template-columns: 1fr; }
  .homepage-v15-footer-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .homepage-v15-hero { padding-top: 44px; }
  .homepage-v15-hero-grid { grid-template-columns: 1fr; }
  .homepage-v15-hero-media { margin: 18px 12px 0; }
  .homepage-v15-hero-media > img { height: auto; min-height: 0; }
  .homepage-v15-hero-media figcaption { position: relative; bottom: auto; left: auto; max-width: none; margin: -20px 15px 0; }
  .homepage-v15-hero-pathways { margin-top: 14px; }
  .homepage-v15-hero-pathway { display: flex; min-height: 0; flex-direction: column; }
  .homepage-v15-hero-pathway > img { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .homepage-v15-family-strip { grid-template-columns: 50px 1fr; }
  .homepage-v15-family-strip a { grid-column: 2; }
  .homepage-v15-filter-rail { justify-content: flex-start; overflow-x: auto; padding: 4px 4px 12px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .homepage-v15-filter-rail::-webkit-scrollbar { display: none; }
  .homepage-v15-filter-rail button { flex: 0 0 auto; scroll-snap-align: start; }
  .homepage-v15-life-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-v15-tool-grid { grid-template-columns: 1fr; }
  .homepage-v15-section-heading-split { display: grid; align-items: start; }
  .homepage-v15-step-grid { grid-template-columns: 1fr; gap: 28px; }
  .homepage-v15-step-grid::before { top: 32px; right: auto; bottom: 32px; left: 31px; width: 3px; height: auto; transform: scaleY(0); transform-origin: top; }
  .homepage-v15-step-grid article { display: grid; grid-template-columns: 64px 1fr; gap: 0 20px; text-align: left; }
  .homepage-v15-step-grid article > span { grid-row: span 2; margin: 0; }
  .homepage-v15-step-grid p { margin: 8px 0 0; }
  .homepage-v15-article-grid { grid-template-columns: 1fr; }
  .homepage-v15-article-1 { grid-row: auto; }
  .homepage-v15-article-card:not(.homepage-v15-article-1) { grid-column: auto; }
  .homepage-v15-founder-grid { grid-template-columns: 1fr; }
  .homepage-v15-founder-mark { width: min(250px, 80vw); margin-inline: auto; }
  .homepage-v15-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .homepage-v15-hero h1 { font-size: clamp(3rem, 15vw, 4rem); }
  .homepage-v15-actions { display: grid; }
  .homepage-v15-button { width: 100%; }
  .homepage-v15-hero-pathways { gap: 9px; }
  .homepage-v15-hero-pathway-copy { padding: 11px; }
  .homepage-v15-hero-pathway-label { gap: 6px; }
  .homepage-v15-hero-pathway-label > span { width: 25px; height: 25px; }
  .homepage-v15-hero-pathway-label strong { font-size: .9rem; }
  .homepage-v15-hero-pathway-copy small { font-size: .66rem; }
  .homepage-v15-resource-grid,
  .homepage-v15-life-grid { grid-template-columns: 1fr; }
  .homepage-v15-resource-card { min-height: 410px; }
  .homepage-v15-tool-card { padding: 24px; }
  .homepage-v15-article-card:not(.homepage-v15-article-1) { grid-template-columns: 1fr; }
  .homepage-v15-newsletter-card .newsletter-form { grid-template-columns: 1fr; }
  .homepage-v15-footer-grid { grid-template-columns: 1fr; }
  .homepage-v15-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-v15 *,
  .homepage-v15 *::before,
  .homepage-v15 *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  .homepage-v15-hero h1 span::after,
  .homepage-v15-step-grid::before { transform: none; }
}
