:root {
  --purple: #53256f;
  --purple-deep: #321342;
  --purple-soft: #f0e9f5;
  --orange: #f47a13;
  --orange-deep: #db5b08;
  --cream: #fff7eb;
  --ink: #201727;
  --muted: #685f6d;
  --white: #ffffff;
  --border: rgba(83, 37, 111, .16);
  --shadow: 0 24px 70px rgba(50, 19, 66, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffdf9; font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; background: var(--ink); color: white; padding: .7rem 1rem; z-index: 200; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.9); border-bottom: 1px solid rgba(83,37,111,.08); backdrop-filter: blur(16px); }
.nav-wrap { max-width: 1240px; min-height: 82px; margin: 0 auto; padding: .65rem 1.5rem; display: flex; align-items: center; gap: 2rem; }
.brand { width: 218px; height: 62px; display: flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; transform: scale(1.18); }
.brand-name { display: flex; flex-direction: column; font-family: "Manrope",sans-serif; line-height: 1.02; letter-spacing: .015em; text-transform: uppercase; }
.brand-name small { color: var(--ink); font-size: .68rem; font-weight: 800; }
.brand-name strong { color: var(--purple); font-size: 1.08rem; font-weight: 800; }
nav { display: flex; gap: 1.6rem; margin-left: auto; align-items: center; }
nav a { text-decoration: none; font-weight: 600; font-size: .94rem; transition: color .2s ease; }
nav a:hover { color: var(--orange); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: .6rem; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--purple); }

.button { border: 0; border-radius: 999px; padding: 1rem 1.4rem; color: white; background: linear-gradient(135deg,var(--orange),var(--orange-deep)); font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px rgba(244,122,19,.24); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(244,122,19,.34); }
.button-small { padding: .72rem 1.1rem; font-size: .9rem; }
.button-light { background: white; color: var(--purple); box-shadow: none; }
.text-button { border: 0; padding: 0; background: transparent; color: var(--orange-deep); font-weight: 800; cursor: pointer; }
.text-link { display: inline-flex; gap: .4rem; align-items: center; text-decoration: none; font-weight: 800; color: var(--purple); }
.text-link span { font-size: 1.25rem; }

