*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1d2230;
  --ink-soft: #555d6d;
  --paper: #f6f0e7;
  --paper-strong: #efe5d7;
  --surface: #fffdf9;
  --surface-muted: #fbf6ee;
  --gold: #c88b2d;
  --gold-strong: #e6a133;
  --navy: #162649;
  --navy-soft: #2b4375;
  --line: rgba(31, 37, 51, 0.1);
  --shadow-soft: 0 18px 40px rgba(31, 37, 51, 0.08);
  --shadow-card: 0 20px 45px rgba(31, 37, 51, 0.12);
  --radius: 20px;
  --content: 1768px;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Instrument Sans', sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

body.menu-open {
  overflow: hidden;
}

.navbar,
.web-footer,
.page-breadcrumbs,
.page-header-wrapper,
.page-footer {
  display: none !important;
}

.page_content,
.webpage-content,
.web-page-content,
.page-content-wrapper,
main {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip;
}

.container,
#page-journey-of-faith-online {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: clip;
}

#nav,
.hero-shell,
.mission-strip,
.trust-bar,
.how,
.testimonials,
.cta,
footer {
  width: 100%;
}

#nav {
  position: relative;
  inset: auto;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 34px;
  background: transparent;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

#nav.up {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 600;
  color: #8f1e1d;
  line-height: 1;
}

.nav-mid {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin-left: auto;
  margin-bottom: 0;
}

.nav-mid a,
.nav-login {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.nav-mid a:hover,
.nav-login:hover {
  color: #8f1e1d;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}

.nav-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #9c3130;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(156, 49, 48, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-start:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(156, 49, 48, 0.28);
}

.ham {
  display: none;
  flex-direction: column;
  gap: 4px;
  border: 0;
  background: transparent;
  padding: 4px;
  cursor: pointer;
}

.ham span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.nav-user-wrap {
  position: relative;
  z-index: 360;
}

.nav-user-btn {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.nav-user-circle {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  border: 1px solid rgba(200, 139, 45, 0.45);
  box-shadow: var(--shadow-soft);
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
}

.nav-user-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-user-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(200, 139, 45, 0.14);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
  display: none;
  z-index: 361;
}

.nav-user-wrap.open .nav-user-menu,
.nav-user-menu.open {
  display: block;
}

.nav-user-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  font-size: 14px;
}

.nav-user-menu a:hover {
  background: var(--surface-muted);
}

.nav-mid-mobile-login {
  display: none;
}

.landing-page {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 38%),
    linear-gradient(180deg, #f8f3ec 0%, #f6f0e7 100%);
}

.hero-shell {
  padding: 0;
}

.hero-frame {
  width: 100%;
  max-width: none;
  margin: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 25px 60px rgba(60, 48, 33, 0.08);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.45fr);
  align-items: stretch;
  min-height: 594px;
}

.hero-copy {
  padding: 38px 54px 176px 82px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), transparent 48%),
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.95));
}

.hero-copy::after {
  content: '';
  position: absolute;
  top: 0;
  right: -72px;
  width: 172px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(247, 244, 239, 0.96) 24%, rgba(229, 223, 214, 0.64) 52%, rgba(189, 180, 167, 0.18) 78%, rgba(189, 180, 167, 0) 100%);
  filter: blur(36px);
  pointer-events: none;
  z-index: 2;
}

.hero-logo {
  width: min(280px, 78%);
  margin-bottom: 18px;
}

.hero-logo-mobile {
  display: none;
}

.hero-copy h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  line-height: 94px;
  font-weight: 500;
  letter-spacing: -1.8px;
  color: #171a1f;
  margin-bottom: 28px;
}

.hero-copy p {
  max-width: 500px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: rgba(29, 34, 48, 0.62);
  margin-bottom: 12px;
  text-wrap: balance;
}

.hero-copy-body {
  display: contents;
}

.hero-copy,
.hero-media,
.pathway-band {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.hero-media {
  position: relative;
  min-height: 594px;
  overflow: hidden;
  background: #2d261f;
}

.hero-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 244, 0.34) 0%, rgba(236, 228, 216, 0.18) 12%, rgba(202, 191, 176, 0.08) 22%, rgba(202, 191, 176, 0) 36%);
  filter: blur(14px);
  z-index: 1;
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pathway-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 18px;
  width: min(1220px, calc(100% - 350px));
  margin: -420px auto 8px;
}

