@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin-400-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow-condensed-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-condensed-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-condensed-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy-950: #020f1f;
  --navy-900: #03172d;
  --navy-800: #062343;
  --red: #e21b32;
  --red-bright: #ff2942;
  --white: #f8fafc;
  --muted: #aab6c6;
  --line: rgba(255, 255, 255, 0.16);
  --content: 1240px;
  --header-height: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy-950);
  text-decoration: none;
  font-weight: 700;
}

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100% - 64px, var(--content));
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}

.brand-lockup {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 22px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 32px;
  object-fit: contain;
}

.brand-logo--university {
  width: 89px;
}

.brand-logo--aicor {
  width: 181px;
}

.brand-divider {
  width: 1px;
  height: 28px;
  background: var(--line);
}

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

.site-nav a {
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:not(.nav-cta) {
  border-bottom: 1px solid transparent;
  padding: 9px 0;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta):focus-visible {
  border-bottom-color: var(--red-bright);
}

.nav-cta {
  border: 1px solid var(--red);
  padding: 12px 18px;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--red);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(3, 23, 45, 0.7);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle svg,
.primary-action svg,
.text-action svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero {
  position: relative;
  display: grid;
  min-height: 780px;
  height: min(900px, 100svh);
  overflow: hidden;
  align-items: center;
  background: var(--navy-900);
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background-image: url("../img/event-banner.png");
  background-position: center;
  background-size: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 15, 31, 0.08) 0%, rgba(2, 15, 31, 0.35) 40%, rgba(2, 15, 31, 0.96) 64%, var(--navy-950) 100%),
    linear-gradient(0deg, rgba(2, 15, 31, 0.96) 0%, transparent 30%);
}

