/* =====================================================================
   Distrito Mesina · Stage Light · WordPress theme
   Self-hosted variable fonts · OKLCH-tinted neutrals
   ===================================================================== */

/* === SELF-HOSTED VARIABLE FONTS ==================================== */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/newsreader-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/newsreader-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/newsreader-italic-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/newsreader-italic-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* === TOKENS ======================================================== */
:root {
  --bg-paper: #efeae0;
  --bg-deep: #e6dfd1;
  --bg-card: #f5f0e6;
  --ink: #1b1b1b;
  --ink-mute: #5e574b;
  --ink-soft: #867e6f;
  --gold: #b8915c;
  --gold-deep: #846e48;
  --line: rgba(27, 27, 27, 0.18);
  --line-soft: rgba(27, 27, 27, 0.08);
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 20px;
  --s-6: 24px; --s-8: 32px; --s-10: 40px; --s-12: 48px; --s-14: 56px;
  --s-16: 64px; --s-20: 80px; --s-24: 96px; --s-28: 112px; --s-32: 128px; --s-36: 140px;
  --wrap: 1380px;
  --wrap-narrow: 980px;
  --gutter: clamp(24px, 5vw, 96px);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --z-nav: 50;
  --z-sticky: 40;
  --z-overlay: 80;
  --z-toast: 90;
}
/* gutter scales fluidly via clamp(); no breakpoint needed */

/* === RESET ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100vw; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
body {
  background: var(--bg-paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  margin: 0;
  position: relative;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { background: none; border: none; cursor: pointer; font: inherit; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
::selection { background: var(--ink); color: var(--bg-paper); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 4px; }

.serif { font-family: var(--serif); font-weight: 300; letter-spacing: -0.015em; }
.it { font-style: italic; }
.gold { color: var(--gold-deep); }
.tabular { font-variant-numeric: tabular-nums; }

body .wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
body .wrap-narrow { max-width: var(--wrap-narrow); margin-inline: auto; padding-inline: var(--gutter); }
.full-bleed { width: 100vw; margin-left: calc(50% - 50vw); }

/* === NAV =========================================================== */
body .nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: var(--z-nav);
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-block: 22px;
  padding-inline: var(--gutter);
  gap: var(--s-8);
  background: rgba(239, 234, 224, 0.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
  transition: transform 400ms var(--ease-out-quart);
}
.nav-logo {
  display: flex; flex-direction: column; gap: 2px;
  font-family: var(--serif); text-decoration: none; color: var(--ink);
  line-height: 1; min-width: 0;
}
.nav-logo .nav-logo-mark { font-weight: 400; font-size: 22px; letter-spacing: -0.005em; }
.nav-logo .nav-logo-mark .it { color: var(--gold-deep); }
.nav-logo .nav-logo-tagline {
  font-family: var(--sans); font-weight: 500;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-mute);
}
.nav-links { display: flex; gap: var(--s-8); font-size: 13px; justify-self: center; align-items: center; }
.nav-links a {
  color: var(--ink-mute); text-decoration: none; position: relative;
  padding: 4px 0;
  transition: color 200ms var(--ease-out-quart);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 1px; background: var(--gold-deep);
  transform-origin: left; transform: scaleX(0);
  transition: transform 300ms var(--ease-out-quint);
}
.nav-links a:hover, .nav-links a.active, .nav-links .current-menu-item > a { color: var(--ink); }
.nav-links a.active::after, .nav-links .current-menu-item > a::after { transform: scaleX(1); }

.nav-cta {
  justify-self: end;
  display: inline-flex; align-items: stretch;
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid var(--ink);
  background: var(--ink); color: var(--bg-paper);
  transition: background 300ms var(--ease-out-quart), color 300ms var(--ease-out-quart);
  white-space: nowrap;
}
.nav-cta-pill { padding: 10px 16px; }
.nav-cta-date {
  padding: 10px 14px;
  border-left: 1px solid rgba(239, 234, 224, 0.2);
  color: var(--gold);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}
.nav-cta:hover { background: var(--gold-deep); }
.nav-cta:hover .nav-cta-date { border-left-color: rgba(239, 234, 224, 0.3); color: var(--bg-paper); }

.nav.is-hidden { transform: translateY(-100%); }

