:root {
  --plum-950: #271529;
  --plum-900: #351b38;
  --plum-800: #4a2750;
  --plum-700: #62375f;
  --rose-700: #a6466f;
  --rose-500: #d6749e;
  --rose-300: #edb5cc;
  --rose-100: #f9e5ed;
  --lavender-200: #ddd0ee;
  --lavender-100: #f0eaf7;
  --cream: #fffaf3;
  --cream-2: #f8f0e7;
  --gold: #c9994e;
  --gold-light: #efd9a8;
  --ink: #302431;
  --muted: #705f70;
  --white: #fff;
  --line: rgba(74, 39, 80, 0.14);
  --shadow: 0 24px 60px rgba(53, 27, 56, 0.12);
  --shadow-small: 0 12px 32px rgba(53, 27, 56, 0.08);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
::selection { color: var(--plum-950); background: var(--gold-light); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--plum-900);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-sm { padding: 80px 0; }
.section-tint { background: #fbf5f6; }
.section-plum { color: rgba(255,255,255,.82); background: var(--plum-950); }
.section-plum h2, .section-plum h3 { color: var(--white); }
.section-lavender { background: var(--lavender-100); }
.section-header { max-width: 760px; margin-bottom: 48px; }
.section-header.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--rose-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.section-plum .eyebrow { color: var(--gold-light); }
h1, h2, h3 { margin: 0; color: var(--plum-950); font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3.1rem, 7vw, 6.4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.025em; }
h3 { font-size: 1.55rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.7; }
.section-plum .lead { color: rgba(255,255,255,.72); }
.fine-print { color: var(--muted); font-size: .86rem; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.25;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--rose-700); box-shadow: 0 12px 25px rgba(166,70,111,.22); }
.btn-primary:hover { background: #91385e; box-shadow: 0 16px 28px rgba(166,70,111,.3); }
.btn-secondary { color: var(--plum-900); border-color: rgba(74,39,80,.22); background: rgba(255,255,255,.75); }
.btn-secondary:hover { border-color: var(--plum-700); background: var(--white); }
.btn-light { color: var(--plum-950); background: var(--cream); }
.btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.05); }
.btn-arrow::after { content: "→"; font-size: 1.2em; }
.btn-block { width: 100%; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(74,39,80,.08);
  background: rgba(255,250,243,.9);
  backdrop-filter: blur(16px);
}
.nav-shell { display: flex; min-height: 78px; align-items: center; gap: 22px; }
/* El logotipo sigue al logo de la marca: versales de palo seco, muy espaciadas, con "AI" en otro color. */
.wordmark { display: inline-flex; flex: 0 0 auto; gap: 12px; align-items: center; color: var(--plum-950); font-family: var(--sans); font-size: 1.2rem; font-weight: 600; letter-spacing: .22em; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; }
.wordmark .ai { color: var(--rose-700); }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 18px; }
.desktop-nav a { color: var(--muted); text-decoration: none; font-size: .77rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--plum-950); }
.nav-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.nav-actions .btn { min-height: 42px; padding: 9px 14px; font-size: .76rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--plum-900); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle::before, .menu-toggle::after { content: ""; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: calc(100svh - 78px); overflow: hidden; padding: 70px 0 58px; background: linear-gradient(150deg, #fffaf3 20%, #f9e8ef 74%, #ebe0f4 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -220px; top: -250px; border: 1px solid rgba(166,70,111,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.12), 0 0 0 160px rgba(255,255,255,.1); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(44px, 7vw, 96px); }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero h1 { max-width: 11ch; }
.hero h1 em { color: var(--rose-700); font-style: italic; }
.hero .lead { max-width: 650px; margin-top: 25px; }
.hero-visual { position: relative; min-height: 630px; }
.hero-main-image { width: 88%; height: 560px; margin-left: auto; object-fit: cover; border-radius: 220px 220px 40px 40px; box-shadow: var(--shadow); }
.hero-small-image { position: absolute; left: 0; bottom: 10px; width: 46%; height: auto; aspect-ratio: 4/5; object-fit: cover; border: 10px solid var(--cream); border-radius: 110px 110px 30px 30px; box-shadow: var(--shadow-small); }
.hero-stamp { position: absolute; right: -8px; bottom: 56px; display: grid; width: 145px; aspect-ratio: 1; place-items: center; padding: 22px; border-radius: 50%; color: var(--cream); background: var(--plum-900); text-align: center; font-family: var(--serif); font-size: 1rem; line-height: 1.2; box-shadow: var(--shadow); transform: rotate(5deg); }
.hero-stamp::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; }
.attributes { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); }
.attribute { display: flex; align-items: center; gap: 14px; padding: 24px 22px; border-right: 1px solid var(--line); color: var(--plum-900); font-weight: 800; }
.attribute:last-child { border-right: 0; }
.attribute-num { color: var(--rose-700); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }

