:root {
  color-scheme: light;
  --ink: #0f172a;
  --navy: #111d35;
  --navy-soft: #1a2947;
  --ember: #ff6b00;
  --gold: #ffb800;
  --mist: #f3f5f8;
  --paper: #ffffff;
  --muted: #526078;
  --line: #d8dee8;
  --success: #166534;
  --error: #b42318;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-height: 4.625rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --space-32: 8rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  font-family: "Outfit", "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 0.75rem;
  z-index: 100;
  translate: 0 -150%;
  border-radius: 0.5rem;
  background: var(--gold);
  color: var(--ink);
  padding: 0.75rem 1rem;
  font-weight: 700;
  transition: translate 180ms var(--ease-out);
}

.skip-link:focus {
  translate: 0;
}

.event-container {
  width: min(100% - 2.5rem, 80rem);
  margin-inline: auto;
}

.event-main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.event-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.94);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.event-nav {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: var(--space-3);
  color: var(--paper);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  overflow: hidden;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--paper);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  scale: 1.55;
  object-fit: contain;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.desktop-nav a {
  position: relative;
  padding-block: 0.75rem;
  color: #d7deeb;
  font-size: 0.925rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--paper);
}

.desktop-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 0.4rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.nav-cta,
.mobile-nav-cta {
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms var(--ease-out), background 180ms ease;
}

.nav-cta {
  display: none;
  padding: 0.65rem 1.1rem;
  white-space: nowrap;
}

.nav-cta:hover,
.mobile-nav-cta:hover {
  background: #ffc62f;
  transform: translateY(-1px);
}

.menu-button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.75rem;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  place-items: center;
}

.mobile-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink);
}

.mobile-nav-inner {
  display: grid;
  gap: var(--space-2);
  padding-block: var(--space-4) var(--space-6);
}

.mobile-nav a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  color: #e3e8f1;
  font-weight: 600;
  text-decoration: none;
}

.mobile-nav-cta {
  margin-top: var(--space-2);
  color: var(--ink) !important;
}

.event-hero {
  position: relative;
  isolation: isolate;
  min-height: min(58rem, 100svh);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 38%, rgba(255, 184, 0, 0.15), transparent 28rem),
    radial-gradient(circle at 8% 84%, rgba(255, 107, 0, 0.14), transparent 24rem),
    var(--ink);
  color: var(--paper);
  padding-block: calc(var(--header-height) + var(--space-16)) var(--space-16);
}

.hero-aura {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.35;
  pointer-events: none;
}

.hero-aura-one {
  top: 9rem;
  right: -8rem;
  width: 20rem;
  height: 20rem;
  background: var(--ember);
}

.hero-aura-two {
  bottom: -7rem;
  left: 12%;
  width: 18rem;
  height: 18rem;
  background: var(--gold);
  opacity: 0.15;
}