.nav-burger { display: none; width: 32px; height: 32px; position: relative; justify-self: end; }
.nav-burger span { position: absolute; left: 4px; right: 4px; height: 1px; background: var(--ink); transition: transform 300ms var(--ease-out-quart), opacity 200ms var(--ease-out-quart); }
.nav-burger span:nth-child(1) { top: 12px; }
.nav-burger span:nth-child(2) { top: 19px; }
.nav-burger.is-open span:nth-child(1) { top: 16px; transform: rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { top: 16px; transform: rotate(-45deg); }
@media (max-width: 980px) {
  body .nav { padding-block: 16px; grid-template-columns: 1fr auto; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .nav-logo .nav-logo-tagline { display: none; }
}

.menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  margin: 0;
  z-index: var(--z-overlay);
  background: var(--bg-paper);
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center;
  padding: var(--s-12) var(--gutter);
  gap: var(--s-12);
  opacity: 0; pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 400ms var(--ease-out-quart), transform 400ms var(--ease-out-quart);
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-overlay.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.menu-overlay-nav { display: flex; flex-direction: column; align-items: center; gap: var(--s-5); width: 100%; }
.menu-overlay a {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(28px, 6vw, 36px); color: var(--ink);
  text-decoration: none; letter-spacing: -0.01em;
  transition: color 200ms var(--ease-out-quart);
}
.menu-overlay a:hover { color: var(--gold-deep); }
.menu-overlay a .it { color: var(--gold-deep); }
.menu-overlay-meta {
  margin-top: var(--s-8);
  padding-top: var(--s-8);
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center;
  gap: var(--s-2);
  text-align: center;
}
.menu-overlay-meta span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.menu-overlay-meta strong { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 22px; color: var(--ink); }
.menu-overlay-cta {
  margin-top: var(--s-3);
  font-family: var(--sans); font-size: 13px !important; font-weight: 500;
  letter-spacing: 0.04em;
  background: var(--ink); color: var(--bg-paper) !important;
  padding: 14px 24px;
}
.menu-overlay-cta:hover { background: var(--gold-deep); color: var(--bg-paper) !important; }

/* === DISPLAY TYPE ================================================== */
.display-xl { font-family: var(--serif); font-weight: 300; font-size: clamp(42px, 10vw, 168px); line-height: 0.95; letter-spacing: -0.025em; text-wrap: balance; overflow-wrap: break-word; }
.display-l { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 7vw, 112px); line-height: 1; letter-spacing: -0.025em; text-wrap: balance; overflow-wrap: break-word; }
.display-m { font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 5.2vw, 80px); line-height: 1.05; letter-spacing: -0.02em; text-wrap: balance; overflow-wrap: break-word; }
.heading-l { font-family: var(--serif); font-weight: 300; font-size: clamp(26px, 4.5vw, 64px); line-height: 1.05; letter-spacing: -0.02em; text-wrap: balance; overflow-wrap: break-word; }
.lead { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(20px, 2vw, 26px); line-height: 1.4; letter-spacing: -0.01em; text-wrap: pretty; }
.body-serif { font-family: var(--serif); font-size: 18px; line-height: 1.65; text-wrap: pretty; }
.body-serif p + p { margin-top: var(--s-6); }
.label { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; line-height: 1.7; text-transform: uppercase; }
.kicker { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--gold-deep); letter-spacing: -0.005em; }

/* === HERO (front-page) ============================================ */
.hero { padding-top: 160px; padding-bottom: var(--s-20); min-height: 92vh; display: flex; flex-direction: column; justify-content: space-between; }
.hero-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--s-4); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); padding-bottom: var(--s-16); }
.hero-meta .right { display: flex; gap: var(--s-8); flex-wrap: wrap; }
.hero h1 { margin-block: var(--s-8) var(--s-12); }
.hero-foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: var(--s-16); border-top: 1px solid var(--line); padding-top: var(--s-8); margin-top: var(--s-24); align-items: end; }
.hero-foot .lead-text { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 22px; line-height: 1.4; max-width: 540px; color: var(--ink); text-wrap: pretty; }
.hero-foot .col { font-size: 13px; line-height: 1.7; color: var(--ink-mute); }
.hero-foot .col strong { display: block; color: var(--ink); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 18px; margin-bottom: 4px; }
@media (max-width: 980px) { .hero { padding-top: 120px; min-height: 88vh; } .hero-foot { grid-template-columns: 1fr; gap: var(--s-6); margin-top: var(--s-12); } }

/* === PAGE HERO ===================================================== */
.page-hero { padding-top: 160px; padding-bottom: var(--s-20); border-bottom: 1px solid var(--line); }
.page-hero .kicker { display: block; margin-bottom: var(--s-6); font-family: var(--sans); font-style: normal; color: var(--gold-deep); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; }
.page-hero h1 { margin-bottom: var(--s-8); max-width: 1100px; }
.page-hero .page-lead { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 22px; line-height: 1.45; max-width: 720px; margin-top: 0; color: var(--ink-mute); text-wrap: pretty; }
@media (max-width: 980px) { .page-hero { padding-top: 120px; } }

/* === SECTION ====================================================== */
.section { padding-block: var(--s-36); }
.section + .section { border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 200px 1fr; gap: var(--s-12); margin-bottom: var(--s-20); align-items: start; }
.section-meta { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); line-height: 1.9; }
.section-meta strong { display: block; color: var(--ink); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 14px; letter-spacing: 0.06em; text-transform: none; margin-bottom: var(--s-2); }
.section-title { max-width: 980px; }
@media (max-width: 980px) {
  .section { padding-block: var(--s-12); }
  .section-head { grid-template-columns: 1fr; gap: var(--s-3); margin-bottom: var(--s-6); }
  .section-meta { line-height: 1.6; }
  .section-meta strong { margin-bottom: 4px; }
  .proximo-announce { padding-block: var(--s-12); }
  .divider-quote { padding-block: var(--s-12); }
  .hero { padding-bottom: var(--s-10); }
}

