@font-face {
  font-family: 'Offside';
  src: url('/assets/Offside-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #000000;
  --muted: #666666;
  --paper: #ffffff;
  --surface: #ffffff;
  --line: rgba(0, 0, 0, .12);
  --green: #E05038;
  --blue: #E05038;
  --coral: #E05038;
  --gold: #E05038;
  --night: #000000;
  --background: #ffffff;
  --foreground: #000000;
  --primary: #E05038;
  --primary-dark: #c43e2b;
  --accent: #E05038;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #000000;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Offside', system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247, 243, 236, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  font-family: 'Offside', sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.site-header nav { display: flex; gap: 18px; align-items: center; font-size: 14px; font-weight: 700; }
.site-header nav a { color: var(--muted); }
.site-header nav a.active, .site-header nav a:hover { color: var(--ink); }
.nav-cta, .button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 800;
}
.nav-cta, .button.primary { color: #fff !important; background: var(--green); }
.button.ghost { border: 1px solid var(--line); background: #fff; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(13,107,87,.16), transparent 48%),
    linear-gradient(300deg, rgba(198,93,77,.16), transparent 58%),
    var(--paper);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
h1, h2, h3 { font-family: 'Offside', sans-serif; letter-spacing: 0; }
h1 { margin: 0; font-size: clamp(48px, 8vw, 104px); line-height: .92; }
h2 { font-size: clamp(28px, 4vw, 48px); margin: 0 0 16px; }
.hero-copy > p:not(.eyebrow) { max-width: 720px; color: #38453f; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-panel {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 18px;
  padding: 32px;
  color: #fff;
  background:
    linear-gradient(rgba(20,32,28,.1), rgba(20,32,28,.82)),
    url('/hero-bg.jpg') center / cover;
  border-radius: 8px;
}
.hero-panel span { color: #f6e6b9; font-weight: 800; text-transform: uppercase; }
.hero-panel strong { font-size: 30px; line-height: 1.1; }

.section, .page-head {
  padding: clamp(42px, 7vw, 86px) clamp(20px, 5vw, 72px);
}
.page-head { border-bottom: 1px solid var(--line); background: #fff; }
.page-head h1 { font-size: clamp(42px, 6vw, 76px); }
.compact { padding-top: 34px; padding-bottom: 34px; }
.grid { display: grid; gap: 20px; }
.speakers-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.speaker-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.speaker-card img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  background: #e8e1d6;
}
.speaker-card div { padding: 18px; }
.speaker-card p { margin: 0 0 8px; color: #E38878 ; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.speaker-card h3 { margin: 0 0 8px; font-size: 21px; }
.speaker-card span, .timeline p, .section > p { color: var(--muted); line-height: 1.55; }

.timeline { display: grid; gap: 12px; margin-top: 22px; }
.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  background: #fff;
  border-radius: 8px;
}
.timeline-item.highlight { border-left-color: var(--gold); }
.timeline-item time { font-weight: 800; color: var(--green); }
.timeline-item span { display: inline-block; margin-top: 5px; color: var(--coral); font-weight: 800; font-size: 12px; text-transform: uppercase; }

.logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.logo-card {
  min-height: 150px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.logo-card-inner,
.logo-visual {
  display: contents;
}
.logo-card img { max-height: 54px; object-fit: contain; }
.logo-card .visit-label { color: var(--muted); font-size: 13px; font-weight: 700; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.cards article, .text-block {
  max-width: 880px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
}
.site-footer { padding: 32px clamp(20px, 5vw, 72px); color: var(--muted); border-top: none; }

.login-screen { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card {
  width: min(420px, 100%);
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
label { display: grid; gap: 7px; color: var(--muted); font-weight: 700; font-size: 13px; }
input, textarea, select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}
textarea { min-height: 86px; resize: vertical; }
button { min-height: 38px; border: 0; border-radius: 6px; padding: 0 14px; color: #fff; background: var(--green); font-weight: 800; cursor: pointer; }
.alert { padding: 10px 12px; border-radius: 6px; color: #842717; background: #fde8df; }

.page-admin {
  background: #f8fafc;
}

.admin-shell {
  min-height: 100vh;
  color: #020817;
  background: #f8fafc;
}

.admin-topbar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.admin-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-title h1 {
  margin: 0;
  color: #020817;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.admin-title p {
  margin: 3px 0 0;
  color: #2f5592;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.1;
}

.admin-shield {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #0d47a1;
  background: #eaf2ff;
}

.admin-shield .icon {
  width: 18px;
  height: 18px;
}

.logout-form button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  color: #475569;
  background: transparent;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font: 600 13px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.logout-form .icon {
  width: 16px;
  height: 16px;
}

.admin-main {
  min-width: 0;
  padding: 32px 14px;
}

.admin-tabs {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  margin: 0 auto 33px;
  border: 1px solid #dbe3ec;
  border-radius: 7px;
  background: #fff;
}

.admin-tabs button {
  min-height: 33px;
  padding: 0 16px;
  color: #48617f;
  background: transparent;
  border: 0;
  border-right: 1px solid #e2e8f0;
  border-radius: 0;
  font: 500 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  white-space: nowrap;
}

.admin-tabs button:last-child {
  border-right: 0;
}

.admin-tabs button.active {
  color: #020817;
  background: #fff;
  box-shadow: inset 0 0 0 2px #0d47a1, 0 1px 3px rgba(15, 23, 42, .12);
}

.admin-panel {
  display: none;
  width: 100%;
  margin: 0 0 28px;
  padding: 22px 24px 25px;
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(15, 23, 42, .08);
}

.admin-panel.active {
  display: block;
}

.admin-panel:not(#settings) { padding: 24px; }

.admin-panel h2 {
  margin: 0 0 4px;
  color: #020817;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.admin-panel > p {
  margin: 0 0 28px;
  color: #526888;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.admin-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.admin-panel-head h2,
.admin-panel-head p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-panel-head h2 {
  margin: 0;
  color: #020817;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.admin-panel-head p {
  margin: 1px 0 0;
  color: #48617f;
  font-size: 14px;
  line-height: 1.2;
}

.admin-add-button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 5px;
  color: #fff;
  background: #0d47a1;
  font: 700 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  white-space: nowrap;
}

.admin-add-button .icon {
  width: 16px;
  height: 16px;
}

.admin-form { display: grid; grid-template-columns: 1fr; gap: 22px; margin-bottom: 18px; align-items: end; }
.admin-form.wide { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.admin-add-form {
  margin: -12px 0 24px;
  padding: 16px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background: #f8fafc;
}

.admin-add-form[hidden],
.admin-card-edit[hidden],
.admin-edit-row[hidden] {
  display: none;
}

.admin-form label,
.admin-table label {
  color: #020817;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.admin-form input,
.admin-form textarea,
.admin-form select,
.admin-table input,
.admin-table textarea,
.admin-table select {
  min-height: 36px;
  border: 1px solid #dbe3ec;
  border-radius: 6px;
  color: #020817;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .12);
  font: 400 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-form button {
  justify-self: start;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 5px;
  color: #fff;
  background: #0d47a1;
  font: 700 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-form.wide button {
  justify-self: stretch;
}

.admin-table button,
.row-actions button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.check { display: flex; align-items: center; gap: 8px; }
.check input { width: auto; min-height: auto; }
.admin-table { overflow-x: auto; }
.admin-clean-table {
  overflow-x: auto;
}

.admin-clean-table table {
  min-width: 760px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-clean-table th {
  padding: 12px 8px 11px;
  color: #48617f;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.admin-clean-table td {
  height: 56px;
  padding: 12px 8px;
  color: #020817;
  font-size: 14px;
  vertical-align: middle;
}

.admin-status-pill {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #475569;
  background: #e2e8f0;
  font-size: 12px;
  font-weight: 700;
}

.admin-status-pill .icon {
  width: 13px;
  height: 13px;
}

.admin-outline-pill,
.admin-visible-pill {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  font: 700 12px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-outline-pill {
  color: #020817;
  background: #fff;
  border: 1px solid #0f172a;
}

.admin-visible-pill {
  color: #fff;
  background: #0d47a1;
}

.admin-visible-pill.is-hidden {
  color: #475569;
  background: #e2e8f0;
}

.admin-clean-table td strong {
  font-weight: 700;
}

.admin-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.admin-icon-form {
  display: inline-flex;
  margin: 0;
}

.admin-icon-button,
.admin-icon-form button {
  width: 22px;
  height: 22px;
  min-height: 22px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: #334155;
  background: transparent;
  border: 0;
  border-radius: 4px;
}

.admin-icon-button:hover,
.admin-icon-form button:hover {
  color: #0d47a1;
  background: #eaf2ff;
}

.admin-icon-button .icon,
.admin-icon-form .icon {
  width: 17px;
  height: 17px;
}

.admin-inline-edit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  padding: 14px;
  border-radius: 8px;
  background: #f8fafc;
}

.admin-inline-edit input,
.admin-inline-edit textarea,
.admin-inline-edit select {
  min-height: 36px;
  border: 1px solid #dbe3ec;
  border-radius: 6px;
  color: #020817;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .12);
  font: 400 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-inline-edit button {
  min-height: 36px;
  border-radius: 5px;
  background: #0d47a1;
}

.admin-card-edit {
  margin: -2px 0 8px;
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px 8px;
  background: rgba(0, 0, 0, .76);
}

.admin-modal[hidden] {
  display: none;
}

.admin-modal-card {
  position: relative;
  width: min(674px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 22px 25px 25px;
  border: 1px solid #dbe3ec;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(15, 23, 42, .28);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-modal-card--compact {
  width: min(560px, 100%);
}

.admin-modal-card h3 {
  margin: 0 0 17px;
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.admin-modal-subtitle {
  margin: -10px 0 21px;
  color: #526888;
  font-size: 14px;
  line-height: 1.25;
}

.admin-modal-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #64748b;
  background: transparent;
  border: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.admin-agenda-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 16px;
}

.admin-agenda-form label {
  display: grid;
  gap: 6px;
  color: #1f2937;
  font: 500 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-agenda-form input,
.admin-agenda-form textarea,
.admin-agenda-form select {
  width: 100%;
  min-height: 37px;
  border: 1px solid #dbe3ec;
  border-radius: 6px;
  padding: 9px 12px;
  color: #1f2937;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .14);
  font: 400 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-agenda-form textarea {
  min-height: 60px;
  resize: vertical;
}

.admin-agenda-form small {
  color: #526888;
  font-size: 12px;
  line-height: 1.25;
}

.admin-form-wide {
  grid-column: 1 / -1;
}

.admin-search-field {
  position: relative;
  display: block;
}

.admin-search-field > span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
}

.admin-search-field input {
  padding-left: 31px;
}

.admin-agenda-form button[type="submit"] {
  min-height: 37px;
  border-radius: 5px;
  color: #fff;
  background: #0d47a1;
  font: 700 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-speaker-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 16px;
}

.admin-speaker-form label {
  display: grid;
  gap: 6px;
  color: #1f2937;
  font: 500 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-speaker-form input,
.admin-speaker-form textarea,
.admin-speaker-form select {
  width: 100%;
  min-height: 37px;
  border: 1px solid #dbe3ec;
  border-radius: 6px;
  padding: 9px 12px;
  color: #1f2937;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .14);
  font: 400 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-speaker-form textarea {
  min-height: 60px;
  resize: vertical;
}

.admin-speaker-form button[type="submit"] {
  min-height: 37px;
  border-radius: 5px;
  color: #fff;
  background: #0d47a1;
  font: 700 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-photo-block {
  display: grid;
  gap: 8px;
  color: #1f2937;
  font: 500 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-photo-mode {
  display: flex;
  gap: 8px;
}

.admin-photo-mode button {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #0f172a;
  border-radius: 5px;
  color: #0f172a;
  background: #fff;
  font: 700 13px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-photo-mode button.active {
  color: #fff;
  background: #0d47a1;
  border-color: #0d47a1;
}

.admin-photo-mode .icon {
  width: 15px;
  height: 15px;
}

.admin-photo-drop {
  min-height: 148px;
  display: grid !important;
  place-items: center;
  gap: 5px !important;
  padding: 26px;
  border: 2px dashed #d8e3f2;
  border-radius: 8px;
  color: #526888 !important;
  text-align: center;
  cursor: pointer;
}

.admin-photo-drop--filled {
  min-height: 158px;
  align-content: center;
}

.admin-photo-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.admin-photo-drop .icon {
  width: 34px;
  height: 34px;
  color: #9aaeca;
}

.admin-photo-drop strong {
  color: #526888;
  font-size: 14px;
  font-weight: 400;
}

.admin-photo-preview {
  position: relative;
  display: inline-grid;
  place-items: center;
}

.admin-photo-preview img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  object-fit: cover;
}

.admin-photo-preview > span {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #ef4444;
  font: 700 13px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-photo-drop small,
.admin-photo-block > small {
  color: #6b7f9f;
  font-size: 12px;
  line-height: 1.25;
}

.admin-photo-url[hidden],
.admin-photo-drop[hidden] {
  display: none !important;
}

.admin-stack-form {
  display: grid;
  gap: 17px;
}

.admin-stack-form label {
  display: grid;
  gap: 6px;
  color: #1f2937;
  font: 500 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-stack-form small {
  color: #526888;
  font-size: 12px;
  line-height: 1.25;
}

.admin-stack-form input,
.admin-stack-form textarea,
.admin-stack-form select {
  width: 100%;
  min-height: 37px;
  border: 1px solid #dbe3ec;
  border-radius: 6px;
  padding: 9px 12px;
  color: #1f2937;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .14);
  font: 400 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-stack-form textarea {
  min-height: 60px;
  resize: vertical;
}

.admin-stack-form button[type="submit"] {
  min-height: 37px;
  border-radius: 5px;
  color: #fff;
  background: #0d47a1;
  font: 700 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-agenda-list {
  max-height: none;
  overflow: visible;
  padding-right: 8px;
}

.admin-agenda-card {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
  padding: 16px;
  border: 1px solid #dbe3ec;
  border-radius: 7px;
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-agenda-copy {
  min-width: 0;
}

.admin-agenda-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
  color: #0d2f66;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}

.admin-agenda-card strong {
  display: block;
  color: #020817;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.admin-agenda-card p {
  margin: 4px 0 0;
  color: #ff5a1f;
  font-size: 14px;
  line-height: 1.2;
}

.admin-type-badge,
.admin-highlight-badge,
.admin-general-badge {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.admin-type-badge {
  color: #020817;
  background: #fff;
  border: 1px solid #0f172a;
}

.admin-highlight-badge {
  color: #fff;
  background: #0d47a1;
}

.admin-general-badge {
  color: #d94710;
  background: #ffedd5;
}

.admin-table input,
.admin-table textarea {
  min-width: 150px;
  font-size: 12px;
}
.admin-table textarea {
  min-height: 54px;
}
.thumb-cell { display: flex; align-items: center; gap: 10px; }
.admin-thumb { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.thumb-fields { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.thumb-fields input[type="file"] { font-size: 11px; padding: 2px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { padding: 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.row-actions { display: flex; gap: 8px; white-space: nowrap; }
.row-actions form { display: inline; }
.row-actions button { min-height: 30px; background: var(--blue); }
.row-actions form:last-child button { background: var(--coral); }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; gap: 14px; flex-direction: column; }
  .site-header nav { flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-panel { min-height: 280px; }
  .timeline-item { grid-template-columns: 1fr; }
  .admin-topbar { align-items: flex-start; flex-direction: column; }
  .admin-main { padding: 24px 14px; }
  .admin-tabs { margin-bottom: 24px; }
  .admin-panel-head { align-items: stretch; flex-direction: column; }
  .admin-add-button { width: 100%; }
  .admin-agenda-form { grid-template-columns: 1fr; }
  .admin-speaker-form { grid-template-columns: 1fr; }
  .admin-agenda-card { align-items: flex-start; flex-direction: column; }
}

.site-header {
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(244, 241, 234, .82);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
}

.brand::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, var(--green), var(--gold), var(--coral), var(--blue), var(--green));
}

.site-header nav {
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, .75);
}

.site-header nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
}

.site-header nav a.active,
.site-header nav a:hover {
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 21, 21, .08);
}

.nav-cta {
  background: var(--night) !important;
}

.hero {
  min-height: calc(100vh - 64px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, .76fr);
  padding-top: clamp(50px, 7vw, 86px);
  background:
    linear-gradient(110deg, rgba(16, 21, 21, .92), rgba(16, 21, 21, .74) 48%, rgba(16, 21, 21, .18)),
    url('/opengraph.jpg') center / cover;
  color: #fff;
}

.hero::after {
  content: "";
  align-self: end;
  grid-column: 1 / -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
}

.hero .eyebrow {
  width: fit-content;
  color: #ffe4a3;
  border: 1px solid rgba(255, 228, 163, .32);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(250, 255, 255, .8);
}

.hero h1 {
  max-width: 840px;
  font-size: clamp(58px, 11vw, 148px);
  line-height: .84;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2.3vw, 28px);
}

.button {
  min-height: 48px;
  border-radius: 999px;
}

.button.primary {
  background: #fff !important;
  color: var(--night) !important;
}

.button.ghost {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats span {
  min-width: 118px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 28px;
}

.hero-panel {
  min-height: 560px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(160deg, rgba(255,255,255,.22), rgba(255,255,255,.06)),
    rgba(255,255,255,.06);
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.hero-card-stack {
  min-height: inherit;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 22px;
}

.hero-card-stack article {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(16, 21, 21, .5);
}

.hero-card-stack article:nth-child(2) { transform: translateX(-22px); }
.hero-card-stack article:nth-child(3) { transform: translateX(18px); }
.hero-card-stack span {
  display: block;
  margin-bottom: 8px;
  color: #ffe4a3;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-card-stack strong {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
}

.section {
  position: relative;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.text-link {
  color: var(--green);
  font-weight: 800;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 28px;
  background: var(--night);
  color: #fff;
}

.feature-band .eyebrow { color: #ffe4a3; }

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

.feature-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}

.feature-grid span {
  color: var(--gold);
  font-weight: 800;
}

.feature-grid strong {
  display: block;
  margin: 28px 0 10px;
  font-size: 22px;
}

.feature-grid p {
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}

.speakers-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.speaker-card {
  min-height: 430px;
  border: 0;
  background: transparent;
  perspective: 1200px;
}

.speaker-card-inner {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  min-height: 430px;
  transition: transform .65s cubic-bezier(.2, .8, .2, 1);
  transform-style: preserve-3d;
}

.speaker-card:hover .speaker-card-inner,
.speaker-card:focus .speaker-card-inner,
.speaker-card:focus-within .speaker-card-inner {
  transform: rotateY(180deg);
}

.speaker-face {
  position: absolute;
  inset: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  backface-visibility: hidden;
  box-shadow: 0 18px 48px rgba(16,21,21,.09);
}

.speaker-front img {
  height: 100%;
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  background: #f8fafc;
}

.speaker-meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(16,21,21,.42), rgba(16,21,21,.82));
  backdrop-filter: blur(10px);
}

.speaker-card .speaker-meta,
.speaker-card .speaker-back {
  padding: 16px;
}

.speaker-card .speaker-back {
  padding: 20px 22px 12px !important;
}

.speaker-card p {
  color: #ffe4a3;
}

.speaker-card h3 {
  color: inherit;
  font-size: 26px;
}

.speaker-card span {
  color: rgba(255,255,255,.8);
}

.speaker-back {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: .3rem;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(0,95,79,.96), rgba(16,21,21,.98)),
    var(--green);
  transform: rotateY(180deg);
}

.speaker-back span {
  color: rgba(255,255,255,.82);
  line-height: 1.58;
}

.speaker-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.speaker-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 0;
  color: #fff;
}

.speaker-links a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.12);
}

.speaker-links .icon {
  width: .86rem;
  height: .86rem;
}

.speaker-back .speaker-links {
  align-self: end;
  justify-self: center;
  margin: .05rem 0 -.35rem;
}

.agenda-preview {
  background: #fff;
}

.track-nav {
  position: sticky;
  top: 63px;
  z-index: 8;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 234, .9);
  backdrop-filter: blur(14px);
}

.agenda-page {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.agenda-tabs {
  display: flex;
  justify-content: center;
  gap: .25rem;
  overflow-x: auto;
  margin: 0 auto 3rem;
  border-radius: 999px;
  padding: .25rem;
  background: var(--slate-100);
  width: fit-content;
}

.agenda-tabs button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 2rem;
  color: var(--slate-600);
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
}

.agenda-tabs button.active {
  display: none;
}

.agenda-panel {
  display: none;
  animation: fadeZoom .35s ease both;
}

.agenda-panel.active {
  display: block;
}

.track-intro {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--slate-200);
  text-align: center;
}

.track-intro h2 {
  color: var(--slate-900);
  font-size: 1.5rem;
}

.track-intro p {
  max-width: 48rem;
  margin: .75rem auto 0;
  color: var(--slate-600);
}

.period-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 1.5rem;
  color: var(--slate-400);
  font-size: 1.25rem;
  font-weight: 800;
}

.period-title .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.agenda-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 3rem;
}

.agenda-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid var(--slate-100);
  border-radius: .75rem;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.agenda-card:hover {
  border-color: var(--slate-300);
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
}

.agenda-card.highlight {
  border-color: rgba(10,67,145,.2);
  background: rgba(10,67,145,.05);
}

.agenda-card.break {
  border-color: transparent;
  background: rgba(248,250,252,.5);
}

.agenda-time {
  width: 9rem;
  flex-shrink: 0;
  color: var(--slate-500);
}

.agenda-time .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .35rem;
  color: var(--accent);
}

.agenda-time span {
  display: block;
  color: var(--slate-700);
  font-family: 'Offside', system-ui, sans-serif;
  font-size: .875rem;
  font-weight: 800;
}

.agenda-time small {
  color: var(--slate-400);
}

.agenda-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.agenda-card-head h3 {
  margin: 0;
  color: var(--slate-900);
  font-size: 1.125rem;
  line-height: 1.25;
}

.agenda-card.highlight .agenda-card-head h3 {
  color: var(--primary);
}

.agenda-card-head em {
  flex-shrink: 0;
  border: 1px solid var(--slate-200);
  border-radius: 999px;
  padding: .15rem .55rem;
  color: var(--slate-500);
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
}

.agenda-card.highlight .agenda-card-head em {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}

.agenda-speakers {
  color: var(--accent) !important;
  font-weight: 700;
}

.track-nav a {
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--green);
  font-weight: 800;
}

.timeline {
  gap: 14px;
}

.timeline-item {
  position: relative;
  grid-template-columns: 130px 1fr;
  border-left: 0;
  box-shadow: 0 10px 28px rgba(16,21,21,.05);
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: var(--blue);
}

.timeline-item.highlight::before {
  background: var(--gold);
}

.timeline-item strong {
  font-size: 20px;
}

.logo-card {
  min-height: 168px;
  border-color: rgba(16, 21, 21, .1);
  box-shadow: 0 14px 38px rgba(16,21,21,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 54px rgba(16,21,21,.11);
}

.sponsors-strip {
  background:
    linear-gradient(180deg, #fff, rgba(255,255,255,.55)),
    var(--paper);
}

.page-head {
  min-height: 330px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(120deg, rgba(16,21,21,.9), rgba(16,21,21,.42)),
    url('/opengraph.jpg') center / cover;
  color: #fff;
}

.page-agenda .page-head,
.page-sponsors .page-head {
  padding: 5rem 1rem;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.22), transparent 55%),
    var(--slate-900);
  color: #fff;
  text-align: center;
}

.page-agenda .page-head p:not(.eyebrow),
.page-sponsors .page-head p:not(.eyebrow) {
  color: #cbd5e1;
  margin-left: auto;
  margin-right: auto;
}

.page-agenda .page-head h1,
.page-sponsors .page-head h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
}

.page-speakers .page-head {
  background: var(--slate-50);
  color: var(--slate-900);
  text-align: left;
}

.speakers-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-list {
  display: none;
}

.tabs-list button {
  min-height: 38px;
  border: 0;
  border-radius: .35rem;
  padding: 0 1rem;
  color: var(--slate-600);
  background: transparent;
  font-size: .875rem;
  font-weight: 500;
  cursor: pointer;
}

.tabs-list button.active {
  color: var(--primary);
  background: var(--slate-100);
}

.speakers-page .speakers-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1200px;
}

.speakers-filter-grid > div {
  min-width: 0;
}

.page-head .eyebrow {
  color: #ffe4a3;
}

.page-head p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .feature-band,
  .hero {
    grid-template-columns: 1fr;
  }
}

.captcha-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.captcha-group img {
  border: 1px solid var(--line);
  border-radius: 4px;
  height: 50px;
  width: 150px;
}

.captcha-group input {
  flex: 1;
  min-width: 150px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: 'Offside', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: #fff;
  height: 50px;
  box-sizing: border-box;
}

.captcha-refresh {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: unset;
}

.captcha-refresh:hover {
  background: var(--slate-100);
}
  .hero-panel {
    min-height: 380px;
  }
  .hero-card-stack article:nth-child(2),
  .hero-card-stack article:nth-child(3) {
    transform: none;
  }
}

.site-header {
  height: 80px;
  padding: 0 1rem;
  border-bottom: 1px solid var(--slate-200);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
}

.site-header::before,
.brand::before {
  display: none;
}

.site-header,
.site-header nav {
  display: flex;
  align-items: center;
}

.site-header {
  justify-content: space-between;
}

.site-header .brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin-right: 0;
}

.site-header .brand {
  position: relative;
  flex: 0 0 auto;
  margin-right: 2rem;
}

.site-header .brand-for-ai {
  position: absolute;
  left: 84%;
  bottom: 4px;
  color: #000;
  font-family: 'Offside', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.site-header nav {
  gap: 1.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  flex: 1;
  justify-content: center;
}

.site-header nav a {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  color: var(--slate-500);
  font-size: .875rem;
  font-weight: 500;
  box-shadow: none !important;
}

.site-header nav a.active,
.site-header nav a:hover {
  color: var(--primary);
  background: transparent;
}

.site-header .nav-cta {
  min-height: 40px;
  padding: 0 1rem;
  border-radius: .5rem;
  color: #fff !important;
  background: var(--accent) !important;
  font-weight: 600;
}

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 1rem;
  text-align: center;
  background:
    linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.7), rgba(0,0,0,.2)),
    url('/assets/hero-bg.jpg') center / cover no-repeat;
  color: #fff;
}

.hero::after {
  display: none;
}

.hero-copy {
  max-width: 80rem;
  margin: 0 auto;
  animation: fadeZoom .8s ease both;
}

@keyframes fadeZoom {
  from { opacity: 0; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}

.hero .eyebrow {
  display: inline-flex;
  width: auto;
  margin-bottom: 1rem;
  border: none;
  border-radius: 999px;
  padding: .375rem 1rem;
  color: var(--accent);
  background: rgba(250, 255, 255, .8);
  font-size: .875rem;
  letter-spacing: .08em;
}

.hero h1 {
  max-width: 64rem;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1.06;
  font-weight: 800;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(60deg, #fe8470, #c43e2b);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 48rem;
  margin: 2rem auto 0;
  color: #cbd5e1;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.62;
}

.actions {
  justify-content: center;
  margin-top: 2rem;
}

.button,
button {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 2rem;
  font-weight: 700;
  font-family: 'Offside', system-ui, sans-serif;
}

.button.primary {
  color: #fff !important;
  background: var(--accent) !important;
  box-shadow: 0 10px 28px rgba(250,122,22,.2);
}

.button.ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}

.section {
  padding: 6rem 1rem;
}

.section > *,
.value-inner,
.footer-grid,
.footer-bottom,
.organizers > *,
.page-head > *,
.track-nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.value-prop {
  background: #fff;
  text-align: center;
}

.value-inner {
  max-width: 56rem;
}

.value-inner h2 {
  color: var(--slate-900);
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  font-weight: 800;
}

.value-inner p {
  margin-top: 1.5rem;
  color: var(--slate-600);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.visual-claim {
  padding: 5rem 1rem;
  color: #fff;
  background: var(--primary);
  text-align: center;
}

.visual-claim blockquote {
  max-width: 1100px;
  margin: 0 auto;
  font-family: 'Offside', sans-serif;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-style: italic;
  font-weight: 800;
  opacity: .9;
}

.section-title {
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.section-title h2 {
  color: var(--slate-900);
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  font-weight: 800;
}

.section-title p {
  color: var(--slate-600);
}

.text-link {
  color: var(--primary);
  font-weight: 700;
}

.speakers-grid {
  max-width: 1200px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-home .section:has(.speakers-grid) {
  background: var(--slate-50);
}

.page-home .section:has(.speakers-grid) .section-title,
.page-home .section:has(.speakers-grid) .speakers-grid {
  max-width: 795px;
}

.page-home .section:has(.speakers-grid) .section-title {
  align-items: start;
  margin-bottom: 2.5rem;
}

.page-home .section:has(.speakers-grid) .section-title h2 {
  margin-bottom: .75rem;
  font-size: 1.9rem;
  line-height: 1.1;
}

.page-home .section:has(.speakers-grid) .section-title p {
  margin: 0;
  font-size: .9rem;
}

.page-home .section:has(.speakers-grid) .text-link {
  margin-top: .3rem;
  color: #e05038;
  font-size: .78rem;
}

.page-home .section:has(.speakers-grid) .speakers-grid {
  gap: 1.25rem 1.125rem;
}

.speaker-card {
  min-height: 0;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  perspective: 1000px;
}

.page-home .speaker-card {
  border-radius: .55rem;
}

.speaker-card-inner {
  min-height: 0;
}

.speaker-face {
  border: 0;
  border-radius: .55rem;
  box-shadow: 0 1px 2px rgba(15,23,42,.08);
}

.speaker-front img {
  filter: grayscale(100%);
  transition: filter .5s ease, transform .5s ease;
}

.speaker-card:hover .speaker-front img {
  filter: grayscale(0%);
  transform: none;
}

.speaker-meta {
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  border-radius: 0;
  padding: 3.25rem .85rem .85rem !important;
  background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.5), transparent);
  backdrop-filter: none;
}

.speaker-card h3 {
  color: #fff;
  margin: 0;
  font-size: .9rem;
  line-height: 1.15;
  font-weight: 800;
}

.speaker-card p {
  margin: .18rem 0 0;
  color: #E38878;
  font-size: .68rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1.15;
}
.speaker-card-front p {
    margin: .5rem 0 0;
    color: #FFFFFF;
    font-size: .68rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.15;
}
.speaker-card span {
  color: rgba(255,255,255,.62);
  display: block;
  margin-top: .22rem;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.2;
}

.speaker-back {
  background: linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 100%);
}

.speaker-back p {
  margin: 0;
  min-height: 1rem;
}

.speaker-back h3 {
  min-height: 1.55rem;
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.speaker-back .speaker-bio {
  color: rgba(255,255,255,.86);
  display: block;
  min-height: 0;
  margin-top: 0;
  padding-right: .35rem;
  overflow-y: auto;
  font-size: .76rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.42;
  scrollbar-color: rgba(255,255,255,.45) rgba(255,255,255,.12);
  scrollbar-width: thin;
}

.speaker-back .speaker-bio::-webkit-scrollbar {
  width: 6px;
}

.speaker-back .speaker-bio::-webkit-scrollbar-track {
  background: rgba(255,255,255,.12);
}

.speaker-back .speaker-bio::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.45);
  border-radius: 999px;
}

.speaker-back::after {
  display: none;
}

.highlights-grid {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  background: #fff;
  justify-items: center;
}

.page-home .highlights-grid {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.highlights-grid article {
  min-height: 176px;
  width: 100%;
  max-width: 320px;
  padding: 1.5rem;
  border: 1px solid var(--slate-100);
  border-radius: 1rem;
  background: var(--slate-50);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: border-color .2s ease;
}

.highlights-grid article:hover {
  border-color: rgba(10,67,145,.22);
}

.highlights-grid svg {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--accent);
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.highlights-grid h3 {
  margin: 1rem 0 .7rem;
  color: var(--slate-900);
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 800;
}

.highlights-grid p {
  color: var(--slate-600);
  margin: 0;
  font-weight: 500;
  line-height: 1.45;
}

.organizers {
  border-top: 1px solid var(--slate-200);
  text-align: center;
}

.page-home .organizers {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.organizers > p {
  margin-top: 0;
  margin-bottom: 2.5rem;
  color: var(--slate-400);
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.organizers > p:not(:first-child) {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.organizers > strong {
  display: block;
  margin-bottom: 4rem;
  color: var(--slate-800);
  font-size: 1.25rem;
}

.organizers > .organizer-logo {
  display: block;
  margin: 0 auto 4rem;
  max-width: 180px;
  height: auto;
}

.logo-grid {
  max-width: 1000px;
}

.organizers .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  max-width: 760px;
}

.organizers .home-sponsor-grid {
  gap: 2.5rem 4rem;
  max-width: 980px;
  margin-bottom: 2.5rem;
}

.home-sponsor-card {
  display: grid;
  place-items: center;
  min-width: 180px;
  padding: 1.5rem 2rem;
  border: 1px solid var(--slate-200);
  border-radius: 1rem;
  background: #fff;
  color: var(--slate-800);
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.home-sponsor-card:hover {
  color: var(--primary);
  border-color: rgba(10,67,145,.3);
  box-shadow: 0 10px 28px rgba(15,23,42,.1);
}

.home-sponsor-card img {
  max-width: 180px;
  height: 3rem;
  object-fit: contain;
}

.home-sponsor-card strong {
  margin: 0;
  font-family: 'Offside', sans-serif;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.15;
}

.home-sponsor-card span {
  margin-top: .75rem;
  padding: .18rem .55rem;
  border: 1px solid var(--slate-200);
  border-radius: 999px;
  color: var(--slate-600);
  background: rgba(100,116,139,.1);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.home-tier-platinum .home-sponsor-card span {
  color: #fff;
  border-color: var(--slate-900);
  background: var(--slate-900);
}

.home-tier-gold .home-sponsor-card span {
  color: #a16207;
  border-color: rgba(234,179,8,.35);
  background: rgba(234,179,8,.16);
}

.home-tier-silver .home-sponsor-card span {
  color: var(--slate-600);
  border-color: var(--slate-200);
  background: linear-gradient(180deg, #f8fafc, #e2e8f0);
}

.home-tier-platinum .home-sponsor-card:hover {
  border-color: rgba(15,23,42,.35);
}

.home-tier-gold .home-sponsor-card:hover {
  border-color: rgba(234,179,8,.45);
}

.home-tier-silver .home-sponsor-card:hover {
  border-color: rgba(100,116,139,.4);
}

.logo-card {
  min-height: 0;
  border-radius: .85rem;
  border-color: var(--slate-200);
  background: #fff;
}

.organizers .logo-card {
  width: auto;
  min-width: 96px;
  min-height: 96px;
  padding: 1rem 1.6rem;
  box-shadow: none;
}

.organizers .logo-card img {
  max-width: 130px;
  max-height: 46px;
}

.organizers .logo-card .visit-label {
  margin-top: .65rem;
  color: #64748b;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.organizers .logo-card .logo-badge {
  display: none;
}

.organizers .logo-card .logo-card-head {
  display: none;
}

.organizers .logo-card .visit-label {
  display: block;
}

.outline-dark {
  margin-top: 2rem;
  color: var(--slate-900);
  border: 1px solid var(--slate-200);
  border-radius: .35rem;
  background: #fff;
  min-height: 36px;
  padding: 0 1rem;
  font-size: .78rem;
  font-weight: 500;
}

.partners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  max-width: 720px;
}

.partners-row .logo-card {
  width: auto;
  min-width: 64px;
  min-height: 38px;
  padding: .55rem 1rem;
  border-radius: .6rem;
  background: var(--slate-50);
  box-shadow: none;
}

.partners-row .logo-card img {
  max-height: 26px;
  max-width: 110px;
}

.partners-row .logo-card .logo-card-head,
.partners-row .logo-card .visit-label {
  display: none;
}

.home-partner-pill {
  position: relative;
  display: inline-flex;
  min-width: 8.75rem;
  min-height: 4.25rem;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .75rem 1.25rem;
  border: 1px solid var(--slate-200);
  border-radius: .75rem;
  background: var(--slate-50);
  color: var(--slate-700);
  font-size: .875rem;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.home-partner-pill:hover {
  color: var(--primary);
  border-color: rgba(10,67,145,.25);
  background: #fff;
}

.home-partner-pill img {
  max-width: 7.5rem;
  max-height: 2rem;
  object-fit: contain;
}

.home-partner-pill span {
  line-height: 1.2;
  white-space: nowrap;
}

.home-partner-pill img + span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.home-partner-pill.needs-dark-logo {
  background: var(--slate-900);
  border-color: var(--slate-800);
}

.home-partner-pill.needs-dark-logo:hover {
  background: var(--slate-800);
  border-color: var(--slate-700);
}

.sponsors-page {
  max-width: 1200px;
  display: grid;
  gap: 4rem;
}

.sponsors-page hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--slate-200);
}

.tier-head {
  margin-bottom: 1.5rem;
  text-align: center;
}

.tier-head h2 {
  color: var(--slate-900);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
}

.tier-head p {
  max-width: 48rem;
  margin: .5rem auto 0;
  color: var(--slate-600);
}

.sponsor-tier-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.sponsor-tier.platinum .sponsor-tier-grid {
  gap: 2.5rem;
}

.sponsor-tier.gold .sponsor-tier-grid {
  gap: 2rem;
}

.sponsor-tier.silver .sponsor-tier-grid {
  gap: 1.25rem;
}

.sponsor-tier.partner .sponsor-tier-grid {
  gap: 1.25rem;
}

.sponsor-tier .logo-card {
  min-height: 170px;
  border-radius: 1rem;
  flex: 0 1 auto;
  width: 100%;
  max-width: 280px;
}

.sponsor-tier.platinum .logo-card {
  padding: 2rem;
  max-width: 320px;
}

.sponsor-tier.gold .logo-card {
  padding: 1.5rem;
  max-width: 260px;
}

.sponsor-tier.silver .logo-card,
.sponsor-tier.partner .logo-card {
  padding: 1.25rem;
  max-width: 200px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.package-grid article {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 2rem;
  border: 2px solid var(--slate-300);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15,23,42,.06);
}

.package-grid article:nth-child(2) {
  border-color: #facc15;
  background: rgba(254,252,232,.5);
}

.package-grid article.dark {
  color: #fff;
  border-color: var(--foreground);
  background: var(--foreground);
  box-shadow: 0 24px 60px rgba(15,23,42,.22);
  transform: scale(1.05);
}

.package-grid h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.package-grid ul {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.package-grid li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  color: var(--slate-600);
  font-size: .9rem;
}

.package-grid li .icon-check {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  padding: .2rem;
  color: #15803d;
  background: #dcfce7;
}

.package-grid .dark li .icon-check {
  color: #fff;
  background: var(--accent);
}

.package-grid .dark li {
  color: var(--slate-300);
}

.package-grid .button {
  margin-top: auto;
  color: #fff;
  background: var(--slate-900);
  border-radius: .5rem;
}

.package-grid .dark .button {
  color: var(--slate-900);
  background: #fff;
}

/* Sponsors page exact port */
.sponsors-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 1rem;
  color: #fff;
  background: var(--foreground);
  text-align: center;
}

.sponsors-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(56,189,248,.25), transparent 55%);
  opacity: .2;
}

.sponsors-hero > div {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.sponsors-hero h1 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  line-height: 1;
  font-weight: 800;
}

.sponsors-hero p {
  max-width: 42rem;
  margin: 0 auto;
  color: #cbd5e1;
  font-size: 1.25rem;
  line-height: 1.6;
}

.sponsors-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 1rem;
  display: grid;
  gap: 4rem;
}

.sponsors-container > hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--slate-200);
}

.sponsors-container .tier-head {
  margin-bottom: 1.5rem;
  text-align: center;
}

.sponsors-container .tier-head h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin: 0;
  color: var(--slate-900);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 800;
}

.sponsors-container .tier-head p {
  max-width: 48rem;
  margin: .5rem auto 0;
  color: var(--slate-600);
  line-height: 1.55;
}

.sponsors-container .sponsor-tier-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.sponsors-container .sponsor-tier.platinum .sponsor-tier-grid {
  gap: 2.5rem;
}

.sponsors-container .sponsor-tier.gold .sponsor-tier-grid {
  gap: 1.5rem;
}

.sponsors-container .sponsor-tier.silver .sponsor-tier-grid {
  gap: 1.25rem;
}

.sponsors-container .sponsor-tier.partner .sponsor-tier-grid {
  gap: 1.25rem;
}

.sponsors-container .logo-card {
  display: block;
  border: 1px solid var(--slate-200);
  border-radius: 1rem;
  background: #fff;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  flex: 0 1 auto;
  width: 100%;
  max-width: 280px;
}

.sponsors-container .sponsor-tier.platinum .logo-card {
  max-width: 320px;
}

.sponsors-container .sponsor-tier.gold .logo-card {
  max-width: 260px;
}

.sponsors-container .sponsor-tier.silver .logo-card,
.sponsors-container .sponsor-tier.partner .logo-card {
  max-width: 200px;
}

.sponsors-container .logo-card:hover {
  transform: none;
  border-color: rgba(10,67,145,.3);
  box-shadow: 0 10px 28px rgba(15,23,42,.1);
}

.sponsors-container .logo-card-inner {
  display: flex;
  min-height: 160px;
  flex-direction: column;
}

.sponsors-container .sponsor-tier.platinum .logo-card-inner {
  padding: 2rem;
}

.sponsors-container .sponsor-tier.gold .logo-card-inner {
  padding: 1.5rem;
}

.sponsors-container .sponsor-tier.silver .logo-card-inner,
.sponsors-container .sponsor-tier.partner .logo-card-inner {
  padding: 1.25rem;
}

.sponsors-container .logo-card::after {
  content: none;
}

.sponsors-container .logo-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.sponsors-container .logo-card-head .icon-external-link {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  color: var(--slate-400);
  transition: color .2s ease;
}

.sponsors-container .logo-card:hover .logo-card-head .icon-external-link {
  color: var(--primary);
}

.sponsors-container .logo-card::before {
  content: none;
}

.sponsors-container .logo-card .logo-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  border-radius: 999px;
  padding: .18rem .55rem;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.sponsors-container .sponsor-tier .logo-card .logo-badge {
  color: var(--primary);
  border-color: rgba(10,67,145,.2);
  background: rgba(10,67,145,.1);
}

.sponsors-container .sponsor-tier.platinum .logo-card .logo-badge {
  color: #fff;
  border-color: var(--slate-900);
  background: var(--slate-900);
}

.sponsors-container .sponsor-tier.gold .logo-card .logo-badge {
  color: #a16207;
  border-color: rgba(234,179,8,.3);
  background: rgba(234,179,8,.15);
}

.sponsors-container .sponsor-tier.silver .logo-card .logo-badge {
  color: var(--slate-600);
  border-color: var(--slate-200);
  background: rgba(100,116,139,.1);
}

.sponsors-container .sponsor-tier.partner .logo-card .logo-badge {
  color: var(--primary);
  border-color: rgba(10,67,145,.2);
  background: rgba(10,67,145,.1);
}

.sponsors-container .logo-visual {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  text-align: center;
}

.sponsors-container .logo-card img {
  max-width: 100%;
  max-height: 4rem;
  object-fit: contain;
  transition: transform .2s ease;
}

.sponsors-container .logo-card:hover img {
  transform: scale(1.05);
}

.sponsors-container .logo-card strong {
  display: block;
  color: var(--slate-800);
  font-family: 'Offside', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: color .2s ease;
}

.sponsors-container .sponsor-tier.platinum .logo-card strong {
  font-size: 1.875rem;
}

.sponsors-container .sponsor-tier.silver .logo-card strong,
.sponsors-container .sponsor-tier.partner .logo-card strong {
  font-size: 1.25rem;
}

.sponsors-container .logo-card:hover strong {
  color: var(--primary);
}

.sponsors-container .logo-card .visit-label {
  display: block;
  margin: 1.5rem auto 0;
  border: 0;
  background: transparent;
  color: var(--slate-500);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sponsors-container .package-grid {
  max-width: 72rem;
  margin: 2.5rem auto 0;
}

.sponsors-container .package-grid article {
  border-radius: .75rem;
}

.sponsor-custom-cta {
  max-width: 56rem;
  margin: 6rem auto 0;
  padding: 3rem;
  border-radius: 1.5rem;
  background: var(--slate-50);
  text-align: center;
}

.sponsor-custom-cta h2 {
  margin: 0 0 1rem;
  color: var(--slate-900);
  font-size: 1.875rem;
}

.sponsor-custom-cta p {
  margin: 0 0 2rem;
  color: var(--slate-600);
}

.sponsor-custom-cta a {
  color: var(--primary);
  font-size: 1.125rem;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .sponsors-container .sponsor-tier.platinum .logo-card,
  .sponsors-container .sponsor-tier.gold .logo-card,
  .sponsors-container .sponsor-tier.silver .logo-card,
  .sponsors-container .sponsor-tier.partner .logo-card {
    max-width: 100%;
  }

  .sponsors-container .package-grid {
    grid-template-columns: 1fr;
  }

  .sponsors-container .package-grid article.dark {
    transform: none;
  }
}

.page-head {
  min-height: auto;
  padding: 4rem 1rem;
  background: var(--slate-50);
  color: var(--slate-900);
  text-align: center;
}

.page-head .eyebrow {
  color: var(--accent);
}

.page-head p:not(.eyebrow) {
  color: var(--slate-600);
  margin-left: auto;
  margin-right: auto;
}

.track-nav {
  top: 80px;
  justify-content: center;
  border-bottom: 0;
  background: #fff;
}

.track-nav a {
  border-radius: 999px;
  background: var(--slate-100);
  color: var(--slate-700);
}

.timeline-item {
  border-radius: .75rem;
  border-color: var(--slate-100);
}

.timeline-item.highlight {
  background: rgba(10,67,145,.05);
  border-color: rgba(10,67,145,.2);
}

.timeline-item.highlight strong {
  color: var(--primary);
}

.timeline-item::before {
  display: none;
}

.timeline-item span,
.timeline-item time {
  color: var(--accent);
}

.site-footer {
  padding: 3rem 1rem;
  color: #cbd5e1;
  background: var(--foreground);
  border-top: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 2rem;
}

.site-footer img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer p {
  max-width: 320px;
  color: var(--slate-400);
  font-size: .875rem;
  line-height: 1.55;
}

.site-footer h4 {
  margin: 0 0 1rem;
  color: #fff;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: .55rem 0;
  color: #cbd5e1;
  font-size: .875rem;
}
.site-footer a[hidden] {
  display: none;
}

.site-footer a:hover {
  color: var(--accent);
}

.socials {
  display: flex;
  gap: 1rem;
}

.socials a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.socials .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--slate-800);
  color: var(--slate-500);
  font-size: .75rem;
  text-align: center;
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
    padding: 1rem;
  }
  .site-header nav {
    flex-wrap: wrap;
    gap: .75rem;
  }
  .speakers-grid,
  .highlights-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Resources page exact port */
.resources-hero {
  background: var(--slate-900);
  color: #fff;
  padding: 4rem 1rem;
}

.resources-hero > div,
.resources-container {
  max-width: 1200px;
  margin: 0 auto;
}

.resources-hero {
  text-align: center;
}

.resources-hero p {
  margin-left: auto;
  margin-right: auto;
}

.resources-hero h1 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 800;
}

.resources-hero p {
  max-width: 42rem;
  color: var(--slate-400);
  font-size: 1.125rem;
  line-height: 1.6;
}

.resources-container {
  padding: 4rem 1rem;
  display: grid;
  gap: 5rem;
}

.resources-video-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.featured-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  background: #000;
  cursor: pointer;
}

.play-large,
.play-small,
.video-thumb .icon {
  position: relative;
  display: inline-block;
  border-radius: 999px;
}

.play-large {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  color: rgba(255,255,255,.8);
  transition: transform .3s ease, border-color .2s ease;
}

.featured-video:hover .play-large {
  transform: scale(1.08);
  color: var(--accent);
}

.featured-video-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0,0,0,.9), transparent);
}