.hero-layout {
  display: grid;
  align-items: center;
  gap: var(--space-16);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.event-date-line {
  margin: 0 0 var(--space-6);
  color: #ffd36b;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.025em;
}

.hero-copy h1 {
  max-width: 72rem;
  margin: 0;
  font-family: "Unbounded", "Outfit", sans-serif;
  font-size: clamp(2.65rem, 6vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.hero-lead {
  max-width: 42rem;
  margin: var(--space-8) 0 0;
  color: #d9e1ee;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-8);
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.875rem;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

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

.button-primary:hover {
  background: #ffc62f;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: var(--paper);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
}

.hero-portraits {
  position: relative;
  width: min(100%, 37rem);
  min-height: 35rem;
  justify-self: center;
}

.hero-portrait {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #d7d9dd;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
}

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

.hero-portrait-card {
  top: 1.25rem;
  bottom: 1.25rem;
  width: 57%;
  border-radius: 1rem;
}

.hero-portrait-vasiliy {
  z-index: 1;
  left: 0;
  transform: rotate(-2.4deg);
}

.hero-portrait-alexey {
  z-index: 2;
  right: 0;
  transform: translateY(1.1rem) rotate(2.4deg);
}

.hero-portrait-alexey img {
  object-position: center 24%;
}

.hero-portrait figcaption {
  position: absolute;
  inset: auto 0.85rem 0.85rem;
  display: grid;
  gap: 0.15rem;
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.92);
  color: var(--paper);
  padding: 0.75rem 0.85rem;
  backdrop-filter: blur(0.4rem);
}

.hero-portrait figcaption strong {
  font-size: 1rem;
}

.hero-portrait figcaption span {
  color: #cfd8e7;
  font-size: 0.78rem;
  line-height: 1.35;
}

.event-facts {
  background: var(--gold);
  color: var(--ink);
}

.facts-row {
  display: grid;
  gap: 1px;
  background: rgba(15, 23, 42, 0.16);
}

.facts-row > div {
  display: grid;
  gap: 0.2rem;
  background: var(--gold);
  padding: var(--space-6) 0;
}

.facts-row span {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.facts-row strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.questions-section,
.speakers-section,
.spotlight-section,
.registration-section {
  padding-block: clamp(var(--space-24), 10vw, var(--space-32));
}

.questions-section {
  background: var(--paper);
}

.section-heading {
  max-width: 50rem;
}

.section-heading-wide {
  max-width: 64rem;
}

.section-context {
  margin: 0 0 var(--space-4);
  color: #c85000;
  font-size: 1rem;
  font-weight: 700;
}

.section-context-light {
  color: #ffd36b;
}

.section-heading h2,
.program-intro h2,
.venue-panel h2,
.registration-copy h2 {
  margin: 0;
  font-family: "Unbounded", "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

.section-heading > p:last-child {
  max-width: 65ch;
  margin: var(--space-6) 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.question-grid {
  display: grid;
  grid-auto-flow: dense;
  gap: var(--space-4);
  margin-top: var(--space-12);
}

.question-item {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--mist);
  padding: var(--space-8);
}

.question-item h3 {
  max-width: 18ch;
  margin: var(--space-16) 0 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.2;
  text-wrap: balance;
}

.question-item p {
  max-width: 36ch;
  margin: var(--space-6) 0 0;
  color: var(--muted);
}

.question-mark {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  color: rgba(15, 23, 42, 0.12);
  font-family: "Unbounded", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.question-item-dark {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--paper);
}

.question-item-dark p {
  color: #cbd5e4;
}

.question-item-dark .question-mark {
  color: rgba(255, 255, 255, 0.12);
}

.question-item-accent {
  border-color: var(--gold);
  background: var(--gold);
}

.question-item-accent p {
  color: #29354a;
}

.outcome-statement {
  max-width: 68rem;
  margin-top: clamp(var(--space-16), 8vw, var(--space-24));
}

.outcome-statement p {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-wrap: balance;
}

.outcome-statement .word {
  opacity: 1;
}

.speakers-section {
  background: var(--mist);
}

.speakers-heading {
  display: grid;
  gap: 0;
}

.speaker-accordion {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-12);
  overflow-x: auto;
  padding: 0.2rem 0 var(--space-4);
  scroll-snap-type: x mandatory;
  scrollbar-color: #9aa5b6 transparent;
}

.speaker-panel {
  position: relative;
  width: min(78vw, 19rem);
  min-width: min(78vw, 19rem);
  height: 30rem;
  flex: 0 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  background: var(--navy);
  color: var(--paper);
  cursor: pointer;
  scroll-snap-align: start;
  transition: flex-grow 700ms var(--ease-out), filter 350ms ease, transform 350ms var(--ease-out);
}

.speaker-panel:hover {
  transform: translateY(-4px);
}

.speaker-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out), filter 500ms ease;
}

.speaker-panel:hover img,
.speaker-panel.is-active img {
  transform: scale(1.035);
}

.speaker-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.02) 58%);
}

.speaker-copy {
  position: absolute;
  inset: auto var(--space-6) var(--space-6);
  display: grid;
  gap: var(--space-2);
  text-align: left;
}

.speaker-copy strong {
  font-family: "Unbounded", sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
}

.speaker-copy small {
  max-width: 36ch;
  color: #d9e1ee;
  font-size: 0.9rem;
  line-height: 1.45;
}

.program-section {
  background: var(--ink);
  color: var(--paper);
  padding-block: clamp(var(--space-24), 10vw, var(--space-32));
}

.program-layout {
  display: grid;
  gap: var(--space-16);
}

.program-intro {
  align-self: start;
}

.program-intro > p:last-of-type {
  max-width: 38ch;
  margin: var(--space-6) 0 0;
  color: #cbd5e4;
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-top: var(--space-6);
  color: #ffd36b;
  font-weight: 700;
  text-underline-offset: 0.3rem;
}

.program-list {
  position: relative;
}

.program-list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #4c5a72;
  content: "";
}

.program-item {
  position: relative;
  display: grid;
  gap: var(--space-4);
  padding: 0 0 var(--space-16) var(--space-8);
}

.program-item::before {
  position: absolute;
  top: 0.45rem;
  left: -0.36rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
  content: "";
}

