@font-face {
  font-family: "MIP Rubik";
  src: url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "MIP Edo";
  src: url("../fonts/edosz.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --red: #6d1418;
  --red-bright: #85191f;
  --ink: #111111;
  --paper: #f4f1ec;
  --paper-deep: #ebe6df;
  --white: #ffffff;
  --muted: rgba(17, 17, 17, 0.64);
  --radius: 22px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: #241112;
  font-family: "MIP Rubik", "Arial Black", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.page-bg,
.page-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-bg {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.34) 0%, rgba(68, 13, 17, 0.76) 52%, rgba(17, 17, 17, 0.96) 100%),
    url("../images/PANA0448.jpg") center 38% / cover no-repeat;
}

.page-grain {
  z-index: -1;
  opacity: 0.16;
  background-image:
    repeating-radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.18) 0 0.7px, transparent 0.8px 4px),
    repeating-radial-gradient(circle at 78% 64%, rgba(0, 0, 0, 0.2) 0 0.7px, transparent 0.8px 5px);
  background-size: 11px 13px, 17px 19px;
  mix-blend-mode: soft-light;
}

.link-page {
  display: flex;
  flex-direction: column;
  width: min(100% - 28px, 1220px);
  margin: 0 auto;
  padding: 34px 0 28px;
}

.profile {
  color: var(--white);
  text-align: center;
}

.brand-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 164px;
  padding: 28px 22px;
  background: var(--white);
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, background-color 180ms ease;
}

.brand-card:hover {
  background: var(--white);
  transform: translateY(-3px) rotate(-1deg);
}

.brand-card img {
  display: block;
  width: 118px;
  height: auto;
}

.website-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: auto;
  margin: 18px auto 0;
  padding: 9px 13px 9px 16px;
  color: var(--white);
  background: rgba(17, 17, 17, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.website-cta:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.64);
  transform: translateY(-3px);
}

.website-cta strong {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.website-cta i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border-radius: 50%;
  font-size: 15px;
  font-style: normal;
}

