:root {
  --ink: #101115;
  --paper: #f3f0ea;
  --paper-bright: #faf8f4;
  --muted: #716f75;
  --line: rgba(16, 17, 21, 0.14);
  --accent: #6b5cff;
  --accent-blue: #246bfe;
  --accent-pink: #ea63cb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

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

::selection {
  background: var(--accent);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 58px max(32px, calc((100vw - 1400px) / 2)) 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.9fr);
  gap: 64px;
  align-items: center;
  overflow: hidden;
  background: var(--paper);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 12%;
  right: -18%;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(16, 17, 21, 0.08);
  border-radius: 50%;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.hero-glow-one {
  top: 12%;
  right: 4%;
  width: 34vw;
  height: 34vw;
  background: rgba(107, 92, 255, 0.1);
}

.hero-glow-two {
  right: -6%;
  bottom: 8%;
  width: 24vw;
  height: 24vw;
  background: rgba(234, 99, 203, 0.08);
}

.hero-content,
.hero-info-card {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-top: 0;
}

.hero-brand {
  width: fit-content;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-brand > img {
  width: 76px;
  height: auto;
  flex: none;
}

.hero-brand > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero-brand strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-brand small {
  max-width: 280px;
  color: #5f5d63;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-pink);
  box-shadow: 0 0 0 5px rgba(234, 99, 203, 0.15);
}

.hero h1 {
  max-width: 780px;
  margin: 30px 0 28px;
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 620;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.hero h1 > span {
  display: block;
}

.hero h1 .title-accent {
  width: fit-content;
  margin: 9px 0 12px -5px;
  padding: 8px 18px 13px;
  border: 1px solid rgba(107, 92, 255, 0.22);
  border-radius: 100px;
  background: linear-gradient(110deg, var(--accent-blue), var(--accent-pink));
  color: var(--white);
  font-weight: 470;
  letter-spacing: -0.045em;
  transform: rotate(-1.5deg);
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: #56545b;
  font-size: 20px;
  line-height: 1.6;
}

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

.button {
  min-height: 60px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 750;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.button-primary {
  background: var(--accent-pink);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(234, 99, 203, 0.3);
}

.button-primary:hover {
  background: #d94dbb;
  box-shadow: 0 18px 32px rgba(217, 77, 187, 0.36);
}

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

.button-ghost:hover {
  background: var(--white);
}

.hero-info-card {
  min-height: 610px;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 100% 0%, rgba(107, 92, 255, 0.34), transparent 38%),
    linear-gradient(145deg, #17181d, #25232e);
  color: var(--white);
  box-shadow: 0 34px 80px rgba(16, 17, 21, 0.18);
}

.hero-info-card::after {
  content: "";
  position: absolute;
  top: -22%;
  right: -28%;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.018);
}

.hero-info-row {
  position: relative;
  z-index: 2;
  padding: 34px 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 26px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-info-row:first-child {
  padding-top: 0;
}

.hero-info-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-info-row > span {
  padding-bottom: 5px;
  color: #aaa3ff;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-info-row div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.hero-info-row strong {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-info-row p {
  margin: 0;
  color: #aaa8b0;
  font-size: 18px;
}

.hero-info-price {
  align-items: center;
}

.hero-info-price > strong {
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 700;
}

.audience-section {
  padding: 130px max(32px, calc((100vw - 1400px) / 2));
  background: var(--ink);
  color: var(--white);
}

.audience-section h2 {
  margin: 28px 0 72px;
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 580;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.audience-section h2 span {
  display: block;
  color: #8d8992;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.audience-grid article {
  min-height: 230px;
  padding: 28px 32px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.audience-grid article:nth-child(even) {
  padding-left: 32px;
  border-right: 0;
}

.audience-grid article:last-child {
  min-height: 200px;
  padding-left: 0;
  grid-column: 1 / -1;
  border-right: 0;
}

.audience-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(169, 159, 255, 0.32);
  border-radius: 20px;
  background: rgba(169, 159, 255, 0.09);
  color: #b4adff;
}

.audience-icon svg {
  width: 37px;
  height: 37px;
}

.audience-grid h3 {
  max-width: 850px;
  margin: 40px 0 0;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 560;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.section {
  padding: 130px max(32px, calc((100vw - 1400px) / 2));
}

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

.intro-copy {
  display: flex;
  justify-content: flex-end;
}

.intro-copy p {
  max-width: 990px;
  margin: 36px 0 88px;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 470;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.intro-copy em {
  color: var(--accent);
  font-family: inherit;
  font-weight: 600;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.outcome-card {
  min-height: 290px;
  padding: 30px 34px 34px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.outcome-card + .outcome-card {
  padding-left: 34px;
}

.outcome-card:last-child {
  border-right: 0;
}

.outcome-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(107, 92, 255, 0.22);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(107, 92, 255, 0.12),
    rgba(234, 99, 203, 0.08)
  );
  color: var(--accent);
}

.outcome-icon svg {
  width: 36px;
  height: 36px;
}

.outcome-card h2 {
  margin: 0 0 12px;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.outcome-card p {
  max-width: 360px;
  margin: 0;
  color: #6c6971;
  font-size: 17px;
  line-height: 1.65;
}

.program-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.program-section::before {
  content: "";
  position: absolute;
  top: -300px;
  right: -300px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(107, 92, 255, 0.18);
  filter: blur(100px);
}

.section-kicker.light {
  color: #a99fff;
}

.program-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: 1.6fr 0.7fr;
  gap: 80px;
  align-items: end;
}

.program-heading h2 {
  margin: 24px 0 0;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 520;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.program-heading h2 span {
  display: block;
  color: #85828b;
  font-family: inherit;
  font-size: 0.78em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.045em;
}

.program-heading > p {
  margin: 0;
  color: #aaa8b0;
  font-size: 18px;
  line-height: 1.7;
}

.program-list {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.program-item {
  min-height: 150px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    padding 220ms ease,
    background 220ms ease;
}

.program-item:hover {
  padding-right: 24px;
  padding-left: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.program-item p {
  max-width: 1120px;
  margin: 0;
  color: #e5e3e9;
  font-size: 21px;
  font-weight: 520;
  line-height: 1.55;
}

.program-marker {
  width: 16px;
  height: 16px;
  display: block;
  border: 4px solid rgba(169, 159, 255, 0.28);
  border-radius: 50%;
  background: #a99fff;
  box-shadow: 0 0 0 1px rgba(169, 159, 255, 0.55);
}

.speakers-section {
  padding-bottom: 160px;
  background: var(--paper);
}

.speakers-heading {
  margin-bottom: 70px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.speakers-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 530;
  line-height: 1;
  letter-spacing: -0.06em;
}

.speaker {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 76px;
  align-items: center;
}

.speaker + .speaker {
  margin-top: 140px;
}

.speaker-photo {
  position: relative;
  height: min(680px, 48vw);
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px;
  background: #dedbd5;
}

.speaker-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(17, 17, 21, 0.16));
  pointer-events: none;
}

.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.speaker:hover .speaker-photo img {
  transform: scale(1.025);
}

.speaker-denis .speaker-photo img {
  object-position: 48% center;
}

.speaker-alexander .speaker-photo img {
  object-position: 60% center;
}

.speaker-info {
  padding: 30px 0;
}

.speaker-info h3 {
  margin: 0 0 52px;
  font-size: clamp(54px, 6vw, 90px);
  font-weight: 520;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.speaker-info h3 span {
  display: block;
  color: var(--accent);
  font-family: inherit;
  font-weight: 520;
  font-style: italic;
}

.speaker-info ul {
  max-width: 620px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.speaker-info li {
  position: relative;
  padding: 20px 0 20px 34px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
}

.speaker-info li::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-blue), var(--accent-pink));
}

.networking-section {
  min-height: 720px;
  padding: 110px max(32px, calc((100vw - 1400px) / 2));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 50%, rgba(116, 87, 243, 0.8), transparent 34%),
    linear-gradient(125deg, #272178 0%, #6d48c3 48%, #c455b0 100%);
  color: var(--white);
}

.networking-orb {
  position: relative;
  width: min(500px, 40vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.networking-orb::before,
.networking-orb::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.networking-orb::before {
  inset: 14%;
}

.networking-orb::after {
  inset: 30%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.networking-orb span {
  position: absolute;
  z-index: 2;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  background: rgba(17, 17, 21, 0.24);
  font-size: 16px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.networking-orb span:nth-child(1) {
  top: 10%;
  left: 39%;
}

.networking-orb span:nth-child(2) {
  right: 2%;
  bottom: 29%;
}

.networking-orb span:nth-child(3) {
  bottom: 14%;
  left: 10%;
}

.networking-orb span:nth-child(4) {
  top: 43%;
  left: 4%;
}

.networking-orb span:nth-child(5) {
  top: 22%;
  right: 4%;
}

.networking-copy h2 {
  margin: 24px 0 30px;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 520;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.networking-copy h2 span {
  display: block;
  color: #e6bbff;
  font-family: inherit;
  font-weight: 520;
  font-style: italic;
}

.networking-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  line-height: 1.75;
}

.participation-section {
  padding: 130px max(32px, calc((100vw - 1400px) / 2));
  background: var(--paper-bright);
}

.participation-top {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.limited {
  padding: 11px 16px;
  border: 1px solid rgba(234, 99, 203, 0.28);
  border-radius: 100px;
  background: rgba(234, 99, 203, 0.08);
  color: #b33e9d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.participation-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 1fr;
  gap: 14px;
}

.date-card,
.venue-card,
.price-card {
  min-height: 430px;
  padding: 34px;
  border: 1px solid rgba(16, 17, 21, 0.09);
  border-radius: 24px;
  background: var(--paper);
}

.date-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ink);
  color: var(--white);
}

.date-card > span,
.venue-card > span,
.price-card > span {
  color: #95929a;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.date-card strong {
  color: #b0a7ff;
  font-family: inherit;
  font-size: 170px;
  font-weight: 700;
  line-height: 0.74;
  letter-spacing: -0.08em;
}

.date-card div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.date-card p {
  margin: 18px 0 0;
  color: #c6c3ca;
  font-size: 16px;
}

.venue-card {
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 100% 0%, rgba(107, 92, 255, 0.14), transparent 40%),
    var(--paper);
}

.venue-card h2 {
  max-width: 440px;
  margin: auto 0 10px;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 560;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.venue-card p {
  margin: 0 0 40px;
  color: #6e6b73;
  font-size: 18px;
}

.venue-card a {
  width: fit-content;
  padding-bottom: 5px;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--ink);
  font-size: 16px;
  font-weight: 750;
}

.price-card {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), transparent),
    #ddd9ff;
}

.price-card strong {
  margin: auto 0 6px;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.065em;
}

.price-card p {
  margin: 0 0 34px;
  color: #716c87;
  font-size: 15px;
}

.button-full {
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr 0.8fr;
    gap: 30px;
  }

  .hero-info-card {
    min-height: 570px;
  }

  .participation-grid {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .price-card {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .networking-section {
    gap: 50px;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 48px;
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-info-card {
    width: 100%;
    min-height: 500px;
    margin-top: 10px;
  }

  .audience-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .outcome-card,
  .outcome-card + .outcome-card {
    min-height: 220px;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .program-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .speaker {
    gap: 38px;
  }

  .speaker-photo {
    min-height: 430px;
  }

  .networking-section {
    grid-template-columns: 1fr;
  }

  .networking-orb {
    width: min(500px, 90vw);
  }

}

@media (max-width: 680px) {
  .hero {
    padding: 34px 18px 40px;
  }

  .hero-brand {
    margin-bottom: 38px;
    gap: 14px;
  }

  .hero-brand > img {
    width: 62px;
  }

  .hero-brand strong {
    font-size: 18px;
  }

  .hero-brand small {
    max-width: 205px;
    font-size: 11px;
  }

  .hero h1 {
    margin-top: 26px;
    font-size: clamp(50px, 16vw, 72px);
  }

  .hero h1 .title-accent {
    padding: 6px 13px 10px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    justify-content: space-between;
  }

  .hero-info-card {
    min-height: 460px;
    padding: 30px;
    border-radius: 26px;
  }

  .hero-info-row {
    padding: 27px 0;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .hero-info-row > span {
    padding-bottom: 0;
    font-size: 13px;
  }

  .hero-info-row strong {
    font-size: 29px;
  }

  .hero-info-row p {
    font-size: 16px;
  }

  .hero-info-price > strong {
    font-size: 52px;
  }

  .audience-section,
  .section,
  .networking-section,
  .participation-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .audience-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .audience-section h2 {
    margin-bottom: 50px;
    font-size: 46px;
  }

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

  .audience-grid article,
  .audience-grid article:nth-child(even),
  .audience-grid article:last-child {
    min-height: 190px;
    padding: 24px 0;
    grid-column: auto;
    border-right: 0;
  }

  .audience-grid h3 {
    margin-top: 34px;
    font-size: 25px;
  }

  .intro-copy p {
    margin: 34px 0 60px;
    font-size: 38px;
  }

  .program-heading {
    margin-bottom: 46px;
  }

  .program-heading h2,
  .speakers-heading h2,
  .networking-copy h2 {
    font-size: 48px;
  }

  .program-item {
    min-height: 0;
    padding: 26px 0;
    grid-template-columns: 24px 1fr;
    gap: 14px;
  }

  .program-item:hover {
    padding-right: 0;
    padding-left: 0;
  }

  .program-item p {
    font-size: 18px;
  }

  .speaker {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .speaker + .speaker {
    margin-top: 90px;
  }

  .speaker-photo {
    height: 125vw;
    min-height: 0;
    max-height: 660px;
    border-radius: 20px;
  }

  .speaker-alexander .speaker-info {
    order: 2;
  }

  .speaker-alexander .speaker-photo {
    order: 1;
  }

  .speaker-info h3 {
    margin-bottom: 34px;
    font-size: 56px;
  }

  .networking-section {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .networking-orb {
    width: 100%;
  }

  .participation-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .participation-top {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .date-card,
  .venue-card,
  .price-card {
    min-height: 340px;
    grid-column: auto;
  }

  .date-card strong {
    font-size: 140px;
  }

}

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

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