.hero { min-height: 720px; max-width: 1380px; margin: 0 auto; padding: 5.5rem 3rem 4rem; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 4rem; overflow: hidden; }
.hero-copy { max-width: 670px; }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; color: var(--orange-deep); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.12; }
.hero h1 { margin: 0; font-size: clamp(3.3rem, 6.5vw, 6rem); letter-spacing: -.06em; }
.hero h1 span { color: var(--purple); }
.hero-lead { max-width: 620px; margin: 1.6rem 0 2rem; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 2rem; margin-top: 3rem; color: var(--muted); font-size: .84rem; }
.hero-proof span { max-width: 190px; padding-left: 1rem; border-left: 3px solid var(--orange); }
.hero-proof strong { display: block; color: var(--ink); }
.hero-visual { position: relative; min-height: 580px; }
.hero-photo { position: absolute; inset: 0 0 0 7%; margin: 0; border-radius: 45% 45% 30px 30px; overflow: hidden; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 31%; }
.hero-stamp { position: absolute; left: -3%; bottom: 9%; width: 160px; height: 160px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); box-shadow: 0 18px 38px rgba(244,122,19,.35); }
.hero-stamp strong { font: 800 1.35rem/1 "Manrope", sans-serif; }
.hero-stamp span { max-width: 110px; font-size: .76rem; }
.shape { position: absolute; border-radius: 50%; z-index: -1; }
.shape-one { width: 280px; height: 280px; background: var(--purple-soft); right: -8%; top: -7%; }
.shape-two { width: 150px; height: 150px; border: 28px solid #ffd7af; left: -3%; top: 7%; }

.impact-strip { background: var(--purple); color: white; display: grid; grid-template-columns: repeat(4,1fr); padding: 2.5rem max(2rem,calc((100vw - 1180px)/2)); }
.impact-strip div { padding: 0 1.8rem; border-right: 1px solid rgba(255,255,255,.18); }
.impact-strip div:last-child { border-right: 0; }
.impact-strip strong { display: block; color: #ffae56; font: 800 2.5rem/1 "Manrope",sans-serif; }
.impact-strip span { display: block; margin-top: .7rem; font-size: .9rem; line-height: 1.4; color: rgba(255,255,255,.82); }

.story-section, .courses-section, .voices-section, .contact-section, .instagram-section { max-width: 1180px; margin: 0 auto; padding: 7rem 2rem; }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 6rem; }
.story-grid h2, .section-heading h2, .courses-section h2, .voices-section h2, .contact-section h2 { margin: 0; font-size: clamp(2.25rem,4.5vw,4.3rem); letter-spacing: -.045em; }
.story-copy p { color: var(--muted); font-size: 1.08rem; }
blockquote { margin: 2rem 0 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 4px solid var(--orange); color: var(--purple); font: 700 1.35rem/1.45 "Manrope",sans-serif; }
.mission-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; margin-top: 5rem; }
.mission-cards article { min-height: 280px; padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.mission-cards article:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.mission-cards span { color: var(--orange); font-weight: 800; }
.mission-cards h3 { margin: 2.8rem 0 .7rem; font-size: 1.5rem; }
.mission-cards p { color: var(--muted); }

.programs-section { padding: 7rem max(2rem,calc((100vw - 1180px)/2)); background: var(--purple-deep); color: white; }
.section-kicker.light { color: #ffae56; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.program-tabs { display: flex; flex-wrap: wrap; gap: .7rem; margin: 3.5rem 0 1rem; }
.program-tab { padding: .8rem 1rem; color: rgba(255,255,255,.7); background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; cursor: pointer; }
.program-tab.active { background: var(--orange); border-color: var(--orange); color: white; }
.program-panel { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 3rem; align-items: start; padding: 3rem; background: white; color: var(--ink); border-radius: var(--radius); }
.program-number { margin: 0; color: #d7c6e2; font: 800 3.5rem/1 "Manrope",sans-serif; }
.program-panel h3 { margin: 0 0 .8rem; font-size: 1.8rem; }
.program-panel p { color: var(--muted); }
.program-panel ul { margin: 0; padding: 0; list-style: none; }
.program-panel li { padding: .65rem 0; border-bottom: 1px solid var(--border); font-weight: 600; }

.feature-section { max-width: 1180px; margin: 0 auto; padding: 7rem 2rem; display: grid; grid-template-columns: .95fr 1.05fr; gap: 6rem; align-items: center; }
.feature-image { margin: 0; min-height: 620px; border-radius: 180px 180px 28px 28px; overflow: hidden; box-shadow: var(--shadow); }
.feature-image img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }
.feature-copy h2, .wisdom-copy h2, .transparency-section h2, .donation-callout h2 { margin: 0 0 1.5rem; font-size: clamp(2.2rem,4vw,4rem); letter-spacing: -.04em; }
.feature-copy p, .wisdom-copy p { color: var(--muted); font-size: 1.06rem; }
.feature-copy .text-button { margin-top: 1rem; font-size: 1rem; }

.courses-section { padding-top: 2rem; }
.courses-section > h2 { max-width: 760px; }
.course-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3.5rem; }
.course-grid article { padding: 2rem; background: var(--cream); border-radius: 20px; }
.course-grid article:nth-child(even) { background: var(--purple-soft); }
.course-icon { width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 17px; font-weight: 800; }
.course-grid h3 { margin: 2rem 0 .6rem; font-size: 1.3rem; }
.course-grid p { margin-bottom: 0; color: var(--muted); }

.wisdom-section { margin-top: 3rem; padding: 7rem max(2rem,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr .9fr; gap: 5rem; align-items: center; background: var(--orange); color: white; }
.wisdom-copy p { color: rgba(255,255,255,.84); }
.wisdom-photo { margin: 0; padding: 1rem; background: white; border-radius: 28px; transform: rotate(2deg); box-shadow: 0 25px 60px rgba(93,39,0,.2); }
.wisdom-photo img { width: 100%; height: 540px; object-fit: cover; border-radius: 18px; }
.wisdom-photo figcaption { padding: .9rem .4rem .2rem; color: var(--purple); font-weight: 700; font-size: .9rem; }

.voices-section { text-align: center; }
.voices-section h2 { margin-bottom: 3.5rem; }
.quote { display: none; max-width: 940px; margin: 0 auto; }
.quote.active { display: block; animation: quoteIn .45s ease; }
.quote p { margin: 0; color: var(--purple); font: 700 clamp(1.6rem,3.5vw,3rem)/1.35 "Manrope",sans-serif; }
.quote span { display: block; margin-top: 1.5rem; color: var(--muted); font-weight: 700; }
.slider-controls { margin-top: 2.5rem; display: flex; justify-content: center; align-items: center; gap: 1rem; }
.slider-controls button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border); background: white; color: var(--purple); cursor: pointer; }
.slider-controls span { min-width: 50px; font-weight: 700; }
@keyframes quoteIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.instagram-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 5rem; align-items: center; }
.instagram-intro h2 { margin: 0 0 1.4rem; font-size: clamp(2.25rem,4.5vw,4.3rem); letter-spacing: -.045em; }
.instagram-intro > p { margin-bottom: 2rem; color: var(--muted); font-size: 1.06rem; }
.instagram-feed { min-height: 620px; padding: 1rem; background: linear-gradient(135deg,var(--purple-soft),var(--cream)); border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow); }
.instagram-feed iframe { width: 100%; height: 570px; display: block; border: 0; border-radius: 20px; background: white; }
.instagram-fallback { margin: .7rem .5rem 0; color: var(--muted); font-size: .82rem; text-align: center; }
.instagram-fallback a { color: var(--purple); font-weight: 700; }

