:root {
  --ink: #151519;
  --muted: #67676f;
  --paper: #f6f4f1;
  --white: #ffffff;
  --red: #b50916;
  --red-dark: #810711;
  --line: rgba(21, 21, 25, .14);
  --shadow: 0 24px 70px rgba(24, 18, 18, .12);
  --radius: 1.25rem;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--red); text-underline-offset: .18em; }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4 { margin: 0 0 .7em; font-family: Georgia, "Times New Roman", serif; line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); max-width: 11ch; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.15rem; }
button, input, textarea, select { font: inherit; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; padding: .65rem 1rem; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .8rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; gap: .5rem; padding: .82rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); color: #fff; }
.button-ghost { border-color: var(--line); color: var(--ink); }
.button-ghost:hover { border-color: var(--red); color: var(--red); }
.button-light { background: #fff; color: var(--ink); }

.site-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: auto 1fr auto; min-height: 6rem; align-items: center; gap: 2rem; padding: .75rem max(1.2rem, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: rgba(246, 244, 241, .94); backdrop-filter: blur(18px); }
.brand img { width: 10rem; max-height: 4.5rem; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.site-nav a { position: relative; color: var(--ink); font-size: .89rem; font-weight: 750; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -.4rem; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-call { display: grid; color: var(--ink); line-height: 1.15; text-decoration: none; }
.header-call small { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; border: 0; background: transparent; }

.page-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 35rem; align-items: end; gap: 4rem; overflow: hidden; padding: clamp(4rem, 8vw, 7.5rem) max(1.2rem, calc((100vw - var(--max)) / 2)); background: var(--ink); color: #fff; }
.page-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 76% 20%, rgba(181,9,22,.4), transparent 34%), linear-gradient(115deg, transparent 55%, rgba(255,255,255,.05)); content: ""; }
.page-hero::after { position: absolute; right: -8vw; bottom: -22rem; width: 43rem; height: 43rem; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.hero-copy, .hero-signature { position: relative; z-index: 1; }
.hero-lead { max-width: 56rem; margin: 1.5rem 0 0; color: rgba(255,255,255,.74); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.page-hero .button-ghost { border-color: rgba(255,255,255,.3); color: #fff; }
.hero-signature { display: flex; align-items: center; gap: .9rem; padding-bottom: .9rem; }
.hero-signature span { color: var(--red); font-family: Georgia, serif; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .75; }
.hero-signature small { color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.page-legal, .page-archive { min-height: 25rem; }
.page-legal .hero-signature, .page-archive .hero-signature { display: none; }

.content-shell { width: min(var(--max), calc(100% - 2.4rem)); margin: 0 auto; padding: clamp(3.5rem, 7vw, 7rem) 0; }
.article-content { display: grid; gap: 1.4rem; }
.article-content > .clear, .article-content .clear { display: none; }
.article-content > .ce_text, .article-content > .ce_sliderStart, .article-content > .mod_eventlist, .article-content > .ce_gallery, .article-content > .event, .article-content > .layout_full, .article-content > .mod_eventreader {
  padding: clamp(1.5rem, 4vw, 3.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 40px rgba(20,20,24,.04);
}
.article-content .controw { display: grid; grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.25fr); gap: 1.4rem; }
.article-content .controw > * { padding: clamp(1.5rem, 4vw, 3.2rem); border-radius: var(--radius); }
.article-content .backbox { background: #fff; }
.article-content .backred, .article-content .redback { background: var(--red); color: #fff; }
.article-content .redback a, .article-content .backred a { color: #fff; }
.article-content .image, .article-content .image40l { overflow: hidden; margin: 0 0 1.5rem; border-radius: calc(var(--radius) - .35rem); }
.article-content .image40l { float: left; width: min(43%, 28rem); margin: .2rem 2rem 1rem 0; }
.article-content .image img, .article-content .image40l img { width: 100%; max-height: 32rem; object-fit: cover; }
.article-content .buttonx a { display: inline-flex; margin-top: .4rem; padding: .7rem 1rem; border: 1px solid currentColor; border-radius: 999px; font-weight: 800; text-decoration: none; }
.article-content .content-slider .slider-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.article-content .content-slider .ce_text { padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); }
.article-content .img20l { float: left; width: 5rem; height: 5rem; margin: 0 1rem .5rem 0; border-radius: 50%; object-fit: cover; }
.article-content .mod_eventlist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.article-content .mod_eventlist > h3 { grid-column: 1 / -1; }
.article-content .eventwrap { display: grid; gap: .25rem; height: 100%; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--paper); }
.article-content .eventwrap .date { color: var(--muted); font-size: .82rem; font-weight: 700; }
.article-content .eventwrap a { font-weight: 800; }
.article-content .ce_gallery ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: 1rem; padding: 0; list-style: none; }
.article-content .ce_gallery img { width: 100%; aspect-ratio: 4 / 3; border-radius: .8rem; object-fit: cover; }
.article-content table { width: 100%; border-collapse: collapse; }
.article-content td { padding: .65rem; border-bottom: 1px solid var(--line); }

.contact-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 6vw, 5rem); padding: clamp(1.5rem, 4vw, 3.2rem); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-copy { align-self: start; }
.contact-link { display: block; margin: .5rem 0; color: var(--ink); font-weight: 800; text-decoration: none; }
.event-form { display: grid; gap: 1.1rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.event-form label, .event-form legend { color: var(--ink); font-size: .88rem; font-weight: 800; }
.event-form input:not([type="checkbox"]), .event-form textarea, .event-form select { width: 100%; margin-top: .38rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--paper); color: var(--ink); }
.event-form input:focus, .event-form textarea:focus { border-color: var(--red); outline: 3px solid rgba(181,9,22,.13); }
.event-form fieldset { padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; }
.checks { display: flex; flex-wrap: wrap; gap: .7rem 1.1rem; margin-top: .6rem; }
.privacy-check { display: flex; align-items: flex-start; gap: .6rem; }
.privacy-check input { margin-top: .35rem; }
.event-form .button { width: fit-content; cursor: pointer; }
.form-note { color: var(--muted); font-size: .88rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.status-page { display: grid; min-height: 100vh; place-items: center; padding: 1.5rem; background: var(--ink); }
.status-card { width: min(40rem, 100%); padding: clamp(2rem, 7vw, 4rem); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.status-card h1 { max-width: none; font-size: clamp(2.4rem, 7vw, 4.5rem); }

.cta-band { display: flex; width: min(var(--max), calc(100% - 2.4rem)); align-items: center; justify-content: space-between; gap: 2rem; margin: 0 auto clamp(3rem, 7vw, 7rem); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); background: var(--red); color: #fff; }
.cta-band h2 { max-width: 16ch; margin: 0; }
.cta-band .eyebrow { color: rgba(255,255,255,.7); }
.site-footer { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 2rem; padding: clamp(3rem, 7vw, 5rem) max(1.2rem, calc((100vw - var(--max)) / 2)); background: #0d0d0f; color: rgba(255,255,255,.72); }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; }
.site-footer strong { color: #fff; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-brand strong { color: var(--red); font-family: Georgia, serif; font-size: 3rem; line-height: .8; }
.footer-brand span { max-width: 14rem; }
.footer-bottom { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

.landing-directory { display: grid; grid-template-columns: minmax(16rem, .7fr) minmax(0, 1.3fr); gap: 2rem; width: min(var(--max), calc(100% - 2.4rem)); margin: 0 auto clamp(3rem, 7vw, 7rem); padding: clamp(1.5rem, 4vw, 3.2rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.landing-directory__intro h2 { max-width: 12ch; }
.landing-directory__intro p:last-child { color: var(--muted); }
.landing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.landing-card { display: grid; min-height: 9rem; align-content: center; gap: .45rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.landing-card:hover { border-color: var(--red); background: #fff; color: var(--ink); transform: translateY(-2px); }
.landing-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.1; }
.landing-card span { color: var(--muted); font-size: .9rem; line-height: 1.45; }
.landing-intro::after { display: block; clear: both; content: ""; }
.landing-faq h3 { margin-top: 1.5rem; font-family: inherit; font-size: 1.05rem; letter-spacing: 0; }
.landing-faq h3:first-of-type { margin-top: 0; }
.landing-links a { color: #fff; font-weight: 750; }

.whatsapp-fab {
  position: fixed;
  z-index: 450;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  gap: .6rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: #167f45;
  box-shadow: 0 14px 38px rgba(0,0,0,.24);
  color: #fff;
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
  transition: bottom .25s ease, transform .2s ease, background .2s ease;
}
.whatsapp-fab:hover { background: #116e3a; color: #fff; transform: translateY(-2px); }
.whatsapp-fab:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.whatsapp-fab svg { width: 1.8rem; height: 1.8rem; flex: 0 0 auto; }
body.cookie-notice-open .whatsapp-fab { bottom: calc(var(--cookie-notice-height, 9rem) + 1rem); }

.cookie-notice {
  position: fixed;
  z-index: 500;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  padding: 1rem max(1.2rem, calc((100vw - var(--max)) / 2), env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,.15);
  background: rgba(13,13,15,.98);
  box-shadow: 0 -14px 40px rgba(0,0,0,.2);
  color: rgba(255,255,255,.82);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice > div { max-width: 58rem; }
.cookie-notice strong { display: block; margin-bottom: .15rem; color: #fff; }
.cookie-notice p { margin: 0; font-size: .88rem; line-height: 1.5; }
.cookie-notice a { color: #fff; }
.cookie-notice__accept {
  min-height: 2.9rem;
  flex: 0 0 auto;
  padding: .65rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}
.cookie-notice__accept:hover { background: #d01622; }
.cookie-notice__accept:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.external-media {
  display: grid;
  min-height: 18rem;
  place-content: center;
  justify-items: center;
  gap: .5rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #ece9e5;
  text-align: center;
}
.external-media p { margin: 0; }
.external-media iframe { width: 100%; min-height: 28rem; border: 0; border-radius: inherit; }
.external-media--loaded { display: block; min-height: 0; padding: 0; background: #000; }
.privacy-updated { padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.privacy-copy code { padding: .12rem .3rem; border-radius: .25rem; background: var(--paper); font-size: .92em; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto 1fr auto; min-height: 5rem; }
  .header-call { display: none; }
  .menu-toggle { display: grid; grid-column: 3; width: 2.75rem; height: 2.75rem; place-content: center; gap: 4px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 1.4rem; height: 2px; background: var(--ink); }
  .site-nav { position: fixed; top: 5rem; right: 0; left: 0; display: none; align-items: stretch; padding: 1rem 1.2rem 1.5rem; border-bottom: 1px solid var(--line); background: var(--paper); flex-direction: column; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .65rem 0; font-size: 1rem; }
  .page-hero { grid-template-columns: 1fr; min-height: 30rem; align-content: end; }
  .hero-signature { display: none; }
  .article-content .controw, .contact-panel { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: repeat(2, 1fr); }
  .landing-directory { grid-template-columns: 1fr; }
  .landing-directory__intro h2 { max-width: none; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .brand img { width: 8rem; }
  .page-hero { min-height: 27rem; padding-top: 3rem; padding-bottom: 3.2rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .article-content .image40l { float: none; width: 100%; margin: 0 0 1.2rem; }
  .article-content .content-slider .slider-wrapper, .article-content .mod_eventlist, .form-grid { grid-template-columns: 1fr; }
  .cta-band { align-items: stretch; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .landing-grid { grid-template-columns: 1fr; }
  .cookie-notice { align-items: stretch; flex-direction: column; gap: .8rem; }
  .cookie-notice__accept { width: 100%; }
  .whatsapp-fab { width: 3.6rem; padding: .8rem; justify-content: center; }
  .whatsapp-fab span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .external-media iframe { min-height: 15rem; }
}

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