@font-face {
  font-family: "EP Lanze";
  src: url("../assets/fonts/Lanze-1000-250.woff2") format("woff2"), url("../assets/fonts/Lanze-1000-250.ttf") format("truetype");
  font-weight: 250 1000;
  font-style: normal;
  font-display: swap;
}

#block-premo-classic-breadcrumbs,
.ep-gallery-count {
  display: none !important;
}

@font-face {
  font-family: "EP Gilroy";
  src: url("../assets/fonts/Gilroy-Regular_0.woff2") format("woff2"), url("../assets/fonts/Gilroy-Regular_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EP Gilroy";
  src: url("../assets/fonts/Gilroy-Semibold_0.woff2") format("woff2"), url("../assets/fonts/Gilroy-Semibold_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EP Gilroy";
  src: url("../assets/fonts/Gilroy-Bold_0.woff2") format("woff2"), url("../assets/fonts/Gilroy-Bold_0.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ep-black: #000000;
  --ep-ink: #18191f;
  --ep-white: #ffffff;
  --ep-soft: rgba(255, 255, 255, 0.78);
  --ep-muted: rgba(255, 255, 255, 0.62);
  --ep-line: rgba(255, 255, 255, 0.18);
  --ep-gold: #c7a24c;
  --ep-sky: #e8f7ff;
  --ep-paper: #eaf8ff;
  --ep-panel: #f8fcff;
  --ep-radius: 8px;
  --ep-max: 1180px;
}

html {
  background: var(--ep-black);
  color: var(--ep-white);
  font-family: "EP Gilroy", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ep-black);
  font-size: 16px;
}

.ep-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ep-white);
  color: var(--ep-black);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}

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

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #e2bd5b;
  outline-offset: 3px;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.layout-container,
.ep-site-shell {
  min-height: 100vh;
}

.ep-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  width: min(100% - 24px, var(--ep-max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: start;
  padding-top: 48px;
}

.ep-brand {
  width: 155px;
  text-decoration: none;
}

.ep-brand img {
  width: 155px;
  height: auto;
}

.ep-desktop-nav {
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(18px, 2.1vw, 30px);
  color: var(--ep-soft);
  font-size: 17px;
  text-transform: lowercase;
  min-width: 0;
}

.ep-desktop-nav a,
.ep-language-switch a,
.ep-language-current {
  text-decoration: none;
}

.ep-desktop-nav .ep-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  box-sizing: border-box;
  margin-left: 4px;
  border: 1px solid rgba(199, 162, 76, 0.72);
  border-radius: 999px;
  padding: 0 18px;
  background: var(--ep-gold);
  color: #000;
  font-weight: 800;
  line-height: 1;
}

.ep-desktop-nav a:hover,
.ep-language-switch a:hover,
.ep-language-current:hover {
  color: var(--ep-white);
}

.ep-desktop-nav .ep-nav-cta:hover {
  color: #000;
  background: #d7b96a;
}

.ep-language-switch {
  position: relative;
  display: inline-block;
  color: var(--ep-soft);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  padding-top: 38px;
}

.ep-language-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: var(--ep-soft);
  font: inherit;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
}

.ep-language-current::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.ep-language-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 21;
  min-width: 72px;
  display: grid;
  gap: 2px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

html[dir="rtl"] .ep-language-menu {
  right: auto;
  left: 0;
}

.ep-language-menu a {
  display: flex;
  align-items: center;
  min-height: 44px;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 6px;
}

.ep-language-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ep-language-switch:hover .ep-language-menu,
.ep-language-switch:focus-within .ep-language-menu,
.ep-language-switch.is-open .ep-language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ep-hero-video {
    display: none !important;
  }
}

.ep-main {
  background: var(--ep-black);
}

.ep-service-page-title {
  width: min(100% - 36px, var(--ep-max));
  margin: 0 auto;
  padding: 170px 0 18px;
  color: var(--ep-white);
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.ep-hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  display: grid;
  align-content: start;
  padding: 92px 12px 18px;
  box-sizing: border-box;
}

.ep-page--front .ep-hero {
  min-height: 100svh;
  padding: 126px 12px 42px;
}

.ep-page:not(.ep-page--front) .ep-hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0 50%, rgba(0, 0, 0, 0.72) 100%);
}

.ep-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000;
}

.ep-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0 22%, rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.86) 100%);
  pointer-events: none;
}

.ep-hero-topline,
.ep-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, var(--ep-max));
  margin-inline: auto;
}

.ep-hero-topline {
  display: none;
}

.ep-venue-search {
  width: min(680px, 100%);
  display: grid;
  grid-template-columns: 1fr 44px;
  border-radius: 999px;
  background: var(--ep-white);
  overflow: hidden;
  color: var(--ep-ink);
}

.ep-venue-search:focus-within {
  box-shadow: 0 0 0 3px #e2bd5b;
}

.ep-venue-search input {
  min-width: 0;
  border: 0;
  padding: 8px 18px 9px;
  background: transparent;
  color: var(--ep-ink);
  font: inherit;
  outline: 0;
}

.ep-venue-search button {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.ep-venue-search button::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 8px;
  border: 3px solid #000;
  border-radius: 50%;
}

.ep-venue-search button::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 3px;
  top: 27px;
  left: 23px;
  background: #000;
  transform: rotate(45deg);
  border-radius: 2px;
}

h1,
h2,
h3,
.ep-page h1,
.ep-page h2,
.ep-page h3 {
  margin: 0;
  font-family: "EP Lanze", "EP Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.ep-page h1 {
  max-width: 660px;
  margin-top: 14px;
  color: var(--ep-white);
  font-size: clamp(28px, 8vw, 58px);
  font-weight: 850;
}

