:root {
  color-scheme: light;
  --ink: #101515;
  --ink-2: #1c2322;
  --surface: #f4f6f2;
  --surface-2: #ffffff;
  --surface-3: #e6ece8;
  --muted: #5b6664;
  --muted-dark: rgba(255, 255, 255, 0.68);
  --line: rgba(16, 21, 21, 0.13);
  --line-dark: rgba(255, 255, 255, 0.17);
  --green: #7bb957;
  --blue: #1689b2;
  --cyan: #25b7c7;
  --orange: #da842e;
  --red: #c94d43;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 18px 42px rgba(16, 21, 21, 0.09);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

a:hover {
  color: var(--blue);
}

a:focus-visible {
  outline: 3px solid rgba(37, 183, 199, 0.8);
  outline-offset: 4px;
}

p,
h1,
h2,
h3,
span,
small,
strong,
dd,
dt,
time,
li,
summary {
  overflow-wrap: break-word;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-180%);
  border-radius: var(--radius);
  background: var(--surface-2);
  color: var(--ink);
  padding: 10px 12px;
  font-weight: 800;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 64px;
  padding: 12px 44px;
  color: #ffffff;
  background: rgba(16, 21, 21, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
  white-space: nowrap;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  transition: color 160ms ease, opacity 160ms ease;
}

.brand-link + .brand-link {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-link img {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  object-fit: contain;
}

.brand-link span {
  line-height: 1;
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 720;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 3px;
  white-space: nowrap;
  transition: color 160ms ease;
}

.nav a::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  left: 3px;
  height: 2px;
  border-radius: 999px;
  background: var(--cyan);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.nav a:hover,
.nav a:focus-visible,
.brand-link:hover,
.brand-link:focus-visible {
  color: var(--cyan);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.button {
  padding: 0 18px;
  border: 1px solid transparent;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button--primary {
  background: var(--green);
  color: var(--ink);
}

.button--primary:hover {
  background: #91ca70;
  color: var(--ink);
}

.button--secondary {
  background: var(--ink);
  color: #ffffff;
}

.section--dark .button--secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}

.button--secondary:hover {
  background: var(--ink-2);
  color: #ffffff;
}

.button--ghost {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

.hero {
  position: relative;
  display: flex;
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(4, 7, 7, 0.82), rgba(4, 7, 7, 0.5) 50%, rgba(4, 7, 7, 0.1)),
    linear-gradient(0deg, rgba(4, 7, 7, 0.28), rgba(4, 7, 7, 0.02)),
    url("../images/rss2026/rss2026-venue-hero.jpg") center 42% / cover no-repeat;
}

.hero__inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 148px 0 92px;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1320px;
}

.rss-mark {
  width: min(470px, 78vw);
  margin: 0 0 56px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kicker::after {
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--green));
  content: "";
}

.hero h1 {
  max-width: 1360px;
  margin: 0;
  font-size: clamp(56px, 4.8vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 710px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.22rem;
  line-height: 1.55;
}

.hero .hero-date {
  margin: 84px 0 0;
  color: #ffffff;
  font-size: 1.24rem;
  font-weight: 780;
}

.hero-date a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.announcement-card a,
.event-card a,
.media-card a,
.demo-card a,
.link-row a {
  color: var(--cyan);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.section {
  position: relative;
  scroll-margin-top: 92px;
}

main > .section:not(.hero) {
  box-shadow: none;
}

main > .section:not(.hero)::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: min(260px, calc(100% - 80px));
  height: 8px;
  background: radial-gradient(ellipse at center, rgba(22, 137, 178, 0.11) 0%, rgba(22, 137, 178, 0.055) 42%, transparent 75%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

main > .section:not(.hero)::after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(170px, calc(100% - 112px));
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(22, 137, 178, 0.12), transparent);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.section__inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.section--light,
.section--career,
.section--community {
  padding: 106px 0;
  background: var(--surface);
}

.section--dark {
  padding: 112px 0;
  background: var(--ink);
  color: #ffffff;
}

.section--latest {
  padding: 56px 0 90px;
  background: #f5f8f7;
  color: var(--ink);
}

.latest-heading {
  margin-bottom: 42px;
}

.overview-section {
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #f6f8f5 0%, #f5f8f6 100%);
  color: var(--ink);
}

.overview-heading {
  max-width: var(--max);
  margin: 0 auto 42px;
  text-align: left;
}

.overview-heading .kicker {
  margin-bottom: 0;
  color: var(--blue);
}

.section--workshop {
  padding: 112px 0;
  color: var(--ink);
  background: #f5f8f4;
}

#events {
  background: #f8f9fa;
}

#demos {
  background: #f8f8f5;
}

#media {
  background: #f5f8f9;
}

#ecosystem {
  background: #f8f9f6;
}

#opensource {
  background: #f5f8f4;
}

.section--career {
  background: #f8f7f9;
}

.section--community {
  background: #f6f8f5;
}

.section-heading {
  max-width: 740px;
}

.section-heading h2,
.workshop-copy h2,
.career-copy h2:not(.sr-only) {
  margin: 0;
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.12;
  letter-spacing: 0;
}

h4 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.12;
}

.section-lede,
.metric-card p,
.event-card p,
.media-card p,
.demo-card p,
.career-copy p,
.person-card p,
.submission-card p,
.subhead-row p,
.talk-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section--dark .section-lede,
.section--dark .release-card p {
  color: var(--muted-dark);
}

.section-head-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head-row--compact {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-bottom: 42px;
}

.section-head-row--compact .section-heading {
  max-width: 980px;
}

#events .section-heading {
  max-width: none;
}

