:root {
  --ink: #18222f;
  --muted-ink: #5d6876;
  --paper: #ffffff;
  --paper-soft: #f5f8fb;
  --line: #dbe4ec;
  --line-strong: #b7c8d7;
  --navy: #172a45;
  --blue: #0077b6;
  --cyan: #18a7bd;
  --teal: #1f8a83;
  --green: #4a8f58;
  --warm: #c66a3d;
  --shadow: 0 18px 50px rgba(24, 34, 47, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: white;
  padding: 8px 12px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(219, 228, 236, 0.8);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: white;
  font-weight: 800;
  font-size: 1.25rem;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

.brand strong {
  display: block;
  line-height: 1.1;
  font-size: 1rem;
}

.brand small {
  display: block;
  color: var(--muted-ink);
  font-size: 0.78rem;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a,
.nav-menu-trigger {
  padding: 8px 11px;
  border-radius: var(--radius);
  border: 0;
  background: transparent;
  color: var(--muted-ink);
  font: inherit;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.92rem;
  cursor: pointer;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a[aria-current="page"],
.nav-menu-trigger:hover,
.nav-menu-trigger:focus,
.nav-menu.is-open .nav-menu-trigger,
.nav-menu:focus-within .nav-menu-trigger,
.nav-menu:hover .nav-menu-trigger {
  color: var(--ink);
  background: var(--paper-soft);
}

.nav-menu {
  position: relative;
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  min-width: 164px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
  padding: 8px;
}

.nav-menu:hover .nav-submenu,
.nav-menu:focus-within .nav-submenu,
.nav-menu.is-open .nav-submenu {
  display: grid;
  gap: 2px;
}

.nav-submenu a {
  display: block;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
}

.hero-media,
.edition-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay,
.edition-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.5) 72%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 34%);
}

.hero-content {
  position: relative;
  padding: 120px 0 72px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-weight: 800;
  font-size: 0.78rem;
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
  text-transform: none;
  line-height: 1.3;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 4.4rem;
  line-height: 0.98;
  font-weight: 820;
}

.page-hero h1 {
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.15rem;
  line-height: 1.14;
}

#cfp-title {
  color: var(--teal);
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
}

#call-for-papers h3 {
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
}

#deadline-title {
  color: var(--teal);
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
}

#agenda-title {
  color: var(--teal);
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
}

#organizers-title {
  color: var(--teal);
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "c2sc" 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.lede {
  max-width: 690px;
  color: #334155;
  font-size: 1.24rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 760;
  line-height: 1.25;
}

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

.button.primary:hover,
.button.primary:focus {
  background: #005d91;
  border-color: #005d91;
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line-strong);
}

.button.secondary:hover,
.button.secondary:focus {
  background: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--blue);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.section {
  padding: 86px 0;
}

.section.compact {
  padding: 64px 0 86px;
}

#call-for-papers {
  padding-top: 29px;
  padding-bottom: 29px;
}

#agenda {
  padding-top: 29px;
  padding-bottom: 29px;
}

#organizers {
  padding-top: 20px;
  padding-bottom: 24px;
}

.section.muted,
.current-edition,
.page-hero {
  background: var(--paper-soft);
}

.two-column,
.split-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: start;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.row-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.edition-panel,
.outcome-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
  padding: 26px;
}

.fact-list,
.event-meta,
.mini-facts {
  display: grid;
  gap: 18px;
  margin: 0 0 22px;
}

.fact-list div,
.event-meta div,
.mini-facts div {
  display: grid;
  gap: 3px;
}

dt {
  color: var(--muted-ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin: 0;
  font-weight: 720;
}

.topic-grid,
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.topic-card,
.archive-card,
.person-card,
.edition-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 22px;
}

.topic-card {
  min-height: 188px;
}

.topic-card h3 {
  color: var(--navy);
}

.topic-card p,
.archive-card p,
.person-card p,
.outcome-list p,
.section-heading p {
  color: var(--muted-ink);
}

.outcome-list ul,
.plain-list,
.committee-list ul {
  margin: 0;
  padding-left: 20px;
}

.outcome-list li,
.plain-list li,
.committee-list li {
  margin-bottom: 8px;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  overflow: hidden;
}

.metric-strip div {
  padding: 24px 20px;
}

.metric-strip div + div {
  border-left: 1px solid var(--line);
}

.metric-strip strong {
  display: block;
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
}

.metric-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted-ink);
  font-size: 0.92rem;
}

.edition-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.edition-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.edition-card:hover,
.edition-card:focus {
  transform: translateY(-3px);
  border-color: var(--cyan);
  box-shadow: var(--shadow);
}

.edition-card span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.edition-card strong {
  font-size: 1.18rem;
  line-height: 1.25;
}

.edition-card em {
  color: var(--muted-ink);
  font-style: normal;
}