.ep-page:not(.ep-page--contacts) .ep-hero-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ep-page.ep-page--front .ep-hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, var(--ep-max));
  height: auto;
  margin-inline: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.ep-page--front .ep-hero-copy h1 {
  max-width: min(1120px, 100%);
  font-size: clamp(58px, 14vw, 176px);
  line-height: 0.86;
  color: rgba(255, 255, 255, 0.94);
  mix-blend-mode: screen;
}

.ep-page--brief .ep-hero-copy {
  display: none;
}

.ep-hero-lede {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--ep-soft);
  font-size: clamp(16px, 4.4vw, 22px);
}

.ep-hero-video-wrap {
  position: absolute;
  inset: 30vh 0 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.ep-hero-video,
.ep-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ep-hero-video {
  z-index: 1;
  opacity: 0.78;
  filter: saturate(0.9) contrast(1.04) brightness(0.88);
}

.ep-hero-overlay {
  z-index: 2;
  object-fit: cover;
}

@media (min-width: 780px) {
  .ep-page--front .ep-hero-video-wrap {
    z-index: 4;
    mix-blend-mode: multiply;
  }

  .ep-page--front .ep-hero-video {
    z-index: 3;
    opacity: 1;
    filter: saturate(1.05) contrast(1.08) brightness(1.02);
  }

  .ep-page--front .ep-hero-overlay {
    z-index: 4;
    display: block;
    opacity: 0.92;
  }

  .ep-page--front .ep-hero {
    min-height: 50vh;
    padding-bottom: 28px;
  }
}

.ep-content {
  position: relative;
  z-index: 2;
  background: var(--ep-paper);
  color: var(--ep-ink);
  padding: 54px max(18px, calc((100vw - var(--ep-max)) / 2)) 80px;
}

.ep-content .field--name-body {
  display: grid;
  gap: 18px;
}

.ep-content .field--name-body > * {
  margin-block: 0;
}

.ep-content h1 {
  color: var(--ep-ink);
}

.ep-content h2 {
  max-width: 760px;
  margin-top: 34px;
  color: var(--ep-ink);
  font-size: clamp(30px, 7vw, 60px);
  font-weight: 800;
  line-height: 1.02;
}

.ep-content h2:first-child {
  margin-top: 0;
}

.ep-content p,
.ep-content li {
  max-width: 780px;
  color: rgba(24, 25, 31, 0.78);
  font-size: clamp(17px, 4.2vw, 21px);
}

.ep-content ul {
  max-width: 780px;
  padding-inline-start: 20px;
}

.ep-content li + li {
  margin-top: 8px;
}

.ep-content a {
  color: var(--ep-ink);
  text-decoration-color: rgba(24, 25, 31, 0.35);
}

.ep-page-intro {
  max-width: 820px;
  color: rgba(24, 25, 31, 0.78);
  font-size: clamp(18px, 4.5vw, 24px);
}

.ep-swipe-section {
  margin-top: 34px;
}

.ep-swipe-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.ep-swipe-head h2 {
  margin: 0;
}

.ep-swipe-hint {
  color: rgba(24, 25, 31, 0.72);
  font-size: 14px;
  white-space: nowrap;
}

.ep-filter-bar {
  display: flex;
  gap: 8px;
  margin: 22px 0 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: inline mandatory;
  padding-bottom: 8px;
}

.ep-filter-bar::-webkit-scrollbar {
  display: none;
}

.ep-filter-chip,
.ep-filter-bar [data-ep-filter] {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid rgba(24, 25, 31, 0.18);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  color: rgba(24, 25, 31, 0.72);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.ep-filter-chip[aria-pressed="true"],
.ep-filter-bar [data-ep-filter][aria-pressed="true"] {
  border-color: #000;
  background: #000;
  color: #fff;
}

[hidden] {
  display: none !important;
}

.ep-swipe-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(276px, 82vw);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 2px 18px 18px 0;
}

.ep-swipe-row::-webkit-scrollbar {
  display: none;
}

.ep-card {
  scroll-snap-align: start;
  position: relative;
  min-height: 100%;
  background: var(--ep-panel);
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: var(--ep-radius);
  overflow: hidden;
}

.ep-card > a {
  display: block;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.ep-card[data-ep-tags~="top"] {
  background: linear-gradient(145deg, #f6ead0 0%, #d3ad4f 48%, #f8efd8 100%);
  border-color: rgba(117, 82, 18, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.ep-card[data-ep-tags~="top"]::after {
  content: "TOP";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ep-card[data-ep-tags~="top"] .ep-card-body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 250, 239, 0.3));
}

.ep-card[data-ep-tags~="top"] .ep-card-kicker {
  color: #7c5b13;
}

.ep-card[data-ep-tags~="top"] .ep-card-meta span {
  border-color: rgba(24, 25, 31, 0.18);
  background: rgba(255, 255, 255, 0.34);
  color: rgba(24, 25, 31, 0.78);
}

.ep-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e8e8e1;
}

.ep-team-card img {
  aspect-ratio: 3 / 4;
  object-position: center top;
  filter: grayscale(1) contrast(1.05);
}

.ep-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ep-trust-links a {
  border: 1px solid rgba(24, 25, 31, 0.16);
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--ep-panel);
  color: rgba(24, 25, 31, 0.78);
  font-size: 14px;
}

.ep-card-body {
  padding: 16px;
}

.ep-card-kicker {
  color: #8d6a12;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ep-card h3 {
  margin: 8px 0 10px;
  color: var(--ep-ink);
  font-size: clamp(22px, 5vw, 32px);
  line-height: 1;
}

.ep-card p {
  margin: 0;
  color: rgba(24, 25, 31, 0.72);
}

.ep-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ep-card-meta span {
  border: 1px solid rgba(24, 25, 31, 0.16);
  border-radius: 999px;
  padding: 6px 9px;
  color: rgba(24, 25, 31, 0.72);
  font-size: 12px;
}

.ep-iq-manifesto {
  margin: 34px 0 0;
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: var(--ep-radius);
  padding: clamp(22px, 4vw, 44px);
  background:
    radial-gradient(circle at 90% 0%, rgba(211, 173, 79, 0.28), transparent 40%),
    var(--ep-panel);
}

.ep-iq-manifesto h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 7vw, 72px);
  line-height: 0.96;
}

