:root{--green:#7d9f2c;--lime:#ffc928;--orange:#f58220;--blue:#075c93;--ink:#111a35;--cream:#f8f7f2}
.official-brand picture,.official-brand img,.official-logo picture,.official-logo img{display:block}.official-brand img{width:auto;height:64px;object-fit:contain}.official-logo{display:flex;align-items:center;flex:0 0 auto}.official-logo img{width:auto;height:50px;object-fit:contain}.topbar .official-logo{padding:5px 12px;border-radius:16px;background:linear-gradient(120deg,#7d9f2c,#075c93)}.topbar .official-logo img{height:44px}.brand-login{top:25px}.brand-login img{height:68px}
.login-view{background:radial-gradient(circle at 15% 20%,#ffc92824 0 13%,transparent 14%),radial-gradient(circle at 90% 85%,#f5822033 0 20%,transparent 21%),linear-gradient(145deg,#7d9f2c,#7d9f2c 55%,#075c93)}.login-card{border-radius:34px;border:1px solid #ffffff99}.primary-btn{background:linear-gradient(105deg,var(--green),#7d9f2c);border-radius:16px;box-shadow:0 9px 22px #7d9f2c30;transition:.2s}.primary-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.boot-logo{display:block}.boot-logo img{display:block;width:min(330px,70vw);height:auto;margin:auto}.login-preloader{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:25px;background:linear-gradient(145deg,#7d9f2cf5,#7d9f2cf5 55%,#075c93f5);backdrop-filter:blur(12px);color:#fff;text-align:center}.login-preloader>div{display:grid;justify-items:center;gap:20px;animation:loginPreloaderIn .25s ease both}.login-preloader picture img{display:block;width:min(390px,76vw);max-height:170px;object-fit:contain}.login-preloader-spinner{width:46px;height:46px;border:4px solid #ffffff45;border-top-color:#ffc928;border-right-color:#f58220;border-radius:50%;animation:loginSpin .8s linear infinite}.login-preloader p{margin:0;font-weight:700}.login-loading{overflow:hidden}@keyframes loginSpin{to{transform:rotate(360deg)}}@keyframes loginPreloaderIn{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.site-header{background:linear-gradient(180deg,#052b2799,transparent)}.button{box-shadow:0 10px 24px #062d2633}.button-lime{background:linear-gradient(105deg,#ffc928,#f8b926)}.intro,.program{overflow:hidden}.section-dark{margin:0 clamp(12px,2vw,28px);border-radius:40px;background:linear-gradient(145deg,#063f33,#006f48 58%,#075c93)}.reason-grid{gap:16px;border:0}.reason-grid article{border:1px solid #ffffff2d!important;border-radius:24px;background:#ffffff09}.reason-grid article:hover{background:#ffffff12}.day-tabs{gap:10px;border:0}.day-tab{border:1px solid var(--line)!important;border-radius:22px;background:#fff;box-shadow:0 8px 25px #111a3508}.day-tab.active{border-color:transparent!important;background:linear-gradient(135deg,#7d9f2c,#7d9f2c);box-shadow:0 12px 28px #7d9f2c30}.schedule-card{border-radius:24px;box-shadow:0 10px 30px #111a3509}.schedule-location{border-color:#7d9f2c30;background:#7d9f2c10}.location-strip{border-radius:24px;background:linear-gradient(110deg,#ffc928,#f58220);box-shadow:0 12px 28px #f5822022}.round-link{background:var(--blue)}.gallery{margin:0 clamp(12px,2vw,28px);border-radius:40px}.photo-placeholder{border-radius:24px}.cta{margin:28px clamp(12px,2vw,28px);border-radius:40px;background:linear-gradient(135deg,#7d9f2c,#7d9f2c 55%,#075c93)}footer{border-radius:40px 40px 0 0}.footer-brand{min-height:58px;background:url('assets/logo_principal.png') left center/contain no-repeat}.footer-brand>*{display:none}
@media(max-width:600px){.official-brand img{width:54px;height:54px}.official-logo img,.topbar .official-logo img{width:44px;height:44px}.topbar .official-logo{padding:4px;border-radius:15px;background:#fff}.brand-login img{width:64px;height:64px}.login-preloader picture img{width:116px;height:116px}.boot-logo img{width:125px;height:125px;object-fit:contain}.login-card{border-radius:28px}.section-dark,.gallery,.cta{margin-left:8px;margin-right:8px;border-radius:28px}.reason-grid{gap:12px}.day-tabs{gap:7px}.day-tab{border-radius:16px}.schedule-card,.location-strip,.photo-placeholder{border-radius:20px}.footer-brand{width:58px;background-image:url('assets/favicon-mobile.png')}}

/* Blocos de fotos — Memórias que nos movem */
.gallery-grid.memory-grid{height:auto;min-height:610px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(280px,1fr));gap:14px}
.memory-photo{position:relative;min-width:0;min-height:0;margin:0;overflow:hidden;border-radius:24px;background:#711a39}
.memory-photo-featured,.memory-photo-wide{grid-row:auto;grid-column:auto}
.memory-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.memory-photo:hover img{transform:scale(1.035)}
.memory-photo:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#071d16c7)}
.memory-photo figcaption{position:absolute;z-index:1;left:18px;bottom:16px;padding:7px 11px;border-radius:999px;background:#ffffffdf;color:#103d2c;font:700 11px Outfit;letter-spacing:.6px;text-transform:uppercase;backdrop-filter:blur(7px)}
@media(max-width:800px){.gallery-grid.memory-grid{min-height:780px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,minmax(235px,1fr))}.memory-photo-featured{grid-row:auto}.memory-photo-wide{grid-column:auto}}
@media(max-width:520px){.gallery-grid.memory-grid{display:grid;height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:none;gap:10px}.memory-photo{height:230px;border-radius:18px}.memory-photo:first-child,.memory-photo:nth-child(4){height:285px}.memory-photo figcaption{left:12px;bottom:12px}}