/* === MANIFEST SPLIT =============================================== */
.manifest { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-28); align-items: start; }
.manifest .body p { font-size: 18px; line-height: 1.65; font-family: var(--serif); }
.manifest .body p + p { margin-top: var(--s-6); }
.manifest .body p.dropcap::first-letter { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 96px; line-height: 0.85; float: left; margin: 6px 14px -4px 0; color: var(--gold-deep); initial-letter: 3 1; }
.pullquote { padding: var(--s-12) var(--s-8); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.pullquote p { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 30px; line-height: 1.35; letter-spacing: -0.01em; text-wrap: pretty; }
.pullquote .attr { margin-top: var(--s-6); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 980px) { .manifest { grid-template-columns: 1fr; gap: var(--s-12); } .pullquote { padding: var(--s-8) var(--s-6); } .pullquote p { font-size: 24px; } }

/* === BUTTONS ====================================================== */
.btn { display: inline-flex; align-items: center; gap: var(--s-2); font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.04em; padding: 16px 28px; text-decoration: none; cursor: pointer; transition: background 300ms var(--ease-out-quart), color 300ms var(--ease-out-quart), border-color 300ms var(--ease-out-quart); border-radius: 0; }
.btn-ink { background: var(--ink); color: var(--bg-paper); }
.btn-ink:hover { background: var(--gold-deep); }
.btn-text { padding: var(--s-2) 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: transparent; }
.btn-text:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.btn-out { border: 1px solid var(--ink); color: var(--ink); background: transparent; padding: 15px 27px; }
.btn-out:hover { background: var(--ink); color: var(--bg-paper); }

/* === FEATURE EVENT ================================================ */
.feature { display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--s-20); align-items: start; margin-top: var(--s-8); }
.feature .visual { aspect-ratio: 4/5; background: var(--bg-deep); border: 1px solid var(--line); position: relative; overflow: hidden; }
.feature .visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15) contrast(1.05); transition: transform 1200ms var(--ease-out-quart), filter 600ms var(--ease-out-quart); }
.feature .visual:hover img { transform: scale(1.02); filter: grayscale(0); }
.feature .visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 25%, rgba(184, 145, 92, 0.18), transparent 60%); z-index: 1; pointer-events: none; }
.feature .visual::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(239, 234, 224, 0.4); z-index: 2; pointer-events: none; }
.feature .visual .ribbon { position: absolute; top: 24px; left: 24px; right: 24px; display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bg-paper); z-index: 3; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
.feature .visual .ribbon .gold { color: var(--gold); }
.feature .info .kicker { display: block; margin-bottom: var(--s-6); }
.feature .info h3 { margin-bottom: var(--s-8); max-width: 560px; }
.feature .info .lead-text { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.45; margin-bottom: var(--s-8); max-width: 520px; }
.feature .info p.body { font-size: 15px; line-height: 1.8; color: var(--ink-mute); margin-bottom: var(--s-6); max-width: 520px; }
.feature .info .ctas { display: flex; gap: var(--s-4); flex-wrap: wrap; align-items: center; margin-top: var(--s-10); }
@media (max-width: 980px) { .feature { grid-template-columns: 1fr; gap: var(--s-8); } }

/* === TICKETS ====================================================== */
.tickets { margin-top: var(--s-16); }
.tickets-head { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: var(--s-4); margin-bottom: var(--s-12); }
.tickets-head h4 { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 28px; }
.tickets-head .note { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.ticket-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ticket { padding: var(--s-10) 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; position: relative; transition: background 300ms var(--ease-out-quart); }
.ticket:last-child { border-right: none; }
.ticket:hover { background: rgba(184, 145, 92, 0.04); }
.ticket .label-tier { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink-mute); margin-bottom: var(--s-6); }
.ticket .price { font-family: var(--serif); font-weight: 300; font-size: 56px; line-height: 0.9; letter-spacing: -0.025em; margin-bottom: var(--s-4); font-variant-numeric: tabular-nums; }
.ticket .price .cur { font-size: 22px; vertical-align: super; color: var(--gold-deep); margin-left: var(--s-1); }
.ticket .desc { font-size: 13px; line-height: 1.65; color: var(--ink-mute); margin-bottom: var(--s-6); }
.ticket .pick { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 3px; width: fit-content; margin-top: auto; cursor: pointer; background: none; text-decoration: none; transition: color 300ms var(--ease-out-quart), border-color 300ms var(--ease-out-quart); }
.ticket .pick:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.ticket.vip { background: var(--bg-deep); }
.ticket.vip .label-tier { color: var(--gold-deep); font-weight: 500; font-style: normal; font-family: var(--sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }
.ticket.is-soldout .price { color: var(--ink-soft); text-decoration: line-through; text-decoration-thickness: 1px; text-decoration-color: var(--ink-soft); }
.ticket.is-soldout .price .cur { color: var(--ink-soft); }
.ticket.is-soldout .pick { display: none; }
.ticket.is-soldout::after { content: "Agotado"; position: absolute; bottom: var(--s-10); left: 28px; font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--gold-deep); }
@media (max-width: 980px) {
  .ticket-grid { grid-template-columns: 1fr 1fr; }
  .ticket { border-bottom: 1px solid var(--line); padding: var(--s-6) var(--s-4); min-height: 220px; }
  .ticket:nth-child(even) { border-right: none; }
  .ticket:nth-last-child(-n+2) { border-bottom: none; }
  .ticket .price { font-size: 36px; }
  .ticket .price .cur { font-size: 14px; }
  .ticket .label-tier { font-size: 16px; margin-bottom: var(--s-3); }
  .ticket .desc { font-size: 12px; }
  .tickets-head h4 { font-size: 22px; }
}
@media (max-width: 480px) {
  .ticket-grid { grid-template-columns: 1fr; }
  .ticket { border-right: none; min-height: 0; }
  .ticket:nth-child(odd) { border-right: none; }
  .ticket:not(:last-child) { border-bottom: 1px solid var(--line); }
  .ticket:last-child { border-bottom: none; }
}

