:root {
  --background: #fffaf0;
  --foreground: #20120f;
  --red: #e60012;
  --red-deep: #9d000b;
  --gold: #ffe200;
  --ink: #2a1512;
  --muted: #76645c;
  --line: rgba(96, 31, 24, 0.16);
  --paper: #fffdf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(255, 226, 0, 0.14), transparent 34%),
    linear-gradient(315deg, rgba(230, 0, 18, 0.08), transparent 28%),
    var(--background);
  color: var(--foreground);
  font-family: Tahoma, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow: hidden; }
.hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 226, 0, 0.38), transparent 22rem),
    linear-gradient(120deg, var(--red-deep), var(--red) 56%, #b00012);
  color: white;
  padding: 20px clamp(18px, 4vw, 64px) 72px;
}
.nav, .hero-grid, .section, .ticker, .footer {
  width: min(1180px, calc(100vw - 36px));
  margin-inline: auto;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img, .footer img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 3px solid var(--gold);
  background: white;
  border-radius: 8px;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: clamp(0.95rem, 2vw, 1.1rem); }
.brand small { color: #fff4a8; font-size: 0.78rem; margin-top: 4px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.nav-links a, .secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff8ce;
  font-size: 0.88rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  padding-top: 54px;
}
.kicker, .section-label {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
}
.hero h1 {
  font-size: clamp(2.45rem, 6vw, 5.8rem);
  line-height: 1.13;
  max-width: 840px;
  margin: 0;
}
.lead {
  color: #fff6d1;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 2;
  max-width: 700px;
  margin: 24px 0 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.primary-action {
  background: var(--gold);
  color: #3d120b;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(47, 8, 5, 0.22);
}
.edition-card, .story-card, .feature-panel, .quote-panel, .event-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}
.edition-card { padding: 24px; box-shadow: 0 26px 50px rgba(42, 10, 8, 0.24); }
.edition-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--red-deep); font-weight: 800; }
.edition-top img { width: 72px; height: 72px; object-fit: contain; }
.edition-card h2, .section h2 { margin: 14px 0 0; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.35; }
.edition-card p, .section p, .story-card p, .join p { color: var(--muted); line-height: 1.9; }
.edition-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
.edition-stats span { background: #fff5bb; border-radius: 8px; padding: 12px 8px; text-align: center; font-size: 0.78rem; }
.edition-stats strong { display: block; font-size: 1.25rem; color: var(--red-deep); }
.ticker {
  transform: translateY(-28px);
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: auto;
  white-space: nowrap;
  background: #24110f;
  color: #fff8d7;
  border-radius: 8px;
  min-height: 58px;
  padding: 0 18px;
  box-shadow: 0 18px 34px rgba(41, 13, 10, 0.16);
}
.ticker strong { background: var(--red); color: white; border-radius: 6px; padding: 8px 12px; }
.section { padding: 54px 0; }
.intro-band { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 34px; border-bottom: 1px solid var(--line); }
.section-label { color: var(--red-deep); font-size: 0.88rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading a { color: var(--red-deep); font-weight: 800; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.story-card { padding: 22px; min-height: 270px; display: flex; flex-direction: column; }
.story-card span { width: fit-content; background: #fff0a5; color: var(--red-deep); border-radius: 6px; padding: 7px 10px; font-size: 0.78rem; font-weight: 800; }
.story-card h3 { font-size: 1.25rem; line-height: 1.55; margin: 18px 0 4px; }
.story-card time { color: var(--red-deep); font-weight: 800; margin-top: auto; }
.two-column { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 18px; }
.feature-panel, .quote-panel { padding: clamp(22px, 4vw, 36px); }
.beats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.beats span { background: #2b1511; color: #fff3be; border-radius: 8px; padding: 10px 13px; }
.quote-panel {
  background: linear-gradient(135deg, rgba(255, 226, 0, 0.82), rgba(255, 253, 247, 0.96)), var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-panel p { color: #32120d; font-size: 1.35rem; font-weight: 800; }
.quote-panel span { color: var(--red-deep); font-weight: 800; }
.event-list { display: grid; gap: 10px; }
.event-row { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 16px; padding: 18px 20px; }
.event-row strong { color: var(--red-deep); }
.event-row span, .event-row time { color: var(--muted); }
.join {
  background: linear-gradient(120deg, rgba(230, 0, 18, 0.94), rgba(157, 0, 11, 0.95)), var(--red);
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 5vw, 46px);
}
.join .section-label, .join p { color: #fff5bf; }
.footer { border-top: 1px solid var(--line); padding: 44px 0 54px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer h2 { margin: 12px 0 8px; font-size: 1.25rem; }
.footer p { color: var(--muted); margin: 0; }
.footer-links { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-links a { border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; }
@media (max-width: 860px) {
  .nav, .section-heading, .footer, .join { align-items: stretch; flex-direction: column; }
  .hero-grid, .intro-band, .news-grid, .two-column { grid-template-columns: 1fr; }
  .hero { padding-bottom: 52px; }
  .hero-grid { padding-top: 34px; }
  .nav-links { justify-content: start; }
  .event-row { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 560px) {
  .brand img, .footer img { width: 50px; height: 50px; }
  .nav-links a, .secondary-action, .primary-action { width: 100%; }
  .edition-stats { grid-template-columns: 1fr; }
}