.dot-field {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 220px;
  opacity: 0.75;
  background-image: radial-gradient(circle, var(--red) 1.2px, transparent 1.4px);
  background-size: 12px 12px;
  mask-image: linear-gradient(120deg, transparent, #000 35%, #000 72%, transparent);
  transform: rotate(12deg);
}

.dot-field--top {
  top: -60px;
  right: -48px;
}

.dot-field--bottom {
  right: 35%;
  bottom: -105px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 64px, var(--content));
  margin: var(--header-height) auto 0;
  padding-left: min(54%, 670px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow span,
.details .eyebrow,
.venue .eyebrow {
  color: var(--red-bright);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(4.5rem, 7.2vw, 7rem);
  font-weight: 700;
  line-height: 0.82;
}

h1 strong {
  color: var(--red);
  font-weight: inherit;
}

.hero-intro {
  max-width: 580px;
  margin: 0 0 36px;
  color: #d8dee7;
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-facts {
  display: flex;
  max-width: 620px;
  margin-bottom: 34px;
  border-top: 1px solid rgba(226, 27, 50, 0.7);
  border-bottom: 1px solid rgba(226, 27, 50, 0.7);
}

.hero-fact {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 16px;
  padding: 22px 22px 22px 0;
}

.hero-fact + .hero-fact {
  border-left: 1px solid rgba(226, 27, 50, 0.7);
  padding-left: 22px;
}

.hero-fact svg {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--red-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hero-fact span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.hero-fact strong {
  display: block;
  color: var(--white);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.primary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease;
}

.primary-action svg {
  width: 20px;
  height: 20px;
}

.primary-action:hover,
.primary-action:focus-visible {
  border-color: var(--red-bright);
  background: var(--red-bright);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: max(32px, calc((100% - var(--content)) / 2));
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: bottom left;
}

.scroll-cue i {
  display: block;
  width: 70px;
  height: 1px;
  background: var(--red);
}

.section-shell {
  width: min(100% - 64px, var(--content));
  margin: 0 auto;
}

.event-overview {
  position: relative;
  padding: 110px 0;
  border-top: 1px solid var(--line);
  background: var(--navy-900);
}

.event-overview::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 5px;
  background: var(--red);
  content: "";
}

.overview-layout {
  display: grid;
  align-items: start;
  gap: 90px;
  grid-template-columns: 0.9fr 1.1fr;
}

.overview-heading .eyebrow {
  color: var(--red-bright);
}

.overview-heading h2 {
  max-width: 580px;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 0.98;
}

.overview-copy p {
  margin: 0;
  color: #d8dee7;
  font-size: 0.98rem;
  line-height: 1.8;
}

.overview-copy .overview-lead {
  font-size: 1.05rem;
}

.overview-copy .institute-note {
  position: relative;
  margin-top: 34px;
  padding: 26px 0 0 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.institute-note::before {
  position: absolute;
  top: 31px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--red);
  content: "";
}

.gallery {
  padding: 100px 0 90px;
  background: var(--navy-950);
}

.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.gallery-heading .eyebrow {
  color: var(--red-bright);
}

.gallery-heading h2 {
  margin-bottom: 0;
  font-size: 3.6rem;
  line-height: 0.98;
}

.carousel-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.carousel-button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  border-color: var(--red-bright);
  background: var(--red);
}

.carousel-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.carousel-button svg[hidden] {
  display: none;
}

.carousel {
  outline: none;
}

.carousel:focus-visible .carousel-media {
  outline: 2px solid var(--red-bright);
  outline-offset: 4px;
}

.carousel-slides {
  display: grid;
}

.carousel-slide {
  z-index: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  grid-area: 1 / 1;
}

.carousel-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  animation: carousel-fade-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.carousel-slide.is-leaving {
  z-index: 1;
  opacity: 1;
  animation: carousel-fade-out 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.carousel-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #00070e;
}

.carousel-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide.is-active .carousel-media img {
  animation: carousel-scale-in 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes carousel-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes carousel-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes carousel-scale-in {
  from {
    transform: scale(1.025);
  }

  to {
    transform: scale(1);
  }
}

.carousel-slide figcaption {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  color: #7f8b9c;
  font-size: 0.64rem;
  line-height: 1.4;
}

.carousel-slide figcaption span:last-child {
  flex: 0 0 auto;
  color: var(--red-bright);
  font-weight: 700;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}

.carousel-indicators button {
  width: 30px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-indicators button::before {
  display: block;
  width: 100%;
  height: 2px;
  background: #526072;
  content: "";
}

.carousel-indicators button:hover::before,
.carousel-indicators button:focus-visible::before,
.carousel-indicators button[aria-current="true"]::before {
  background: var(--red-bright);
}

.program {
  position: relative;
  padding: 110px 0 120px;
  background: var(--white);
  color: var(--navy-950);
}

.program::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 5px;
  background: var(--red);
  content: "";
}

.section-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 64px;
}

.section-heading .eyebrow {
  color: #657083;
}

.section-heading h2,
.details h2,
.venue h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.section-heading-copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #596576;
  line-height: 1.7;
}

.agenda {
  position: relative;
  border-bottom: 1px solid #cad0d8;
}

.agenda::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 131px;
  width: 1px;
  background: #cad0d8;
  content: "";
}

.agenda-item {
  position: relative;
  display: grid;
  padding: 42px 0;
  border-top: 1px solid #cad0d8;
  grid-template-columns: 112px 40px minmax(0, 1fr);
}

.agenda-item time {
  color: var(--navy-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.agenda-marker {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  margin: 8px auto 0;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 1px var(--red);
}

.agenda-content {
  min-width: 0;
  padding-left: 28px;
}

.agenda-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 16px;
}

.agenda-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.agenda-header h3 {
  max-width: 790px;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.agenda-duration {
  flex: 0 0 auto;
  padding-top: 20px;
  color: #687385;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.agenda-content > p {
  max-width: 840px;
  margin: 0;
  color: #596576;
  font-size: 0.92rem;
  line-height: 1.7;
}

.agenda-content .agenda-lead {
  margin-bottom: 8px;
  color: var(--navy-950);
}

.talk-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  border-bottom: 1px solid #d8dde3;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.talk-list li {
  display: grid;
  min-width: 0;
  padding: 22px 24px 24px 0;
  border-top: 1px solid #d8dde3;
  gap: 14px;
  grid-template-columns: 54px minmax(0, 1fr);
}

.talk-list li:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid #d8dde3;
}