.edition-card.active {
  border-top: 4px solid var(--blue);
}

.page-hero {
  padding: 86px 0 62px;
  border-bottom: 1px solid var(--line);
}

.simple-hero {
  padding: 78px 0 52px;
  background-color: var(--paper-soft);
  background-image:
    linear-gradient(90deg, rgba(245, 248, 251, 0.99) 0%, rgba(245, 248, 251, 0.95) 48%, rgba(245, 248, 251, 0.82) 100%),
    url("../img/ahug-hero.png?v=20260601-hero-refresh");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero h1,
.edition-hero h1 {
  font-size: 3.6rem;
}

.page-hero p {
  max-width: 760px;
  font-size: 1.12rem;
}

.simple-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.55;
}

.simple-hero a:hover,
.simple-hero a:focus {
  color: var(--teal);
}

.archive-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: flex-start;
}

.archive-card h3 {
  font-size: 1.42rem;
}

.archive-card .button,
.archive-card .status-pill {
  margin-top: auto;
}

.archive-card.current {
  border-top: 4px solid var(--blue);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 4px 10px;
  color: var(--muted-ink);
  background: var(--paper-soft);
  font-weight: 750;
  font-size: 0.84rem;
}

.status-pill.ready {
  color: #1e6a43;
  background: #eaf7ee;
  border-color: #bee3ca;
}

.edition-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
}

.edition-hero-content {
  position: relative;
  padding: 118px 0 58px;
}

.edition-hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: #334155;
  font-size: 1.16rem;
}

.event-meta {
  max-width: 950px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(183, 200, 215, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.table-wrap {
  overflow: hidden;
  overflow-x: auto;
  border: 2px solid #0f172a;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.agenda-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
}

.agenda-table caption {
  padding: 14px 18px;
  color: var(--muted-ink);
  text-align: left;
  font-weight: 800;
}

.agenda-table th,
.agenda-table td {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid #0f172a;
  border-bottom: 1px solid #0f172a;
  text-align: left;
  vertical-align: middle;
}

.agenda-table th:last-child,
.agenda-table td:last-child {
  border-right: 0;
}

.agenda-table tbody tr:last-child td {
  border-bottom: 0;
}

.agenda-table th {
  color: var(--ink);
  background: #c9ebe7;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.agenda-table td:first-child {
  white-space: nowrap;
  color: var(--navy);
  font-weight: 500;
}

.agenda-table tbody tr:not(.break-row) td:nth-child(2) {
  font-weight: 760;
}

.agenda-table .note-row td:nth-child(2) {
  font-weight: 400;
}

.agenda-table tbody tr.note-row:first-child td:nth-child(2) {
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-synthesis: none;
}

.agenda-table tbody tr.note-row:last-child td:nth-child(2) {
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-synthesis: none;
}

.agenda-table tbody tr:not(.break-row) td:nth-child(2) .session-prefix {
  font-weight: 400;
}

.session-list {
  margin: 0;
  padding-left: 18px;
}

.session-list li + li {
  margin-top: 4px;
}

.agenda-table tr:nth-child(even):not(.break-row) td {
  background: #f9fbfd;
}

.agenda-table .break-row td {
  color: var(--navy);
  background: #eef4fb;
  font-weight: 760;
}

.agenda-table .break-row td:first-child {
  font-weight: 500;
}

.agenda-table .break-row td:nth-child(2),
.agenda-table .break-row td:nth-child(3) {
  font-weight: 400;
}

.agenda-table .break-row td:nth-child(2) {
  font-style: italic;
}

.cfp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 48px;
  align-items: start;
}

.deadline-panel {
  border: 2px solid var(--teal);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
  padding: 26px;
}

.deadline-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.deadline-list div {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.deadline-list div:first-child {
  border-top: 0;
}

.deadline-list div.is-highlight {
  margin: 0 -12px;
  border-top-color: transparent;
  border-radius: 6px;
  padding-right: 12px;
  padding-left: 12px;
  background: #e7f6ec;
}

.deadline-list div.is-past-row,
.deadline-list div.is-past-row dt,
.deadline-list div.is-past-row dd {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-synthesis: none;
}

.deadline-list dt {
  margin: 0;
  color: #000;
  line-height: 1.2;
}

.deadline-list dd {
  margin: 0;
  color: var(--blue);
  text-align: right;
  line-height: 1.2;
  font-weight: 400;
  font-synthesis: none;
}

.deadline-panel .deadline-list dd.is-past {
  color: var(--muted-ink) !important;
  font-weight: 400 !important;
  font-variation-settings: "wght" 400;
  font-synthesis: none;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--muted-ink);
}

.agenda-meta {
  display: grid;
  gap: 6px;
  margin: 0;
}

.agenda-meta div {
  display: grid;
  align-items: center;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 8px;
  min-height: 22px;
}

.agenda-meta dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  line-height: 1.15;
}

