:root {
  color-scheme: light;
  --mm-ink: #17131f;
  --mm-muted: #6e6968;
  --mm-warm: #fffaf2;
  --mm-white: #ffffff;
  --mm-coral: #ff7051;
  --mm-coral-soft: #fff0eb;
  --mm-yellow: #fff36d;
  --mm-line: #e8e2db;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--mm-warm);
  color: var(--mm-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.seo-shell { width: min(1100px, calc(100% - 40px)); margin: 0 auto; }
.seo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 19, 31, .07);
  background: rgba(255, 250, 242, .96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.seo-nav {
  width: min(1220px, calc(100% - 64px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.seo-brand { width: 224px; height: 70px; display: block; flex: 0 0 auto; }
.seo-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.seo-nav nav, .seo-footer nav { display: flex; align-items: center; gap: 28px; }
.seo-nav nav a, .seo-footer a { font-size: 14px; font-weight: 800; text-decoration: none; }
.seo-nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 2px solid var(--mm-ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--mm-ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}
.seo-main { padding: 26px 0 70px; }
.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0 28px;
  color: var(--mm-muted);
  font-size: 13px;
  font-weight: 750;
}
.seo-breadcrumbs a { text-decoration: none; }
.seo-event-card {
  overflow: hidden;
  border: 2px solid var(--mm-ink);
  border-radius: 32px;
  background: var(--mm-white);
  box-shadow: 6px 6px 0 var(--mm-ink);
}
.seo-event-image-wrap { position: relative; min-height: 390px; background: #eee7df; }
.seo-event-image { width: 100%; height: min(58vw, 540px); min-height: 390px; object-fit: cover; }
.seo-status {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border: 2px solid var(--mm-ink);
  border-radius: 999px;
  background: var(--mm-yellow);
  box-shadow: 2px 2px 0 var(--mm-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.seo-status.is-past { background: var(--mm-white); }
.seo-event-copy { padding: clamp(24px, 5vw, 52px); }
.seo-kicker {
  margin: 0 0 10px;
  color: #db4e30;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 6vw, 68px);
  line-height: .99;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.seo-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0;
}
.seo-meta-grid > div {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--mm-line);
  border-radius: 18px;
  background: #fffdf9;
}
.seo-meta-grid span { display: block; margin-bottom: 5px; color: var(--mm-muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.seo-meta-grid strong { display: block; overflow-wrap: anywhere; font-size: 16px; }
.seo-description { max-width: 760px; margin-top: 34px; }
.seo-description h2, .seo-section-heading h2 { margin: 0 0 12px; font-size: clamp(26px, 4vw, 38px); line-height: 1.08; letter-spacing: -.04em; }
.seo-description p { margin: 0; color: var(--mm-muted); font-size: 17px; line-height: 1.7; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.seo-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 2px solid var(--mm-ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}
.seo-button-primary { background: var(--mm-coral); box-shadow: 3px 3px 0 var(--mm-ink); }
.seo-button-secondary { background: var(--mm-white); }
.seo-related, .seo-list-section { margin-top: 58px; }
.seo-related-grid, .seo-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.seo-related-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid var(--mm-line);
  border-radius: 22px;
  background: var(--mm-white);
  text-decoration: none;
}
.seo-related-card span, .seo-list-category { margin-bottom: 8px; color: #db4e30; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.seo-related-card strong { font-size: 20px; line-height: 1.15; }
.seo-related-card small { margin-top: 9px; color: var(--mm-muted); font-weight: 650; }
.seo-archive-hero {
  padding: clamp(30px, 6vw, 64px);
  border-radius: 30px;
  background: var(--mm-coral);
}
.seo-archive-hero h1 { max-width: 850px; }
.seo-archive-hero > p:not(.seo-kicker) { max-width: 720px; margin: 20px 0 0; color: #382423; font-size: 18px; font-weight: 600; }
.seo-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-list-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mm-line);
  border-radius: 24px;
  background: var(--mm-white);
  text-decoration: none;
}
.seo-list-card img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.seo-list-card > div { min-width: 0; padding: 20px; }
.seo-list-card h2 { margin: 0 0 10px; font-size: 22px; line-height: 1.12; letter-spacing: -.03em; }
.seo-list-card p { margin: 4px 0 0; color: var(--mm-muted); font-size: 13px; font-weight: 650; overflow-wrap: anywhere; }
.seo-empty { padding: 24px; border: 1px solid var(--mm-line); border-radius: 20px; background: var(--mm-white); color: var(--mm-muted); }
.seo-footer { border-top: 1px solid var(--mm-line); padding: 28px 0 38px; color: #8a8580; font-size: 12px; }
.seo-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; }
@media (max-width: 820px) {
  .seo-nav { width: min(100% - 28px, 720px); height: 76px; }
  .seo-brand { width: 154px; height: 52px; }
  .seo-nav nav { display: none; }
  .seo-nav-cta { min-height: 42px; padding: 8px 12px; font-size: 12px; box-shadow: 2px 2px 0 var(--mm-ink); }
  .seo-shell { width: min(100% - 28px, 1100px); }
  .seo-event-image-wrap, .seo-event-image { min-height: 280px; height: 56vw; }
  .seo-meta-grid { grid-template-columns: 1fr; }
  .seo-related-grid, .seo-list-grid { grid-template-columns: 1fr; }
  .seo-list-card { grid-template-columns: 135px minmax(0, 1fr); }
  .seo-list-card img { min-height: 170px; }
  .seo-footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .seo-main { padding-top: 16px; }
  .seo-event-card { border-radius: 24px; box-shadow: 4px 4px 0 var(--mm-ink); }
  .seo-event-image-wrap, .seo-event-image { min-height: 230px; height: 66vw; }
  .seo-event-copy { padding: 22px 18px 26px; }
  h1 { font-size: clamp(34px, 11vw, 46px); line-height: 1.02; }
  .seo-actions { flex-direction: column; }
  .seo-button { width: 100%; }
  .seo-list-card { grid-template-columns: 1fr; }
  .seo-list-card img { aspect-ratio: 16 / 9; min-height: 0; }
  .seo-footer nav { gap: 14px; }
}