.pathway-card {
  background: #fffcf7;
  border: 1px solid #f2ead8;
  border-radius: 14px;
  padding: 18px 18px 31px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(18, 15, 40, 0.12);
  min-height: 435px;
  display: flex;
  flex-direction: column;
}

.pathway-card-blue {
  border-color: rgba(102, 127, 191, 0.5);
}

.pathway-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(247, 239, 222, 0.78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.pathway-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--gold);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.pathway-icon-blue {
  background: rgba(215, 222, 248, 0.9);
}

.pathway-icon-blue svg {
  stroke: var(--navy-soft);
}

.pathway-kicker {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  margin-top: 22px;
}

.pathway-card-blue .pathway-kicker,
.pathway-card-blue .pathway-link {
  color: var(--navy-soft);
}

.pathway-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 31.2px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
}

.pathway-card p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #7a6e5e;
  margin-bottom: auto;
}

.pathway-link {
  margin-top: 22px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3px;
  color: var(--gold);
}

.mission-strip {
  padding: 18px 22px 26px;
  text-align: center;
}

.mission-strip p {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #0f2040;
}

.trust-bar {
  background: var(--navy);
  padding: 26px 22px;
  display: flex;
  justify-content: center;
  gap: 0;
}

.tstat {
  width: min(20%, 210px);
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tstat:last-child {
  border-right: 0;
}

.tstat-n {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  color: var(--gold-strong);
}

.tstat-l {
  display: block;
  margin-top: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.how,
.testimonials {
  padding: 88px 22px;
}

.how {
  background: #fbf7f1;
}

.testimonials {
  background: var(--paper);
}

.section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.how .section-head {
  max-width: 650px;
}

.testimonials .section-head {
  max-width: 540px;
}

.sec-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.4vw, 56px);
  font-weight: 500;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 12px;
}

.how .sec-eyebrow {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
}

.how .sec-title {
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.5px;
  text-align: center;
}

.testimonials .sec-eyebrow {
  margin-bottom: 8px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
}

.testimonials .sec-title {
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 0;
}

.sec-sub {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(29, 34, 48, 0.58);
}

.how .sec-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0;
  text-align: center;
}

.how-steps {
  max-width: 920px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hstep {
  text-align: center;
  padding: 0 18px;
}

.hstep-n {
  width: 30px;
  height: 30px;
  margin: 0 auto 18px;
  border-radius: 999px;
  border: 1px solid rgba(200, 139, 45, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
}

.hstep h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--ink);
  margin-bottom: 10px;
}

.hstep p {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: rgba(29, 34, 48, 0.6);
}

