:root {
  --navy: #071b3d;
  --navy-2: #0b2b5e;
  --blue: #1557d6;
  --blue-light: #4c87ff;
  --red: #d82032;
  --red-dark: #a90e21;
  --cream: #f6f8fc;
  --white: #fff;
  --ink: #14213d;
  --muted: #60708d;
  --line: rgba(15, 44, 91, .12);
  --glass: rgba(255, 255, 255, .82);
  --shadow: 0 22px 60px rgba(7, 27, 61, .13);
  --shadow-soft: 0 12px 34px rgba(7, 27, 61, .09);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at 8% 18%, rgba(21, 87, 214, .09), transparent 24rem),
    radial-gradient(circle at 92% 42%, rgba(216, 32, 50, .08), transparent 25rem),
    linear-gradient(180deg, #fff 0, #f6f8fc 55%, #eef2f9 100%);
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-tight { padding: 64px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 4px; background: var(--red); }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.55rem); }
p { margin-top: 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.24rem); max-width: 700px; }
.section-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 46px; }
.section-head > div:first-child { max-width: 760px; }
.section-head h2 { margin: 10px 0 14px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 18px; background: #fff; color: var(--navy); border-radius: 12px; }
.skip-link:focus { top: 12px; }

/* Header */
.topline { height: 4px; background: linear-gradient(90deg, var(--red) 0 38%, var(--blue) 38% 100%); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: box-shadow .3s, background .3s;
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(7,27,61,.1); background: rgba(255,255,255,.94); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand img { width: 50px; height: 42px; object-fit: contain; border-radius: 8px; }
.brand strong { display: block; color: var(--navy); font-size: .98rem; letter-spacing: -.01em; }
.brand span { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 5px; margin-left: auto; }
.main-nav a { padding: 11px 13px; color: #31415e; font-size: .9rem; font-weight: 700; text-decoration: none; border-radius: 12px; transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); background: rgba(21,87,214,.07); }
.nav-cta { display: inline-flex !important; color: #fff !important; background: var(--red) !important; padding-inline: 17px !important; box-shadow: 0 8px 22px rgba(216,32,50,.22); }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 14px; color: var(--navy); font-size: 1.35rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0e3fa5); box-shadow: 0 14px 30px rgba(21,87,214,.24); }
.btn-secondary { color: var(--navy); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow-soft); }
.btn-outline { color: var(--blue); background: transparent; border: 1px solid rgba(21,87,214,.25); }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: .88rem; }

/* Hero */
.hero { min-height: 720px; padding: 92px 0 72px; display: grid; align-items: center; position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; right: -150px; top: 40px; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .36; filter: saturate(.75) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,27,61,.98) 0%, rgba(7,27,61,.9) 44%, rgba(7,27,61,.28) 100%), linear-gradient(0deg, rgba(7,27,61,.8), transparent 45%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: center; }
.hero .eyebrow { color: #9dc0ff; }
.hero h1 { max-width: 830px; margin: 18px 0 22px; }
.hero h1 em { color: #7ca8ff; font-style: normal; }
.hero-copy { color: rgba(255,255,255,.76); max-width: 660px; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-card { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.1); backdrop-filter: blur(18px); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.hero-card .number { display: block; font-size: 3.8rem; font-weight: 900; letter-spacing: -.07em; }
.hero-card p { color: rgba(255,255,255,.72); }
.hero-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.18); margin: 24px 0; }
.mini-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mini-row strong { display: block; font-size: 1.5rem; }
.mini-row span { color: rgba(255,255,255,.66); font-size: .8rem; }

/* Cards and layouts */
.glass-panel { border: 1px solid rgba(255,255,255,.75); border-radius: var(--radius); background: var(--glass); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: -54px; position: relative; z-index: 4; }
.impact-card { padding: 28px; }
.impact-card .icon, .value-card .icon { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--navy-2)); border-radius: 16px; font-size: 1.35rem; box-shadow: 0 10px 25px rgba(21,87,214,.2); }
.impact-card:nth-child(2) .icon { background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.impact-card h3 { margin: 22px 0 9px; }
.impact-card p, .value-card p { color: var(--muted); margin: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.photo-stack { position: relative; padding: 0 34px 38px 0; }
.photo-stack > img { width: 100%; aspect-ratio: 4/4.3; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.photo-stack::after { content: ""; position: absolute; right: 0; bottom: 0; width: 56%; height: 54%; background: rgba(21,87,214,.1); border: 1px solid rgba(21,87,214,.14); border-radius: 30px; z-index: -1; }
.photo-badge { position: absolute; right: 0; top: 38px; width: 170px; padding: 20px; color: #fff; background: rgba(216,32,50,.94); backdrop-filter: blur(12px); border-radius: 22px; box-shadow: var(--shadow); }
.photo-badge strong { font-size: 2.15rem; display: block; line-height: 1; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 13px; }
.check-list li { padding-left: 34px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.registry-card { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: 0 20px 20px 0; background: rgba(255,255,255,.84); box-shadow: var(--shadow-soft); }
.registry-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 1.1rem; letter-spacing: 0; }
.registry-card dl { margin: 0; }
.registry-card dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; padding: 10px 0; border-top: 1px solid var(--line); }
.registry-card dt { color: var(--muted); font-size: .87rem; }
.registry-card dd { margin: 0; color: var(--navy); font-size: .87rem; font-weight: 800; text-align: right; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { padding: 26px; min-height: 250px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.value-card h3 { margin: 26px 0 10px; }
.dark-section { color: #fff; background: var(--navy); overflow: hidden; }
.dark-section .lead, .dark-section p { color: rgba(255,255,255,.7); }
.history-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 66px; align-items: start; }
.history-image { position: sticky; top: 120px; }
.history-image img { width: 100%; border-radius: 28px; opacity: .85; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.timeline { border-left: 1px solid rgba(255,255,255,.18); padding-left: 34px; }
.timeline article { position: relative; padding: 0 0 36px; }
.timeline article::before { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--red); left: -41px; top: 6px; box-shadow: 0 0 0 7px rgba(216,32,50,.15); }
.timeline small { color: #8db2ff; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.timeline h3 { margin: 7px 0 10px; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.partners-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.partner-card { position: relative; min-height: 128px; display: grid; place-items: center; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.partner-card::after { content: ""; position: absolute; width: 80px; height: 80px; right: -42px; bottom: -42px; border-radius: 50%; background: rgba(21,87,214,.08); transition: transform .4s ease; }
.partner-card img { width: 100%; max-width: 250px; height: 64px; object-fit: contain; filter: grayscale(1); opacity: .68; transition: filter .35s ease, opacity .35s ease, transform .35s ease; }
.partner-card:hover { transform: translateY(-7px); border-color: rgba(21,87,214,.3); box-shadow: var(--shadow); }
.partner-card:hover::after { transform: scale(2.2); }
.partner-card:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }
.event-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 26px; color: #fff; box-shadow: var(--shadow-soft); text-decoration: none; }
.event-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.event-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,61,.98) 0%, rgba(7,27,61,.1) 74%); }
.event-card:hover img { transform: scale(1.06); }
.event-card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px; }
.event-card small { display: block; color: #9fc0ff; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-card h3 { margin: 8px 0 0; }
.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 46px; color: #fff; background: linear-gradient(115deg, var(--blue), var(--navy-2)); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.cta-band::after { content: ""; position: absolute; width: 230px; height: 230px; border: 38px solid rgba(255,255,255,.07); border-radius: 50%; right: -60px; top: -90px; }
.cta-band h2 { margin: 0 0 9px; font-size: clamp(1.8rem,3vw,2.7rem); }
.cta-band p { margin: 0; color: rgba(255,255,255,.75); }
.cta-band .btn { position: relative; z-index: 2; }

/* Page hero and galleries */
.page-hero { padding: 94px 0 76px; color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(76,135,255,.28), transparent 25rem), linear-gradient(120deg, transparent 55%, rgba(216,32,50,.13)); }
.page-hero .container { position: relative; }
.page-hero h1 { margin: 16px 0 18px; font-size: clamp(2.6rem,5vw,4.9rem); max-width: 900px; }
.page-hero p { color: rgba(255,255,255,.72); max-width: 720px; font-size: 1.12rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: rgba(255,255,255,.6); font-size: .84rem; }
.breadcrumbs a { color: #b8d0ff; text-decoration: none; }
.filter-bar { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-btn { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font: inherit; font-weight: 700; cursor: pointer; }
.filter-btn.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.catalog-card { min-height: 330px; }
.catalog-card[hidden] { display: none; }
.gallery-meta { display: flex; gap: 10px; align-items: center; margin-top: 20px; color: var(--muted); font-size: .88rem; }
.gallery-grid { columns: 3 280px; column-gap: 18px; }
.gallery-item { display: block; width: 100%; padding: 0; margin: 0 0 18px; border: 0; border-radius: 20px; overflow: hidden; background: #e8edf6; cursor: zoom-in; break-inside: avoid; box-shadow: var(--shadow-soft); }
.gallery-item img { display: block; width: 100%; height: auto; transition: transform .45s, filter .3s; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1.08); }
.gallery-item::before { content: "+"; position: absolute; z-index: 3; right: 16px; bottom: 16px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(7,27,61,.7); backdrop-filter: blur(10px); font-size: 1.45rem; font-weight: 300; opacity: 0; transform: translateY(12px) scale(.85); transition: opacity .3s, transform .3s; }
.gallery-item::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.24) 45%, transparent 65%); transform: translateX(-120%); transition: transform .7s ease; }
.gallery-item.reveal.visible { position: relative; transition: opacity .7s ease, transform .38s ease, box-shadow .38s ease; }
.gallery-item.reveal.visible:hover { transform: translateY(-9px) rotate(-.7deg); box-shadow: 0 24px 48px rgba(7,27,61,.24); }
.gallery-item.reveal.visible:nth-child(even):hover { transform: translateY(-9px) rotate(.7deg); }
.gallery-item:hover::before, .gallery-item:focus-visible::before { opacity: 1; transform: none; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { transform: translateX(120%); }
.gallery-item:hover img { transform: scale(1.065); filter: saturate(1.12) contrast(1.03); }
.gallery-item:focus-visible { outline: 4px solid rgba(21,87,214,.35); outline-offset: 4px; }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; padding: 30px; background: rgba(3,12,29,.94); backdrop-filter: blur(12px); }
.lightbox.open { display: grid; }
.lightbox.open { animation: lightboxFade .28s ease both; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 16px; box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.lightbox.open img { animation: lightboxZoom .38s cubic-bezier(.2,.8,.2,1) both; }
.lightbox img.switching { animation: photoSwitch .3s ease both; }
@keyframes lightboxFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lightboxZoom { from { opacity: 0; transform: scale(.9) translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes photoSwitch { from { opacity: .25; transform: scale(.97); } to { opacity: 1; transform: none; } }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; border: 1px solid rgba(255,255,255,.2); color: #fff; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); border-radius: 50%; cursor: pointer; }
.lightbox-close { right: 24px; top: 24px; width: 48px; height: 48px; font-size: 1.6rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 52px; height: 52px; font-size: 1.6rem; }
.lightbox-prev { left: 24px; }.lightbox-next { right: 24px; }

/* Transparency */
.transparency-layout { display: grid; grid-template-columns: 290px 1fr; gap: 34px; align-items: start; }
.year-nav { position: sticky; top: 112px; padding: 24px; }
.year-nav strong { display: block; margin-bottom: 14px; }
.year-nav a { display: block; padding: 9px 12px; text-decoration: none; color: var(--muted); border-radius: 10px; }
.year-nav a:hover { color: var(--blue); background: rgba(21,87,214,.07); }
.year-block { padding: 30px; margin-bottom: 22px; scroll-margin-top: 115px; }
.year-block h2 { display: flex; align-items: center; justify-content: space-between; font-size: 2rem; margin-bottom: 20px; }
.year-block h2 span { color: var(--red); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.doc-list { display: grid; gap: 10px; }
.doc-link { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); text-decoration: none; background: #fff; transition: .2s; }
.doc-link:hover { border-color: rgba(21,87,214,.35); transform: translateX(3px); }
.doc-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--red); background: rgba(216,32,50,.08); border-radius: 12px; font-weight: 900; }
.doc-link small { color: var(--muted); }

/* Contact and footer */
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.contact-main, .contact-side { padding: 38px; }
.contact-main { color: #fff; background: var(--navy); }
.contact-main p { color: rgba(255,255,255,.7); }
.contact-links { display: grid; gap: 12px; margin-top: 28px; }
.contact-links a { color: #fff; text-decoration: none; }
.contact-side { background: rgba(255,255,255,.9); }
.site-footer { padding: 70px 0 26px; color: rgba(255,255,255,.7); background: #04122b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.site-footer .brand strong { color: #fff; }.site-footer .brand span { color: rgba(255,255,255,.5); }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 18px; letter-spacing: 0; }
.site-footer nav { display: grid; gap: 9px; }.site-footer nav a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.socials { display: flex; gap: 10px; }.socials a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; text-decoration: none; color: #fff; }
.whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 900; display: grid; place-items: center; width: 60px; height: 60px; color: #fff; background: #19b866; border-radius: 50%; text-decoration: none; font-weight: 900; box-shadow: 0 15px 35px rgba(25,184,102,.32); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 84px; left: 20px; right: 20px; padding: 14px; flex-direction: column; align-items: stretch; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }.main-nav a { padding: 13px 15px; }
  .hero { min-height: auto; }.hero-grid, .split, .history-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 520px; }.impact-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .values-grid { grid-template-columns: 1fr 1fr; }.events-grid { grid-template-columns: 1fr 1fr; }.partners-grid { grid-template-columns: repeat(3, 1fr); }
  .history-image { position: static; }.history-image img { max-height: 480px; object-fit: cover; }
  .transparency-layout { grid-template-columns: 1fr; }.year-nav { position: static; }.year-nav div { display: flex; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 70px 0; }.section-head { display: block; }
  .nav-wrap { min-height: 74px; }.main-nav { top: 74px; }.brand span { display: none; }
  .hero { padding: 70px 0 56px; }.hero-grid { gap: 38px; }.hero h1 { font-size: clamp(2.55rem, 13vw, 4.1rem); }
  .hero-actions .btn { width: 100%; }.hero-card { padding: 24px; }
  .values-grid, .events-grid, .footer-grid { grid-template-columns: 1fr; }.partners-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: auto; }
  .photo-stack { padding-right: 16px; }.photo-badge { right: 0; top: 20px; width: 140px; }
  .event-card { min-height: 350px; }.cta-band { grid-template-columns: 1fr; padding: 30px; }
  .gallery-grid { columns: 2 140px; column-gap: 10px; }.gallery-item { margin-bottom: 10px; border-radius: 13px; }
  .lightbox-prev { left: 8px; }.lightbox-next { right: 8px; }.lightbox { padding: 12px; }
  .year-block { padding: 20px 16px; }.doc-link { grid-template-columns: 38px 1fr; }.doc-link > small:last-child { display: none; }
  .contact-main, .contact-side { padding: 28px; }.footer-bottom { flex-direction: column; }
  .registry-card dl > div { grid-template-columns: 1fr; gap: 2px; }.registry-card dd { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