.program-item:last-child {
  padding-bottom: 0;
}

.program-item time {
  color: #ffd36b;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.program-item h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  line-height: 1.25;
  text-wrap: balance;
}

.program-item p {
  max-width: 58ch;
  margin: var(--space-3) 0 0;
  color: #cbd5e4;
}

.program-speaker {
  margin: 0 0 var(--space-2) !important;
  color: var(--paper) !important;
  font-weight: 700;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: var(--space-6) 0 0;
  padding: 0;
  list-style: none;
}

.topic-list li {
  border-radius: 999px;
  background: var(--navy-soft);
  color: #e1e7f0;
  padding: 0.45rem 0.75rem;
  font-size: 0.9rem;
}

.program-item-break::before {
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--paper);
}

.spotlight-section {
  background: var(--paper);
}

.spotlight-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-6);
}

.spotlight-controls {
  display: flex;
  gap: var(--space-2);
}

.spotlight-controls button {
  display: grid;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  place-items: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease-out);
}

.spotlight-controls button:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-2px);
}

.spotlight-stage {
  position: relative;
  min-height: 35rem;
  margin-top: var(--space-12);
  overflow: hidden;
  border-radius: 1rem;
  background: var(--mist);
}

.spotlight-slide {
  display: grid;
  min-height: 35rem;
  align-items: stretch;
}

.spotlight-slide[hidden] {
  display: none;
}

.spotlight-slide img {
  width: 100%;
  height: 23rem;
  object-fit: cover;
  object-position: center 24%;
}

.spotlight-slide > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-8);
}

.spotlight-slide p {
  margin: 0 0 var(--space-4);
  color: #c85000;
  font-weight: 700;
}

.spotlight-slide h3 {
  max-width: 22ch;
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.65rem, 3vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-wrap: balance;
}

.spotlight-slide span {
  max-width: 50ch;
  margin-top: var(--space-6);
  color: var(--muted);
}

.registration-section {
  background: var(--mist);
}

.registration-layout {
  display: grid;
  gap: var(--space-4);
}

.venue-panel,
.registration-copy {
  border-radius: 1rem;
  padding: clamp(var(--space-8), 5vw, var(--space-16));
}

.venue-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 36rem;
  background: var(--ink);
  color: var(--paper);
}

.venue-panel::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.48) 0%, rgba(15, 23, 42, 0.76) 45%, rgba(15, 23, 42, 0.96) 100%);
  content: "";
}

.venue-photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.venue-panel h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.venue-address {
  max-width: 24ch;
  margin: var(--space-6) 0 0;
  color: #d9e1ee;
  font-size: 1.25rem;
}

.venue-details {
  display: grid;
  gap: var(--space-4);
  margin: auto 0 var(--space-8);
}

.venue-details div {
  display: grid;
  gap: 0.15rem;
  border-top: 1px solid #3e4c64;
  padding-top: var(--space-4);
}

.venue-details dt {
  color: #aab7ca;
  font-size: 0.88rem;
}

.venue-details dd {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
}

.venue-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  align-self: flex-start;
  color: #ffd36b;
  font-weight: 700;
  text-underline-offset: 0.3rem;
}

.registration-copy {
  background: var(--paper);
}

