:root {
  --cream: #f3efe6;
  --paper: #fbfaf6;
  --ink: #111111;
  --muted: #77736b;
  --orange: #ff5a2f;
  --violet: #6d38ff;
  --line: rgba(17,17,17,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; inset: 0 0 auto 0; z-index: 20; padding: 22px 5vw; }
.desktop-nav { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; width: 100%; max-width: 1180px; margin: 0 auto; }
.nav-side { display: flex; align-items: center; gap: clamp(28px,4vw,68px); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nav-left { justify-content: flex-end; padding-right: clamp(32px,5vw,80px); }
.nav-right { justify-content: flex-start; padding-left: clamp(32px,5vw,80px); }
.nav-side a { position: relative; }
.nav-side a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.nav-side a:hover::after { width: 100%; }
.logo { display: flex; align-items: center; gap: 11px; }
.logo-monogram { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid var(--ink); border-radius: 50%; font: 700 13px/1 Space Grotesk, sans-serif; letter-spacing: .08em; }
/* ==========================
   Logo
========================== */

.logo{
    display:flex;
    justify-content:center;
    align-items:center;
    justify-self:center;
    text-decoration:none;
}

.logo img{
    width:220px;
    height:auto;
    display:block;
    transition:transform .3s ease;
}

.logo:hover img{
    transform:scale(1.05);
}

.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 100vh; position: relative; display: grid; place-items: center; padding: 138px 5vw 75px; overflow: hidden; background: linear-gradient(140deg, #f7f2e8 0%, #efe8dc 100%); }
.hero::before { content: "INTERNATIONAL EVENTS"; position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); white-space: nowrap; font: 700 clamp(74px,12vw,190px)/.8 Space Grotesk, sans-serif; letter-spacing: -.07em; color: transparent; -webkit-text-stroke: 1px rgba(17,17,17,.09); }
.hero-kicker { position: absolute; top: 132px; left: 5vw; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.featured-event { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(300px, 470px) minmax(340px, 520px); align-items: center; gap: clamp(50px,8vw,130px); }
.poster-shell { position: relative; padding: 12px; background: white; box-shadow: 0 38px 90px rgba(26,21,14,.2); transform: rotate(-1deg); }
.poster-shell img { width: 100%; aspect-ratio: 4/5.15; object-fit: cover; }
.poster-badge { position: absolute; top: 28px; right: -25px; padding: 11px 18px; color: white; background: var(--ink); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transform: rotate(2deg); }
.eyebrow, .section-number { margin: 0 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.event-intro h1 { margin: 0; font: 700 clamp(58px,7vw,108px)/.84 Space Grotesk, sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.event-meta { margin: 30px 0 6px; font-weight: 700; }
.event-place { margin: 0; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.button-dark { color: white; background: var(--ink); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-light { color: var(--ink); background: white; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 10px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scroll-line { display: block; width: 1px; height: 34px; background: var(--ink); }

.sponsor-marquee { overflow: hidden; padding: 25px 0 28px; color: white; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.sponsor-marquee-label { margin: 0 0 20px; text-align: center; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.marquee-window { width: 100%; overflow: hidden; mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); }
.marquee-track { display: flex; width: max-content; transform: translate3d(0,0,0); animation-name: sponsor-scroll; animation-duration: 22s; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; will-change: transform; }
.marquee-group { display: flex; flex-shrink: 0; align-items: center; gap: clamp(48px,7vw,110px); padding-right: clamp(48px,7vw,110px); }
.sponsor-logo { display: inline-flex; min-width: 120px; align-items: center; justify-content: center; color: rgba(255,255,255,.78); font: 800 clamp(22px,2.4vw,34px)/1 Space Grotesk, sans-serif; letter-spacing: -.05em; white-space: nowrap; transition: color .25s, transform .25s; }
.sponsor-logo:hover { color: white; transform: scale(1.06); }
.sponsor-logo-serif { font-family: Georgia, serif; font-style: italic; font-weight: 700; letter-spacing: -.03em; }
.sponsor-logo-wide { letter-spacing: .14em; font-size: clamp(18px,2vw,28px); }
.sponsor-logo-light { font-weight: 500; letter-spacing: .12em; }
.sponsor-logo-boxed { padding: 8px 14px; border: 2px solid currentColor; font-size: clamp(17px,1.9vw,25px); letter-spacing: .16em; }
@keyframes sponsor-scroll {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

.section { padding: clamp(90px,11vw,165px) 6vw; }
.statement { display: grid; grid-template-columns: .4fr 1.6fr; gap: 6vw; border-top: 1px solid var(--line); }
.statement-copy { max-width: 1050px; }
h2 { margin: 0; font: 600 clamp(45px,6vw,90px)/.98 Space Grotesk, sans-serif; letter-spacing: -.055em; }
.statement-copy p { max-width: 720px; margin: 38px 0 0 auto; color: var(--muted); font-size: clamp(17px,1.6vw,22px); line-height: 1.65; }

.events-section { background: var(--cream); }
.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-title-row > p { max-width: 470px; color: var(--muted); line-height: 1.7; }
.event-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 22px; }
.event-tile { min-height: 590px; position: relative; overflow: hidden; }
.event-tile-featured img { width: 100%; height: 100%; object-fit: cover; }
.tile-caption { position: absolute; inset: auto 14px 14px; display: flex; justify-content: space-between; align-items: end; padding: 18px; color: white; background: rgba(17,17,17,.78); backdrop-filter: blur(12px); }
.tile-caption span, .graphic-event p { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tile-caption h3 { margin: 5px 0 0; font: 600 24px/1 Space Grotesk, sans-serif; }
.tile-caption a, .graphic-bottom a { font-size: 30px; }
.graphic-event { display: flex; flex-direction: column; justify-content: space-between; padding: 28px; color: white; }
.graphic-orange { background: radial-gradient(circle at 75% 18%, #ffc93d 0 12%, transparent 12.5%), linear-gradient(145deg,#ff6938,#ad2316); }
.graphic-violet { background: radial-gradient(circle at 25% 25%, #ef65ff 0 12%, transparent 12.5%), linear-gradient(145deg,#2b1749,#6d38ff); }
.graphic-top { display: flex; align-items: flex-end; gap: 8px; }
.graphic-top span { font: 700 68px/.8 Space Grotesk, sans-serif; }
.graphic-top small { font-weight: 800; letter-spacing: .14em; }
.graphic-event h3 { margin: 14px 0 0; font: 600 clamp(44px,4.5vw,76px)/.9 Space Grotesk, sans-serif; letter-spacing: -.06em; }
.graphic-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.sponsor-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; color: white; background: var(--ink); }
.section-number.light { color: rgba(255,255,255,.55); }
.sponsor-content { padding-top: 45px; }
.sponsor-content > p { color: rgba(255,255,255,.66); font-size: 19px; line-height: 1.7; }
.sponsor-points { display: grid; grid-template-columns: repeat(2,1fr); margin: 45px 0; border-top: 1px solid rgba(255,255,255,.2); }
.sponsor-points span { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.collaborator-section { display: grid; grid-template-columns: .35fr 1.2fr auto; align-items: start; gap: 6vw; }
.collaborator-section h2 { font-size: clamp(42px,5vw,74px); }
.collaborator-section p { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.text-link { align-self: end; white-space: nowrap; padding-bottom: 8px; border-bottom: 1px solid; font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }

.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: var(--cream); }
.contact-copy > p:not(.section-number) { max-width: 530px; color: var(--muted); font-size: 18px; }
.contact-copy > a { display: inline-block; margin-top: 28px; border-bottom: 1px solid; font-weight: 700; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
input, select, textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; outline: none; text-transform: none; }
textarea { resize: vertical; }
.contact-form .button { justify-self: start; margin-top: 15px; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 28px 5vw; color: white; background: var(--ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-logo { font: 700 16px Space Grotesk, sans-serif; }


/* Full-screen featured poster */
.poster-trigger {
  border: 0;
  font: inherit;
  color: inherit;
  cursor: zoom-in;
  text-align: inherit;
}
.poster-trigger:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 6px;
}
.poster-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(0, 0, 0, .92);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.poster-lightbox.open {
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.lightbox-image {
  max-width: 100%;
  max-height: calc(100vh - 48px);
  width: auto;
  height: auto;
  object-fit: contain;
  transform: scale(.96);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
}
.poster-lightbox.open .lightbox-image {
  transform: scale(1);
  opacity: 1;
}
.lightbox-close {
  position: absolute;
  top: clamp(14px, 2vw, 28px);
  right: clamp(14px, 2vw, 28px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: white;
  background: rgba(0, 0, 0, .35);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: white;
  color: black;
}
body.lightbox-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .poster-lightbox,
  .lightbox-image { transition: none; }
}

@media (max-width: 900px) {
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .nav-side { display: none; }
  .logo {
    width: max-content;
    margin: 0 auto;
    justify-self: auto;
  }
  .menu-toggle { display: block; position: absolute; top: 30px; right: 5vw; z-index: 3; border: 0; background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-nav { position: absolute; top: 86px; right: 5vw; display: none; min-width: 210px; padding: 22px; background: var(--paper); box-shadow: 0 20px 50px rgba(0,0,0,.16); }
  .mobile-nav.open { display: grid; gap: 18px; }
  .mobile-nav a { font-weight: 800; text-transform: uppercase; font-size: 12px; }
  .featured-event { grid-template-columns: minmax(260px,430px); text-align: center; gap: 45px; }
  .hero { padding-top: 125px; }
  .hero-kicker { display: none; }
  .poster-shell { width: min(78vw,430px); justify-self: center; }
  .hero-actions { justify-content: center; }
  .event-intro h1 { font-size: clamp(50px,12vw,82px); }
  .statement, .sponsor-section, .contact-section { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .event-tile-featured { grid-column: 1 / -1; min-height: 760px; }
  .collaborator-section { grid-template-columns: 1fr; }
  .text-link { justify-self: start; }
}

@media (max-width: 620px) {

  .logo img{width:140px;}
  .logo-name { display: none; }
  .hero { min-height: auto; padding: 118px 20px 80px; }
  .hero::before { display: none; }
  .featured-event { width: 100%; }
  .poster-shell { width: 88vw; }
  .poster-badge { right: -8px; }
  .event-intro h1 { font-size: 50px; }
  .scroll-cue { display: none; }
  .section { padding: 78px 20px; }
  .section-title-row { display: block; }
  .section-title-row > p { margin-top: 25px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-tile-featured { grid-column: auto; min-height: 560px; }
  .event-tile { min-height: 500px; }
  .sponsor-points { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

/* Language switcher */
.language-switcher {
  position: absolute;
  top: 22px;
  right: 5vw;
  z-index: 4;
  display: flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(17,17,17,.16);
  border-radius: 999px;
  background: rgba(251,250,246,.82);
  backdrop-filter: blur(12px);
}
.language-button {
  min-width: 35px;
  height: 30px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
}
.language-button:hover,
.language-button:focus-visible { background: rgba(17,17,17,.09); }
.language-button.active { color: white; background: var(--ink); }

/* Repeating sponsor images used in the rotating banner */
.sponsor-banner-logo {
  width: clamp(150px, 18vw, 260px);
  height: 200px;
  object-fit: contain;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  opacity: .9;
  transition: opacity .25s, transform .25s;
}

.sponsor-banner-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

@media (min-width: 901px) {
  .language-switcher { top: 82px; }
}

@media (max-width: 900px) {
  .language-switcher { left: 5vw; right: auto; top: 27px; }
  .menu-toggle { right: 5vw; }
}

@media (max-width: 620px) {
  .site-header {
    padding-top: 18px;
  }

  .logo img {
    width: 140px;
  }

  /* Keep the language selector below the main logo on mobile */
  .language-switcher {
    top: 82px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .language-button {
    min-width: 31px;
    height: 28px;
    padding: 0 6px;
  }

  /* Leave enough room for the logo + language selector */
  .hero {
    padding-top: 160px;
  }

  .sponsor-banner-logo {
    width: 145px;
    height: 58px;
  }
}

/* Five-slot event timeline */
.event-slots {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.event-slot {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}
.event-slot-current {
  transform: translateY(-14px);
  box-shadow: 0 24px 60px rgba(17,17,17,.14);
  border-color: rgba(17,17,17,.36);
}
.event-slot-status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 999px;
  color: white;
  background: rgba(17,17,17,.84);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.event-slot-art,
.event-slot-poster {
  min-height: 300px;
  flex: 1;
  border: 0;
}
.event-slot-art {
  display: grid;
  place-items: center;
}
.event-slot-art span {
  font: 700 clamp(48px,5vw,78px)/1 Space Grotesk, sans-serif;
  letter-spacing: -.08em;
  opacity: .62;
}
.event-art-1 { background: linear-gradient(145deg, #eadcc9, #c9b394); }
.event-art-2 { background: linear-gradient(145deg, #d9d6ee, #aaa3cf); }
.event-art-3 { background: linear-gradient(145deg, #f4d1bd, #db9c79); }
.event-art-4 { background: linear-gradient(145deg, #c9ddd3, #8fb9a5); }
.event-slot-poster {
  display: block;
  width: 100%;
  padding: 0;
  cursor: zoom-in;
  background: #fff;
}
.event-slot-poster img { width: 100%; height: 100%; object-fit: cover; }
.event-slot-copy { padding: 18px; border-top: 1px solid var(--line); }
.event-slot-copy time { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.event-slot-copy h3 { margin: 8px 0 0; font: 600 22px/1.05 Space Grotesk, sans-serif; letter-spacing: -.035em; }
.event-slot-copy p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.event-slot-past { opacity: .78; }
.event-slot-next { border-style: dashed; }

/* Language flags */
.language-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; }
.language-flag { font-size: 14px; line-height: 1; letter-spacing: 0; }

/* Contact form submit state */
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-status { min-height: 1.4em; margin: 0; font-size: 13px; line-height: 1.5; }
.form-status.success { font-weight: 700; }
.form-status.error { font-weight: 700; }
.contact-form button:disabled { opacity: .58; cursor: wait; transform: none; box-shadow: none; }

/* Bottom sponsor wall */
.sponsor-section { align-items: start; }
.sponsor-thankyou { color: white !important; font-weight: 700; }
.sponsor-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0;
}
.sponsor-card { margin: 0; }
.sponsor-card img,
.sponsor-logo-placeholder {
  width: 100%;
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  object-fit: contain;
}
.sponsor-logo-placeholder {
  color: rgba(255,255,255,.48);
  font: 700 15px/1 Space Grotesk, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sponsor-card figcaption {
  margin-top: 8px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .event-slots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-slot-current { grid-column: 2; grid-row: 1; }
}
@media (max-width: 760px) {
  .event-slots { grid-template-columns: 1fr; }
  .event-slot, .event-slot-current { min-height: 0; transform: none; }
  .event-slot-current { grid-column: auto; grid-row: auto; }
  .event-slot-art, .event-slot-poster { min-height: 390px; }
  .sponsor-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .language-button { padding: 0 7px; }
}
@media (max-width: 420px) {
  .language-button span:last-child { display: none; }
  .language-button { min-width: 30px; }
  .sponsor-logo-grid { grid-template-columns: 1fr; }
}


/* Mobile compact event archive */
.mobile-event-lists {
  display: none;
}

@media (max-width: 760px) {
  /* On mobile, keep only the current event poster visible. */
  .event-slots .event-slot-past,
  .event-slots .event-slot-next {
    display: none;
  }

  .event-slots {
    display: block;
  }

  .event-slot-current {
    width: 100%;
    margin: 0;
  }

  .mobile-event-lists {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .mobile-event-group {
    border: 1px solid var(--line);
    background: var(--paper);
  }

  .mobile-event-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .mobile-event-group summary::-webkit-details-marker {
    display: none;
  }

  .mobile-event-group summary::after {
    content: "+";
    margin-left: auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
  }

  .mobile-event-group[open] summary::after {
    content: "−";
  }

  .mobile-event-count {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    color: white;
    background: var(--ink);
    font-size: 10px;
    letter-spacing: 0;
  }

  .mobile-event-list {
    border-top: 1px solid var(--line);
  }

  .mobile-event-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 18px;
    border: 0;
    background: transparent;
    color: var(--ink);
    text-align: left;
    cursor: zoom-in;
  }

  .mobile-event-row + .mobile-event-row {
    border-top: 1px solid var(--line);
  }

  .mobile-event-row:hover,
  .mobile-event-row:focus-visible {
    background: rgba(17,17,17,.035);
  }

  .mobile-event-row-copy {
    display: block;
    min-width: 0;
  }

  .mobile-event-row time {
    display: block;
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .mobile-event-row-title {
    display: block;
    margin-top: 5px;
    font: 600 18px/1.1 Space Grotesk, sans-serif;
    letter-spacing: -.025em;
  }

  .mobile-event-row-arrow {
    flex: 0 0 auto;
    font-size: 20px;
  }
}