.ep-iq-manifesto > p {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(24, 25, 31, 0.76);
  font-size: clamp(18px, 2.3vw, 24px);
}

.ep-iq-principles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.ep-iq-principles div {
  border-top: 1px solid rgba(24, 25, 31, 0.18);
  padding-top: 12px;
}

.ep-iq-principles strong,
.ep-iq-principles span {
  display: block;
}

.ep-iq-principles strong {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ep-iq-principles span {
  margin-top: 7px;
  color: rgba(24, 25, 31, 0.7);
}

.ep-iq-catalog {
  margin-top: 46px;
}

.ep-iq-filter-note {
  margin: 8px 0 22px;
  color: rgba(24, 25, 31, 0.68);
  font-size: 14px;
}

.ep-iq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.ep-iq-card > a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.ep-iq-card img {
  aspect-ratio: 16 / 10;
}

.ep-iq-card img[src*="/project-original/"],
.ep-iq-card img[src*="/projects/pdf-import/"] {
  filter: blur(8px);
  transform: scale(1.06);
  transform-origin: center;
}

.ep-iq-card .ep-card-body {
  display: flex;
  min-height: 190px;
  flex: 1;
  flex-direction: column;
}

.ep-iq-card h3 {
  font-size: clamp(22px, 3vw, 30px);
}

.ep-iq-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ep-iq-card .ep-card-more {
  margin-top: auto;
  padding-top: 18px;
}

.ep-iq-featured .ep-iq-card {
  min-height: 100%;
}

.ep-page--project .ep-hero-copy {
  position: relative;
  width: min(100%, var(--ep-max));
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.ep-project-content {
  display: grid;
  gap: clamp(28px, 6vw, 56px);
}

.ep-project-title-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: end;
  padding-top: 12px;
}

.ep-project-title-block h2 {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0;
  color: var(--ep-ink);
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(54px, 8vw, 108px);
  line-height: 0.86;
  text-transform: uppercase;
}

.ep-project-title-meta,
.ep-project-title-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(24, 25, 31, 0.68);
}

.ep-project-title-meta > div,
.ep-project-title-tags > div {
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.44);
  font-size: 13px;
}

.ep-project-hero-media a,
.ep-project-hero-media img,
.ep-project-gallery a,
.ep-project-gallery img {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ep-project-hero-media img,
.ep-project-gallery img {
  width: 100%;
  height: auto;
  border-radius: var(--ep-radius);
  object-fit: cover;
  cursor: zoom-in;
}

.ep-gallery-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}

.ep-project-hero-media {
  max-width: 1120px;
}

.ep-project-hero-media img {
  aspect-ratio: 16 / 9;
}

.ep-page--project .ep-project-hero-media {
  display: none;
}

.ep-project-about,
.ep-project-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ep-project-about h2 {
  margin: 0;
  color: var(--ep-ink);
  font-size: clamp(34px, 6vw, 64px);
  line-height: 0.96;
}

.ep-project-about-text {
  color: rgba(24, 25, 31, 0.78);
  font-size: clamp(18px, 2.1vw, 24px);
}

.ep-project-about-text p:first-child {
  margin-top: 0;
}

.ep-project-about-text p:last-child {
  margin-bottom: 0;
}

.ep-project-gallery,
.ep-project-gallery .field__items,
.ep-page--project .ep-project-gallery {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
  padding: 82px 0 92px;
}

.ep-project-gallery::-webkit-scrollbar,
.ep-project-gallery .field__items::-webkit-scrollbar {
  display: none;
}

.ep-project-gallery a {
  flex: 0 0 auto;
  display: block;
  width: clamp(150px, 17vw, 270px);
  height: clamp(110px, 12.5vw, 198px);
  max-width: none;
  margin-left: -28px;
  border-radius: 3px;
  object-fit: cover;
  scroll-snap-align: center;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.ep-project-gallery a img {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-left: 0;
  box-shadow: none;
}

.ep-page--project .ep-project-gallery {
  position: relative;
  width: min(100%, var(--ep-max));
  max-width: none;
  margin-top: -12px;
}

.ep-page--project .ep-project-gallery img {
  opacity: 0.92;
}

.ep-page--project .ep-project-gallery img:hover {
  opacity: 1;
}

.ep-project-gallery a:first-of-type,
.ep-project-gallery img:first-of-type {
  margin-left: 44px;
}

.ep-project-gallery a:nth-of-type(2n),
.ep-project-gallery img:nth-of-type(2n) {
  transform: translateY(34px);
}

.ep-project-gallery a:nth-of-type(3n),
.ep-project-gallery img:nth-of-type(3n) {
  transform: translateY(-28px);
}

.ep-project-gallery a:nth-of-type(4n),
.ep-project-gallery img:nth-of-type(4n) {
  transform: translateY(58px);
}

.ep-project-gallery a:nth-of-type(5n),
.ep-project-gallery img:nth-of-type(5n) {
  transform: translateY(-52px);
}

.ep-gallery-count {
  flex: 0 0 auto;
  width: 34px;
  color: rgba(24, 25, 31, 0.72);
  font-size: 22px;
  line-height: 1;
}

.ep-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 4.5vh 4.5vw;
  background: rgba(0, 0, 0, 0.88);
}