/* === SEASON GRID + LIST =========================================== */
.season-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--s-8); }
.season-card { grid-column: span 4; border-top: 1px solid var(--line); padding-top: var(--s-6); display: flex; flex-direction: column; gap: var(--s-3); min-height: 260px; position: relative; text-decoration: none; color: inherit; transition: padding 300ms var(--ease-out-quart); }
.season-card.has-link:hover { padding-left: var(--s-2); }
.season-card .top { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.season-card .top .gold { color: var(--gold-deep); }
.season-card .name { font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 3.2vw, 42px); line-height: 0.95; letter-spacing: -0.02em; margin-top: auto; text-wrap: balance; }
.season-card .name .it { font-style: italic; color: var(--gold-deep); }
.season-card .name.placeholder { color: var(--ink-soft); font-style: italic; }
.season-card .desc { font-size: 13px; line-height: 1.6; color: var(--ink-mute); max-width: 90%; }
.season-card .status { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); margin-top: var(--s-2); }
.season-card.confirmed { border-top-color: var(--gold-deep); border-top-width: 2px; }
.season-card.confirmed .status { color: var(--gold-deep); }
@media (max-width: 1100px) { .season-card { grid-column: span 6; } }
@media (max-width: 680px) { .season-card { grid-column: span 12; min-height: 200px; } }

.season-list { border-top: 1px solid var(--ink); list-style: none; padding: 0; }
.season-row { display: grid; grid-template-columns: 80px 1.4fr 1.6fr 200px 140px; gap: var(--s-8); padding-block: var(--s-10); border-bottom: 1px solid var(--line); align-items: center; text-decoration: none; color: inherit; position: relative; transition: padding 300ms var(--ease-out-quart), background 300ms var(--ease-out-quart); }
.season-row.has-link:hover { padding-left: var(--s-3); background: linear-gradient(90deg, rgba(184, 145, 92, 0.06), transparent 60%); }
.season-row .num { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 32px; color: var(--gold-deep); line-height: 1; font-variant-numeric: tabular-nums; }
.season-row .name { font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 2.8vw, 36px); line-height: 0.95; letter-spacing: -0.02em; text-wrap: balance; }
.season-row .name .it { font-style: italic; color: var(--gold-deep); }
.season-row .name.placeholder { color: var(--ink-soft); font-style: italic; }
.season-row .desc { font-size: 13px; color: var(--ink-mute); line-height: 1.6; }
.season-row .date { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); text-align: right; font-variant-numeric: tabular-nums; }
.season-row .status { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; text-align: right; padding: var(--s-1) var(--s-3); border: 1px solid currentColor; justify-self: end; }
.status.s-confirmed { color: var(--gold-deep); }
.status.s-pending { color: var(--ink-mute); }
.status.s-soon { color: var(--ink-soft); border-style: dashed; }
@media (max-width: 980px) { .season-row { grid-template-columns: 50px 1fr; gap: var(--s-4); padding-block: var(--s-6); } .season-row .desc, .season-row .date, .season-row .status { display: none; } .season-row .num { font-size: 22px; } .season-row .name { font-size: 22px; } }

/* === TRI CARDS / STATS / DIVIDER / TIMELINE ======================= */
.tri-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.tri-card { padding: var(--s-12) var(--s-8); border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: var(--s-5); min-height: 320px; }
.tri-card:last-child { border-right: none; }
.tri-card .num { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 42px; color: var(--gold-deep); line-height: 1; font-variant-numeric: tabular-nums; }
.tri-card h4 { font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 2.6vw, 36px); line-height: 1; letter-spacing: -0.01em; margin-top: auto; text-wrap: balance; }
.tri-card h4 .it { font-style: italic; color: var(--gold-deep); }
.tri-card p { font-size: 14px; line-height: 1.7; color: var(--ink-mute); }
@media (max-width: 980px) { .tri-grid { grid-template-columns: 1fr; } .tri-card { border-right: none; border-bottom: 1px solid var(--line); } .tri-card:last-child { border-bottom: none; } }

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); margin-top: var(--s-12); }
.stat { padding: var(--s-8) var(--s-6); border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat .num { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 48px; line-height: 0.9; color: var(--gold-deep); margin-bottom: var(--s-2); font-variant-numeric: tabular-nums; }
.stat .label-stat { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); line-height: 1.5; }
@media (max-width: 780px) { .stat-row { grid-template-columns: 1fr 1fr; } .stat:nth-child(2) { border-right: none; } .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }

