:root {
  --navy: #082f6b;
  --navy-deep: #052452;
  --blue: #0a5fa8;
  --sky: #48a9dc;
  --red: #db0b2f;
  --red-dark: #b80727;
  --gold: #e9a51a;
  --ink: #13233a;
  --muted: #627084;
  --line: #dce5ef;
  --soft: #f3f7fb;
  --white: #fff;
  --shadow: 0 20px 60px rgba(8, 47, 107, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Trebuchet MS", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 12px 18px; background: #fff; color: var(--navy); border-radius: 0 0 8px 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 0; }
.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; }

.home-banner { position:relative; min-height:clamp(500px,37.5vw,660px); overflow:hidden; color:#fff; background:var(--navy-deep); }
.banner-slide { position:absolute; inset:0; opacity:0; visibility:hidden; transition:opacity .7s ease,visibility .7s; }
.banner-slide.is-active { opacity:1; visibility:visible; z-index:1; }
.banner-slide picture, .banner-slide picture img { position:absolute; inset:0; width:100%; height:100%; }
.banner-slide picture img { object-fit:cover; }
.banner-arrow { position:absolute; z-index:4; top:50%; display:grid; place-items:center; width:46px; height:58px; padding:0; border:1px solid rgba(255,255,255,.45); border-radius:7px; color:#fff; background:rgba(4,28,62,.34); cursor:pointer; font-size:40px; line-height:1; transform:translateY(-50%); backdrop-filter:blur(8px); }
.banner-arrow:hover { background:var(--red); }
.banner-prev { left:18px; }
.banner-next { right:18px; }
.banner-dots { position:absolute; z-index:4; left:50%; bottom:22px; display:flex; gap:9px; transform:translateX(-50%); }
.banner-dots button { width:30px; height:5px; padding:0; border:0; border-radius:999px; background:rgba(255,255,255,.5); cursor:pointer; transition:width .25s,background .25s; }
.banner-dots button.is-active { width:54px; background:#fff; }
.topbar { background: var(--navy-deep); color: #d9e8f7; font-size: 12px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar-actions { display: flex; align-items: center; gap: 18px; }
.topbar-separator { width: 1px; height: 15px; background: rgba(255,255,255,.25); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(8,47,107,.08); box-shadow: 0 6px 30px rgba(7, 40, 83, .05); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 248px; }
.brand img { width: 60px; height: 65px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { color: var(--navy); font-size: 16px; }
.brand small { color: var(--red); font-size: 10px; margin-top: 6px; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: 21px; margin-left: auto; }
.desktop-nav a { color: #2d4058; font-size: 13px; font-weight: 700; padding: 32px 0 28px; border-bottom: 3px solid transparent; transition: color .2s, border-color .2s; }
.desktop-nav a:hover { color: var(--navy); border-color: var(--red); }

.desktop-more { position:relative; }
.desktop-more summary { list-style:none; cursor:pointer; padding:32px 0 28px; border-bottom:3px solid transparent; color:#2d4058; font-size:13px; font-weight:700; }
.desktop-more summary::-webkit-details-marker { display:none; }
.desktop-more summary::after { content:"▼"; margin-left:5px; font-size:8px; }
.desktop-more[open] summary,.desktop-more summary:hover { color:var(--navy); border-color:var(--red); }
.desktop-more > div { position:absolute; top:100%; right:0; display:grid; min-width:240px; padding:8px; border:1px solid var(--line); border-radius:0 0 10px 10px; background:#fff; box-shadow:var(--shadow); }
.desktop-more > div a { padding:11px 13px; white-space:nowrap; border:0; border-radius:5px; }
.desktop-more > div a:hover { color:#fff; background:var(--navy); }
.institutional-menu > div { left:0; right:auto; min-width:320px; padding:0; overflow:hidden; }
.institutional-menu > div a { padding:15px; border-bottom:1px solid var(--line); border-radius:0; font-size:12px; font-weight:700; text-transform:uppercase; }
.institutional-menu > div a:last-child { border-bottom:0; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 15px; background: var(--red); color: #fff; border-radius: 7px; font-size: 12px; font-weight: 800; white-space: nowrap; box-shadow: 0 9px 22px rgba(219,11,47,.24); }
.header-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; width: 43px; height: 43px; display: grid; place-items: center; color: var(--navy); border: 1px solid var(--line); border-radius: 8px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(320px, calc(100vw - 40px)); padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 12px; display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 11px 13px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.mobile-menu nav a:last-child { border: 0; }
.mobile-institutional { border-bottom:1px solid var(--line); }
.mobile-menu .mobile-institutional > summary { width:100%; height:auto; min-height:46px; padding:11px 13px; border:0; border-radius:0; display:flex; align-items:center; justify-content:space-between; color:var(--red); font-size:11px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.mobile-menu .mobile-institutional > summary::after { content:""; width:8px; height:8px; margin-left:14px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg); transition:transform .2s ease; }
.mobile-menu .mobile-institutional[open] > summary::after { transform:rotate(225deg); }
.mobile-institutional > div { display:flex; flex-direction:column; }
.mobile-menu nav .mobile-submenu-link { padding-left:25px; background:#f6f9fc; font-size:12px; }
.mobile-menu nav .mobile-institutional .mobile-submenu-link:last-child { border-bottom:0; }
.mobile-menu .mobile-family { min-height:46px; margin-top:8px; padding:10px 14px; border:0; border-radius:7px; display:flex; align-items:center; justify-content:center; gap:9px; color:#fff; background:var(--navy); text-align:center; }
.mobile-menu .mobile-family:hover { color:#fff; background:#062c5c; }
.mobile-family .icon { width:18px; height:18px; flex:0 0 auto; }
.mobile-menu .mobile-enroll { background: var(--red); color: #fff; border-radius: 7px; margin-top: 8px; text-align: center; }

.hero { position: relative; overflow: hidden; min-height: 650px; background: linear-gradient(125deg, #f7fbff 0%, #fff 45%, #e9f3fb 100%); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; padding-block: 76px 90px; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 22px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; }
.hero-kicker i { display: block; width: 30px; height: 2px; background: var(--red); }
.hero h1 { margin: 22px 0 22px; max-width: 590px; color: var(--navy); font-size: clamp(44px, 5.2vw, 72px); line-height: .99; letter-spacing: -.045em; font-weight: 500; }
.hero h1 strong { color: var(--red); font-weight: 900; }
.hero-copy > p { max-width: 570px; color: #4c6179; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; align-items: center; margin-top: 30px; }
.button { min-height: 48px; padding: 0 21px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 900; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 14px 26px rgba(219,11,47,.22); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: var(--navy); border: 1px solid #b8c9da; background: rgba(255,255,255,.75); }
.button-secondary:hover { border-color: var(--navy); }
.button-white { background: #fff; color: var(--navy); }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.6); }
.hero-values { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: var(--navy); font-size: 12px; font-weight: 800; }
.hero-values span { display: inline-flex; align-items: center; gap: 7px; }
.hero-values .icon { color: var(--red); }
.hero-media { position: relative; min-height: 500px; }
.hero-photo { margin: 0; position: absolute; overflow: hidden; background: #d7e4ef; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0 46px 12px 54px; border-radius: 46% 18px 46% 18px; border: 8px solid #fff; }
.hero-photo-small { width: 240px; height: 155px; bottom: 0; right: -22px; z-index: 3; border-radius: 16px; border: 6px solid #fff; }
.hero-badge { position: absolute; z-index: 4; top: 28px; left: 0; width: 138px; min-height: 138px; border-radius: 50%; background: var(--navy); color: #fff; border: 7px solid #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: var(--shadow); }
.hero-badge strong { color: #fff; font-size: 45px; line-height: .85; }
.hero-badge span { font-size: 10px; line-height: 1.35; margin-top: 8px; text-transform: uppercase; letter-spacing: .08em; }
.hero-shape { position: absolute; border-radius: 50%; border: 45px solid rgba(72,169,220,.09); }
.hero-shape-one { width: 330px; height: 330px; right: -130px; top: -150px; }
.hero-shape-two { width: 260px; height: 260px; left: -150px; bottom: -90px; border-color: rgba(219,11,47,.06); }
.hero-wave { position: absolute; left: 0; bottom: -1px; width: 100%; height: 38px; background: #fff; clip-path: polygon(0 45%, 12% 61%, 26% 36%, 40% 70%, 58% 31%, 72% 62%, 86% 36%, 100% 48%, 100% 100%, 0 100%); }

.section { padding-block: 104px; }
.section-heading { max-width: 700px; }
.section-heading .eyebrow, .eyebrow { color: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.section-heading h2, .cta-section h2 { margin: 13px 0 15px; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.07; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-heading.light h2, .section-heading.light p, .section-heading.light .eyebrow { color: #fff; }
.section-heading.light p { color: #caddf1; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 900; border-bottom: 1px solid #9ab0c6; padding-bottom: 6px; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }

.segments-section { margin-top:0; padding-top:88px; background:#fff; }
.segments-section .section-heading { text-align: center; margin: 0 auto 52px; }
.segment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.segment-card { min-height: 315px; display: grid; grid-template-columns: 45% 55%; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: #fff; transition: transform .25s, box-shadow .25s; }
.segment-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.segment-image { position: relative; min-height: 315px; overflow: hidden; }
.segment-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.segment-card:hover .segment-image img { transform: scale(1.04); }
.segment-image span { position: absolute; left: 14px; top: 14px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--red); font-weight: 900; font-size: 11px; }
.segment-copy { padding: 35px 30px; display: flex; flex-direction: column; align-items: flex-start; }
.segment-copy small { color: var(--red); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.segment-copy h3 { margin: 8px 0 7px; color: var(--navy); font-size: 24px; line-height: 1.1; }
.segment-copy strong { color: #728197; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.segment-copy p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 16px 0 20px; }
.segment-copy a { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 900; }
.segment-copy a:hover { color: var(--red); }

.story-section { background: var(--soft); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.story-images { position: relative; min-height: 505px; }
.story-main { position: absolute; inset: 0 85px 45px 0; width: calc(100% - 85px); height: 460px; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.story-detail { position: absolute; width: 250px; height: 190px; object-fit: cover; right: 0; bottom: 0; border: 7px solid var(--soft); border-radius: 12px; }
.story-year { position: absolute; left: -22px; bottom: 12px; width: 110px; height: 110px; border-radius: 50%; background: var(--red); border: 6px solid var(--soft); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; text-align: center; }
.story-year strong { font-size: 23px; line-height: 1; margin-top: 4px; }
.story-copy > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.story-copy .text-link { margin-top: 18px; }

.proposal-section { background: var(--navy); position: relative; overflow: hidden; }
.proposal-section::before { content:""; position:absolute; width:450px; height:450px; border:90px solid rgba(255,255,255,.035); border-radius:50%; right:-210px; top:-230px; }
.proposal-section .shell { position: relative; }
.proposal-section .section-heading { margin-bottom: 50px; }
.proposal-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); margin-bottom: 36px; }
.proposal-grid article { padding: 34px 26px 38px; border-right: 1px solid rgba(255,255,255,.18); }
.proposal-grid article:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.proposal-grid span { color: var(--gold); font-size: 11px; font-weight: 900; }
.proposal-grid h3 { color: #fff; font-size: 19px; margin: 22px 0 12px; }
.proposal-grid p { color: #b8cde4; font-size: 13px; line-height: 1.7; margin: 0; }

.projects-section { background: #fff; }
.projects-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.project-card { min-height: 430px; position: relative; overflow: hidden; border-radius: 13px; background: var(--navy); }
.project-card img { width: 100%; height: 100%; object-fit: cover; opacity: .75; transition: transform .5s, opacity .3s; }
.project-card::after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent, rgba(4,29,66,.97)); }
.project-card > div { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 28px; color: #fff; }
.project-card small { color: #ffcf63; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.project-card h3 { margin: 8px 0 7px; font-size: 25px; }
.project-card p { color: #d6e4f3; font-size: 12px; line-height: 1.6; max-width: 370px; }
.project-card a { position: absolute; right: 0; bottom: 0; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); }
.project-card:hover img { transform: scale(1.05); opacity: .9; }

.news-section { background: var(--soft); }
.news-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.news-card { border-radius: 12px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.news-card img { width: 100%; height: 195px; object-fit: cover; }
.news-card > div { padding: 25px; }
.news-card span { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.news-card small { margin-left: 10px; color: #8190a2; font-size: 9px; text-transform: uppercase; }
.news-card h3 { color: var(--navy); font-size: 20px; line-height: 1.22; margin: 13px 0 10px; }
.news-card p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.news-card a { margin-top: 10px; display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 11px; font-weight: 900; }
.news-card.featured img { height: 250px; }
.news-card.featured h3 { font-size: 25px; }

.gallery-preview { background: var(--navy-deep); padding-top: 92px; overflow: hidden; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.gallery-strip { display: grid; grid-template-columns: 1fr 1.45fr 1fr 1fr 1fr; height: 330px; }
.gallery-strip figure { margin: 0; position: relative; overflow: hidden; border-right: 2px solid var(--navy-deep); }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .5s, opacity .3s; }
.gallery-strip figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; font-size: 12px; font-weight: 900; text-shadow: 0 2px 12px rgba(0,0,0,.5); opacity: 0; transform: translateY(8px); transition: .3s; }
.gallery-strip figure:hover img { transform: scale(1.05); opacity: 1; }
.gallery-strip figure:hover figcaption { opacity: 1; transform: none; }

.cta-section { background: var(--red); color: #fff; padding: 70px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-section .eyebrow, .cta-section h2 { color: #fff; }
.cta-section h2 { margin-bottom: 10px; }
.cta-section p { margin: 0; color: #ffe3e8; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.cta-actions > a:last-child { color: #fff; font-size: 11px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 4px; }

.footer { background: #041b3e; color: #b9cbe0; position: relative; }
.footer-accent { height: 5px; background: linear-gradient(90deg, var(--red) 0 28%, var(--gold) 28% 32%, var(--sky) 32% 100%); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr 1fr .65fr; gap: 55px; padding-block: 65px 52px; }
.footer h2 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin: 8px 0 20px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 12px; font-size: 12px; line-height: 1.5; }
.footer a:hover { color: #fff; }
.footer-brand img { width: 70px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { max-width: 310px; font-size: 12px; line-height: 1.7; margin-top: 18px; }
.footer-network img { width: 92px; filter: grayscale(1) invert(1) brightness(2.4) contrast(1.2); mix-blend-mode: screen; opacity: .95; }
.footer .footer-social-title { margin: 28px 0 12px; }
.footer-instagram { display: inline-flex; align-items: center; gap: 9px; color: #d8e7f5; font-size: 11px; font-weight: 800; }
.footer-instagram .icon { width: 23px; height: 23px; color: #fff; transition: transform .2s ease; }
.footer-instagram:hover .icon { transform: scale(1.08); }
.footer-bottom { min-height: 58px; border-top: 1px solid rgba(255,255,255,.11); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; width: 60px; height: 60px; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background: #25d366; color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(0,0,0,.24), 0 0 0 5px rgba(37,211,102,.13); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-float .icon { width: 31px; height: 31px; }
.whatsapp-float:hover { background: #1fbd5a; color:#fff; transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 34px rgba(0,0,0,.28), 0 0 0 6px rgba(37,211,102,.16); }
.whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

/* Páginas internas */
.internal-hero { background: var(--navy); color: #fff; overflow: hidden; position: relative; }
.internal-hero::before { content:""; position:absolute; width:420px; height:420px; border:70px solid rgba(72,169,220,.08); border-radius:50%; left:-220px; bottom:-260px; }
.internal-hero-grid { min-height: 390px; display: grid; grid-template-columns: 1fr 43%; gap: 72px; align-items: center; }
.internal-hero-grid > div { padding-block: 70px; position: relative; z-index: 2; }
.internal-hero-grid > div > span { color: #ffca56; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.internal-hero h1 { margin: 15px 0; max-width: 720px; font-size: clamp(40px, 5vw, 63px); line-height: 1.02; letter-spacing: -.04em; }
.internal-hero p { max-width: 650px; color: #c2d7ec; font-size: 16px; line-height: 1.7; }
.internal-hero figure { margin: 0; height: 390px; position: relative; }
.internal-hero figure::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, var(--navy), transparent 55%); }
.internal-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-top: 28px; font-size: 10px; color: #90b1d0; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs strong { color: #fff; }
.content-section { background: #fff; }
.reading-grid { display: grid; grid-template-columns: 1fr 330px; gap: 90px; align-items: start; }
.rich-copy { max-width: 760px; }
.rich-copy > p, .centered-copy > p, .lead { color: var(--muted); font-size: 16px; line-height: 1.85; }
.rich-copy .lead, .lead { font-size: 19px; color: #344b66; }
.rich-copy h2:not(.section-heading h2) { color: var(--navy); font-size: 24px; margin: 35px 0 10px; }
.rich-copy h1,.rich-copy h3,.rich-copy h4,.rich-copy h5,.rich-copy h6 { color:var(--navy); }
.rich-copy a { color:var(--blue); text-decoration:underline; }
.rich-copy img,.rich-copy video { max-width:100%; height:auto; border-radius:10px; }
.rich-copy iframe { width:100%; max-width:100%; min-height:420px; border:0; border-radius:10px; }
.rich-copy table { width:100%; margin:24px 0; border-collapse:collapse; }
.rich-copy th,.rich-copy td { padding:12px; border:1px solid var(--line); text-align:left; }
.rich-copy th { color:var(--navy); background:var(--soft); }
.rich-copy blockquote { margin:24px 0; padding:18px 22px; border-left:4px solid var(--red); background:var(--soft); color:var(--muted); }
.fact-card { border-radius: 15px; background: var(--navy); color: #fff; padding: 38px; box-shadow: var(--shadow); }
.fact-card > span { color: #a8c8e8; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.fact-card > strong { display: block; color: #fff; font-size: 60px; line-height: 1; margin: 10px 0 18px; }
.fact-card p { color: #d1e0ef; font-size: 13px; line-height: 1.65; }
.fact-card ul { margin: 25px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.fact-card li { padding: 8px 0; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.values-section { scroll-margin-top:100px; background: var(--soft); }
.values-section .section-heading { margin-bottom: 45px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.values-grid article { background: #fff; border-top: 4px solid var(--red); padding: 34px; box-shadow: 0 10px 35px rgba(8,47,107,.07); }
.values-grid span { color: var(--red); font-size: 11px; font-weight: 900; }
.values-grid h2 { color: var(--navy); font-size: 25px; margin: 20px 0 12px; }
.values-grid p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.network-section { background: #fff; }
.network-grid { display: grid; grid-template-columns: 320px 1fr; gap: 100px; align-items: center; }
.network-grid > img { width: 250px; max-height: 330px; object-fit: contain; margin-inline: auto; }
.network-grid p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.network-grid .text-link { margin-top: 20px; }
.centered-copy { max-width: 850px; margin-inline: auto; text-align: center; }
.centered-copy .section-heading { margin-inline: auto; }
.centered-copy .button { margin-top: 20px; }
.pillars-section { background: var(--soft); padding-top: 0; }
.pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pillars-grid article { background: #fff; border: 1px solid var(--line); padding: 32px; min-height: 245px; }
.pillars-grid span { color: var(--red); font-size: 11px; font-weight: 900; }
.pillars-grid h2 { color: var(--navy); font-size: 22px; margin: 24px 0 12px; }
.pillars-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.method-section { background: var(--navy); }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.method-grid > img { width: 100%; height: 390px; object-fit: cover; border-radius: 13px; }
.method-grid .section-heading h2 { color: #fff; }
.method-grid .section-heading p { color: #c2d7ec; }
.large-segment-grid, .project-list-grid { display: grid; gap: 28px; }
.large-segment-grid article, .project-list-grid article { display: grid; grid-template-columns: 45% 55%; min-height: 380px; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.large-segment-grid article:nth-child(even), .project-list-grid article:nth-child(even) { grid-template-columns: 55% 45%; }
.large-segment-grid article:nth-child(even) > img, .project-list-grid article:nth-child(even) > img { order: 2; }
.large-segment-grid img, .project-list-grid img { width: 100%; height: 100%; object-fit: cover; }
.large-segment-grid article > div, .project-list-grid article > div { padding: 50px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.large-segment-grid small, .project-list-grid small { color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.large-segment-grid h2, .project-list-grid h2 { color: var(--navy); font-size: 32px; margin: 12px 0 8px; }
.large-segment-grid strong { color: #78879a; font-size: 11px; text-transform: uppercase; }
.large-segment-grid p, .project-list-grid p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.segment-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.segment-detail-grid .button { margin-top: 22px; }
.points-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.points-grid div { min-height: 115px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.points-grid span { color: var(--red); font-size: 10px; font-weight: 900; }
.points-grid strong { color: var(--navy); font-size: 15px; }
.segment-gallery { background: var(--soft); }
.three-images { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 15px; height: 370px; }
.three-images img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.listing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.listing-grid article { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.listing-grid img { width: 100%; height: 240px; object-fit: cover; }
.listing-grid article > div { padding: 28px; }
.listing-grid span { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.listing-grid small { color: #8190a2; margin-left: 9px; font-size: 9px; text-transform: uppercase; }
.listing-grid h2 { color: var(--navy); font-size: 23px; line-height: 1.2; }
.listing-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 80px; align-items: start; }
.article-date { color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.article-aside { border: 1px solid var(--line); padding: 25px; border-radius: 12px; }
.article-aside img { width: 100%; height: 180px; object-fit: cover; border-radius: 7px; margin-bottom: 20px; }
.article-aside h2, .article-aside strong { color: var(--navy); font-size: 18px; }
.article-aside p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.full-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 45px; }
.full-gallery button { position: relative; padding: 0; border: 0; background: #e4edf5; cursor: pointer; height: 300px; border-radius: 10px; overflow: hidden; text-align: left; }
.full-gallery button:nth-child(1), .full-gallery button:nth-child(5) { grid-column: span 2; }
.full-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.full-gallery button::after { content:""; position:absolute; inset:40% 0 0; background:linear-gradient(transparent,rgba(3,25,57,.85)); }
.full-gallery button span { position:absolute; z-index:2; left:20px; bottom:18px; color:#fff; font-weight:900; }
.full-gallery button small { display:block; color:#ffd273; font-size:8px; text-transform:uppercase; letter-spacing:.12em; margin-bottom:4px; }
.full-gallery button:hover img { transform: scale(1.04); }
.gallery-hubs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:45px; }
.gallery-hubs > a, .album-public-grid > a { overflow:hidden; color:inherit; border:1px solid var(--line); border-radius:12px; background:#fff; box-shadow:0 18px 55px rgba(3,37,85,.09); text-decoration:none; }
.gallery-hubs img { width:100%; height:340px; object-fit:cover; }
.gallery-hubs > a > div, .album-public-grid > a > div { padding:28px; }
.gallery-hubs small, .album-public-grid small { color:var(--red); font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.gallery-hubs h2, .album-public-grid h2 { margin:8px 0; color:var(--navy); font-size:30px; }
.gallery-hubs p, .album-public-grid p { color:var(--muted); }
.gallery-hubs strong, .album-public-grid strong { display:flex; align-items:center; gap:8px; color:var(--navy); }
.gallery-hubs .icon, .album-public-grid .icon { width:18px; }
.album-public-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:45px; }
.album-public-grid img { width:100%; height:250px; object-fit:cover; }
.album-public-grid h2 { font-size:24px; }
.album-intro { display:flex; align-items:flex-start; justify-content:space-between; gap:30px; margin-bottom:35px; padding:28px; border-left:4px solid var(--red); background:var(--soft); }
.album-intro > div { max-width:800px; }
.album-intro span { display:block; margin-bottom:10px; color:var(--red); font-size:12px; font-weight:900; }
.album-intro p { margin:0 0 10px; color:var(--muted); }
.album-intro > strong { white-space:nowrap; color:var(--navy); }
.tour-album-section:nth-of-type(even) { background:var(--soft); }
.tour-copy { max-width:850px; margin-bottom:25px; }
.tour-photo-count { padding:10px 14px; border-radius:999px; color:var(--navy); background:var(--soft); font-size:12px; white-space:nowrap; }
.empty-public-state { padding:45px; border:1px dashed var(--line); border-radius:12px; text-align:center; }
.empty-public-state h2 { color:var(--navy); }
.empty-public-state p { color:var(--muted); }
.gallery-lightbox { position: fixed; inset: 0; z-index: 500; background: rgba(1,13,31,.95); display: grid; place-items: center; padding: 40px 80px; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox figure { margin: 0; max-width: 1100px; max-height: 85vh; }
.gallery-lightbox figure img { display: block; max-width: 100%; max-height: 78vh; object-fit: contain; margin: auto; }
.gallery-lightbox figcaption { color: #fff; text-align: center; margin-top: 13px; font-size: 13px; }
.gallery-lightbox button { position: absolute; border: 0; background: transparent; color: #fff; cursor: pointer; }
.lightbox-open { overflow: hidden; }
.lightbox-close { top: 20px; right: 25px; font-size: 40px; }
.lightbox-prev, .lightbox-next { top: 50%; font-size: 55px; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-copy { align-self: start; position: sticky; top: 120px; }
.contact-cards { display: grid; gap: 12px; margin-top: 35px; }
.contact-cards a, .contact-card { border: 1px solid var(--line); border-radius: 10px; padding: 20px; display: flex; gap: 16px; align-items: center; background: #fff; }
.contact-cards .icon { width: 28px; height: 28px; color: var(--red); }
.contact-cards span { display: flex; flex-direction: column; gap: 5px; }
.contact-cards small { color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.contact-cards strong { color: var(--navy); font-size: 13px; line-height: 1.55; }
.hours { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.hours h2 { color: var(--navy); font-size: 18px; }
.hours p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-form { position: relative; overflow: hidden; background: var(--soft); padding: 38px; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 22px 55px rgba(5,39,79,.08); }
.contact-form::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--red), var(--blue)); }
.contact-form-heading { margin-bottom: 28px; }
.contact-form-heading span { color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.contact-form-heading h2 { margin: 8px 0 7px; color: var(--navy); font-size: 28px; line-height: 1.15; }
.contact-form-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: var(--navy); font-size: 11px; font-weight: 900; margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cbd8e5; background: #fff; border-radius: 7px; padding: 13px; color: var(--ink); outline: none; }
.contact-form textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,95,168,.11); }
.contact-form > small { display: block; color: var(--muted); font-size: 9px; margin-top: 14px; }
.contact-form > small a { color: var(--blue); text-decoration: underline; }
.contact-submit { border: 0; cursor: pointer; }
.contact-submit:disabled { cursor: not-allowed; opacity: .5; box-shadow: none; }
.contact-alert { margin: 0 0 22px; padding: 14px 16px; border: 1px solid; border-radius: 8px; font-size: 12px; font-weight: 700; line-height: 1.55; }
.contact-alert.success { color: #0b683d; background: #eaf8f1; border-color: #b6e3ce; }
.contact-alert.error { color: #8d1830; background: #fff0f3; border-color: #f2bcc8; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enrollment-grid { display: grid; grid-template-columns: 1fr 380px; gap: 90px; align-items: start; }
.enrollment-grid ol { list-style: none; padding: 0; margin: 35px 0 0; }
.enrollment-grid li { display: flex; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }
.enrollment-grid li > span { flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--soft); color: var(--red); display: grid; place-items: center; font-weight: 900; }
.enrollment-grid li strong { color: var(--navy); }
.enrollment-grid li p { color: var(--muted); font-size: 12px; margin: 7px 0 0; }
.enrollment-grid aside { background: var(--red); color: #fff; padding: 40px; border-radius: 13px; }
.enrollment-grid aside h2 { font-size: 28px; }
.enrollment-grid aside p { color: #ffe2e8; line-height: 1.7; }
.enrollment-grid aside small { display: block; color: #ffd0d9; font-size: 9px; line-height: 1.6; margin-top: 20px; }
.portal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.portal-grid > a { min-height: 330px; padding: 42px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; display: flex; flex-direction: column; align-items: flex-start; }
.portal-grid > a:first-child { background: var(--navy); color: #fff; }
.portal-grid span { color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.portal-grid > a:first-child span { color: #ffce64; }
.portal-grid h2 { color: var(--navy); font-size: 31px; margin: 28px 0 12px; }
.portal-grid > a:first-child h2 { color: #fff; }
.portal-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.portal-grid > a:first-child p { color: #c2d7ec; }
.portal-grid b { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; }
.privacy-copy { margin-inline: auto; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; background: var(--soft); }
.not-found span { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.not-found h1 { color: var(--navy); font-size: 52px; margin: 15px 0; }
.not-found p { color: var(--muted); margin-bottom: 25px; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: 11px; }
  .brand { min-width: 205px; }
  .brand span { display: none; }
  .hero-grid { gap: 35px; }
  .proposal-grid { grid-template-columns: repeat(2, 1fr); }
  .proposal-grid article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.18); }
  .projects-grid, .news-grid { grid-template-columns: 1.1fr .9fr; }
  .project-card:last-child, .news-card:last-child { grid-column: span 2; min-height: 310px; }
  .news-card:last-child { display: grid; grid-template-columns: 45% 55%; }
  .news-card:last-child img { height: 100%; }
}

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .brand span { display: flex; }
  .topbar-inner > a { display: none; }
  .topbar-actions { margin-left: auto; }
  .topbar-actions .topbar-separator, .topbar-actions a:last-child { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy > p, .hero h1 { margin-left: auto; margin-right: auto; }
  .hero-kicker, .hero-actions, .hero-values { justify-content: center; }
  .hero-media { min-height: 460px; max-width: 650px; width: 100%; margin-inline: auto; }
  .segment-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 55px; }
  .story-images { max-width: 650px; width: 100%; margin-inline: auto; }
  .proposal-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .gallery-strip figure:nth-child(n+4) { display: none; }
  .cta-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .internal-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .internal-hero figure { display: none; }
  .reading-grid, .article-layout, .contact-grid, .enrollment-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-copy { position: static; }
  .values-grid, .pillars-grid, .listing-grid { grid-template-columns: repeat(2,1fr); }
  .network-grid { grid-template-columns: 220px 1fr; gap: 50px; }
  .large-segment-grid article, .large-segment-grid article:nth-child(even), .project-list-grid article, .project-list-grid article:nth-child(even) { grid-template-columns: 45% 55%; }
  .large-segment-grid article:nth-child(even) > img, .project-list-grid article:nth-child(even) > img { order: 0; }
  .segment-detail-grid, .method-grid { grid-template-columns: 1fr; }
  .full-gallery { grid-template-columns: repeat(2,1fr); }
  .full-gallery button:nth-child(1), .full-gallery button:nth-child(5) { grid-column: auto; }
  .album-public-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 48px; height: 52px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .topbar { display: none; }
  .home-banner { min-height: 540px; }
  .banner-slide picture img { object-position:center; }
  .banner-arrow { width:38px; height:48px; font-size:32px; }
  .banner-prev { left:8px; }
  .banner-next { right:8px; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; padding-block: 48px 70px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-values { gap: 12px; }
  .hero-media { min-height: 360px; }
  .hero-photo-main { inset: 0 8px 0 24px; }
  .hero-photo-small { display: none; }
  .hero-badge { width: 100px; min-height: 100px; top: 16px; left: 0; }
  .hero-badge strong { font-size: 34px; }
  .section { padding-block: 72px; }
  .segments-section { padding-top:58px; }
  .section-heading h2, .cta-section h2 { font-size: 35px; }
  .section-heading p { font-size: 14px; }
  .segment-card { grid-template-columns: 1fr; }
  .segment-image { min-height: 235px; }
  .segment-copy { padding: 27px 24px; }
  .story-images { min-height: 390px; }
  .story-main { width: calc(100% - 30px); height: 350px; inset: 0 30px 25px 0; }
  .story-detail { width: 160px; height: 125px; }
  .story-year { width: 88px; height: 88px; left: -8px; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-grid article { border-left: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
  .projects-grid, .news-grid { grid-template-columns: 1fr; }
  .project-card, .project-card:last-child { grid-column: auto; min-height: 390px; }
  .news-card:last-child { grid-column: auto; display: block; }
  .news-card:last-child img { height: 195px; }
  .heading-row, .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-strip { grid-template-columns: 1fr 1fr; height: 280px; }
  .gallery-strip figure:nth-child(3) { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 15px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-float .icon { width: 28px; height: 28px; }
  .internal-hero-grid > div { padding-block: 55px; }
  .internal-hero h1 { font-size: 40px; }
  .internal-hero p { font-size: 14px; }
  .values-grid, .pillars-grid, .listing-grid, .portal-grid { grid-template-columns: 1fr; }
  .network-grid { grid-template-columns: 1fr; gap: 35px; }
  .network-grid > img { width: 170px; }
  .large-segment-grid article, .large-segment-grid article:nth-child(even), .project-list-grid article, .project-list-grid article:nth-child(even) { grid-template-columns: 1fr; }
  .large-segment-grid article > img, .project-list-grid article > img { height: 230px; }
  .large-segment-grid article > div, .project-list-grid article > div { padding: 30px 24px; }
  .points-grid { grid-template-columns: 1fr; }
  .three-images { grid-template-columns: 1fr 1fr; height: 360px; }
  .three-images img:first-child { grid-column: span 2; }
  .full-gallery { grid-template-columns: 1fr; }
  .full-gallery button { height: 260px; }
  .gallery-lightbox { padding: 60px 40px; }
  .gallery-hubs, .album-public-grid { grid-template-columns: 1fr; }
  .gallery-hubs img { height:260px; }
  .album-intro { flex-direction:column; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .enrollment-grid aside { padding: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