.ep-media-lightbox[hidden] {
  display: none;
}

.ep-media-lightbox img {
  width: auto;
  height: auto;
  max-width: 94vw;
  max-height: 91svh;
  border-radius: var(--ep-radius);
  object-fit: contain;
}

.ep-media-lightbox button {
  position: fixed;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.ep-media-lightbox .ep-lightbox-prev,
.ep-media-lightbox .ep-lightbox-next {
  top: 50%;
  right: auto;
  transform: translateY(-50%);
  font-size: 42px;
}

.ep-media-lightbox .ep-lightbox-prev {
  left: 14px;
}

.ep-media-lightbox .ep-lightbox-next {
  right: 14px;
}

.ep-project-video {
  width: min(100%, 980px);
}

.ep-project-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: var(--ep-radius);
}

.ep-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ep-project-meta > div {
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--ep-panel);
  color: rgba(24, 25, 31, 0.72);
  font-size: 14px;
}

.ep-other-projects {
  margin-top: clamp(44px, 8vw, 96px);
  padding: clamp(54px, 8vw, 96px) max(20px, calc((100vw - var(--ep-max)) / 2));
  background: #000;
  color: #fff;
}

.ep-other-projects h2 {
  width: min(100%, 900px);
  margin: 0 auto 28px;
  color: #fff;
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

.ep-other-project-list {
  display: grid;
  gap: 18px;
  width: min(100%, 900px);
  margin: 0 auto;
}

.ep-other-project-card {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 8px 24px;
  align-items: center;
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 14px;
  color: #fff;
  text-decoration: none;
}

.ep-other-project-card img {
  grid-row: 1 / 3;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ep-other-project-card span {
  color: var(--ep-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ep-other-project-card strong {
  display: block;
  max-width: 640px;
  color: #fff;
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(34px, 5.6vw, 64px);
  line-height: 0.88;
  text-transform: uppercase;
}

.ep-page--venue {
  background: var(--ep-black);
  color: var(--ep-white);
}

.ep-venue-hero {
  width: min(100% - 24px, var(--ep-max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(130px, 16vw, 190px) 0 clamp(42px, 7vw, 72px);
}

.ep-venue-hero-media a,
.ep-venue-hero-media img {
  display: block;
}

.ep-venue-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--ep-radius);
}

.ep-venue-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ep-white);
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(50px, 8.5vw, 110px);
  line-height: 0.86;
  text-transform: uppercase;
}

.ep-venue-rating {
  margin-top: 18px;
  color: #f0d65b;
  font-size: clamp(20px, 4vw, 28px);
  letter-spacing: 0;
}

.ep-venue-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ep-venue-meta-line > div {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.76);
}

.ep-venue-content {
  background: var(--ep-black);
  color: var(--ep-white);
}

.ep-venue-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.ep-venue-detail h2 {
  max-width: 520px;
  margin-top: 0;
  color: var(--ep-white);
  font-size: clamp(54px, 9vw, 100px);
}

.ep-venue-body {
  color: rgba(255, 255, 255, 0.86);
}

.ep-venue-body p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 2.4vw, 28px);
}

.ep-venue-facts {
  display: grid;
  gap: 18px;
  margin: 36px 0 0;
}

.ep-venue-facts div {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 14px;
}

.ep-venue-facts dt {
  color: var(--ep-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ep-venue-facts dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.2vw, 26px);
}

.ep-venue-map {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ep-radius);
}

.ep-venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(0.15);
}

.ep-venue-gallery {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 24px;
}

.ep-brief-form {
  display: grid;
  gap: 14px;
  max-width: 880px;
  margin-top: 28px;
}

.ep-form-grid {
  display: grid;
  gap: 12px;
}

.ep-field {
  display: grid;
  gap: 7px;
}

.ep-field label {
  color: rgba(24, 25, 31, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ep-field input,
.ep-field select,
.ep-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(24, 25, 31, 0.18);
  border-radius: var(--ep-radius);
  padding: 13px 14px;
  background: #fff;
  color: var(--ep-ink);
  font: inherit;
}

.ep-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  max-width: 880px;
  margin: 26px 0;
}

form.ep-search-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.ep-search-panel input {
  min-width: 0;
  border: 1px solid rgba(24, 25, 31, 0.18);
  border-radius: var(--ep-radius);
  padding: 13px 14px;
  background: #fff;
  color: var(--ep-ink);
  font: inherit;
}

.ep-search-panel button {
  border: 0;
  border-radius: var(--ep-radius);
  padding: 13px 18px;
  background: #000;
  color: #fff;
  font: inherit;
}

body:has(.ep-search-results-page) .ep-site-shell {
  position: relative;
}

body:has(.ep-search-results-page) .ep-site-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: clamp(126px, 13vw, 172px);
  background: #000;
}

body:has(.ep-search-results-page) .ep-header {
  color: #fff;
}

body:has(.ep-search-results-page) .ep-desktop-nav,
body:has(.ep-search-results-page) .ep-language-switch,
body:has(.ep-search-results-page) .ep-language-current {
  color: rgba(255, 255, 255, 0.78);
}

body:has(.ep-search-results-page) .ep-language-menu a {
  color: rgba(255, 255, 255, 0.82);
}

.ep-search-results-page {
  width: min(100% - 24px, 1260px);
  margin-inline: auto;
  padding-top: clamp(210px, 20vw, 260px);
  padding-bottom: clamp(70px, 10vw, 130px);
}

.ep-search-results-page > section:first-child h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(54px, 9vw, 104px);
  line-height: 0.9;
}

.ep-search-results-page .visually-hidden {
  display: none;
}

.ep-search-count {
  color: rgba(24, 25, 31, 0.62);
  font-size: 15px;
}