.divider-quote { padding-block: var(--s-24); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.divider-quote p { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(28px, 4vw, 52px); line-height: 1.3; letter-spacing: -0.01em; max-width: 1000px; margin: 0 auto; text-wrap: balance; }
.divider-quote .gold { color: var(--gold-deep); font-style: normal; }
.divider-quote .attr { margin-top: var(--s-6); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }

.timeline { border-top: 1px solid var(--ink); margin-top: var(--s-8); }
.timeline-row { display: grid; grid-template-columns: 140px 1fr; gap: var(--s-12); padding-block: 28px; border-bottom: 1px solid var(--line); align-items: baseline; position: relative; }
.timeline-row.highlight { background: linear-gradient(90deg, rgba(184, 145, 92, 0.06), transparent 60%); }
.timeline-row .time { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 24px; color: var(--gold-deep); font-variant-numeric: tabular-nums; }
.timeline-row .what { display: flex; flex-direction: column; gap: var(--s-1); }
.timeline-row .what .label-time { font-family: var(--serif); font-weight: 400; font-size: 22px; letter-spacing: -0.01em; }
.timeline-row.highlight .label-time { font-weight: 500; }
.timeline-row .what .desc { font-size: 14px; color: var(--ink-mute); line-height: 1.6; }
@media (max-width: 780px) { .timeline-row { grid-template-columns: 70px 1fr; gap: var(--s-4); padding-block: var(--s-5); } .timeline-row .time { font-size: 18px; } .timeline-row .what .label-time { font-size: 18px; } }

/* === SPONSORS ===================================================== */
.sponsors { background: var(--bg-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: var(--s-16); overflow: hidden; }
.sponsors-label { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 16px; color: var(--ink-mute); text-align: center; margin-bottom: var(--s-8); }
.sponsors-track { display: flex; gap: var(--s-20); align-items: center; width: max-content; animation: scroll-x 50s linear infinite; }
.sponsors-track:hover { animation-play-state: paused; }
.logo-slot { flex: 0 0 auto; width: 160px; height: 56px; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--ink-soft); background: var(--bg-paper); border: 1px dashed var(--line); }
.logo-slot img { max-width: 100%; max-height: 100%; object-fit: contain; filter: grayscale(1) contrast(0.95); opacity: 0.75; transition: opacity 300ms var(--ease-out-quart), filter 300ms var(--ease-out-quart); }
.logo-slot:hover img { opacity: 1; filter: grayscale(0); }
.sponsors-row-static { display: flex; flex-wrap: wrap; gap: var(--s-12); justify-content: center; align-items: center; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* === GALA (single ponente · cena de gala) ========================== */
.gala {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-20);
  align-items: center;
  margin-top: var(--s-8);
}
.gala figure {
  aspect-ratio: 5/4;
  background: var(--bg-deep);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .gala { grid-template-columns: 1fr; gap: var(--s-6); }
}

/* === POSTER HERO (single ponente) — full-bleed cinematic ============ */
/* Hero = 100vh exacto. Imagen horizontal full-bleed con gradient overlay
   en el lado derecho para garantizar lectura del texto editorial. */
body .poster-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  overflow: hidden;
  background: var(--ink);
  color: var(--bg-paper);
  border-bottom: 1px solid var(--line);
}

/* Background image full-bleed con Ken Burns sutil de entrada */
.poster-hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.poster-hero-bg img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
  filter: contrast(1.05);
}
@media (max-width: 980px) {
  .poster-hero-bg img { object-fit: cover; object-position: 25% center; }
}
@media (prefers-reduced-motion: reduce) {
  .poster-hero-bg img { animation: none; }
}

/* Doble gradient: oscurece arriba (legibilidad strip), abajo (calidad
   editorial), y la mitad-derecha (contraste para el bloque de texto). */
.poster-hero-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,0.40) 0%,
      rgba(0,0,0,0.05) 18%,
      rgba(0,0,0,0.05) 60%,
      rgba(0,0,0,0.55) 100%),
    linear-gradient(90deg,
      rgba(0,0,0,0.00) 30%,
      rgba(0,0,0,0.30) 55%,
      rgba(0,0,0,0.65) 100%);
}

/* Top strip overlay — sólo abajo de la nav */
.poster-hero-strip {
  position: absolute;
  top: 80px; left: 0; right: 0;
  z-index: 3;
  padding-block: var(--s-3);
  border-bottom: 1px solid rgba(239, 234, 224, 0.18);
  background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0));
}
.poster-hero-strip > .wrap {
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: var(--s-3);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239, 234, 224, 0.7);
  font-variant-numeric: tabular-nums;
}

/* Cluster de texto pegado al borde derecho del viewport — sólo gutter */
.poster-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-block: 160px var(--s-12);
  padding-inline: var(--gutter);
}
.poster-hero-text {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}

/* Credit (nombre + meta del evento) */
.poster-hero-credit {
  display: flex; flex-direction: column;
  gap: 4px;
  margin-bottom: var(--s-1);
}
.poster-hero-name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--gold);
}
.poster-hero-tag {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239, 234, 224, 0.72);
  font-variant-numeric: tabular-nums;
}

/* Título display en cream */
.poster-hero-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--bg-paper);
  text-wrap: balance;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.25);
}
.poster-hero-title .gold,
.poster-hero-title .it.gold,
.poster-hero-title .it { color: var(--gold); font-style: italic; }

/* Lead */
.poster-hero-lead {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.4;
  color: rgba(239, 234, 224, 0.92);
  max-width: 480px;
  margin: 0;
  text-wrap: pretty;
}

.poster-hero-ctas {
  display: flex; gap: var(--s-4);
  align-items: center; flex-wrap: wrap;
  margin-top: var(--s-2);
}

/* Botones light (variante para fondo oscuro) */
.btn.btn-light {
  background: var(--bg-paper);
  color: var(--ink);
  border: none;
}
.btn.btn-light:hover { background: var(--gold); color: var(--ink); }
.btn-text-light {
  display: inline-block;
  font-family: var(--sans);
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--bg-paper);
  border-bottom: 1px solid var(--bg-paper);
  padding: 6px 0;
  text-decoration: none;
  transition: color 300ms var(--ease-out-quart), border-color 300ms var(--ease-out-quart);
}
.btn-text-light:hover { color: var(--gold); border-color: var(--gold); }

/* Meta info row — fecha · lugar · aforo */
.poster-hero-info-row {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: var(--s-6);
  padding-top: var(--s-4);
  margin-top: var(--s-2);
  border-top: 1px solid rgba(239, 234, 224, 0.22);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(239, 234, 224, 0.72);
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}
.poster-hero-info-row strong {
  display: block;
  font-family: var(--serif);
  font-style: italic; font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bg-paper);
  margin-bottom: 2px;
}