.featured-video-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}

.featured-video-copy p {
  margin: .35rem 0 0;
  color: var(--slate-300);
}

.latest-videos {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.latest-videos h3 {
  margin: 0;
  color: var(--slate-900);
  font-size: 1.25rem;
  font-weight: 800;
}

.latest-videos article {
  display: flex;
  gap: 1rem;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  width: 8rem;
  height: 5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: .375rem;
  background: var(--slate-200);
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.2);
  transition: background .2s ease;
}

.latest-videos article:hover .video-thumb::after {
  background: rgba(0,0,0,.1);
}

.video-thumb .icon {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  width: 2rem;
  height: 2rem;
  color: #fff;
}

.latest-videos h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: var(--slate-900);
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.3;
  transition: color .2s ease;
}

.latest-videos article:hover h4 {
  color: var(--primary);
}

.latest-videos p {
  margin: .25rem 0 0;
  color: var(--slate-500);
  font-size: .75rem;
}

.resources-outline-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--slate-200);
  border-radius: .375rem;
  color: var(--slate-900);
  background: #fff;
  font-weight: 600;
}

.resources-docs-section h2 {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 2rem;
  color: var(--slate-900);
  font-size: 1.5rem;
  font-weight: 800;
}

.resources-docs-section .icon-file-text {
  color: var(--primary);
}