.ep-field textarea {
  min-height: 132px;
  resize: vertical;
}

.ep-brief-submit {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  background: #000;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.ep-quick-call {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 2px 0 6px;
}

.ep-call-me-button {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--ep-gold);
  color: #000;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ep-quick-call-note {
  max-width: 520px;
  color: rgba(24, 25, 31, 0.62);
  font-size: 14px;
}

.ep-note {
  max-width: 760px;
  color: rgba(24, 25, 31, 0.62);
  font-size: 15px;
}

.ep-service-card {
  display: grid;
  align-content: space-between;
  min-height: 330px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(199, 162, 76, 0.14), rgba(255, 255, 255, 0) 42%),
    var(--ep-panel);
  text-decoration: none;
}

.ep-service-card .ep-card-kicker {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(199, 162, 76, 0.55);
  padding-bottom: 6px;
}

.ep-service-card h3 {
  margin-top: 18px;
}

.ep-service-card p {
  font-size: clamp(16px, 4vw, 19px);
}

.ep-service-list {
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.ep-service-list li {
  max-width: none;
  margin: 0;
  border-top: 1px solid rgba(24, 25, 31, 0.12);
  padding: 9px 0;
  color: rgba(24, 25, 31, 0.78);
  font-size: 14px;
}

.ep-card-more {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  color: var(--ep-ink);
  font-weight: 800;
}

.ep-proof-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.ep-proof-item {
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: var(--ep-radius);
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(199, 162, 76, 0.14), rgba(255, 255, 255, 0) 42%),
    var(--ep-panel);
}

.ep-proof-item strong {
  display: block;
  color: var(--ep-ink);
  font-size: clamp(28px, 8vw, 56px);
  line-height: 0.95;
}

.ep-proof-item span {
  display: block;
  margin-top: 8px;
  color: rgba(24, 25, 31, 0.74);
  font-size: 15px;
}

.ep-brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 960px;
  margin-top: 28px;
  margin-bottom: 26px;
}

.ep-brand-chip {
  border: 1px solid rgba(24, 25, 31, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--ep-panel);
  color: rgba(24, 25, 31, 0.74);
  font-size: 14px;
}

.ep-awards-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.ep-award-card {
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: var(--ep-radius);
  overflow: hidden;
  background: linear-gradient(145deg, #050505, #191309 58%, #2b210f);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(199, 162, 76, 0.26);
}

.ep-award-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 26px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 50% 42%, rgba(199, 162, 76, 0.2), rgba(199, 162, 76, 0) 48%),
    linear-gradient(145deg, #000, #15110a 66%, #30240e);
}

.ep-award-mark {
  min-height: 0;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  padding: 26px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 50% 42%, rgba(199, 162, 76, 0.22), rgba(199, 162, 76, 0) 48%),
    linear-gradient(145deg, #000, #15110a 66%, #30240e);
  color: #fff;
  font-family: "EP Lanze", "EP Gilroy", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.ep-history-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin-top: 28px;
}

.ep-history-year {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: var(--ep-radius);
  padding: clamp(16px, 4vw, 24px);
  background: var(--ep-panel);
}

.ep-history-year h3 {
  color: var(--ep-gold);
  font-size: clamp(30px, 8vw, 56px);
}

.ep-history-year ul {
  margin: 0;
  padding-inline-start: 20px;
}

.ep-history-year li {
  max-width: none;
  color: rgba(24, 25, 31, 0.78);
  font-size: clamp(15px, 3.8vw, 18px);
}

.ep-awards-panel {
  margin-top: 28px;
  border-radius: var(--ep-radius);
  padding: clamp(18px, 4vw, 28px);
  background: #000;
  color: #fff;
}

.ep-awards-panel + * {
  margin-top: clamp(58px, 8vw, 96px);
}

.ep-awards-stats {
  display: grid;
  gap: 12px;
}

.ep-awards-stat {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--ep-radius);
  padding: clamp(16px, 4vw, 24px);
}

.ep-awards-stat strong {
  display: block;
  color: #fff;
  font-family: "EP Lanze", "EP Gilroy", Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 14vw, 96px);
  line-height: 0.88;
}

.ep-awards-stat span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 4vw, 22px);
  text-transform: uppercase;
}

.ep-awards-logos {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.ep-awards-logo {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  padding-top: 20px;
}

.ep-awards-logo img {
  max-width: 86px;
  max-height: 86px;
  object-fit: contain;
}

.ep-awards-logo span {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 4vw, 24px);
}

.ep-bank-details {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 28px;
}

.ep-bank-details dl {
  display: grid;
  gap: 8px 18px;
  max-width: 760px;
  margin: 18px 0 0;
}

.ep-bank-details dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ep-bank-details dd {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.9);
  overflow-wrap: anywhere;
}

.ep-bank-details a {
  color: #fff;
  text-decoration-color: var(--ep-gold);
}

@media (min-width: 780px) {
  .ep-awards-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ep-awards-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ep-bank-details dl {
    grid-template-columns: 170px minmax(0, 1fr);
  }
}

.ep-award-card div {
  padding: 16px;
}

.ep-award-card strong {
  display: block;
  color: #fff;
  font-size: clamp(24px, 6vw, 44px);
  line-height: 1;
}

.ep-award-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.ep-faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin-top: 22px;
}

.ep-faq-list details {
  border: 1px solid rgba(24, 25, 31, 0.14);
  border-radius: var(--ep-radius);
  background: #fff;
}

.ep-faq-list summary {
  cursor: pointer;
  padding: 15px 16px;
  color: var(--ep-ink);
  font-size: clamp(18px, 4.4vw, 23px);
  font-weight: 700;
}