.purpose-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.purpose-intro { position: sticky; top: 120px; }
.purpose-intro .lead { margin-top: 24px; }
.pillar-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pillar { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.7); transition: transform .25s ease, box-shadow .25s ease; }
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.pillar-number { display: inline-grid; width: 42px; height: 42px; margin-bottom: 38px; place-items: center; border-radius: 50%; color: var(--rose-700); background: var(--rose-100); font-size: .76rem; font-weight: 800; }
.pillar h3 { margin-bottom: 12px; }
.pillar p { color: var(--muted); }

.journey { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; }
.journey-step { position: relative; padding: 28px 26px 30px; border-top: 1px solid rgba(255,255,255,.2); }
.journey-step::before { content: ""; position: absolute; top: -6px; left: 26px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 6px rgba(239,217,168,.12); }
.journey-step span { display: block; margin-bottom: 32px; color: var(--gold-light); font-size: .75rem; font-weight: 800; }
.journey-step h3 { font-family: var(--sans); font-size: 1.08rem; line-height: 1.45; }
.journey-quote { max-width: 730px; margin: 44px auto 0; color: var(--gold-light); text-align: center; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.3; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.program-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow-small); }
.program-image { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--lavender-100); }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.program-card:hover .program-image img { transform: scale(1.035); }
.status { position: absolute; top: 16px; left: 16px; padding: 7px 11px; border-radius: 999px; color: var(--plum-900); background: rgba(255,250,243,.92); font-size: .7rem; font-weight: 800; backdrop-filter: blur(8px); }
.status::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--gold); }
.program-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.meta-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.meta { padding: 6px 9px; border-radius: 999px; color: var(--plum-700); background: var(--lavender-100); font-size: .69rem; font-weight: 800; }
.program-body h3 { min-height: 3.2em; margin-bottom: 14px; }
.program-body > p { margin-bottom: 22px; color: var(--muted); }
.result { margin: auto 0 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.result small { display: block; color: var(--rose-700); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.result strong { color: var(--plum-900); font-size: .9rem; }
.program-card .btn { width: 100%; }
.program-tagline { display: block; margin-top: 7px; color: var(--rose-700); font-family: var(--sans); font-size: .78rem; font-weight: 800; letter-spacing: .03em; }

.empty-state { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 50px; border: 1px solid rgba(237,181,204,.8); border-radius: 36px; background: linear-gradient(120deg, #fff, #fbeaf0 68%, #eee6f5); }
.empty-state::after { content: ""; position: absolute; right: -45px; top: -70px; width: 190px; height: 190px; border: 1px solid rgba(166,70,111,.15); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.25), 0 0 0 64px rgba(255,255,255,.2); }
.empty-state h3 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.empty-state p { max-width: 640px; color: var(--muted); }
.empty-state .btn { position: relative; z-index: 1; }
.event-list { display: grid; gap: 18px; }
.event-card { display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }

.org-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.org-photo { position: relative; }
.org-photo img { width: 100%; max-height: 660px; object-fit: cover; border-radius: 34px 160px 34px 34px; }
.org-note { position: absolute; right: -26px; bottom: 32px; max-width: 255px; padding: 20px; border-radius: 20px; color: var(--plum-950); background: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; line-height: 1.3; box-shadow: var(--shadow-small); }
.org-copy .lead { margin: 24px 0 28px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.84); font-size: .78rem; }
.implementation { margin-top: 66px; padding: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: rgba(255,255,255,.05); }
.implementation h3 { margin-bottom: 26px; }
.implementation-list { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; list-style: none; }
.implementation-list li { flex: 1 1 300px; padding: 18px; border-radius: 18px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.055); font-size: .86rem; }
.implementation-list li::before { content: "✓"; display: block; margin-bottom: 12px; color: var(--gold-light); font-weight: 800; }

.impact-flow { display: grid; grid-template-columns: repeat(6, 1fr); margin: 48px 0 60px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-small); }
.impact-step { position: relative; display: grid; place-content: center; padding: 25px 22px; color: var(--plum-800); text-align: center; font-size: .8rem; font-weight: 800; line-height: 1.45; }
.impact-step:not(:last-child)::after { content: "→"; position: absolute; right: -7px; top: 50%; color: var(--rose-700); transform: translateY(-50%); }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.impact-card { min-height: 155px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7); }
.impact-value { display: block; margin-bottom: 20px; color: var(--rose-700); font-family: var(--serif); font-size: 1.45rem; }
.impact-label { color: var(--muted); font-size: .83rem; font-weight: 800; }
.pilot { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; margin-top: 30px; padding: 30px; border-left: 4px solid var(--gold); border-radius: 0 22px 22px 0; background: var(--cream-2); }
.pilot-badge { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50%; color: var(--white); background: var(--plum-900); font-family: var(--serif); font-size: 1.9rem; }
.pilot h3 { margin-bottom: 8px; }
.pilot p { color: var(--muted); }