.resources-doc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.resources-doc-grid article {
  min-height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--slate-200);
  border-radius: .75rem;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease;
}

.resources-doc-grid article:hover {
  border-color: rgba(10,67,145,.5);
}

.download-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: .5rem;
  background: #eff6ff;
  color: var(--primary);
  transition: background .2s ease;
}

.download-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.resources-doc-grid article:hover .download-icon {
  background: var(--primary);
}

.resources-doc-grid h3 {
  margin: 0 0 .25rem;
  color: var(--slate-900);
  font-weight: 800;
}

.resources-doc-grid p {
  margin: 0;
  color: var(--slate-500);
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.resources-podcast {
  padding: 2rem;
  border-radius: 1.5rem;
  background: var(--slate-50);
}

.podcast-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.podcast-head h2 {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0;
  color: var(--slate-900);
  font-size: 1.5rem;
}

.podcast-head .icon-mic {
  color: var(--accent);
}

.podcast-head p {
  margin: .5rem 0 0;
  color: var(--slate-600);
}

.podcast-buttons {
  display: flex;
  gap: .75rem;
}

.podcast-buttons a {
  border: 1px solid var(--slate-200);
  border-radius: .375rem;

  padding: .45rem .75rem;
  background: #fff;
  font-size: .875rem;
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.podcast-grid article {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--slate-100);
  border-radius: .75rem;
  background: #fff;
  transition: box-shadow .2s ease;
}

.podcast-grid article:hover {
  box-shadow: 0 8px 22px rgba(15,23,42,.08);
}

.episode {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: .5rem;
  color: #fff;
  background: var(--slate-900);
  font-size: .75rem;
  font-weight: 800;
}

.podcast-grid h3 {
  margin: 0;
  color: var(--slate-900);
  font-size: .875rem;
}

.podcast-grid p {
  margin: .25rem 0 0;
  color: var(--slate-500);
  font-size: .75rem;
}

.play-small {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  color: var(--slate-400);
}

@media (max-width: 900px) {
  .resources-video-section,
  .resources-doc-grid,
  .podcast-grid {
    grid-template-columns: 1fr;
  }
  .podcast-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.about-mission {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.badge-soft {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: .25rem .75rem;
  color: var(--primary);
  background: rgba(255,255,255,.05);
  font-weight: 700;
}

.about-mission h2 span {
  color: var(--primary);
}

.about-mission p {
  color: var(--slate-600);
  font-size: 1.125rem;
  line-height: 1.7;
}

.mission-card {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid var(--slate-200);
  border-radius: 1rem;
  background: var(--slate-100);
}

.mission-card article strong {
  color: var(--slate-900);
  font-size: 1.125rem;
}

.mission-card article {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.mission-card article .icon {
  width: 2rem;
  height: 2rem;
  margin-top: .25rem;
  color: var(--accent);
}

.mission-card article p {
  margin: .35rem 0 0;
  color: var(--slate-600);
  font-size: 1rem;
}

.objective-grid {
  text-align: center;
}

.objective-grid > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}

.docs-grid > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.objective-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 1rem;
  padding: 1.5rem 1rem;
  border: 1px solid var(--slate-200);
  border-radius: .75rem;
  background: #fff;
  color: var(--slate-900);
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.4;
  text-align: center;
}

.docs-grid article {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  border: 1px solid var(--slate-200);
  border-radius: .75rem;
  background: #fff;
  color: var(--slate-900);
  font-weight: 600;
}

.objective-grid article .icon-target {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--primary);
  opacity: .8;
}

.audience {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border-radius: 1.5rem;
  background: var(--slate-900);
  color: #fff;
  padding-bottom: 50px;
}

.audience h2 {
  text-align: center;
}

.audience > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.audience span {
  display: block;
  width: 2.5rem;
  height: .25rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--accent);
}

