:root {
  color-scheme: light;
  --ink: #0b0b0b;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --muted: #6d6860;
  --line: #d8d0c2;
  --copper: #8a4b38;
  --blue: #2357ff;
  --green: #1b8f5a;
  --amber: #c98200;
  --shadow: 0 24px 80px rgba(20, 16, 10, 0.08);
  font-family:
    Inter, "Noto Sans SC", "Source Han Sans SC", ui-sans-serif,
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 0%, rgba(138, 75, 56, 0.13), transparent 34rem),
    linear-gradient(180deg, #f8f5ee 0%, var(--paper) 48%, #eee8dd 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--copper);
}

.page {
  width: min(1280px, calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(11, 11, 11, 0.1);
  backdrop-filter: blur(18px);
  background: rgba(245, 241, 232, 0.88);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-mark {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.82;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.brand-name {
  display: grid;
  gap: 1px;
  font-size: 16px;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #38342f;
  font-size: 14px;
  font-weight: 750;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 11, 11, 0.16);
  border-radius: 999px;
  padding: 11px 15px;
  background: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button.primary:hover {
  color: var(--white);
  background: var(--copper);
  border-color: var(--copper);
}

.hero {
  padding: 58px 0 34px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 1040px;
  font-size: clamp(46px, 7vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.064em;
  font-weight: 950;
}

.hero-copy {
  margin: 22px 0 0;
  max-width: 780px;
  color: #34302b;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin: 30px 0 22px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.section-desc {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 22px;
}

.chip {
  border: 1px solid rgba(11, 11, 11, 0.14);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 253, 248, 0.56);
  color: #3b352f;
  font-size: 12px;
  font-weight: 850;
}

.feed {
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.58);
  box-shadow: var(--shadow);
}

.source-note {
  margin: 12px 0 22px;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 253, 248, 0.56);
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.feed-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr) minmax(120px, 0.16fr);
  gap: 24px;
  padding: 24px 26px;
  border-top: 1px solid rgba(11, 11, 11, 0.1);
}

.feed-row:first-child {
  border-top: 0;
}

.topic {
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.feed-row h3 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.feed-row p {
  margin: 10px 0 0;
  max-width: 880px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.52;
}

.meta {
  margin-top: 12px;
  color: #8a8378;
  font-size: 13px;
  font-weight: 750;
}

.source {
  align-self: start;
  justify-self: end;
  border: 1px solid rgba(11, 11, 11, 0.14);
  border-radius: 999px;
  padding: 8px 10px;
  color: #3a352f;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 64px;
}

.card {
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 16px 0 0;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.event-table {
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.58);
  box-shadow: var(--shadow);
  margin-bottom: 64px;
}

.event-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(130px, 0.5fr) minmax(180px, 0.8fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-top: 1px solid rgba(11, 11, 11, 0.1);
}

.event-row:first-child {
  border-top: 0;
}

.event-name {
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.event-meta {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.status {
  display: inline-flex;
  justify-self: end;
  width: max-content;
  border: 1px solid rgba(11, 11, 11, 0.14);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 253, 248, 0.42);
  color: #4b443d;
  font-size: 12px;
  font-weight: 900;
}

.status.blue {
  color: var(--blue);
  border-color: rgba(35, 87, 255, 0.24);
}

.status.green {
  color: var(--green);
  border-color: rgba(27, 143, 90, 0.24);
}

.footer {
  border-top: 1px solid rgba(11, 11, 11, 0.1);
  padding: 34px 0 44px;
  color: var(--muted);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer p {
  margin: 10px 0 0;
  max-width: 740px;
  font-size: 14px;
  line-height: 1.45;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.62);
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .page {
    width: min(100% - 28px, 720px);
  }

  .nav {
    min-height: auto;
    padding: 12px 0;
    align-items: flex-start;
  }

  .nav,
  .section-head,
  .footer-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav-actions {
    width: 100%;
  }

  h1 {
    font-size: clamp(44px, 17vw, 72px);
  }

  .feed-row,
  .event-row,
  .cards {
    grid-template-columns: 1fr;
  }

  .source,
  .status {
    justify-self: start;
  }
}