/* Mobile */
@media (max-width: 980px) {
  body .poster-hero {
    min-height: 100vh;
  }
  .poster-hero-bg img {
    object-position: 25% center;
  }
  .poster-hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.10) 22%,
        rgba(0,0,0,0.30) 50%,
        rgba(0,0,0,0.85) 100%);
  }
  .poster-hero-strip { top: 70px; }
  .poster-hero-strip > .wrap {
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
  }
  .poster-hero-content {
    padding-bottom: var(--s-8);
    padding-top: 130px;
  }
  .poster-hero-text {
    max-width: 100%;
    margin-left: 0;
  }
  .poster-hero-info-row {
    grid-template-columns: 1fr;
    gap: var(--s-3);
  }
}

/* === PRÓXIMO EVENTO · ANUNCIO (home) =============================== */
.proximo-announce { padding-block: var(--s-36); }
.proximo-announce + .section { border-top: 1px solid var(--line); }

.proximo-poster {
  position: relative;
  margin-block: var(--s-12) var(--s-16);
  min-height: 80vh;
  background: var(--ink);
  color: var(--bg-paper);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.proximo-poster-bg {
  position: absolute; inset: 0;
  z-index: 0;
  display: block; text-decoration: none;
}
.proximo-poster-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 25% center;
  display: block;
  filter: contrast(1.05);
}
.proximo-poster-overlay {
  position: absolute; inset: 0;
  z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.05) 18%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0.55) 100%),
    linear-gradient(90deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.30) 55%, rgba(0,0,0,0.65) 100%);
}

.proximo-poster-strip {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 3;
  display: flex; justify-content: space-between;
  padding: var(--s-4) var(--gutter);
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(239, 234, 224, 0.75);
  font-variant-numeric: tabular-nums;
  border-bottom: 1px solid rgba(239, 234, 224, 0.15);
  background: linear-gradient(180deg, rgba(0,0,0,0.30), rgba(0,0,0,0));
  pointer-events: none;
}
.proximo-poster-strip .gold { color: var(--gold); }

.proximo-poster-content {
  position: relative;
  z-index: 2;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-block: var(--s-16) var(--s-12);
  padding-inline: var(--gutter);
}
.proximo-poster-text {
  max-width: 540px;
  display: flex; flex-direction: column;
  gap: var(--s-4);
}

.proximo-poster-credit {
  display: flex; flex-direction: column;
  gap: 4px;
  margin-bottom: var(--s-1);
}
.proximo-poster-name-text {
  font-family: var(--serif);
  font-style: italic; font-weight: 400;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--gold);
}
.proximo-poster-tag {
  font-family: var(--sans);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239, 234, 224, 0.72);
  font-variant-numeric: tabular-nums;
}

.proximo-poster-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--bg-paper);
  text-wrap: balance;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.25);
}
.proximo-poster-title .gold,
.proximo-poster-title .it.gold,
.proximo-poster-title .it { color: var(--gold); font-style: italic; }

.proximo-poster-lead {
  font-family: var(--serif);
  font-style: italic; font-weight: 300;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.4;
  color: rgba(239, 234, 224, 0.92);
  max-width: 480px;
  margin: 0;
  text-wrap: pretty;
}

.proximo-poster-body {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(239, 234, 224, 0.78);
  max-width: 480px;
  margin: 0;
}

.proximo-poster-info-row {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: var(--s-5);
  padding-top: var(--s-4);
  margin-top: var(--s-2);
  border-top: 1px solid rgba(239, 234, 224, 0.22);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(239, 234, 224, 0.72);
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}
.proximo-poster-info-row strong {
  display: block;
  font-family: var(--serif);
  font-style: italic; font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bg-paper);
  margin-bottom: 2px;
}

.proximo-poster-ctas {
  display: flex; gap: var(--s-4);
  align-items: center; flex-wrap: wrap;
  margin-top: var(--s-2);
}

.proximo-stats { margin-top: 0; }

@media (max-width: 980px) {
  .proximo-poster {
    min-height: 0;
  }
  .proximo-poster-bg {
    position: relative;
    aspect-ratio: 16/9;
    inset: auto;
  }
  .proximo-poster-bg img { object-fit: cover; object-position: 25% center; }
  .proximo-poster-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.05) 25%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0.65) 100%);
  }
  .proximo-poster-strip {
    position: relative;
    flex-direction: column;
    gap: 4px;
    padding-inline: var(--gutter);
    font-size: 10px;
  }
  .proximo-poster-content {
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding-block: var(--s-10);
    background: var(--ink);
  }
  .proximo-poster-text { max-width: 100%; }
  .proximo-poster-info-row { grid-template-columns: 1fr; gap: var(--s-3); }
}

/* === DIRECTOR MINI (home) ========================================== */
.director-mini {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--s-20);
  align-items: start;
  margin-top: var(--s-8);
}
.director-mini-portrait {
  aspect-ratio: 4/5;
  background: var(--bg-deep);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.director-mini-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) contrast(1.05);
  transition: transform 1200ms var(--ease-out-quart), filter 600ms var(--ease-out-quart);
}
.director-mini-portrait:hover img { transform: scale(1.02); filter: grayscale(0); }
.director-mini-portrait::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 25%, rgba(184, 145, 92, 0.12), transparent 60%);
  z-index: 1; pointer-events: none;
}
.director-mini-portrait::after {
  content: ""; position: absolute; inset: 24px;
  border: 1px solid rgba(239, 234, 224, 0.4);
  z-index: 2; pointer-events: none;
}
.director-mini-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(20px, 2vw, 26px); color: var(--ink-soft);
  text-align: center; padding: var(--s-6);
  z-index: 3;
}
.director-mini-body .body-serif p { font-size: 17px; line-height: 1.65; }
.director-mini-body .body-serif p + p { margin-top: var(--s-5); }
.director-mini-ctas {
  display: flex; gap: var(--s-4);
  align-items: center; flex-wrap: wrap;
  margin-top: var(--s-8);
}
@media (max-width: 980px) {
  .director-mini { grid-template-columns: 1fr; gap: var(--s-8); }
  .director-mini-portrait { max-width: 380px; }
}