.audience p {
  color: var(--slate-400);
  font-size: .875rem;
}

.dark-head {
  background: var(--slate-900) !important;
  color: #fff !important;
}

.resources-layout {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.video-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.9), transparent), var(--slate-900);
}

.video-card strong {
  font-size: 1.5rem;
}

.video-list {
  display: grid;
  gap: 1rem;
}

.video-list article,
.podcast article {
  padding: 1rem;
  border: 1px solid var(--slate-100);
  border-radius: .75rem;
  background: #fff;
  color: var(--slate-900);
  font-weight: 700;
}

.docs-grid h2 {
  display: flex;
  gap: .5rem;
  align-items: center;
}

.docs-grid article span {
  display: block;
  margin-top: .5rem;
  color: var(--slate-500);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.podcast {
  max-width: 1200px;
  border-radius: 1.5rem;
  background: var(--slate-50);
}

.podcast > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.podcast strong {
  display: inline-flex;
  margin-right: 1rem;
  border-radius: .5rem;
  padding: 1rem;
  color: #fff;
  background: var(--slate-900);
}

.register-shell {
  padding: 3rem 1rem 5rem;
  background: var(--slate-50);
}

.register-head,
.register-card {
  max-width: 48rem;
  margin: 0 auto;
}

.register-head {
  margin-bottom: 2.5rem;
  text-align: center;
}

.register-head h1 {
  line-height: 1.25;
}

.register-card {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid var(--slate-200);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,23,42,.08);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

fieldset {
  display: grid;
  gap: .75rem;
  border: 0;
  padding: 0;
}

legend {
  margin-bottom: .75rem;
  color: var(--slate-900);
  font-weight: 700;
}

.register-card button {
  width: 100%;
  border-radius: .5rem;
  background: var(--primary);
}

.consent-fieldset {
  margin-top: .75rem;
}

.privacy-link {
  color: #FA7A17;
  text-decoration: underline;
  font-weight: 700;
  text-transform: uppercase;
  transition: font-size 0.15s ease;
}

.privacy-link:hover {
  font-size: calc(1em + 3px);
}

.register-card button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.contact-section {
  padding: 4rem 1rem 5rem;
  background: var(--slate-50);
}

.contact-head,
.contact-card {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-head {
  margin-bottom: 2.5rem;
  text-align: center;
}

.contact-card {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid var(--slate-200);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,23,42,.08);
}

.contact-card textarea {
  min-height: 7rem;
  resize: vertical;
}

.contact-disclaimer {
  font-size: .85rem;
  color: var(--slate-500);
  text-align: center;
}

.contact-card button {
  width: 100%;
  border-radius: .5rem;
  background: var(--primary);
}

.contact-feedback {
  padding: .75rem 1rem;
  border-radius: .5rem;
  background: var(--slate-100);
  color: var(--slate-700);
  font-size: .9rem;
  text-align: center;
}

.toast-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  max-width: 380px;
}

.toast {
  padding: 1rem 1.25rem;
  border-radius: .5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 8px 24px rgba(15,23,42,.18);
  opacity: 0;
  transform: translateX(120%);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: auto;
}

.toast--visible {
  opacity: 1;
  transform: translateX(0);
}

.toast--success {
  background: #ecfdf5;
  color: #065f46;
  border-left: 4px solid #10b981;
}

.toast--error {
  background: #fef2f2;
  color: #991b1b;
  border-left: 4px solid #ef4444;
}

@media (max-width: 900px) {
  .about-mission,
  .resources-layout,
  .form-grid,
  .podcast > div {
    grid-template-columns: 1fr;
  }
  .objective-grid > div,
  .docs-grid > div,
  .audience > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .objective-grid > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .objective-grid > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .objective-grid > div {
    grid-template-columns: 1fr;
  }
}
