:root {
    --red: #ef3040;
    --red-dark: #cc1f32;
    --blue: #3979c7;
    --blue-dark: #235b9d;
    --yellow: #f7b51d;
    --ink: #18243a;
    --muted: #637086;
    --cream: #fffaf3;
    --soft: #f5f7fb;
    --white: #ffffff;
    --border: #e7e9ee;
    --shadow: 0 22px 60px rgba(27, 43, 74, .12);
    --radius: 24px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(57, 121, 199, .45); outline-offset: 3px; }

.topbar { color: #fff; background: var(--ink); font-size: 13px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 24px; }
.topbar a:hover { color: var(--yellow); }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255, 255, 255, .95); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.is-scrolled { border-bottom-color: var(--border); box-shadow: 0 10px 30px rgba(24, 36, 58, .07); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 170px; height: 66px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); font-size: 14px; font-weight: 750; }
.main-nav > a:not(.nav-login) { position: relative; padding: 13px 0; }
.main-nav > a:not(.nav-login)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 3px; border-radius: 4px; background: var(--red); transition: .2s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-login { padding: 11px 18px; color: #fff; background: var(--blue); border-radius: 999px; box-shadow: 0 8px 22px rgba(57, 121, 199, .22); }
.nav-login:hover { background: var(--blue-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 14px; background: var(--soft); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); }

.hero { position: relative; overflow: hidden; min-height: 710px; display: flex; align-items: center; padding: 86px 0 100px; background: linear-gradient(135deg, #fff 0%, #fffaf4 52%, #f2f7ff 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 9px; background: linear-gradient(90deg, var(--red) 0 34%, var(--blue) 34% 67%, var(--yellow) 67%); }
.hero-orb { position: absolute; border-radius: 50%; opacity: .09; filter: blur(1px); }
.hero-orb-red { width: 420px; height: 420px; left: -260px; top: -80px; background: var(--red); }
.hero-orb-blue { width: 360px; height: 360px; right: -180px; bottom: -140px; background: var(--blue); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: clamp(50px, 7vw, 100px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--red); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 4px; border-radius: 5px; background: currentColor; }
.hero h1, .page-hero h1 { max-width: 740px; margin: 0 0 22px; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.05; letter-spacing: -.045em; }
.hero-copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(239, 48, 64, .25); }
.button-primary:hover { background: var(--red-dark); }
.button-outline { border-color: #d9dde6; background: #fff; }
.button-outline:hover { border-color: var(--blue); color: var(--blue); }
.button-soft { color: var(--blue-dark); background: #eaf3ff; }
.hero-trust { display: flex; gap: 28px; margin-top: 40px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.hero-trust span { max-width: 130px; }
.hero-trust strong { display: block; color: var(--ink); font-size: 20px; }
.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.logo-showcase { position: relative; z-index: 2; width: min(100%, 520px); padding: 34px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 38px; background: rgba(255, 255, 255, .96); box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.logo-showcase::after { content: ""; position: absolute; z-index: -1; inset: 16px -16px -16px 16px; border-radius: inherit; background: var(--yellow); opacity: .22; }
.logo-showcase img { width: 100%; aspect-ratio: 2 / 1; object-fit: contain; }
.floating-note { position: absolute; z-index: 3; padding: 10px 17px; color: #fff; border-radius: 999px; font-size: 13px; font-weight: 850; box-shadow: 0 10px 25px rgba(24, 36, 58, .15); }
.note-blue { top: 14px; right: 18px; background: var(--blue); transform: rotate(5deg); }
.note-yellow { right: -10px; bottom: 52px; color: var(--ink); background: var(--yellow); transform: rotate(-4deg); }
.note-red { left: 4px; bottom: 4px; background: var(--red); transform: rotate(4deg); }

.section-heading h2 { margin: 0 0 18px; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.1; letter-spacing: -.035em; }
.section-heading > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.section-heading.centered { max-width: 820px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.split-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 8vw, 120px); }
.sticky-heading { align-self: start; position: sticky; top: 135px; }
.color-line { display: flex; width: 110px; height: 7px; margin-top: 28px; overflow: hidden; border-radius: 99px; }
.color-line i { flex: 1; }
.color-line i:nth-child(1) { background: var(--red); }
.color-line i:nth-child(2) { background: var(--blue); }
.color-line i:nth-child(3) { background: var(--yellow); }
.rich-copy { color: #4d5a70; font-size: 18px; }
.rich-copy p { margin: 0 0 22px; }
.rich-copy p:first-child { color: var(--ink); font-size: 21px; font-weight: 650; }
.location-chip { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding: 10px 16px; border-radius: 999px; color: var(--blue-dark); background: #edf5ff; font-size: 14px; font-weight: 750; }
.location-chip span { color: var(--red); }

.purpose-section { padding-top: 20px; background: linear-gradient(#fff 0 10%, var(--soft) 10% 100%); }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.purpose-card { position: relative; min-height: 310px; overflow: hidden; padding: 36px; border-radius: var(--radius); color: #fff; box-shadow: 0 18px 45px rgba(25, 38, 62, .12); }
.purpose-card h2 { position: relative; margin: 52px 0 14px; font-size: 30px; }
.purpose-card p { position: relative; margin: 0; font-size: 18px; opacity: .96; }
.purpose-red { background: linear-gradient(145deg, var(--red), #c71b2c); }
.purpose-blue { background: linear-gradient(145deg, var(--blue), #235b9d); }
.purpose-yellow { color: var(--ink); background: linear-gradient(145deg, #ffc83c, var(--yellow)); }
.purpose-letter { position: absolute; right: 25px; top: -34px; color: rgba(255, 255, 255, .15); font-size: 150px; font-weight: 950; line-height: 1; }
.purpose-yellow .purpose-letter { color: rgba(24, 36, 58, .08); }
.value-tags { position: relative; display: flex; flex-wrap: wrap; gap: 8px; }
.value-tags span { padding: 7px 11px; border: 1px solid rgba(24, 36, 58, .12); border-radius: 999px; background: rgba(255,255,255,.5); font-size: 13px; font-weight: 750; }

.work-section { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { padding: 34px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(24, 36, 58, .06); transition: .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 21px; color: #fff; font-size: 22px; font-weight: 900; }
.icon-red { background: var(--red); transform: rotate(-4deg); }
.icon-blue { background: var(--blue); transform: rotate(4deg); }
.icon-yellow { color: var(--ink); background: var(--yellow); transform: rotate(-3deg); }
.card-kicker { color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.feature-card h3, .activity-card h3 { margin: 8px 0 13px; font-size: 24px; line-height: 1.2; }
.feature-card p, .activity-card p { margin: 0; color: var(--muted); }

.activities-section { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.activities-section::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -240px; top: -240px; background: var(--blue); opacity: .18; }
.section-heading-light h2 { color: #fff; }
.section-heading-light > p { color: #bdc6d6; }
.activity-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.activity-card { min-height: 300px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.activity-card p { color: #bdc6d6; }
.activity-symbol { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; font-size: 25px; font-weight: 900; }
.symbol-red { background: var(--red); }
.symbol-blue { background: var(--blue); }
.symbol-yellow { color: var(--ink); background: var(--yellow); }

.family-section { overflow: hidden; }
.family-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.family-art { position: relative; min-height: 440px; display: grid; place-items: center; }
.family-circle { display: grid; place-items: center; border-radius: 50%; }
.family-circle-main { width: 310px; height: 310px; color: #fff; background: var(--red); font-size: 44px; font-weight: 900; box-shadow: 0 30px 70px rgba(239,48,64,.25); }
.family-dot { position: absolute; border-radius: 50%; border: 12px solid #fff; box-shadow: 0 18px 40px rgba(24,36,58,.15); }
.dot-red { width: 88px; height: 88px; left: 4%; top: 9%; background: var(--red); }
.dot-blue { width: 125px; height: 125px; right: 1%; top: 5%; background: var(--blue); }
.dot-yellow { width: 106px; height: 106px; right: 8%; bottom: 4%; background: var(--yellow); }
.family-section .rich-copy { font-size: 16px; }
.family-section .rich-copy p:first-child { font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; color: var(--red); font-weight: 850; }
.text-link span { font-size: 22px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.events-section { background: var(--cream); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.heading-row > div { max-width: 760px; }
.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.event-card { display: grid; grid-template-columns: 76px 1fr; gap: 22px; align-items: center; padding: 24px; border: 1px solid #f0e8db; border-radius: 20px; background: #fff; }
.event-date { width: 70px; min-height: 75px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--blue); border-radius: 17px; text-transform: uppercase; }
.event-date strong { font-size: 27px; line-height: 1; }
.event-date span { font-size: 11px; font-weight: 800; }
.event-time { color: var(--red); font-size: 12px; font-weight: 850; text-transform: capitalize; }
.event-card h3 { margin: 4px 0 3px; font-size: 19px; }
.event-card p { margin: 0; color: var(--muted); font-size: 13px; }
.event-loading, .event-empty { grid-column: 1 / -1; padding: 35px; border: 1px dashed #ddcfbc; border-radius: 20px; color: var(--muted); text-align: center; background: rgba(255,255,255,.65); }
.event-empty { display: flex; flex-direction: column; }
.event-empty strong { color: var(--ink); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(24,36,58,.07); transition: .25s ease; }
.gallery-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.gallery-cover { height: 250px; overflow: hidden; display: grid; place-items: center; background: #f3f6fb; }
.gallery-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover .gallery-cover img { transform: scale(1.04); }
.gallery-placeholder { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 28px; font-weight: 950; }
.gallery-card-2 .gallery-placeholder { background: var(--blue); }
.gallery-card-3 .gallery-placeholder { color: var(--ink); background: var(--yellow); }
.gallery-info { padding: 24px; }
.gallery-info > span { color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.gallery-info h3 { margin: 6px 0; font-size: 23px; }
.gallery-info p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.empty-state { padding: 55px 25px; border: 1px dashed #cfd5df; border-radius: var(--radius); text-align: center; background: var(--soft); }
.empty-state h2, .empty-state h3 { margin: 16px 0 5px; }
.empty-state p { margin: 0; color: var(--muted); }
.empty-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }

.contact-section { color: #fff; background: linear-gradient(125deg, var(--blue-dark), var(--blue)); }
.contact-section .eyebrow { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: stretch; gap: clamp(40px, 7vw, 90px); }
.contact-copy h2 { margin: 0 0 16px; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; }
.contact-copy > p { max-width: 620px; color: #deebff; font-size: 18px; }
.contact-list { display: grid; gap: 11px; margin-top: 32px; }
.contact-list > * { display: flex; flex-direction: column; width: fit-content; }
.contact-list span { color: #c7dcfb; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.contact-list strong { font-size: 16px; }
.contact-section .button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.contact-section .button-outline { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }
.map-card { min-height: 460px; overflow: hidden; border: 8px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.1); }
.map-card iframe { width: 100%; height: 100%; min-height: 444px; border: 0; }
.map-placeholder { height: 100%; min-height: 444px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; text-align: center; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.16), transparent 25%), rgba(20,58,112,.45); }
.map-pin { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 50% 50% 50% 12px; color: var(--red); background: #fff; font-size: 24px; transform: rotate(-45deg); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-placeholder strong { font-size: 25px; }
.map-placeholder p { margin: 2px 0 18px; color: #d8e7fb; }
.map-placeholder a { color: var(--yellow); font-weight: 800; }

.site-footer { color: #d5dbea; background: #111a2a; }
.footer-main { display: grid; grid-template-columns: 1.8fr .7fr .8fr; gap: 70px; padding-top: 70px; padding-bottom: 65px; }
.footer-brand img { width: 190px; height: 80px; object-fit: contain; object-position: left; margin-bottom: 22px; padding: 8px; border-radius: 12px; background: #fff; }
.footer-brand h2 { margin: 0 0 7px; color: #fff; font-size: 24px; }
.footer-brand p { max-width: 520px; margin: 0; color: #aeb8ca; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links h3 { margin: 0 0 10px; color: #fff; font-size: 15px; }
.footer-links a { color: #aeb8ca; font-size: 14px; }
.footer-links a:hover { color: var(--yellow); }
.footer-credit { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); color: #8f9aaf; font-size: 13px; text-align: center; }
.whatsapp-float { position: fixed; z-index: 70; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(14,83,49,.3); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float img { width: 29px; height: 29px; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 34px rgba(14,83,49,.38); }

.page-hero { padding: 75px 0 65px; color: #fff; background: linear-gradient(125deg, var(--ink), var(--blue-dark)); }
.page-hero h1 { margin-top: 4px; }
.page-hero p { max-width: 760px; margin: 0; color: #d6e1f2; font-size: 18px; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--yellow); font-weight: 800; }
.gallery-page-section { background: var(--soft); }
.photo-grid { columns: 3 280px; column-gap: 18px; }
.photo-card { position: relative; width: 100%; display: block; break-inside: avoid; overflow: hidden; margin: 0 0 18px; padding: 0; border: 0; border-radius: 18px; background: #fff; cursor: zoom-in; box-shadow: 0 8px 28px rgba(24,36,58,.1); }
.photo-card img { width: 100%; height: auto; }
.photo-card span { position: absolute; inset: auto 10px 10px; padding: 8px 10px; border-radius: 10px; color: #fff; background: rgba(17,26,42,.78); font-size: 13px; text-align: left; }
.lightbox { width: min(1000px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 20px; color: #fff; background: #0e1624; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(2,8,18,.82); backdrop-filter: blur(8px); }
.lightbox img { max-height: calc(100vh - 130px); width: 100%; object-fit: contain; }
.lightbox p { min-height: 26px; margin: 0; padding: 13px 55px 17px 20px; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.65); font-size: 28px; cursor: pointer; }

@media (max-width: 1060px) {
    .hero-grid { grid-template-columns: 1fr 420px; gap: 40px; }
    .activity-grid { grid-template-columns: repeat(2, 1fr); }
    .purpose-card { padding: 28px; }
}

@media (max-width: 980px) {
    html { scroll-padding-top: 82px; }
    .topbar-inner > span { display: none; }
    .topbar-inner { justify-content: flex-end; }
    .header-inner { min-height: 76px; }
    .brand img { width: 145px; height: 58px; }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; z-index: 90; top: 112px; right: 16px; left: 16px; display: flex; flex-direction: column; align-items: stretch; gap: 3px; padding: 18px; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
    .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .main-nav a { padding: 11px 13px !important; border-radius: 11px; }
    .main-nav > a:not(.nav-login)::after { display: none; }
    .main-nav > a:hover { background: var(--soft); }
    .nav-login { text-align: center; }
    .hero { min-height: auto; padding: 65px 0 90px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .hero-actions { justify-content: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-trust { justify-content: center; }
    .hero-visual { min-height: 390px; }
    .logo-showcase { max-width: 520px; }
    .split-layout, .family-grid, .contact-grid { grid-template-columns: 1fr; }
    .sticky-heading { position: static; }
    .purpose-grid, .feature-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .purpose-card:last-child { grid-column: 1 / -1; }
    .family-art { order: 2; min-height: 360px; }
    .map-card { min-height: 380px; }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 680px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 75px 0; }
    .topbar { display: none; }
    .main-nav { top: 84px; }
    .hero { padding-top: 48px; }
    .hero h1, .page-hero h1 { font-size: clamp(38px, 12vw, 54px); }
    .hero-actions .button, .contact-actions .button { width: 100%; }
    .hero-trust { gap: 13px; }
    .hero-trust span { flex: 1; font-size: 11px; }
    .hero-trust strong { font-size: 17px; }
    .hero-visual { min-height: 300px; }
    .logo-showcase { padding: 20px; border-radius: 26px; }
    .floating-note { padding: 7px 11px; font-size: 11px; }
    .note-blue { right: 0; }
    .note-yellow { right: 0; bottom: 25px; }
    .section-heading h2 { font-size: 38px; }
    .split-layout { gap: 35px; }
    .purpose-grid, .feature-grid, .activity-grid, .gallery-grid, .events-grid { grid-template-columns: 1fr; }
    .purpose-card:last-child { grid-column: auto; }
    .purpose-card { min-height: 280px; }
    .activity-card { min-height: auto; }
    .activity-symbol { margin-bottom: 25px; }
    .family-circle-main { width: 235px; height: 235px; font-size: 34px; }
    .dot-blue { width: 92px; height: 92px; }
    .dot-yellow { width: 82px; height: 82px; }
    .heading-row { align-items: stretch; flex-direction: column; }
    .heading-row .button { align-self: flex-start; }
    .event-card { grid-template-columns: 64px 1fr; gap: 15px; padding: 17px; }
    .event-date { width: 61px; min-height: 67px; }
    .contact-copy h2 { font-size: 43px; }
    .map-card, .map-card iframe, .map-placeholder { min-height: 340px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .whatsapp-float { right: 14px; bottom: 14px; width: 53px; height: 53px; }
    .page-hero { padding: 55px 0; }
}

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