.eucnff-schedule-site {
  --eucnff-black: #050505;
  --eucnff-ink: #141414;
  --eucnff-red: #c8241d;
  --eucnff-line: #e4e4e4;
  --eucnff-muted: #727272;
  --eucnff-soft: #f6f6f4;
  --eucnff-serif: Georgia, "Times New Roman", serif;
  --eucnff-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: var(--eucnff-ink);
  font-family: var(--eucnff-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.eucnff-schedule-page .entry-title,
body.eucnff-schedule-page .page-title,
body.eucnff-schedule-page .wp-block-post-title,
body.eucnff-schedule-page header.entry-header,
body.eucnff-schedule-page .site-header,
body.eucnff-schedule-page .wp-block-template-part,
body.eucnff-schedule-page .wp-site-blocks > header,
body.eucnff-schedule-page .wp-site-blocks > footer,
body.eucnff-schedule-page footer.site-footer,
body.eucnff-schedule-page .site-footer,
body.eucnff-schedule-page #colophon,
body:has(.eucnff-schedule-site) .entry-title,
body:has(.eucnff-schedule-site) .page-title,
body:has(.eucnff-schedule-site) .site-header,
body:has(.eucnff-schedule-site) .site-footer,
body:has(.eucnff-schedule-site) #colophon {
  display: none !important;
}

body.eucnff-schedule-page .site-content,
body.eucnff-schedule-page .content-area,
body.eucnff-schedule-page .site-main,
body.eucnff-schedule-page main,
body.eucnff-schedule-page article,
body.eucnff-schedule-page .entry-content,
body.eucnff-schedule-page .container,
body.eucnff-schedule-page .wrap,
body.eucnff-schedule-page .wp-block-group {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.eucnff-schedule-page .entry-content,
body:has(.eucnff-schedule-site) .entry-content {
  margin-top: 0 !important;
}

.eucnff-schedule-site * {
  box-sizing: border-box;
}

.eucnff-schedule-site a {
  color: inherit;
  text-decoration: none;
}

.eucnff-schedule-site img {
  display: block;
  max-width: 100%;
}

.eucnff-schedule-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 76px;
  padding: 18px 5vw;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
}

body.admin-bar .eucnff-schedule-header {
  top: 32px;
}

.eucnff-schedule-logo img {
  width: 168px;
}

.eucnff-schedule-header nav {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.eucnff-schedule-header nav a,
.eucnff-schedule-lang span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eucnff-schedule-lang {
  display: flex;
  gap: 13px;
  color: rgba(255, 255, 255, .72);
}

.eucnff-kicker {
  margin: 0 0 20px;
  color: var(--eucnff-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eucnff-schedule-hero {
  min-height: 88vh;
  padding: 132px 7vw 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 520px);
  align-items: center;
  gap: 70px;
  background:
    radial-gradient(circle at 18% 56%, rgba(200, 36, 29, .36), transparent 28%),
    var(--eucnff-black);
  color: #fff;
}

.eucnff-schedule-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(60px, 7.5vw, 124px);
  line-height: .84;
  letter-spacing: -.095em;
  font-weight: 900;
  text-wrap: balance;
}

.eucnff-schedule-hero p:not(.eucnff-kicker) {
  max-width: 720px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 20px;
  line-height: 1.6;
}

.eucnff-schedule-poster-stack {
  position: relative;
  min-height: 520px;
}

.eucnff-schedule-poster-stack img {
  position: absolute;
  width: 42%;
  min-width: 180px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .52);
}

.eucnff-schedule-poster-stack img:nth-child(1) {
  top: 8%;
  left: 0;
  transform: rotate(-5deg);
}

.eucnff-schedule-poster-stack img:nth-child(2) {
  top: 0;
  right: 12%;
  transform: rotate(4deg);
}

.eucnff-schedule-poster-stack img:nth-child(3) {
  bottom: 6%;
  left: 30%;
  transform: rotate(2deg);
}

.eucnff-schedule-poster-stack img:nth-child(4) {
  right: 0;
  bottom: 12%;
  transform: rotate(-3deg);
}

.eucnff-schedule-summary {
  padding: 76px 7vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: var(--eucnff-soft);
}

.eucnff-schedule-summary article {
  min-height: 250px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--eucnff-line);
  background: #fff;
}

