:root {
  --bg: #ffffff;
  --text: #111111;
  --muted: #6a6a6a;
  --accent-1: #720000;
  --accent-2: #fe0000;
  --accent-3: #8bfcb9;
  --accent-4: #038c73;
  --accent-5: #12461c;
  --panel: #f8f8f6;
  --line: rgba(18, 70, 28, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

@font-face {
  font-family: "Milker";
  src: url("fonts/Milker.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "TT Fors Regular";
  src: url("fonts/TT-Fors-Trial-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "TT Fors Thin";
  src: url("fonts/TT-Fors-Trial-Thin.woff") format("woff");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "TT Fors Thin", Arial, sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(139, 252, 185, 0.24), transparent 28%),
    radial-gradient(circle at bottom right, rgba(3, 140, 115, 0.1), transparent 26%),
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: 8px clamp(15px, 4vw, 40px); /* Se redujo el relleno superior/inferior */
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.brand img {
  width: 85px; /* Reducido para acompañar la disminución del 25% del alto */
  height: auto;
}

.main-nav a {
  position: relative;
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 1.1rem; /* Aumentado (antes 0.85rem) */
  letter-spacing: 0.15em; /* Ligeramente ajustado para compensar el aumento */
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 6px;
}

.menu-toggle {
  display: none; /* Oculto en escritorio */
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}


.brand-mark {
  display: grid;
  gap: 2px;
}

.brand-mark strong {
  font-family: "Milker", serif;
  font-size: 1.35rem;
  line-height: 0.9;
  letter-spacing: 0.06em;
}

.brand-mark span {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}



.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.main-nav a[aria-current="page"] {
  color: var(--text);
}

.page-main {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 20px clamp(20px, 4vw, 48px) 96px;
  flex: none;
}

.news-page .page-main {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.news-feed {
  display: grid;
  gap: 24px;
}

.news-heading {
  padding: 0 clamp(20px, 4vw, 48px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(460px, 1.22fr) minmax(300px, 0.78fr);
  align-items: flex-start;
  gap: clamp(-12px, 2vw, 20px);
  min-height: 0;
}

.player-stage {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.vinyl-wrap {
  position: absolute;
  left: 0;
  top: 20px;
  width: min(68vw, 620px);
  height: min(68vw, 620px);
  transform: translateX(-70%);
  overflow: visible;
}

.vinyl-button {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  touch-action: manipulation;
  transform-origin: center;
  transition: left 260ms ease, opacity 220ms ease, transform 260ms ease, filter 260ms ease;
  will-change: left, opacity, transform;
}

.vinyl-button:focus-visible {
  outline: none;
  filter: drop-shadow(0 0 0 8px rgba(3, 140, 115, 0.14));
}

.vinyl-button::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px solid rgba(18, 70, 28, 0.18);
  opacity: 0;
  pointer-events: none;
}

.vinyl-wrap:not(:hover) .vinyl-button-main::after {
  animation: vinyl-hint 2.4s ease-in-out infinite;
}

.vinyl-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 12s linear infinite;
}

.vinyl-button-main {
  z-index: 4;
}

.vinyl-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: left 260ms ease, opacity 220ms ease;
  pointer-events: none;
}

.vinyl-layer-2 {
  z-index: 3;
  left: 0;
}

.vinyl-layer-3 {
  z-index: 2;
  left: 0;
}

.vinyl-wrap:hover .vinyl-layer,
.vinyl-wrap:focus-within .vinyl-layer {
  opacity: 1;
  pointer-events: auto;
}

.vinyl-wrap:hover .vinyl-layer-2,
.vinyl-wrap:focus-within .vinyl-layer-2 {
  left: 44%;
}

.vinyl-wrap:hover .vinyl-layer-3,
.vinyl-wrap:focus-within .vinyl-layer-3 {
  left: 88%;
}

.vinyl-wrap:hover .vinyl-button-main,
.vinyl-wrap:focus-within .vinyl-button-main {
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.14));
}

.vinyl-wrap:hover .vinyl-button-main::after,
.vinyl-wrap:focus-within .vinyl-button-main::after {
  opacity: 1;
}

.vinyl-wrap:hover .vinyl-button-main .vinyl-image,
.vinyl-wrap:focus-within .vinyl-button-main .vinyl-image {
  transform: translateX(0) rotate(0deg);
  transition: transform 260ms ease;
}

.player-copy {
  display: grid;
  gap: 16px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-5);
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent-4));
}