.community-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
/* Tira de fotos: altura pareja y proporción propia, sin recortar ninguna. */
.gallery-strip { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.gallery-strip img { height: 374px; width: auto; flex: 0 0 auto; border-radius: 22px; scroll-snap-align: start; box-shadow: var(--shadow-small); }
.gallery-strip img:first-child { border-radius: 100px 22px 22px 22px; }
.gallery-strip img:last-child { border-radius: 22px 22px 100px 22px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { display: flex; flex-direction: column; margin: 0; padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-small); }
.testimonial blockquote { position: relative; margin: 0 0 24px; padding-top: 34px; color: var(--plum-900); font-family: var(--serif); font-size: 1.32rem; line-height: 1.38; }
.testimonial blockquote::before { content: "\201C"; position: absolute; top: -8px; left: -4px; color: var(--rose-300); font-family: var(--serif); font-size: 4.5rem; line-height: 1; }
.testimonial figcaption { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial figcaption strong { display: block; color: var(--plum-900); font-size: .95rem; }
.testimonial figcaption span { display: block; color: var(--muted); font-size: .84rem; }
.testimonial-program { color: var(--rose-700) !important; font-weight: 800; }

.community-collage { position: relative; min-height: 610px; }
.community-collage img:first-child { width: 78%; height: 540px; object-fit: cover; border-radius: 180px 32px 32px 32px; }
.community-collage img:last-child { position: absolute; right: 0; bottom: 0; width: 52%; height: 280px; object-fit: cover; border: 9px solid var(--cream); border-radius: 24px 100px 24px 24px; box-shadow: var(--shadow-small); }
.community-copy .lead { margin: 24px 0 28px; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding: 0; list-style: none; }
.benefit-list li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--plum-800); font-weight: 700; }
.benefit-list li::before { content: "↗"; margin-right: 10px; color: var(--rose-700); }

.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.person-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.person-header { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; }
.person-visual { display: grid; width: 112px; height: 112px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 5px solid var(--cream); border-radius: 50%; color: var(--cream); background: linear-gradient(145deg, var(--plum-800), var(--rose-700)); font-family: var(--serif); font-size: 2.6rem; box-shadow: 0 0 0 1px var(--line), var(--shadow-small); }
.person-visual img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: top center; }
.person-header h3 { font-size: 1.42rem; }
.person-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.person-role { margin: 6px 0 0; color: var(--rose-700); font-size: .77rem; font-weight: 800; }
.person-specialty { margin-bottom: 12px; color: var(--plum-700); font-size: .84rem; font-weight: 800; }
.person-bio { margin-bottom: 20px; color: var(--muted); font-size: .88rem; }
.person-programs { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .74rem; }
.person-links { margin-top: 16px; }
.person-links a { color: var(--rose-700); font-size: .8rem; font-weight: 800; }
.network-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 32px; padding: 26px 30px; border-radius: 24px; color: var(--white); background: var(--plum-900); }
.network-cta p { max-width: 650px; color: rgba(255,255,255,.72); }

