
:root{
  --navy:#17324d;--navy-2:#0f2539;--teal:#1aa6a5;--teal-soft:#eaf7f6;
  --coral:#ef6b5b;--coral-soft:#fff0eb;--gold:#f5c554;--cream:#f8f3e8;
  --ink:#15212d;--muted:#60707e;--white:#fff;--line:#dce4e8;--shadow:0 22px 70px rgba(18,50,77,.13);
  --radius:26px;--max:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;background:#fff;padding:12px 18px;z-index:999;border-radius:12px}.skip-link:focus{top:16px}
.announcement{background:var(--navy-2);color:#fff;font-size:.9rem}.announcement .container{min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center}.soon-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:4px 10px;font-weight:850;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.soon-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,228,232,.8)}.navbar{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:48px;height:48px}.brand-name{display:grid;line-height:1}.brand-name strong{font-size:1.22rem;letter-spacing:.03em}.brand-name small{font-size:.71rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:6px}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:1.35rem}.nav{display:flex;align-items:center;gap:4px;list-style:none}.nav a{display:block;padding:11px 12px;border-radius:999px;font-weight:750;font-size:.91rem;color:#334654}.nav a:hover,.nav a.active{background:var(--teal-soft);color:var(--navy)}.nav .nav-soon{background:var(--coral);color:#fff;padding-inline:16px}.nav .nav-soon:hover{background:#d85749;color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:850;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--coral);color:#fff;box-shadow:0 12px 30px rgba(239,107,91,.26)}.btn-secondary{background:var(--navy);color:#fff}.btn-outline{border-color:var(--navy);color:var(--navy);background:#fff}.btn-light{background:#fff;color:var(--navy)}.btn-disabled,.btn[aria-disabled="true"]{background:#d9e0e4;color:#71808b;cursor:not-allowed;box-shadow:none}.btn-disabled:hover,.btn[aria-disabled="true"]:hover{transform:none}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--teal);font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem}.eyebrow:before{content:"";width:28px;height:3px;border-radius:99px;background:currentColor}.display{font-family:"Trebuchet MS",ui-sans-serif,sans-serif;font-size:clamp(2.8rem,6.2vw,5.6rem);line-height:.98;letter-spacing:-.055em;color:var(--navy);max-width:850px}.lead{font-size:clamp(1.02rem,1.6vw,1.22rem);color:var(--muted);max-width:690px}.section{padding:100px 0}.section-sm{padding:68px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head h2,.title-lg{font-family:"Trebuchet MS",sans-serif;color:var(--navy);font-size:clamp(2.15rem,4vw,3.8rem);line-height:1.04;letter-spacing:-.04em;margin-top:12px}.section-head p{max-width:570px;color:var(--muted)}
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f9fbfb 100%);padding:68px 0 88px}.hero:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:var(--teal-soft);left:-170px;top:40px}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.hero-copy{padding:30px 0}.hero-copy .display{margin:20px 0 24px}.hero-copy .lead{margin-bottom:30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative}.hero-visual>img{width:100%;border-radius:44px;box-shadow:var(--shadow)}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 20px;box-shadow:var(--shadow);max-width:255px}.floating-card strong{display:block;color:var(--navy);font-size:1.04rem}.floating-card small{display:block;color:var(--muted);line-height:1.35;margin-top:4px}.floating-card.top{right:-18px;top:36px}.floating-card.bottom{left:-25px;bottom:32px}.floating-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-weight:950;margin-bottom:10px}
.pathways{margin-top:-36px;position:relative;z-index:3}.pathways-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:26px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}.pathway{padding:28px 30px;display:flex;gap:16px;align-items:flex-start}.pathway+.pathway{border-left:1px solid var(--line)}.pathway-icon{flex:0 0 48px;width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--teal-soft);color:var(--navy);font-size:1.2rem;font-weight:950}.pathway:nth-child(2) .pathway-icon{background:var(--coral-soft)}.pathway:nth-child(3) .pathway-icon{background:#fff8df}.pathway h3{color:var(--navy);font-size:1.05rem}.pathway p{color:var(--muted);font-size:.9rem;margin-top:4px}
.story-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:center}.story-visual{position:relative}.story-visual img{border-radius:32px;box-shadow:var(--shadow)}.color-note{position:absolute;right:-20px;bottom:-24px;background:var(--gold);padding:24px;border-radius:22px;width:240px;color:var(--navy);font-weight:850;line-height:1.35}.story-copy h2{margin:14px 0 20px}.story-copy p{color:var(--muted);margin-bottom:16px}.signature{margin-top:24px;display:flex;align-items:center;gap:14px;color:var(--navy);font-weight:900}.signature span{height:2px;width:52px;background:var(--coral)}
.impact{background:var(--navy);color:#fff;position:relative;overflow:hidden}.impact:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;border:80px solid rgba(255,255,255,.04);right:-100px;top:-160px}.impact .section-head h2,.impact .eyebrow{color:#fff}.impact .section-head p{color:#cbd7df}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{padding:28px;border-radius:22px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06)}.stat strong{font-family:"Trebuchet MS",sans-serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1;color:var(--gold)}.stat span{display:block;margin-top:9px;color:#d9e4ea}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.program-card{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;transition:.22s ease}.program-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.program-media{aspect-ratio:1.35/1;overflow:hidden;background:var(--cream)}.program-media img{width:100%;height:100%;object-fit:cover}.program-body{padding:26px}.program-tag{display:inline-flex;border-radius:999px;padding:6px 10px;background:var(--teal-soft);color:var(--navy);font-weight:850;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.program-card:nth-child(2) .program-tag{background:var(--coral-soft)}.program-card:nth-child(3) .program-tag{background:#fff8df}.program-body h3{font-size:1.38rem;color:var(--navy);margin:13px 0 10px}.program-body p{color:var(--muted)}.text-link{display:inline-flex;margin-top:18px;font-weight:900;color:var(--navy);align-items:center;gap:8px}.text-link:after{content:"→";transition:.2s}.text-link:hover:after{transform:translateX(4px)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{border-radius:22px;padding:28px;background:#fff;border:1px solid var(--line)}.step-num{width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:20px}.step:nth-child(2) .step-num{background:var(--teal)}.step:nth-child(3) .step-num{background:var(--coral)}.step:nth-child(4) .step-num{background:#c99b1c}.step h3{color:var(--navy);margin-bottom:8px}.step p{color:var(--muted);font-size:.94rem}
.soft-bg{background:#f6f9f9}.stories{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.story-card{position:relative;min-height:430px;border-radius:28px;overflow:hidden;background:var(--navy);padding:34px;color:#fff;display:flex;align-items:flex-end}.story-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(15,37,57,.93));z-index:1}.story-card.large{background:linear-gradient(135deg,var(--teal),var(--navy))}.story-card.small{min-height:203px}.story-card.coral{background:linear-gradient(135deg,var(--coral),#963f53)}.story-card.gold{background:linear-gradient(135deg,var(--gold),#d58a20);color:var(--navy)}.story-card.gold:before{background:linear-gradient(180deg,transparent,rgba(255,248,223,.82))}.story-card>*{position:relative;z-index:2}.story-card h3{font-size:clamp(1.35rem,2.5vw,2.15rem);line-height:1.05;margin:10px 0}.story-card p{color:rgba(255,255,255,.82)}.story-card.gold p{color:#394b55}.story-stack{display:grid;gap:24px}.privacy-chip{display:inline-flex;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:850;text-transform:uppercase}.story-card.gold .privacy-chip{background:rgba(255,255,255,.55);border-color:rgba(23,50,77,.12)}
.upcoming{background:var(--coral);color:#fff;border-radius:34px;padding:52px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;position:relative;overflow:hidden}.upcoming:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.11);right:160px;top:-120px}.upcoming h2{font-family:"Trebuchet MS",sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.03;max-width:680px}.upcoming p{margin-top:12px;color:#fff4f1;max-width:680px}.upcoming-actions{position:relative;z-index:2;display:grid;justify-items:center;gap:8px}.upcoming-actions small{font-weight:800;color:#fff4f1}
.page-hero{padding:76px 0;background:linear-gradient(180deg,#f8fbfb,#fff)}.page-hero-grid{display:grid;grid-template-columns:1fr .82fr;gap:58px;align-items:center}.page-hero h1{margin:18px 0 20px}.page-hero img{border-radius:32px;box-shadow:var(--shadow)}.breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:12px}.breadcrumbs a{color:var(--teal);font-weight:800}.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.pill{border-radius:999px;background:var(--teal-soft);padding:7px 12px;color:var(--navy);font-weight:800;font-size:.82rem}.pill:nth-child(2){background:var(--coral-soft)}.pill:nth-child(3){background:#fff8df}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.info-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}.info-card h3{color:var(--navy);font-size:1.3rem;margin:12px 0 8px}.info-card p,.info-card li{color:var(--muted)}.info-icon{width:52px;height:52px;border-radius:17px;background:var(--teal-soft);display:grid;place-items:center;color:var(--navy);font-weight:950;font-size:1.2rem}.info-card:nth-child(2n) .info-icon{background:var(--coral-soft)}.check-list{display:grid;gap:11px;list-style:none;margin-top:18px}.check-list li{position:relative;padding-left:30px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:21px;height:21px;border-radius:50%;background:var(--teal-soft);color:var(--teal);font-weight:950;display:grid;place-items:center;font-size:.75rem}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value{padding:28px;border-radius:24px;color:var(--navy);min-height:190px}.value:nth-child(1){background:var(--teal-soft)}.value:nth-child(2){background:var(--coral-soft)}.value:nth-child(3){background:#fff8df}.value:nth-child(4){background:#eef2f7}.value strong{font-size:1.35rem;display:block;margin:18px 0 8px}.value span{font-size:1.6rem}.value p{color:#4f6575}
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.team-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}.avatar{width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,var(--teal),var(--navy));display:grid;place-items:center;color:#fff;font-weight:950;font-size:1.35rem;margin-bottom:18px}.team-card:nth-child(2) .avatar{background:linear-gradient(135deg,var(--coral),#913f52)}.team-card:nth-child(3) .avatar{background:linear-gradient(135deg,var(--gold),#c87927);color:var(--navy)}.team-card h3{color:var(--navy)}.team-card p{color:var(--muted);margin-top:8px}
.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:215px;gap:16px}.gallery-item{border-radius:24px;overflow:hidden;background:var(--cream)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-card{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff}.case-media{aspect-ratio:1.55/1;background:var(--cream);overflow:hidden}.case-media img{width:100%;height:100%;object-fit:cover}.case-body{padding:25px}.case-status{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--teal-soft);color:var(--navy);font-size:.72rem;font-weight:900;text-transform:uppercase}.case-body h3{color:var(--navy);font-size:1.28rem;margin:13px 0 9px}.case-body p{color:var(--muted)}.case-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.case-meta span{background:#f4f7f8;border-radius:999px;padding:6px 9px;font-size:.76rem;color:#506473;font-weight:750}.case-action{border-top:1px solid var(--line);padding:18px 25px;display:flex;justify-content:space-between;align-items:center;gap:14px}.case-action small{color:var(--muted);font-weight:750}
.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px 20px}.faq summary{cursor:pointer;font-weight:900;color:var(--navy);list-style:none;display:flex;justify-content:space-between;gap:12px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.2rem}.faq details[open] summary:after{content:"−"}.faq p{color:var(--muted);margin-top:10px}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.78fr);gap:30px}.contact-grid>*{min-width:0}.form-card,.contact-card{border:1px solid var(--line);border-radius:26px;background:#fff;padding:32px;box-shadow:0 15px 45px rgba(23,50,77,.07)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:850;color:var(--navy);font-size:.9rem}.field input,.field select,.field textarea{width:100%;min-width:0;max-width:100%;border:1px solid var(--line);border-radius:13px;padding:13px 14px;background:#fbfcfc;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(26,166,165,.12)}.field textarea{min-height:132px;resize:vertical}.form-note{margin-top:14px;color:var(--muted);font-size:.83rem}.form-feedback{display:none;margin-top:16px;padding:12px 14px;border-radius:12px;background:var(--teal-soft);color:var(--navy);font-weight:800}.contact-list{display:grid;gap:16px;margin-top:20px}.contact-item{display:flex;gap:14px}.contact-item span{width:42px;height:42px;border-radius:14px;background:var(--coral-soft);display:grid;place-items:center;flex:0 0 auto}.contact-item strong{display:block;color:var(--navy)}.contact-item small{color:var(--muted)}.map-card{margin-top:22px;min-height:220px;border-radius:22px;background:linear-gradient(135deg,var(--teal-soft),#fff8df);display:grid;place-items:center;text-align:center;padding:25px;border:1px dashed #9fc8c7;color:var(--navy);font-weight:850}
.site-footer{background:var(--navy-2);color:#dce7ec;padding:70px 0 28px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.25fr .7fr .8fr .85fr;gap:35px}.footer-brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:950;font-size:1.2rem}.footer-brand img{width:46px}.site-footer p{color:#b9c9d3;margin-top:15px;max-width:380px}.site-footer h4{color:#fff;margin-bottom:14px}.site-footer ul{list-style:none;display:grid;gap:9px}.site-footer a{color:#c5d3db}.site-footer a:hover{color:#fff}.footer-soon{display:inline-flex;margin-top:18px;border-radius:999px;background:rgba(245,197,84,.14);border:1px solid rgba(245,197,84,.4);color:var(--gold);padding:7px 11px;font-size:.78rem;font-weight:900}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#93a7b3;font-size:.85rem}
@media(max-width:1050px){.nav-toggle{display:grid;place-items:center}.nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 20px 22px;flex-direction:column;align-items:stretch;box-shadow:0 20px 40px rgba(23,50,77,.1)}.nav.open{display:flex}.nav a{border-radius:12px}.hero-grid,.page-hero-grid,.story-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{max-width:720px;margin-inline:auto}.floating-card.top{right:12px}.floating-card.bottom{left:12px}.cards-3,.case-grid{grid-template-columns:repeat(2,1fr)}.steps,.values{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.gallery-item.wide{grid-column:span 1}.stories{grid-template-columns:1fr}.story-stack{grid-template-columns:1fr 1fr}.story-card.small{min-height:260px}}
@media(max-width:720px){.container{width:min(100% - 28px,var(--max))}.announcement .container{padding:8px 0;flex-wrap:wrap}.brand-name small{display:none}.navbar{height:74px}.nav{top:74px}.hero{padding:45px 0 70px}.hero-grid{gap:35px}.hero-copy{padding-top:10px}.display{font-size:clamp(2.7rem,14vw,4.35rem)}.floating-card{position:relative;inset:auto!important;margin:-14px 14px 0;max-width:none}.floating-card.bottom{display:none}.pathways{margin-top:-25px}.pathways-grid{grid-template-columns:1fr}.pathway+.pathway{border-left:0;border-top:1px solid var(--line)}.section{padding:72px 0}.section-sm{padding:50px 0}.section-head{display:block}.section-head p{margin-top:16px}.story-grid{gap:38px}.color-note{position:relative;right:auto;bottom:auto;width:auto;margin:-18px 20px 0}.stats,.cards-3,.case-grid,.steps,.values,.team,.grid-2{grid-template-columns:1fr}.stories,.story-stack{grid-template-columns:1fr}.upcoming{padding:36px 26px;grid-template-columns:1fr}.upcoming-actions{justify-items:start}.gallery{grid-template-columns:1fr;grid-auto-rows:230px}.gallery-item.tall{grid-row:span 1}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.page-hero{padding:52px 0}.page-hero-grid{gap:35px}.contact-grid{gap:22px}}




/* V5 — fotografías reales integradas en el mockup. */
.site-photo{position:relative;margin:0;border-radius:30px;overflow:hidden;background:#eef3f4;box-shadow:var(--shadow);min-height:300px}
.site-photo img{width:100%;height:100%;min-height:300px;object-fit:cover;object-position:center;display:block}
.site-photo.compact{min-height:220px;border-radius:22px;box-shadow:0 14px 38px rgba(18,50,77,.10)}
.site-photo.compact img{min-height:220px;height:220px}
.site-photo.tall{min-height:470px;border-radius:42px}
.site-photo.tall img{min-height:470px;height:470px}
.hero-visual>.site-photo{min-height:560px;border-radius:44px}
.hero-visual>.site-photo img{height:560px;min-height:560px}
.page-hero-grid>.site-photo{min-height:390px}
.page-hero-grid>.site-photo img{height:390px;min-height:390px}
.story-grid .site-photo:not(.compact){min-height:420px}
.story-grid .site-photo:not(.compact) img{height:420px;min-height:420px}
.grid-2>.site-photo{min-height:360px}
.grid-2>.site-photo img{height:360px;min-height:360px}
.gallery-refs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-refs .site-photo:nth-child(1){grid-column:span 2}
.gallery-refs .site-photo:nth-child(4){grid-column:span 2}
.gallery-refs .site-photo.compact img{height:270px;min-height:270px}
.case-card .site-photo.compact img{height:240px;min-height:240px}
@media(max-width:1050px){.gallery-refs{grid-template-columns:1fr 1fr}.gallery-refs .site-photo:nth-child(1),.gallery-refs .site-photo:nth-child(4){grid-column:span 1}.hero-visual>.site-photo{min-height:480px}.hero-visual>.site-photo img{height:480px;min-height:480px}}
@media(max-width:720px){.gallery-refs{grid-template-columns:1fr}.quote-band{padding:34px 22px}.site-photo,.site-photo img{min-height:240px}.site-photo.tall,.site-photo.tall img{min-height:340px;height:340px}.hero-visual>.site-photo,.hero-visual>.site-photo img{min-height:390px;height:390px}.page-hero-grid>.site-photo,.page-hero-grid>.site-photo img{min-height:300px;height:300px}.story-grid .site-photo:not(.compact),.story-grid .site-photo:not(.compact) img,.grid-2>.site-photo,.grid-2>.site-photo img{min-height:300px;height:300px}}
.cards-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.values-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:15px}.value-mini{padding:22px;border-radius:20px;border:1px solid var(--line);background:#fff}.value-mini strong{display:block;color:var(--navy);font-size:1.06rem}.value-mini p{color:var(--muted);font-size:.9rem;margin-top:6px}
.quote-band{background:linear-gradient(135deg,var(--navy),#244d6c);color:#fff;border-radius:34px;padding:48px;text-align:center}.quote-band blockquote{font-family:"Trebuchet MS",sans-serif;font-size:clamp(1.7rem,3vw,2.8rem);line-height:1.15;max-width:900px;margin:auto}.quote-band p{margin-top:14px;color:#cbd9e2}.source-note{border-left:4px solid var(--gold);background:#fff8df;border-radius:0 14px 14px 0;padding:16px 18px;color:#4f6575;font-size:.9rem}.source-note strong{color:var(--navy)}
.contact-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.address-list{display:grid;gap:14px}.address-item{padding:18px;border-radius:18px;background:#f7f9fa;border:1px solid var(--line)}.address-item strong{display:block;color:var(--navy)}.address-item p{color:var(--muted);margin-top:4px}
@media(max-width:720px){.quote-band{padding:34px 22px}}


/* V6 — animaciones de entrada suaves, equivalentes a Motion Effects de Elementor. */
.reveal{
  --reveal-delay:0ms;
  --reveal-duration:720ms;
  opacity:0;
  transition:
    opacity var(--reveal-duration) cubic-bezier(.2,.72,.25,1) var(--reveal-delay),
    transform var(--reveal-duration) cubic-bezier(.2,.72,.25,1) var(--reveal-delay),
    filter var(--reveal-duration) cubic-bezier(.2,.72,.25,1) var(--reveal-delay);
  will-change:opacity,transform;
}
.reveal-up{transform:translate3d(0,34px,0)}
.reveal-left{transform:translate3d(-42px,0,0)}
.reveal-right{transform:translate3d(42px,0,0)}
.reveal-scale{transform:scale(.955);filter:blur(2px)}
.reveal-soft{transform:translate3d(0,18px,0)}
.reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:none;
}
/* Un poco más rápido para piezas pequeñas y tarjetas. */
.info-card.reveal,.value-mini.reveal,.stat.reveal,.step.reveal,.pathway.reveal,.address-item.reveal{--reveal-duration:620ms}
/* Las imágenes se sienten más naturales con una transición ligeramente más larga. */
.site-photo.reveal{--reveal-duration:820ms}
/* Hero: secuencia de entrada al cargar la página. */
.hero .reveal,.page-hero .reveal{--reveal-duration:760ms}
.floating-card.reveal{--reveal-duration:580ms}
/* Evita que el hover de tarjetas compita con la entrada mientras aún está oculta. */
.program-card.reveal:not(.is-visible):hover,.info-card.reveal:not(.is-visible):hover{transform:translate3d(0,34px,0)}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal,.reveal-up,.reveal-left,.reveal-right,.reveal-scale,.reveal-soft{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
    animation:none!important;
  }
}

/* V7 — galerías ampliadas con fotografías del documento oficial */
.gallery-expanded{grid-template-columns:repeat(4,1fr)}
.gallery-expanded .site-photo.compact{min-height:210px}
.gallery-expanded .site-photo.compact img{height:230px;min-height:230px}
.gallery-expanded .site-photo:nth-child(1),.gallery-expanded .site-photo:nth-child(4){grid-column:span 1}
@media(max-width:1050px){.gallery-expanded{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.gallery-expanded{grid-template-columns:1fr}.gallery-expanded .site-photo.compact img{height:245px;min-height:245px}}


/* V8 — logo institucional oficial en cabecera/pie y mapa real de Google Maps. */
.brand.brand-official{flex:0 0 auto;line-height:0}
.brand.brand-official .official-logo{width:210px;height:auto;max-height:62px;object-fit:contain}
.footer-brand.footer-brand-official{display:inline-flex;background:#fff;border-radius:16px;padding:10px 14px;box-shadow:0 10px 28px rgba(0,0,0,.12)}
.footer-brand.footer-brand-official img{width:255px;height:auto;max-height:none;object-fit:contain}
.map-embed{margin-top:22px;border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:0 14px 35px rgba(23,50,77,.10);background:#eef3f4;line-height:0}
.map-embed iframe{display:block;width:100%;height:320px;border:0}
.map-link{display:inline-flex;margin-top:12px;color:var(--navy);font-weight:850;font-size:.9rem}
.map-link:hover{color:var(--teal)}
@media(max-width:1050px){.brand.brand-official .official-logo{width:200px}}
@media(max-width:720px){.brand.brand-official .official-logo{width:170px;max-height:52px}.footer-brand.footer-brand-official img{width:220px}.map-embed iframe{height:300px}}

/* V9 — carruseles automáticos para galerías con muchas fotografías. */
.gallery-expanded.auto-carousel{
  --carousel-gap:16px;
  --carousel-visible:4;
  display:block;
  position:relative;
  overflow:hidden;
  padding-bottom:58px;
}
.gallery-expanded.auto-carousel .auto-carousel-track{
  display:flex;
  align-items:stretch;
  gap:var(--carousel-gap);
  width:100%;
  transition:transform 700ms cubic-bezier(.22,.7,.24,1);
  will-change:transform;
}
.gallery-expanded.auto-carousel .site-photo{
  flex:0 0 calc((100% - (var(--carousel-gap) * (var(--carousel-visible) - 1))) / var(--carousel-visible));
  min-width:0;
  grid-column:auto!important;
  margin:0;
}
.gallery-expanded.auto-carousel .site-photo.compact,
.gallery-expanded.auto-carousel .site-photo.compact img{
  min-height:245px;
  height:245px;
}
.carousel-controls{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.carousel-btn{
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--navy);
  box-shadow:0 8px 22px rgba(18,50,77,.09);
  display:grid;
  place-items:center;
  font:inherit;
  font-size:1.25rem;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.carousel-btn:hover,.carousel-btn:focus-visible{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy);
  transform:translateY(-2px);
  outline:none;
}
.carousel-counter{
  min-width:74px;
  text-align:center;
  color:var(--muted);
  font-size:.86rem;
  font-weight:850;
  font-variant-numeric:tabular-nums;
}
.carousel-play-state{
  position:absolute;
  right:4px;
  bottom:10px;
  color:var(--muted);
  font-size:.72rem;
  font-weight:750;
  opacity:.78;
}
.auto-carousel.is-paused .carousel-play-state::before{content:'Pausado'}
.auto-carousel:not(.is-paused) .carousel-play-state::before{content:'Automático'}

@media(max-width:1050px){
  .gallery-expanded.auto-carousel{--carousel-visible:2}
  .gallery-expanded.auto-carousel .site-photo.compact,
  .gallery-expanded.auto-carousel .site-photo.compact img{height:260px;min-height:260px}
}
@media(max-width:720px){
  .gallery-expanded.auto-carousel{--carousel-visible:1;padding-bottom:62px}
  .gallery-expanded.auto-carousel .site-photo.compact,
  .gallery-expanded.auto-carousel .site-photo.compact img{height:285px;min-height:285px}
  .carousel-play-state{display:none}
}
@media(prefers-reduced-motion:reduce){
  .gallery-expanded.auto-carousel .auto-carousel-track{transition:none!important}
}