.radio-title {
  margin: 22px 0 20px;
  font-family: "Milker", serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 7ch;
}

.radio-subtitle {
  margin: 0;
  max-width: 620px;
  font-size: 1.04rem;
  line-height: 1.65;
  color: var(--muted);
}

.now-card {
  width: min(100%, 680px);
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 30px;
  padding: 22px;
  box-shadow: none;
}

.now-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(139, 252, 185, 0.18);
  color: var(--accent-5);
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 0 8px rgba(254, 0, 0, 0.14);
}

.track-meta {
  display: flex;
  gap: 16px;
  align-items: center;
}

.track-cover {
  width: 84px;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(114, 0, 0, 0.95), rgba(3, 140, 115, 0.9));
  position: relative;
  flex: none;
}

.track-cover::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.track-copy {
  display: grid;
  gap: 8px;
}

.track-copy h2, .track-copy h3, .queue-item h4, .queue-item p,
.news-card h3, .news-card p, .contact-card h3, .contact-card p,
.info-grid h3, .info-grid p {
  margin: 0;
}

.track-copy h2 {
  font-family: "Milker", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.track-copy h3 {
   font-family: "TT Fors Regular", Arial, sans-serif;
   font-size: 0.94rem;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: var(--accent-4);
}

.track-time {
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.track-bar {
  margin-top: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(18, 70, 28, 0.08);
  overflow: hidden;
}

.track-bar span {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2), var(--accent-4));
}

.queue-block { margin-top: 22px; }
.now-card .queue-block { margin-top: 20px; }
.now-card .track-bar { margin: 18px 0 0; }

.section-label {
  margin: 0 0 14px;
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-5);
}

.about-grid .section-label {
  margin: 18px 0 20px;
  line-height: 1.4;
}

.about-grid .contact-card .section-label {
  margin-top: 0;
}

.queue-list {
  display: grid;
  gap: 12px;
}

.queue-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(248, 248, 246, 0.92);
  border: 1px solid rgba(18, 70, 28, 0.08);
}

.queue-index {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  background: linear-gradient(135deg, rgba(139, 252, 185, 0.6), rgba(3, 140, 115, 0.18));
  color: var(--accent-5);
}

.queue-info h4 {
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.queue-info p, .queue-time {
  color: var(--muted);
  font-size: 0.92rem;
}

.queue-time {
  font-family: "TT Fors Regular", Arial, sans-serif;
  white-space: nowrap;
}

.section-panel {
  background: linear-gradient(180deg, #ffffff, #fcfcfc);
  border: 1px solid rgba(18, 70, 28, 0.1);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 34px);
}

.news-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-masonry {
  column-count: 3;
  column-gap: 18px;
  padding: 0 clamp(20px, 4vw, 48px);
}

.news-tile {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 26px;
  background: #0d0d0d;
}

.news-link {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.news-link:hover,
.news-link:focus-visible {
  transform: translateY(-3px);
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.12));
}

.news-link:focus-visible { outline: none; }

.news-tile img {
  width: 100%;
  height: auto;
}

.news-caption {
  position: absolute;
  inset: 50% 0 0;
  display: flex;
  align-items: flex-end;
  padding: 0 18px 20px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 8%, rgba(0,0,0,0.04) 16%, rgba(0,0,0,0.12) 28%, rgba(0,0,0,0.3) 44%, rgba(0,0,0,0.72) 100%);
  color: #ffffff;
  transform: translateY(102%);
  transition: transform 220ms ease, opacity 220ms ease;
  opacity: 0;
  pointer-events: none;
}

.news-caption h3 {
  margin: 0;
  font-family: "Milker", serif;
  font-size: clamp(1.75rem, 2.6vw, 2.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

/* Efecto hover modificado para aceptar la clase in-view generada por JS al hacer scroll en móviles */
.news-tile:hover .news-caption,
.news-tile:focus-within .news-caption,
.news-tile.in-view .news-caption {
  transform: translateY(0);
  opacity: 1;
}

.news-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.news-tile:hover::before,
.news-tile:focus-within::before,
.news-tile.in-view::before {
  opacity: 1;
}

.news-detail-page .page-main {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.news-detail-shell {
  width: 100%;
  display: grid;
  gap: 28px;
}

.news-detail-shell.news-detail-horizontal { grid-template-columns: 1fr; }
.news-detail-shell.news-detail-horizontal .news-detail-content {
  column-count: 3;
  width: 100%;
}

.news-detail-shell.news-detail-vertical {
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas: "hero content";
  align-items: start;
}

.news-detail-shell.news-detail-vertical .news-detail-hero { grid-area: hero; }
.news-detail-shell.news-detail-vertical .news-detail-content {
  grid-area: content;
  column-count: 2;
  padding-top: 12px;
}

.news-detail-hero { width: 100%; }

.news-detail-panel {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 36px;
}

.news-detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2), var(--accent-4));
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  animation: gradient-shift 6s linear infinite;
}

