.eucnff-showcase {
  --eucnff-black: #050505;
  --eucnff-near-black: #111111;
  --eucnff-white: #ffffff;
  --eucnff-soft-white: #f6f6f6;
  --eucnff-text: #161616;
  --eucnff-muted: #6f6f6f;
  --eucnff-line: #e4e4e4;
  --eucnff-red: #c8241d;
  --eucnff-serif: Georgia, "Times New Roman", serif;
  --eucnff-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: var(--eucnff-text);
  font-family: var(--eucnff-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

body.eucnff-showcase-page .site-content,
body.eucnff-showcase-page .content-area,
body.eucnff-showcase-page .entry-content,
body.eucnff-showcase-page .site-main,
body.eucnff-showcase-page main,
body.eucnff-showcase-page article,
body.eucnff-showcase-page .container,
body.eucnff-showcase-page .wrap,
body.eucnff-showcase-page .hentry,
body.eucnff-showcase-page .wp-block-group,
body.eucnff-showcase-page .wp-site-blocks,
body:has(.eucnff-showcase) .site-content,
body:has(.eucnff-showcase) .content-area,
body:has(.eucnff-showcase) .entry-content,
body:has(.eucnff-showcase) .wp-site-blocks {
  overflow-x: clip;
}

body.eucnff-showcase-page .site-content,
body.eucnff-showcase-page .content-area,
body.eucnff-showcase-page .site-main,
body.eucnff-showcase-page main,
body.eucnff-showcase-page article,
body.eucnff-showcase-page .entry-content,
body.eucnff-showcase-page .container,
body.eucnff-showcase-page .wrap,
body.eucnff-showcase-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-showcase-page .entry-content,
body:has(.eucnff-showcase) .entry-content {
  margin-top: 0 !important;
}

.eucnff-showcase * {
  box-sizing: border-box;
}

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

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

.eucnff-hero {
  min-height: 82vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  align-items: center;
  gap: 70px;
  padding: 120px 7vw 70px;
  background: var(--eucnff-black);
  color: #fff;
  overflow: hidden;
}

.eucnff-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .58) 46%, rgba(0, 0, 0, .22)),
    radial-gradient(circle at 18% 54%, rgba(200, 36, 29, .34), transparent 28%);
}

.eucnff-hero-content,
.eucnff-hero-image {
  position: relative;
  z-index: 1;
}

.eucnff-label,
.eucnff-section-kicker,
.eucnff-event-type,
.eucnff-meta,
.eucnff-pill {
  margin: 0 0 18px;
  color: var(--eucnff-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eucnff-hero h1 {
  max-width: 920px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .9;
  letter-spacing: -.075em;
  font-weight: 800;
  text-wrap: balance;
}

.eucnff-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.8;
}

.eucnff-hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
}

.eucnff-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eucnff-btn-primary {
  border-color: var(--eucnff-red);
  background: var(--eucnff-red);
}

.eucnff-poster-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 240px));
  gap: 18px;
}

.eucnff-poster-strip img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  box-shadow: 0 28px 60px rgba(0, 0, 0, .5);
}

.eucnff-poster-strip img:nth-child(2),
.eucnff-poster-strip img:nth-child(4) {
  transform: translateY(42px);
}

.eucnff-page-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 18px 7vw;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--eucnff-line);
  backdrop-filter: blur(10px);
  overflow-x: auto;
  scrollbar-width: none;
}

.eucnff-page-nav::-webkit-scrollbar {
  display: none;
}

.eucnff-page-nav a {
  flex: 0 0 auto;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eucnff-section {
  padding: 92px 7vw;
  background: #fff;
}

.eucnff-intro {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, .8fr);
  gap: 80px;
  align-items: start;
}

.eucnff-intro h2,
.eucnff-section-title h2,
.eucnff-feature-copy h2 {
  margin: 0;
  color: var(--eucnff-text);
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: .88;
  letter-spacing: -.085em;
  font-weight: 900;
  text-wrap: balance;
}

.eucnff-intro p:last-child,
.eucnff-feature-copy p,
.eucnff-youth-box p {
  color: var(--eucnff-muted);
  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
}

.eucnff-section-title {
  max-width: 850px;
  margin-bottom: 46px;
}

.eucnff-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.eucnff-event-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 38px 34px 34px;
  border: 1px solid var(--eucnff-line);
  background: #fff;
}

.eucnff-event-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 4px;
  background: var(--eucnff-red);
}

.eucnff-event-card span {
  position: absolute;
  top: 18px;
  right: 24px;
  display: block;
  margin: 0;
  color: rgba(17, 17, 17, .075);
  font-family: var(--eucnff-serif);
  font-size: clamp(84px, 8vw, 124px);
  line-height: .72;
  font-weight: 700;
  letter-spacing: -.08em;
}