/* === COMMUNITY ==================================================== */
.community { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-16); padding-block: var(--s-20); border-top: 1px solid var(--ink); align-items: start; }
.community .left h3 { margin-bottom: var(--s-6); }
.community .left p { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 20px; line-height: 1.5; color: var(--ink-mute); max-width: 480px; text-wrap: pretty; }
.community .right { display: flex; flex-direction: column; gap: var(--s-4); }
.newsletter-form { display: flex; gap: 0; border-bottom: 1px solid var(--ink); padding-bottom: var(--s-1); position: relative; transition: opacity 300ms var(--ease-out-quart); }
.newsletter-form input { flex: 1; background: none; border: none; outline: none; font-family: var(--sans); font-size: 16px; color: var(--ink); padding: var(--s-3) 0; }
.newsletter-form input::placeholder { color: var(--ink-soft); }
.newsletter-form button { font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--ink); padding: 0 0 0 var(--s-4); }
.newsletter-form.is-success { opacity: 0.7; }
.newsletter-msg { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--gold-deep); margin-top: var(--s-3); opacity: 0; transform: translateY(-4px); transition: opacity 400ms var(--ease-out-quart) 100ms, transform 400ms var(--ease-out-quart) 100ms; }
.newsletter-msg.is-visible { opacity: 1; transform: translateY(0); }
.community .perks { display: flex; flex-direction: column; gap: var(--s-2); margin-top: var(--s-3); font-size: 13px; color: var(--ink-mute); line-height: 1.7; list-style: none; padding: 0; }
.community .perks .pk { display: flex; gap: var(--s-3); }
.community .perks .pk::before { content: "·"; color: var(--gold-deep); font-weight: 700; }
@media (max-width: 980px) { .community { grid-template-columns: 1fr; gap: var(--s-8); } }

/* === FOOTER ======================================================= */
footer.site-footer { padding-block: var(--s-32) var(--s-12); padding-inline: 0; border-top: 1px solid var(--line); background: var(--bg-paper); }
.foot-claim { margin-bottom: var(--s-24); }
.foot-meta {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--s-10);
  border-top: 1px solid var(--ink);
  padding-top: var(--s-12);
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-mute);
}
.foot-col strong {
  display: block;
  font-family: var(--serif); font-style: italic; font-weight: 400;
  color: var(--ink); font-size: 18px;
  margin-bottom: var(--s-4);
}
.foot-col a {
  color: inherit; text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: border-color 300ms var(--ease-out-quart), color 300ms var(--ease-out-quart);
}
.foot-col a:hover { border-color: var(--ink); color: var(--ink); }

/* Columna Navegar — links sin underline persistente, hover con barrido dorado */
.foot-col-nav { display: flex; flex-direction: column; gap: var(--s-1); }
.foot-col-nav strong { margin-bottom: var(--s-3); }
.foot-col-nav a {
  position: relative;
  width: fit-content;
  padding: 4px 0;
  border-bottom: none;
  color: var(--ink);
}
.foot-col-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px;
  height: 1px; background: var(--gold-deep);
  transform-origin: left; transform: scaleX(0);
  transition: transform 300ms var(--ease-out-quint);
}
.foot-col-nav a:hover, .foot-col-nav a.active { color: var(--gold-deep); border-color: transparent; }
.foot-col-nav a:hover::after, .foot-col-nav a.active::after { transform: scaleX(1); }

.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: var(--s-16); padding-top: var(--s-6);
  border-top: 1px solid var(--line-soft);
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-soft);
  flex-wrap: wrap; gap: var(--s-4);
}
.foot-bottom a {
  color: var(--ink-soft); text-decoration: none;
  transition: color 300ms var(--ease-out-quart);
}
.foot-bottom a:hover { color: var(--ink); }

@media (max-width: 1100px) {
  .foot-meta { grid-template-columns: repeat(2, 1fr); gap: var(--s-10) var(--s-12); }
}
@media (max-width: 600px) {
  .foot-meta { grid-template-columns: 1fr; gap: var(--s-10); }
}

/* === STICKY CTA =================================================== */
.sticky-cta { position: fixed; bottom: var(--s-6); left: 50%; transform: translateX(-50%) translateY(120%); z-index: var(--z-sticky); background: var(--ink); color: var(--bg-paper); padding: 14px 24px; font-size: 13px; letter-spacing: 0.04em; text-decoration: none; display: flex; align-items: center; gap: var(--s-4); transition: transform 500ms var(--ease-out-quint), background 300ms var(--ease-out-quart); }
.sticky-cta.is-visible { transform: translateX(-50%) translateY(0); }
.sticky-cta:hover { background: var(--gold-deep); }
.sticky-cta .price { color: var(--gold); border-left: 1px solid rgba(255,255,255,0.2); padding-left: var(--s-4); font-variant-numeric: tabular-nums; }
@media (max-width: 780px) { .sticky-cta { padding: 12px 18px; font-size: 12px; } }

