:root {
  --ink: #f7f4ff;
  --paper: #fffaf4;
  --night: #16113a;
  --night-2: #241a55;
  --teal: #2de0c2;
  --coral: #ff6f61;
  --lime: #c7ef5f;
  --line: rgba(255, 255, 255, 0.18);
  --muted: rgba(247, 244, 255, 0.74);
  --shadow: 0 18px 50px rgba(6, 4, 20, 0.28);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--night);
  color: var(--ink);
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--paper);
  color: var(--night);
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 800;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--ink);
  transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(22, 17, 58, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 148px;
  min-height: 40px;
}

.brand img {
  width: 148px;
}

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

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 720;
  color: rgba(255, 255, 255, 0.82);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
}

.site-nav .nav-cta {
  background: var(--paper);
  color: var(--night);
  margin-left: 6px;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: var(--teal);
  color: var(--night);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 132px clamp(18px, 5vw, 72px) 48px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("../images/hero-kaufhaus.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
}

.recap-hero .hero-media {
  background-image: url("../images/evolve-2026/hero-recap-2026.jpg");
  background-position: center 38%;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 17, 58, 0.96), rgba(22, 17, 58, 0.78) 48%, rgba(22, 17, 58, 0.35)),
    linear-gradient(0deg, var(--night) 0%, rgba(22, 17, 58, 0) 46%);
}

.hero-content {
  width: min(980px, 100%);
}

.hero-recap-content {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 58px;
  align-items: end;
}

.hero-copy-block {
  min-width: 0;
}

.hero-video {
  align-self: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 68px;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(199, 239, 95, 0.42);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(199, 239, 95, 0.12);
  color: #eefbb8;
  font-size: 13px;
  font-weight: 850;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 850;
  border: 1px solid transparent;
}

.button-primary {
  background: var(--teal);
  color: #0a1830;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--lime);
  outline: none;
}

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

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 870px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: var(--shadow);
}

.event-facts div {
  padding: 18px;
  background: rgba(22, 17, 58, 0.82);
}

.event-facts dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.event-facts dd {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.section {
  padding: 86px clamp(18px, 5vw, 72px);
}

.section-inner {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.split,
.media-split,
.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.intro {
  background: var(--night);
}

.intro-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.recap {
  background: #fffaf4;
  color: #201837;
}

.recap .eyebrow,
.partner .eyebrow {
  color: #9d2e57;
}

.recap p {
  color: rgba(32, 24, 55, 0.76);
  font-size: 18px;
}

.recap-image {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(32, 24, 55, 0.18);
}

.recap-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-frame {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #09071a;
  box-shadow: var(--shadow);
}

.media-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.highlight-card,
.learning-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 22px;
}

.highlight-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.highlight-card span,
.learning-card p {
  color: rgba(255, 255, 255, 0.74);
}

.gallery-section {
  background: #0d0a22;
}

.gallery-feature {
  padding-top: 42px;
}

.gallery-viewer {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 14px;
  align-items: center;
}

.gallery-stage {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #09071a;
  box-shadow: var(--shadow);
}

.gallery-stage img {
  width: 100%;
  height: min(68vh, 680px);
  min-height: 420px;
  object-fit: cover;
}

.gallery-stage figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 22px;
  background: linear-gradient(0deg, rgba(9, 7, 26, 0.92), rgba(9, 7, 26, 0));
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}

.gallery-control {
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  line-height: 1;
}

.gallery-control:hover,
.gallery-control:focus-visible {
  background: var(--teal);
  color: #0a1830;
  outline: none;
}

.gallery-thumbs {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.gallery-thumbs button {
  border: 2px solid transparent;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  opacity: 0.68;
}

.gallery-thumbs button[aria-current="true"],
.gallery-thumbs button:hover,
.gallery-thumbs button:focus-visible {
  border-color: var(--teal);
  opacity: 1;
  outline: none;
}

.gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 12px;
}