.t-grid {
  max-width: 980px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.t-carousel {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.t-carousel-controls {
  max-width: 980px;
  margin: 34px auto 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.t-carousel-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(43, 67, 117, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.98);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.t-carousel-btn:hover,
.t-carousel-btn:focus-visible {
  border-color: rgba(200, 139, 45, 0.55);
  color: var(--gold);
  transform: translateY(-1px);
}

.t-carousel-btn[disabled] {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.t-carousel-viewport {
  overflow: hidden;
}

.t-grid-carousel {
  display: flex;
  gap: 18px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.t-grid-carousel .tcard {
  flex: 0 0 calc((100% - 36px) / 3);
}

.t-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.t-carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(43, 67, 117, 0.2);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.t-carousel-dot.is-active {
  background: var(--gold);
  transform: scale(1.1);
}

.tcard {
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(200, 139, 45, 0.45);
  border-radius: 10px;
  padding: 26px 22px 22px;
  min-height: 220px;
}

.tcard-blue {
  border-color: rgba(43, 67, 117, 0.34);
}

.tcard-open {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  line-height: 0.8;
  color: var(--gold);
  margin-bottom: 10px;
}

.tcard-blue .tcard-open {
  color: var(--navy-soft);
}

.tcard-q {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 28.9px;
  letter-spacing: 0;
  color: rgba(29, 34, 48, 0.72);
  margin-bottom: 22px;
}

.tcard-foot {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tcard-av {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  object-fit: cover;
  overflow: hidden;
}

.tcard-name {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: var(--ink);
}

.tcard-role {
  font-size: 10px;
  color: rgba(29, 34, 48, 0.56);
}

.tcard-tag {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(200, 139, 45, 0.12);
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tcard-blue .tcard-tag {
  background: rgba(43, 67, 117, 0.12);
  color: var(--navy-soft);
}

.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eba22b 0%, #e09b29 100%);
  text-align: center;
  padding: 72px 22px 80px;
}

.cta::before,
.cta::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cta::before {
  width: 420px;
  height: 420px;
  right: -140px;
  top: -180px;
}

.cta::after {
  width: 320px;
  height: 320px;
  right: -40px;
  bottom: -180px;
}

.cta h2,
.cta p,
.cta-btns {
  position: relative;
  z-index: 1;
}

.cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.1vw, 52px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #1b2233;
  margin-bottom: 12px;
}

.cta p {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  color: rgba(10, 22, 40, 0.65);
  margin-bottom: 24px;
}

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

.btn-navy,
.btn-wh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
}

.btn-wh {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

footer {
  background: #f6f0e7;
  padding: 34px 28px 42px;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) 2fr;
  gap: 42px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-logo {
  width: 120px;
  margin-bottom: 8px;
}

.footer-brand p {
  max-width: 250px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 22.75px;
  letter-spacing: 0;
  color: #3a3025;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.foot-col {
  display: grid;
  gap: 10px;
}

.foot-col-tight {
  gap: 2px;
}

.foot-col a {
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  color: #3a3025;
  vertical-align: middle;
}

.foot-col a:hover {
  color: #8f1e1d;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1561px) {
  .hero-grid {
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  }

  .hero-copy {
    padding: 36px 42px 240px 58px;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 4.8vw, 74px);
    line-height: 0.97;
  }

  .hero-copy p {
    max-width: 340px;
  }

  .pathway-band {
    width: min(1208px, calc(100% - 180px));
    margin: -455px auto 0;
  }

  .pathway-card {
    min-height: 435px;
  }
}

@media (min-width: 1561px) and (max-width: 1643px) {
  .hero-copy {
    padding: 36px 42px 280px 58px;
  }

  .pathway-band {
    width: min(1208px, calc(100% - 180px));
    margin: -410px auto 0;
  }
}

@media (min-width: 1281px) and (max-width: 1320px) {
  .hero-grid {
    grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr) !important;
  }

  .hero-copy {
    padding: 34px 34px 340px 50px !important;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 4.5vw, 60px) !important;
  }

  .hero-copy p {
    max-width: 300px !important;
  }

  .pathway-band {
    width: calc(100% - 96px) !important;
    margin: -90px auto 8px !important;
  }

  .pathway-card {
    min-height: 340px !important;
  }
}

@media (min-width: 1321px) and (max-width: 1368px) {
  .hero-grid {
    grid-template-columns: minmax(390px, 0.87fr) minmax(0, 1.13fr) !important;
  }

  .hero-copy {
    padding: 34px 36px 320px 52px !important;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 4.6vw, 62px) !important;
  }

  .hero-copy p {
    max-width: 308px !important;
  }

  .pathway-band {
    width: calc(100% - 104px) !important;
    margin: -140px auto 8px !important;
  }

  .pathway-card {
    min-height: 350px !important;
  }
}

@media (max-width: 1560px) {
  .hero-grid {
    grid-template-columns: minmax(400px, 0.88fr) minmax(0, 1.12fr);
  }

  .hero-copy {
    padding: 34px 38px 240px 54px;
  }

  .hero-logo {
    width: min(250px, 72%);
  }

  .hero-copy h1 {
    font-size: clamp(48px, 4.7vw, 66px);
    margin-bottom: 20px;
  }

  .hero-copy p {
    max-width: 320px;
    font-size: 18px;
    line-height: 1.6;
  }

  .pathway-band {
    width: calc(100% - 120px);
    margin: -300px auto 8px;
  }

  .pathway-card {
    min-height: 390px;
  }
}

@media (max-width: 1280px) {
  .hero-shell {
    padding: 0;
  }

  .hero-frame {
    max-width: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 38px 30px 26px 38px;
    background: rgba(255, 255, 255, 0.97);
  }

  .hero-copy h1 {
    font-size: clamp(42px, 4.4vw, 58px);
    line-height: 0.98;
  }

  .hero-copy::after {
    display: none;
  }

  .hero-copy p {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.7;
  }

  .hero-copy-line {
    white-space: normal;
  }

  .hero-media,
  .hero-media img {
    min-height: 430px;
  }

  .pathway-band {
    width: calc(100% - 40px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -130px auto 10px;
    gap: 14px;
  }

  .pathway-card {
    min-height: 320px;
    padding: 16px 16px 22px;
  }

  .pathway-card h3 {
    font-size: 19px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .pathway-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .pathway-link {
    margin-top: 16px;
  }
}

@media (max-width: 1200px) {
  .pathway-band {
    margin-top: -110px;
  }
}

@media (max-width: 1100px) {
  .pathway-band {
    width: calc(100% - 40px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -290px;
  }

  .hero-copy {
    padding-bottom: 134px;
  }

  .t-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tcard:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  #nav {
    z-index: 500;
    padding: 14px 16px;
    gap: 14px;
  }

  body.menu-open #nav::after {
    content: "";
    position: fixed;
    inset: 68px 0 0;
    background: rgba(246, 240, 231, 0.74);
    backdrop-filter: blur(6px);
    z-index: 349;
  }

  .nav-mid {
    display: none;
  }

  .nav-login {
    display: none;
  }

  .ham {
    display: inline-flex;
  }

  .nav-mid.open {
    display: flex;
    position: fixed;
    top: 68px;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    background: #f6f0e7;
    border: 1px solid rgba(31, 37, 51, 0.08);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    z-index: 351;
  }

  .nav-mid.open .nav-mid-mobile-login {
    display: block;
  }

  .nav-mid.open a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 44px 26px 24px;
    background: rgba(255, 255, 255, 0.96);
  }

  .hero-copy::after {
    display: none;
  }

  .hero-copy p {
    max-width: 100%;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

  .pathway-band {
    width: calc(100% - 32px);
    margin: -165px auto 6px;
  }

  .mission-strip p {
    font-size: 20px;
  }

  .trust-bar {
    flex-wrap: wrap;
    row-gap: 18px;
  }

  .tstat {
    width: 33.33%;
    border-right: 0;
  }

  .how-steps,
  .footer-links,
  footer {
    grid-template-columns: 1fr;
  }

  .t-grid-carousel .tcard {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px) {
  .hero-shell {
    padding: 0;
  }

  .hero-frame {
    box-shadow: none;
  }

  .pathway-band {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    margin-top: -56px;
  }

  .pathway-card {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .hero-media,
  .hero-media img {
    min-height: 340px;
  }

  .how,
  .testimonials,
  .cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .t-grid {
    grid-template-columns: 1fr;
  }

  .t-carousel-controls {
    margin-top: 26px;
    justify-content: center;
  }

  .t-grid-carousel .tcard {
    flex-basis: 100%;
  }

  .tcard:last-child {
    grid-column: auto;
  }

  .tstat {
    width: 50%;
  }

  .cta-btns {
    flex-direction: column;
    align-items: center;
  }

  .btn-navy,
  .btn-wh {
    width: min(280px, 100%);
  }
}

@media (max-width: 640px) {
  #nav {
    padding: 12px 16px;
  }

  .hero-frame {
    border: 0;
    box-shadow: none;
  }

  .hero-grid {
    display: block;
    position: relative;
    min-height: 640px;
    background:
      linear-gradient(rgba(250, 245, 238, 0.7), rgba(250, 245, 238, 0.7)),
      url("/assets/redacamy/images/background.png") 62% center / cover no-repeat;
  }

  .hero-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 28px 20px 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
  }

  .hero-copy::after {
    display: none;
  }

  .hero-logo-mobile {
    display: block;
    width: min(196px, 64%);
    margin: 0 auto 22px;
  }

  .hero-logo {
    display: none;
  }

  .hero-copy-body {
    display: block;
    margin-top: auto;
  }

  .hero-copy h1 {
    max-width: 320px;
    margin: 0 auto 18px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .hero-copy p {
    max-width: 310px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
  }

  .hero-media,
  .hero-media img,
  .hero-media::before {
    display: none;
  }

  #pathways.pathway-band {
    position: relative;
    z-index: 3;
    width: calc(100% - 20px);
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin: -8px auto 8px !important;
  }

  #pathways .pathway-card {
    width: 100%;
    min-height: 0;
    padding: 22px 18px 24px;
    border-radius: 18px;
  }

  #pathways .pathway-card h3 {
    font-size: 24px;
    line-height: 1.12;
  }

  #pathways .pathway-card p {
    font-size: 13px;
    line-height: 1.7;
  }

  #pathways .pathway-link {
    margin-top: 18px;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 28px;
  }

  .nav-start {
    display: none;
  }

  .tstat {
    width: 100%;
  }

  .tcard-foot {
    flex-wrap: wrap;
  }

  .tcard-tag {
    margin-left: 44px;
  }

  footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 420px) {
  .brand-name {
    font-size: 24px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero-copy {
    padding: 24px 18px 64px;
  }

  #pathways.pathway-band {
    width: calc(100% - 16px);
  }

  #pathways .pathway-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  body.embedded-mobile #nav,
  body.embedded-mobile footer {
    display: none !important;
  }

  body.embedded-mobile .hero-shell {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  #hero .hero-grid {
    display: block !important;
    position: relative;
    min-height: 680px !important;
    background:
      linear-gradient(rgba(250, 245, 238, 0.72), rgba(250, 245, 238, 0.72)),
      url("/assets/redacamy/images/background.png") 62% center / cover no-repeat !important;
  }

  body.embedded-mobile #hero .hero-copy {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    padding: 28px 20px 72px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    background: transparent !important;
  }

  body.embedded-mobile #hero .hero-copy::after,
  body.embedded-mobile #hero .hero-media,
  body.embedded-mobile #hero .hero-media::before,
  body.embedded-mobile #hero .hero-media img {
    display: none !important;
  }

  body.embedded-mobile #hero .hero-logo-mobile {
    display: block !important;
    width: min(196px, 64%) !important;
    margin: 0 auto 22px !important;
  }

  body.embedded-mobile #hero .hero-logo {
    display: none !important;
  }

  body.embedded-mobile #hero .hero-copy-body {
    display: block !important;
    margin-top: auto !important;
  }

  body.embedded-mobile #hero .hero-copy h1 {
    max-width: 320px !important;
    margin: 0 auto 16px !important;
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
  }

  body.embedded-mobile #hero .hero-copy p {
    max-width: 272px !important;
    margin: 0 auto !important;
    font-size: 19px !important;
    line-height: 1.75 !important;
    text-align: center !important;
    text-wrap: balance !important;
  }

  #pathways.pathway-band {
    position: relative !important;
    z-index: 3 !important;
    width: calc(100% - 20px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin: 18px auto 8px !important;
  }

  #pathways .pathway-card {
    width: 100% !important;
    min-height: 0 !important;
    padding: 22px 18px 24px !important;
    border-radius: 18px !important;
  }

  #pathways .pathway-card h3 {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  #pathways .pathway-card p {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  body.embedded-mobile #pathways .pathway-card p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
}

