
:root {
  --pink: #E91E63;
  --purple: #4A1D6E;
  --purple-dark: #2E0F47;
  --ink: #111111;
  --muted: #6b6b6b;
  --border: #ececec;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
header.topbar {
  background: #111;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
}
header.topbar a { margin-right: 18px; opacity: 0.85; }
header.topbar a:hover { opacity: 1; }
.brandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.brand h1 { font-size: 34px; margin: 0; }
.brand h1 .accent { color: var(--pink); }
.brand p { margin: 2px 0 0; font-family: Arial, sans-serif; letter-spacing: 1px; font-size: 12px; color: var(--muted); text-transform: uppercase; }
nav.mainnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 32px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
nav.mainnav a.active { color: var(--pink); }
main { max-width: 1200px; margin: 0 auto; padding: 32px; }

/* ---- Homepage top grid: hero + 2x2 stories, matching mockup layout ---- */
.top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  margin-bottom: 40px;
}
.hero-featured {
  grid-column: 1;
  grid-row: 1 / span 2;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
}
.hero-featured .cat { background: var(--pink); }
.hero-featured h2 { font-size: 30px; line-height: 1.25; margin: 12px 0; }
.hero-featured p.dek { max-width: 520px; opacity: 0.9; font-size: 15px; }
.hero-featured .meta { font-family: Arial, sans-serif; font-size: 12px; opacity: 0.75; margin-top: 8px; }

.story-card {
  position: relative;
  background: #111;
  color: #fff;
  padding: 20px;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(160deg, #3a3a3a, #111);
}
.story-card .cat {
  display: inline-block;
  background: var(--purple);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 9px;
  margin-bottom: 8px;
  align-self: flex-start;
}
.story-card h3 { font-size: 17px; margin: 0 0 6px; line-height: 1.3; }
.story-card .date { font-family: Arial, sans-serif; font-size: 11px; opacity: 0.75; }

.cat {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 10px;
  font-family: Arial, sans-serif;
}

/* ---- Trending row + sidebar ---- */
.section-label {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: var(--pink);
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 14px;
  border-bottom: 2px solid var(--pink);
  display: inline-block;
  padding-bottom: 6px;
}
.trending-section { display: grid; grid-template-columns: 3fr 1fr; gap: 24px; align-items: start; }
.trending-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.trend-card .thumb {
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, #555, #222);
  margin-bottom: 8px;
}
.trend-card .cat { background: #6a2a7a; color: #fff; font-size: 10px; padding: 3px 7px; margin-bottom: 6px; }
.trend-card h4 { font-family: Arial, sans-serif; font-size: 13px; margin: 0 0 4px; line-height: 1.3; }
.trend-card .date { font-family: Arial, sans-serif; font-size: 11px; color: var(--muted); }

.sidebar-box {
  background: var(--purple);
  color: #fff;
  padding: 28px;
  font-family: Arial, sans-serif;
}
.sidebar-box h3 { font-family: Georgia, serif; font-size: 20px; margin-top: 0; }
.sidebar-box p { font-size: 13px; opacity: 0.9; }
.sidebar-box input {
  width: 100%; padding: 10px; border: none; margin-bottom: 10px; font-family: Arial, sans-serif;
}
.sidebar-box button {
  width: 100%; padding: 10px; background: var(--pink); color: #fff; border: none; font-weight: bold; cursor: pointer;
}

/* ---- Article page ---- */
article.full { max-width: 760px; margin: 0 auto; padding: 32px; font-family: Georgia, serif; }
article.full .cat { display:inline-block; background: var(--purple); color:#fff; font-family: Arial, sans-serif; font-size: 12px; font-weight:bold; padding: 4px 10px; margin-bottom: 16px; }
article.full h1 { font-size: 36px; line-height: 1.2; margin: 0 0 12px; }
article.full .subtitle { font-size: 19px; color: var(--muted); margin-bottom: 16px; }
article.full .meta-line { font-family: Arial, sans-serif; font-size: 13px; color: var(--muted); margin-bottom: 28px; border-bottom: 1px solid var(--border); padding-bottom: 20px; }
article.full .hero-image-note {
  background: #f7f7f7; border: 1px dashed #ccc; font-family: Arial, sans-serif;
  font-size: 12px; color: var(--muted); padding: 40px 16px; text-align: center; margin-bottom: 28px;
}
article.full h2.section-heading { font-size: 24px; margin-top: 36px; margin-bottom: 12px; }
article.full p { font-size: 17px; margin-bottom: 18px; }
article.full .callout-box {
  background: #fdf1f5; border-left: 4px solid var(--pink); padding: 16px 20px;
  font-style: italic; margin: 24px 0; font-family: Arial, sans-serif; font-size: 14px;
}
.tags { font-family: Arial, sans-serif; margin-top: 32px; }
.tags span { display: inline-block; background: #f2f2f2; padding: 4px 10px; font-size: 12px; margin: 0 6px 6px 0; }
footer.sitefoot { background: #111; color: #ccc; font-family: Arial, sans-serif; font-size: 13px; padding: 48px 32px 0; margin-top: 48px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 24px; padding-bottom: 32px; }
.footer-brand h2 { font-family: Georgia, serif; font-size: 22px; color: #fff; margin: 0 0 10px; }
.footer-brand h2 .accent { color: var(--pink); }
.footer-brand p { color: #999; line-height: 1.6; margin-bottom: 16px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: #fff; opacity: 0.8; }
.footer-col h4 { color: var(--pink); font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; margin: 0 0 14px; }
.footer-col a { display: block; color: #ccc; margin-bottom: 10px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #292929; padding: 18px 0; text-align: center; color: #888; font-size: 12px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 900px) {
  .top-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .hero-featured { grid-row: auto; }
  .trending-section { grid-template-columns: 1fr; }
  .trending-grid { grid-template-columns: repeat(2, 1fr); }
}

.static-page { max-width: 820px; margin: 0 auto; padding: 40px 32px; font-family: Georgia, serif; }
.static-page h1 { font-size: 34px; margin-bottom: 6px; }
.static-page .updated { font-family: Arial, sans-serif; font-size: 13px; color: var(--muted); margin-bottom: 32px; }
.static-page h2 { font-size: 21px; margin-top: 32px; margin-bottom: 10px; font-family: Georgia, serif; }
.static-page p, .static-page li { font-size: 16px; line-height: 1.7; }
.static-page ul { padding-left: 22px; }