.gallery-item {
  position: relative;
  min-height: 210px;
  border-radius: 8px;
  overflow: hidden;
  background: #241a55;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-within img {
  transform: scale(1.035);
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide img {
  aspect-ratio: 16 / 9;
}

.gallery-item.tall img {
  aspect-ratio: 3 / 4;
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
  background: linear-gradient(0deg, rgba(9, 7, 26, 0.92), rgba(9, 7, 26, 0));
  color: #fff;
  font-weight: 820;
}

.thanks-band {
  background: var(--paper);
  color: #201837;
}

.thanks-band .eyebrow {
  color: #9d2e57;
}

.thanks-band p {
  color: rgba(32, 24, 55, 0.76);
  font-size: 18px;
}

.thanks-band .logo-row {
  grid-template-columns: 1fr;
}

.cta-band {
  background: #121026;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.07);
}

.cta-panel p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: #7a184f;
  font-weight: 850;
  border-bottom: 2px solid currentColor;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-button {
  margin-top: 26px;
}

.page-hero {
  padding: 142px clamp(18px, 5vw, 72px) 72px;
  background:
    linear-gradient(180deg, rgba(22, 17, 58, 0.9), rgba(22, 17, 58, 1)),
    url("../images/hero-kaufhaus.jpg") center / cover;
}

.page-hero-inner {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.page-hero h1 {
  max-width: 850px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.crumbs a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.subnav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 760;
}

.subnav a:hover,
.subnav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.program-detail {
  background: #121026;
}

.program-poster {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 111, 97, 0.15), transparent 30%),
    linear-gradient(180deg, #171542 0%, #141238 100%);
  box-shadow: var(--shadow);
}

.program-poster-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 5vw, 52px) clamp(22px, 5vw, 54px) clamp(22px, 4vw, 38px);
}

.program-poster-head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 0.98;
}

.program-poster-head img {
  width: clamp(132px, 18vw, 196px);
  flex: 0 0 auto;
}

.program-table {
  --program-line: rgba(255, 255, 255, 0.7);
  border-top: 1px solid var(--program-line);
}

.program-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: center;
  min-height: 88px;
  padding: 20px clamp(22px, 5vw, 54px);
  border-bottom: 1px solid var(--program-line);
}

.program-row h3,
.program-row p {
  margin: 0;
}

.program-time {
  display: grid;
  gap: 3px;
  color: rgba(255, 255, 255, 0.84);
}

.program-time strong {
  color: #fff;
  font-size: clamp(22px, 2.15vw, 31px);
  font-weight: 500;
  line-height: 1.12;
}

.program-time span,
.program-meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.26;
}

.program-time em,
.program-meta em {
  color: var(--coral);
  font-style: normal;
}

.program-entry h3,
.program-session-table h3 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(24px, 2.35vw, 34px);
  font-weight: 850;
  line-height: 1.13;
}

.program-entry p,
.program-session-table p:not(.program-meta) {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.28;
}

.program-row-break {
  grid-template-columns: minmax(220px, 0.76fr) minmax(0, 1.24fr);
  min-height: 58px;
  padding-block: 14px;
}

.program-row-break .program-entry {
  grid-column: 2;
}

.program-row-break h3 {
  font-size: clamp(22px, 2vw, 30px);
}

.program-session-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-bottom: 1px solid var(--program-line);
  scroll-margin-top: 96px;
}

.program-session-table td {
  width: 50%;
  vertical-align: top;
  padding: 24px clamp(22px, 4vw, 38px);
  border-bottom: 1px solid var(--program-line);
}

.program-session-table tr:last-child td {
  border-bottom: 0;
}

.program-session-table td + td {
  border-left: 1px solid var(--program-line);
}

.program-session-table h3 {
  margin: 10px 0 14px;
  font-size: clamp(21px, 2vw, 29px);
}

.program-partners {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(12px, 2.5vw, 34px);
  align-items: center;
  padding: 28px clamp(22px, 5vw, 54px) 34px;
}

.program-partners img {
  width: 100%;
  max-height: 44px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.9;
}

.program-block {
  display: grid;
  gap: 18px;
}

.parallel-grid,
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.session-card,
.partner-card,
.bio-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 20px;
}

.session-card p,
.bio-card p {
  color: rgba(255, 255, 255, 0.74);
}

.speaker-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.icon-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 760;
}

.icon-link img {
  width: 18px;
  height: 18px;
}

.bio-grid {
  display: grid;
  gap: 16px;
}

.bio-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 20px;
  scroll-margin-top: 96px;
}