.section-heading .event-lead {
  width: 100%;
  max-width: none;
  margin-top: 18px;
  color: rgba(16, 21, 21, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.68;
  text-wrap: pretty;
}

.metric-grid,
.event-grid,
.media-grid,
.demo-grid,
.partner-grid,
.release-grid,
.people-grid {
  display: grid;
  gap: 18px;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.event-card,
.media-card,
.demo-card,
.partner-card,
.person-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: var(--shadow);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-card:hover,
.media-card:hover,
.demo-card:hover,
.partner-card:hover,
.release-card:hover {
  border-color: rgba(22, 137, 178, 0.3);
  box-shadow: 0 22px 48px rgba(16, 21, 21, 0.12);
  transform: translateY(-2px);
}

.metric-card {
  min-height: 0;
  padding: 8px 22px 0;
  text-align: center;
}

.metric-card__icon {
  display: block;
  margin: 0 auto 30px;
  font-size: 2.35rem;
  line-height: 1;
}

.metric-card strong {
  display: block;
  color: var(--ink);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}

.metric-card__label {
  display: block;
  margin-top: 30px;
  color: var(--ink);
  font-size: 1.13rem;
  font-weight: 880;
  line-height: 1.12;
}

.horizontal-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 354px;
  gap: 18px;
  justify-content: safe center;
  overflow-x: scroll;
  overscroll-behavior-inline: contain;
  padding: 4px 4px 16px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(22, 137, 178, 0.28) rgba(16, 21, 21, 0.06);
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.horizontal-rail::-webkit-scrollbar {
  height: 8px;
}

.horizontal-rail::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(16, 21, 21, 0.06);
}

.horizontal-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(22, 137, 178, 0.3);
}

.work-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: var(--shadow);
  scroll-snap-align: start;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.work-card:hover {
  border-color: rgba(22, 137, 178, 0.3);
  box-shadow: 0 22px 48px rgba(16, 21, 21, 0.12);
  transform: translateY(-2px);
}

.work-media {
  display: block;
  overflow: hidden;
  background: var(--surface-3);
}

.work-media img,
.work-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 240ms ease;
}

.work-media:hover img,
.work-media:hover video {
  transform: scale(1.025);
}

.work-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.work-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.work-title-row h3 {
  min-width: 0;
  font-size: 1.28rem;
}

.work-title-row h3 a {
  color: var(--ink);
}

.work-title-row h3 a:hover {
  color: var(--blue);
}

.work-body p {
  min-height: 4.35em;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.work-body p strong {
  color: var(--ink);
  font-weight: 880;
}

.work-track {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.icon-links {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
}

.icon-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 21, 21, 0.14);
  border-radius: 999px;
  background: #f7faf9;
  color: var(--blue);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.icon-link:hover {
  border-color: rgba(22, 137, 178, 0.5);
  background: rgba(37, 183, 199, 0.1);
  color: var(--blue);
  transform: translateY(-1px);
}

.icon-link--arxiv {
  width: 32px;
  border-color: rgba(16, 21, 21, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: inherit;
}

.icon-link--arxiv:hover {
  border-color: rgba(22, 137, 178, 0.5);
  background: #fff6f7;
  color: inherit;
}

.icon-link img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  opacity: 0.88;
}

.icon-link--arxiv img {
  width: 22px;
  height: 22px;
  opacity: 1;
}

.icon-link span {
  font-size: 0.62rem;
  font-weight: 920;
  line-height: 1;
  letter-spacing: 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tag,
.date-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  background: var(--surface-3);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tag--green {
  background: var(--green);
  color: var(--ink);
}

.tag--blue {
  background: var(--blue);
  color: #ffffff;
}

.tag--orange {
  background: var(--orange);
  color: var(--ink);
}

.tag--red {
  background: var(--red);
  color: #ffffff;
}

.date-chip {
  background: rgba(218, 132, 46, 0.14);
  color: var(--orange);
}

.date-chip--blue {
  background: rgba(22, 137, 178, 0.13);
  color: var(--blue);
}

.date-chip--green {
  background: rgba(123, 185, 87, 0.16);
  color: #4b7d34;
}

.date-chip--orange {
  background: rgba(218, 132, 46, 0.16);
  color: var(--orange);
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
}

.talks-block {
  margin-bottom: 0;
}

#events {
  --event-block-gap: 76px;
  --event-title-gap: 42px;
}

#events .event-kicker {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: inline-block;
  justify-self: start;
  align-self: start;
  width: fit-content;
  margin-bottom: 0;
  padding: 0 6px 2px;
  background: linear-gradient(92deg, #267b99 0%, #5b966f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.38rem;
  font-style: italic;
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 14px 30px rgba(22, 137, 178, 0.08);
}

#events .event-kicker::before {
  position: absolute;
  z-index: -1;
  inset: -0.14em -0.58em -0.16em -0.5em;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(37, 183, 199, 0.13), rgba(123, 185, 87, 0.08));
  box-shadow: 0 10px 22px rgba(22, 137, 178, 0.075);
  content: "";
  pointer-events: none;
  transform: skewX(-13deg);
  transform-origin: center;
}

#events .event-kicker::after {
  display: none;
}

.subhead-row {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.45fr);
  gap: 42px;
  align-items: end;
  margin-bottom: var(--event-title-gap);
}

.subhead-row--compact {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.subhead-row h3 {
  max-width: 760px;
}

.subhead-row--compact h3 {
  max-width: 960px;
}

.talk-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 1fr);
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 14px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(22, 137, 178, 0.28) rgba(16, 21, 21, 0.06);
  scrollbar-width: thin;
}

.talk-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 21, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    var(--surface-2);
  box-shadow: 0 24px 62px rgba(16, 21, 21, 0.08);
  scroll-snap-align: start;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.talk-card::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(37, 183, 199, 0.5), transparent);
  content: "";
}

.talk-card:hover {
  border-color: rgba(22, 137, 178, 0.3);
  box-shadow: 0 30px 72px rgba(16, 21, 21, 0.11);
  transform: translateY(-2px);
}

