.eucnff-structure-program {
  --black: #050505;
  --ink: #141414;
  --red: #c8241d;
  --line: #e5e5e5;
  --soft: #f6f6f4;
  width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.eucnff-structure-program * { box-sizing: border-box; }
.eucnff-structure-program a { color: inherit; text-decoration: none; }

body.eucnff-structure-page .entry-title,
body.eucnff-structure-page .page-title,
body.eucnff-structure-page .site-header,
body.eucnff-structure-page .site-footer,
body.eucnff-structure-page #colophon,
body:has(.eucnff-structure-program) .entry-title,
body:has(.eucnff-structure-program) .page-title,
body:has(.eucnff-structure-program) .site-header,
body:has(.eucnff-structure-program) .site-footer,
body:has(.eucnff-structure-program) #colophon { display: none !important; }

body.eucnff-structure-page .site-content,
body.eucnff-structure-page .content-area,
body.eucnff-structure-page .site-main,
body.eucnff-structure-page article,
body.eucnff-structure-page .entry-content,
body.eucnff-structure-page .container,
body.eucnff-structure-page .wrap,
body:has(.eucnff-structure-program) .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }

.eucnff-structure-header {
  position: fixed; inset: 0 0 auto; z-index: 30; min-height: 76px; padding: 16px 5vw;
  display: grid; grid-template-columns: 190px 1fr auto; gap: 28px; align-items: center;
  color: #fff; background: linear-gradient(180deg, rgba(0,0,0,.78), rgba(0,0,0,0));
}
.eucnff-structure-brand { font-size: 11px; font-weight: 900; line-height: .95; letter-spacing: .13em; }
.eucnff-structure-header nav { display: flex; justify-content: center; gap: 26px; }
.eucnff-structure-header nav a, .eucnff-structure-lang { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eucnff-structure-lang { color: #fff; }
.eucnff-structure-lang span { margin-left: 11px; color: rgba(255,255,255,.58); }

.eucnff-structure-hero {
  min-height: 92vh; padding: 140px 7vw 88px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); gap: 60px; align-items: center;
  color: #fff; background: radial-gradient(circle at 18% 70%, rgba(200,36,29,.36), transparent 30%), linear-gradient(130deg, #080808 18%, #22100e 100%);
}
.eucnff-structure-kicker { margin: 0 0 20px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eucnff-structure-hero h1, .eucnff-structure-overview h2, .eucnff-structure-title h2, .eucnff-structure-next h2 { margin: 0; font-size: clamp(48px, 7vw, 112px); line-height: .86; letter-spacing: -.09em; font-weight: 900; text-wrap: balance; }
.eucnff-structure-hero > div > p:last-child { max-width: 720px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: 21px; line-height: 1.5; letter-spacing: -.03em; }
.eucnff-structure-hero-mark { min-height: 470px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; border: 1px solid rgba(255,255,255,.27); background: linear-gradient(160deg, #cf2c22, #0d0d0d 58%); box-shadow: 0 36px 90px rgba(0,0,0,.52); transform: rotate(3deg); }
.eucnff-structure-hero-mark span { color: rgba(255,255,255,.35); font: 700 112px/.8 Georgia, serif; letter-spacing: -.1em; }
.eucnff-structure-hero-mark strong { font-size: clamp(38px, 5vw, 72px); line-height: .82; letter-spacing: -.08em; }

.eucnff-structure-overview { padding: 104px 7vw; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 440px); gap: 70px; background: #fff; }
.eucnff-structure-overview h2, .eucnff-structure-title h2 { color: var(--ink); font-size: clamp(44px, 5vw, 78px); }
.eucnff-structure-overview aside { padding: 34px; color: #fff; background: var(--black); }
.eucnff-structure-overview aside span { display: block; color: rgba(255,255,255,.25); font: 700 96px/.8 Georgia, serif; letter-spacing: -.08em; }
.eucnff-structure-overview aside p { margin: 70px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.55; }
.eucnff-structure-focus { padding: 104px 7vw; background: var(--soft); }
.eucnff-structure-title { max-width: 850px; margin-bottom: 48px; }
.eucnff-structure-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.eucnff-structure-focus-grid article { min-height: 260px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: #fff; }
.eucnff-structure-focus-grid span { color: rgba(20,20,20,.18); font: 700 60px/.8 Georgia, serif; letter-spacing: -.08em; }
.eucnff-structure-focus-grid h3 { margin: 0; font-size: clamp(28px, 2.8vw, 46px); line-height: .9; letter-spacing: -.07em; }
.eucnff-structure-route { padding: 90px 7vw; color: #fff; background: #1a1a1a; }
.eucnff-structure-route div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); }
.eucnff-structure-route div p { margin: 0; padding: 22px; background: #1a1a1a; font-size: clamp(20px, 2.4vw, 36px); font-weight: 800; letter-spacing: -.05em; }
.eucnff-structure-route small { display: block; margin-top: 20px; color: rgba(255,255,255,.58); }
.eucnff-structure-next { padding: 106px 7vw; color: #fff; background: var(--black); }
.eucnff-structure-next h2 { max-width: 900px; }
.eucnff-structure-next a { display: inline-flex; margin-top: 32px; min-height: 50px; align-items: center; padding: 0 22px; color: #fff; background: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

@media (max-width: 900px) {
  .eucnff-structure-hero, .eucnff-structure-overview { grid-template-columns: 1fr; }
  .eucnff-structure-focus-grid { grid-template-columns: 1fr; }
  .eucnff-structure-header { grid-template-columns: 150px 1fr; }
  .eucnff-structure-lang { display: none; }
}
@media (max-width: 680px) {
  .eucnff-structure-header { position: absolute; display: block; }
  .eucnff-structure-header nav { justify-content: flex-start; flex-wrap: wrap; margin-top: 16px; gap: 13px; }
  .eucnff-structure-hero, .eucnff-structure-overview, .eucnff-structure-focus, .eucnff-structure-route, .eucnff-structure-next { padding-left: 22px; padding-right: 22px; }
  .eucnff-structure-hero { padding-top: 178px; }
  .eucnff-structure-hero h1 { font-size: 50px; }
  .eucnff-structure-hero-mark { min-height: 330px; }
  .eucnff-structure-route div { grid-template-columns: 1fr; }
}
