/* ═══════════ Noticias · Galardones Arco de Marbella ═══════════
   Misma identidad que la portada, en formato de lectura:
   mundo champán para leer, ventanas oscuras para la imagen y los datos. */
@font-face {
  font-family: 'Cinzel';
  src: url('/assets/fonts/cinzel-var.woff2') format('woff2');
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-var.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --noche: #0a0908;
  --marfil: #f4efe6;
  --marfil-dim: rgba(244, 239, 230, 0.62);
  --oro: #f2b135;
  --oro-claro: #ffd977;
  --oro-oscuro: #8a6414;
  --champan: #f1e7d0;
  --champan-2: #e9dcc0;
  --tinta: #1c1811;
  --tinta-dim: rgba(28, 24, 17, 0.7);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --disp: 'Cinzel', 'Times New Roman', serif;
  --sans: 'Manrope', -apple-system, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: var(--champan);
  color: var(--tinta);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.nt-wrap { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.nt-lectura { width: min(44rem, calc(100% - 3rem)); margin-inline: auto; }

/* ── barra superior ── */
.nt-nav { background: var(--noche); }
.nt-nav .nt-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 0; }
.nt-nav img { height: 3.2rem; width: auto; }
.nt-nav nav { display: flex; gap: 0.5rem; }
.nt-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none;
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease);
}
.nt-btn-gho { border: 1px solid rgba(244, 239, 230, 0.22); color: var(--marfil); }
.nt-btn-gho:hover { border-color: rgba(244, 239, 230, 0.5); }
.nt-btn-oro { background: linear-gradient(135deg, var(--oro-claro), var(--oro) 55%, #d29a22); color: #241a05; }

/* ── tipografía ── */
.nt-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--oro-oscuro);
}
.nt-eyebrow::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--oro); }
.nt-h1 {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 1rem 0 0;
}
.nt-entradilla { font-size: clamp(1.08rem, 1.6vw, 1.25rem); line-height: 1.6; color: var(--tinta-dim); margin-top: 1.1rem; font-weight: 500; }
.nt-meta { margin-top: 1.2rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tinta-dim); }

/* ── cabecera de artículo ── */
.nt-cab { padding: clamp(3rem, 8vh, 5rem) 0 2rem; }
.nt-portada {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  border-radius: 1.6rem;
  overflow: hidden;
  background: var(--noche);
  aspect-ratio: 21 / 9;
}
.nt-portada img { width: 100%; height: 100%; object-fit: cover; }
.nt-portada-pie { width: min(1180px, calc(100% - 3rem)); margin: 0.6rem auto 0; font-size: 0.75rem; color: var(--tinta-dim); }

/* ── cuerpo ── */
.nt-cuerpo { padding: clamp(2.2rem, 6vh, 3.5rem) 0 clamp(3rem, 8vh, 5rem); }
.nt-cuerpo p { margin: 0 0 1.25rem; }
.nt-lectura > p:first-child::first-letter {
  font-family: var(--disp); font-weight: 700;
  float: left; font-size: 3.6rem; line-height: 0.85;
  padding: 0.35rem 0.6rem 0 0; color: var(--oro-oscuro);
}
.nt-cuerpo h2 {
  font-family: var(--disp); font-weight: 700;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.2;
  margin: 2.4rem 0 1rem;
}
.nt-cuerpo a { color: var(--oro-oscuro); text-underline-offset: 3px; }
.nt-cuerpo a.nt-btn-oro { color: #241a05; }
.nt-cuerpo b, .nt-cuerpo strong { color: var(--tinta); font-weight: 700; }
.nt-cita {
  font-family: var(--disp); font-weight: 600;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem); line-height: 1.3;
  text-transform: uppercase; text-align: center;
  color: var(--oro-oscuro);
  margin: 2.6rem 0;
  padding: 1.6rem 0;
  border-block: 1px solid rgba(138, 100, 20, 0.3);
}

/* ── ficha del evento (ventana oscura) ── */
.nt-ficha {
  background: var(--noche);
  color: var(--marfil);
  border-radius: 1.4rem;
  padding: 1.6rem 1.8rem;
  margin: 2.4rem 0;
}
.nt-ficha h3 { font-family: var(--disp); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--oro); margin-bottom: 0.9rem; }
.nt-ficha ul { list-style: none; display: grid; gap: 0.55rem; }
.nt-ficha li { display: grid; grid-template-columns: 6.5rem 1fr; gap: 0.8rem; font-size: 0.95rem; align-items: baseline; }
.nt-ficha li i { font-style: normal; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--marfil-dim); }
.nt-ficha .nt-btn { margin-top: 1.2rem; }