.registration-copy > p:not(.section-context) {
  max-width: 54ch;
  margin: var(--space-6) 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.guest-form {
  display: grid;
  gap: var(--space-6);
  margin-top: var(--space-8);
}

.form-field {
  display: grid;
  gap: var(--space-2);
}

.form-field label,
.marketplace-field legend {
  font-weight: 700;
}

.form-field input[type="text"],
.form-field input[type="tel"] {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid #aeb8c8;
  border-radius: 0.75rem;
  background: var(--paper);
  color: var(--ink);
  padding: 0.8rem 0.95rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field input::placeholder {
  color: #5e6a7d;
  opacity: 1;
}

.form-field input:hover {
  border-color: #657187;
}

.form-field input:focus {
  border-color: var(--ember);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.15);
}

.form-field input[aria-invalid="true"] {
  border-color: var(--error);
}

.marketplace-field {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: 0;
  border: 0;
  padding: 0;
}

.marketplace-field legend {
  width: 100%;
  margin-bottom: var(--space-2);
}

.marketplace-field label {
  cursor: pointer;
}

.marketplace-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.marketplace-field span {
  display: grid;
  min-width: 5.5rem;
  min-height: 2.75rem;
  border: 1px solid #aeb8c8;
  border-radius: 999px;
  background: var(--paper);
  font-weight: 700;
  place-items: center;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.marketplace-field input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.marketplace-field input:focus-visible + span {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  color: #3f4b5f;
  font-size: 0.92rem;
  line-height: 1.5;
}

.consent-field input {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  accent-color: var(--ember);
}

.consent-field a {
  color: #a84100;
  font-weight: 700;
  text-underline-offset: 0.2rem;
}

.field-error {
  min-height: 1.2rem;
  color: var(--error);
  font-size: 0.875rem;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-loader {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: var(--space-2);
  border: 2px solid rgba(15, 23, 42, 0.28);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: event-spin 700ms linear infinite;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  font-weight: 600;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: var(--error);
}

.event-footer {
  background: var(--ink);
  color: #aeb9ca;
  padding-block: var(--space-12);
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.footer-main p {
  max-width: 62ch;
  margin: 0;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-6);
  margin-top: var(--space-8);
  border-top: 1px solid #354159;
  padding-top: var(--space-6);
}

.footer-links a {
  min-height: 2.75rem;
  align-content: center;
  font-size: 0.82rem;
  text-underline-offset: 0.25rem;
}

@keyframes event-spin {
  to { transform: rotate(360deg); }
}

@media (min-width: 40rem) {
  .facts-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facts-row > div:nth-child(odd) {
    padding-right: var(--space-8);
  }

  .facts-row > div:nth-child(even) {
    padding-left: var(--space-8);
  }

  .spotlight-slide {
    grid-template-columns: minmax(17rem, 0.75fr) minmax(0, 1.25fr);
  }

  .spotlight-slide img {
    height: 100%;
    min-height: 35rem;
  }

  .footer-main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 48rem) {
  .brand-name {
    display: inline;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.7fr);
  }

  .hero-copy h1 {
    margin-right: -8rem;
  }

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

  .question-item {
    grid-column: span 4;
  }

  .registration-layout {
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  }

  .registration-copy {
    padding-inline: clamp(var(--space-8), 6vw, var(--space-16));
  }
}

@media (min-width: 64rem) {
  .desktop-nav {
    display: flex;
  }

  .menu-button,
  .mobile-nav {
    display: none !important;
  }

  .nav-cta {
    display: inline-flex;
  }

  .event-hero {
    padding-block: calc(var(--header-height) + var(--space-24)) var(--space-24);
  }

  .facts-row {
    grid-template-columns: 0.7fr 0.85fr 1fr 1.45fr;
  }

  .facts-row > div,
  .facts-row > div:nth-child(odd),
  .facts-row > div:nth-child(even) {
    padding: var(--space-8) var(--space-6);
  }

  .speaker-accordion {
    height: 35rem;
    overflow: visible;
  }

  .speaker-panel {
    width: auto;
    min-width: 0;
    height: 35rem;
    flex: 0.7 1 0;
  }

  .speaker-panel.is-active {
    flex-grow: 2.4;
  }

  .speaker-copy small {
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 260ms ease, transform 350ms var(--ease-out);
  }

  .speaker-panel.is-active .speaker-copy small {
    opacity: 1;
    transform: translateY(0);
  }

  .program-layout {
    grid-template-columns: minmax(19rem, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(var(--space-16), 8vw, var(--space-32));
  }

  .program-intro {
    padding-right: var(--space-8);
  }

  .program-item {
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: var(--space-8);
    padding-left: var(--space-12);
  }
}

@media (max-width: 27rem) {
  .event-container {
    width: min(100% - 2rem, 80rem);
  }

  .brand-name {
    display: none;
  }

  .hero-portraits {
    min-height: 28rem;
  }

  .hero-portrait-card {
    top: 1rem;
    bottom: 1rem;
    width: calc(50% - 0.25rem);
  }

  .hero-portrait-vasiliy {
    transform: rotate(-1.2deg);
  }

  .hero-portrait-alexey {
    transform: translateY(0.65rem) rotate(1.2deg);
  }

  .hero-portrait figcaption {
    inset: auto 0.6rem 0.6rem;
    padding: 0.65rem 0.7rem;
  }

  .hero-portrait figcaption strong {
    font-size: 0.88rem;
  }

  .hero-portrait figcaption span {
    font-size: 0.68rem;
  }

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

  .spotlight-header {
    align-items: start;
    flex-direction: column;
  }
}

@media (hover: hover) and (pointer: fine) {
  .speaker-panel:not(.is-active) img {
    filter: saturate(0.75) contrast(0.95);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .outcome-statement .word {
    opacity: 1 !important;
  }
}
