:root{--wine:#B51740;--wine-deep:#7E1230;--wine-050:#FBEAEF;--wine-100:#F6D6DF;--wine-200:#ECB9C7;--ink:#1B1A1A;--ink-strong:#020202;--muted:#5E5F61;--muted-2:#8B8C8E;--line:#E8E3E4;--paper:#FFFFFF;--paper-2:#F7F7F7;--warm:#FBF8F8;--orange:#F05A39;--gold:#FFC119;--olive:#7D8047;--slate:#768997;--ochre:#B26829;--serif:"Lustria", Georgia, "Times New Roman", serif;--sans:"Roboto", system-ui, -apple-system, Segoe UI, sans-serif;--r:14px;--r-sm:10px;--r-pill:999px;--ease:cubic-bezier(.16,1,.3,1);--ease-q:cubic-bezier(.22,1,.36,1);--shadow-s:0 2px 10px rgba(20,10,14,.06);--shadow-m:0 14px 40px rgba(126,18,48,.12);--maxw:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--serif);color:var(--ink-strong);line-height:1.05;font-weight:400}:focus-visible{outline:2.5px solid var(--wine);outline-offset:3px;border-radius:var(--r-sm)}.btn:focus-visible,.upill:focus-visible{border-radius:var(--r-pill);outline-offset:4px}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(20px,5vw,48px)}.kicker{font-family:var(--sans);font-weight:500;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--wine)}.lead{font-size:clamp(16px,1.3vw,19px);color:var(--muted);max-width:60ch}.nav{position:absolute;inset:0 0 auto;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,48px)}.nav .brand{display:flex;align-items:center;gap:10px}.nav .brand img{height:38px;width:auto}.nav .links{display:flex;gap:26px;align-items:center;font-size:14.5px;font-weight:500}.nav .links a{color:var(--ink);opacity:.82;transition:opacity .2s}.nav .links a:hover{opacity:1;color:var(--wine)}.nav--on-wine .links a{color:#fff}.nav .social{display:flex;gap:12px;align-items:center}.nav .social svg{width:18px;height:18px;opacity:.7;transition:opacity .2s}.nav .social a:hover svg{opacity:1}@media (max-width:880px){.nav .links{display:none}}.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-weight:500;font-size:15px;padding:13px 24px;border-radius:var(--r-pill);border:1.5px solid transparent;cursor:pointer;transition:all .2s var(--ease-q)}.btn-wine{background:var(--wine);color:#fff}.btn-wine:hover{background:var(--wine-deep);transform:translateY(-2px);box-shadow:var(--shadow-m)}.btn-ghost{background:transparent;color:var(--wine);border-color:var(--wine-200)}.btn-ghost:hover{background:var(--wine-050);border-color:var(--wine)}.btn-on-wine{background:#fff;color:var(--wine)}.btn-on-wine:hover{transform:translateY(-2px);box-shadow:0 14px 40px #00000040}.upill{display:flex;align-items:center;gap:12px;padding:13px 18px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);transition:all .2s var(--ease-q);cursor:pointer}.upill:hover{transform:translateY(-3px);border-color:var(--wine-200);box-shadow:var(--shadow-m)}.upill .ic{width:22px;height:22px;color:var(--wine);flex:none}.upill b{font-family:var(--sans);font-weight:500;font-size:15px;color:var(--ink-strong);display:block;line-height:1.2}.upill span{font-size:12.5px;color:var(--muted)}.brandline{display:inline-flex;align-items:center;gap:10px;color:var(--muted)}.brandline img{height:26px}.brandline em{font-family:var(--serif);font-style:italic;font-size:15px}.reveal{opacity:0;transform:translateY(20px)}.is-in .reveal,.reveal.is-in{opacity:1;transform:none;transition:opacity .6s var(--ease),transform .6s var(--ease)}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}.wine-rule{height:4px;background:var(--wine);width:100%;transform-origin:left;border:0}.draftbar{position:fixed;bottom:0;left:0;right:0;z-index:99;background:#1b1a1a;color:#fff;font-family:var(--sans);font-size:12px;text-align:center;padding:6px;opacity:.78}.draftbar b{color:var(--gold)}.hero{position:relative;height:100svh;min-height:600px;overflow:hidden;background:var(--warm)}.hero:before{content:"";position:absolute;top:-10%;right:-6%;width:60vw;height:60vw;max-width:820px;max-height:820px;pointer-events:none;z-index:0;background:radial-gradient(circle at center,#b517400d,#b5174000 62%)}.hero__grid{display:grid;grid-template-columns:47fr 53fr;height:100%}.hero__left{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(96px,12svh,124px) clamp(30px,4vw,60px) clamp(40px,7svh,68px) clamp(20px,5vw,56px)}.hero__inner{max-width:560px}.hero__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px}.hero__kicker-dot{width:6px;height:6px;border-radius:50%;background:var(--wine);flex:none}.hero__heading{font-family:var(--serif);line-height:1.06;font-weight:400;margin-bottom:22px}.hero__heading .ln{display:block;font-size:clamp(30px,4vw,58px);color:var(--ink-strong)}.hero__heading .ln.wine,.hero__heading .ln .wine{color:var(--wine);font-style:italic}.hero__sub{font-family:var(--sans);font-size:clamp(16px,1.3vw,18px);color:var(--muted);line-height:1.55;max-width:44ch;margin-bottom:34px}.hero__pills{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:500px}.hero__right{position:relative;overflow:hidden;background:var(--paper-2)}.mosaic{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;padding:14px 14px 14px 0}.mcol{display:flex;flex-direction:column;gap:14px;will-change:transform}.mcol img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:16px;display:block;filter:brightness(1.05) saturate(1.04) contrast(1.02);box-shadow:0 6px 20px #140a0e0f}.mcol-a{animation:mUp 38s linear infinite}.mcol-b{animation:mUp 34s linear infinite;animation-delay:-9s}.mcol-c{animation:mUp 30s linear infinite;animation-delay:-18s}@keyframes mUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.hero__right:before{content:"";position:absolute;inset:0 auto 0 0;width:70px;z-index:5;pointer-events:none;background:linear-gradient(to right,var(--warm),transparent)}.hero__right:after{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;background:linear-gradient(to bottom,var(--warm) 0%,transparent 8%),linear-gradient(to top,var(--warm) 0%,transparent 8%)}.hero__right:hover .mcol{animation-play-state:paused}.nav{position:fixed;top:0;left:0;right:0;background:linear-gradient(180deg,#fbf8f8f2,#fbf8f8bd 72%,#fbf8f86b);backdrop-filter:saturate(1.1) blur(9px);-webkit-backdrop-filter:saturate(1.1) blur(9px);transition:background .25s var(--ease-q),box-shadow .25s var(--ease-q)}.nav--stuck{background:#fbf8f8f0;box-shadow:0 2px 18px #140a0e12}.anim-kicker{opacity:0;transform:translateY(10px)}.anim-kicker.go{animation:fadeUp .48s 80ms var(--ease) forwards}.anim-ln{opacity:0;transform:translateY(14px)}.anim-ln.go{animation:fadeUp .56s calc(.16s + var(--i,0)*.11s) var(--ease) forwards}.anim-sub{opacity:0}.anim-sub.go{animation:fadeIn .4s .68s var(--ease) forwards}.anim-pill{opacity:0;transform:translateY(10px)}.anim-pill.go{animation:fadeUp .38s calc(.82s + var(--i,0)*80ms) var(--ease) forwards}.hero__right{opacity:0;animation:fadeIn .7s .12s var(--ease) forwards}@keyframes fadeUp{to{opacity:1;transform:none}}@keyframes fadeIn{to{opacity:1}}.upill .ic,.upill b,.upill span{transition:color .18s var(--ease-q)}.upill:hover{background:var(--wine);border-color:var(--wine)}.upill:hover .ic,.upill:hover b,.upill:hover span{color:#fff}@media (prefers-reduced-motion: reduce){.anim-kicker,.anim-ln,.anim-sub,.anim-pill{opacity:1!important;transform:none!important;animation:none!important}.hero__right{opacity:1!important;animation:none!important}.mcol{animation:none!important}}@media (max-width: 860px){.hero{height:auto;min-height:0;overflow:visible}.hero__grid{grid-template-columns:1fr;grid-template-rows:auto auto;height:auto}.hero__right{order:-1;height:46svh;min-height:300px;opacity:1;animation:none}.mosaic{grid-template-columns:1fr 1fr;gap:10px;padding:10px 10px 10px 0}.mcol-c{display:none}.hero__right:before{width:0}.hero__left{padding:clamp(78px,10svh,100px) 22px 46px}.hero__pills{max-width:100%}}@media (max-width: 480px){.hero__pills{grid-template-columns:1fr}}.section{padding:clamp(64px,9svh,110px) 0}.section--tint{background:var(--paper-2)}.section__head{max-width:720px;margin:0 auto clamp(36px,5vh,56px);text-align:center}.section__head.left{margin-left:0;text-align:left}.eyebrow{font-family:var(--sans);font-weight:600;font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--wine);display:inline-block;margin-bottom:14px}.section__title{font-family:var(--serif);font-weight:400;color:var(--ink-strong);font-size:clamp(28px,3.6vw,46px);line-height:1.08;margin-bottom:16px}.section__title em{font-style:italic;color:var(--wine)}.section__lede{font-size:clamp(16px,1.3vw,18px);color:var(--muted);line-height:1.6}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.tl-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px 24px;position:relative;box-shadow:var(--shadow-s);transition:transform .2s var(--ease-q),box-shadow .2s}.tl-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}.tl-time{font-family:var(--serif);font-size:30px;color:var(--wine);line-height:1;margin-bottom:8px}.tl-name{font-weight:600;font-size:17px;color:var(--ink-strong);margin-bottom:8px}.tl-desc{font-size:14.5px;color:var(--muted);line-height:1.55}.tl-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--wine);background:var(--wine-050);padding:4px 10px;border-radius:999px;margin-top:12px}.tl-notes{margin-top:26px;display:grid;gap:10px;max-width:760px;margin-inline:auto}.tl-note{display:flex;gap:12px;align-items:flex-start;background:var(--wine-050);border-radius:var(--r-sm);padding:14px 18px;font-size:14.5px;color:var(--ink)}.tl-note svg{width:20px;height:20px;color:var(--wine);flex:none;margin-top:1px}.tl-note b{color:var(--wine)}.faq{max-width:760px;margin:0 auto;display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq details[open]{border-color:var(--wine-200);box-shadow:var(--shadow-s)}.faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:500;font-size:16.5px;color:var(--ink-strong);display:flex;align-items:center;justify-content:space-between;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary .plus{width:22px;height:22px;flex:none;position:relative}.faq summary .plus:before,.faq summary .plus:after{content:"";position:absolute;background:var(--wine);border-radius:2px;transition:transform .25s var(--ease-q)}.faq summary .plus:before{inset:10px 2px auto;height:2px}.faq summary .plus:after{inset:2px 10px 2px auto;width:2px}.faq details[open] summary .plus:after{transform:scaleY(0)}.faq details>.faq-body-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s var(--ease-q)}.faq details[open]>.faq-body-wrap{grid-template-rows:1fr}.faq .faq-body{min-height:0;overflow:hidden;padding:0 22px;font-size:15px;color:var(--muted);line-height:1.6}.faq details[open] .faq-body{padding-bottom:20px}.faq-cta{text-align:center;margin-top:30px}.beliefs{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.belief{text-align:center;padding:6px}.belief .bic{width:54px;height:54px;border-radius:15px;background:var(--wine-050);color:var(--wine);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.belief .bic svg{width:28px;height:28px}.belief h3{font-family:var(--serif);font-size:18px;color:var(--ink-strong);margin-bottom:5px;font-weight:400}.belief p{font-size:13.5px;color:var(--muted);line-height:1.5}.beliefs-foot{text-align:center;margin-top:34px;font-size:15px;color:var(--muted)}.beliefs-foot a{color:var(--wine);font-weight:500}.pastor{display:grid;grid-template-columns:.82fr 1.18fr;gap:0;align-items:stretch;margin-top:clamp(48px,6vh,72px);background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-s)}.pastor__photo{position:relative;min-height:340px;background:var(--wine-050);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--wine)}.pastor__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pastor__ph{padding:24px;font-size:13px;opacity:.8}.pastor__ph svg{width:54px;height:54px;opacity:.5;margin-bottom:10px}.pastor__body{padding:clamp(30px,4vw,52px);display:flex;flex-direction:column;justify-content:center}.pastor__quote{font-family:var(--serif);font-size:clamp(19px,1.9vw,26px);line-height:1.38;color:var(--ink-strong);margin:10px 0 18px}.pastor__name{font-weight:600;color:var(--ink-strong)}.pastor__role{color:var(--muted);font-size:14px}.pastor__link{display:inline-block;margin-top:16px;color:var(--wine);font-weight:500}.pastor__link:hover{text-decoration:underline;text-underline-offset:3px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:14px}.gallery-grid figure{margin:0;border-radius:var(--r-sm);overflow:hidden;position:relative}.gallery-grid img{width:100%;height:100%;object-fit:cover;filter:brightness(1.04) saturate(1.03);transition:transform .4s var(--ease-q)}.gallery-grid figure:hover img{transform:scale(1.05)}.gallery-grid .tall{grid-row:span 2}.gallery-grid .wide{grid-column:span 2}.gallery-cap{text-align:center;margin-top:28px;font-family:var(--serif);font-size:clamp(20px,2.2vw,28px);color:var(--ink-strong)}.gallery-cap em{color:var(--wine);font-style:italic}.map-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:stretch}.map-frame{border-radius:var(--r);overflow:hidden;min-height:360px;border:1px solid var(--line);box-shadow:var(--shadow-s)}.map-frame iframe{width:100%;height:100%;min-height:360px;border:0;display:block}.map-info{display:flex;flex-direction:column;gap:14px}.info-row{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);padding:16px 18px}.info-row .ic{width:22px;height:22px;color:var(--wine);flex:none;margin-top:2px}.info-row b{display:block;font-size:15px;color:var(--ink-strong);margin-bottom:2px}.info-row span{font-size:14.5px;color:var(--muted)}.info-row a{font-size:14.5px;color:var(--muted);text-decoration:underline;text-decoration-color:#5e5f6159;text-underline-offset:2px}.info-row a:hover{color:var(--wine);text-decoration-color:currentColor}.footer{background:var(--wine);color:#fff;padding:clamp(48px,7svh,80px) 0 28px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer__brand img{height:46px;margin-bottom:16px}.footer__brand p{font-size:14.5px;color:#ffffffd1;line-height:1.6;max-width:34ch;font-style:italic;font-family:var(--serif)}.footer h3{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin-bottom:14px;font-weight:600}.footer ul{list-style:none;display:grid;gap:9px}.footer a{color:#ffffffe6;font-size:14.5px}.footer a:hover{color:#fff;text-decoration:underline}.footer__soc{display:flex;gap:14px;margin-top:8px}.footer__soc a{display:inline-flex}.footer__soc svg{width:20px;height:20px;color:#fff;opacity:.85}.footer__soc a:hover svg{opacity:1}.footer__bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:40px;padding-top:20px;font-size:12.5px;color:#ffffffa6;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}@media (max-width: 1000px){.beliefs{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.timeline,.map-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}.pastor{grid-template-columns:1fr}.pastor__photo{min-height:260px}}@media (max-width: 640px){.beliefs{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column}}@media (max-width: 420px){.beliefs{grid-template-columns:1fr}}.nav__toggle{display:none;background:none;border:0;width:42px;height:42px;cursor:pointer;align-items:center;justify-content:center;border-radius:10px;color:var(--ink-strong);flex:none}.nav__toggle:hover{background:#b5174012}.nav__toggle svg{width:24px;height:24px}.nav__panel{display:none}@media (max-width: 880px){.nav__toggle{display:inline-flex}.nav>.btn-wine{display:none}.nav__panel{position:fixed;top:66px;left:12px;right:12px;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-m);padding:12px;flex-direction:column;gap:2px;z-index:40}.nav__panel.open{display:flex}.nav__panel a{padding:13px 14px;border-radius:var(--r-sm);font-weight:500;color:var(--ink-strong);font-size:16px}.nav__panel a:hover{background:var(--wine-050);color:var(--wine)}.nav__panel .btn{margin-top:8px;justify-content:center}}.skip-link{position:absolute;left:50%;top:-60px;transform:translate(-50%);background:var(--wine);color:#fff;padding:10px 18px;border-radius:0 0 10px 10px;z-index:100;font-weight:500;transition:top .2s}.skip-link:focus{top:0}.js .sr{opacity:0;transform:translateY(22px)}.js .sr.in{opacity:1;transform:none;transition:opacity .55s var(--ease) var(--d,0s),transform .55s var(--ease) var(--d,0s)}@media (prefers-reduced-motion: reduce){.js .sr{opacity:1!important;transform:none!important}}.minis{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mini{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-s);transition:transform .2s var(--ease-q),box-shadow .2s;display:flex;flex-direction:column}.mini:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}.mini__img{aspect-ratio:4/3;overflow:hidden}.mini__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease-q)}.mini:hover .mini__img img{transform:scale(1.05)}.mini__body{padding:16px 18px 20px;display:flex;flex-direction:column;flex:1}.mini__body h3{font-family:var(--serif);font-size:19px;color:var(--ink-strong);margin-bottom:5px;font-weight:400}.mini__body p{font-size:13.5px;color:var(--muted);line-height:1.5;flex:1}.mini__link{margin-top:12px;color:var(--wine);font-weight:500;font-size:14px}.mini:hover .mini__link{text-decoration:underline;text-underline-offset:3px}.impacto{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line);border-top:4px solid var(--wine);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-s)}.impacto__img{position:relative;min-height:320px}.impacto__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.impacto__body{padding:clamp(28px,4vw,48px)}.impacto__body h2{font-family:var(--serif);font-size:clamp(24px,2.8vw,34px);color:var(--ink-strong);margin:8px 0 6px;font-weight:400}.impacto__body h2 em{color:var(--wine);font-style:italic}.impacto__lede{font-size:15px;color:var(--muted);line-height:1.6}.impacto__list{display:grid;gap:14px;margin:20px 0 24px}.impacto__item{display:flex;gap:12px;align-items:flex-start}.impacto__item .ic{width:22px;height:22px;color:var(--wine);flex:none;margin-top:2px}.impacto__item b{display:block;color:var(--ink-strong);font-size:15px}.impacto__item span{font-size:13.5px;color:var(--muted)}.predicas{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.predica{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-s);transition:transform .2s var(--ease-q),box-shadow .2s}.predica:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}.predica__cover{position:relative;aspect-ratio:16/9;overflow:hidden}.predica__cover img{width:100%;height:100%;object-fit:cover;filter:brightness(.96)}.predica__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.predica__play span{width:54px;height:54px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-m);transition:transform .2s var(--ease-q)}.predica:hover .predica__play span{transform:scale(1.08)}.predica__play svg{width:22px;height:22px;color:var(--wine);margin-left:3px}.predica__body{padding:16px 18px 20px}.predica__serie{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--wine);font-weight:600}.predica__body h3{font-family:var(--serif);font-size:18px;color:var(--ink-strong);margin:4px 0 8px;font-weight:400}.predica__meta{font-size:13px;color:var(--muted)}.predicas-foot{text-align:center;margin-top:32px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap;align-items:center}.predicas-note{text-align:center;margin-top:14px;font-size:13.5px;color:var(--muted-2)}.cta-final{text-align:center}.cta-final__title{font-family:var(--serif);font-size:clamp(30px,4vw,52px);color:var(--ink-strong);margin-bottom:12px;line-height:1.08}.cta-final__title em{color:var(--wine);font-style:italic}.cta-final__sub{font-size:clamp(16px,1.4vw,19px);color:var(--muted);margin-bottom:20px}.cta-final__meta{font-size:16px;color:var(--ink);margin-bottom:26px}.cta-final__meta b{color:var(--wine)}.cta-final__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:22px}.cta-final__contact{font-size:14px;color:var(--muted);display:flex;gap:18px;justify-content:center;flex-wrap:wrap}.cta-final__contact a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.cta-final__contact a:hover{color:var(--wine)}@media (max-width: 980px){.predicas{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.minis{grid-template-columns:repeat(2,1fr)}.impacto{grid-template-columns:1fr}.impacto__img{min-height:240px}}@media (max-width: 560px){.minis,.predicas{grid-template-columns:1fr}}.subhead{background:var(--warm);padding:clamp(120px,16svh,170px) 0 clamp(48px,7svh,72px);position:relative;overflow:hidden}.subhead:before{content:"";position:absolute;top:-12%;right:-6%;width:50vw;height:50vw;max-width:680px;max-height:680px;pointer-events:none;background:radial-gradient(circle at center,#b517400f,#b5174000 62%)}.subhead .container{position:relative}.subhead h1{font-family:var(--serif);font-weight:400;color:var(--ink-strong);font-size:clamp(36px,5vw,64px);line-height:1.05;margin:14px 0 16px;max-width:16ch}.subhead h1 em{color:var(--wine);font-style:italic}.subhead p{font-size:clamp(16px,1.4vw,19px);color:var(--muted);max-width:56ch;line-height:1.6}.practico{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pcard{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:24px;box-shadow:var(--shadow-s)}.pcard .bic{width:48px;height:48px;border-radius:13px;background:var(--wine-050);color:var(--wine);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.pcard .bic svg{width:24px;height:24px}.pcard h3{font-family:var(--serif);font-size:19px;color:var(--ink-strong);margin-bottom:6px;font-weight:400}.pcard p{font-size:14px;color:var(--muted);line-height:1.55}.form-wrap{max-width:620px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:clamp(24px,4vw,40px);box-shadow:var(--shadow-s)}.form-row{display:grid;gap:14px;margin-bottom:14px}.form-row.two{grid-template-columns:1fr 1fr}.field label{display:block;font-size:13.5px;font-weight:500;color:var(--ink-strong);margin-bottom:6px}.field input,.field select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:var(--r-sm);font-family:var(--sans);font-size:15px;color:var(--ink);background:#fff}.field input:focus,.field select:focus{outline:2px solid var(--wine);outline-offset:1px;border-color:var(--wine)}.form-note{font-size:13px;color:var(--muted-2);margin-top:6px;text-align:center}@media (max-width:760px){.practico,.form-row.two{grid-template-columns:1fr}}