.talk-number {
  color: var(--red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.talk-list h4,
.laboratory-layout h4 {
  margin: 0 0 5px;
  color: var(--navy-950);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.talk-list p,
.talk-list strong {
  display: block;
  margin: 0;
  color: #687385;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
}

.talk-list strong {
  margin-top: 7px;
  color: var(--navy-950);
  font-weight: 600;
}

.laboratory-layout {
  display: grid;
  margin-top: 32px;
  border-top: 1px solid #d8dde3;
  grid-template-columns: 1.25fr 0.75fr;
}

.laboratory-layout > div {
  padding: 28px 30px 0 0;
}

.laboratory-layout > div + div {
  padding-right: 0;
  padding-left: 30px;
  border-left: 1px solid #d8dde3;
}

.demonstration-list {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demonstration-list li {
  position: relative;
  padding: 10px 24px 10px 18px;
  border-top: 1px solid #e2e5e9;
  color: #596576;
  font-size: 0.8rem;
  line-height: 1.5;
}

.demonstration-list li::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--red);
  content: "";
}

.industry-note > p:not(.agenda-kicker),
.reception-note {
  color: #596576;
  font-size: 0.82rem;
  line-height: 1.6;
}

.industry-note .reception-note {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #d8dde3;
}

.reception-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy-950);
  text-transform: uppercase;
}

.video-showcase {
  position: relative;
  padding: 110px 0 120px;
  background: #e9edf2;
  color: var(--navy-950);
}

.video-showcase::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 5px;
  background: var(--red);
  content: "";
}

.video-heading {
  display: grid;
  align-items: start;
  gap: 60px;
  margin-bottom: 50px;
  grid-template-columns: 0.6fr 1.4fr;
}

.video-heading .eyebrow {
  color: #657083;
}

.video-heading h2 {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 0.98;
}

.video-frame {
  overflow: hidden;
  border-top: 4px solid var(--red);
  aspect-ratio: 16 / 9;
  background: #00070e;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.details {
  padding: 120px 0;
  background: var(--navy-900);
}