.ep-faq-list details p {
  max-width: 760px;
  margin: 0;
  padding: 0 16px 16px;
  font-size: clamp(16px, 4vw, 19px);
}

.ep-language-route {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.ep-language-route .ep-proof-item strong {
  font-size: clamp(20px, 6vw, 34px);
}

.ep-cta-band {
  margin-top: 42px;
  padding: clamp(22px, 6vw, 44px);
  background: #000;
  color: #fff;
  border-radius: var(--ep-radius);
}

.ep-cta-band h2 {
  color: #fff;
  margin: 0 0 14px;
}

.ep-cta-band p {
  color: rgba(255, 255, 255, 0.72);
}

.ep-cta-band a {
  color: #fff;
}

.ep-candidates {
  margin-top: clamp(36px, 7vw, 82px);
  padding: clamp(44px, 7vw, 78px) clamp(18px, 4vw, 46px);
  background: #000;
  color: #fff;
}

.ep-candidates h2 {
  margin: 0;
  color: #fff;
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.9;
  text-transform: uppercase;
}

.ep-candidates-lede {
  max-width: 780px;
  margin: 24px 0 38px;
  color: #fff;
  font-weight: 800;
}

.ep-candidates-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.52);
}

.ep-candidates-list article {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 5vw, 72px);
  padding: 18px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}

.ep-candidates-list h3 {
  margin: 0;
  color: #fff;
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 0.92;
  text-transform: uppercase;
}

.ep-candidates-list p {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.22;
}

.ep-contact-grid {
  display: grid;
  gap: 28px 42px;
  max-width: 960px;
  margin-top: 26px;
}

.ep-contact-dark {
  width: auto;
  margin: 64px calc(50% - 50vw) 0;
  padding: clamp(30px, 7vw, 70px) max(18px, calc((100vw - var(--ep-max)) / 2));
  box-sizing: border-box;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.ep-error-page {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 22px;
  min-height: clamp(460px, 68svh, 760px);
  padding: clamp(38px, 7vw, 82px);
  background: #000;
  color: #fff;
  border-radius: var(--ep-radius);
}

.ep-error-page h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: "EP Lanze", Impact, sans-serif;
  font-size: clamp(46px, 8vw, 104px);
  line-height: 0.9;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.ep-error-page p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(19px, 2.4vw, 28px);
  line-height: 1.24;
}

.ep-error-page a {
  display: inline-flex;
  border-radius: 999px;
  padding: 13px 18px;
  background: var(--ep-gold);
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.ep-error-search {
  width: min(100%, 620px);
  max-width: none;
}

.ep-contact-dark h2 {
  color: #fff;
}

.ep-contact-dark .ep-contact-card h3 {
  color: #fff;
  opacity: 1;
}

.ep-contact-dark p,
.ep-contact-dark li {
  color: rgba(255, 255, 255, 0.82);
}

.ep-contact-dark a {
  color: #fff;
  text-decoration-color: rgba(199, 162, 76, 0.72);
}

.ep-contact-dark .ep-contact-card {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.ep-contact-card {
  border-top: 1px solid rgba(24, 25, 31, 0.18);
  padding-top: 22px;
  min-width: 0;
}

.ep-contact-card h3 {
  margin: 0 0 10px;
  color: var(--ep-ink);
  font-size: clamp(22px, 5vw, 34px);
}

.ep-contact-card p {
  margin: 0;
}

.ep-contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px 22px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.ep-contact-links li {
  margin: 0;
  line-height: 1.2;
}

.ep-contact-links a {
  display: inline-block;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.ep-person-card {
  display: grid;
  grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
  align-content: start;
  border-top: 1px solid rgba(24, 25, 31, 0.16);
  padding-top: 24px;
}

.ep-person-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--ep-radius);
  background: var(--ep-panel);
}

.ep-person-card h3 {
  margin-bottom: 8px;
  font-size: clamp(26px, 4.6vw, 42px);
  line-height: 0.98;
}

.ep-person-card p {
  font-size: clamp(17px, 2.4vw, 22px);
  line-height: 1.25;
}

.ep-person-card .ep-contact-links {
  display: block;
  margin-top: 18px;
}

.ep-person-card .ep-contact-links li + li {
  margin-top: 8px;
}

.ep-person-card .ep-contact-links a {
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.2;
}

.ep-page-shell > section + section {
  margin-top: clamp(42px, 7vw, 82px);
}

.ep-contact-dark + section,
.ep-cta-band + section {
  margin-top: clamp(82px, 10vw, 132px);
}

#senior-contacts + .ep-contact-grid + section,
section:has(#contact-faq) {
  margin-top: clamp(72px, 9vw, 118px);
}

section:has(#contact-faq) h2 {
  font-size: clamp(34px, 6vw, 56px);
}

.ep-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.ep-thank-you-card {
  width: min(100% - 24px, 1260px);
  min-height: 62vh;
  display: grid;
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
  margin-inline: auto;
  padding: clamp(150px, 24vw, 190px) 0 clamp(34px, 6vw, 92px);
}

.ep-thank-you-copy {
  max-width: 980px;
}

.ep-thank-you-card h1 {
  max-width: 980px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(70px, 12vw, 132px);
  font-weight: 900;
  line-height: 0.88;
}

.ep-thank-you-lede {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(22px, 4.4vw, 38px);
  line-height: 1.18;
}

.ep-thank-you-card .ep-brief-submit {
  margin-top: 28px;
  background: var(--ep-gold);
  color: #000;
  text-decoration: none;
}

.ep-thank-you-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: clamp(24px, 4vw, 42px);
}

.ep-thank-you-panel h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
}

.ep-thank-you-steps {
  display: grid;
  gap: 14px;
}

.ep-thank-you-steps article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
}

.ep-thank-you-steps h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1;
}