.news-detail-kicker::before {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent-4));
}

.news-detail-title {
  margin: 0;
  font-family: "Milker", serif;
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 12ch;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
  color: var(--muted);
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-detail-rule {
  height: 2px;
  border: 0;
  margin: 22px 0;
  background: linear-gradient(90deg, rgba(114, 0, 0, 0), var(--accent-1), var(--accent-2), var(--accent-4), rgba(3, 140, 115, 0));
}

.news-detail-image {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #0d0d0d;
}

.news-detail-shell.news-detail-horizontal .news-detail-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: clamp(240px, 34vw, 420px);
}

.news-detail-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.news-detail-content {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  column-count: 3;
  column-gap: 28px;
}

.news-detail-shell.news-detail-vertical .news-detail-content,
.news-detail-shell.news-detail-horizontal .news-detail-content {
  width: 100%;
}

.news-detail-content p {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.9;
  color: var(--muted);
  break-inside: avoid;
}

.news-detail-divider {
  height: 1px;
  margin: 18px 0;
  background: linear-gradient(90deg, rgba(18, 70, 28, 0), rgba(18, 70, 28, 0.28), rgba(254, 0, 0, 0.24), rgba(18, 70, 28, 0));
  break-inside: avoid;
}

.news-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-family: "TT Fors Regular", Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 1.05rem;
  color: #fe0000 ;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  background: #720000;
  box-shadow: 0 14px 28px rgba(114, 0, 0, 0.12);
  text-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.news-detail-back:hover,
.news-detail-back:focus-visible {
  transform: translateY(-2px);
  background: #5f0000;
  box-shadow: 0 18px 34px rgba(114, 0, 0, 0.14);
  outline: none;
}

.news-detail-lead {
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text);
  break-inside: avoid;
}

.news-detail-music .news-detail-kicker {
  font-size: 1.08rem;
  color: var(--text);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  animation: none;
}

.news-detail-music .news-detail-kicker::before {
  background: linear-gradient(90deg, var(--accent-3), var(--accent-4), var(--accent-2));
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.news-detail-footer-space { height: 24px; }

.news-card {
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(139, 252, 185, 0.13), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(18, 70, 28, 0.1);
  min-height: 230px;
  display: grid;
  gap: 14px;
}

.news-tag {
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-4);
}

.news-card h3 {
  font-family: "Milker", serif;
  font-size: 1.8rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.news-card p, .section-intro {
  color: var(--muted);
  line-height: 1.7;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.contact-card {
  border-radius: 24px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(18, 70, 28, 0.1);
  box-shadow: var(--shadow);
}

.info-grid {
  border-radius: 24px;
  background: transparent;
  border: 0;
  padding: 6px 0 0;
  gap: 26px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.phone-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 70, 28, 0.16);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  background: #fafafa;
  color: var(--text);
}

.contact-form select {
  appearance: none;
  cursor: pointer;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form button {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  font-family: "TT Fors Regular", Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--accent-5), var(--accent-4));
  color: #ffffff;
  cursor: pointer;
  isolation: isolate;
}

.contact-form button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #720000 0%, #fe0000 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}

.contact-form button:hover::before,
.contact-form button:active::before,
.contact-form button:focus-visible::before {
  transform: scaleX(1);
}

.form-feedback {
  margin: 4px 0 0;
  min-height: 1.5em;
  font-size: 0.94rem;
  line-height: 1.7;
}