.details-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.details-copy p:last-child {
  max-width: 480px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.detail-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.detail-row {
  display: grid;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 120px 1fr;
}

.detail-row dt {
  color: var(--red-bright);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.detail-row dd {
  margin: 0;
  color: var(--white);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.detail-row dd strong {
  display: block;
  color: inherit;
  font-weight: inherit;
}

.registration {
  position: relative;
  padding: 100px 0;
  background: var(--white);
  color: var(--navy-950);
}

.registration::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 5px;
  background: var(--red);
  content: "";
}

.registration-layout {
  display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: 0.85fr 1.15fr;
}

.registration .eyebrow {
  color: var(--red);
}

.registration h2 {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 0.98;
}

.registration-copy p {
  max-width: 590px;
  margin: 0 0 30px;
  color: #596576;
  font-size: 1.05rem;
  line-height: 1.7;
}

.venue {
  display: grid;
  min-height: 760px;
  background: var(--navy-950);
  grid-template-columns: 1.08fr 0.92fr;
}

.venue-image {
  min-height: 660px;
  background-image:
    linear-gradient(90deg, transparent 65%, var(--navy-950) 100%),
    url("../img/event-banner.png");
  background-position: left center;
  background-size: auto 100%;
}

.venue-panel {
  display: flex;
  max-width: 560px;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
}

.venue-panel h2 {
  max-width: 520px;
}

.venue-information {
  margin: 30px 0 34px;
  border-top: 1px solid var(--line);
}

.venue-block {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.venue-label {
  margin: 0 0 12px;
  color: var(--red-bright);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.venue-panel address,
.venue-directions {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.7;
}

.venue-panel address strong {
  color: var(--white);
  font-weight: 600;
}

.venue-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.text-action:hover,
.text-action:focus-visible {
  border-bottom-color: var(--red-bright);
  color: var(--red-bright);
}

.text-action svg {
  width: 18px;
  height: 18px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--navy-950);
}

.footer-inner {
  display: grid;
  width: min(100% - 64px, var(--content));
  min-height: 220px;
  margin: 0 auto;
  align-items: center;
  gap: 56px;
  grid-template-columns: 1fr 0.9fr 1.15fr;
}

.footer-inner p {
  margin: 5px 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.footer-inner .footer-title {
  color: var(--white);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-title strong {
  color: var(--red);
}

.footer-event .footer-date {
  margin-top: 20px;
  color: var(--white);
  font-weight: 600;
}

.footer-date span {
  margin: 0 10px;
  color: var(--red);
}

.footer-inner .footer-label {
  margin-bottom: 12px;
  color: var(--red-bright);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-organization > p:last-child,
.footer-organization li {
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer-organization ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-organization li + li {
  margin-top: 8px;
}

.footer-logos {
  border-top: 1px solid rgba(5, 28, 52, 0.14);
  background: var(--white);
}

.footer-logo-track {
  display: flex;
  /*width: min(100%, 1600px);*/
  width: 100%;
  margin: 0 auto;
  padding: 36px 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*gap: 30px clamp(24px, 2.5vw, 48px);*/
  gap: 30px clamp(12px, 1.25vw, 24px);
}

.footer-logo-track img {
  width: auto;
  max-width: 160px;
  height: 40px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-logo-track img[alt="Funded by the European Union"],
.footer-logo-track img[alt="German Research Foundation"],
.footer-logo-track img[alt="FAME"] {
  max-width: 190px;
}

.footer-logo-track .footer-logo--on-dark {
  box-sizing: content-box;
  padding: 10px 14px;
  border-radius: 3px;
  background: var(--navy-950);
}

@media (max-width: 1000px) {
  .site-nav {
    gap: 12px;
  }

  .nav-cta {
    padding: 10px 12px;
  }

  .hero {
    height: auto;
    min-height: 760px;
  }

  .hero-photo {
    background-position: 40% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(2, 15, 31, 0.3), rgba(2, 15, 31, 0.96) 54%, var(--navy-950));
  }

  .hero-content {
    padding: 100px 0 80px 42%;
  }

  h1 {
    font-size: 5rem;
  }

  .overview-layout {
    gap: 56px;
  }

  .overview-heading h2 {
    font-size: 3.35rem;
  }

  .gallery-heading h2 {
    font-size: 3.2rem;
  }

  .talk-list,
  .demonstration-list {
    grid-template-columns: 1fr;
  }

  .talk-list li:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .details-layout {
    gap: 56px;
  }

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

  .venue-image {
    background-position: 28% center;
  }

  .venue-panel {
    padding: 70px 40px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 76px;
  }

  .site-header,
  .section-shell,
  .footer-inner {
    width: min(100% - 40px, var(--content));
  }

  .brand-lockup {
    height: 34px;
    gap: 12px;
  }

  .brand-logo {
    height: 22px;
  }

  .brand-logo--university {
    width: 61px;
  }

  .brand-logo--aicor {
    width: 125px;
  }

  .brand-divider {
    height: 22px;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: -20px;
    display: none;
    width: calc(100% + 40px);
    height: calc(100svh - var(--header-height));
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 42px 20px;
    background: rgba(2, 15, 31, 0.98);
  }

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

  .site-nav a {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .site-nav .nav-cta {
    margin-top: 18px;
    border: 1px solid var(--red);
    text-align: center;
  }

  .hero {
    display: block;
    min-height: 810px;
  }

  .hero-photo {
    height: 48%;
    background-position: 23% center;
    background-size: auto 100%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, var(--navy-950) 47%, rgba(2, 15, 31, 0.2) 75%),
      linear-gradient(90deg, transparent 60%, rgba(2, 15, 31, 0.7));
  }

  .dot-field--top {
    right: -160px;
  }

  .dot-field--bottom,
  .scroll-cue {
    display: none;
  }

  .hero-content {
    width: min(100% - 40px, var(--content));
    margin: 0 auto;
    padding: 365px 0 48px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(4rem, 20vw, 5rem);
  }

  .hero-intro {
    margin-bottom: 25px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-facts {
    margin-bottom: 26px;
  }

  .hero-fact {
    gap: 10px;
    padding: 16px 10px 16px 0;
  }

  .hero-fact + .hero-fact {
    padding-left: 12px;
  }

  .hero-fact svg {
    width: 30px;
    height: 30px;
  }

  .hero-fact strong {
    font-size: 1.05rem;
  }

  .hero-fact span {
    font-size: 0.62rem;
  }

  .event-overview,
  .gallery,
  .program,
  .video-showcase,
  .details,
  .registration {
    padding: 80px 0;
  }

  .overview-layout,
  .section-heading,
  .video-heading,
  .details-layout,
  .registration-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .overview-heading h2 {
    max-width: 100%;
    font-size: 2.8rem;
  }

  .overview-copy {
    margin-top: 20px;
  }

  .gallery-heading {
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
  }

  .gallery-heading h2 {
    font-size: 2.4rem;
  }

  .carousel-button {
    width: 44px;
    height: 44px;
  }

  .carousel-media {
    aspect-ratio: 4 / 3;
  }

  .carousel-slide figcaption {
    align-items: flex-start;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .video-heading {
    margin-bottom: 32px;
  }

  .video-heading h2 {
    font-size: 2.8rem;
  }

  .registration h2 {
    font-size: 2.8rem;
  }

  .registration-copy {
    margin-top: 18px;
  }

  .section-heading h2,
  .details h2,
  .venue h2 {
    font-size: 2.8rem;
  }

  .agenda::before {
    display: none;
  }

  .agenda-item {
    padding: 32px 0 38px;
    grid-template-columns: 1fr;
  }

  .agenda-item time {
    margin-bottom: 20px;
    color: var(--red);
  }

  .agenda-marker {
    display: none;
  }

  .agenda-content {
    padding-left: 0;
  }

  .agenda-header {
    display: block;
  }

  .agenda-duration {
    display: block;
    padding-top: 10px;
  }

  .talk-list li {
    padding-right: 0;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .laboratory-layout {
    grid-template-columns: 1fr;
  }

  .laboratory-layout > div,
  .laboratory-layout > div + div {
    padding: 26px 0 0;
    border-left: 0;
  }

  .laboratory-layout > div + div {
    margin-top: 28px;
    border-top: 1px solid #d8dde3;
  }

  .details-copy p:last-child {
    margin: 18px 0 38px;
  }

  .detail-row {
    grid-template-columns: 86px 1fr;
  }

  .detail-row dd {
    font-size: 1.25rem;
  }

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

  .venue-image {
    min-height: 360px;
    background-image:
      linear-gradient(0deg, var(--navy-950) 0%, transparent 35%),
      url("../img/event-banner.png");
    background-position: 20% center;
    background-size: auto 100%;
  }

  .venue-panel {
    padding: 20px 20px 80px;
  }

  .venue-actions {
    flex-wrap: wrap;
  }

  .footer-inner {
    min-height: 180px;
    align-items: flex-start;
    gap: 36px;
    grid-template-columns: 1fr;
    padding: 64px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .carousel-slide.is-active,
  .carousel-slide.is-leaving {
    animation-duration: 250ms;
  }

  .carousel-slide.is-active .carousel-media img {
    animation: none;
    transform: none;
  }
}