.talk-card > img {
  width: 136px;
  height: 136px;
  margin: 28px auto 0;
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface-3);
  box-shadow: 0 12px 28px rgba(16, 21, 21, 0.14);
}

.talk-card .date-chip {
  align-self: flex-start;
  padding: 0 12px;
}

.talk-body {
  display: flex;
  min-height: 292px;
  flex: 1;
  flex-direction: column;
  padding: 16px 24px 26px;
}

.talk-body h4 {
  margin-top: 16px;
}

.speaker-note {
  margin-top: 18px;
}

.speaker-note + .speaker-note {
  margin-top: 16px;
}

.speaker-note summary {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0 0 8px;
  background: transparent;
  color: #315f66;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.3;
  list-style: none;
  transition: color 160ms ease;
}

.speaker-note summary::-webkit-details-marker {
  display: none;
}

.speaker-note summary::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(-45deg);
  transition: transform 180ms ease, translate 180ms ease;
}

.speaker-note summary::after {
  display: none;
}

.speaker-note summary span {
  min-width: 0;
}

.speaker-note--topic summary {
  align-items: flex-start;
  gap: 11px;
  min-height: 48px;
}

.speaker-note--topic summary::before {
  margin-top: 7px;
}

.speaker-note--topic .topic-copy {
  display: block;
  min-width: 0;
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1.24;
}

.speaker-note summary:hover,
.speaker-note summary:focus-visible {
  color: var(--blue);
}

.speaker-note[open] summary {
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.speaker-note[open] summary::before {
  transform: rotate(45deg);
  translate: 0 -2px;
}

.speaker-note__content {
  position: relative;
  margin: 10px 0 0 14px;
  border: 0;
  border-radius: 0;
  padding: 12px 2px 4px 20px;
  background: linear-gradient(90deg, rgba(37, 183, 199, 0.09), rgba(255, 255, 255, 0) 78%);
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.speaker-note__content::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), rgba(37, 183, 199, 0.14));
  content: "";
}

.speaker-note--topic .speaker-note__content {
  background: linear-gradient(90deg, rgba(123, 185, 87, 0.08), rgba(255, 255, 255, 0) 82%);
  color: #45534d;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 0.97rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.speaker-note--topic .speaker-note__content::before {
  background: linear-gradient(180deg, var(--green), rgba(123, 185, 87, 0.14));
}

.speaker-note__content p {
  margin: 0;
}

.speaker-note:not(.speaker-note--topic) .speaker-note__content {
  color: #516365;
  font-family: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-stretch: condensed;
  letter-spacing: 0.01em;
  line-height: 1.48;
}

.speaker-note:not(.speaker-note--topic) .speaker-note__content strong {
  color: #3f676d;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(37, 183, 199, 0.26);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.speaker-note:not(.speaker-note--topic) .speaker-note__content em {
  color: #274f56;
  font-style: italic;
  font-weight: 640;
}

.bio-sep {
  display: inline-block;
  margin: 0 0.28em;
  color: rgba(80, 96, 100, 0.42);
  font-style: normal;
}

.bio-line {
  display: block;
  margin-top: 4px;
}

.subhead-row p strong,
.speaker-note__content strong,
.event-feature__copy strong,
.event-body p strong,
.workshop-copy p strong,
.submission-card p strong,
.demo-body p strong,
.media-card p strong,
.release-card p strong,
.career-copy p strong {
  color: var(--ink);
  font-weight: 880;
}

.event-card--dark p strong {
  color: #ffffff;
}

.talk-meta {
  margin-top: auto;
  padding-top: 22px;
  border-top: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1.38;
}

.talk-meta a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
  text-decoration: none;
  transition: color 160ms ease;
}

.talk-meta a::after {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-1px) rotate(45deg);
}

.talk-meta a:hover,
.talk-meta a:focus-visible {
  color: var(--blue);
}

.talk-card h4 a,
.organizer-grid strong a,
.demo-mini-grid span a,
.person-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.talk-card h4 a:hover,
.organizer-grid strong a:hover,
.demo-mini-grid span a:hover,
.person-card h3 a:hover {
  color: var(--blue);
}

.event-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  column-gap: 46px;
  row-gap: var(--event-title-gap);
  align-items: center;
}

.event-feature--editor {
  grid-template-columns: minmax(330px, 0.72fr) minmax(560px, 1.28fr);
  row-gap: var(--event-title-gap);
  align-items: center;
  margin-top: var(--event-block-gap);
  padding-top: 0;
}

.event-feature--editor > .kicker {
  grid-column: 1 / -1;
}

.mixer-feature > .kicker {
  grid-column: 1 / -1;
}

.event-feature + .event-feature {
  margin-top: 56px;
  padding-top: 56px;
}

.event-feature--wide {
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
}

.event-feature__copy {
  max-width: 690px;
}

.event-feature__copy h3 {
  margin-top: 10px;
  font-size: 1.86rem;
  line-height: 1.02;
}

.event-feature__copy h3 a {
  color: var(--ink);
}

.event-feature__copy h3 a:hover {
  color: var(--blue);
}

.feature-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.feature-title-row h3 {
  margin-top: 0;
  max-width: 360px;
}

.robolens-lockup {
  display: grid;
  justify-self: center;
  align-self: center;
  justify-content: center;
  justify-items: center;
  gap: var(--event-title-gap);
  width: min(100%, 370px);
  margin: 0 auto;
}

.robolens-lockup h3 {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(90deg, #071115 0%, #143d7c 24%, #1d91b0 44%, #78b957 56%, #0a1014 74%, #071115 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: robolensTitleShine 5.2s ease-in-out infinite;
  font-size: clamp(2.08rem, 4.3vw, 2.5rem);
  font-weight: 930;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-shadow: 0 12px 30px rgba(22, 137, 178, 0.12);
  white-space: nowrap;
}

.event-feature__copy p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1rem;
}

.editorial-panel {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 137, 178, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(22, 137, 178, 0.065), rgba(255, 255, 255, 0.84));
}