.transparency-section { padding: 7rem max(2rem,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; background: var(--purple); color: white; }
.transparency-list article { padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.transparency-list span { display: block; color: #ffae56; font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.transparency-list strong { display: block; margin: .35rem 0; font: 800 1.25rem "Manrope",sans-serif; }
.transparency-list p { margin: 0; color: rgba(255,255,255,.72); }

.donation-callout { max-width: 1180px; margin: 7rem auto; padding: 4rem; display: flex; align-items: end; justify-content: space-between; gap: 3rem; color: white; background: linear-gradient(135deg,var(--orange),#f39924); border-radius: 32px; box-shadow: var(--shadow); }
.donation-callout h2 { max-width: 800px; margin-bottom: 0; }
.donation-callout .eyebrow { color: var(--purple-deep); }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; }
.contact-section > div:first-child p { color: var(--muted); font-size: 1.05rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.contact-grid > * { padding: 1.5rem; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; border: 1px solid var(--border); border-radius: 20px; background: white; overflow-wrap: anywhere; }
.contact-grid a:hover { border-color: var(--orange); }
.contact-grid span { color: var(--orange-deep); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-grid strong { font-size: 1rem; }

footer { padding: 2rem max(2rem,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; color: rgba(255,255,255,.72); background: #1f0d2a; font-size: .86rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.footer-brand img { width: 70px; height: 70px; object-fit: contain; transform: scale(1.15); }
.footer-brand span { display: flex; flex-direction: column; font-family: "Manrope",sans-serif; line-height: 1.02; text-transform: uppercase; }
.footer-brand small { color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 800; }
.footer-brand strong { color: #ffae56; font-size: 1.15rem; font-weight: 800; }

.donation-dialog { width: min(720px,calc(100% - 2rem)); max-height: 92vh; padding: 0; border: 0; border-radius: 28px; overflow-y: auto; box-shadow: 0 30px 90px rgba(31,13,42,.4); }
.donation-dialog::backdrop { background: rgba(31,13,42,.75); backdrop-filter: blur(5px); }
.dialog-head { padding: 2.4rem 2.5rem 1rem; }
.dialog-head h2 { margin: 0; font-size: clamp(2rem,5vw,3.3rem); }
.dialog-head > p:last-child { color: var(--muted); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--purple); background: var(--purple-soft); cursor: pointer; font-size: 1.7rem; }
form { padding: .5rem 2.5rem 2.5rem; }
form label { display: block; margin-bottom: 1rem; color: var(--ink); font-weight: 700; }
form label > span { color: var(--muted); font-weight: 400; }
form input { width: 100%; margin-top: .38rem; padding: .9rem 1rem; border: 1px solid #d6ceda; border-radius: 12px; outline: none; }
form input:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(83,37,111,.11); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
form .consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .86rem; font-weight: 500; color: var(--muted); }
form .consent input { width: auto; margin-top: .3rem; }
form .button { width: 100%; }
form small { display: block; margin-top: .9rem; color: var(--muted); text-align: center; }
.whatsapp-float { position: fixed; z-index: 40; right: 1.2rem; bottom: 1.2rem; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; text-decoration: none; font-weight: 900; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.whatsapp-float svg { display: block; width: 31px; height: 31px; }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .nav-wrap > .button { display: none; }
  nav { position: absolute; display: none; flex-direction: column; align-items: stretch; top: 82px; left: 1rem; right: 1rem; padding: 1.3rem; border-radius: 18px; background: white; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding: 4rem 2rem; }
  .hero-visual { min-height: 560px; }
  .hero-photo { left: 8%; right: 8%; }
  .impact-strip { grid-template-columns: repeat(2,1fr); }
  .impact-strip div:nth-child(2) { border-right: 0; }
  .impact-strip div { padding: 1.5rem; }
  .story-grid, .feature-section, .wisdom-section, .transparency-section, .contact-section, .instagram-section { grid-template-columns: 1fr; gap: 3rem; }
  .mission-cards, .course-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .program-panel { grid-template-columns: 70px 1fr; }
  .program-panel ul { grid-column: 2; }
  .donation-callout { margin: 4rem 1.5rem; flex-direction: column; align-items: flex-start; padding: 3rem; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 620px) {
  .nav-wrap { padding-inline: 1rem; }
  .brand { width: 178px; height: 54px; gap: .42rem; }
  .brand img { width: 50px; height: 50px; }
  .brand-name small { font-size: .6rem; }
  .brand-name strong { font-size: .92rem; }
  .hero { padding: 3rem 1.2rem; min-height: auto; }
  .hero h1 { font-size: clamp(3rem,15vw,4.5rem); }
  .hero-proof { flex-direction: column; gap: 1rem; }
  .hero-visual { min-height: 470px; }
  .hero-photo { left: 4%; right: 0; }
  .hero-stamp { width: 130px; height: 130px; left: 0; }
  .impact-strip { grid-template-columns: 1fr 1fr; padding: 1rem; }
  .impact-strip strong { font-size: 2rem; }
  .impact-strip span { font-size: .78rem; }
  .story-section, .courses-section, .voices-section, .contact-section, .feature-section, .instagram-section { padding: 5rem 1.2rem; }
  .mission-cards, .course-grid, .contact-grid { grid-template-columns: 1fr; }
  .mission-cards { margin-top: 3rem; }
  .programs-section, .wisdom-section, .transparency-section { padding: 5rem 1.2rem; }
  .program-panel { padding: 1.5rem; grid-template-columns: 1fr; gap: 1rem; }
  .program-panel ul { grid-column: 1; }
  .feature-image, .feature-image img { min-height: 480px; }
  .wisdom-photo img { height: 460px; }
  .instagram-feed { min-height: 560px; padding: .65rem; }
  .instagram-feed iframe { height: 510px; }
  .donation-callout { margin: 3rem 1rem; padding: 2rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .dialog-head, form { padding-left: 1.35rem; padding-right: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