.contact-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.contact-layout .contact-intro { margin-bottom: 0; }
.contact-intro { max-width: 720px; margin-bottom: 50px; }
.contact-intro .lead { margin-top: 22px; }
.forms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.forms-grid.single { grid-template-columns: minmax(0, 1fr); }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow-small); }
.form-card.institutional { background: var(--plum-900); }
.form-card.institutional h3 { color: var(--white); }
.form-card.institutional .form-intro { color: rgba(255,255,255,.7); }
.form-card h3 { font-size: 2rem; }
.form-intro { margin: 10px 0 26px; color: var(--muted); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--plum-800); font-size: .76rem; font-weight: 800; }
.institutional .field label { color: rgba(255,255,255,.82); }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid rgba(74,39,80,.22); border-radius: 12px; color: var(--ink); background: #fffdfb; }
.institutional .field input, .institutional .field select, .institutional .field textarea { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.96); }
.field textarea { min-height: 104px; resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #b42318; box-shadow: 0 0 0 2px rgba(180,35,24,.12); }
.error-text { display: block; margin-top: 6px; color: #b42318; font-size: .72rem; font-weight: 700; }
.institutional .error-text { color: #ffd0cc; }
.form-card .btn { margin-top: 20px; }
.form-status { min-height: 1.4em; margin-top: 12px; font-size: .8rem; font-weight: 700; }
.form-status.success { color: #276749; }
.institutional .form-status.success { color: #b9f6cf; }
.form-status.error { color: #b42318; }
.institutional .form-status.error { color: #ffd0cc; }

.site-footer { padding: 64px 0 24px; color: rgba(255,255,255,.72); background: #1d101e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand .wordmark { margin-bottom: 12px; color: var(--white); }
.footer-brand .wordmark .ai { color: var(--rose-300); }
.footer-brand p { max-width: 290px; }
.footer-title { margin-bottom: 14px; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; font-size: .84rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

.page-hero { padding: 82px 0 72px; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(214,116,158,.35), transparent 26%), var(--plum-950); }
.breadcrumbs { margin-bottom: 30px; color: rgba(255,255,255,.6); font-size: .78rem; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 900px; color: var(--white); font-size: clamp(3rem, 7vw, 5.5rem); }
.page-hero .lead { max-width: 830px; margin-top: 24px; color: rgba(255,255,255,.75); }
.page-hero .meta-row { margin-top: 28px; }
.page-hero .meta { color: var(--white); background: rgba(255,255,255,.1); }
.program-layout { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: start; }
.prose-section + .prose-section { margin-top: 62px; padding-top: 58px; border-top: 1px solid var(--line); }
.prose-section h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.1rem); }
.prose-section h3 { margin: 28px 0 10px; }
.prose-section p { color: var(--muted); }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--rose-700); background: var(--rose-100); font-size: .7rem; font-weight: 800; }
.info-panel { position: sticky; top: 108px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-small); }
.info-panel h3 { margin-bottom: 18px; }
.info-list { display: grid; gap: 0; margin-bottom: 24px; }
.info-item { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.info-item span { color: var(--muted); }
.info-item strong { color: var(--plum-800); text-align: right; }
.price-block { margin-top: 22px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream-2); }
.price-label { margin: 0 0 10px; color: var(--rose-700); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.price-main { margin: 0; color: var(--plum-900); font-family: var(--serif); font-size: 1.9rem; line-height: 1.1; }
.price-main span { color: var(--muted); font-family: var(--sans); font-size: .78rem; font-weight: 800; }
.price-alt { margin: 8px 0 0; color: var(--muted); font-size: .86rem; }
.price-alt strong { color: var(--plum-800); }
.price-block .fine-print { margin: 12px 0 0; }
.date-note { margin: 20px 0; padding: 17px; border-radius: 15px; color: var(--plum-800); background: var(--lavender-100); font-weight: 800; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { padding: 19px 36px 19px 0; color: var(--plum-800); cursor: pointer; font-weight: 800; }
.faq p { padding: 0 0 20px; }
.legal-shell { max-width: 800px; }
.legal-shell h1 { margin-bottom: 24px; }
.legal-shell h2 { margin: 44px 0 15px; font-size: 2rem; }
.legal-shell p, .legal-shell li { color: var(--muted); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-actions .btn-secondary { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; top: 78px; right: 0; left: 0; height: calc(100svh - 78px); z-index: 99; display: flex; visibility: hidden; flex-direction: column; padding: 28px max(20px, calc((100vw - var(--max))/2)); background: var(--cream); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .mobile-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-nav > a:not(.btn) { padding: 11px 4px; border-bottom: 1px solid var(--line); color: var(--plum-900); text-decoration: none; font-family: var(--serif); font-size: 1.28rem; }
  .mobile-nav .button-row { margin-top: auto; padding-top: 25px; }
  .mobile-nav .btn { width: 100%; }
  .implementation-list li { flex-basis: 240px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .program-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; }
  .program-card:last-child .program-image { height: 100%; aspect-ratio: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .section { padding: 86px 0; }
  .hero { min-height: auto; padding-top: 54px; }
  .hero-grid, .purpose-grid, .org-grid, .community-grid, .program-layout { grid-template-columns: 1fr; }
  .purpose-intro { position: static; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 520px; }
  .hero-main-image { height: 480px; }
  .hero-small-image { width: 38%; }
  .attributes { margin-top: 36px; }
  .attribute { padding-inline: 12px; font-size: .82rem; }
  .journey { grid-template-columns: 1fr 1fr; }
  .impact-flow { grid-template-columns: repeat(3, 1fr); }
  .impact-step:nth-child(3)::after { display: none; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .org-photo { max-width: 620px; }
  .org-note { right: 18px; }
  .people-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-layout .contact-intro { margin-bottom: 8px; }
  .forms-grid { grid-template-columns: 1fr; }
  .form-card.institutional { margin-top: 12px; }
  .info-panel { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 72px 0; }
  .nav-shell { min-height: 70px; }
  .mobile-nav { top: 70px; height: calc(100svh - 70px); }
  .wordmark { gap: 10px; font-size: 1.05rem; letter-spacing: .18em; }
  .brand-mark { width: 34px; height: 34px; }
  .nav-actions > .btn { display: none; }
  .hero { padding: 44px 0 32px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero .lead { font-size: 1rem; }
  .hero .button-row .btn { width: 100%; }
  .hero-visual { min-height: 430px; margin-top: 6px; }
  .hero-main-image { width: 92%; height: 390px; border-radius: 150px 150px 28px 28px; }
  .hero-small-image { width: 42%; border-width: 7px; }
  .hero-stamp { right: -2px; bottom: 22px; width: 112px; padding: 14px; font-size: .82rem; }
  .attributes { grid-template-columns: 1fr; }
  .attribute { padding: 14px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .attribute:last-child { border-bottom: 0; }
  .pillar-list, .cards-grid, .journey, .impact-grid { grid-template-columns: 1fr; }
  .gallery-strip img { height: 280px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 0; }
  .pillar-number { margin-bottom: 25px; }
  .program-card:last-child { grid-column: auto; display: flex; }
  .program-card:last-child .program-image { aspect-ratio: 4/3; }
  .journey-step { padding-inline: 18px; }
  .empty-state { grid-template-columns: 1fr; padding: 30px 24px; }
  .empty-state .btn { width: 100%; }
  .implementation { padding: 25px; }
  .implementation-list li { flex-basis: 100%; }
  .impact-flow { grid-template-columns: 1fr; border-radius: 20px; }
  .impact-step { place-content: center start; text-align: left; }
  .impact-step:not(:last-child)::after { content: "↓"; right: 22px; top: auto; bottom: -8px; }
  .impact-step:nth-child(3)::after { display: block; }
  .pilot { grid-template-columns: 1fr; }
  .community-collage { min-height: 430px; }
  .community-collage img:first-child { height: 390px; }
  .community-collage img:last-child { height: 190px; }
  .benefit-list { grid-template-columns: 1fr; }
  .person-body { padding: 24px 20px; }
  .network-cta { align-items: flex-start; flex-direction: column; }
  .form-card { padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 56px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