.editorial-panel > strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 880;
}

.feature-points {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.feature-points li {
  position: relative;
  padding-left: 18px;
  line-height: 1.38;
}

.feature-points li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: rgba(80, 96, 100, 0.72);
  font-weight: 900;
}

.robolens-panel {
  display: grid;
  align-items: stretch;
  align-self: center;
}

.robolens-logo {
  width: min(100%, 286px);
  object-fit: contain;
}

.robolens-brand-panel {
  display: grid;
  min-height: 246px;
  align-items: center;
}

@keyframes robolensTitleShine {
  0%,
  100% {
    background-position: 0% 50%;
  }

  48%,
  58% {
    background-position: 100% 50%;
  }
}

@keyframes robolensTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes robolensSpark {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

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

.organizer-grid article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 220px;
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 0% 0%, rgba(22, 137, 178, 0.08), transparent 42%);
  box-shadow: 0 18px 44px rgba(16, 21, 21, 0.07);
}

.organizer-grid article::after {
  position: absolute;
  top: 18px;
  bottom: auto;
  left: 166px;
  width: 1px;
  height: 126px;
  background: linear-gradient(180deg, transparent, rgba(22, 137, 178, 0.18), transparent);
  content: "";
  pointer-events: none;
}

.organizer-grid img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(16, 21, 21, 0.12);
}

.organizer-grid strong,
.organizer-grid span {
  display: block;
}

.organizer-grid span {
  margin-top: 5px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 850;
}

.organizer-grid p {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 137, 178, 0.12);
  color: #405455;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 540;
  line-height: 1.38;
  text-wrap: pretty;
}

.robolens-story {
  display: grid;
  grid-column: 1 / -1;
  gap: 20px;
  margin-top: 0;
  padding: 0 0 42px;
}

.robolens-story p {
  max-width: none;
  margin: 0;
  color: #34494a;
  line-height: 1.35;
}

.robolens-story p:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  font-style: italic;
  font-weight: 600;
}

.robolens-story p:nth-child(2) {
  font-size: 0.98rem;
}

.robolens-story strong {
  margin-right: 10px;
  color: var(--ink);
  font-weight: 900;
}

.robolens-ticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 26px;
  border-top: 1px solid rgba(22, 137, 178, 0.12);
  border-bottom: 1px solid rgba(22, 137, 178, 0.12);
  background: linear-gradient(90deg, rgba(22, 137, 178, 0.04), rgba(123, 185, 87, 0.05), rgba(22, 137, 178, 0.04));
}

.robolens-ticker::before,
.robolens-ticker::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 90px;
  content: "";
  pointer-events: none;
}

.robolens-ticker::before {
  left: 0;
  background: linear-gradient(90deg, var(--surface), transparent);
}

.robolens-ticker::after {
  right: 0;
  background: linear-gradient(270deg, var(--surface), transparent);
}

.robolens-ticker__track {
  display: flex;
  width: max-content;
  animation: robolensTicker 18s linear infinite;
}

.robolens-ticker__track span {
  display: inline-flex;
  align-items: center;
  padding: 11px 34px;
  background:
    linear-gradient(90deg, #143d7c 0%, #1d91b0 28%, #78b957 54%, #101515 86%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: robolensSpark 4.2s ease-in-out infinite;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 760;
  white-space: nowrap;
}

.compact-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.compact-facts span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(22, 137, 178, 0.1);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 880;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  font-weight: 880;
}

.workshop-demo-block {
  display: grid;
  gap: 0;
  margin-top: var(--event-block-gap);
  padding-top: 0;
}

.workshop-summary {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: var(--event-title-gap);
}

.workshop-headline-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.workshop-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(123, 185, 87, 0.2);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(123, 185, 87, 0.1);
  color: #4d7836;
  font-size: 0.78rem;
  font-weight: 860;
  line-height: 1;
}

.workshop-site-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(22, 137, 178, 0.18);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(22, 137, 178, 0.06);
  color: #2c82a0;
  font-size: 0.76rem;
  font-weight: 860;
  line-height: 1;
}

.workshop-site-link:hover {
  border-color: rgba(22, 137, 178, 0.36);
  background: rgba(22, 137, 178, 0.1);
  color: var(--blue);
}

.workshop-summary h3 {
  max-width: 430px;
  font-size: clamp(1.08rem, 1.28vw, 1.22rem);
  letter-spacing: 0;
  line-height: 1.32;
}

.workshop-summary h3,
.workshop-summary h3 a {
  color: rgba(22, 137, 178, 0.88);
  font-weight: 860;
}

.workshop-summary h3 a:hover {
  color: var(--blue);
}

.workshop-activity-window {
  position: relative;
  overflow: hidden;
  max-width: 430px;
  height: 156px;
  margin-top: 26px;
  padding-block: 8px;
  border-block: 1px solid rgba(22, 137, 178, 0.1);
  mask-image: linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
}

.workshop-activity-track {
  display: grid;
  animation: workshop-activity-scroll 18s linear infinite;
}

.workshop-activity-window:hover .workshop-activity-track {
  animation-play-state: paused;
}

.workshop-activity-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0 0 6px;
  list-style: none;
}