.ep-thank-you-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.34;
}

@media (min-width: 780px) {
  .ep-thank-you-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: start;
    padding-top: 228px;
  }

  .ep-thank-you-panel {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 0;
    padding-left: clamp(28px, 4vw, 56px);
  }

  .ep-swipe-row {
    grid-auto-columns: minmax(310px, 31%);
    gap: 18px;
  }

  .ep-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .ep-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ep-awards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ep-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ep-field--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 779px) {
  .ep-person-card {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 780px) and (max-width: 1180px) {
  .ep-desktop-nav {
    display: none;
  }

  .ep-mobile-rail {
    display: grid;
  }

  .ep-footer {
    margin-bottom: 72px;
  }

  .ep-project-about {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ep-project-about-text {
    max-width: 720px;
  }
}

.ep-kicker {
  color: var(--ep-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ep-mobile-rail {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(0, 0, 0, 0.78);
  border-top: 1px solid var(--ep-line);
  backdrop-filter: blur(14px);
}

.ep-mobile-rail a {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: var(--ep-white);
  font-size: 12px;
  text-decoration: none;
  text-transform: lowercase;
}

.ep-mobile-rail a:last-child {
  background: var(--ep-gold);
  color: #000;
  font-weight: 800;
}

.ep-footer {
  display: grid;
  gap: 28px;
  width: min(100% - 36px, var(--ep-max));
  margin-inline: auto;
  margin-bottom: 72px;
  padding-block: 42px;
  border-top: 1px solid var(--ep-line);
  background: var(--ep-black);
  color: var(--ep-white);
}

.ep-footer h2 {
  max-width: 620px;
  margin: 8px 0 0;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.ep-footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.ep-footer-contacts li {
  margin: 0;
}

.ep-footer-contacts a,
.ep-footer-columns a {
  display: flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  color: var(--ep-soft);
  font-weight: 400;
}

.ep-footer-contacts a[href^="tel:"],
.ep-footer-contacts a[href^="mailto:"] {
  direction: ltr;
  unicode-bidi: isolate;
}

.ep-footer-columns {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.ep-footer-main,
.ep-footer-columns > div {
  min-width: 0;
}

.ep-footer-columns > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ep-footer-columns h3 {
  margin: 0 0 12px;
  color: var(--ep-gold);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ep-footer-columns a {
  width: max-content;
  max-width: 100%;
  margin-top: 0;
  font-size: 15px;
  text-decoration: none;
}

.ep-footer-columns a:hover,
.ep-footer-contacts a:hover {
  color: var(--ep-white);
}

.ep-footer-copy {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0;
  color: var(--ep-muted);
  font-size: 13px;
}

.user-login-form,
.block-system-powered-by-block,
.visually-hidden.focusable,
.tabs {
  display: none;
}

body:has(.user-login-form) .ep-highlighted,
body:has(.user-pass) .ep-highlighted {
  width: min(100% - 36px, 520px);
  margin: 0 auto;
  padding-top: 136px;
}

body:has(.user-login-form) #block-premo-classic-primary-local-tasks ul,
body:has(.user-pass) #block-premo-classic-primary-local-tasks ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

body:has(.user-login-form) #block-premo-classic-primary-local-tasks a,
body:has(.user-pass) #block-premo-classic-primary-local-tasks a {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  text-decoration: none;
}

body:has(.user-login-form) #block-premo-classic-primary-local-tasks a.is-active,
body:has(.user-pass) #block-premo-classic-primary-local-tasks a.is-active {
  background: var(--ep-gold);
  color: #000;
  font-weight: 800;
}

body:has(.user-login-form) .ep-main,
body:has(.user-pass) .ep-main {
  min-height: 56svh;
  padding: 0 18px 72px;
}

body:has(.user-login-form) #block-premo-classic-content,
body:has(.user-pass) #block-premo-classic-content {
  display: grid;
  place-items: center;
}

body:has(.user-login-form) .user-login-form,
body:has(.user-pass) .user-pass {
  display: grid;
  gap: 18px;
  width: min(100%, 520px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--ep-radius);
  padding: clamp(24px, 5vw, 42px);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

body:has(.user-login-form) .form-item,
body:has(.user-pass) .form-item {
  display: grid;
  gap: 8px;
  margin: 0;
}

body:has(.user-login-form) .form-item label,
body:has(.user-pass) .form-item label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body:has(.user-login-form) .form-text,
body:has(.user-pass) .form-text {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  font: inherit;
}

body:has(.user-login-form) .form-actions,
body:has(.user-pass) .form-actions {
  margin: 2px 0 0;
}

body:has(.user-login-form) .form-submit,
body:has(.user-pass) .form-submit {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: var(--ep-gold);
  color: #000;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

@media (min-width: 780px) {
  .ep-header {
    width: min(100% - 24px, 1260px);
  }

  .ep-desktop-nav {
    display: flex;
    padding-top: 35px;
  }

  .ep-hero {
    padding: 158px 6px 18px;
  }

  .ep-page--front .ep-hero {
    min-height: 100svh;
    padding: 158px 6px 54px;
  }

  .ep-hero-topline {
    display: grid;
    justify-items: end;
    padding-right: clamp(120px, 15vw, 220px);
  }

  .ep-page h1 {
    margin-top: 20px;
  }

  .ep-hero-video-wrap {
    inset: 33vh 0 0;
  }

  .ep-mobile-rail {
    display: none;
  }

  .ep-footer {
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.95fr);
    column-gap: clamp(32px, 4vw, 56px);
    align-items: start;
    margin-bottom: 0;
  }

  .ep-footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ep-footer-contacts a {
    font-size: clamp(18px, 1.45vw, 20px);
  }
}

@media (max-width: 779px) {
  .ep-header {
    padding-top: 22px;
    grid-template-columns: 1fr auto;
    width: calc(100% - 28px);
  }

  .ep-brand,
  .ep-brand img {
    width: 122px;
  }

  .ep-language-switch {
    padding-top: 26px;
    font-size: 13px;
  }

  .ep-hero-topline {
    display: grid;
    justify-items: stretch;
  }

  .ep-page:not(.ep-page--front):not(.ep-page--wiki) .ep-hero-topline {
    display: none;
  }

  .ep-footer {
    gap: 18px;
    width: calc(100% - 36px);
    margin-bottom: 70px;
    padding-block: 28px;
  }

  .ep-footer h2 {
    max-width: 360px;
    font-size: clamp(32px, 10vw, 44px);
    line-height: 0.96;
  }

  .ep-footer-contacts {
    display: grid;
    gap: 8px;
    margin-top: 18px;
  }

  .ep-footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .ep-footer-columns h3 {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .ep-footer-columns a {
    font-size: 14px;
    line-height: 1.25;
  }

  .ep-venue-search {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr 44px;
  }

  .ep-page h1 {
    margin-top: 12px;
  }

  .ep-hero {
    min-height: auto;
    padding: 128px 14px 16px;
  }

  .ep-page--front .ep-hero {
    min-height: 100svh;
    padding: 136px 14px 74px;
  }

  .ep-hero-video-wrap {
    inset: 45vh 0 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ep-hero-video,
  .ep-hero-overlay {
    object-position: center;
  }

  .ep-content {
    padding-bottom: 104px;
  }

  .ep-content h2 {
    overflow-wrap: anywhere;
  }

  .ep-project-about,
  .ep-project-title-block,
  .ep-project-story,
  .ep-venue-hero,
  .ep-venue-detail {
    grid-template-columns: 1fr;
  }

  .ep-project-gallery,
  .ep-project-gallery .field__items {
    padding: 58px 0 72px;
  }

  .ep-project-gallery img {
    width: 132px;
    height: 96px;
    max-width: none;
    margin-left: -20px;
  }

  .ep-project-gallery img:first-of-type {
    margin-left: 24px;
  }

  .ep-venue-hero {
    width: min(100% - 28px, var(--ep-max));
    gap: 24px;
    padding-top: 128px;
    padding-bottom: 38px;
  }

  .ep-venue-hero-copy h1 {
    font-size: clamp(46px, 14vw, 72px);
    overflow-wrap: anywhere;
  }

  .ep-venue-detail h2 {
    font-size: clamp(48px, 15vw, 74px);
    overflow-wrap: anywhere;
  }

  .ep-venue-map,
  .ep-venue-map iframe {
    min-height: 320px;
  }

  .ep-candidates {
    padding: 38px 18px 52px;
  }

  .ep-candidates-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 26px;
  }

  .ep-other-projects {
    padding: 44px 18px 70px;
  }

  .ep-other-projects h2 {
    margin-bottom: 20px;
    text-align: left;
  }

  .ep-other-project-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 6px 14px;
    min-height: 112px;
    padding: 10px;
  }

  .ep-other-project-card strong {
    font-size: clamp(28px, 10vw, 42px);
  }
}

@media (min-width: 780px) and (max-width: 1180px) {
  .ep-desktop-nav {
    display: none;
  }

  .ep-mobile-rail {
    display: grid;
  }

  .ep-footer {
    margin-bottom: 72px;
  }
}

.ep-lightbox-lock {
  overflow: hidden;
}

.ep-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(0, 0, 0, 0.92);
}

.ep-lightbox.is-open {
  display: grid;
}

.ep-lightbox-frame {
  display: grid;
  gap: 14px;
  width: min(100%, 1280px);
  margin: 0;
  justify-items: center;
}

.ep-lightbox-image {
  display: block;
  max-width: min(100%, 1280px);
  max-height: 82vh;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.ep-lightbox-caption,
.ep-lightbox-counter {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 2vw, 18px);
  text-align: center;
}

.ep-lightbox-counter {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}

.ep-lightbox-close,
.ep-lightbox-prev,
.ep-lightbox-next {
  position: fixed;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  cursor: pointer;
  font: 400 42px/1 Arial, sans-serif;
}

.ep-lightbox-close {
  top: 22px;
  right: 22px;
  font-size: 34px;
}

.ep-lightbox-prev {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.ep-lightbox-next {
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 779px) {
  .ep-lightbox {
    padding: 14px;
  }

  .ep-lightbox-image {
    max-height: 76vh;
  }

  .ep-lightbox-close,
  .ep-lightbox-prev,
  .ep-lightbox-next {
    width: 46px;
    height: 46px;
  }

  .ep-lightbox-prev {
    left: 12px;
  }

  .ep-lightbox-next {
    right: 12px;
  }
}

@media (min-width: 780px) {
  .ep-page--front .ep-hero {
    min-height: 80vh;
    padding-bottom: 0;
  }

  .ep-page.ep-page--front .ep-hero .ep-hero-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .ep-page--front .ep-hero-topline {
    z-index: 5;
  }

  .ep-page.ep-page--front .ep-hero .ep-hero-lede {
    display: none;
  }

  .ep-page--front .ep-hero-video-wrap {
    inset: clamp(210px, 22vh, 240px) 0 0;
    height: auto;
    z-index: 2;
    mix-blend-mode: normal;
  }

  .ep-page--front .ep-hero-video {
    z-index: 1;
    opacity: 1;
    filter: saturate(1.05) contrast(1.08) brightness(1.02);
  }

  .ep-page--front .ep-hero-overlay {
    content: url("../assets/hero-qwer-1800.webp");
    z-index: 2;
    display: block;
    object-fit: cover;
    opacity: 1;
  }
}