@media (max-width: 420px) {
  .hero-copy {
    padding: 68px 18px 168px;
  }

  body.embedded-mobile #hero .hero-copy {
    padding: 24px 18px 64px !important;
  }

  #pathways.pathway-band {
    width: calc(100% - 16px) !important;
    margin-top: 14px !important;
  }
}

@media (min-width: 1281px) {
  body,
  .landing-page {
    background: #ffffff;
  }

  #nav {
    min-height: 86px;
    padding: 18px 36px;
    background: #fcfbf8;
    box-shadow:
      0 0 2px rgba(23, 26, 31, 0.08),
      0 1px 2.5px rgba(23, 26, 31, 0.07);
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .nav-mid {
    gap: 48px;
  }

  .nav-mid a,
  .nav-login {
    font-size: 12px;
  }

  .nav-right {
    gap: 22px;
  }

  .nav-start {
    min-width: 114px;
    min-height: 40px;
    padding: 11px 20px;
    background: #ba2d24;
    box-shadow: none;
  }

  .hero-shell {
    background: #ffffff;
  }

  .hero-frame {
    background: #ffffff;
    border: 0;
    box-shadow: 0 3px 6px rgba(18, 15, 40, 0.12);
    --pathway-overlap: clamp(390px, 25vw, 450px);
    --pathway-copy-gap: clamp(18px, 1.6vw, 28px);
    --pathway-bottom-gap: 31.18px;
  }

  .hero-grid {
    grid-template-columns: 648px minmax(0, 1fr);
    min-height: clamp(760px, 50vw, 820px);
  }

  .hero-copy {
    padding: 70px 78px calc(var(--pathway-overlap) + var(--pathway-copy-gap)) 128px;
    background: #ffffff;
    z-index: 1;
  }

  .hero-copy > * {
    position: relative;
    z-index: 3;
  }

  .hero-copy::after {
    top: 0;
    right: -72px;
    width: 144px;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.88) 48%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: blur(8px);
    z-index: 2;
  }

  .hero-logo {
    width: 316px;
    margin-bottom: 24px;
  }

  .hero-copy h1 {
    max-width: 520px;
    margin-bottom: 40px;
    font-size: 68px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: -1.8px;
    color: #171a1f;
  }

  .hero-copy p {
    max-width: 473px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 35px;
    font-weight: 300;
    color: rgba(23, 26, 31, 0.8);
  }

  .hero-media {
    min-height: clamp(760px, 50vw, 820px);
    background: #000000;
  }

  .hero-media::before {
    inset: 0 auto 0 0;
    width: 168px;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.84) 52%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: none;
    z-index: 2;
  }

  .hero-media img {
    object-position: center center;
  }

  .pathway-band {
    width: min(1220px, calc(100% - 300px));
    margin: calc(-1 * var(--pathway-overlap)) auto var(--pathway-bottom-gap);
    column-gap: 18px;
  }

  .pathway-card {
    width: 291.5px;
    min-height: 435.18px;
    padding: 24px 20px 31.18px;
    border-radius: 14px;
    box-shadow: 0 3px 6px rgba(18, 15, 40, 0.12);
  }

  .pathway-card h3 {
    font-size: 24px;
    line-height: 1.15;
  }

  .pathway-card p {
    font-size: 15px;
    line-height: 1.75;
  }

  .mission-strip {
    padding: 6px 22px 14px;
    background: #ffffff;
  }
}