.agenda-meta dt::after {
  content: ":";
}

.agenda-meta dd {
  display: flex;
  align-items: center;
  color: var(--muted-ink);
  font-weight: 520;
  line-height: 1.15;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 12px;
  background: white;
  color: var(--navy);
  font-weight: 720;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.person-card.chair {
  border-color: var(--teal);
}

.organizers-section {
  padding: 14px 0 16px;
  background: var(--paper);
}

.organizers-section .section-heading {
  margin-bottom: 8px;
}

.organizers-section h2 {
  margin-bottom: 0;
  font-size: 1.28rem;
}

.organizers-section .people-grid {
  gap: 10px;
  margin-bottom: 0;
}

.organizers-section .person-card {
  min-height: 0;
  border: 2px solid var(--teal);
  padding: 8px 12px;
}

.organizers-section .person-card.chair {
  border: 2px solid var(--teal);
}

.organizers-section .person-card h3 {
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.2;
}

.organizers-section .person-card p {
  margin-bottom: 0;
  font-size: 0.78rem;
  line-height: 1.25;
}

.committee-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 24px;
}

.committee-list ul {
  columns: 2;
  column-gap: 36px;
}

.site-footer {
  color: #dce6ef;
  background: #132033;
  padding: 22px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 1fr;
  gap: 42px;
}

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

.footer-slack-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #f8fafc;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

.footer-slack-link:hover,
.footer-slack-link:focus {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.slack-logo {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}

.footer-slack-text {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.site-footer .brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  outline: 2px solid #f4c430;
  outline-offset: 2px;
}

.site-footer .brand strong {
  font-size: 0.92rem;
}

.site-footer .brand small,
.site-footer p {
  font-size: 0.78rem;
  line-height: 1.25;
}

.footer-minimal p {
  max-width: 520px;
  margin: 0;
  text-align: right;
}

.site-footer p,
.site-footer small {
  color: #aebccd;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: white;
  font-size: 0.95rem;
}

.site-footer a:not(.brand):not(.footer-slack-link) {
  display: block;
  margin-bottom: 8px;
  color: #dce6ef;
  text-decoration-color: rgba(220, 230, 239, 0.38);
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow);
    padding: 8px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 11px 12px;
  }

  .nav-menu-trigger {
    width: 100%;
    padding: 11px 12px;
    text-align: left;
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    margin: 0 0 4px 12px;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .nav-menu:hover .nav-submenu {
    display: none;
  }

  .nav-menu.is-open .nav-submenu,
  .nav-menu:focus-within .nav-submenu {
    display: grid;
  }

  .hero {
    min-height: 680px;
  }

  .hero-overlay,
  .edition-hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.87) 72%, rgba(255, 255, 255, 0.78) 100%),
      linear-gradient(0deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 34%);
  }

  .hero-content,
  .edition-hero-content {
    padding-top: 96px;
  }

  h1,
  .page-hero h1,
  .edition-hero h1 {
    font-size: 3rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.82rem;
  }

  .lede {
    font-size: 1.1rem;
  }

  .section {
    padding: 64px 0;
  }

  .two-column,
  .split-block,
  .cfp-grid,
  .footer-grid,
  .footer-minimal,
  .event-meta {
    grid-template-columns: 1fr;
  }

  .footer-minimal {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-slack-link {
    justify-content: flex-start;
  }

  .footer-minimal p {
    text-align: left;
  }

  .topic-grid,
  .archive-grid,
  .edition-list,
  .people-grid {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .metric-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .row-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .committee-list ul {
    columns: 1;
  }

  .table-wrap {
    overflow-x: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .agenda-table {
    display: grid;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    gap: 12px;
  }

  .agenda-table caption {
    display: block;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    margin-bottom: 10px;
  }

  .agenda-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .agenda-table,
  .agenda-table tbody,
  .agenda-table tr,
  .agenda-table td {
    width: 100%;
  }

  .agenda-table tbody {
    display: grid;
    gap: 12px;
  }

  .agenda-table tr {
    display: grid;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    overflow: hidden;
  }

  .agenda-table th,
  .agenda-table td {
    border: 0;
  }

  .agenda-table td {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 12px;
  }

  .agenda-table td + td {
    border-top: 1px solid var(--line);
  }

  .agenda-table td::before {
    content: attr(data-label);
    color: var(--muted-ink);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .agenda-table td:first-child,
  .agenda-table td:nth-child(2) {
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .brand small {
    display: none;
  }

  .hero,
  .edition-hero {
    min-height: 650px;
  }

  h1,
  .page-hero h1,
  .edition-hero h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .page-hero {
    padding-top: 62px;
  }

  .edition-panel,
  .outcome-list,
  .deadline-panel,
  .topic-card,
  .archive-card,
  .person-card,
  .edition-card,
  .committee-list {
    padding: 18px;
  }
}