.bio-card > img {
  width: 148px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.partner-tier {
  margin-top: 42px;
}

.partner-tier:first-of-type {
  margin-top: 0;
}

.partner-tier h2 {
  margin-bottom: 20px;
}

.partner-card {
  min-height: 160px;
  display: grid;
  place-items: center;
  background: #fff;
}

.partner-card img {
  max-height: 92px;
  object-fit: contain;
}

.partner-card.featured {
  min-height: 220px;
}

.partner-card.featured img {
  max-height: 128px;
}

.program {
  background: #121026;
}

.schedule {
  display: grid;
  gap: 12px;
}

.schedule-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.schedule-item time {
  color: var(--lime);
  font-size: 22px;
  font-weight: 900;
}

.schedule-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.label {
  margin: 0 0 7px;
  color: var(--coral) !important;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.speakers {
  background: var(--night);
}

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

.speaker-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.speaker-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #241a55;
}

.speaker-card div {
  padding: 18px;
}

.speaker-card p:not(.label) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.partner {
  background: var(--paper);
  color: #201837;
}

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

.logo-row a {
  min-height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32, 24, 55, 0.14);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.logo-row a:hover,
.logo-row a:focus-visible {
  border-color: rgba(32, 24, 55, 0.38);
  outline: none;
}

.logo-row img {
  max-height: 76px;
  object-fit: contain;
}

.infos {
  background: #0e172f;
}

.info-list {
  display: grid;
  gap: 14px;
}

.info-list article {
  border-left: 3px solid var(--teal);
  padding: 2px 0 2px 18px;
}

.info-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.content-page {
  background: #121026;
}

.content-stack {
  display: grid;
  gap: 18px;
}

.content-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: clamp(20px, 3vw, 32px);
}

.content-panel h2,
.content-panel h3 {
  max-width: 860px;
}

.content-panel p,
.content-panel li {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.76);
}

.content-panel ul,
.content-panel ol {
  margin: 0;
  padding-left: 1.2rem;
}

.content-panel li + li {
  margin-top: 8px;
}

.download-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.download-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
}

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

.recap-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.recap-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.recap-card div {
  padding: 18px;
}

.recap-card p {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer {
  padding: 40px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #09071a;
}

.footer-inner {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner img {
  width: 132px;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: #fff;
  outline: none;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
    position: relative;
    z-index: 22;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: grid;
    gap: 0;
    padding: 14px 18px 22px;
    background: rgba(22, 17, 58, 0.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    transition: transform 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 48px;
  }

  .site-nav .nav-cta {
    margin: 10px 0 0;
    justify-content: center;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 34px;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-top: 116px;
  }

  .event-facts,
  .hero-recap-content,
  .split,
  .media-split,
  .info-grid,
  .speaker-grid,
  .logo-row,
  .parallel-grid,
  .partner-grid,
  .highlight-grid,
  .learning-grid,
  .recap-grid,
  .cta-panel,
  .bio-card {
    grid-template-columns: 1fr;
  }

  .program-poster-head {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .program-row {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
  }

  .program-row-break {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .program-row-break .program-entry {
    grid-column: auto;
  }

  .program-session-table,
  .program-session-table tbody,
  .program-session-table tr,
  .program-session-table td {
    display: block;
    width: 100%;
  }

  .program-session-table td,
  .program-session-table td + td,
  .program-session-table tr:last-child td {
    border-left: 0;
    border-bottom: 1px solid var(--program-line);
  }

  .program-session-table tr:last-child td:last-child {
    border-bottom: 0;
  }

  .program-partners {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-viewer {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
  }

  .gallery-control {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .gallery-stage img {
    height: auto;
    min-height: 360px;
    aspect-ratio: 4 / 3;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-item.wide img,
  .gallery-item.tall img {
    aspect-ratio: 1 / 1;
  }

  .bio-card > img {
    width: 100%;
    max-width: 260px;
  }

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

  .footer-inner nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
    padding-block: 12px;
  }

  .brand,
  .brand img {
    width: 128px;
  }

  .site-nav {
    top: 68px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 19px;
  }

  .hero-copy,
  .intro-copy,
  .recap p {
    font-size: 17px;
  }

  .section {
    padding-block: 62px;
  }

  .event-facts div,
  .schedule-item,
  .speaker-card div {
    padding: 16px;
  }

  .program-poster-head {
    padding: 24px 18px 20px;
  }

  .program-row {
    padding: 18px;
  }

  .program-time strong {
    font-size: 22px;
  }

  .program-entry h3,
  .program-session-table h3 {
    font-size: 22px;
    line-height: 1.18;
  }

  .program-session-table td {
    padding: 18px;
  }

  .program-partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    padding: 24px 18px;
  }

  .schedule-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-viewer {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-stage {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .gallery-prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .gallery-next {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .gallery-thumbs {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-stage img {
    min-height: 280px;
  }

  .gallery-item {
    min-height: 260px;
  }

  .cta-panel {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