.eucnff-schedule-summary span {
  color: rgba(20, 20, 20, .16);
  font-family: var(--eucnff-serif);
  font-size: 62px;
  line-height: .8;
  font-weight: 700;
  letter-spacing: -.07em;
}

.eucnff-schedule-summary strong {
  color: var(--eucnff-ink);
  font-size: 36px;
  line-height: .9;
  letter-spacing: -.07em;
  font-weight: 900;
}

.eucnff-schedule-summary p {
  margin: 0;
  color: var(--eucnff-muted);
  font-size: 15px;
  line-height: 1.55;
}

.eucnff-schedule-note {
  padding: 84px 7vw;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: 64px;
  align-items: end;
  background: #fff;
  border-bottom: 1px solid var(--eucnff-line);
}

.eucnff-schedule-note h2 {
  margin: 0;
  color: var(--eucnff-ink);
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: .88;
  letter-spacing: -.085em;
  font-weight: 900;
  text-wrap: balance;
}

.eucnff-schedule-note p:not(.eucnff-kicker) {
  margin: 0;
  color: var(--eucnff-muted);
  font-size: 18px;
  line-height: 1.75;
}

.eucnff-schedule-timeline {
  padding: 104px 7vw;
  background: #fff;
}

.eucnff-schedule-region {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1fr);
  gap: 70px;
  padding: 0 0 84px;
  margin-bottom: 84px;
  border-bottom: 1px solid var(--eucnff-line);
}

.eucnff-schedule-region:last-child {
  margin-bottom: 0;
}

.eucnff-region-title {
  position: sticky;
  top: 110px;
  align-self: start;
}

.eucnff-region-title h2 {
  margin: 0;
  color: var(--eucnff-ink);
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: .88;
  letter-spacing: -.085em;
  font-weight: 900;
  text-wrap: balance;
}

.eucnff-region-title p:not(.eucnff-kicker) {
  margin: 24px 0 0;
  color: var(--eucnff-muted);
  font-size: 17px;
  line-height: 1.75;
}

.eucnff-region-items {
  border-top: 1px solid var(--eucnff-line);
}

.eucnff-region-items article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 42px;
  padding: 30px 0;
  border-bottom: 1px solid var(--eucnff-line);
}

.eucnff-region-items time {
  font-family: var(--eucnff-serif);
  color: var(--eucnff-ink);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.04em;
}

.eucnff-region-items article p {
  margin: 0 0 10px;
  color: var(--eucnff-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eucnff-region-items h3 {
  margin: 0;
  color: var(--eucnff-ink);
  font-size: clamp(28px, 2.8vw, 46px);
  line-height: .92;
  letter-spacing: -.07em;
  font-weight: 900;
  text-wrap: balance;
}

.eucnff-region-items span {
  display: block;
  margin-top: 12px;
  color: var(--eucnff-muted);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .eucnff-schedule-hero,
  .eucnff-schedule-note,
  .eucnff-schedule-region {
    grid-template-columns: 1fr;
  }

  .eucnff-schedule-summary {
    grid-template-columns: 1fr;
  }

  .eucnff-region-title {
    position: static;
  }

  .eucnff-schedule-header {
    grid-template-columns: 160px 1fr;
  }

  .eucnff-schedule-lang {
    display: none;
  }
}

@media (max-width: 760px) {
  .eucnff-schedule-header {
    position: absolute;
    grid-template-columns: 1fr;
  }

  .eucnff-schedule-header nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .eucnff-schedule-hero,
  .eucnff-schedule-summary,
  .eucnff-schedule-note,
  .eucnff-schedule-timeline {
    padding-left: 22px;
    padding-right: 22px;
  }

  .eucnff-schedule-hero {
    padding-top: 170px;
  }

  .eucnff-schedule-hero h1 {
    font-size: 52px;
  }

  .eucnff-region-items article {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
