/* Shared styles for the static EU-Safety 2022 archive. */
:root {
  --blue: #0033a0;
  --yellow: #ffed00;
  --ink: #232323;
  --muted: #626771;
  --paper: #f4f7fb;
  --line: #dce3ed;
  --shadow: 0 3px 20px rgb(25 42 69 / 8%);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font:
    400 16px/1.75 Poppins,
    Arial,
    sans-serif;
}
img,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
figure {
  margin: 0;
}
button,
input {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: var(--blue);
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
summary {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid #a66c00;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.25;
}
h2 {
  font-size: 30px;
  font-weight: 600;
}
h3 {
  font-size: 22px;
  font-weight: 500;
}
p {
  margin-bottom: 1.2em;
}
p:last-child {
  margin-bottom: 0;
}
li + li {
  margin-top: 0.45em;
}
ul,
ol {
  padding-left: 1.5em;
}
.container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}
.reading-width {
  max-width: 920px;
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 12px 20px;
  background: white;
  z-index: 20;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  background: white;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 100px;
}
.brand {
  flex: 0 0 220px;
}
.brand img {
  width: 220px;
  height: auto;
}
#primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#primary-navigation li {
  margin: 0;
}
#primary-navigation a {
  display: block;
  padding-block: 12px;
  font:
    600 16px/1.5 Archivo,
    Arial,
    sans-serif;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
