:root {
  --black: #020202;
  --black-soft: #080604;
  --copper: #b56d35;
  --copper-light: #e0a06b;
  --cream: #f1e3d6;
  --muted: #c4b4a7;
  --line: rgba(190, 111, 55, .48);
  --panel: rgba(8, 6, 4, .82);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(130, 73, 31, .17), transparent 31%),
    #020202;
  color: var(--cream);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 88px;
  padding: 10px 30px;
  display: grid;
  grid-template-columns: 170px 1fr 205px;
  align-items: center;
  gap: 24px;
  background: linear-gradient(180deg, rgba(0,0,0,.96), rgba(0,0,0,.57), transparent);
  transition: background .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled {
  background: rgba(2,2,2,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.mini-logo { display: flex; align-items: center; width: 180px; min-width: 180px; }
.mini-logo img { display:block; width:100%; height:auto; max-height:72px; object-fit:contain; object-position:left center; }
.hero-logo { display:block; width: min(100%, 620px); height:auto; max-height:none; object-fit:contain; object-position:left center; }
footer img { display:block; width:210px; height:auto; object-fit:contain; }
.main-nav { display: flex; justify-content: center; gap: clamp(16px, 2.1vw, 34px); }
.main-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--copper-light), transparent);
  transition: width .3s ease;
}
.main-nav a:hover::after,
.main-nav a.active::after { width: 100%; }
.header-support {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  color: #f2e5d9;
}
.header-support small { display: block; font-size: 10px; letter-spacing: .16em; }
.header-support strong { display: block; margin-top: 2px; font-size: 14px; font-weight: 500; }
.wa-icon { color: #e09350; font-size: 25px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 5px 0; background: #fff; }
.hero {
  position: relative;
  min-height: 1180px;
  padding: 128px 56px 38px;
  overflow: hidden;
  isolation: isolate;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -4;
  filter: brightness(.57) saturate(.85) contrast(1.08);
  transform: scale(1.035);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 61% 22%, rgba(255, 151, 65, .24), transparent 24%),
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 34%, rgba(0,0,0,.42) 64%, rgba(0,0,0,.78) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.56) 55%, #020202 100%);
}
.film-grain {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .07;
  background-image: radial-gradient(rgba(255,255,255,.16) .7px, transparent .7px);
  background-size: 5px 5px;
}
.floating-lights { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.floating-lights i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #efb170;
  box-shadow: 0 0 18px rgba(232,153,77,.7);
  animation: float 9s linear infinite;
}
.floating-lights i:nth-child(1){left:15%;top:20%;animation-delay:-1s}.floating-lights i:nth-child(2){left:36%;top:12%;animation-delay:-5s;width:4px;height:4px}.floating-lights i:nth-child(3){left:55%;top:34%;animation-delay:-3s}.floating-lights i:nth-child(4){left:73%;top:18%;animation-delay:-7s;width:5px;height:5px}.floating-lights i:nth-child(5){left:84%;top:48%;animation-delay:-4s}.floating-lights i:nth-child(6){left:42%;top:57%;animation-delay:-8s;width:3px;height:3px}.floating-lights i:nth-child(7){left:66%;top:63%;animation-delay:-2s}.floating-lights i:nth-child(8){left:25%;top:72%;animation-delay:-6s;width:4px;height:4px}
.hero-content { position: relative; z-index: 2; max-width: 910px; }
.hero-logo { margin-bottom: 24px; filter: drop-shadow(0 12px 28px rgba(0,0,0,.55)); }
.hero h1 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  font-weight: 400;
  font-size: clamp(4rem, 7vw, 7.1rem);
  line-height: .93;
  letter-spacing: .015em;
  color: #f5eadf;
  text-shadow: 0 10px 30px rgba(0,0,0,.6);
}
.hero h1 span {
  font-size: 1.18em;
  background: linear-gradient(180deg, #fff6ed 0%, #ead3bf 46%, #c07b45 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.hero-content > p {
  max-width: 720px;
  margin: 24px 0 26px;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  line-height: 1.55;
  color: rgba(255,255,255,.88);
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.button {
  min-height: 58px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(2,2,2,.48);
  color: #f8eee5;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .035em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(190,105,45,.2); }
.button.primary {
  background: linear-gradient(90deg, #9f5627, #d88e52, #9f5627);
  box-shadow: 0 0 28px rgba(221,143,74,.28), inset 0 0 0 1px rgba(255,255,255,.14);
}
.hero-support { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 20px; align-items: center; color: #f0a35e; }
.hero-support span { color: #d99553; font-size: 13px; letter-spacing: .08em; }
.hero-support a { font-family: Cinzel, serif; font-size: 1.25rem; }
.video-control {
  position: absolute;
  right: 7.5%;
  top: 46%;
  z-index: 3;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(225,152,82,.65);
  color: #f8d1a8;
  background: rgba(8,5,3,.38);
  box-shadow: 0 0 26px rgba(226,141,65,.28), inset 0 0 18px rgba(226,141,65,.14);
  cursor: pointer;
}
.foundation-cards {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  z-index: 4;
}
.foundation-card {
  min-height: 215px;
  padding: 24px 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(21,14,10,.72), rgba(5,4,3,.9));
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 18px 45px rgba(0,0,0,.34);
  transition: transform .3s ease, border-color .3s ease;
}
.foundation-card:hover { transform: translateY(-6px); border-color: #d38b50; }
.icon-wrap { width: 58px; height: 58px; margin: 0 auto 13px; color: #c98149; }
.icon-wrap svg { width: 100%; height: 100%; fill: currentColor; filter: drop-shadow(0 0 9px rgba(211,126,65,.3)); }
.foundation-card h3 { margin: 0 0 10px; font-family: Cinzel, serif; font-size: 1.14rem; color: #f0ded0; }
.foundation-card p { margin: 0; line-height: 1.5; color: rgba(255,255,255,.75); font-size: .9rem; }
.section { position: relative; padding: 64px 56px; }
.section-title { text-align: center; margin-bottom: 30px; }
.section-title span,.eyebrow { display: inline-block; margin-bottom: 12px; color: #d58a4e; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.section-title h2,.institute h2,.callout h2,.contact h2 { margin: 0; font-family: Cinzel, serif; font-weight: 400; line-height: 1.15; }
.section-title h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); }
.modalities { background: linear-gradient(180deg, #020202, #070503 48%, #020202); }
.modality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.modality-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 75% 45%, rgba(197,112,53,.18), transparent 35%), #0a0705;
  box-shadow: 0 16px 44px rgba(0,0,0,.36);
}
.modality-card::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.25)); }
.modality-card.maip { background: radial-gradient(circle at 70% 35%, rgba(210,125,58,.35), transparent 28%), linear-gradient(135deg,#21130c,#050403); }
.modality-card.maip::after { content:""; position:absolute; right:8%; bottom:-15%; width:170px; height:260px; background: linear-gradient(180deg,rgba(244,184,126,.2),rgba(0,0,0,0)); clip-path: polygon(40% 0,60% 0,68% 34%,85% 55%,69% 100%,32% 100%,15% 55%,32% 34%); filter: blur(1px); }
.modality-card.church { background: linear-gradient(135deg,#170d08,#040303); }
.modality-card.church::after { content:"✝"; position:absolute; right:10%; top:13%; font-family:serif; font-size:10rem; color:rgba(208,129,62,.2); text-shadow:0 0 25px rgba(223,148,77,.2); }
.modality-copy { position: relative; z-index: 2; max-width: 60%; }
.modality-copy h3 { margin:0 0 7px; font-family:Cinzel,serif; font-size:1.8rem; font-weight:400; color:#e2a370; }
.modality-copy strong { font-size:.95rem; color:#f0e6de; }
.modality-copy p { line-height:1.55; color:rgba(255,255,255,.73); }
.modality-copy a { display:inline-flex; margin-top:10px; padding:10px 18px; border:1px solid var(--line); font-size:12px; }
.laptop-visual { position:absolute; right:6%; bottom:12%; width:160px; height:96px; border:8px solid #16110e; border-radius:6px; background:radial-gradient(circle,#6a3518,#090604); display:grid; place-items:center; color:#cb814b; font-family:Cinzel,serif; transform:perspective(500px) rotateY(-15deg); box-shadow:0 16px 25px rgba(0,0,0,.45); }
.laptop-visual::after { content:""; position:absolute; left:-18px; right:-18px; bottom:-16px; height:10px; background:#19130f; border-radius:0 0 16px 16px; }
.institute { display:grid; grid-template-columns:1fr 1.18fr; gap:48px; align-items:end; background: radial-gradient(circle at 67% 50%,rgba(159,84,33,.12),transparent 25%),#030202; }
.institute-copy h2 { font-size:clamp(2rem,3.1vw,3.2rem); margin-bottom:20px; }
.institute-copy p { color:rgba(255,255,255,.77); line-height:1.65; max-width:650px; }
.impact-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:28px; }
.impact-grid div { padding-top:14px; border-top:1px solid rgba(197,111,51,.38); }
.impact-grid strong { display:block; color:#d98d50; font-size:.78rem; letter-spacing:.11em; }
.impact-grid span { display:block; margin-top:7px; color:rgba(255,255,255,.66); font-size:.72rem; line-height:1.4; }
.founder-visual { position:relative; min-height:580px; display:grid; grid-template-columns:1.15fr .85fr; align-items:end; }
.halo { position:absolute; left:29%; top:10%; border:1px solid rgba(211,128,58,.38); border-radius:50%; transform:translateX(-50%); }
.halo-one { width:380px; height:380px; }
.halo-two { width:460px; height:460px; opacity:.45; }
.portrait-wrap { position:relative; z-index:2; height:570px; display:flex; align-items:end; overflow:hidden; }
.portrait-wrap img { width:100%; height:100%; object-fit:cover; object-position:center top; mix-blend-mode:screen; filter:contrast(1.04) saturate(.92); mask-image:linear-gradient(to bottom,#000 0%,#000 82%,transparent 100%); }
.founder-copy { position:relative; z-index:3; padding-bottom:50px; }
.founder-copy h3 { margin:0 0 20px; font-family:Cinzel,serif; font-size:clamp(2rem,3vw,3.35rem); font-weight:400; color:#d69055; }
.founder-copy blockquote { margin:0; padding-left:16px; border-left:2px solid #b36a36; color:rgba(255,255,255,.74); line-height:1.7; }
.signature { margin-top:18px; font-family:"Brush Script MT",cursive; font-size:2.15rem; color:#d68447; }
.purposes { background:linear-gradient(180deg,#030202,#080503,#020202); }
.purpose-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.purpose-grid ul { margin:0; padding:22px 28px; list-style:none; border:1px solid rgba(191,108,49,.28); background:rgba(12,8,6,.78); }
.purpose-grid li { position:relative; padding:12px 0 12px 22px; border-bottom:1px solid rgba(255,255,255,.06); color:rgba(255,255,255,.76); line-height:1.45; }
.purpose-grid li:last-child { border-bottom:0; }
.purpose-grid li::before { content:"✦"; position:absolute; left:0; color:#cf8246; }
.callout { padding-top:44px; padding-bottom:44px; }
.callout-box { max-width:1100px; margin:auto; padding:44px; text-align:center; border:1px solid var(--line); background:radial-gradient(circle at center,rgba(190,100,36,.15),transparent 60%),rgba(8,5,4,.75); }
.callout-box span { color:#d58a4e; letter-spacing:.16em; font-size:12px; }
.callout h2 { margin-top:14px; font-size:clamp(1.8rem,3.2vw,3rem); }
.contact { display:grid; grid-template-columns:1fr 470px; gap:36px; align-items:start; background:radial-gradient(circle at 22% 30%,rgba(185,99,37,.14),transparent 29%),#030202; }
.contact h2 { font-size:clamp(2rem,3.5vw,3.5rem); }
.contact-copy p { color:rgba(255,255,255,.75); line-height:1.65; }
.contact-number { display:inline-block; margin-top:18px; padding:18px 20px; border:1px solid var(--line); color:#d99a65; letter-spacing:.05em; }
.contact-number strong { display:inline-block; margin-top:7px; font-family:Cinzel,serif; font-size:1.45rem; color:#f2e1d2; }
.contact-form { display:grid; gap:13px; padding:24px; border:1px solid var(--line); background:rgba(9,6,4,.82); }
.contact-form label { display:grid; gap:7px; font-size:13px; color:rgba(255,255,255,.74); }
.contact-form input,.contact-form select { width:100%; min-height:50px; padding:0 14px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); color:#fff; outline:none; }
.contact-form select option { color:#000; }
.full { width:100%; border:0; cursor:pointer; }
.events { min-height:0; padding-top:25px; padding-bottom:25px; text-align:center; color:rgba(255,255,255,.42); }
footer { padding:36px 20px 54px; display:flex; flex-direction:column; align-items:center; gap:10px; border-top:1px solid rgba(255,255,255,.05); color:rgba(255,255,255,.55); text-align:center; }
footer img { width:210px; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:60; width:62px; height:62px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(180deg,#d98d50,#a65d2b); color:#fff; font-size:28px; box-shadow:0 14px 38px rgba(193,105,45,.35); }
.reveal { opacity:0; transform:translateY(28px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }
@keyframes float { 0%{transform:translateY(30px) scale(.7);opacity:0}20%{opacity:1}100%{transform:translateY(-130px) scale(1.1);opacity:0} }
@media (max-width:1100px){
  .site-header{grid-template-columns:150px 1fr 180px;padding-inline:18px}.main-nav{gap:14px}.main-nav a{font-size:10px}
  .foundation-cards{grid-template-columns:repeat(2,1fr);position:relative;left:auto;right:auto;bottom:auto;margin-top:70px}.hero{min-height:auto;padding-bottom:50px}
  .modality-grid,.institute,.contact{grid-template-columns:1fr}.impact-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:800px){
  .site-header{height:74px;grid-template-columns:1fr auto}.mini-logo{width:150px;min-width:150px}.header-support{display:none}.menu-toggle{display:block}
  .main-nav{position:absolute;top:74px;left:14px;right:14px;display:flex;flex-direction:column;gap:0;padding:12px 18px;background:rgba(3,3,3,.97);border:1px solid var(--line);transform:scaleY(0);opacity:0;pointer-events:none;transform-origin:top;transition:.25s ease}.main-nav.open{transform:scaleY(1);opacity:1;pointer-events:auto}.main-nav a{font-size:12px;padding:13px 0}
  .hero{padding:105px 20px 40px;min-height:auto}.hero-logo{width:100%;max-width:520px;height:auto}.hero h1{font-size:clamp(3rem,14vw,5rem)}.hero-buttons{flex-direction:column}.button{width:100%}.video-control{right:20px;top:44%;width:54px;height:54px}
  .foundation-cards,.modality-grid,.purpose-grid{grid-template-columns:1fr}.foundation-cards{margin-top:48px}.section{padding:50px 20px}.modality-copy{max-width:72%}.institute{gap:20px}.founder-visual{grid-template-columns:1fr;min-height:auto}.portrait-wrap{height:500px}.founder-copy{padding:20px 0}.halo{left:50%;top:8%}.impact-grid{grid-template-columns:1fr 1fr}.contact{grid-template-columns:1fr}.contact-form{padding:18px}
}
@media (max-width:520px){
  .hero h1{font-size:2.65rem}.hero-content>p{font-size:1rem}.hero-logo{margin-bottom:14px}.foundation-card{min-height:auto}.impact-grid{grid-template-columns:1fr}.modality-copy{max-width:100%}.laptop-visual{opacity:.3}.portrait-wrap{height:430px}.halo-one{width:310px;height:310px}.halo-two{width:370px;height:370px}
}