@media (min-width: 1561px) {
  .hero-frame {
    --pathway-overlap: 420px;
    --pathway-copy-gap: 22px;
  }

  .hero-grid,
  .hero-media {
    min-height: clamp(780px, 47vw, 840px);
  }

  .hero-copy h1 {
    max-width: 540px;
  }

  .hero-copy::after {
    right: -82px;
    width: 164px;
  }

  .hero-media::before {
    width: 184px;
  }
}

@media (min-width: 1281px) and (max-width: 1560px) {
  .hero-frame {
    --pathway-overlap: clamp(370px, 24vw, 410px);
    --pathway-copy-gap: clamp(18px, 1.7vw, 28px);
  }

  .hero-grid,
  .hero-media {
    min-height: clamp(740px, 50vw, 790px);
  }

  .hero-copy::after {
    right: -62px;
    width: 128px;
  }

  .hero-media::before {
    width: 148px;
  }

}

@media (min-width: 1281px) and (max-width: 1440px) {
  .hero-frame {
    --pathway-overlap: 382px;
    --pathway-copy-gap: 20px;
  }

  .hero-grid {
    grid-template-columns: 640px minmax(0, 1fr);
  }

  .hero-copy {
    padding: 62px 54px calc(var(--pathway-overlap) + var(--pathway-copy-gap)) 92px;
  }

  .hero-copy h1 {
    max-width: 500px;
    font-size: 62px;
    line-height: 72px;
    margin-bottom: 32px;
  }

  .hero-copy p {
    max-width: 430px;
  }

  .hero-copy::after {
    right: -54px;
    width: 112px;
  }

  .hero-media::before {
    width: 132px;
  }

  .pathway-band {
    width: min(1220px, calc(100% - 140px));
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .hero-frame {
    --pathway-overlap: 400px;
    --pathway-copy-gap: 22px;
  }
}

@media (min-width: 1281px) {
  .hero-frame {
    position: relative;
    --pathway-card-height: 435.18px;
    --pathway-bottom-offset: 31.18px;
    --pathway-copy-gap: 18px;
  }

  .hero-grid {
    min-height: clamp(720px, 46vw, 780px);
  }

  .hero-media {
    min-height: clamp(720px, 46vw, 780px);
  }

  .hero-copy {
    padding-bottom: calc(
      var(--pathway-card-height) + var(--pathway-bottom-offset) + var(--pathway-copy-gap)
    );
  }

  #pathways.pathway-band {
    position: absolute;
    left: calc(50% - 590px);
    bottom: var(--pathway-bottom-offset);
    z-index: 4;
    margin: 0 !important;
    transform: translateX(-50%);
  }

  .mission-strip {
    padding-top: 22px;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .hero-frame {
    --pathway-copy-gap: 16px;
  }

  #pathways.pathway-band {
    left: calc(50% - 620px);
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .hero-frame {
    --pathway-copy-gap: 18px;
  }

  #pathways.pathway-band {
    left: calc(50% - 600px);
  }
}

@media (min-width: 1561px) {
  .hero-frame {
    --pathway-copy-gap: 20px;
  }

  #pathways.pathway-band {
    left: calc(50% - 576px);
  }
}