#primary-navigation a:hover,
#primary-navigation a[aria-current] {
  border-color: var(--yellow);
}
.menu-toggle {
  font-family: Archivo, Arial, sans-serif;
  font-weight: 500;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid var(--line);
  background: white;
  color: var(--blue);
  padding: 8px 12px;
  border-radius: 3px;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
}
.menu-icon {
  position: relative;
}
.menu-icon::before,
.menu-icon::after {
  content: '';
  position: absolute;
  left: 0;
}
.menu-icon::before {
  top: -6px;
}
.menu-icon::after {
  top: 6px;
}
.page-banner {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 370px;
  background: var(--blue);
  border-bottom: 7px solid var(--yellow);
  color: white;
  text-align: center;
}
.page-banner::before {
  content: '';
  position: absolute;
  left: -85px;
  top: -65px;
  width: 160px;
  height: 160px;
  border: 18px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
}
.page-banner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 100px;
  opacity: 0.35;
  background: radial-gradient(white 1.5px, transparent 2px) 0 0 / 16px 16px;
}
.page-banner h1 {
  position: relative;
  margin: 0;
  padding: 48px 0;
  font-size: clamp(32px, 5.2vw, 72px);
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.archive-note {
  padding-block: 12px;
  background: #eaf0fa;
  color: #425775;
  font-size: 13px;
}
.section {
  padding-block: 64px;
}
.section-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 500;
}
.section-title::after {
  content: '';
  display: block;
  margin-top: 17px;
  width: 70px;
  height: 3px;
  background: var(--yellow);
}
.white {
  background: white;
}
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: center;
}
.split > *,
.info-grid > *,
.download-grid > *,
.speaker-grid > * {
  min-width: 0;
}
.prose {
  color: var(--muted);
  overflow-wrap: anywhere;
}
.prose h3 {
  color: var(--ink);
}
.prose div:empty,
.prose p:empty {
  display: none;
}
.prose + .button {
  margin-top: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  max-width: 100%;
  padding: 12px 28px;
  border: 2px solid var(--blue);
  border-radius: 2px;
  background: var(--blue);
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s;
}
.button:hover {
  background: white;
  color: var(--blue);
}
.page-home {
  background: #f4f4f4;
}
.page-home .site-header {
  background: #f4f4f4;
}
.home-hero {
  padding: 115px 0 170px;
  color: var(--blue);
  text-align: center;
}
.home-hero h1 {
  font-size: clamp(37px, 6.67vw, 96px);
  font-weight: 900;
  letter-spacing: -3px;
  margin: 0 0 16px;
}
.yellow-bar {
  color: var(--yellow);
}
.home-hero p {
  font-size: clamp(19px, 2.25vw, 32px);
  font-weight: 500;
  line-height: 1.35;
}
.home-information {
  padding-top: 0;
  padding-bottom: 100px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.info-card {
  position: relative;
  background: white;
  border-radius: 5px;
  box-shadow: var(--shadow);
  padding: 72px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}
.card-icon {
  position: absolute;
  top: -54px;
  width: 90px;
  height: 90px;
  padding: 24px;
  background: var(--blue);
  color: white;
}
.card-icon svg {
  width: 100%;
  height: 100%;
}
.info-card h2 {
  font:
    700 23px/1.3 Orienta,
    sans-serif;
  margin-bottom: 20px;
}
.info-card p {
  color: var(--muted);
  font-size: 15px;
}
.info-card strong {
  display: inline-block;
  margin-bottom: 9px;
}
.info-card .button {
  margin-top: auto;
}
.conference-complete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px;
  margin-top: 90px;
  background: white;
  box-shadow: var(--shadow);
  border-radius: 5px;
  border-left: 5px solid var(--yellow);
}
.conference-complete h2 {
  color: var(--blue);
  font-size: 26px;
  margin: 0;
}
.conference-complete strong {
  font-weight: 500;
}
.conference-complete p {
  font-size: 14px;
  color: var(--muted);
  margin: 5px 0 0;
}
.social {
  background: #486cb4;
  color: white;
  border-bottom: 7px solid var(--yellow);
  padding-block: 40px;
}
.social-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.social h2 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.social h2::after {
  content: '';
  display: block;
  width: 85px;
  height: 3px;
  margin-top: 17px;
  background: var(--yellow);
}
.social p {
  font-size: 15px;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 56px;
  background: var(--social-color);
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 7px;
  color: white;
  text-decoration: none;
}
.social-links a:hover {
  filter: brightness(0.9);
}
.social-links a:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}
.social-links svg {
  width: 21px;
  height: 21px;
}
.social-link-linkedin {
  --social-color: #0077b5;
}
.social-link-facebook {
  --social-color: #3b5998;
}
.social-link-whatsapp {
  --social-color: #16cf60;
}
.social-link-email {
  --social-color: #ff4326;
}
.social-link-x {
  --social-color: #14171a;
}
.organizers,
.partners {
  background: white;
}
.organizers .split {
  align-items: start;
  text-align: center;
}
.organizers .section-title::after,
.partners .section-title::after {
  margin-inline: auto;
}
.organizer-logos {
  display: grid;
  gap: 24px;
  justify-items: center;
}
.organizer-logos img {
  width: 290px;
  height: 135px;
  object-fit: contain;
}
.caption {
  margin-top: 24px;
  color: var(--blue);
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}
.partners {
  text-align: center;
  padding-top: 20px;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 32px;
  align-items: center;
}
.partner-grid img {
  width: 100%;
  height: 115px;
  object-fit: contain;
}
.partner-carousel {
  position: relative;
}
.partner-carousel.is-enhanced {
  padding-inline: 46px;
}
.partner-carousel.is-enhanced .partner-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.partner-carousel.is-enhanced .partner-viewport.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
}
.partner-carousel.is-enhanced .partner-viewport::-webkit-scrollbar {
  display: none;
}
.partner-carousel.is-enhanced .partner-grid {
  display: flex;
  gap: 0;
  align-items: center;
}
.partner-carousel.is-enhanced .partner-grid img {
  flex: 0 0 25%;
  padding-inline: 16px;
  scroll-snap-align: start;
}
.partner-carousel.is-enhanced .partner-grid img {
  -webkit-user-drag: none;
}
.partner-arrow {
  position: absolute;
  top: 57.5px;
  transform: translateY(-50%);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: white;
  color: #111;
  box-shadow: 0 2px 12px rgb(25 42 69 / 14%);
}
.partner-arrow svg {
  width: 24px;
  height: 24px;
}
.partner-arrow:hover {
  background: var(--yellow);
}
.partner-previous {
  left: 0;
}
.partner-next {
  right: 0;
}
.partner-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}
.partner-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9c9c9;
}
.partner-dot[aria-current='true'] {
  background: #111;
}
.archive-film {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.archive-film .section-title {
  margin-bottom: 15px;
}
.archive-film p {
  color: var(--muted);
}
.photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 3px;
}
figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.contained-image img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}
.accordion {
  margin-bottom: 16px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 3px;
}
.public-transport {
  margin-top: 28px;
  margin-bottom: 28px;
}
summary {
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 500;
  color: var(--blue);
  overflow-wrap: anywhere;
}
summary::marker {
  color: var(--blue);
}
details[open] > summary {
  border-bottom: 1px solid var(--line);
}
.accordion > .prose,
.session > .prose {
  padding: 20px 24px;
}
.accordion .prose ul:first-child,
.session .prose ol:first-child {
  margin-top: 0;
}
.accordion .prose ul:last-child,
.session .prose ol:last-child {
  margin-bottom: 0;
}
.accordion + .section-title {
  margin-top: 64px;
}
.status-label {
  display: inline-block;
  padding: 8px 14px;
  background: #e6edf9;
  color: var(--blue);
  font-size: 13px;
  font-weight: 500;
  border-left: 3px solid var(--yellow);
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.price-row h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.price-row p {
  color: var(--muted);
  font-size: 14px;
}
.price-row > strong {
  color: var(--blue);
  font-size: 25px;
  white-space: nowrap;
}
.price-row + .prose {
  margin-top: 28px;
}
.fee-details {
  align-items: start;
}
.fee-details article {
  border-top: 3px solid var(--yellow);
  padding: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.fee-details h3 {
  color: var(--blue);
}
.fee-details ul {
  color: var(--muted);
}
.registration-closed {
  margin-bottom: 28px;
  padding: 22px 24px;
  border-left: 6px solid var(--yellow);
  background: var(--blue);
  color: white;
}
.registration-closed h3 {
  margin-bottom: 10px;
  color: white;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
}
.registration-closed p {
  margin: 0;
  line-height: 1.6;
}
.notice {
  max-width: 850px;
  margin-inline: auto;
  background: white;
  border-left: 5px solid var(--yellow);
  box-shadow: var(--shadow);
  padding: 36px;
}
.notice h2 {
  color: var(--blue);
}
.feature-list {
  color: var(--muted);
}
.feature-list li::marker {
  color: var(--blue);
}
.date-list {
  list-style: none;
  padding: 0;
}
.date-list li {
  padding: 0 0 24px 24px;
  border-left: 3px solid var(--yellow);
  margin: 0;
}
.date-list li:last-child {
  padding-bottom: 0;
}
.date-list strong,
.date-list span {
  display: block;
}
.date-list strong {
  color: var(--blue);
  font-weight: 500;
}
.date-list span {
  color: var(--muted);
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.download-card {
  background: white;
  box-shadow: var(--shadow);
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-card > svg {
  flex-shrink: 0;
  padding: 19px;
  width: 80px;
  height: 80px;
  background: var(--blue);
  color: white;
  margin-bottom: 24px;
}
.download-card h2 {
  font:
    400 23px/1.3 Orienta,
    sans-serif;
  margin-bottom: 16px;
}
.download-card p {
  font-size: 14px;
  color: var(--muted);
}
.file-meta {
  margin: auto 0 18px;
  padding-top: 8px;
  font-size: 12px;
  color: var(--muted);
}
.day-navigation {
  display: flex;
  gap: 12px;
  margin: 36px 0;
}
.day-navigation a {
  flex: 1;
  max-width: 250px;
  border: 2px solid var(--blue);
  padding: 14px 24px;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
}
.day-navigation span {
  display: block;
  font-size: 13px;
  margin-top: 3px;
}
.day-navigation a[aria-current] {
  background: var(--blue);
  color: white;
}
.day-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
}
.day-heading h3 {
  margin: 0;
  color: var(--blue);
  font-size: 26px;
}
.schedule-day + .schedule-day {
  margin-top: 48px;
}
.schedule-row {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.schedule-time {
  color: var(--blue);
  font-size: 17px;
  font-weight: 600;
  padding-top: 16px;
  margin: 0;
}
.session {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue);
}
.session + .session {
  margin-top: 12px;
}
.session summary {
  font-size: 16px;
  padding: 16px 20px;
}
.simple-session {
  padding: 16px 20px;
}
.speaker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.speaker {
  background: white;
  border-top: 3px solid var(--yellow);
  padding: 28px;
}
.speaker > img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 24px;
}
.speaker h3 {
  font-size: 25px;
  color: var(--blue);
  margin-bottom: 16px;
}
.speaker-topic {
  font-weight: 500;
  line-height: 1.5;
}
.speaker .prose {
  font-size: 14px;
}
.speaker a {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
.site-footer {
  background: #ededed;
  padding-block: 24px;
  color: #5d626d;
  font-size: 12px;
}
.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
}
.site-footer p {
  margin: 0;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 15px;
}
.site-footer a {
  color: inherit;
  display: inline-block;
  padding-block: 6px;
}
.video-modal-open {
  overflow: hidden;
}
.video-modal {
  width: min(640px, calc(100% - 24px));
  max-width: none;
  max-height: calc(100dvh - 24px);
  padding: 14px 10px 10px;
  border: 0;
  margin: auto;
  overflow: auto;
  overscroll-behavior: contain;
  background: white;
  color: #192431;
  box-shadow: 0 18px 70px rgb(0 0 0 / 30%);
}
.video-modal::backdrop {
  background: rgb(0 0 0 / 78%);
}
.video-modal h2 {
  margin: 0 24px 22px;
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-top: 12px;
}
@media (prefers-reduced-motion: no-preference) {
  .video-modal[open] h2 {
    animation: video-modal-title-enter 600ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}
@keyframes video-modal-title-enter {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: white;
  color: #192431;
  font:
    28px/1 Arial,
    sans-serif;
}
.video-modal-close:hover {
  background: #edf1f7;
}
.video-modal-close:focus-visible {
  outline-offset: -4px;
}
.video-modal-player {
  aspect-ratio: 16 / 9;
  background: #101010;
}
.video-modal-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal-fallback {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  padding: 4px 8px;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 20px;
  }
  .brand {
    flex-basis: 180px;
  }
  .brand img {
    width: 180px;
  }
  #primary-navigation ul {
    gap: 17px;
  }
  #primary-navigation a {
    font-size: 14px;
  }
  .conference-complete {
    flex-wrap: wrap;
  }
  .split {
    gap: 32px;
  }
}
@media (max-width: 950px) {
  .header-inner {
    flex-wrap: wrap;
    min-height: 82px;
    padding-block: 18px;
  }
  .brand {
    flex-basis: auto;
  }
  .brand img {
    width: 215px;
  }
  .js .menu-toggle {
    display: inline-flex;
  }
  #primary-navigation {
    width: 100%;
  }
  #primary-navigation ul {
    flex-wrap: wrap;
    gap: 8px 24px;
  }
  .js #primary-navigation {
    display: none;
  }
  .js #primary-navigation.is-open {
    display: block;
  }
  .js #primary-navigation ul {
    display: grid;
    gap: 0;
    padding-block: 8px;
  }
  #primary-navigation a {
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
  }
  .home-hero {
    padding: 80px 0 125px;
  }
  .home-hero h1 {
    letter-spacing: -1.5px;
  }
  .info-card {
    padding-inline: 18px;
  }
  .info-card .button {
    padding-inline: 16px;
  }
  .page-banner {
    min-height: 270px;
  }
  .download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .section {
    padding-block: 48px;
  }
  .home-information {
    padding-top: 0;
  }
  .partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .partner-carousel.is-enhanced .partner-grid img {
    flex-basis: 33.333%;
  }
  .split {
    gap: 28px;
  }
  .archive-film {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .container {
    width: calc(100% - 36px);
  }
  body {
    font-size: 15px;
  }
  .brand img {
    width: 190px;
  }
  .header-inner {
    column-gap: 12px;
  }
  .menu-toggle {
    font-size: 14px;
  }
  .home-hero {
    padding: 65px 0 100px;
  }
  .home-hero h1 {
    font-size: clamp(29px, 7.7vw, 51px);
    letter-spacing: -1.3px;
  }
  .home-hero p {
    font-size: 19px;
  }
  .info-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .info-card {
    min-height: 255px;
    padding: 58px 24px 28px;
  }
  .card-icon {
    width: 78px;
    height: 78px;
    padding: 20px;
    top: -42px;
  }
  .info-card .button {
    margin-top: 20px;
  }
  .conference-complete {
    margin-top: 40px;
    padding: 28px 24px;
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  .page-banner {
    min-height: 215px;
  }
  .page-banner h1 {
    font-size: clamp(27px, 7vw, 44px);
  }
  .page-banner::after {
    width: 95px;
    height: 65px;
  }
  .split,
  .speaker-grid {
    grid-template-columns: 1fr;
  }
  .split {
    gap: 36px;
  }
  .section {
    padding-block: 38px;
  }
  .home-information {
    padding-top: 0;
  }
  .section-title {
    font-size: 26px;
  }
  .social-inner {
    flex-direction: column;
    align-items: start;
  }
  .social-links {
    gap: 10px;
  }
  .organizers .split {
    gap: 55px;
  }
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .partner-grid img {
    height: 95px;
  }
  .partner-carousel.is-enhanced {
    padding-inline: 32px;
  }
  .partner-carousel.is-enhanced .partner-grid {
    gap: 0;
  }
  .partner-carousel.is-enhanced .partner-grid img {
    flex-basis: 50%;
    padding-inline: 9px;
  }
  .partner-arrow {
    top: 47.5px;
    width: 34px;
    height: 34px;
  }
  .notice {
    padding: 25px;
  }
  .download-grid {
    gap: 18px;
  }
  .download-card {
    padding: 24px 18px;
  }
  .download-card h2 {
    font-size: 20px;
  }
  summary {
    padding: 18px;
    font-size: 17px;
  }
  .accordion > .prose,
  .session > .prose {
    padding: 18px;
  }
  .day-navigation a {
    font-size: 19px;
    padding: 12px 16px;
  }
  .day-heading {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }
  .schedule-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }
  .schedule-time {
    padding: 0;
  }
  .speaker {
    padding: 24px;
  }
  .site-footer {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .download-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .download-card {
    padding: 30px;
  }
  .download-card h2 {
    font-size: 23px;
  }
  .download-card > svg {
    width: 70px;
    height: 70px;
    padding: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
@media print {
  .video-modal {
    display: none !important;
  }
  .video-modal::backdrop {
    background: transparent;
  }
  .video-modal-open {
    overflow: visible;
  }
  body {
    background: white;
    font:
      11pt/1.5 Arial,
      sans-serif;
  }
  .site-header,
  .site-footer,
  .social,
  .day-navigation,
  .archive-film,
  .button {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .page-banner {
    min-height: 0;
    color: black;
    background: white;
    border-bottom: 2px solid black;
  }
  .page-banner h1 {
    font-size: 25pt;
    padding: 16px 0;
  }
  .page-banner::before,
  .page-banner::after {
    display: none;
  }
  .section {
    padding-block: 20px;
  }
  .schedule-day[hidden] {
    display: block !important;
  }
  .schedule-row,
  .speaker,
  .download-card {
    break-inside: avoid;
  }
  .prose {
    color: black;
  }
}