.workshop-activity-list li {
  display: flex;
  align-items: center;
  min-height: 22px;
  overflow: hidden;
  color: rgba(16, 21, 21, 0.68);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workshop-activity-list span {
  display: inline-flex;
  min-width: 58px;
  margin-right: 8px;
  color: #2f89a7;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes workshop-activity-scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.workshop-main,
.workshop-note {
  min-height: 0;
  padding: 26px 32px;
  border: 1px solid rgba(16, 21, 21, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(16, 21, 21, 0.06);
}

.workshop-main {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 100% 0%, rgba(22, 137, 178, 0.1), transparent 40%);
}

.workshop-note {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.workshop-lineup-panel {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
  border: 1px solid rgba(16, 21, 21, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 96% 8%, rgba(123, 185, 87, 0.09), transparent 34%),
    linear-gradient(135deg, rgba(22, 137, 178, 0.075), rgba(255, 255, 255, 0.88));
  box-shadow: 0 18px 46px rgba(16, 21, 21, 0.055);
}

.workshop-panel-head {
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.workshop-panel-head strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 880;
}

.workshop-panel-head span {
  color: rgba(16, 21, 21, 0.54);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workshop-person-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 20px;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}

.workshop-person-strip figure {
  display: grid;
  justify-items: center;
  width: 76px;
  margin: 0;
  min-width: 0;
}

.workshop-person-strip img {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(16, 21, 21, 0.1);
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface-3);
  box-shadow: 0 8px 20px rgba(16, 21, 21, 0.1);
}

.workshop-person-strip figcaption {
  margin-top: 7px;
  color: #354b4d;
  font-size: 0.66rem;
  font-weight: 820;
  line-height: 1.15;
  text-align: center;
}

.workshop-person-strip figcaption a {
  color: #354b4d;
}

.workshop-person-strip figcaption a:hover {
  color: var(--blue);
}

.workshop-note > a {
  width: max-content;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 880;
}

.demo-program-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
  max-width: none;
  margin-top: var(--event-block-gap);
}

.demo-program-copy .demo-kicker {
  margin: 0;
}

.demo-program-lead {
  max-width: none;
  margin: 0;
  color: rgba(16, 21, 21, 0.68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.04rem, 1.36vw, 1.16rem);
  font-style: italic;
  font-weight: 620;
  line-height: 1.42;
  width: 100%;
}

.demo-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: var(--event-title-gap);
  max-width: none;
}

.demo-mini-grid article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 21, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    var(--surface-2);
  box-shadow: 0 24px 60px rgba(16, 21, 21, 0.08);
}

.demo-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--surface-3);
}

.demo-mini-grid img,
.demo-mini-grid video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px 20px;
}

.demo-mini-grid h4,
.demo-mini-grid p {
  margin: 0;
}

.demo-mini-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.35;
}

.demo-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.demo-highlights li {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(22, 137, 178, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(22, 137, 178, 0.06);
  color: #315f66;
  font-size: 0.74rem;
  font-weight: 780;
  line-height: 1;
}

.demo-mini-grid span {
  display: block;
  margin: 14px 16px 18px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 850;
}

.workshop-demo-block + .event-feature {
  margin-top: var(--event-block-gap);
  padding-top: 0;
}

.mixer-feature {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: stretch;
}

.mixer-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 24px 54px rgba(16, 21, 21, 0.12);
}

.mixer-media img {
  height: 100%;
  min-height: 330px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mixer-type {
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 999px;
  padding: 7px 14px;
  border: 1px solid rgba(218, 132, 46, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 232, 0.9));
  box-shadow: 0 14px 30px rgba(16, 21, 21, 0.16);
  color: #5e421a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84rem;
  font-style: italic;
  font-weight: 780;
}

.mixer-feature > .event-feature__copy {
  display: flex;
  min-height: 330px;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(22, 137, 178, 0.09);
  border-radius: var(--radius);
  padding: 24px 30px;
  background:
    radial-gradient(circle at 88% 92%, rgba(123, 185, 87, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 252, 252, 0.72));
  box-shadow: 0 22px 54px rgba(16, 21, 21, 0.08);
}

.mixer-feature > .event-feature__copy h3 {
  margin: 0;
  color: rgba(9, 18, 20, 0.95);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 4.35vw, 2.18rem);
  font-weight: 760;
  line-height: 1.03;
  text-align: center;
  white-space: nowrap;
}

.mixer-title-tail {
  display: inline;
}

.mixer-info-list {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
}

.mixer-info-list div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(16, 21, 21, 0.075);
}

.mixer-info-list dt,
.mixer-info-list dd {
  margin: 0;
}

.mixer-info-list dt {
  color: rgba(16, 21, 21, 0.46);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mixer-info-list dd {
  color: rgba(16, 21, 21, 0.84);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 560;
  line-height: 1.32;
}

.mixer-venue-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #276f86;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 760;
  letter-spacing: 0.01em;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.mixer-venue-link:hover {
  color: #1689b2;
  text-shadow: 0 10px 24px rgba(22, 137, 178, 0.18);
  transform: translateY(-1px);
}

.mixer-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.mixer-invite {
  max-width: 420px;
  margin: 0;
  color: rgba(39, 83, 92, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.06rem, 1.45vw, 1.18rem);
  font-style: italic;
  font-weight: 690;
  line-height: 1.32;
}

.button--mixer {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #1689b2, #7bb957 58%, #da842e);
  box-shadow: 0 16px 34px rgba(22, 137, 178, 0.2), 0 8px 20px rgba(218, 132, 46, 0.16);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 920;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button--mixer:hover {
  color: #ffffff;
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(22, 137, 178, 0.24), 0 12px 26px rgba(218, 132, 46, 0.2);
}

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

.event-card {
  overflow: hidden;
}

.event-card > img,
.dual-portrait {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--surface-3);
}

.event-card > img {
  object-fit: cover;
}

.event-card--speaker > img {
  object-position: center 32%;
}

.event-card--dark {
  background: var(--ink);
  color: #ffffff;
}

.event-card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.dual-portrait {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.dual-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-body,
.demo-body {
  padding: 22px;
}

.event-body h3,
.event-body p,
.event-body a {
  margin-top: 14px;
}

.workshop-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 76px;
  align-items: end;
  margin-bottom: 52px;
}

.workshop-copy {
  max-width: 790px;
}

.workshop-copy p {
  margin: 22px 0 0;
  font-size: 1.08rem;
}

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

.topic-grid div {
  min-height: 126px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: var(--shadow);
}

.topic-grid strong,
.topic-grid span {
  display: block;
}

.topic-grid span {
  margin-top: 12px;
}

.workshop-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.schedule {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: var(--shadow);
}

.schedule li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  min-height: 74px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.schedule li:last-child {
  border-bottom: 0;
}

.schedule time {
  color: var(--orange);
  font-weight: 920;
}

.schedule strong,
.schedule span {
  display: block;
}

.schedule span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.submission-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: var(--shadow);
}