/* ── fichas de premiados dentro de un artículo ── */
.nt-premiados { list-style: none; display: grid; gap: 0; margin: 0.4rem 0 1.6rem; }
.nt-premiado {
  display: grid; grid-template-columns: 4.8rem 1fr; gap: 1.1rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(28, 24, 17, 0.12);
}
.nt-premiado:last-child { border-bottom: 0; }
.nt-premiado img, .nt-premiado-ini {
  width: 4.8rem; aspect-ratio: 3 / 4;
  border-radius: 0.7rem;
  object-fit: cover; object-position: 50% 15%;
  background: var(--noche);
}
.nt-premiado-ini {
  display: grid; place-items: center;
  font-family: var(--disp); font-weight: 800; font-size: 1.5rem;
  color: var(--oro);
}
.nt-premiado-cat { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--oro-oscuro); line-height: 1.5; }
.nt-premiado h3 { font-family: var(--disp); font-weight: 700; font-size: 1.2rem; text-transform: uppercase; line-height: 1.2; margin: 0.25rem 0 0.35rem; }
.nt-cuerpo .nt-premiado p { margin: 0; font-size: 0.95rem; line-height: 1.6; color: var(--tinta-dim); }

/* ── sigue leyendo ── */
.nt-sigue { border-top: 1px solid rgba(28, 24, 17, 0.14); margin-top: 2.6rem; padding-top: 1.6rem; }
.nt-sigue h2 { margin-top: 0 !important; font-size: 1rem !important; letter-spacing: 0.08em; }
.nt-sigue ul { list-style: none; display: grid; gap: 0.6rem; }
.nt-sigue a { font-weight: 600; color: var(--tinta) !important; text-decoration: none; border-bottom: 1px solid rgba(138, 100, 20, 0.35); }
.nt-sigue a:hover { border-color: var(--oro-oscuro); }

/* ── listado de noticias ── */
.nt-listado { padding: clamp(3rem, 8vh, 5rem) 0 clamp(4rem, 10vh, 6rem); }
.nt-listado-cab { max-width: 44rem; margin-bottom: 2.6rem; }
.nt-tarjetas { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 22rem), 1fr)); gap: 1.4rem; }
.nt-tarjeta {
  display: flex; flex-direction: column;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(28, 24, 17, 0.1);
  border-radius: 1.3rem;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.6s var(--ease), background 0.6s var(--ease);
}
.nt-tarjeta:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.7); }
.nt-tarjeta figure { aspect-ratio: 16 / 10; overflow: hidden; background: var(--noche); }
.nt-tarjeta figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.nt-tarjeta:hover figure img { transform: scale(1.04); }
.nt-tarjeta div { padding: 1.2rem 1.3rem 1.4rem; }
.nt-tarjeta h2 { font-family: var(--disp); font-weight: 700; font-size: 1.12rem; line-height: 1.25; text-transform: uppercase; margin: 0.5rem 0 0.6rem; }
.nt-tarjeta p { font-size: 0.92rem; line-height: 1.55; color: var(--tinta-dim); }

/* ── pie ── */
.nt-pie { background: var(--noche); color: rgba(244, 239, 230, 0.5); padding: 2.4rem 0 2.8rem; font-size: 0.78rem; line-height: 1.7; }
.nt-pie .nt-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.4rem; }
.nt-pie img { height: 3.2rem; width: auto; }
.nt-pie p { max-width: 36rem; }
.nt-pie a { color: rgba(244, 239, 230, 0.75); text-underline-offset: 3px; }
.nt-credito { display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; text-decoration: none; opacity: 0.82; transition: opacity 0.5s var(--ease); }
.nt-credito:hover { opacity: 1; }
.nt-credito span { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(244, 239, 230, 0.5); }
.nt-pie .nt-credito img { height: 1.8rem; width: auto; }
@media (max-width: 640px) { .nt-credito { align-items: flex-start; } }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .nt-wrap, .nt-lectura, .nt-portada, .nt-portada-pie { width: calc(100% - 2rem); }
  .nt-nav img { height: 2.6rem; }
  .nt-nav .nt-btn-gho { display: none; }
  .nt-portada { aspect-ratio: 4 / 3; border-radius: 1rem; }
  .nt-ficha li { grid-template-columns: 1fr; gap: 0.1rem; }
}