.form-feedback.is-error { color: #720000; }
.form-feedback.is-success { color: var(--accent-4); }

.contact-list {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.value-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.value-card {
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.value-card h4 {
  margin: 0 0 10px;
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.section-heading h1, .section-heading h2 {
  margin: 0;
  font-family: "Milker", serif;
  text-transform: uppercase;
  line-height: 0.94;
}

.section-heading h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
.section-heading h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); }

.site-footer {
  margin-top: 64px;
  color: rgba(255, 255, 255, 0.9);
  background: #720000;
}

.footer-inner {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 42px clamp(20px, 4vw, 48px) 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) minmax(240px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.footer-brand-block, .footer-links-block, .footer-social-block {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 100px;
  height: auto;
}

.footer-brand-text {
  display: grid;
  gap: 2px;
}

.footer-brand-text strong {
  font-family: "Milker", serif;
  font-size: 1.35rem;
  line-height: 0.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-brand-text span {
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.footer-brand-block p, .footer-copy {
  margin: 0;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.footer-phone {
  font-family: "TT Fors Regular", Arial, sans-serif;
  letter-spacing: 0.08em;
}

.footer-title {
  margin: 0;
  font-family: "TT Fors Regular", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.88);
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent-3);
  transform: translateX(4px);
}

.footer-socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-2px);
  opacity: 0.82;
}

.footer-social-link img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@keyframes spin { 100% { transform: rotate(360deg); } }

@keyframes vinyl-hint {
  0%, 100% { opacity: 0.18; transform: scale(0.94); }
  50% { opacity: 0.58; transform: scale(1.03); }
}

@media (max-width: 1100px) {
  .hero, .about-grid, .news-layout { grid-template-columns: 1fr; }
  .news-masonry { column-count: 2; padding: 0 clamp(20px, 4vw, 48px); }
  .news-detail-title { max-width: none; }
  .news-detail-content { column-count: 2; }
  .news-detail-shell.news-detail-vertical {
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "content";
  }
  .news-detail-shell.news-detail-vertical .news-detail-content { column-count: 2; padding-top: 0; }
  .player-stage { min-height: 560px; }
  .vinyl-wrap { transform: none; width: min(92vw, 640px); }
  .value-cards { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  /* ==========================================
     PARCHES DE TEXTO Y DESBORDAMIENTO (MÓVIL)
     ========================================== */
  html, body { 
    overflow-x: hidden; 
    width: 100%; 
  }

  /* 1. CENTRADO GENERAL */
  body { text-align: center; }
  .brand { margin: 0 auto; justify-content: center; }
  .section-label, .section-heading, .section-intro { text-align: center; }
  
  /* Reducir el título principal para que "NOTICIAS" quepa bien */
  .section-heading h1 { font-size: clamp(1.8rem, 8vw, 2.6rem); }

  /* 2. MENÚ HAMBURGUESA Y ENCABEZADO (Móvil) */
  .site-header { padding: 8px 12px; } 
  .brand { margin: 0; justify-content: flex-start; } 
  
  .topbar { 
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-items: center; 
    position: relative; 
  }
  
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
  }
  
  .menu-toggle span {
    width: 100%;
    height: 3px;
    background: var(--text);
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center; 
  }
  
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }

  .main-nav {
    display: flex; 
    flex-direction: column;
    flex-wrap: nowrap; 
    align-items: center; 
    width: 100%;
    gap: 20px;
    max-height: 0; 
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease, padding 0.4s ease;
  }
  
  .main-nav a {
    display: block; 
    width: 100%;
  }

  .main-nav.is-open { 
    max-height: 300px; 
    opacity: 1;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  /* 3. CENTRADO DEL HOME Y REPRODUCTOR */
  .hero { 
    min-height: auto; 
    overflow-x: hidden; 
    justify-content: center; 
    gap: 10px !important; 
  }

  .eyebrow { justify-content: center; margin: 0 auto; }
  .radio-title { margin: 15px auto; }
  .now-top { flex-direction: column; justify-content: center; gap: 12px; }
  .live-pill { margin: 0 auto; }
  .track-meta { flex-direction: column; text-align: center; gap: 12px; }
  .track-cover { margin: 0 auto; }
  .queue-item { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 10px; }
  .queue-time { grid-column: 1; }
  
  .player-stage { 
    min-height: auto !important; 
    min-width: 0 !important; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
    padding: 10px 0;
  }
  
  .vinyl-wrap { 
    position: relative !important; 
    top: 0 !important;
    width: 65vw; 
    height: 65vw; 
    max-width: 260px; 
    max-height: 260px; 
    transform: none; 
    margin: 0 auto; 
  }
  
  .vinyl-button-main { animation: none !important; }
  .vinyl-wrap:hover .vinyl-layer-2, .vinyl-wrap:focus-within .vinyl-layer-2,
  .vinyl-wrap:hover .vinyl-layer-3, .vinyl-wrap:focus-within .vinyl-layer-3 { left: 0; }
  
  /* 4. AJUSTES Y CENTRADO DE NOTICIAS (Móvil) */
  .news-masonry { column-count: 2; padding: 0 clamp(20px, 4vw, 48px); }
  
  /* Parche para Safari/iPhone: Forzar que el borde redondeado corte la imagen */
  .news-tile {
    overflow: hidden;
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  
  .new-share-buttons {
    display: flex;
    width: 100% !important;
    justify-content: center !important;
    align-self: center !important;
    margin: 15px auto !important;
  }

  /* Ajustar el texto de las noticias para 2 columnas */
  .news-caption h3 { 
    font-size: clamp(0.75rem, 3.2vw, 0.95rem); /* Letra más pequeña */
    line-height: 1.15;
    word-break: break-word; /* Obliga a romper palabras largas como CAPTURAN */
    overflow-wrap: break-word;
    hyphens: auto; 
  } 
  
  .news-caption { padding: 0 10px 12px; }
  .news-detail-title { font-size: clamp(2.4rem, 12vw, 4rem); }
  
  /* FORZAR 1 SOLA COLUMNA EN ABSOLUTAMENTE TODAS LAS NOTICIAS PARA TELÉFONO */
  .news-detail-content,
  .news-detail-shell.news-detail-horizontal .news-detail-content,
  .news-detail-shell.news-detail-vertical .news-detail-content { 
    column-count: 1 !important; 
  }
  
  .news-detail-shell.news-detail-vertical { grid-template-columns: 1fr; grid-template-areas: "hero" "content"; }
  .news-detail-shell.news-detail-horizontal .news-detail-image,
  .news-detail-shell.news-detail-vertical .news-detail-image,
  .news-detail-image { width: 100%; height: 220px; margin-left: 0; border-radius: 16px; }
  .news-detail-meta { justify-content: center; }
  .news-detail-back { margin: 0 auto 20px; display: flex; }
  
  /* 5. CENTRADO DE ABOUT US */
  .field-row, .phone-row { grid-template-columns: 1fr; }
  .contact-list, .value-card { text-align: center; }
  
  /* 6. CENTRADO DEL FOOTER */
  .footer-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-brand, .footer-socials { justify-content: center; }
  .footer-links { justify-items: center; }
  .footer-brand-block div { align-items: center; }
}
/* ==========================================
   ESTILOS PARA MENSAJES DEL FORMULARIO
   ========================================== */
.form-feedback {
  margin-top: 15px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

/* Cuando el mensaje se está enviando o está vacío, no tiene fondo */
.form-feedback:empty {
  display: none;
}

/* Mensaje de Éxito (Verde) */
.form-feedback.is-success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* Mensaje de Error (Rojo) */
.form-feedback.is-error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
/* ==========================================
   1. FORZAR GROSOR Y LECTURA EN EL DETALLE DE NOTICIA
   ========================================== */
.news-detail-content p,
p[data-detail-lead], 
p[data-detail-body-1], 
p[data-detail-body-2], 
p[data-detail-body-3] {
  font-family: "TT Fors Regular", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.15rem !important; /* Tamaño cómodo para leer */
  line-height: 1.7 !important;
  color: #222222 !important; /* Gris oscuro, mejor que el negro puro */
  margin-bottom: 20px !important;
}

/* Destacar el lead (resumen) de la noticia */
p[data-detail-lead] {
  font-weight: 600 !important;
  color: var(--accent-4) !important; /* Tu verde característico */
  font-size: 1.2rem !important;
}

/* ==========================================
   2. REDUCIR TAMAÑO DE LETRA EN LAS TARJETAS DE NOTICIAS (SCROLL)
   ========================================== */
.news-caption h3 {
  /* Se reduce el tamaño general para escritorio */
  font-size: clamp(1.2rem, 1.8vw, 1.6rem) !important; 
  line-height: 1.1 !important;
}

/* Ajuste específico para celulares */
@media (max-width: 720px) {
  .news-caption h3 { 
    font-size: 0.9rem !important; /* Aún más pequeño en móvil para que no estorbe */
  }
}
