:root {
  --ink: #0b0b0b;
  --ink-soft: #151515;
  --paper: #efede7;
  --muted: #a7a49d;
  --line: rgba(255,255,255,.14);
  --accent: #b93423;
  --display: "Barlow Condensed", sans-serif;
  --metal: "Metal Mania", "Barlow Condensed", sans-serif;
  --body: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(22px,5vw,72px); border-bottom: 1px solid var(--line); }
.brand img { width: 130px; height: 72px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(20px,2.4vw,42px); font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a:not(.nav-cta):hover { color: #fff; }
.social-top a { display: grid; place-items: center; width: 38px; height: 38px; color: #d8d8d3; border: 1px solid #444440; transition: color .2s, background .2s, border-color .2s; }
.social-top a:hover { color: #050505; background: #ecebe6; border-color: #ecebe6; }
.social-top svg { width: 21px; height: 21px; fill: currentColor; }
.social-top svg rect, .social-top svg circle:not(.instagram-dot) { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-top svg .instagram-dot { fill: currentColor; stroke: none; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.7); }
.menu-toggle { display: none; color: var(--paper); background: none; border: 1px solid var(--line); padding: 8px 12px; font: 700 .9rem var(--display); text-transform: uppercase; }

.hero { min-height: 100svh; position: relative; isolation: isolate; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; overflow: hidden; padding: 175px clamp(22px,7vw,110px) clamp(54px,7vw,100px); background: radial-gradient(circle at 78% 45%, #292929 0, #101010 34%, #080808 68%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.18), transparent 55%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 55%); }
.hero-grain { position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.eyebrow, .section-index { margin: 0 0 18px; color: var(--muted); font: 700 .78rem var(--body); letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin: 0; font: 800 clamp(4.6rem,10.3vw,10rem)/.78 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 620px; margin: 34px 0 0; color: #d1cec7; font-size: clamp(1.05rem,1.7vw,1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; font: 800 .94rem var(--display); letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; }
.button-secondary { border: 1px solid rgba(255,255,255,.45); }
.button-dark { background: var(--ink); color: #fff; }
.hero-mark { align-self: center; justify-self: end; width: min(43vw,630px); opacity: .24; filter: drop-shadow(0 20px 55px rgba(0,0,0,.7)); }
.hero-location { position: absolute; right: clamp(22px,5vw,72px); bottom: clamp(28px,4vw,56px); color: #888; font: 600 .7rem/1.5 var(--body); letter-spacing: .18em; text-transform: uppercase; text-align: right; }

.quick-access { display: grid; grid-template-columns: repeat(4,1fr); background: #060606; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-access a { position: relative; min-height: 210px; padding: 34px; display: flex; flex-direction: column; justify-content: end; border-right: 1px solid var(--line); transition: background .2s; }
.quick-access a:last-child { border-right: 0; }
.quick-access a:hover { background: var(--accent); }
.quick-access span { position: absolute; top: 26px; right: 28px; color: #777; font: 700 .72rem var(--body); }
.quick-access a:hover span, .quick-access a:hover small { color: rgba(255,255,255,.72); }
.quick-access strong { font: 800 clamp(1.45rem,2.2vw,2.35rem)/1 var(--display); text-transform: uppercase; }
.quick-access small { margin-top: 10px; color: var(--muted); }

.section { padding: clamp(78px,10vw,150px) clamp(22px,7vw,110px); }
.statement { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; background: var(--paper); color: var(--ink); }
.statement .section-index, .split-section .section-index { color: #77736c; }
.statement h2, .split-section h2, .membership h2 { max-width: 950px; margin: 0; font: 800 clamp(3.1rem,7vw,7.5rem)/.9 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.statement p:not(.section-index) { max-width: 680px; font-size: 1.18rem; }
.text-link { display: inline-flex; gap: 18px; margin-top: 22px; border-bottom: 1px solid currentColor; font: 800 1rem var(--display); letter-spacing: .05em; text-transform: uppercase; }

.dark-panel { background: var(--ink-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; font: 800 clamp(3rem,6vw,6.5rem)/.88 var(--display); text-transform: uppercase; }
.empty-feature { max-width: 1000px; padding: clamp(35px,6vw,85px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(110deg, rgba(185,52,35,.15), transparent 48%); }
.empty-feature h3 { max-width: 800px; margin: 0 0 18px; font: 700 clamp(2rem,4vw,4rem)/1 var(--display); text-transform: uppercase; }
.empty-feature > p:last-child { color: var(--muted); }

.split-section { display: grid; grid-template-columns: 1.5fr 1fr; gap: 9vw; background: var(--paper); color: var(--ink); }
.split-section > div:last-child { align-self: end; max-width: 520px; font-size: 1.16rem; }
.split-section .button { margin-top: 25px; }
.original-note { margin: 24px 0 2px; padding: 18px 20px; border-left: 4px solid var(--accent); background: #dedbd3; font-size: .95rem; }
.form-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,120px); }
.form-section-dark { background: #111; }
.form-intro h2 { margin: 0 0 26px; font: 800 clamp(3rem,5.5vw,6rem)/.88 var(--display); text-transform: uppercase; }
.form-intro > p:not(.section-index) { max-width: 560px; color: var(--muted); }
.form-rule { padding: 18px; border: 1px solid rgba(185,52,35,.55); color: #ddd !important; font-size: .9rem; }
.umm-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-content: start; }
.umm-form label { display: grid; gap: 8px; color: #bbb; font: 700 .75rem var(--body); letter-spacing: .08em; text-transform: uppercase; }
.umm-form input, .umm-form textarea { width: 100%; padding: 14px 2px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid #555; border-radius: 0; outline: none; font: 400 1rem var(--body); text-transform: none; }
.umm-form input:focus, .umm-form textarea:focus { border-color: var(--accent); }
.form-wide { grid-column: 1 / -1; }
.form-consent { display: flex !important; grid-template-columns: auto 1fr !important; align-items: start; color: #8e8b84 !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.form-consent input { width: 18px; margin-top: 3px; }
.form-status { margin: 0; color: var(--accent); font-weight: 600; }
.member-form-section { background: var(--paper); color: var(--ink); }
.member-form-section .section-index, .member-form-section .form-intro > p { color: #716e68; }
.member-form-section .umm-form label { color: #4f4c47; }
.member-form-section .umm-form input, .member-form-section .umm-form textarea { border-color: #a9a59d; }

.merch-section { min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; background: #090909; }
.merch-art { align-self: stretch; display: grid; place-items: center; padding: 8vw; background: radial-gradient(circle, #3b3b3b, #111 56%, #090909 75%); }
.merch-art img { width: min(580px,75vw); filter: drop-shadow(0 28px 55px #000); }
.merch-copy { padding: clamp(55px,8vw,120px); }
.merch-copy h2 { margin: 0 0 24px; font: 800 clamp(3.5rem,7vw,7rem)/.85 var(--display); text-transform: uppercase; }
.merch-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.merch-copy .button { margin-top: 22px; }
.news-section { background: #0d0d0d; }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1px; background: var(--line); }
.news-grid article { min-height: 310px; padding: clamp(28px,4vw,60px); background: #111; }
.news-grid h3 { margin: 0 0 18px; font: 700 clamp(2rem,4vw,3.8rem)/1 var(--display); text-transform: uppercase; }
.news-grid article p:last-child { max-width: 620px; color: var(--muted); }
.news-callout { background: #181818 !important; }

.membership { padding: clamp(90px,13vw,190px) clamp(22px,10vw,160px); text-align: center; background: var(--accent); }
.membership .eyebrow { color: rgba(255,255,255,.7); }
.membership h2 { max-width: 1050px; margin-inline: auto; }
.membership > p:not(.eyebrow) { max-width: 660px; margin: 28px auto; font-size: 1.12rem; }
.membership .button-primary { background: #0a0a0a; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: end; gap: 45px; padding: 65px clamp(22px,7vw,110px); background: #050505; border-top: 1px solid var(--line); }
.site-footer > img { width: 190px; max-height: 115px; object-fit: contain; object-position: left center; }
.site-footer p { margin: 0; color: var(--muted); font-size: .88rem; }
.site-footer address { color: #bbb; font-style: normal; }
.footer-social div { display: flex; flex-wrap: wrap; gap: 16px; font: 700 .88rem var(--display); text-transform: uppercase; }
.footer-social a { border-bottom: 1px solid #777; }
.copyright { text-align: right; }
.whatsapp-button { position: fixed; z-index: 20; right: 22px; bottom: 22px; min-height: 48px; display: grid; place-items: center; padding: 0 20px; color: white; background: #178943; border: 3px solid #0b0b0b; border-radius: 999px; box-shadow: 0 8px 28px rgba(0,0,0,.4); font: 800 .9rem var(--display); letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 28px; flex-direction: column; align-items: stretch; background: #080808; }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-mark { position: absolute; z-index: -1; right: -14%; top: 20%; width: 72vw; opacity: .16; }
  .hero-location { display: none; }
  .statement, .split-section { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .quick-access { grid-template-columns: 1fr 1fr; }
  .quick-access a:nth-child(2) { border-right: 0; }
  .quick-access a { min-height: 165px; border-bottom: 1px solid var(--line); }
  .form-section, .merch-section { grid-template-columns: 1fr; }
  .merch-art { min-height: 480px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 560px) {
  .brand img { width: 105px; height: 58px; }
  .hero { padding-top: 145px; }
  .hero h1 { font-size: clamp(4rem,22vw,6rem); }
  .section-heading { align-items: start; flex-direction: column; }
  .quick-access { grid-template-columns: 1fr; }
  .quick-access a, .quick-access a:nth-child(2) { border-right: 0; }
  .umm-form { grid-template-columns: 1fr; }
  .umm-form label { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* Identidad editorial de la asociación: deliberadamente distinta a la de un pub */
:root { --ink: #191c20; --ink-soft: #252a30; --paper: #f3f0e7; --muted: #71767d; --accent: #2450e6; --sun: #e6d84a; }
body { color: var(--ink); background: var(--paper); }
.site-header { position: relative; top: auto; left: auto; color: var(--paper); background: var(--ink); padding-block: 18px; }
.nav-cta { color: var(--ink); background: var(--sun); border: 0; }
.hero { min-height: calc(100svh - 109px); grid-template-columns: 1.12fr .88fr; align-items: stretch; padding: 0; color: var(--ink); background: var(--paper); }
.hero::before { content: "CASTILLA–LA MANCHA / METAL / CULTURA / COMUNIDAD"; position: absolute; inset: auto auto 0 0; z-index: 2; width: 56%; padding: 13px clamp(22px,5vw,72px); color: #fff; background: var(--accent); font: 700 .67rem var(--body); letter-spacing: .19em; white-space: nowrap; overflow: hidden; }
.hero-grain { display: none; }
.hero-copy { align-self: center; padding: clamp(70px,9vw,135px) clamp(22px,7vw,110px) clamp(100px,10vw,150px); }
.hero h1 { font-size: clamp(4.3rem,9vw,9rem); }
.hero-lead { color: #565b62; }
.button-secondary { color: var(--ink); border-color: var(--ink); }
.hero-identity { display: grid; grid-template-rows: 1fr auto; min-width: 0; background: var(--accent); }
.identity-logo { display: grid; place-items: center; padding: clamp(45px,7vw,105px); }
.identity-logo img { width: min(550px,78vw); filter: drop-shadow(0 20px 40px rgba(0,0,0,.22)); }
.identity-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.3); }
.identity-grid span { min-height: 74px; display: grid; place-items: center; color: #fff; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); font: 800 1rem var(--display); letter-spacing: .08em; text-transform: uppercase; }
.hero-location { top: 24px; bottom: auto; color: rgba(255,255,255,.75); }
.quick-access { color: var(--ink); background: #fff; border-color: #c7c4bc; }
.quick-access a { border-color: #c7c4bc; transition: background .2s, color .2s; }
.quick-access a:hover { color: #fff; background: var(--accent); }
.quick-access small { color: #767676; }
.dark-panel { color: #fff; background: var(--ink-soft); }
.form-section-dark { color: #fff; background: var(--accent); }
.form-section-dark .section-index, .form-section-dark .form-intro > p { color: rgba(255,255,255,.72); }
.form-section-dark .umm-form label { color: rgba(255,255,255,.82); }
.form-section-dark .umm-form input, .form-section-dark .umm-form textarea { border-color: rgba(255,255,255,.55); }
.form-rule { color: #fff !important; border-color: rgba(255,255,255,.55); }
.form-section-dark .button-primary { color: var(--ink); background: var(--sun); }
.form-section-dark .form-status { color: var(--sun); }
.merch-section { color: var(--ink); background: var(--sun); }
.merch-art { position: relative; background: var(--ink); }
.merch-art::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.25); }
.merch-art img { position: relative; z-index: 1; width: min(530px,75vw); }
.merch-art span { position: absolute; z-index: 2; left: 50px; bottom: 48px; color: #fff; font: 700 .72rem/1.5 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.merch-copy > p:not(.eyebrow) { color: #575344; }
.news-section { color: var(--ink); background: #fff; }
.news-grid { background: #cbc7be; }
.news-grid article { background: var(--paper); }
.news-callout { color: #fff; background: var(--accent) !important; }
.news-callout p { color: rgba(255,255,255,.76) !important; }
.membership { color: var(--ink); background: var(--sun); }
.membership .eyebrow { color: #6f681e; }
.membership .button-primary { color: #fff; background: var(--ink); }
.whatsapp-button { background: #16894a; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero::before { width: 100%; }
  .hero-identity { min-height: 620px; }
}

/* Más contraste, color y carácter black metal. */
.statement h2,
.split-section h2,
.section-heading h2,
.form-intro h2,
.membership h2,
.donation-copy h2,
.sponsor-intro h2,
.original-music-copy h2,
.merch-heading h2 {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 0 #000, 0 0 24px rgba(201,79,18,.28);
}

main > section:not(.hero):not(.quick-access) {
  position: relative;
  box-shadow: inset 0 1px rgba(215,163,58,.22), inset 0 -1px rgba(201,79,18,.16);
}

main > section:not(.hero):not(.quick-access)::after {
  content: "";
  position: absolute;
  left: 7vw;
  bottom: 0;
  width: clamp(70px,12vw,180px);
  height: 2px;
  background: linear-gradient(90deg,var(--gold),var(--ember),transparent);
  box-shadow: 0 0 18px rgba(201,79,18,.55);
}

.quick-access {
  background: linear-gradient(90deg,rgba(12,5,2,.96),rgba(31,10,3,.88),rgba(12,5,2,.96));
}

.quick-access a { border-color: rgba(217,120,22,.32); }

.quick-access strong,
.feature-card h3,
.news-card h3,
.merch-product h3 { color: #fff; }

.feature-card,
.news-card,
.merch-product,
.sponsor-options article,
.donation-card,
.umm-form {
  border-color: rgba(217,120,22,.34);
  box-shadow: inset 0 0 42px rgba(115,31,7,.08);
}

.site-footer {
  position: relative;
  background-color: #050505;
  background-image:
    linear-gradient(to bottom,#050505 0,rgba(5,5,5,.72) 28%,rgba(22,6,2,.48) 68%,rgba(5,5,5,.92) 100%),
    url("assets/hero-embers-v1.webp");
  background-position: center bottom;
  background-size: cover;
  border-top: 1px solid rgba(215,163,58,.42);
  box-shadow: inset 0 35px 80px rgba(0,0,0,.75);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 70%,rgba(201,79,18,.16),transparent 38%);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

/* Versión final del bloque corporativo: debe permanecer al final de la cascada. */
.footer-legal-panel {
  display: grid;
  grid-template-columns: minmax(280px,1.35fr) minmax(250px,1fr);
  gap: 30px clamp(35px,6vw,90px);
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-align: left;
}
.footer-owner { display: grid; gap: 8px; }
.footer-owner .eyebrow, .footer-official-email .eyebrow { margin: 0 0 5px; }
.footer-owner strong { color: #fff; font: 800 clamp(1.2rem,2vw,1.65rem)/1.1 var(--display); text-transform: uppercase; }
.footer-owner span { color: #fff; font-size: .84rem; line-height: 1.5; }
.footer-official-email a { color: #fff; font-weight: 700; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.footer-legal-panel .legal-links { grid-column: 1 / -1; justify-content: flex-start; gap: 13px 22px; }
.footer-legal-panel .legal-links a,
.footer-legal-panel .legal-links button { color: #fff; border-bottom-color: rgba(255,255,255,.55); }
.footer-bottom { justify-content: center; padding-top: 22px; border-top: 0; text-align: center; }
.footer-bottom .copyright { color: #fff; font-size: .78rem; letter-spacing: .03em; }

@media (max-width: 760px) {
  .footer-legal-panel { grid-template-columns: 1fr; text-align: center; }
  .footer-legal-panel .legal-links { grid-column: auto; justify-content: center; }
}

/* Información corporativa y legal del pie */
.footer-legal-panel {
  display: grid;
  grid-template-columns: minmax(280px,1.35fr) minmax(250px,1fr);
  gap: 30px clamp(35px,6vw,90px);
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-align: left;
}

.footer-owner { display: grid; gap: 8px; }
.footer-owner .eyebrow, .footer-official-email .eyebrow { margin: 0 0 5px; }
.footer-owner strong { font: 800 clamp(1.2rem,2vw,1.65rem)/1.1 var(--display); text-transform: uppercase; }
.footer-owner span { color: #fff; font-size: .84rem; line-height: 1.5; }
.footer-official-email a { color: #fff; font-weight: 700; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.footer-legal-panel .legal-links { grid-column: 1 / -1; gap: 13px 22px; }
.footer-legal-panel .legal-links a,
.footer-legal-panel .legal-links button { color: #fff; border-bottom-color: rgba(255,255,255,.55); }
.footer-bottom { justify-content: center; padding-top: 22px; border-top: 0; text-align: center; }
.footer-bottom .copyright { color: #fff; font-size: .78rem; letter-spacing: .03em; }

@media (max-width: 760px) {
  .footer-legal-panel { grid-template-columns: 1fr; text-align: center; }
  .footer-legal-panel .legal-links { grid-column: auto; justify-content: center; }
}

/* Blanco uniforme para todos los titulares secundarios. */
.quick-access strong,
.feature-card h3,
.news-card h3,
.merch-product h3,
.sponsor-options h3,
.empty-feature h3 {
  color: #fff;
}

/* Tipografía puntiaguda inspirada en la referencia GRIND DAY. */
.statement h2,
.split-section h2,
.section-heading h2,
.form-intro h2,
.membership h2,
.donation-copy h2,
.sponsor-intro h2,
.original-music-copy h2,
.merch-heading h2 {
  font-family: var(--metal);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: .96;
  color: #fff;
  text-shadow: 0 3px 0 #000, 0 8px 24px rgba(0,0,0,.72);
}

/* Acero manchego */
:root { --ink: #202123; --ink-soft: #303234; --paper: #d9d7d0; --muted: #777873; --accent: #8f4935; --sun: #b7b2a8; }
body { background: #202123; }
.site-header { background: #202123; border-color: rgba(255,255,255,.16); }
.brand img { filter: grayscale(1); }
.nav-cta { color: #202123; background: #d9d7d0; }
.hero { background: #d9d7d0; }
.hero::after { content: ""; position: absolute; inset: 0 44% 0 0; z-index: -1; opacity: .22; background-image: repeating-linear-gradient(105deg, transparent 0 18px, rgba(30,30,30,.08) 19px 20px); mask-image: linear-gradient(to right,#000,transparent); }
.hero::before { color: #ddd9d1; background: #202123; }
.hero h1 span { color: var(--accent); }
.button-primary { background: var(--accent); }
.identity-logo { position: relative; background: radial-gradient(circle at 50% 42%, #525456 0, #333537 38%, #252628 72%); }
.identity-logo::before { content: "ASOCIACIÓN CULTURAL"; position: absolute; top: 28px; left: 28px; color: #9a9b96; font: 700 .65rem var(--body); letter-spacing: .2em; writing-mode: vertical-rl; }
.identity-logo::after { content: "CLM · 001"; position: absolute; right: 26px; bottom: 25px; color: #8b8d89; font: 700 .65rem var(--body); letter-spacing: .18em; }
.identity-logo img { filter: grayscale(1) drop-shadow(0 22px 36px rgba(0,0,0,.45)); }
.hero-identity { background: #303234; }
.identity-grid { border-color: rgba(255,255,255,.16); background: #303234; }
.identity-grid span { color: #d9d7d0; border-color: rgba(255,255,255,.16); }
.hero-seal { width: max-content; display: grid; grid-template-columns: auto auto; align-items: center; gap: 12px; margin-top: 30px; padding: 10px 14px; border: 1px solid #777771; transform: rotate(-1.4deg); }
.hero-seal b { font: 800 1.7rem var(--display); letter-spacing: -.04em; }
.hero-seal span { padding-left: 12px; border-left: 1px solid #777771; color: #555650; font: 700 .59rem/1.45 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.quick-access { background: #c7c5be; border-color: #aaa8a1; }
.quick-access a { border-color: #aaa8a1; }
.quick-access a:hover { color: #fff; background: #303234; }
.statement { background: #e5e3dd; }
.manifesto-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 0 clamp(22px,7vw,110px); color: #d8d5ce; background: #202123; border-top: 1px solid #4d4e50; border-bottom: 1px solid #4d4e50; }
.manifesto-strip span { padding: 24px 18px; border-right: 1px solid #4d4e50; font: 800 clamp(.78rem,1.2vw,1rem) var(--display); letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.manifesto-strip span:last-child { border: 0; }
.dark-panel { background: #292b2d; }
.empty-feature { background: linear-gradient(110deg,rgba(143,73,53,.22),transparent 48%); }
.split-section { background: #d2d0c9; }
.original-note { background: #bbb8b0; border-color: var(--accent); }
.form-section-dark { background: #3b3d3f; }
.form-section-dark .button-primary { color: #fff; background: var(--accent); }
.form-section-dark .form-status { color: #d8b3a7; }
.merch-section { background: #aaa79f; }
.merch-art { background: #242628; }
.merch-art::after { border-color: #686a6b; }
.news-section { background: #d9d7d0; }
.news-grid { background: #9b9993; }
.news-grid article { background: #e3e1db; }
.news-callout { background: #343638 !important; }
.membership { background: #b8b5ad; }
.membership .eyebrow { color: #635f59; }
.member-form-section { background: #ddd9d1; }
.whatsapp-button { background: #303c34; border-color: #202123; }

@media (max-width: 900px) {
  .hero::after { inset: 0; }
  .manifesto-strip { grid-template-columns: 1fr 1fr; }
  .manifesto-strip span:nth-child(2) { border-right: 0; }
}

@media (max-width: 560px) {
  .manifesto-strip { grid-template-columns: 1fr; }
  .manifesto-strip span { border-right: 0; border-bottom: 1px solid #4d4e50; }
}

/* Bosque industrial: versión verde y negro mate */
:root { --ink: #101210; --ink-soft: #181d19; --paper: #d5d9d2; --muted: #899188; --accent: #334f3e; --sun: #657463; }
body { color: #d5d9d2; background: #101210; }
.site-header { color: #d5d9d2; background: #0c0e0c; border-color: #29312b; }
.nav-cta { color: #e1e5df; background: #334f3e; }
.menu-toggle { border-color: #3e4941; }

.hero { min-height: calc(100svh - 109px); display: grid; grid-template-columns: 1fr; grid-template-areas: "identity" "copy"; grid-template-rows: auto auto; align-content: center; color: #d5d9d2; text-align: center; background: radial-gradient(circle at 50% 28%, #243128 0, #161b17 38%, #101210 72%); }
.hero::after { inset: 0; opacity: .15; background-image: repeating-linear-gradient(105deg,transparent 0 25px,rgba(113,139,119,.09) 26px 27px); mask-image: linear-gradient(to bottom,#000,transparent 84%); }
.hero::before { content: "CASTILLA–LA MANCHA · MÚSICA ORIGINAL · CULTURA INDEPENDIENTE"; width: 100%; padding: 13px 20px; color: #aeb7ae; background: #1d2821; text-align: center; }
.hero-identity { grid-area: identity; display: block; min-height: auto; background: transparent; }
.identity-logo { min-height: 0; padding: clamp(65px,8vw,105px) 24px 22px; background: transparent; }
.identity-logo::before, .identity-logo::after { display: none; }
.identity-logo img { width: min(490px,76vw); filter: grayscale(1) drop-shadow(0 28px 48px rgba(0,0,0,.7)); }
.identity-grid { display: flex; justify-content: center; gap: 8px; border: 0; background: transparent; }
.identity-grid span { min-height: auto; padding: 7px 12px; color: #9eaa9f; background: #1b211c; border: 1px solid #364038; font-size: .78rem; }
.hero-copy { grid-area: copy; align-self: auto; justify-self: center; max-width: 980px; padding: 32px 24px 110px; }
.hero .eyebrow { color: #869188; }
.hero h1 { max-width: 950px; margin-inline: auto; font-size: clamp(4rem,8vw,8rem); }
.hero h1 span { color: #78907b; }
.hero-lead { max-width: 670px; margin-inline: auto; color: #aeb5ad; }
.hero-actions { justify-content: center; }
.hero-seal { margin-inline: auto; border-color: #536056; }
.hero-seal span { color: #89948b; border-color: #536056; }
.hero-location { display: none; }
.button-primary { color: #f1f3ef; background: #334f3e; }
.button-secondary { color: #cfd5ce; border-color: #647067; }

.quick-access { color: #d5d9d2; background: #151815; border-color: #303832; }
.quick-access a { border-color: #303832; }
.quick-access a:hover { color: #fff; background: #334f3e; }
.quick-access span, .quick-access small { color: #7f8980; }
.statement { color: #d5d9d2; background: #1a1f1b; }
.statement .section-index, .split-section .section-index { color: #7e897f; }
.statement p:not(.section-index) { color: #aeb5ad; }
.manifesto-strip { color: #aab4ab; background: #0d100e; border-color: #2e3730; }
.manifesto-strip span { border-color: #2e3730; }
.dark-panel { background: #121713; }
.empty-feature { background: linear-gradient(110deg,rgba(51,79,62,.48),transparent 52%); }
.split-section { color: #d5d9d2; background: #202721; }
.split-section > div:last-child { color: #aeb5ad; }
.original-note { color: #dbe0da; background: #293329; border-color: #657463; }
.button-dark { color: #eff2ed; background: #0e110f; }
.form-section-dark { color: #d5d9d2; background: #172219; }
.form-section-dark .button-primary { color: #f0f3ef; background: #3e5948; }
.form-section-dark .form-status { color: #9bb09e; }
.merch-section { color: #d5d9d2; background: #273329; }
.merch-art { background: #0d100e; }
.merch-art::after { border-color: #354138; }
.merch-copy > p:not(.eyebrow) { color: #aeb5ad; }
.news-section { color: #d5d9d2; background: #111411; }
.news-grid { background: #334038; }
.news-grid article { color: #d5d9d2; background: #1c211d; }
.news-grid article p:last-child { color: #929b93; }
.news-callout { background: #293b30 !important; }
.membership { color: #e1e5df; background: #34483a; }
.membership .eyebrow { color: #a8b5aa; }
.membership .button-primary { color: #dfe4dd; background: #0e110f; }
.member-form-section { color: #d5d9d2; background: #1a1e1a; }
.member-form-section .section-index, .member-form-section .form-intro > p, .member-form-section .umm-form label { color: #929b93; }
.member-form-section .umm-form input, .member-form-section .umm-form textarea { color: #d5d9d2; border-color: #4d584f; }
.site-footer { background: #090b09; border-color: #283029; }
.whatsapp-button { color: #dce3dc; background: #25392d; border-color: #0b0e0c; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; grid-template-areas: "identity" "copy"; }
  .hero-identity { min-height: auto; }
}

@media (max-width: 560px) {
  .identity-grid { flex-wrap: wrap; padding-inline: 20px; }
  .hero-copy { padding-bottom: 90px; }
}

/* Portada cinematográfica inspirada en la referencia elegida */
.site-header { position: absolute; top: 0; left: 0; background: linear-gradient(to bottom,rgba(4,7,5,.88),transparent); border: 0; }
.site-header .brand { opacity: .78; }
.site-header .brand img { width: 105px; }
.main-nav { font-size: .88rem; }
.main-nav a { color: #abb4ac; }
.main-nav a:hover { color: #fff !important; }
.main-nav .nav-cta { color: #e7ebe6; background: transparent; border: 1px solid #69766b; }
.hero { min-height: 100svh; grid-template-areas: "identity" "copy"; grid-template-rows: 1fr auto; background-image: linear-gradient(to bottom,rgba(5,8,6,.12) 45%,rgba(6,9,7,.88) 100%), url("assets/hero-mineral-green.webp?v=3"); background-position: center; background-size: cover; }
.hero::after { display: none; }
.hero::before { content: "UNIÓN METALERA MANCHEGA  ·  ASOCIACIÓN CULTURAL"; z-index: 4; color: #9ca69d; background: rgba(9,13,10,.76); backdrop-filter: blur(8px); }
.hero-identity { align-self: end; padding-top: 120px; }
.identity-logo { padding: 45px 24px 18px; }
.identity-logo img { width: min(570px,82vw); filter: grayscale(1) drop-shadow(0 30px 42px rgba(0,0,0,.86)); }
.identity-grid { margin-top: 12px; }
.identity-grid span { color: #b6beb6; background: rgba(13,18,14,.7); border-color: #445047; backdrop-filter: blur(6px); }
.hero-copy { padding: 24px 24px 105px; }
.hero-copy .eyebrow { margin-bottom: 8px; }
.hero h1 { font: 700 clamp(1.7rem,3vw,2.8rem)/1 var(--display); letter-spacing: .03em; }
.hero h1 span { color: inherit; }
.hero-lead { max-width: 630px; margin-top: 15px; color: #b3bbb4; font-size: 1rem; }
.hero-seal { display: none; }
.hero-actions { margin-top: 24px; }
.hero .button { min-height: 45px; padding: 10px 18px; }

@media (max-width: 900px) {
  .site-header { background: rgba(8,11,9,.9); }
  .main-nav { background: #0b0f0c; }
  .hero { background-position: center top; }
  .hero-identity { padding-top: 140px; }
}

/* Negro ceniza: metal y rock, con atmósfera black metal */
:root { --ink: #070707; --ink-soft: #121212; --paper: #d0d0cc; --muted: #858585; --accent: #333333; --sun: #737373; }
body { color: #d2d2ce; background: #070707; }
.site-header { background: linear-gradient(to bottom,rgba(0,0,0,.94),transparent); }
.site-header .main-nav a { color: #a5a5a2; }
.main-nav .nav-cta { color: #e2e2de; border-color: #6e6e6b; }
.hero { background-color: #070707; background-image: linear-gradient(to bottom,rgba(0,0,0,.08) 35%,rgba(0,0,0,.93) 100%), url("assets/hero-mineral-green.webp?v=3"); background-blend-mode: normal, luminosity; }
.hero::before { color: #9c9c98; background: rgba(0,0,0,.78); }
.identity-logo img { filter: grayscale(1) contrast(1.15) drop-shadow(0 32px 48px #000); }
.identity-grid span { color: #b9b9b5; background: rgba(8,8,8,.74); border-color: #454545; }
.hero .eyebrow, .hero-lead { color: #aaa9a5; }
.hero .button-primary { color: #090909; background: #d1d1cc; }
.hero .button-secondary { color: #d0d0cc; border-color: #777773; }
.quick-access { color: #d1d1cd; background: #101010; border-color: #323232; }
.quick-access a { border-color: #323232; }
.quick-access a:hover { color: #fff; background: #292929; }
.quick-access span, .quick-access small { color: #7d7d79; }
.statement { color: #d1d1cd; background: #181818; }
.statement p:not(.section-index), .split-section > div:last-child { color: #a3a3a0; }
.manifesto-strip { color: #a8a8a4; background: #050505; border-color: #292929; }
.manifesto-strip span { border-color: #292929; }
.dark-panel { background: #0c0c0c; }
.empty-feature { background: linear-gradient(110deg,rgba(105,105,105,.2),transparent 52%); }
.split-section { color: #d2d2ce; background: #1d1d1d; }
.original-note { color: #d8d8d4; background: #2a2a2a; border-color: #858581; }
.form-section-dark { background: #111; }
.form-section-dark .button-primary { color: #0b0b0b; background: #c7c7c2; }
.form-section-dark .form-status { color: #aaa; }
.merch-section { color: #d2d2ce; background: #252525; }
.merch-copy > p:not(.eyebrow) { color: #aaa; }
.merch-art { background: #050505; }
.merch-art::after { border-color: #414141; }
.news-section { color: #d2d2ce; background: #0a0a0a; }
.news-grid { background: #343434; }
.news-grid article { color: #d2d2ce; background: #181818; }
.news-grid article p:last-child { color: #92928e; }
.news-callout { background: #292929 !important; }
.membership { color: #e2e2de; background: #303030; }
.membership .eyebrow { color: #aaa; }
.member-form-section { color: #d2d2ce; background: #151515; }
.member-form-section .section-index, .member-form-section .form-intro > p, .member-form-section .umm-form label { color: #92928f; }
.member-form-section .umm-form input, .member-form-section .umm-form textarea { color: #d2d2ce; border-color: #4e4e4b; }
.site-footer { background: #030303; border-color: #242424; }
.whatsapp-button { color: #ddd; background: #202020; border-color: #050505; }

@media (max-width: 900px) {
  .site-header { background: rgba(5,5,5,.94); }
  .main-nav { background: #070707; }
}

/* Negro editorial: contraste limpio, sin grandes superficies grises */
:root { --ink: #050505; --ink-soft: #0a0a0a; --paper: #ecebe6; --muted: #96958f; --accent: #ecebe6; --sun: #c9c8c2; }
body { color: #ecebe6; background: #050505; }
.site-header { background: linear-gradient(to bottom,#050505 0,rgba(5,5,5,.82) 58%,transparent 100%); }
.main-nav .nav-cta { color: #050505; background: #ecebe6; border: 0; }
.hero { background-color: #050505; background-image: linear-gradient(to bottom,rgba(0,0,0,.05) 38%,#050505 100%), url("assets/hero-mineral-green.webp?v=3"); background-blend-mode: normal, luminosity; }
.hero::before { color: #b8b7b1; background: rgba(5,5,5,.88); border-top: 1px solid rgba(255,255,255,.15); }
.identity-grid span { color: #d5d4ce; background: rgba(5,5,5,.82); border-color: rgba(255,255,255,.18); }
.hero .button-primary { color: #050505; background: #ecebe6; }
.hero .button-secondary { color: #ecebe6; border-color: rgba(255,255,255,.45); }
.quick-access { color: #ecebe6; background: #050505; border-color: rgba(255,255,255,.16); }
.quick-access a { background: #050505; border-color: rgba(255,255,255,.16); }
.quick-access a:hover { color: #050505; background: #ecebe6; }
.quick-access a:hover span, .quick-access a:hover small { color: #484844; }
.quick-access span, .quick-access small { color: #8d8c87; }
.statement { color: #101010; background: #ecebe6; }
.statement .section-index { color: #6c6b66; }
.statement p:not(.section-index) { color: #4d4d49; }
.manifesto-strip { color: #d2d1cb; background: #050505; border-color: rgba(255,255,255,.15); }
.manifesto-strip span { border-color: rgba(255,255,255,.15); }
.dark-panel { background: #080808; }
.empty-feature { background: transparent; border-color: rgba(255,255,255,.2); }
.split-section { color: #ecebe6; background: #050505; border-top: 1px solid rgba(255,255,255,.15); }
.split-section > div:last-child { color: #aaa9a3; }
.original-note { color: #d2d1cb; background: transparent; border-color: #ecebe6; }
.form-section-dark { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,.15); }
.form-section-dark .button-primary { color: #050505; background: #ecebe6; }
.merch-section { color: #111; background: #ecebe6; }
.merch-art { background: #050505; }
.merch-copy > p:not(.eyebrow) { color: #565650; }
.merch-copy .button-primary { color: #ecebe6; background: #050505; }
.news-section { color: #ecebe6; background: #050505; }
.news-grid { gap: 1px; background: rgba(255,255,255,.18); }
.news-grid article { color: #ecebe6; background: #090909; }
.news-callout { background: #0d0d0d !important; }
.membership { color: #101010; background: #ecebe6; }
.membership .eyebrow { color: #62615c; }
.membership .button-primary { color: #ecebe6; background: #050505; }
.member-form-section { color: #ecebe6; background: #080808; border-top: 1px solid rgba(255,255,255,.15); }
.site-footer { background: #020202; }
.whatsapp-button { color: #050505; background: #ecebe6; border-color: #050505; }

/* Monocromo oscuro definitivo: elimina todos los paneles claros */
.statement { color: #f0f0ed; background: #090909; border-top: 1px solid rgba(255,255,255,.14); }
.statement .section-index { color: #8c8c88; }
.statement p:not(.section-index) { color: #b5b5b0; }
.statement .text-link { color: #f0f0ed; }
.split-section { color: #f0f0ed; background: #0b0b0b; }
.merch-section { color: #f0f0ed; background: #0d0d0d; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.merch-copy > p:not(.eyebrow) { color: #aaa9a4; }
.merch-copy .button-primary { color: #050505; background: #f0f0ed; }
.membership { color: #f0f0ed; background: #080808; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.membership .eyebrow { color: #8c8c88; }
.membership .button-primary { color: #050505; background: #f0f0ed; }
.membership-price { width: max-content; display: flex; align-items: baseline; gap: 10px; margin: 35px auto 28px; padding: 17px 25px; border: 1px solid #555; }
.membership-price strong { font: 800 3.4rem/1 var(--display); }
.membership-price span { color: #92928e; font: 700 .78rem var(--body); letter-spacing: .1em; text-transform: uppercase; }
.membership-note { max-width: 720px !important; margin-top: 24px !important; color: #858581; font-size: .78rem !important; }
.donation-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px,8vw,120px); align-items: center; padding: clamp(80px,10vw,150px) clamp(22px,7vw,110px); background: #050505; border-top: 1px solid #292929; }
.donation-copy h2 { max-width: 700px; margin: 0; font: 800 clamp(3.5rem,7vw,7rem)/.86 var(--display); text-transform: uppercase; }
.donation-copy > p:last-child { max-width: 620px; color: #9a9994; }
.donation-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.donation-amount { grid-column: 1 / -1; margin: 0 0 6px; padding: 24px; border: 1px solid #3a3a3a; }
.donation-amount legend { padding: 0 10px; color: #aaa9a4; font: 700 .78rem var(--body); letter-spacing: .16em; text-transform: uppercase; }
.amount-options { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.amount-options button { min-height: 52px; padding: 10px; color: #ecebe6; background: #0b0b0b; border: 1px solid #4a4a4a; font: 800 1.2rem var(--display); cursor: pointer; }
.amount-options button:hover, .amount-options button.is-selected { color: #050505; background: #ecebe6; border-color: #ecebe6; }
.custom-amount { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 14px; color: #aaa9a4; font-size: .9rem; }
.custom-amount span { display: flex; align-items: center; min-width: 150px; border: 1px solid #4a4a4a; }
.custom-amount input { width: 100%; min-height: 48px; padding: 10px 6px 10px 14px; color: #ecebe6; background: transparent; border: 0; font: 700 1rem var(--body); }
.custom-amount input:focus { outline: 1px solid #ecebe6; outline-offset: -1px; }
.custom-amount b { padding: 0 14px 0 6px; color: #ecebe6; }
.donation-amount p { margin: 14px 0 0; color: #777772; font-size: .76rem; }
.donation-card { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 28px; color: #ecebe6; background: #0b0b0b; border: 1px solid #3a3a3a; text-align: left; cursor: pointer; transition: background .2s, color .2s; }
.donation-card:hover { color: #050505; background: #ecebe6; }
.donation-card strong { margin-top: auto; font: 800 1.7rem/1 var(--display); text-transform: uppercase; }
.donation-card small { margin-top: 8px; color: #858581; }
.payment-mark { margin-bottom: 65px; font: 800 1.1rem var(--body); letter-spacing: .08em; }
.payment-card-icon { position: relative; display: block; width: 48px; height: 34px; border: 2px solid currentColor; border-radius: 4px; font-size: 0; }
.payment-card-icon::before { content: ""; position: absolute; top: 7px; left: 0; right: 0; height: 5px; background: currentColor; }
.payment-card-icon i { position: absolute; right: 6px; bottom: 6px; width: 11px; height: 4px; border: 1px solid currentColor; }
.payment-bizum-logo { display: flex; align-items: center; gap: 11px; font-size: 0; text-transform: none; }
.payment-bizum-logo b { font: 700 1.55rem/1 Arial,sans-serif; letter-spacing: -.06em; }
.payment-bizum-logo i { position: relative; width: 30px; height: 30px; display: block; transform: rotate(45deg); border: 2px solid currentColor; }
.payment-bizum-logo i::before, .payment-bizum-logo i::after { content: ""; position: absolute; background: #0b0b0b; }
.payment-bizum-logo i::before { width: 13px; height: 7px; top: -4px; left: 7px; border-bottom: 2px solid currentColor; }
.payment-bizum-logo i::after { width: 7px; height: 13px; right: -4px; top: 7px; border-left: 2px solid currentColor; }
.donation-card:hover .payment-bizum-logo i::before, .donation-card:hover .payment-bizum-logo i::after { background: #ecebe6; }
.payment-status { grid-column: 1 / -1; margin: 4px 0 0; color: #aaa9a4; font-size: .82rem; }
.member-form-section { background: #0c0c0c; }
.button-dark { color: #050505; background: #f0f0ed; }
.whatsapp-button { color: #050505; background: #f0f0ed; }

.social-top { display: flex; align-items: center; gap: 8px; margin-left: 24px; }
.social-top a { width: 34px; height: 34px; display: grid; place-items: center; color: #d8d8d3; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font: 700 1rem var(--body); transition: color .2s, background .2s, border-color .2s; }
.social-top a:hover { color: #050505; background: #ecebe6; border-color: #ecebe6; }
.social-top a:nth-child(3) span { margin-left: 2px; font-size: .72rem; }

@media (max-width: 900px) {
  .social-top { margin-left: auto; margin-right: 12px; }
}

@media (max-width: 560px) {
  .social-top a { width: 30px; height: 30px; }
  .social-top a:nth-child(4) { display: none; }
}

.legal-links { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; }
.legal-links a, .legal-links button { padding: 0; color: #aaa9a4; background: transparent; border: 0; border-bottom: 1px solid #555; font: 700 .72rem var(--display); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.form-consent a { text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 50; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; max-width: 1120px; margin: auto; padding: 25px 28px; color: #e8e8e4; background: #0b0b0b; border: 1px solid #555; box-shadow: 0 18px 70px rgba(0,0,0,.65); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font: 800 1.3rem var(--display); letter-spacing: .04em; text-transform: uppercase; }
.cookie-banner p { max-width: 740px; margin: 6px 0 0; color: #aaa9a4; font-size: .82rem; line-height: 1.55; }
.cookie-banner a { color: #fff; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions button { min-height: 44px; padding: 10px 16px; color: #ededE9; background: transparent; border: 1px solid #aaa; font: 800 .78rem var(--display); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.cookie-actions button:hover { color: #050505; background: #ecebe6; }

.legal-page { min-height: 100vh; color: #d8d8d4; background: #080808; }
.legal-header { position: static; padding: 22px clamp(22px,7vw,110px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #333; }
.legal-header img { width: 115px; max-height: 70px; object-fit: contain; }
.legal-header a:last-child { font: 800 .82rem var(--display); letter-spacing: .08em; text-transform: uppercase; }
.legal-content { max-width: 920px; margin: 0 auto; padding: 80px 24px 120px; }
.legal-content h1 { margin: 0 0 45px; font: 800 clamp(3.5rem,8vw,7rem)/.86 var(--display); text-transform: uppercase; }
.legal-content h2 { margin-top: 46px; font: 800 1.8rem var(--display); text-transform: uppercase; }
.legal-content p, .legal-content li { color: #aaa9a4; }
.legal-content a { color: #fff; text-decoration: underline; }
.legal-pending { padding: 20px; color: #f0f0ed !important; border: 1px solid #777; }

/* Misión y credenciales de la asociación */
.purpose-section { color: #e8e8e4; background: #090909; border-top: 1px solid #292929; }
.purpose-heading { align-items: end; }
.purpose-heading > p { max-width: 520px; margin: 0; color: #aaa9a4; font-size: 1.05rem; line-height: 1.7; }
.purpose-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border: 1px solid #333; }
.purpose-grid article { min-height: 310px; padding: 32px; border-right: 1px solid #333; }
.purpose-grid article:last-child { border-right: 0; }
.purpose-grid span { color: #777; font: 800 .8rem var(--body); letter-spacing: .16em; }
.purpose-grid h3 { margin: 115px 0 13px; font: 800 2rem/1 var(--display); text-transform: uppercase; }
.purpose-grid p { margin: 0; color: #a8a8a3; line-height: 1.65; }
.association-proof { display: grid; grid-template-columns: 1.2fr 1fr 1fr; margin-top: 22px; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.association-proof div { padding: 24px 25px; border-right: 1px solid #333; }
.association-proof div:last-child { border-right: 0; }
.association-proof small { display: block; margin-bottom: 8px; color: #797975; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.association-proof strong { font-size: .9rem; font-weight: 600; }

@media (max-width: 760px) {
  .purpose-heading { align-items: start; }
  .purpose-grid, .association-proof { grid-template-columns: 1fr; }
  .purpose-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid #333; }
  .purpose-grid article:last-child { border-bottom: 0; }
  .purpose-grid h3 { margin-top: 60px; }
  .association-proof div { border-right: 0; border-bottom: 1px solid #333; }
  .association-proof div:last-child { border-bottom: 0; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Pie de página de marca */
.sponsor-section { color: #ecebe6; background: #0b0b0b; border-top: 1px solid #303030; }
.sponsor-intro { display: grid; grid-template-columns: .45fr 1.55fr; column-gap: clamp(30px,7vw,110px); }
.sponsor-intro .section-index { grid-row: 1 / 5; }
.sponsor-intro .eyebrow { margin: 0 0 20px; }
.sponsor-intro h2 { max-width: 1050px; margin: 0; font: 800 clamp(3.4rem,7vw,7rem)/.86 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.sponsor-intro > p:last-child { max-width: 760px; margin: 30px 0 0; color: #a2a29e; font-size: 1.05rem; line-height: 1.75; }
.sponsor-options { display: grid; grid-template-columns: repeat(3,1fr); margin: 70px 0 55px; border: 1px solid #353535; }
.sponsor-options article { min-height: 245px; padding: 28px; border-right: 1px solid #353535; }
.sponsor-options article:last-child { border-right: 0; }
.sponsor-options span { color: #6e6e6a; font-size: .68rem; letter-spacing: .15em; }
.sponsor-options h3 { margin: 75px 0 10px; font: 800 1.65rem/1 var(--display); text-transform: uppercase; }
.sponsor-options p { margin: 0; color: #92928e; font-size: .88rem; line-height: 1.55; }
.sponsor-form { max-width: 1000px; margin-left: auto; padding: clamp(28px,4vw,55px); background: #111; border: 1px solid #353535; }
.sponsor-note { max-width: 1000px; margin: 18px 0 0 auto; color: #71716d; font-size: .75rem; }

.original-music-policy { position: relative; overflow: hidden; display: grid; grid-template-columns: .65fr 1.4fr .45fr; gap: clamp(35px,6vw,90px); align-items: center; min-height: 650px; padding: clamp(80px,10vw,150px) clamp(22px,7vw,110px); color: #ecebe6; background: #050505; border-top: 1px solid #303030; border-bottom: 1px solid #303030; }
.original-music-policy::before { content: "ORIGINAL / ORIGINAL / ORIGINAL"; position: absolute; left: -2%; bottom: -3.5vw; color: #111; font: 800 clamp(5rem,12vw,13rem)/.8 var(--display); white-space: nowrap; pointer-events: none; }
.original-music-mark { align-self: start; color: #fff; font: 800 clamp(4rem,8vw,8rem)/1 var(--display); letter-spacing: -.06em; }
.original-music-copy { position: relative; z-index: 1; }
.original-music-copy h2 { max-width: 850px; margin: 18px 0 30px; font: 800 clamp(3.4rem,7vw,7.4rem)/.84 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.original-music-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 0 34px; color: #aaa9a5; font-size: 1.05rem; line-height: 1.75; }
.original-music-stamp { position: relative; z-index: 1; aspect-ratio: 1; display: grid; place-content: center; justify-items: center; padding: 20px; border: 1px solid #565653; border-radius: 50%; text-align: center; transform: rotate(7deg); }
.original-music-stamp strong { margin: 5px 0; font: 800 clamp(2.4rem,4vw,4.2rem)/1 var(--display); }
.original-music-stamp span { color: #888884; font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }

.merch-catalogue { color: #ecebe6; background: #050505; }
.merch-heading { align-items: end; }
.merch-heading > p { max-width: 500px; margin: 0; color: #999994; line-height: 1.7; }
.merch-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 50px; background: #303030; border: 1px solid #303030; }
.merch-product { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(220px,.75fr); min-height: 390px; background: #080808; }
.merch-product img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.merch-product > div { display: flex; flex-direction: column; justify-content: end; padding: 28px; }
.merch-product span { color: #777773; font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.merch-product h3 { margin: 18px 0 9px; font: 800 1.75rem/1 var(--display); text-transform: uppercase; }
.merch-product p { margin: 0 0 30px; color: #9a9995; font-size: .85rem; line-height: 1.5; }
.merch-product strong { color: #e9e9e5; font: 800 .75rem var(--display); letter-spacing: .14em; text-transform: uppercase; }
.merch-disclaimer { margin: 18px 0 0; color: #6f6f6b; font-size: .72rem; }

.site-footer { display: block; padding: clamp(70px,9vw,130px) clamp(22px,7vw,110px) 28px; text-align: center; background: radial-gradient(circle at 50% 25%,#141414 0,#050505 52%); }
.footer-brand { display: grid; justify-items: center; }
.footer-brand > img { width: min(330px,65vw); max-height: 240px; object-fit: contain; filter: grayscale(1) drop-shadow(0 20px 35px #000); }
.footer-brand > p { margin: 18px 0 0; color: #8f8f8b; font-size: .95rem; letter-spacing: .04em; }
.footer-social { display: flex; justify-content: center; gap: 16px; margin: 42px 0 55px; }
.footer-social > a { min-width: 165px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 19px; color: #ecebe6; border: 1px solid #454545; font: 800 .85rem var(--display); letter-spacing: .07em; text-transform: uppercase; transition: color .2s, background .2s; }
.footer-social > a:hover { color: #050505; background: #ecebe6; }
.brand-icon { position: relative; width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; }
.facebook-icon { font: 800 1.65rem/1 Arial,sans-serif; }
.instagram-icon { border: 2px solid currentColor; border-radius: 7px; }
.instagram-icon::before { content: ""; width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; }
.instagram-icon::after { content: ""; position: absolute; top: 4px; right: 4px; width: 3px; height: 3px; background: currentColor; border-radius: 50%; }
.whatsapp-icon { border: 2px solid currentColor; border-radius: 50%; font-size: .78rem; transform: rotate(-14deg); }
.footer-contact { max-width: 820px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin: 0 auto 70px; padding: 32px 0; border-top: 1px solid #303030; border-bottom: 1px solid #303030; }
.footer-contact address, .footer-contact a { color: #c0bfba; font-style: normal; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid #222; text-align: left; }
.footer-bottom .legal-links { justify-content: flex-end; }

@media (max-width: 760px) {
  .sponsor-intro { grid-template-columns: 1fr; }
  .sponsor-intro .section-index { grid-row: auto; }
  .sponsor-intro h2 { font-size: clamp(3rem,15vw,4.6rem); }
  .sponsor-options { grid-template-columns: 1fr; }
  .sponsor-options article { min-height: auto; border-right: 0; border-bottom: 1px solid #353535; }
  .sponsor-options article:last-child { border-bottom: 0; }
  .sponsor-options h3 { margin-top: 45px; }
  .original-music-policy { grid-template-columns: 1fr; min-height: auto; }
  .original-music-mark { font-size: 4rem; }
  .original-music-copy h2 { font-size: clamp(3rem,15vw,4.6rem); }
  .original-music-stamp { width: 145px; justify-self: end; }
  .site-header { padding-inline: 16px; }
  .site-header .brand img { max-width: 82px; }
  .menu-toggle, .button, .umm-form button, .cookie-actions button { min-height: 48px; }
  .main-nav { max-height: calc(100svh - 94px); overflow-y: auto; }
  .main-nav a { padding: 10px 0; }
  .umm-form input, .umm-form textarea { font-size: 16px; }
  .hero-actions { display: grid; width: 100%; }
  .hero-actions .button { width: 100%; }
  .merch-heading { align-items: start; }
  .merch-grid { grid-template-columns: 1fr; }
  .merch-product { grid-template-columns: 1fr; }
  .merch-product img { min-height: auto; aspect-ratio: 1; }
  .merch-product > div { min-height: 210px; }
  .footer-social { flex-direction: column; align-items: center; }
  .footer-social > a { width: min(280px,100%); }
  .footer-contact { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-bottom .legal-links { justify-content: center; }
  .donation-section { grid-template-columns: 1fr; }
  .donation-actions { grid-template-columns: 1fr; }
  .amount-options { grid-template-columns: repeat(3,1fr); }
  .custom-amount { align-items: stretch; flex-direction: column; }
  .custom-amount span { width: 100%; }
}

/* Portada depurada: el mensaje principal ocupa el primer plano sin duplicar el logotipo. */
.hero {
  grid-template-areas: none;
  grid-template-rows: 1fr;
  place-items: center;
}

.hero-copy {
  grid-area: copy;
  align-self: center;
  padding: clamp(150px,18vh,210px) 24px clamp(95px,12vh,135px);
}

/* Tipografía black metal reservada a los titulares para conservar la lectura. */
.hero h1,
.statement h2,
.split-section h2,
.section-heading h2,
.form-intro h2,
.membership h2,
.donation-copy h2,
.sponsor-intro h2,
.original-music-copy h2,
.merch-heading h2 {
  font-family: var(--metal);
  font-weight: 400;
  letter-spacing: .01em;
}

.hero h1 {
  line-height: 1.05;
  text-shadow: 0 8px 28px #000;
}

/* Inicio reducido al emblema de la asociación. */
.hero-logo-only {
  width: min(680px,82vw);
  display: grid;
  place-items: center;
  padding: clamp(135px,18vh,190px) 24px clamp(80px,10vh,120px);
}

.hero-logo-only img {
  width: 100%;
  max-height: 58vh;
  object-fit: contain;
  filter: grayscale(1) contrast(1.15) drop-shadow(0 30px 50px #000);
}

/* Identidad cobre y brasa inspirada en Madritallica. */
:root {
  --ember: #c94f12;
  --copper: #d97816;
  --gold: #d7a33a;
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(28px,5vw,80px);
  align-items: center;
  padding: 20px clamp(28px,5vw,78px);
  background: linear-gradient(180deg,#050505 0,rgba(5,5,5,.92) 68%,rgba(5,5,5,.18) 100%);
  border-bottom: 1px solid rgba(217,120,22,.28);
}

.site-header .brand img {
  width: 112px;
  height: 76px;
}

.main-nav {
  justify-self: end;
  justify-content: flex-end;
  gap: clamp(20px,2.5vw,42px);
}

.main-nav a:not(.nav-cta) {
  color: #d9d4ca;
}

.main-nav a:not(.nav-cta):hover {
  color: var(--gold) !important;
}

.main-nav .nav-cta {
  color: #070707;
  background: linear-gradient(135deg,var(--gold),var(--copper));
}

.hero {
  background-image:
    radial-gradient(circle at 50% 48%,rgba(0,0,0,.04),rgba(0,0,0,.3) 60%,#050505 100%),
    linear-gradient(to bottom,rgba(0,0,0,.34) 0,transparent 34%,rgba(0,0,0,.22) 72%,#050505 100%),
    url("assets/hero-embers-v1.webp");
  background-position: center;
  background-size: cover;
}

.hero-logo-only img {
  filter: sepia(.18) saturate(1.15) drop-shadow(0 0 30px rgba(201,79,18,.2)) drop-shadow(0 30px 50px #000);
}

.eyebrow,
.section-index,
.quick-access span,
.text-link,
.membership-price strong {
  color: var(--copper);
}

.button-primary,
.umm-form button,
.cookie-actions .accept {
  color: #080808;
  background: linear-gradient(135deg,var(--gold),var(--ember));
}

.quick-access a:hover {
  color: #080808;
  background: var(--gold);
}

.statement,
.split-section,
.membership,
.merch-section,
.donation-section,
.original-music-policy {
  border-color: rgba(217,120,22,.26);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    justify-self: end;
    border-color: rgba(217,120,22,.55);
  }

  .main-nav {
    justify-self: stretch;
  }
}

/* Composición global: navegación centrada y atmósfera continua. */
body {
  background-color: #050505;
  background-image:
    linear-gradient(rgba(5,5,5,.62),rgba(5,5,5,.72)),
    url("assets/hero-embers-v1.webp");
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.site-header {
  grid-template-columns: 120px minmax(0,1fr) 120px;
}

.site-header::after {
  content: "";
  width: 120px;
  grid-column: 3;
}

.site-header .brand { grid-column: 1; }

.main-nav {
  grid-column: 2;
  justify-self: center;
  justify-content: center;
}

main > section:not(.hero),
.site-footer {
  background-color: rgba(5,5,5,.84);
  backdrop-filter: blur(3px);
}

.quick-access a,
.feature-card,
.news-card,
.merch-product,
.sponsor-options article,
.donation-card,
.umm-form {
  background-color: rgba(8,8,8,.82);
}

.statement,
.split-section,
.membership,
.merch-section,
.donation-section,
.original-music-policy,
.form-section,
.news-section,
.events-section {
  background-image: linear-gradient(110deg,rgba(5,5,5,.92),rgba(18,8,3,.78));
}

@media (max-width: 900px) {
  body { background-attachment: scroll; }
  .site-header { grid-template-columns: auto auto; }
  .site-header::after { display: none; }
  .main-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

/* Cierre visual reforzado. */
.statement h2,
.split-section h2,
.section-heading h2,
.form-intro h2,
.membership h2,
.donation-copy h2,
.sponsor-intro h2,
.original-music-copy h2,
.merch-heading h2 {
  font-family: var(--metal);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 0 #000, 0 0 24px rgba(201,79,18,.28);
}

main > section:not(.hero):not(.quick-access) {
  position: relative;
  box-shadow: inset 0 1px rgba(215,163,58,.22), inset 0 -1px rgba(201,79,18,.16);
}

main > section:not(.hero):not(.quick-access)::after {
  content: "";
  position: absolute;
  left: 7vw;
  bottom: 0;
  width: clamp(70px,12vw,180px);
  height: 2px;
  background: linear-gradient(90deg,var(--gold),var(--ember),transparent);
  box-shadow: 0 0 18px rgba(201,79,18,.55);
}

.quick-access {
  background: linear-gradient(90deg,rgba(12,5,2,.96),rgba(31,10,3,.88),rgba(12,5,2,.96));
}

.quick-access a { border-color: rgba(217,120,22,.32); }

.quick-access strong,
.feature-card h3,
.news-card h3,
.merch-product h3 { color: #fff; }

.feature-card,
.news-card,
.merch-product,
.sponsor-options article,
.donation-card,
.umm-form {
  border-color: rgba(217,120,22,.34);
  box-shadow: inset 0 0 42px rgba(115,31,7,.08);
}

.site-footer {
  position: relative;
  background-color: #050505;
  background-image:
    linear-gradient(to bottom,#050505 0,rgba(5,5,5,.72) 28%,rgba(22,6,2,.48) 68%,rgba(5,5,5,.92) 100%),
    url("assets/hero-embers-v1.webp");
  background-position: center bottom;
  background-size: cover;
  border-top: 1px solid rgba(215,163,58,.42);
  box-shadow: inset 0 35px 80px rgba(0,0,0,.75);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 70%,rgba(201,79,18,.16),transparent 38%);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}