.submission-card h3,
.submission-card p {
  margin-top: 18px;
}

.submission-card dl {
  display: grid;
  gap: 1px;
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.submission-card dl div {
  padding: 14px;
  background: var(--surface);
}

.submission-card dt {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.submission-card dd {
  margin: 4px 0 0;
  color: var(--muted);
}

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

.demo-card {
  overflow: hidden;
}

.demo-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--surface-3);
}

.demo-body h3,
.demo-body p,
.demo-body a {
  margin-top: 14px;
}

.owner-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.owner-row img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.owner-row span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

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

.media-card {
  min-height: 224px;
  padding: 28px;
}

.media-card h3 {
  margin-top: 20px;
}

.media-card p,
.media-card a {
  margin-top: 14px;
}

.media-card--logo img {
  width: 160px;
  max-height: 58px;
  object-fit: contain;
}

.video-box {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(16, 21, 21, 0.92), rgba(22, 137, 178, 0.72)),
    url("../images/rss2026/agibotworld.jpg") center / cover no-repeat;
}

.video-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 900;
}

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

.partner-card {
  display: grid;
  align-content: start;
  justify-items: start;
  min-height: 210px;
  padding: 22px;
  text-align: left;
}

.section--partners {
  padding-top: 72px;
  padding-bottom: 96px;
}

.partner-heading {
  margin-bottom: 42px;
}

.partner-card img {
  max-width: 138px;
  max-height: 60px;
  object-fit: contain;
}

.partner-card span,
.partner-card strong {
  display: block;
}

.partner-card strong {
  margin-top: 18px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 880;
}

.partner-card span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.38;
}

.partner-card--text {
  background: var(--surface-2);
  color: var(--ink);
}

.partner-card--text strong {
  margin-top: 0;
  font-size: 1.34rem;
}

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

.release-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: var(--shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.release-card:hover {
  border-color: rgba(22, 137, 178, 0.35);
  box-shadow: 0 26px 58px rgba(16, 21, 21, 0.11);
  transform: translateY(-2px);
}

.release-media {
  position: relative;
  overflow: hidden;
  background: var(--surface-3);
}

.release-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 21, 21, 0.03), rgba(16, 21, 21, 0.3));
  content: "";
  pointer-events: none;
}

.release-media img,
.release-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  transition: transform 220ms ease;
}

.release-card:hover .release-media img,
.release-card:hover .release-media video {
  transform: scale(1.035);
}

.release-index {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  min-width: 38px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 920;
}

.release-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.release-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 1.9vw, 1.72rem);
  font-weight: 900;
  line-height: 1.06;
}

.release-card h3 a {
  color: rgba(9, 18, 20, 0.98);
  transition: color 160ms ease, text-shadow 160ms ease;
  white-space: nowrap;
}

.release-card h3 a:hover {
  color: var(--blue);
  text-shadow: 0 10px 28px rgba(22, 137, 178, 0.16);
}

.release-card p {
  flex: 1;
  margin: 13px 0 0;
  color: rgba(16, 21, 21, 0.74);
  font-size: 1.01rem;
  line-height: 1.46;
}

.release-card p strong {
  color: rgba(9, 18, 20, 0.96);
  font-weight: 900;
}

.release-card small {
  display: block;
  margin-top: 22px;
  color: #4b7d34;
  font-weight: 850;
}

.release-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.asset-links {
  align-items: center;
}

.asset-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 137, 178, 0.16);
  border-radius: 999px;
  padding: 0 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 252, 0.86));
  box-shadow: 0 10px 24px rgba(16, 21, 21, 0.06);
  color: #2f7d99;
  font-size: 0.88rem;
  font-weight: 860;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.asset-link:hover {
  border-color: rgba(22, 137, 178, 0.34);
  box-shadow: 0 16px 30px rgba(22, 137, 178, 0.13);
  color: #116f94;
  transform: translateY(-1px);
}

.release-links .icon-link--text {
  width: 42px;
  border-radius: 8px;
  background: #ffffff;
}

.release-links .icon-link--text:hover {
  background: rgba(37, 183, 199, 0.1);
}

.career-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.career-head {
  display: block;
}

.career-copy .kicker {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.career-copy .kicker::after {
  width: 56px;
  height: 4px;
  margin-top: 10px;
}

.career-copy h2:not(.sr-only) {
  max-width: 940px;
  margin-top: 30px;
  color: rgba(9, 18, 20, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.2vw, 4.7rem);
  font-weight: 650;
  line-height: 1.04;
}

.career-brand-lockup {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-wrap: wrap;
  width: var(--career-right-track);
  gap: 10px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-height: 46px;
  transform: translateX(var(--career-right-shift));
}

.career-brand-word {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(16, 21, 21, 0.88);
  font-size: clamp(1.18rem, 1.8vw, 1.85rem);
  font-style: italic;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.02;
  white-space: nowrap;
  transition: filter 180ms ease, transform 180ms ease;
}

.career-brand-word:hover {
  filter: saturate(1.1);
  transform: translateY(-1px);
}

.career-brand-word--archon {
  color: #182322;
  font-family: "Playfair Display", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 800;
  -webkit-text-stroke: 0.22px rgba(24, 35, 34, 0.5);
  text-shadow: 0 12px 24px rgba(16, 21, 21, 0.1);
}

.career-brand-word--archon::after {
  content: none;
  display: none;
}

.career-brand-word--odl {
  background: linear-gradient(92deg, #1689b2, #25b7c7 42%, #679a50 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Playfair Display", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 800;
  text-shadow: 0 14px 28px rgba(37, 183, 199, 0.1);
}

.career-brand-word--odl::after {
  content: none;
  display: none;
}

.career-brand-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(22, 137, 178, 0.72);
  line-height: 1;
}

.career-copy p {
  margin-top: 20px;
}

.career-promise {
  max-width: none;
  margin-top: 0 !important;
  padding: 0;
  border-left: 0;
  color: #34494a !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.34rem) !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
}

.career-promise strong {
  color: rgba(9, 18, 20, 0.9);
  font-weight: 900;
}

.career-statement {
  position: relative;
  display: grid;
  --career-right-track: min(100%, 610px);
  --career-right-shift: 18px;
  --career-button-shift: 9px;
  grid-template-columns: minmax(430px, 0.72fr) minmax(0, 1.08fr);
  grid-template-rows: auto auto auto;
  gap: 24px 34px;
  align-items: start;
  overflow: hidden;
  padding: 28px 32px 30px;
  border: 1px solid rgba(16, 21, 21, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 252, 249, 0.72));
  box-shadow: 0 24px 56px rgba(16, 21, 21, 0.09);
}

