
:root {
  --lake: #6E89A8;
  --forest: #5D7257;
  --sage: #AAB8A3;
  --earth: #8A6E56;
  --sand: #D9D0C3;
  --chocolate: #3A322C;
  --cream: #F8F5EF;
  --white: #FFFFFF;
  --ink-soft: rgba(58,50,44,.74);
  --shadow: 0 24px 70px rgba(58,50,44,.13);
  --shadow-soft: 0 14px 42px rgba(58,50,44,.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--chocolate);
  font-family: "Source Sans Pro", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 3%, rgba(170,184,163,.42), transparent 25rem),
    radial-gradient(circle at 88% 6%, rgba(110,137,168,.20), transparent 30rem),
    linear-gradient(180deg, #fbf8f2 0%, #f4eee5 100%);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, .btn { font: inherit; }
.page { overflow: hidden; }
.container { width: min(var(--max), calc(100% - 72px)); margin: 0 auto; }
.muted { color: var(--ink-soft); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}
.eyebrow:before { content: ""; width: 34px; height: 1px; background: var(--forest); opacity: .7; }
h1, h2, h3 {
  margin: 0;
  font-family: "Avenir Next", Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.035em;
  line-height: .98;
}
h1 { font-size: clamp(54px, 7vw, 96px); color: var(--chocolate); }
h2 { font-size: clamp(38px, 5vw, 66px); color: var(--lake); }
h3 { font-size: 24px; color: var(--chocolate); line-height: 1.08; }
p { margin: 0; }
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248,245,239,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(58,50,44,.10);
}
.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 214px;
  flex: 0 0 auto;
}
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--lake), var(--forest));
  box-shadow: var(--shadow-soft);
  position: relative;
}
.brand-mark:after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 11px;
}
.brand-title {
  display: grid;
  gap: 2px;
  font-family: "Avenir Next", Montserrat, system-ui, sans-serif;
}
.brand-title strong { font-size: 17px; letter-spacing: -.03em; }
.brand-title span { font-size: 11px; color: var(--ink-soft); }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(9px, .9vw, 16px);
  font-size: 12.5px;
  color: rgba(58,50,44,.78);
  flex: 1 1 auto;
  min-width: 0;
}
.nav-links a { position: relative; white-space: nowrap; }
.nav-links a.active:after,
.nav-links a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  border-radius: 999px;
  background: var(--forest);
}
.nav-cta { min-width: 154px; display: flex; justify-content: flex-end; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: #fff; box-shadow: 0 16px 34px rgba(93,114,87,.24); }
.btn-secondary { background: #fff; color: var(--chocolate); border-color: rgba(58,50,44,.13); }
.btn-cta-primary {
  background: var(--sand);
  color: var(--chocolate);
  border-color: rgba(255,255,255,.46);
  box-shadow: 0 16px 32px rgba(58,50,44,.16);
}
.btn-cta-call {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.42);
  box-shadow: none;
}
.btn-cta-call:hover { background: rgba(255,255,255,.20); }
.cta-actions { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
.btn-soft { background: rgba(255,255,255,.72); border-color: rgba(58,50,44,.12); color: var(--chocolate); }
.hero {
  position: relative;
  padding: 74px 0 104px;
}
.hero:before {
  content: "";
  position: absolute;
  left: -9vw;
  top: 30px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(110,137,168,.18);
  box-shadow: inset 0 0 0 42px rgba(217,208,195,.22);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}
.hero-copy {
  padding: 24px 0;
}
.hero-copy h1 { margin-top: 22px; max-width: 760px; }
.hero-copy .lead {
  margin-top: 28px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.35;
  color: rgba(58,50,44,.78);
  max-width: 680px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.hero-card {
  position: relative;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.58);
  box-shadow: var(--shadow);
  padding: 16px;
  isolation: isolate;
}
.hero-card:before {
  content: "";
  position: absolute;
  inset: -18px 26px 26px -18px;
  background: var(--sand);
  border-radius: var(--radius-xl);
  z-index: -1;
}
.hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  background: #fff;
  border-radius: 28px;
  padding: 20px;
}
.hero-note {
  position: absolute;
  left: -12px;
  bottom: -78px;
  width: min(320px, 68%);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  padding: 20px;
  border-left: 5px solid var(--forest);
}
.hero-note strong {
  display: block;
  font-family: Merriweather, Georgia, serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.35;
  color: var(--earth);
}
.hero-note span { display: block; margin-top: 8px; font-size: 13px; color: var(--ink-soft); }
.section { padding: 78px 0; }
.section-head {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 34px;
}
.section-head p { font-size: 20px; color: var(--ink-soft); max-width: 610px; }
.intro-strip {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.intro-item {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(58,50,44,.10);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 26px rgba(58,50,44,.06);
}
.intro-item span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(110,137,168,.16);
  color: var(--lake);
  font-weight: 900;
  margin-bottom: 14px;
}
.intro-item h3 { font-size: 20px; margin-bottom: 8px; }
.pathways {
  position: relative;
  padding-top: 22px;
}
.pathways:before {
  content: "";
  position: absolute;
  inset: 0 -8vw 28%;
  background:
    radial-gradient(circle at 14% 25%, rgba(110,137,168,.16), transparent 22rem),
    radial-gradient(circle at 76% 64%, rgba(170,184,163,.24), transparent 28rem);
  z-index: -1;
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.path-card {
  position: relative;
  min-height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(58,50,44,.10);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.path-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(93,114,87,.26);
}
.path-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(58,50,44,.96), rgba(93,114,87,.92));
  color: #fff;
}
.path-card.featured h3,
.path-card.featured p,
.path-card.featured .path-top span,
.path-card.featured .path-link { color: #fff; }
.path-card.featured .path-number { background: rgba(255,255,255,.16); color: #fff; }
.path-card:after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid rgba(110,137,168,.18);
}
.path-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.path-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(170,184,163,.28);
  color: var(--forest);
  font-weight: 900;
}
.path-icon {
  font-size: 28px;
  filter: saturate(.82);
}
.path-card h3 { margin-top: 22px; font-size: 29px; max-width: 340px; }
.path-card p { margin-top: 12px; color: var(--ink-soft); font-size: 16px; max-width: 400px; }
.path-link {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-weight: 900;
}
.path-link:after { content: "→"; transition: transform .2s ease; }
.path-card:hover .path-link:after { transform: translateX(5px); }
.bridge {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: stretch;
}
.bridge-card {
  border-radius: 30px;
  background: rgba(217,208,195,.54);
  padding: 34px;
  border: 1px solid rgba(58,50,44,.08);
}
.bridge-card.dark {
  background: var(--forest);
  color: #fff;
}
.bridge-card.dark h3, .bridge-card.dark p { color: #fff; }
.bridge-card h3 { font-size: 32px; }
.bridge-card p { margin-top: 14px; color: var(--ink-soft); font-size: 18px; }
.bridge-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.bridge-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(58,50,44,.78);
}
.bridge-card.dark .bridge-list li { color: rgba(255,255,255,.86); }
.bridge-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--forest);
  flex: 0 0 auto;
}
.bridge-card.dark .bridge-list li:before { background: var(--sand); }
.decision-table {
  background: var(--chocolate);
  color: #fff;
  border-radius: 42px;
  padding: 56px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.decision-table:before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: rgba(110,137,168,.20);
}
.decision-table h2 { color: #fff; }
.decision-table p { color: rgba(255,255,255,.78); font-size: 19px; margin-top: 18px; }
.table-list {
  position: relative;
  display: grid;
  gap: 12px;
}
.table-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}
.table-row span {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217,208,195,.18);
  font-weight: 900;
  color: #fff;
}
.table-row strong { display: block; font-size: 18px; }
.table-row em { display: block; font-style: normal; color: rgba(255,255,255,.70); font-size: 14px; margin-top: 3px; }
.resource-preview {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: center;
}
.preview-image {
  border-radius: 34px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(58,50,44,.09);
}
.preview-image img {
  width: 100%;
  display: block;
  border-radius: 26px;
  object-fit: contain;
  background: #fff;
}
.preview-copy {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(58,50,44,.10);
  border-radius: 34px;
  padding: 44px;
  box-shadow: var(--shadow-soft);
}
.preview-copy h2 { margin-top: 16px; }
.preview-copy p { margin-top: 18px; color: var(--ink-soft); font-size: 19px; }
.cta-panel {
  background: linear-gradient(135deg, rgba(110,137,168,.96), rgba(93,114,87,.96));
  color: #fff;
  border-radius: 42px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta-panel h2 { color: #fff; max-width: 760px; }
.cta-panel p { color: rgba(255,255,255,.82); max-width: 700px; margin-top: 16px; font-size: 20px; }
.cta-panel .btn-cta-primary {
  background: var(--sand);
  color: var(--chocolate);
  border-color: rgba(255,255,255,.46);
}
.cta-panel .btn-cta-call {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.42);
}
.footer {
  padding: 42px 0 52px;
  border-top: 1px solid rgba(58,50,44,.12);
  background: rgba(248,245,239,.76);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 44px;
  align-items: start;
}
.footer strong { display: block; font-family: "Avenir Next", Montserrat, sans-serif; font-size: 19px; }
.footer p { color: var(--ink-soft); font-size: 14px; margin-top: 6px; }
.footer-small { font-size: 13px; color: rgba(58,50,44,.63); line-height: 1.55; }
@media (max-width: 1040px) {
  .nav-links { display: none; }
  .hero-grid, .section-head, .resource-preview, .decision-table, .bridge, .cta-panel, .footer-grid { grid-template-columns: 1fr; }
  .hero-note { position: static; width: auto; margin: -10px 18px 8px; }
  .path-grid { grid-template-columns: repeat(2, 1fr); }
  .path-card.featured { grid-column: span 1; }
  .intro-strip { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 34px, var(--max)); }
  .nav { min-height: 74px; }
  .brand-title span { display: none; }
  .nav-cta { display: none; }
  .hero { padding-top: 48px; }
  .path-grid { grid-template-columns: 1fr; }
  .decision-table, .cta-panel, .preview-copy { padding: 32px; border-radius: 30px; }
}

/* Shared header CTA buttons */
.nav-cta.nav-actions { min-width:auto; flex:0 0 auto; display:flex; align-items:center; justify-content:flex-end; gap:10px; }
.nav-cta.nav-actions .btn { white-space:nowrap; min-height:42px; padding:0 15px; font-size:12px; }
.btn-call { background:#fff; color:var(--forest); border:1px solid rgba(58,50,44,.14); box-shadow:none; }
@media (max-width: 1320px) {
  .nav { min-height: 78px; }
  .nav-links { display: none; }
}
@media (max-width: 720px) { .nav-cta.nav-actions { display:none; } }