/* === FORMS ======================================================== */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-6); margin-top: var(--s-8); }
.form-field { display: flex; flex-direction: column; gap: var(--s-2); border-bottom: 1px solid var(--line); padding: var(--s-2) 0; transition: border-color 300ms var(--ease-out-quart); }
.form-field:focus-within { border-bottom-color: var(--ink); }
.form-field.full { grid-column: span 2; }
.form-field label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.form-field input, .form-field textarea, .form-field select { background: none; border: none; outline: none; font-family: var(--sans); font-size: 16px; color: var(--ink); padding: var(--s-2) 0; }
.form-field textarea { min-height: 120px; resize: vertical; font-family: var(--sans); }
.form-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%23846e48' stroke-width='1.5' fill='none'/></svg>"); background-repeat: no-repeat; background-position: right center; padding-right: var(--s-5); cursor: pointer; }
@media (max-width: 780px) { .form-grid { grid-template-columns: 1fr; } .form-field.full { grid-column: span 1; } }

.form-actions { grid-column: span 2; display: flex; justify-content: flex-end; align-items: center; margin-top: var(--s-4); }
@media (max-width: 780px) { .form-actions { grid-column: span 1; } }

/* === REVEAL & SPLIT =============================================== */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity 800ms var(--ease-out-quint), transform 800ms var(--ease-out-quint); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.split-word { display: inline-block; opacity: 0; transform: translateY(40%); transition: opacity 700ms var(--ease-out-quint), transform 700ms var(--ease-out-quint); will-change: opacity, transform; }
.split-word.is-visible { opacity: 1; transform: translateY(0); }
.parallax-target { transition: transform 100ms linear; will-change: transform; }

/* === REDUCED MOTION =============================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 50ms !important; scroll-behavior: auto !important; }
  .sponsors-track { animation: none; transform: translateX(0); }
  [data-reveal] { opacity: 1; transform: none; }
  .split-word { opacity: 1; transform: none; }
}

/* === BLOG / SINGLE / ARCHIVE ===================================== */
.blog-archive .archive-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--s-12); margin-top: var(--s-12); }
.post-card { grid-column: span 4; display: flex; flex-direction: column; gap: var(--s-3); border-top: 1px solid var(--line); padding-top: var(--s-6); text-decoration: none; color: inherit; transition: padding 300ms var(--ease-out-quart); }
.post-card:hover { padding-left: var(--s-2); }
.post-card .post-date { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); }
.post-card .post-title { font-family: var(--serif); font-weight: 300; font-size: clamp(24px, 2.4vw, 32px); line-height: 1; letter-spacing: -0.02em; text-wrap: balance; margin-block: auto var(--s-2); }
.post-card .post-excerpt { font-size: 14px; line-height: 1.6; color: var(--ink-mute); }
@media (max-width: 980px) { .post-card { grid-column: span 6; } }
@media (max-width: 680px) { .post-card { grid-column: span 12; } }

.single-post-content { padding-block: var(--s-20); max-width: 720px; margin: 0 auto; padding-inline: var(--gutter); }
.single-post-content h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 3.5vw, 48px); margin-block: var(--s-12) var(--s-4); line-height: 1.05; }
.single-post-content h3 { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 24px; margin-block: var(--s-8) var(--s-3); }
.single-post-content p { font-family: var(--serif); font-size: 19px; line-height: 1.65; margin-bottom: var(--s-5); text-wrap: pretty; }
.single-post-content blockquote { padding: var(--s-8) var(--s-6); border-left: none; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); margin-block: var(--s-12); font-family: var(--serif); font-style: italic; font-size: 28px; line-height: 1.35; }
.single-post-content a { color: var(--gold-deep); text-decoration: none; border-bottom: 1px solid var(--gold); }
.single-post-content a:hover { border-color: var(--gold-deep); }
.single-post-content ul, .single-post-content ol { padding-left: var(--s-6); margin-bottom: var(--s-5); }
.single-post-content li { font-family: var(--serif); font-size: 18px; line-height: 1.65; margin-bottom: var(--s-2); }
.single-post-content img { margin-block: var(--s-8); }

.post-hero { padding-top: 160px; padding-bottom: var(--s-12); border-bottom: 1px solid var(--line); }
.post-hero .meta { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: var(--s-6); }
.post-hero h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(40px, 5vw, 80px); line-height: 1; letter-spacing: -0.025em; max-width: 1100px; text-wrap: balance; }
.post-hero .post-lead { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.45; color: var(--ink-mute); margin-top: var(--s-6); max-width: 720px; text-wrap: pretty; }

/* === COOKIE BANNER ================================================ */
.cookie-banner { position: fixed; bottom: var(--s-5); left: var(--s-5); right: var(--s-5); max-width: 480px; margin: 0 auto; z-index: var(--z-toast); background: var(--ink); color: var(--bg-paper); padding: var(--s-5) var(--s-6); display: flex; flex-direction: column; gap: var(--s-3); transform: translateY(120%); transition: transform 500ms var(--ease-out-quint); font-size: 13px; line-height: 1.55; }
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner a { color: var(--gold); border-bottom: 1px solid var(--gold); text-decoration: none; }
.cookie-banner-actions { display: flex; gap: var(--s-3); justify-content: flex-end; }
.cookie-banner button { font-family: var(--sans); font-size: 12px; letter-spacing: 0.04em; padding: 8px 16px; cursor: pointer; }
.cookie-banner .cookie-accept { background: var(--bg-paper); color: var(--ink); }
.cookie-banner .cookie-decline { color: rgba(239, 234, 224, 0.7); padding: 8px 0; }

/* === UTILITIES ==================================================== */
.text-center { text-align: center; }
.mt-12 { margin-top: var(--s-12); }
.mt-16 { margin-top: var(--s-16); }
.no-link { pointer-events: none; }