.eucnff-event-card h3 {
  position: relative;
  max-width: 300px;
  min-height: 112px;
  margin: 0 0 40px;
  color: var(--eucnff-text);
  font-size: clamp(30px, 2.5vw, 44px);
  line-height: .88;
  letter-spacing: -.08em;
  font-weight: 900;
  text-wrap: balance;
}

.eucnff-showcase dl {
  margin: 0;
}

.eucnff-event-card dl {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--eucnff-line);
}

.eucnff-showcase dt {
  color: #8a8a8a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eucnff-showcase dd {
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -.035em;
  font-weight: 600;
}

.eucnff-event-card dl > div {
  padding: 16px 0;
  border-bottom: 1px solid var(--eucnff-line);
}

.eucnff-section-light {
  background: var(--eucnff-soft-white);
}

.eucnff-schedule-list {
  border-top: 1px solid #d5d5d5;
}

.eucnff-schedule-list article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 50px;
  padding: 32px 0;
  border-bottom: 1px solid #d5d5d5;
}

.eucnff-schedule-list time {
  font-family: var(--eucnff-serif);
  font-size: 32px;
  line-height: 1.1;
}

.eucnff-schedule-list h3 {
  margin: 0 0 9px;
  color: var(--eucnff-text);
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 800;
}

.eucnff-schedule-list p:not(.eucnff-pill) {
  margin: 0 0 9px;
  color: #555;
  line-height: 1.7;
}

.eucnff-schedule-list small {
  color: var(--eucnff-red);
}

.eucnff-pill {
  display: inline-block;
  margin-bottom: 10px;
}

.eucnff-film-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 26px;
}

.eucnff-film-card {
  position: relative;
  border: 1px solid var(--eucnff-line);
  background: #fff;
}

.eucnff-film-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #eee;
}

.eucnff-film-body {
  padding: 20px;
}

.eucnff-film-body h3 {
  margin: 0 0 6px;
  color: var(--eucnff-text);
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 800;
}

.eucnff-native-title {
  margin: 0 0 18px;
  color: var(--eucnff-muted);
}

.eucnff-film-body p:last-child {
  margin-bottom: 0;
  color: #555;
  line-height: 1.55;
}

.eucnff-temporary:before {
  content: "TEMPORARY VISUAL";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 9px;
  background: rgba(0, 0, 0, .78);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.eucnff-split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  background: var(--eucnff-near-black);
  color: #fff;
}

.eucnff-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eucnff-feature-copy {
  padding: 92px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eucnff-feature-copy h2 {
  color: #fff;
}

.eucnff-feature-copy dl {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.eucnff-feature-copy dt {
  color: rgba(255, 255, 255, .55);
}

.eucnff-feature-copy dd {
  color: rgba(255, 255, 255, .82);
}

.eucnff-youth-box {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--eucnff-line);
}

.eucnff-youth-box p {
  margin: 0;
  padding: 54px;
}

.eucnff-youth-box ul {
  margin: 0;
  padding: 50px 54px;
  display: grid;
  gap: 0;
  list-style: none;
  background: var(--eucnff-near-black);
  color: #fff;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -.055em;
  font-weight: 800;
}

.eucnff-youth-box li {
  position: relative;
  padding: 22px 0 22px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.eucnff-youth-box li:before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--eucnff-red);
}

.eucnff-memory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.eucnff-memory-grid a {
  min-height: 230px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--eucnff-near-black);
  color: #fff;
}

.eucnff-memory-grid span {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eucnff-memory-grid strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .eucnff-hero,
  .eucnff-intro,
  .eucnff-split-feature,
  .eucnff-youth-box {
    grid-template-columns: 1fr;
  }

  .eucnff-event-grid,
  .eucnff-film-grid,
  .eucnff-memory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eucnff-poster-strip {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .eucnff-hero {
    padding: 84px 22px 54px;
    gap: 42px;
  }

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

  .eucnff-lead {
    font-size: 16px;
  }

  .eucnff-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .eucnff-poster-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .eucnff-poster-strip img {
    height: 230px;
  }

  .eucnff-section,
  .eucnff-feature-copy {
    padding: 70px 22px;
  }

  .eucnff-event-grid,
  .eucnff-film-grid,
  .eucnff-memory-grid {
    grid-template-columns: 1fr;
  }

  .eucnff-schedule-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .eucnff-youth-box {
    padding: 0;
  }

  .eucnff-youth-box p,
  .eucnff-youth-box ul {
    padding: 34px 26px;
  }
}