.career-statement::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blue), var(--green) 56%, var(--orange));
  content: "";
}

.career-callout {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.career-statement h3 {
  max-width: none;
  margin: 0;
  padding: 4px 10px 7px 0;
  background: linear-gradient(90deg, #101515, #1689b2 52%, #6aa348);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Playfair Display", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2rem, 2.6vw, 2.55rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.14;
  white-space: nowrap;
}

.career-intro {
  display: grid;
  gap: 16px;
  max-width: 450px;
  margin: 18px 0 0;
  color: rgba(16, 21, 21, 0.64);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.16vw, 1.1rem);
  font-style: italic;
  font-weight: 650;
  line-height: 1.32;
}

.career-intro-line {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.career-intro-line--rally {
  color: rgba(16, 21, 21, 0.7);
  font-weight: 720;
}

.career-intro-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 183, 199, 0.12), rgba(123, 185, 87, 0.16));
  color: #1689b2;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.career-focus-list {
  display: grid;
  grid-row: 2;
  grid-column: 2;
  width: var(--career-right-track);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.4vw, 30px);
  justify-self: center;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  transform: translate(var(--career-right-shift), 4px);
}

.career-focus-list p {
  display: block;
  margin: 0;
  padding: 0 0 0 16px;
  border: 0;
  border-left: 2px solid rgba(123, 185, 87, 0.42);
  border-radius: 0;
  background: transparent;
  color: rgba(16, 21, 21, 0.62);
  font-size: 0.96rem;
  line-height: 1.42;
}

.career-focus-list strong {
  display: block;
  margin: 0 0 5px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 760;
  line-height: 1.16;
  white-space: nowrap;
}

.career-focus-list span {
  display: block;
}

.career-statement .button-row {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  width: var(--career-right-track);
  align-self: center;
  justify-self: center;
  place-items: center;
  margin-top: 0;
  z-index: 1;
  transform: translateX(calc(var(--career-right-shift) + var(--career-button-shift)));
}

.career-actions .button {
  min-height: 48px;
  padding-inline: 24px;
}

.career-actions .button--primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, #7bb957, #9ed074);
  box-shadow: 0 14px 28px rgba(123, 185, 87, 0.2);
}

.career-actions .button--ghost {
  border-color: rgba(22, 137, 178, 0.22);
  background: rgba(255, 255, 255, 0.66);
  color: #277e9f;
}

.career-actions .button--ghost:hover {
  border-color: rgba(22, 137, 178, 0.42);
  color: #116f94;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  gap: 18px;
  overflow: visible;
  padding-bottom: 0;
}

.person-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 132px;
  overflow: hidden;
  padding: 20px;
}

.person-card img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface-3);
  box-shadow: 0 10px 22px rgba(16, 21, 21, 0.13);
}

.person-card h3,
.person-card p {
  margin: 0;
}

.person-card h3 {
  font-size: 1.14rem;
  line-height: 1.08;
}

.person-card h3 a {
  white-space: nowrap;
}

.person-card p {
  width: max-content;
  margin-top: 12px;
  border-radius: 999px;
  padding: 5px 11px;
  background: rgba(22, 137, 178, 0.08);
  color: #315f66;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: none;
}

.footer {
  border-top: 1px solid var(--line-dark);
  background: var(--ink);
  color: #ffffff;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0;
}

.footer-brand {
  display: grid;
  gap: 22px;
}

.footer-logo-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #ffffff;
  transition: color 160ms ease, opacity 160ms ease;
}

.footer-logo + .footer-logo {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-logo:hover,
.footer-logo:focus-visible {
  color: var(--cyan);
}

.footer-logo img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: contain;
}