.profile h1 {
  margin: 25px 0 0;
  font-family: "MIP Edo", Impact, sans-serif;
  font-size: clamp(54px, 12vw, 84px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transform: rotate(-1.5deg);
}

.location-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  margin: 11px auto 0;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(17, 17, 17, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.location-line .map-pin {
  font-size: 19px;
  line-height: 1;
}

.events {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  order: 3;
  margin-top: 34px;
}

.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  padding: 0 5px 5px;
  color: var(--white);
  text-align: center;
}

.section-intro h2 {
  margin: 0;
}

.section-intro h2 {
  font-size: clamp(30px, 7vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.event-card {
  position: relative;
  display: block;
  min-height: 264px;
  overflow: hidden;
  background: rgba(244, 241, 236, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.event-card::after {
  position: absolute;
  right: 18px;
  bottom: -38px;
  z-index: 0;
  color: rgba(109, 20, 24, 0.045);
  font-size: 132px;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.event-card:nth-of-type(1)::after {
  content: "01";
}

.event-card:nth-of-type(2)::after {
  content: "02";
}

.event-card:nth-of-type(3)::after {
  content: "03";
}

.event-card:nth-of-type(4)::after {
  content: "04";
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.3);
}

.event-date {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 88px;
  height: 88px;
  min-height: 0;
  padding: 10px;
  color: var(--white);
  background: linear-gradient(145deg, var(--red-bright), var(--red));
  border: 1px solid rgba(109, 20, 24, 0.24);
  border-radius: 18px;
  box-shadow: 0 13px 28px rgba(109, 20, 24, 0.24);
  text-align: center;
}

.event-date__weekday {
  position: static;
  display: block;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border-radius: 0;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-date strong {
  font-size: 39px;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.event-date > span:last-child {
  max-width: none;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.event-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 264px;
  padding: 31px 132px 30px 32px;
}

.event-card__type {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-card h3 {
  margin: 0;
  max-width: calc(100% - 12px);
  font-size: clamp(34px, 6vw, 46px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.event-card__content > p:not(.event-card__type) {
  max-width: 470px;
  margin: 12px 0 21px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 46px;
  padding: 12px 19px;
  color: rgba(17, 17, 17, 0.48);
  background: #ddd9d3;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: not-allowed;
  user-select: none;
}

.status-pill:focus-visible {
  outline: 3px solid #9a9290;
  outline-offset: 3px;
}

.ticket-action {
  position: relative;
  display: inline-flex;
  margin-top: auto;
}

.ticket-tooltip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 5;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.ticket-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 18px;
  border: 5px solid transparent;
  border-top-color: var(--ink);
}

.ticket-action:hover .ticket-tooltip,
.ticket-action:focus-within .ticket-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.event-card--placeholder {
  background: #d6d3cf;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.event-card--placeholder::after {
  color: rgba(17, 17, 17, 0.045);
}

.event-card--placeholder .event-date {
  color: var(--white);
  background: linear-gradient(145deg, #77736f, #56534f);
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: 0 13px 28px rgba(17, 17, 17, 0.16);
}

.event-card--placeholder .event-card__type {
  color: #5f5b57;
}

.event-card--placeholder h3 {
  color: #343230;
}

.event-card--placeholder .event-card__content > p:not(.event-card__type) {
  color: rgba(17, 17, 17, 0.56);
}

.placeholder-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 12px 19px;
  color: rgba(17, 17, 17, 0.5);
  background: #bebbb6;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  user-select: none;
}

/* Eventliste nach dem Aufbau der MIP-Hauptseite */
.events {
  display: block;
}

.section-intro {
  margin-bottom: 18px;
}

.event-list {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 18px;
}

.event-row {
  --event-thumb-size: 260px;
  height: var(--event-thumb-size);
  min-height: var(--event-thumb-size);
  display: grid;
  grid-template-columns: var(--event-thumb-size) 128px minmax(0, 1fr) minmax(210px, auto);
  align-items: stretch;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(109, 20, 24, 0.06), rgba(255, 255, 255, 0) 42%),
    var(--white);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.12);
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.event-row__media {
  width: var(--event-thumb-size);
  height: var(--event-thumb-size);
  min-height: var(--event-thumb-size);
  margin: 0;
  align-self: start;
  overflow: hidden;
  background: var(--white);
  aspect-ratio: 1;
}

.event-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-row__date {
  padding: 25px 20px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 8px;
  color: var(--white);
  background: var(--red);
  text-align: center;
  transition: background 240ms ease;
}

.event-row__date strong {
  color: var(--white);
  font-size: clamp(46px, 5vw, 60px);
  line-height: 0.86;
}

.event-row__date span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.05;
  text-transform: uppercase;
}

.event-row__main {
  min-width: 0;
  padding: 25px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-row h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.event-row__venue {
  margin: 0;
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.event-row__address {
  margin: 5px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.event-row__description {
  max-width: 680px;
  margin: 13px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.event-row__info-link {
  align-self: flex-start;
  margin-top: 9px;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.event-row__info-link:hover {
  color: var(--ink);
}

.event-row__booking {
  padding: 25px 25px 25px 0;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 10px;
  text-align: right;
}

.event-row__booking > span:first-child {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-row__booking strong {
  color: var(--red);
  font-size: 22px;
  line-height: 1;
}

.event-row__booking small {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.event-row__link {
  min-height: 48px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.event-row__link:hover {
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
  transform: translateY(-2px);
}

.event-row__link--disabled {
  color: rgba(17, 17, 17, 0.5);
  background: #ddd9d3;
  border: 1px solid rgba(17, 17, 17, 0.12);
  cursor: not-allowed;
  user-select: none;
}

.event-row__link--disabled:hover {
  background: #ddd9d3;
  box-shadow: none;
  transform: none;
}

.event-row--placeholder {
  background: #d6d3cf;
}

.event-row--placeholder .event-row__media img {
  filter: grayscale(1);
  opacity: 0.42;
}

.event-row--placeholder .event-row__date {
  background: #66625e;
}

.event-row--placeholder .event-row__booking strong {
  color: #514e4b;
}

.event-row--placeholder .event-row__link--disabled {
  background: #bebbb6;
}

.event-list__empty {
  margin: 0;
  padding: 30px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  text-align: center;
}

[hidden] {
  display: none !important;
}

@media (hover: hover) {
  .event-row:hover {
    box-shadow: 0 28px 68px rgba(17, 17, 17, 0.16);
    transform: translateY(-3px);
  }

  .event-row:hover .event-row__date {
    background: #80191d;
  }

  .event-row--placeholder:hover .event-row__date {
    background: #5b5854;
  }
}

@media (max-width: 1120px) {
  .event-row {
    --event-thumb-size: 220px;
    height: var(--event-thumb-size);
    min-height: var(--event-thumb-size);
    grid-template-columns: var(--event-thumb-size) 108px minmax(0, 1fr) 190px;
  }

  .event-row__media {
    grid-row: auto;
    width: var(--event-thumb-size);
    height: var(--event-thumb-size);
    min-height: var(--event-thumb-size);
    align-self: start;
  }

  .event-row__main {
    padding: 18px 20px;
  }

  .event-row__info-link {
    margin-top: 10px;
  }

  .event-row__booking {
    grid-column: auto;
    padding: 18px;
    gap: 7px;
  }
}

@media (max-width: 820px) {
  .event-row {
    height: 100%;
    grid-template-columns: 160px minmax(0, 1fr);
    min-height: 0;
  }

  .event-row__media {
    grid-row: auto;
    grid-column: 1;
    width: 160px;
    height: 160px;
    min-height: 160px;
    align-self: start;
  }

  .event-row__date {
    position: static;
    grid-column: 2;
    width: auto;
    height: 160px;
    min-height: 160px;
    padding: 18px;
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: center;
    gap: 8px;
    border-radius: 0;
    text-align: center;
  }

  .event-row__main {
    grid-column: 1 / -1;
    justify-content: center;
    padding: 18px;
  }

  .event-row__booking {
    position: static;
    grid-column: 1 / -1;
    display: grid;
    padding: 18px;
    justify-items: stretch;
    gap: 10px;
    text-align: left;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
  }

  .event-row__link {
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
  }
}

@media (max-width: 500px) {
  .event-row {
    height: 100%;
    grid-template-columns: 1fr;
  }

  .event-row__media {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1;
  }

  .event-row__date {
    grid-column: auto;
    height: auto;
    min-height: 0;
    padding: 14px 18px;
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-items: center;
    align-content: center;
    gap: 14px;
    text-align: left;
  }

  .event-row__date strong {
    font-size: 42px;
  }

  .event-row__date span {
    font-size: 12px;
  }

  .event-row__main {
    grid-column: auto;
    padding: 18px 18px 20px;
  }

  .event-row h3 {
    margin-bottom: 10px;
    font-size: clamp(30px, 8.7vw, 38px);
  }

  .event-row__venue {
    display: block;
    font-size: 15px;
    line-height: 1.25;
  }

  .event-row__address {
    display: block;
    margin-top: 8px;
  }

  .event-row__booking {
    grid-column: auto;
    gap: 11px;
    padding: 18px;
    text-align: left;
  }

  .event-row__booking small {
    display: block;
    margin-top: 2px;
  }

  .event-row__link {
    min-height: 44px;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  order: 2;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 9px 10px 9px 18px;
  color: var(--white);
  background: rgba(17, 17, 17, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(13px);
  text-align: left;
}

.social__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--red);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.social-links a:hover {
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-3px);
}

.social-links__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.social-links__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  order: 4;
  margin-top: 34px;
  padding: 22px 4px 0;
  color: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.footer nav {
  display: flex;
  gap: 14px;
}

.footer a:hover {
  color: var(--white);
}

a:focus-visible {
  outline: 3px solid #f2b44f;
  outline-offset: 4px;
}

@media (min-width: 581px) and (max-width: 760px) {
  .link-page {
    width: min(100% - 32px, 710px);
  }

  .event-card {
    min-height: 264px;
  }

  .event-card__content {
    min-height: 264px;
    padding: 28px 116px 28px 28px;
  }

  .event-card h3 {
    font-size: 38px;
  }

  .event-date {
    top: 21px;
    right: 21px;
    width: 82px;
    height: 82px;
  }
}

@media (max-width: 580px) {
  .link-page {
    width: min(100% - 20px, 710px);
    padding-top: 22px;
  }

  .brand-card {
    width: 136px;
    height: 136px;
    padding: 23px 18px;
  }

  .brand-card img {
    width: 100px;
  }

  .profile h1 {
    margin-top: 21px;
  }

  .location-line {
    font-size: 12px;
  }

  .events {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .section-intro {
    justify-content: center;
  }

  .event-card {
    display: block;
    min-height: 0;
    border-radius: 18px;
  }

  .event-date {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 74px;
    height: 74px;
    min-height: 0;
    padding: 9px;
    border-radius: 15px;
  }

  .event-date__weekday {
    font-size: 8px;
  }

  .event-date strong {
    font-size: 34px;
    line-height: 0.82;
  }

  .event-date > span:last-child {
    margin-top: 3px;
    font-size: 7px;
  }

  .event-card__content {
    min-height: 0;
    padding: 25px 22px;
  }

  .event-card__type,
  .event-card h3 {
    max-width: calc(100% - 88px);
  }

  .event-card h3 {
    max-width: 100%;
    font-size: clamp(29px, 9vw, 36px);
  }

  .event-card__content > p:not(.event-card__type) {
    max-width: none;
    margin: 10px 0 18px;
    font-size: 13px;
  }

  .status-pill {
    min-height: 44px;
    padding: 11px 16px;
  }

  .social {
    justify-content: space-between;
    width: 100%;
    gap: 11px;
    margin-top: 17px;
    padding: 8px 9px 8px 15px;
  }

  .social__intro p {
    max-width: 185px;
    font-size: 10.5px;
  }

  .social-links a {
    width: 36px;
    height: 36px;
  }

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

@media (max-width: 390px) {
  .event-card__content {
    padding: 23px 19px;
  }

  .event-card h3 {
    font-size: 29px;
  }

  .event-card__type,
  .event-card h3 {
    max-width: calc(100% - 80px);
  }

  .event-date {
    top: 16px;
    right: 16px;
    width: 68px;
    height: 68px;
  }

  .social__intro p {
    max-width: 135px;
    font-size: 10px;
  }

  .social-links {
    gap: 4px;
  }

  .social-links a {
    width: 34px;
    height: 34px;
  }
}

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

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