/* ============================================================
   NOTÍCIES — "Les veus del poble" (diari local)
   Reutilitza nav, footer, dividers, paper-grain i stamps de styles.css
   ============================================================ */

.news-wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; width: 100%; }

/* --- capçalera / masthead --- */
.news-masthead {
  text-align: center;
  padding: 128px 0 0;
}
.news-kicker {
  font-family: 'Atkinson Hyperlegible', sans-serif; font-size: 12px; letter-spacing: 4px;
  text-transform: uppercase; color: #a07a4c; font-weight: 600; margin-bottom: 14px;
}
.news-name {
  font-family: 'Young Serif', serif; font-weight: 400;
  font-size: clamp(46px, 8vw, 104px); line-height: .95; letter-spacing: -.03em;
  color: #2a241d; margin: 0;
}
.news-rule {
  border: none; border-top: 3px double #2a241d; margin: 22px 0 0;
}
.news-cintillo {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding: 10px 0 0; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #9a8c75; font-weight: 600;
}
.news-cintillo .date { font-family: 'Kalam', cursive; font-weight: 600; font-size: 20px; letter-spacing: 0; text-transform: none; color: #b1432c; transform: rotate(-2deg); }

/* --- portada / lead --- */
.lead {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: stretch;
  padding: 48px 0 56px;
}
.lead-photo {
  border-radius: 16px; overflow: hidden; border: 1px solid #e6dac5;
  min-height: 380px; display: flex; align-items: flex-end; padding: 16px;
  background: repeating-linear-gradient(45deg, #efe3cf 0 13px, #e7d6b8 13px 26px);
}
.lead-photo .tag { font-family: 'Young Serif', serif; font-size: 11px; color: #a07a4c; background: #fffdf8; padding: 4px 9px; border-radius: 4px; letter-spacing: .03em; }
.lead-body { display: flex; flex-direction: column; justify-content: center; }
.lead .kicker-stamp { align-self: flex-start; }
.lead h2 {
  font-family: 'Young Serif', serif; font-weight: 400;
  font-size: clamp(34px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.02em;
  color: #2a241d; margin: 10px 0 18px; text-wrap: balance;
}
.lead-lede {
  font-family: 'Newsreader', serif; font-size: 21px; line-height: 1.55; color: #4a4236; margin: 0 0 22px;
}
.byline { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #9a8c75; }
.byline .dot { width: 8px; height: 8px; border-radius: 50%; background: #b1432c; flex: none; }
.byline strong { color: #2a241d; font-weight: 600; }

/* --- reixa d'articles amb filets de diari --- */
.news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid #d8cab2;
}
.article {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  padding: 30px 28px; border-left: 1px solid #d8cab2;
  transition: background .2s ease;
}
.article:first-child { border-left: none; }
.article:hover { background: rgba(177, 67, 44, .035); }
.article-photo {
  height: 168px; border-radius: 12px; overflow: hidden; border: 1px solid #e6dac5;
  margin-bottom: 18px; display: flex; align-items: flex-end; padding: 12px;
}
.article-photo .tag { font-family: 'Young Serif', serif; font-size: 11px; color: #a07a4c; background: #fffdf8; padding: 3px 8px; border-radius: 4px; letter-spacing: .03em; }
.article-kicker { font-family: 'Atkinson Hyperlegible', sans-serif; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: #b1432c; font-weight: 600; margin-bottom: 10px; }
.article h3 { font-family: 'Young Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.12; letter-spacing: -.01em; color: #2a241d; margin: 0 0 12px; }
.article p { font-family: 'Newsreader', serif; font-size: 16px; line-height: 1.55; color: #5c5345; margin: 0 0 18px; }
.article .byline { margin-top: auto; }

/* segona fila amb filet superior */
.news-grid .row-2 { border-top: 1px solid #d8cab2; }

/* --- columna de veus (citacions) — DARK --- */
.voices-head { text-align: center; margin-bottom: 48px; }
.voices-head h2 { font-family: 'Young Serif', serif; font-weight: 400; font-size: clamp(32px, 3.8vw, 52px); letter-spacing: -.02em; color: #f1e7d6; margin: 14px 0 0; }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.voice {
  background: #3a4430; border: 1px solid rgba(255, 253, 248, .12); border-radius: 16px;
  padding: 32px 30px; display: flex; flex-direction: column; gap: 22px;
}
.voice blockquote {
  font-family: 'Kalam', cursive; font-weight: 600; font-size: 25px; line-height: 1.2;
  color: #f1e7d6; margin: 0;
}
.voice blockquote::before { content: '«'; color: #e9c46a; margin-right: 2px; }
.voice blockquote::after { content: '»'; color: #e9c46a; margin-left: 2px; }
.voice .who { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255, 253, 248, .12); }
.voice .who .dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.voice .who .name { font-size: 15px; font-weight: 600; color: #f1e7d6; }
.voice .who .role { font-size: 13px; color: rgba(241, 231, 214, .6); display: block; margin-top: 2px; }

/* --- butlletí --- */
.signup { max-width: 720px; margin: 0 auto; text-align: center; }
.signup .kicker-bracket { justify-content: center; }
.signup h2 { font-family: 'Young Serif', serif; font-weight: 400; font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -.02em; color: #2a241d; margin: 8px 0 12px; }
.signup p { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; color: #6f6555; margin: 0 0 26px; }
.signup-row {
  display: flex; gap: 12px; max-width: 480px; margin: 0 auto;
  background: #fffdf8; border: 1.5px solid #e1d4bd; border-radius: 999px; padding: 8px 8px 8px 22px;
  box-shadow: 0 18px 44px -20px rgba(98, 74, 40, .4);
}
.signup-row input { flex: 1; border: none; outline: none; background: transparent; font-family: 'Atkinson Hyperlegible', sans-serif; font-size: 16px; color: #2a241d; min-width: 0; }
.signup-row button { flex: none; background: #b1432c; color: #fff; border: none; border-radius: 999px; padding: 12px 24px; font-family: 'Atkinson Hyperlegible', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .lead { grid-template-columns: 1fr; gap: 28px; }
  .lead-photo { min-height: 260px; order: -1; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .article:nth-child(odd) { border-left: none; }
  .article:nth-child(n+3) { border-top: 1px solid #d8cab2; }
  .voices-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .news-wrap { padding: 0 22px; }
  .news-masthead { padding-top: 104px; }
  .news-cintillo { font-size: 11px; }
  .lead { padding: 36px 0 40px; }
  .lead-lede { font-size: 18px; }
  .news-grid { grid-template-columns: 1fr; }
  .article { border-left: none; border-top: 1px solid #d8cab2; padding: 26px 0; }
  .article:first-child { border-top: none; }
  .article-photo { height: 200px; }
  .voice blockquote { font-size: 22px; }
  .signup-row { flex-wrap: wrap; border-radius: 22px; padding: 14px 16px; }
  .signup-row input { flex: 1 1 100%; }
  .signup-row button { flex: 1 1 100%; }
}
@media (max-width: 480px) {
  .news-wrap { padding: 0 18px; }
}