.footer-logo span {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.footer-brand > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.footer-social a:hover {
  border-color: rgba(37, 183, 199, 0.62);
  background: #ffffff;
  transform: translateY(-2px);
}

.footer-social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 24px;
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .section-head-row,
  .subhead-row,
  .event-feature,
  .event-feature--editor,
  .event-feature--wide,
  .mixer-feature,
  .workshop-summary,
  .workshop-layout,
  .workshop-grid,
  .career-layout {
    grid-template-columns: 1fr;
  }

  .event-grid,
  .demo-mini-grid,
  .partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .career-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .career-brand-lockup {
    justify-self: center;
    width: var(--career-right-track);
  }

  .career-statement {
    grid-template-columns: minmax(430px, 0.78fr) minmax(0, 1fr);
  }

  .career-statement h3 {
    white-space: nowrap;
  }

  .career-brand-lockup {
    grid-column: 2;
  }

  .career-focus-list {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .career-statement .button-row {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
  }

  .demo-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .career-statement {
    --career-right-shift: 0px;
    --career-button-shift: 0px;
    grid-template-columns: 1fr;
  }

  .career-callout,
  .career-brand-lockup,
  .career-focus-list,
  .career-statement .button-row {
    grid-column: 1;
    grid-row: auto;
  }

  .career-brand-lockup {
    justify-self: center;
  }

  .career-focus-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 4px;
  }

  .career-statement .button-row {
    justify-self: center;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 15px;
  }

  #events {
    --event-block-gap: 58px;
    --event-title-gap: 34px;
  }

  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand {
    gap: 10px;
    font-size: 0.92rem;
  }

  .brand-link {
    gap: 7px;
  }

  .brand-link + .brand-link {
    padding-left: 10px;
  }

  .brand-link img {
    width: 29px;
    height: 29px;
  }

  .brand-link span {
    font-size: 0.92rem;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
    overflow-x: visible;
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
    background-position: 52% center;
  }

  .hero__inner,
  .section__inner {
    width: min(100% - 28px, var(--max));
  }

  .hero__inner {
    padding: 170px 0 34px;
    gap: 30px;
  }

  .rss-mark {
    margin-bottom: 28px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .hero p {
    margin-top: 22px;
    font-size: 1.08rem;
  }

  .hero .hero-date {
    margin-top: 24px;
  }

  .metric-grid,
  .event-grid,
  .organizer-grid,
  .media-grid,
  .demo-grid,
  .demo-mini-grid,
  .partner-grid,
  .release-grid,
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .section--light,
  .overview-section,
  .section--latest,
  .section--dark,
  .section--workshop,
  .section--career,
  .section--community {
    padding: 72px 0;
  }

  .section-head-row,
  .workshop-layout,
  .career-layout {
    gap: 28px;
  }

  .event-feature--editor > .kicker {
    margin-bottom: 0;
  }

  .workshop-demo-block {
    margin-top: var(--event-block-gap);
    padding-top: 0;
  }

  .demo-program-copy {
    grid-template-columns: 1fr;
  }

  .workshop-main,
  .workshop-note {
    min-height: 0;
    padding: 22px;
  }

  .workshop-note {
    padding: 0;
  }

  .workshop-person-strip figure {
    width: 78px;
  }

  .workshop-demo-block + .event-feature {
    margin-top: var(--event-block-gap);
    padding-top: 0;
  }

  .feature-title-row {
    align-items: center;
  }

  .mixer-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 8.8;
  }

  .mixer-feature > .event-feature__copy {
    min-height: 0;
    padding: 24px;
  }

  .mixer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .button--mixer {
    width: 100%;
    max-width: 220px;
  }

  .robolens-logo {
    width: 112px;
  }

  .robolens-lockup .robolens-logo {
    width: min(100%, 250px);
  }

  .robolens-brand-panel {
    min-height: 0;
  }

  .robolens-story {
    margin-top: 0;
  }

  .organizer-grid article {
    grid-template-columns: 96px 1fr;
    min-height: 180px;
    padding: 20px 18px;
  }

  .organizer-grid article::after {
    left: 130px;
    height: 96px;
  }

  .organizer-grid img {
    width: 96px;
    height: 96px;
  }

  .overview-heading {
    margin-bottom: 42px;
  }

  .kicker {
    font-size: 1.25rem;
  }

  .kicker::after {
    width: 48px;
    height: 3px;
    margin-top: 8px;
  }

  .metric-card strong {
    font-size: 3.7rem;
  }

  .metric-card__icon {
    margin-bottom: 22px;
    font-size: 2rem;
  }

  .section-heading h2,
  .workshop-copy h2,
  .career-copy h2:not(.sr-only) {
    font-size: 34px;
    line-height: 1.02;
  }

  .section-heading .event-lead {
    font-size: 0.98rem;
    line-height: 1.56;
  }

  h3 {
    font-size: 1.24rem;
  }

  h4 {
    font-size: 1.14rem;
  }

  .metric-card,
  .media-card,
  .release-card {
    min-height: 0;
  }

  .release-card {
    padding: 0;
  }

  .release-card h3 {
    margin-top: 0;
  }

  .release-card h3 a {
    white-space: normal;
  }

  .release-body {
    padding: 20px;
  }

  .release-links {
    margin-top: 20px;
  }

  .career-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .career-brand-lockup {
    justify-self: center;
    width: var(--career-right-track);
    gap: 8px;
    grid-column: 1;
  }

  .career-brand-word {
    min-height: 0;
    font-size: clamp(1.12rem, 5.4vw, 1.42rem);
  }

  .career-promise {
    margin-top: 0 !important;
    font-size: 1.04rem !important;
  }

  .career-statement {
    --career-right-track: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .career-callout {
    grid-row: auto;
  }

  .career-statement h3 {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
    line-height: 1.1;
    white-space: normal;
  }

  .career-intro {
    margin-top: 10px;
  }

  .career-focus-list {
    grid-row: auto;
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  .career-focus-list p {
    gap: 6px;
  }

  .career-statement .button-row {
    grid-column: 1;
    justify-self: stretch;
  }

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

  .horizontal-rail {
    grid-auto-columns: clamp(300px, 82vw, 360px);
  }

  .talk-rail {
    grid-auto-columns: minmax(286px, 86vw);
  }

  .talk-body {
    min-height: 0;
    padding: 22px;
  }

  .work-body,
  .event-body,
  .demo-body {
    padding: 22px;
  }

  .schedule li {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 16px;
  }

  .footer {
    padding: 0;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    width: min(100% - 28px, var(--max));
    padding: 34px 0;
  }

  .footer-logo span {
    font-size: 1.16rem;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

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

  .work-media img {
    transition: none;
  }

  .robolens-lockup h3 {
    animation: none;
  }

  .robolens-ticker__track,
  .robolens-ticker__track span {
    animation: none;
  }
}
