@font-face {
  font-family: "Karla";
  src: url("assets/fonts/Karla-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Staging-only location film proposal ------------------------------------- */

.location-films-section[hidden],
.location-video-modal[hidden] {
  display: none !important;
}

.location-films-section {
  position: relative;
  padding: 72px 0 64px;
  border-bottom: 1px solid var(--line-soft);
}

.location-films-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 12% 16%, rgba(242, 183, 32, 0.1), transparent 31%),
    linear-gradient(135deg, rgba(11, 24, 34, 0.78), rgba(5, 10, 15, 0.36));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.location-films-guard {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 26px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 190, 79, 0.38);
  border-radius: 999px;
  color: #ffd789;
  background: rgba(255, 174, 45, 0.08);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.location-films-guard::before {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: #ffc45d;
  box-shadow: 0 0 12px rgba(255, 196, 93, 0.64);
}

.location-films-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(38px, 7vw, 108px);
  margin-bottom: 34px;
}

.location-films-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4.2vw, 60px);
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.location-films-heading > p {
  max-width: 620px;
  margin: 0 0 4px;
  padding-left: 20px;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.location-film-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(340px, 0.72fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  background: rgba(4, 9, 14, 0.88);
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.38);
}

.location-film-stage {
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.location-film-poster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border: 0;
  color: var(--white);
  background: #020507;
  cursor: pointer;
  text-align: left;
}

.location-film-poster img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transform: scale(1.008);
  transition: opacity 180ms ease, transform 520ms ease, filter 520ms ease;
}

.location-film-poster.is-changing img {
  opacity: 0.42;
}

.location-film-poster:hover img,
.location-film-poster:focus-visible img {
  filter: saturate(1.05) contrast(1.035);
  transform: scale(1.035);
}

.location-film-stage-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(242, 183, 32, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.82));
}

.location-film-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 10px;
  border: 1px solid rgba(242, 183, 32, 0.42);
  color: #ffe0a0;
  background: rgba(3, 8, 12, 0.76);
  backdrop-filter: blur(9px);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-film-badge:empty {
  display: none;
}

.location-film-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(4, 9, 14, 0.44);
  box-shadow: 0 0 0 12px rgba(242, 183, 32, 0.08), 0 22px 56px rgba(0, 0, 0, 0.48);
  transform: translate(-50%, -50%);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.location-film-play::before {
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--gold);
  content: "";
  transform: translate(-50%, -50%);
}

.location-film-poster:hover .location-film-play,
.location-film-poster:focus-visible .location-film-play {
  border-color: var(--gold);
  background: rgba(3, 8, 12, 0.7);
  transform: translate(-50%, -50%) scale(1.04);
}

.location-film-stage-copy {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3px 18px;
}

.location-film-stage-copy small,
.location-film-stage-copy strong,
.location-film-stage-copy em {
  display: block;
}

.location-film-stage-copy small {
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.location-film-stage-copy strong {
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.location-film-stage-copy em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.location-film-control {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background:
    linear-gradient(150deg, rgba(15, 28, 38, 0.94), rgba(6, 12, 18, 0.98)),
    #071018;
}

.location-film-active-copy {
  padding: 30px 30px 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.location-film-counter {
  display: block;
  margin-bottom: 17px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.location-film-locale-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: -8px 0 15px;
  border: 1px solid rgba(242, 183, 32, 0.34);
  border-radius: 999px;
  padding: 4px 9px;
  color: #f4d78f;
  background: rgba(242, 183, 32, 0.07);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.location-film-active-copy h3 {
  margin: 0;
  font-size: 35px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.location-film-active-role {
  margin: 9px 0 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.location-film-active-description {
  min-height: 69px;
  margin: 16px 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.location-film-pending-note {
  margin: -6px 0 18px;
  padding: 9px 11px;
  border-left: 2px solid #ffc45d;
  color: #f2cb7e;
  background: rgba(255, 181, 58, 0.07);
  font-size: 11px;
  line-height: 1.42;
}

.location-film-active-copy .button {
  width: 100%;
  justify-content: center;
  border: 0;
}

.location-film-tabs {
  display: grid;
  grid-template-rows: repeat(4, minmax(72px, 1fr));
}

.location-film-tab {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 11px 18px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.location-film-tab:last-child {
  border-bottom: 0;
}

.location-film-tab:hover,
.location-film-tab[aria-selected="true"] {
  color: var(--white);
  background: rgba(242, 183, 32, 0.075);
}

.location-film-tab[aria-selected="true"] {
  box-shadow: inset 3px 0 0 var(--gold);
}

.location-film-tab-index {
  color: rgba(242, 183, 32, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.location-film-tab-copy strong,
.location-film-tab-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-film-tab-copy strong {
  font-size: 14px;
  line-height: 1.2;
}

.location-film-tab-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-film-tab-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.location-film-tab[aria-selected="true"] .location-film-tab-status {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(242, 183, 32, 0.68);
}

.location-film-tab[data-pending="true"] .location-film-tab-status {
  background: #ffc45d;
}

.location-films-access-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1.45;
}

.location-video-modal {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
}

.location-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
}

.location-video-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(412px, 100%);
  max-height: min(915px, calc(100vh - 56px));
  overflow: hidden;
  border: 1px solid rgba(242, 183, 32, 0.3);
  border-radius: 24px;
  background: #020405;
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.72);
}

.location-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 12px 14px 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #0b151d, #05090d);
}

.location-video-header span,
.location-video-header strong {
  display: block;
}

.location-video-header span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-video-header strong {
  margin-top: 3px;
  font-size: 18px;
}

.location-video-close {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #111820;
  background: var(--gold);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.location-video-dialog video {
  display: block;
  width: 100%;
  max-height: calc(min(915px, 100vh - 56px) - 66px);
  object-fit: contain;
  background: #000;
}

.location-film-poster:focus-visible,
.location-film-tab:focus-visible,
.location-video-close:focus-visible,
.location-video-dialog video:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -4px;
}

/* Public film gallery on the classic page -------------------------------- */

.classic-film-gallery[hidden],
.classic-video-modal[hidden] {
  display: none !important;
}

.classic-film-gallery {
  width: min(100% - 72px, var(--max));
  margin: 0 auto;
  padding: 34px 0 42px;
  border-bottom: 1px solid var(--line-soft);
}

.classic-film-gallery.film-section-operations {
  grid-column: 1 / -1;
  width: 100%;
  margin: 2px 0 0;
  padding: clamp(24px, 3vw, 34px) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 0;
}

.classic-film-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 0.58fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.classic-film-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.classic-film-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.56;
}

.classic-film-groups {
  display: grid;
  gap: clamp(30px, 3vw, 40px);
}

.classic-film-group {
  min-width: 0;
}

.classic-film-group-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.classic-film-group-heading::after {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 183, 32, 0.48), rgba(255, 255, 255, 0.08));
  content: "";
}

.classic-film-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  column-gap: clamp(16px, 1.6vw, 22px);
  row-gap: clamp(18px, 2vw, 26px);
}

.classic-film-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(13, 23, 33, 0.82), rgba(8, 17, 25, 0.58));
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.classic-film-card:hover,
.classic-film-card:focus-visible {
  border-color: rgba(242, 183, 32, 0.46);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.classic-film-thumb {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  background: #03070b;
}

.classic-film-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.classic-film-card:hover .classic-film-thumb img,
.classic-film-card:focus-visible .classic-film-thumb img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.045);
}

.classic-film-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(130deg, rgba(242, 183, 32, 0.15), transparent 36%),
    linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.72));
}

.classic-film-play {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 7px;
  min-width: 58px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(3, 8, 12, 0.58);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.classic-film-play::before {
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--gold);
  content: "";
}

.classic-film-play::after {
  color: rgba(255, 255, 255, 0.82);
  content: "FILM";
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.classic-film-body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 44px 14px 13px 84px;
  background: linear-gradient(180deg, rgba(3, 8, 12, 0), rgba(3, 8, 12, 0.82) 54%, rgba(3, 8, 12, 0.96));
}

.classic-film-body small,
.classic-film-body strong,
.classic-film-body span {
  display: block;
}

.classic-film-body small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.classic-film-body strong {
  margin-top: 7px;
  overflow-wrap: anywhere;
  font-size: clamp(18px, 1.55vw, 21px);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.classic-film-body p {
  display: none;
  min-height: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.42;
}

.classic-film-body span {
  position: absolute;
  top: 12px;
  right: 12px;
  margin-top: 0;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(3, 8, 12, 0.56);
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.classic-video-modal {
  position: fixed;
  z-index: 145;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.classic-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
}

.classic-video-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(577px, calc(100vw - 40px));
  max-height: min(1281px, calc(100vh - 40px));
  overflow: hidden;
  border: 1px solid rgba(242, 183, 32, 0.32);
  border-radius: 18px;
  background: #020405;
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.72);
}

.classic-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 12px 14px 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #0b151d, #05090d);
}

.classic-video-header span,
.classic-video-header strong {
  display: block;
}

.classic-video-header span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.classic-video-header strong {
  margin-top: 3px;
  color: var(--white);
  font-size: 18px;
}

.classic-video-close {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #111820;
  background: var(--gold);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.classic-video-player-shell {
  display: grid;
  place-items: center;
  min-height: 0;
  background: #000;
}

.classic-video-dialog video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 152px);
  object-fit: contain;
  background: #000;
}

.classic-video-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 10px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #05090d;
}

.classic-video-controls button {
  min-width: 86px;
  min-height: 32px;
  border: 1px solid rgba(242, 183, 32, 0.42);
  color: #111820;
  background: var(--gold);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.classic-video-controls span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.classic-film-card:focus-visible,
.classic-video-close:focus-visible,
.classic-video-controls button:focus-visible,
.classic-video-dialog video:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -4px;
}

@media (max-width: 1100px) {
  .location-films-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .location-films-heading > p {
    max-width: 760px;
  }

  .location-film-experience {
    grid-template-columns: 1fr;
  }

  .location-film-stage {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .location-film-poster,
  .location-film-poster img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .location-film-active-copy {
    padding: 27px;
  }

  .location-film-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .location-film-tab {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 720px) {
  .location-films-section {
    padding: 52px 0 46px;
  }

  .location-films-heading h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .location-films-heading > p {
    padding-left: 15px;
    font-size: 14px;
  }

  .location-film-stage-copy {
    right: 17px;
    bottom: 16px;
    left: 17px;
  }

  .location-film-stage-copy strong {
    font-size: 34px;
  }

  .location-film-stage-copy em {
    display: none;
  }

  .location-film-play {
    width: 68px;
    height: 68px;
    box-shadow: 0 0 0 8px rgba(242, 183, 32, 0.08), 0 18px 42px rgba(0, 0, 0, 0.44);
  }

  .location-film-play::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }

  .location-film-active-copy {
    padding: 23px 20px 21px;
  }

  .location-film-active-description {
    min-height: 0;
  }

  .location-film-tabs {
    grid-template-columns: 1fr;
  }

  .location-film-tab {
    min-height: 62px;
    padding: 12px 16px;
    border-right: 0;
  }

  .location-video-modal {
    padding: 12px;
  }

  .location-video-header {
    min-height: 60px;
    padding-left: 15px;
  }

  .classic-film-gallery {
    width: min(100% - 36px, var(--max));
    padding: 28px 0 36px;
  }

  .classic-film-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .classic-film-group .classic-film-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
    justify-self: center;
  }

  .classic-video-modal {
    padding: 12px;
  }

  .classic-video-dialog {
  width: min(577px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
  }

  .classic-video-dialog video {
    max-height: calc(100vh - 136px);
  }
}

@media (max-width: 880px) and (min-width: 721px) {
  .classic-film-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .classic-film-group .classic-film-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }
}

@media (max-width: 520px) {
  .classic-film-grid {
    grid-template-columns: 1fr;
  }

  .classic-film-group .classic-film-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .classic-film-body strong {
    font-size: 19px;
  }

  .classic-video-controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .classic-film-card,
  .classic-film-thumb img {
    transition: none;
  }

  .classic-film-card:hover,
  .classic-film-card:focus-visible,
  .classic-film-card:hover .classic-film-thumb img,
  .classic-film-card:focus-visible .classic-film-thumb img {
    transform: none;
  }
}

/* Corporate public-page proposal ----------------------------------------- */

body.corporate-v2-preview {
  --corporate-ink: #0a1722;
  --corporate-navy: #07131d;
  --corporate-navy-2: #0b1d2a;
  --corporate-paper: #f3f0e9;
  --corporate-paper-2: #fbfaf7;
  --corporate-paper-line: rgba(10, 23, 34, 0.14);
  --corporate-copy: #4d5b65;
  --corporate-max: 1240px;
  background: var(--corporate-navy);
}

body.corporate-v2-preview [id] {
  scroll-margin-top: 112px;
}

body.corporate-v2-preview .site-header {
  position: fixed;
  top: 12px;
  z-index: 50;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 28px);
  width: min(calc(100% - 32px), var(--corporate-max));
  min-height: 66px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 3px;
  background: rgba(5, 13, 20, 0.68);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(1.05);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.corporate-v2-preview .site-header.is-scrolled,
body.corporate-v2-preview .site-header.is-open {
  border-color: rgba(242, 183, 32, 0.22);
  background: rgba(5, 13, 20, 0.96);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34);
}

body.corporate-v2-preview .site-header .brand,
body.corporate-v2-preview .site-header .brand-logo {
  width: 150px;
  min-width: 150px;
}

body.corporate-v2-preview .site-nav {
  gap: clamp(9px, 1.1vw, 16px);
  font-size: 10px;
  letter-spacing: 0.035em;
}

body.corporate-v2-preview .site-nav a {
  white-space: nowrap;
}

body.corporate-v2-preview .site-nav a.is-current::after,
body.corporate-v2-preview .site-nav a[aria-current="location"]::after {
  transform: scaleX(1);
}

body.corporate-v2-preview .language-menu {
  min-width: 72px;
  overflow: hidden;
  border-color: rgba(242, 183, 32, 0.54);
  background: #07131d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

body.corporate-v2-preview .language-menu::after {
  display: block;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

body.corporate-v2-preview .language-option {
  display: none;
}

body.corporate-v2-preview .corporate-v2-language-select {
  width: 100%;
  color-scheme: dark;
  color: var(--white);
  background: #07131d;
}

body.corporate-v2-preview .corporate-v2-language-select:hover,
body.corporate-v2-preview .corporate-v2-language-select:focus-visible {
  background: #0b1c29;
}

body.corporate-v2-preview .corporate-v2-language-select option {
  color: var(--white);
  background: #07131d;
}

body.corporate-v2-preview .hero-section {
  min-height: 640px;
}

body.corporate-v2-preview .hero-grid {
  grid-template-columns: minmax(0, 760px);
  min-height: 640px;
  padding-top: 118px;
  padding-bottom: 62px;
}

body.corporate-v2-preview .hero-copy {
  max-width: 720px;
}

body.corporate-v2-preview .hero-proof {
  display: none;
}

body.corporate-v2-preview .hero-section::before,
body.corporate-v2-preview .hero-section::after,
body.corporate-v2-preview .hero-media::before,
body.corporate-v2-preview .hero-eagle-focus,
body.corporate-v2-preview .hero-eagle-effect::before,
body.corporate-v2-preview .hero-eagle-effect::after {
  animation: none;
}

body.corporate-v2-preview .hero-eagle-effect {
  opacity: 0.42;
}

body.corporate-v2-preview .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(48px, 6.2vw, 76px);
  letter-spacing: -0.025em;
  line-height: 0.96;
}

body.corporate-v2-preview .hero-copy > p {
  max-width: 620px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.52;
}

body.corporate-v2-preview .stats-strip,
body.corporate-v2-preview .roadmap-section,
body.corporate-v2-preview .services-section,
body.corporate-v2-preview .projects-section,
body.corporate-v2-preview .film-section,
body.corporate-v2-preview .international-section,
body.corporate-v2-preview .production-panel,
body.corporate-v2-preview .investor-section,
body.corporate-v2-preview .corporate-v2-history-shell,
body.corporate-v2-preview .corporate-v2-careers,
body.corporate-v2-preview .contact-section,
body.corporate-v2-preview .site-footer {
  width: min(calc(100% - 72px), var(--corporate-max));
  margin-right: auto;
  margin-left: auto;
}

body.corporate-v2-preview .stats-strip {
  padding: 0;
  border: 0;
  background: #0b1924;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

body.corporate-v2-preview .stats-strip article {
  min-height: 116px;
  background: transparent;
}

body.corporate-v2-preview .stats-strip article:nth-child(4) {
  background: rgba(242, 183, 32, 0.055);
}

body.corporate-v2-preview .stats-strip article:nth-child(4) strong {
  font-size: clamp(22px, 2.1vw, 30px);
}

.corporate-v2-rail {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(190px, 1.2fr) repeat(7, minmax(92px, 1fr));
  width: min(calc(100% - 72px), var(--corporate-max));
  margin: 18px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(5, 13, 20, 0.78);
}

.corporate-v2-rail-status,
.corporate-v2-rail-link {
  min-height: 70px;
  padding: 14px 16px;
}

.corporate-v2-rail-status {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffd77f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.corporate-v2-rail-status::before {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 14px rgba(242, 183, 32, 0.68);
}

.corporate-v2-rail-link {
  display: grid;
  align-content: center;
  gap: 3px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, background 180ms ease;
}

.corporate-v2-rail-link:last-child {
  border-right: 0;
}

.corporate-v2-rail-link small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.corporate-v2-rail-link span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.corporate-v2-rail-link:hover,
.corporate-v2-rail-link:focus-visible,
.corporate-v2-rail-link.is-current {
  color: var(--white);
  background: rgba(242, 183, 32, 0.075);
}

body.corporate-v2-preview h2 {
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.028em;
  line-height: 1.04;
  text-wrap: balance;
}

body.corporate-v2-preview .section-title {
  margin-bottom: 38px;
}

body.corporate-v2-preview .eyebrow {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

body.corporate-v2-preview .roadmap-section,
body.corporate-v2-preview .services-section,
body.corporate-v2-preview .international-section,
body.corporate-v2-preview .production-panel,
body.corporate-v2-preview .corporate-v2-history-shell,
body.corporate-v2-preview .contact-section {
  color: var(--corporate-ink);
  background: var(--corporate-paper);
  box-shadow: 0 0 0 100vmax var(--corporate-paper);
  clip-path: inset(0 -100vmax);
}

body.corporate-v2-preview .roadmap-section {
  padding: 104px 0 96px;
  border: 0;
}

body.corporate-v2-preview .roadmap-section h2,
body.corporate-v2-preview .roadmap-lead-card h3,
body.corporate-v2-preview .values-grid h3,
body.corporate-v2-preview .services-section h2,
body.corporate-v2-preview .service-card h3,
body.corporate-v2-preview .international-section h2,
body.corporate-v2-preview .international-scope h3,
body.corporate-v2-preview .production-panel h2,
body.corporate-v2-preview .contact-heading h2 {
  color: var(--corporate-ink);
}

body.corporate-v2-preview .roadmap-section .button-outline {
  border-color: rgba(138, 101, 18, 0.7);
  color: #6f5210;
  background: rgba(255, 255, 255, 0.58);
}

body.corporate-v2-preview .roadmap-section .button-outline:hover,
body.corporate-v2-preview .roadmap-section .button-outline:focus-visible {
  color: var(--corporate-ink);
  background: rgba(242, 183, 32, 0.14);
}

body.corporate-v2-preview .production-panel .eyebrow,
body.corporate-v2-preview .international-section .eyebrow,
body.corporate-v2-preview .contact-section .eyebrow {
  color: #a97711;
}

body.corporate-v2-preview .stats-strip .equipment::before {
  inset: 18px 9px 10px;
  border-radius: 2px;
}

body.corporate-v2-preview .stats-strip .equipment::after {
  top: 11px;
  left: 14px;
  width: 24px;
  height: 12px;
  border-radius: 9px 9px 1px 1px;
  border-bottom: 0;
}

body.corporate-v2-preview .roadmap-kpis,
body.corporate-v2-preview .international-facts,
body.corporate-v2-preview .production-panel > ul,
body.corporate-v2-preview .realization-panel,
body.corporate-v2-preview .video-card-secondary[hidden] {
  display: none !important;
}

body.corporate-v2-preview .roadmap-overview {
  display: block;
  margin-bottom: 22px;
}

body.corporate-v2-preview .roadmap-lead-card {
  min-height: 360px;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid var(--corporate-paper-line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.89)),
    url("assets/img/poland-network.svg") 92% center / 36% auto no-repeat;
  box-shadow: 0 24px 60px rgba(10, 23, 34, 0.07);
}

body.corporate-v2-preview .roadmap-lead-card h3 {
  max-width: 720px;
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -0.025em;
}

body.corporate-v2-preview .roadmap-lead-card p:not(.eyebrow),
body.corporate-v2-preview .values-grid p,
body.corporate-v2-preview .international-copy p,
body.corporate-v2-preview .international-scope p,
body.corporate-v2-preview .production-panel > p,
body.corporate-v2-preview .contact-heading p:not(.eyebrow) {
  color: var(--corporate-copy);
}

body.corporate-v2-preview .roadmap-tags span,
body.corporate-v2-preview .international-markets span {
  border-color: rgba(10, 23, 34, 0.18);
  color: #34444f;
  background: rgba(255, 255, 255, 0.7);
}

body.corporate-v2-preview .international-copy {
  min-width: 0;
}

body.corporate-v2-preview .international-markets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 600px;
}

body.corporate-v2-preview .international-markets span {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 42px;
  padding: 8px 11px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.corporate-v2-preview .values-grid {
  gap: 12px;
}

body.corporate-v2-preview .values-grid article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--corporate-paper-line);
  background: var(--corporate-paper-2);
  box-shadow: none;
}

body.corporate-v2-preview .film-section {
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.45fr);
  gap: clamp(42px, 7vw, 100px);
  padding: 104px 0;
  border: 0;
  background: var(--corporate-navy);
  box-shadow: 0 0 0 100vmax var(--corporate-navy);
  clip-path: inset(0 -100vmax);
  isolation: isolate;
}

body.corporate-v2-preview .film-section::before {
  opacity: 0.22;
}

body.corporate-v2-preview .film-copy h2 {
  font-size: clamp(36px, 4vw, 52px);
}

body.corporate-v2-preview .video-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

body.corporate-v2-preview .video-card-main,
body.corporate-v2-preview .video-card-secondary {
  width: 100%;
  min-width: 0;
  height: 310px;
  min-height: 0;
  aspect-ratio: auto;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

body.corporate-v2-preview .video-card-secondary {
  border-color: rgba(242, 183, 32, 0.66);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(242, 183, 32, 0.12);
}

body.corporate-v2-preview .video-card-main img,
body.corporate-v2-preview .video-card-secondary img {
  height: 100%;
  min-height: 0;
}

body.corporate-v2-preview .video-card-secondary .video-meta span:first-child {
  color: #07131d;
  background: var(--gold);
}

body.corporate-v2-preview .video-card .video-meta {
  right: auto;
  left: 16px;
  flex-wrap: wrap;
}

body.corporate-v2-preview .video-card .video-title,
body.corporate-v2-preview .video-card-secondary .video-title {
  top: auto;
  right: 16px;
  bottom: 68px;
  left: 16px;
}

body.corporate-v2-preview .video-card-secondary .video-title {
  bottom: 18px;
}

body.corporate-v2-preview .video-card .video-play,
body.corporate-v2-preview .video-card-secondary .video-play {
  top: 50%;
  right: auto;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
}

body.corporate-v2-preview .video-card-secondary:hover .video-play {
  transform: translate(-50%, -50%) scale(1.04);
}

body.corporate-v2-preview .services-section {
  padding: 104px 0;
}

body.corporate-v2-preview .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.corporate-v2-preview .service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--corporate-paper-line);
  border-radius: 2px;
  background: var(--corporate-paper-2);
  box-shadow: 0 18px 48px rgba(10, 23, 34, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

body.corporate-v2-preview .service-card:hover {
  box-shadow: 0 24px 62px rgba(10, 23, 34, 0.1);
  transform: translateY(-2px);
}

body.corporate-v2-preview .service-card img {
  height: auto;
  aspect-ratio: 16 / 10;
  filter: saturate(0.88) contrast(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

body.corporate-v2-preview .service-card:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.02);
}

body.corporate-v2-preview .service-card .card-icon {
  margin: 22px 24px 0;
}

body.corporate-v2-preview .service-card h3 {
  margin: 12px 24px 8px;
  font-size: 24px;
}

body.corporate-v2-preview .service-card p {
  margin: 0 24px 28px;
  color: var(--corporate-copy);
  font-size: 15px;
  line-height: 1.55;
}

body.corporate-v2-preview .projects-section {
  grid-template-columns: minmax(270px, 0.55fr) minmax(0, 1.45fr);
  align-items: start;
  gap: 44px clamp(30px, 4vw, 58px);
  padding: 104px 0 96px;
  border: 0;
  background: var(--corporate-navy-2);
  box-shadow: 0 0 0 100vmax var(--corporate-navy-2);
  clip-path: inset(0 -100vmax);
}

body.corporate-v2-preview .projects-copy {
  grid-row: 1;
  grid-column: 1;
  min-width: 0;
}

body.corporate-v2-preview .projects-copy h2 {
  font-size: clamp(36px, 4vw, 52px);
}

body.corporate-v2-preview .project-list {
  grid-row: 1;
  grid-column: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.corporate-v2-preview .project-list article {
  grid-template-columns: 1fr;
  align-content: start;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.045);
}

body.corporate-v2-preview .project-list img {
  width: 100%;
  height: 118px;
}

body.corporate-v2-preview .poland-map {
  grid-row: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 18px 24px;
  width: min(100%, 1040px);
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid rgba(242, 183, 32, 0.22);
  border-radius: 3px;
  padding: clamp(22px, 2.5vw, 30px);
  background:
    radial-gradient(circle at 38% 42%, rgba(242, 183, 32, 0.09), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 52%),
    #07131d;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.22);
}

.corporate-v2-map-header {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 8px 32px;
  align-items: end;
  min-width: 0;
}

.corporate-v2-map-header .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.corporate-v2-map-header h3 {
  min-width: 0;
  margin: 0;
  color: var(--white);
  font-size: clamp(27px, 2.7vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1.06;
  overflow-wrap: anywhere;
}

body.corporate-v2-preview .corporate-v2-map-text {
  max-width: 650px;
  margin: 0;
  color: rgba(231, 237, 241, 0.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.corporate-v2-map-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.corporate-v2-map-stats article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
}

.corporate-v2-map-stats article:last-child {
  border-right: 0;
}

.corporate-v2-map-stats strong {
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

.corporate-v2-map-stats span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

body.corporate-v2-preview .poland-map .map-canvas {
  grid-row: 3;
  grid-column: 1;
  width: min(100%, 520px);
  margin: 0 auto;
}

body.corporate-v2-preview .poland-map img {
  opacity: 0.88;
  filter: drop-shadow(0 0 30px rgba(242, 183, 32, 0.12));
}

body.corporate-v2-preview .map-network-lines {
  display: none;
}

body.corporate-v2-preview .map-scale {
  display: none;
}

body.corporate-v2-preview .map-legend {
  grid-row: 4;
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: none;
}

body.corporate-v2-preview .map-legend span {
  justify-content: center;
  min-width: 0;
  min-height: 36px;
  padding: 6px 8px;
  text-align: center;
  white-space: normal;
}

body.corporate-v2-preview .map-legend span:last-child {
  display: none;
}

body.corporate-v2-preview .map-point {
  width: 18px;
  height: 18px;
  cursor: default;
  pointer-events: none;
}

body.corporate-v2-preview .map-point::before {
  width: 17px;
  height: 17px;
  border-color: rgba(219, 228, 234, 0.42);
  background: rgba(7, 19, 29, 0.84);
  box-shadow: 0 0 12px rgba(208, 220, 227, 0.14);
  transform: scale(1);
}

body.corporate-v2-preview .map-point.is-branch:not(.is-plant):not(.is-hq) {
  opacity: 0.62;
}

body.corporate-v2-preview .map-point.is-branch:not(.is-plant) .map-point-core {
  width: 5px;
  height: 5px;
  border: 1px solid rgba(242, 183, 32, 0.72);
  background: #cbd6dc;
  box-shadow: none;
}

body.corporate-v2-preview .map-point.is-hq {
  width: 24px;
  height: 24px;
  opacity: 1;
}

body.corporate-v2-preview .map-point.is-hq::before {
  width: 23px;
  height: 23px;
  border-color: rgba(255, 243, 194, 0.78);
  box-shadow: 0 0 0 5px rgba(255, 243, 194, 0.08);
}

body.corporate-v2-preview .map-point.is-plant {
  z-index: 12;
  width: 29px;
  height: 29px;
  opacity: 1;
}

body.corporate-v2-preview .map-point.is-plant::before {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 218, 111, 0.92);
  border-radius: 5px;
  background: #111d24;
  box-shadow: 0 0 0 4px rgba(242, 183, 32, 0.11), 0 0 22px rgba(242, 183, 32, 0.28);
  transform: scale(1);
}

body.corporate-v2-preview .map-point.is-plant.is-branch::before {
  box-shadow: 0 0 0 2px rgba(208, 220, 227, 0.5), 0 0 0 6px rgba(242, 183, 32, 0.1), 0 0 24px rgba(242, 183, 32, 0.3);
}

body.corporate-v2-preview .map-point.is-plant::after {
  content: attr(data-plant-index);
  position: relative;
  z-index: 2;
  color: #fff7dc;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

body.corporate-v2-preview .map-point.is-plant[data-plant-index="01"] {
  --dx: 25px !important;
  --dy: 5px !important;
}

body.corporate-v2-preview .map-point.is-plant[data-plant-index="07"] {
  --dy: 4px !important;
}

body.corporate-v2-preview .map-point.is-plant .map-point-core {
  position: absolute;
  opacity: 0;
}

body.corporate-v2-preview .map-point.is-plant[data-installations="2"] .map-point-core {
  top: -8px;
  right: -9px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #07131d;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.36);
  opacity: 1;
}

body.corporate-v2-preview .map-point.is-plant[data-installations="2"] .map-point-core::before {
  content: "×2";
  position: static;
  width: auto;
  height: auto;
  color: #101920;
  background: transparent;
  box-shadow: none;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
}

body.corporate-v2-preview .map-point.is-project {
  display: none;
}

body.corporate-v2-preview .map-tooltip {
  display: none;
}

.corporate-v2-map-plant-key {
  grid-row: 3 / span 2;
  grid-column: 2;
  align-self: stretch;
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 20px;
}

.corporate-v2-map-plant-key h4 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.corporate-v2-map-plant-key-list {
  display: grid;
  gap: 5px;
}

.corporate-v2-map-plant-key-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-width: 0;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.025);
}

.corporate-v2-map-plant-key-index {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(242, 183, 32, 0.74);
  border-radius: 4px;
  color: #fff3c2;
  background: rgba(242, 183, 32, 0.08);
  font-size: 9px;
  font-weight: 900;
}

.corporate-v2-map-plant-key-item strong {
  min-width: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.corporate-v2-map-plant-key-item .corporate-v2-plant-installations {
  margin: 0;
  padding: 4px 6px;
  color: #111b22;
  background: var(--gold);
  font-size: 8px;
}

.corporate-v2-plant-directory {
  grid-column: 1 / -1;
  margin-top: 14px;
  border: 1px solid var(--corporate-paper-line);
  border-radius: 3px;
  padding: clamp(26px, 3.5vw, 42px);
  background:
    linear-gradient(135deg, rgba(242, 183, 32, 0.07), transparent 38%),
    rgba(255, 255, 255, 0.54);
  box-shadow: 0 24px 64px rgba(10, 23, 34, 0.07);
  scroll-margin-top: 104px;
}

.corporate-v2-plant-directory-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px clamp(28px, 4vw, 58px);
  align-items: start;
  min-width: 0;
  margin-bottom: 28px;
}

.corporate-v2-plant-directory h3 {
  max-width: 720px;
  min-width: 0;
  margin: 0;
  color: var(--corporate-ink);
  font-size: clamp(27px, 2.8vw, 38px);
  letter-spacing: -0.025em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

body.corporate-v2-preview .corporate-v2-plant-directory-text {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0;
  color: #4f5f6b;
  font-weight: 600;
  line-height: 1.7;
}

.corporate-v2-plant-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 8px;
  min-width: 276px;
}

.corporate-v2-plant-metrics article {
  display: grid;
  gap: 4px;
  min-width: 0;
  min-height: 82px;
  border: 1px solid rgba(11, 26, 38, 0.1);
  padding: 14px 16px;
  background: #0c1a24;
}

.corporate-v2-plant-metrics strong {
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
}

.corporate-v2-plant-metrics span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.corporate-v2-plant-directory-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.corporate-v2-plant-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px 12px;
  align-content: start;
  min-width: 0;
  min-height: 164px;
  border: 1px solid var(--corporate-paper-line);
  border-radius: 2px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(242, 183, 32, 0.1), transparent 46%),
    var(--corporate-paper-2);
  box-shadow: 0 14px 36px rgba(10, 23, 34, 0.07);
}

.corporate-v2-plant-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(242, 183, 32, 0.08));
}

.corporate-v2-plant-index {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(128, 93, 15, 0.42);
  border-radius: 2px;
  color: #6f5210;
  background: rgba(242, 183, 32, 0.09);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.corporate-v2-plant-type {
  align-self: center;
  width: max-content;
  border-left: 2px solid var(--gold);
  padding-left: 8px;
  color: #805d0f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.corporate-v2-plant-name {
  grid-column: 1 / -1;
  min-width: 0;
  max-width: none;
  color: var(--corporate-ink);
  font-size: clamp(19px, 1.7vw, 23px);
  letter-spacing: -0.025em;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.corporate-v2-plant-installations {
  grid-column: 1 / -1;
  width: max-content;
  max-width: 100%;
  margin-top: 0;
  border-radius: 999px;
  padding: 5px 8px;
  color: #6f5210;
  background: rgba(242, 183, 32, 0.17);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.corporate-v2-project-evidence {
  grid-column: 1 / -1;
  margin-top: 18px;
  border: 0;
}

.corporate-v2-project-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
  border: 1px solid rgba(242, 183, 32, 0.34);
  border-radius: 3px;
  padding: 22px 26px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  list-style: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.corporate-v2-project-summary:hover,
.corporate-v2-project-summary:focus-visible,
.corporate-v2-project-evidence[open] .corporate-v2-project-summary {
  border-color: rgba(242, 183, 32, 0.78);
  background: rgba(242, 183, 32, 0.1);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
}

.corporate-v2-project-summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.corporate-v2-project-summary::-webkit-details-marker,
.corporate-v2-history-summary::-webkit-details-marker {
  display: none;
}

.corporate-v2-project-summary-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 18px;
  align-items: baseline;
}

.corporate-v2-project-summary-copy small {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.corporate-v2-project-summary-copy strong {
  font-size: 20px;
}

.corporate-v2-project-summary-copy em {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
}

.corporate-v2-project-action {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.corporate-v2-project-action-label {
  color: var(--gold);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.corporate-v2-details-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: #07131d;
  background: var(--gold);
  font-size: 22px;
  transition: transform 180ms ease;
}

.corporate-v2-project-evidence[open] .corporate-v2-details-mark {
  transform: rotate(45deg);
}

.corporate-v2-project-evidence > .international-projects {
  padding: 12px 0 28px;
}

.corporate-v2-disclosure-note {
  margin: 18px 0 4px;
  border-left: 2px solid var(--gold);
  padding: 5px 0 5px 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
}

body.corporate-v2-preview .production-panel {
  position: relative;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  margin-bottom: 0;
  padding: 82px 0;
  border: 0;
}

body.corporate-v2-preview .production-panel > div,
body.corporate-v2-preview .production-panel > p {
  align-self: center;
}

body.corporate-v2-preview .production-panel h2 {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 46px);
}

.corporate-v2-production-cta {
  white-space: nowrap;
}

.corporate-v2-editorial-note {
  grid-column: 1 / -1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 16px 0 0 !important;
  border-left: 2px solid #b48619;
  padding: 9px 12px;
  color: #6d5b31 !important;
  background: rgba(242, 183, 32, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.corporate-v2-preview .location-films-section {
  width: 100%;
  padding: 104px 0;
  background: #050c12;
  isolation: isolate;
}

.corporate-v2-location-shell {
  width: min(calc(100% - 72px), var(--corporate-max));
  margin: 0 auto;
}

body.corporate-v2-preview .location-films-section::before {
  z-index: 0;
  opacity: 0.72;
}

.corporate-v2-location-shell > * {
  position: relative;
  z-index: 1;
}

body.corporate-v2-preview .location-film-experience {
  grid-template-columns: minmax(0, 1.7fr) minmax(340px, 0.7fr);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

body.corporate-v2-preview .international-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 86px);
  margin-top: 0;
  margin-bottom: 0;
  padding: 104px 0;
  border: 0;
}

body.corporate-v2-preview .international-copy h2 {
  font-size: clamp(36px, 4vw, 52px);
  overflow-wrap: anywhere;
}

body.corporate-v2-preview .international-media {
  min-height: 470px;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 28px 70px rgba(10, 23, 34, 0.14);
}

body.corporate-v2-preview .international-media img {
  min-height: 470px;
}

body.corporate-v2-preview .international-scope {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.corporate-v2-preview .international-scope article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--corporate-paper-line);
  background: var(--corporate-paper-2);
}

body.corporate-v2-preview .investor-section {
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
  padding: 104px 0;
  background: var(--corporate-navy);
  box-shadow: 0 0 0 100vmax var(--corporate-navy);
  clip-path: inset(0 -100vmax);
}

body.corporate-v2-preview .investor-section article {
  position: relative;
  min-height: 280px;
  padding: 32px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.045);
}

body.corporate-v2-preview .investor-section article::before {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(242, 183, 32, 0.55);
  content: attr(data-corporate-index);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body.corporate-v2-preview .investor-section h2 {
  max-width: 460px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.15;
}

.corporate-v2-history-shell {
  display: block;
  padding: 72px 0;
  scroll-margin-top: 96px;
}

.corporate-v2-history-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 178px;
  border: 1px solid rgba(138, 101, 18, 0.3);
  border-radius: 3px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 48px rgba(10, 23, 34, 0.07);
  cursor: pointer;
  list-style: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.corporate-v2-history-summary:hover,
.corporate-v2-history-summary:focus-visible,
.corporate-v2-history-shell[open] .corporate-v2-history-summary {
  border-color: rgba(138, 101, 18, 0.72);
  background: #fff;
  box-shadow: 0 22px 58px rgba(10, 23, 34, 0.11);
}

.corporate-v2-history-summary:focus-visible {
  outline: 2px solid #a97711;
  outline-offset: 4px;
}

.corporate-v2-history-summary-copy {
  display: grid;
  gap: 8px;
}

.corporate-v2-history-summary small {
  color: #a97711;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.corporate-v2-history-summary strong {
  max-width: 760px;
  color: var(--corporate-ink);
  font-size: clamp(30px, 3.4vw, 46px);
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.corporate-v2-history-summary em {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(138, 101, 18, 0.54);
  border-radius: 2px;
  padding: 0 14px;
  color: #6f5210;
  background: rgba(242, 183, 32, 0.11);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.corporate-v2-history-summary em::after {
  display: inline-block;
  margin-left: 10px;
  content: "+";
  font-size: 18px;
  transition: transform 180ms ease;
}

.corporate-v2-history-shell[open] .corporate-v2-history-summary em::after {
  transform: rotate(45deg);
}

.corporate-v2-history-shell > .history-map {
  width: 100%;
  margin-top: 28px;
  color: var(--white);
  background: var(--corporate-navy);
}

.corporate-v2-history-shell .history-audio-toggle {
  display: none;
}

.corporate-v2-careers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
  padding: 76px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--corporate-navy-2);
  box-shadow: 0 0 0 100vmax var(--corporate-navy-2);
  clip-path: inset(0 -100vmax);
}

.corporate-v2-careers-copy h2 {
  max-width: 760px;
  margin: 0 0 14px;
}

.corporate-v2-careers-text {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.corporate-v2-careers-cta {
  white-space: nowrap;
}

body.corporate-v2-preview .contact-section {
  padding: 104px 0 90px;
  border: 0;
}

body.corporate-v2-preview .contact-form,
body.corporate-v2-preview .contact-public {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 24px 64px rgba(10, 23, 34, 0.12);
}

@media (max-width: 1180px) and (min-width: 721px) {
  body.corporate-v2-preview .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  body.corporate-v2-preview .site-header .nav-toggle {
    display: block;
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
  }

  body.corporate-v2-preview .site-header .language-menu {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }

  body.corporate-v2-preview .site-header .site-nav {
    display: none;
  }

  body.corporate-v2-preview .site-header.is-open {
    padding: 14px 16px;
  }

  body.corporate-v2-preview .site-header.is-open .site-nav {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
    padding-top: 12px;
  }
}

@media (max-width: 1100px) {
  body.corporate-v2-preview .site-header {
    grid-template-columns: auto auto auto;
  }

  body.corporate-v2-preview .site-header.is-open {
    padding: 14px 16px;
  }

  body.corporate-v2-preview .site-header.is-open .site-nav {
    padding-top: 12px;
  }

  .corporate-v2-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .corporate-v2-rail-status {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .corporate-v2-rail-link:nth-child(n + 6) {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  body.corporate-v2-preview .film-section,
  body.corporate-v2-preview .projects-section,
  body.corporate-v2-preview .international-section {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .film-section {
    gap: 42px;
  }

  body.corporate-v2-preview .film-copy {
    max-width: 760px;
  }

  body.corporate-v2-preview .projects-section {
    align-items: start;
  }

  body.corporate-v2-preview .projects-copy {
    grid-row: 1;
    grid-column: 1;
  }

  body.corporate-v2-preview .project-list {
    grid-row: 2;
    grid-column: 1;
  }

  body.corporate-v2-preview .poland-map {
    grid-row: 3;
    grid-column: 1;
    width: 100%;
  }

  body.corporate-v2-preview .project-list {
    grid-template-columns: repeat(3, 1fr);
  }

  body.corporate-v2-preview .project-list article {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .project-list img {
    height: 170px;
  }

  body.corporate-v2-preview .international-media,
  body.corporate-v2-preview .international-media img {
    min-height: 420px;
  }

  body.corporate-v2-preview .international-scope {
    grid-template-columns: repeat(2, 1fr);
  }

  body.corporate-v2-preview .production-panel {
    grid-template-columns: 1fr auto;
  }

  body.corporate-v2-preview .production-panel > p {
    grid-column: 1 / -1;
  }

  body.corporate-v2-preview .location-film-experience {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .location-film-stage {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.corporate-v2-preview .location-film-tabs {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  body.corporate-v2-preview .location-film-tab {
    scroll-snap-align: start;
  }
}

@media (max-width: 980px) {
  .corporate-v2-plant-directory-header {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .corporate-v2-plant-directory-text {
    grid-column: 1;
  }

  .corporate-v2-plant-metrics {
    justify-self: start;
  }

  .corporate-v2-plant-directory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .corporate-v2-map-header {
    grid-template-columns: 1fr;
  }

  .corporate-v2-map-header .eyebrow {
    grid-column: 1;
  }

  body.corporate-v2-preview .poland-map {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
    max-width: 680px;
  }

  body.corporate-v2-preview .poland-map .map-canvas,
  body.corporate-v2-preview .map-legend,
  .corporate-v2-map-plant-key {
    grid-row: auto;
    grid-column: 1;
  }

  .corporate-v2-map-plant-key {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
    padding-top: 18px;
    padding-left: 0;
  }

  .corporate-v2-map-plant-key-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.corporate-v2-preview .site-header,
  body.corporate-v2-preview .stats-strip,
  body.corporate-v2-preview .roadmap-section,
  body.corporate-v2-preview .services-section,
  body.corporate-v2-preview .projects-section,
  body.corporate-v2-preview .film-section,
  body.corporate-v2-preview .international-section,
  body.corporate-v2-preview .production-panel,
  body.corporate-v2-preview .investor-section,
  body.corporate-v2-preview .corporate-v2-history-shell,
  body.corporate-v2-preview .corporate-v2-careers,
  body.corporate-v2-preview .contact-section,
  body.corporate-v2-preview .site-footer,
  .corporate-v2-location-shell {
    width: calc(100% - 32px);
  }

  body.corporate-v2-preview .site-header {
    top: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
  }

  body.corporate-v2-preview .site-header .nav-toggle {
    grid-row: 1;
    grid-column: 2;
  }

  body.corporate-v2-preview .site-header:not(.is-open) .language-menu {
    display: none;
  }

  body.corporate-v2-preview .site-header .brand,
  body.corporate-v2-preview .site-header .brand-logo {
    width: 124px;
    min-width: 124px;
  }

  body.corporate-v2-preview .site-header.is-open .language-menu {
    grid-row: 3;
    grid-column: 1 / -1;
    justify-self: start;
    width: 104px;
  }

  body.corporate-v2-preview .hero-section,
  body.corporate-v2-preview .hero-grid {
    min-height: 680px;
  }

  body.corporate-v2-preview .hero-grid {
    padding: 126px 0 42px;
  }

  body.corporate-v2-preview .hero-copy h1 {
    font-size: clamp(43px, 14vw, 58px);
  }

  body.corporate-v2-preview .hero-copy > p {
    font-size: 18px;
  }

  body.corporate-v2-preview .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.corporate-v2-preview .stats-strip article {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.corporate-v2-preview .stats-strip article:nth-child(2n) {
    border-right: 0;
  }

  .corporate-v2-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 32px);
  }

  .corporate-v2-rail-status {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .corporate-v2-rail-link {
    min-height: 62px;
    padding: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .corporate-v2-rail-link:nth-child(odd) {
    border-right: 0;
  }

  body.corporate-v2-preview h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  body.corporate-v2-preview .roadmap-section,
  body.corporate-v2-preview .film-section,
  body.corporate-v2-preview .services-section,
  body.corporate-v2-preview .projects-section,
  body.corporate-v2-preview .location-films-section,
  body.corporate-v2-preview .international-section,
  body.corporate-v2-preview .investor-section,
  body.corporate-v2-preview .contact-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.corporate-v2-preview .roadmap-section .section-title {
    gap: 22px;
  }

  body.corporate-v2-preview .roadmap-lead-card {
    min-height: 0;
    padding: 28px 24px;
    background: var(--corporate-paper-2);
  }

  body.corporate-v2-preview .roadmap-lead-card h3 {
    font-size: 30px;
  }

  body.corporate-v2-preview .service-grid,
  body.corporate-v2-preview .project-list,
  body.corporate-v2-preview .international-scope,
  body.corporate-v2-preview .investor-section,
  body.corporate-v2-preview .contact-section {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.corporate-v2-preview .values-grid article {
    min-height: 0;
  }

  body.corporate-v2-preview .video-stack {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .video-card-main,
  body.corporate-v2-preview .video-card-secondary,
  body.corporate-v2-preview .video-card-main img,
  body.corporate-v2-preview .video-card-secondary img {
    height: 270px;
    min-height: 0;
  }

  body.corporate-v2-preview .service-card img {
    height: auto;
  }

  body.corporate-v2-preview .project-list article {
    grid-template-columns: 120px 1fr;
  }

  body.corporate-v2-preview .project-list img {
    height: 104px;
  }

  .corporate-v2-project-summary-copy {
    grid-template-columns: 1fr;
  }

  .corporate-v2-project-summary-copy small {
    grid-row: auto;
  }

  .corporate-v2-project-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .corporate-v2-project-action {
    justify-content: space-between;
    width: 100%;
  }

  .corporate-v2-plant-directory-header {
    gap: 18px;
  }

  body.corporate-v2-preview .production-panel {
    grid-template-columns: 1fr;
    padding: 64px 0;
  }

  body.corporate-v2-preview .production-panel > p,
  .corporate-v2-editorial-note {
    grid-column: 1;
  }

  .corporate-v2-production-cta {
    justify-content: center;
    width: 100%;
  }

  .corporate-v2-editorial-note {
    width: 100%;
    margin-top: 14px !important;
  }

  body.corporate-v2-preview .location-films-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.corporate-v2-preview .location-film-experience,
  body.corporate-v2-preview .location-film-poster,
  body.corporate-v2-preview .location-film-poster img {
    min-height: 360px;
  }

  body.corporate-v2-preview .location-film-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  body.corporate-v2-preview .location-film-tab:last-child {
    grid-column: 1 / -1;
  }

  body.corporate-v2-preview .international-media,
  body.corporate-v2-preview .international-media img {
    min-height: 280px;
  }

  body.corporate-v2-preview .investor-section article {
    min-height: 230px;
  }

  .corporate-v2-history-shell {
    padding: 56px 0;
  }

  .corporate-v2-history-summary {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }

  .corporate-v2-history-summary strong {
    font-size: 32px;
  }

  .corporate-v2-history-summary em {
    justify-content: center;
    width: 100%;
  }

  .corporate-v2-careers {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 64px 0;
  }

  .corporate-v2-careers-cta {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 560px) {
  body.corporate-v2-preview .poland-map,
  .corporate-v2-plant-directory {
    padding: 20px;
  }

  .corporate-v2-plant-directory-list {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .international-markets {
    grid-template-columns: 1fr;
  }

  .corporate-v2-map-stats,
  body.corporate-v2-preview .map-legend {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .corporate-v2-map-plant-key-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corporate-v2-map-stats article {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 66px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    padding: 8px 5px;
    text-align: center;
  }

  .corporate-v2-map-stats article:last-child {
    border-right: 0;
  }

  .corporate-v2-map-stats span {
    font-size: 8px;
    letter-spacing: 0.03em;
  }

  body.corporate-v2-preview .map-point.is-plant {
    width: 23px;
    height: 23px;
  }

  body.corporate-v2-preview .map-point.is-plant::before {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    box-shadow: 0 0 0 3px rgba(242, 183, 32, 0.1), 0 0 16px rgba(242, 183, 32, 0.24);
  }

  body.corporate-v2-preview .map-point.is-plant::after {
    font-size: 7px;
  }

  body.corporate-v2-preview .map-point.is-plant[data-installations="2"] .map-point-core {
    top: -7px;
    right: -8px;
    width: 16px;
    height: 16px;
  }

  body.corporate-v2-preview .map-point.is-plant[data-plant-index="06"] {
    --dx: -10px !important;
    --dy: 4px !important;
  }

  body.corporate-v2-preview .map-point.is-plant[data-plant-index="03"] {
    --dx: 0px !important;
    --dy: 0px !important;
  }

  body.corporate-v2-preview .map-point.is-plant[data-plant-index="07"] {
    --dx: 10px !important;
    --dy: 10px !important;
  }

  body.corporate-v2-preview .map-point.is-plant[data-plant-index="01"] {
    --dx: -25px !important;
    --dy: -11px !important;
  }

  body.corporate-v2-preview .map-point.is-plant[data-plant-index="02"] {
    --dx: 4px !important;
    --dy: -6px !important;
  }

  body.corporate-v2-preview .map-point.is-plant[data-plant-index="04"] {
    --dx: 13px !important;
    --dy: -4px !important;
  }

  .corporate-v2-plant-metrics {
    width: 100%;
    min-width: 0;
  }

  .corporate-v2-plant-item {
    min-height: 150px;
  }
}

@media (max-width: 420px) {
  .corporate-v2-map-plant-key-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.corporate-v2-preview *,
  body.corporate-v2-preview *::before,
  body.corporate-v2-preview *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 360px) {
  body.corporate-v2-preview .stats-strip,
  body.corporate-v2-preview .values-grid,
  body.corporate-v2-preview .location-film-tabs,
  .corporate-v2-plant-directory-list {
    grid-template-columns: 1fr;
  }

  body.corporate-v2-preview .stats-strip article,
  body.corporate-v2-preview .stats-strip article:nth-child(2n) {
    border-right: 0;
  }

  body.corporate-v2-preview .location-film-tab:last-child {
    grid-column: auto;
  }

  .corporate-v2-plant-metrics {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .location-film-poster img,
  .location-film-play,
  .location-film-tab {
    transition: none;
  }

  .location-film-poster:hover img,
  .location-film-poster:focus-visible img {
    transform: none;
  }
}

@font-face {
  font-family: "Karla";
  src: url("assets/fonts/Karla-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #071018;
  --panel: #0d1721;
  --panel-2: #101c27;
  --line: rgba(213, 177, 66, 0.22);
  --line-soft: rgba(255, 255, 255, 0.11);
  --gold: #f2b720;
  --gold-2: #c89118;
  --text: #f7f3e8;
  --muted: #b1b9c1;
  --muted-2: #7f8993;
  --white: #fff;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: 96px;
}

.section-anchor {
  display: block;
  height: 0;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 8%, rgba(242, 183, 32, 0.08), transparent 28rem),
    linear-gradient(180deg, #050a0f, var(--bg) 38rem);
  font-family: "Karla", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(100% - 72px, var(--max));
  min-height: 72px;
  padding: 20px 0;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 178px;
}

.brand-logo {
  display: block;
  width: 178px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

.brand-symbol {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: var(--gold);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

.brand-symbol::before,
.brand-symbol::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 4px;
  background: var(--bg);
  transform: skewX(-18deg);
}

.brand-symbol::before {
  left: 9px;
}

.brand-symbol::after {
  left: 17px;
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.brand-text span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(7px, 0.9vw, 12px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(5, 13, 20, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-nav a::after {
  display: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current,
.site-nav a[aria-current="location"] {
  border-color: rgba(242, 183, 32, 0.54);
  color: var(--white);
  background: rgba(242, 183, 32, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  transform: translateY(-1px);
}

.language-menu,
.nav-toggle {
  color: var(--white);
  background: rgba(5, 10, 15, 0.38);
}

.language-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  overflow: hidden;
  border: 1px solid rgba(242, 183, 32, 0.42);
}

.language-menu::after {
  content: "⌄";
  position: absolute;
  right: 10px;
  color: var(--gold);
  font-size: 12px;
  pointer-events: none;
}

.language-select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 36px;
  border: 0;
  padding: 0 30px 0 12px;
  color: var(--white);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

.language-select:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}

.language-select option {
  color: #0b1118;
  background: var(--white);
}

.language-menu::after {
  display: none;
}

.language-option {
  min-height: 36px;
  border: 0;
  border-right: 1px solid rgba(242, 183, 32, 0.2);
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.language-option:last-child {
  border-right: 0;
}

.language-option:hover,
.language-option:focus-visible {
  color: var(--white);
  background: rgba(242, 183, 32, 0.1);
}

.language-option:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: -1px;
}

.language-option.is-active {
  color: #0b1118;
  background: var(--gold);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
}

.hero-section {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #03070a;
  isolation: isolate;
  --hero-image: url("assets/img/hero-poldrog-eagle-autostrada-2026.png");
}

@supports (background-image: image-set(url("assets/img/hero-poldrog-eagle-autostrada-2026.webp") type("image/webp"))) {
  .hero-section {
    --hero-image: image-set(
      url("assets/img/hero-poldrog-eagle-autostrada-2026.webp") type("image/webp"),
      url("assets/img/hero-poldrog-eagle-autostrada-2026.png") type("image/png")
    );
  }
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-section::before {
  background:
    radial-gradient(ellipse at 67% 25%, transparent 0 8rem, rgba(3, 7, 10, 0.18) 14rem, transparent 25rem),
    radial-gradient(circle at 62% 26%, rgba(255, 244, 201, 0.035), transparent 7rem),
    radial-gradient(ellipse at 80% 18%, rgba(242, 183, 32, 0.07), transparent 15rem);
  mix-blend-mode: normal;
  animation: heroEaglePulse 3.8s ease-in-out infinite alternate;
}

.hero-section::after {
  background:
    linear-gradient(116deg, transparent 42%, rgba(255, 226, 138, 0.08) 48%, transparent 56%),
    linear-gradient(126deg, transparent 55%, rgba(255, 244, 201, 0.055) 60%, transparent 66%),
    radial-gradient(ellipse at 78% 25%, rgba(242, 183, 32, 0.06), transparent 16rem);
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.46;
  mix-blend-mode: screen;
  animation: heroEagleSpark 5.4s ease-in-out infinite alternate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 10, 0.22) 0%, rgba(3, 7, 10, 0.08) 34%, rgba(3, 7, 10, 0.02) 66%, rgba(3, 7, 10, 0.02) 100%),
    linear-gradient(180deg, rgba(3, 7, 10, 0.04) 0%, rgba(3, 7, 10, 0.01) 58%, rgba(3, 7, 10, 0.28) 100%),
    var(--hero-image);
  background-position: 50% center;
  background-size: cover;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media::before {
  background:
    radial-gradient(ellipse at 24% 32%, rgba(255, 238, 176, 0.14), transparent 27rem),
    radial-gradient(ellipse at 18% 18%, rgba(255, 255, 255, 0.08), transparent 22rem),
    radial-gradient(ellipse at 73% 21%, rgba(255, 226, 138, 0.05), transparent 18rem),
    radial-gradient(circle at 58% 32%, rgba(242, 183, 32, 0.04), transparent 12rem),
    linear-gradient(115deg, transparent 35%, rgba(255, 226, 138, 0.04) 49%, transparent 62%);
  opacity: 0.42;
  mix-blend-mode: screen;
  animation: heroEagleAura 6.5s ease-in-out infinite alternate;
}

.hero-media::after {
  background:
    radial-gradient(ellipse at 70% 26%, rgba(0, 0, 0, 0.06), transparent 21rem),
    linear-gradient(90deg, rgba(3, 7, 10, 0.03), rgba(3, 7, 10, 0.02) 34%, transparent 62%, rgba(3, 7, 10, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent 18%, transparent 74%, rgba(0, 0, 0, 0.34));
}

.hero-eagle-focus {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--hero-image) 50% center / cover no-repeat;
  filter: contrast(1.58) saturate(1.12) brightness(0.68) drop-shadow(0 12px 30px rgba(0, 0, 0, 0.26));
  opacity: 0.58;
  mix-blend-mode: normal;
  -webkit-mask-image:
    radial-gradient(ellipse at 67% 29%, #000 0 8rem, rgba(0, 0, 0, 0.82) 16rem, transparent 27rem),
    linear-gradient(102deg, transparent 0 35%, #000 49% 100%);
  mask-image:
    radial-gradient(ellipse at 67% 29%, #000 0 8rem, rgba(0, 0, 0, 0.82) 16rem, transparent 27rem),
    linear-gradient(102deg, transparent 0 35%, #000 49% 100%);
}

.hero-eagle-contrast {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 66% 29%, rgba(3, 7, 10, 0.3) 0, rgba(3, 7, 10, 0.2) 8rem, transparent 18rem),
    linear-gradient(100deg, transparent 0 49%, rgba(3, 7, 10, 0.22) 59%, rgba(3, 7, 10, 0.1) 78%, transparent 100%);
  mix-blend-mode: multiply;
  opacity: 0.82;
  -webkit-mask-image: radial-gradient(ellipse at 68% 30%, #000 0 11rem, rgba(0, 0, 0, 0.72) 17rem, transparent 27rem);
  mask-image: radial-gradient(ellipse at 68% 30%, #000 0 11rem, rgba(0, 0, 0, 0.72) 17rem, transparent 27rem);
}

.hero-eagle-effect {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-eagle-effect::before,
.hero-eagle-effect::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-eagle-effect::before {
  top: 4%;
  left: 42%;
  width: 61%;
  height: 52%;
  background:
    linear-gradient(102deg, transparent 5%, rgba(255, 244, 201, 0.22) 18%, rgba(242, 183, 32, 0.13) 42%, transparent 70%),
    linear-gradient(119deg, transparent 18%, rgba(255, 226, 138, 0.2) 26%, transparent 36%),
    linear-gradient(131deg, transparent 48%, rgba(255, 236, 174, 0.15) 55%, transparent 63%),
    repeating-linear-gradient(108deg, transparent 0 20px, rgba(255, 226, 138, 0.1) 21px 22px, transparent 23px 52px),
    repeating-linear-gradient(128deg, transparent 0 34px, rgba(255, 244, 201, 0.065) 35px 36px, transparent 37px 76px);
  background-size: 100% 100%;
  background-position: center;
  filter: drop-shadow(0 0 12px rgba(255, 218, 102, 0.5)) drop-shadow(0 0 22px rgba(242, 183, 32, 0.22));
  opacity: 0.66;
  transform: skewX(-9deg);
  animation: eagleDematerialize 4.6s ease-in-out infinite alternate;
  -webkit-mask-image: linear-gradient(102deg, transparent 0 10%, #000 25% 90%, transparent 100%);
  mask-image: linear-gradient(102deg, transparent 0 10%, #000 25% 90%, transparent 100%);
}

.hero-eagle-effect::after {
  top: 4%;
  right: -5%;
  width: 70%;
  height: 52%;
  background:
    radial-gradient(ellipse at 47% 45%, rgba(255, 244, 201, 0.08), transparent 13rem),
    linear-gradient(112deg, transparent 22%, rgba(255, 238, 176, 0.23) 42%, rgba(255, 226, 138, 0.09) 54%, transparent 70%),
    linear-gradient(128deg, transparent 16%, rgba(242, 183, 32, 0.25) 34%, transparent 51%),
    linear-gradient(102deg, transparent 39%, rgba(255, 255, 255, 0.09) 46%, transparent 52%),
    repeating-linear-gradient(116deg, transparent 0 34px, rgba(255, 226, 138, 0.11) 35px 36px, transparent 37px 84px);
  filter: blur(0.1px) drop-shadow(0 0 18px rgba(242, 183, 32, 0.38));
  opacity: 0.58;
  transform: rotate(-4deg);
  animation: eagleLightTrail 5.8s ease-in-out infinite alternate;
  -webkit-mask-image: linear-gradient(104deg, transparent 0 22%, #000 40% 82%, transparent 100%);
  mask-image: linear-gradient(104deg, transparent 0 22%, #000 40% 82%, transparent 100%);
}

.hero-brandmark {
  position: absolute;
  z-index: 5;
  top: 42%;
  left: 50%;
  display: none;
  width: clamp(420px, 42vw, 680px);
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  isolation: isolate;
}

.hero-brandmark::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -8% -7% -14%;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(3, 7, 10, 0.58) 0%, rgba(3, 7, 10, 0.34) 44%, rgba(3, 7, 10, 0) 76%),
    linear-gradient(180deg, rgba(3, 7, 10, 0.16), rgba(3, 7, 10, 0.44));
  filter: blur(10px);
  opacity: 0.92;
  transform: translateY(6px);
  pointer-events: none;
}

.hero-brandmark-img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 1px rgba(3, 7, 10, 0.98))
    drop-shadow(0 1px 0 rgba(3, 7, 10, 0.9))
    drop-shadow(0 3px 2px rgba(3, 7, 10, 0.72))
    drop-shadow(0 16px 34px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 12px rgba(242, 183, 32, 0.16));
}

.hero-machine-labels {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: none;
  pointer-events: none;
}

.machine-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 2px 7px 1px;
  border: 1px solid rgba(38, 28, 5, 0.38);
  border-radius: 1px;
  color: rgba(18, 13, 4, 0.94);
  background: linear-gradient(180deg, rgba(255, 212, 71, 0.94), rgba(221, 157, 23, 0.9));
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.86;
  text-shadow:
    0 1px 0 rgba(255, 212, 71, 0.28),
    0 0 2px rgba(242, 183, 32, 0.22);
  mix-blend-mode: normal;
  transform-origin: center;
}

.machine-label-paver {
  left: 8.7%;
  top: 72.4%;
  transform: rotate(-5deg) skewX(-11deg) scale(0.74);
}

.machine-label-roller {
  left: 51%;
  top: 80.4%;
  transform: rotate(2deg) skewX(-7deg) scale(0.56);
}

.machine-label-truck {
  left: 63.2%;
  top: 73.4%;
  transform: rotate(4deg) skewX(-8deg) scale(0.54);
}

.machine-label-fleet {
  left: 80.8%;
  top: 72.2%;
  transform: rotate(3deg) skewX(-8deg) scale(0.48);
}

.hero-road-sign {
  position: absolute;
  z-index: 4;
  right: 9.4%;
  bottom: 20.5%;
  display: none;
  width: 128px;
  height: 112px;
  pointer-events: none;
  transform: perspective(420px) rotateY(-18deg) rotateZ(3deg);
  transform-origin: 50% 100%;
}

.road-sign-board {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  width: 118px;
  min-height: 46px;
  padding: 8px 12px;
  border: 2px solid rgba(49, 36, 5, 0.62);
  border-radius: 3px;
  color: #1d1608;
  background:
    linear-gradient(180deg, #ffd447, #e3a912),
    var(--gold);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.road-sign-board strong {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.road-sign-symbol {
  position: relative;
  width: 25px;
  height: 25px;
  background: #1d1608;
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

.road-sign-symbol::before,
.road-sign-symbol::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 3px;
  background: #ffd447;
  transform: skewX(-18deg);
}

.road-sign-symbol::before {
  left: 8px;
}

.road-sign-symbol::after {
  left: 15px;
}

.road-sign-post {
  position: absolute;
  top: 46px;
  left: 57px;
  width: 5px;
  height: 66px;
  border-radius: 2px;
  background: linear-gradient(90deg, #7d8588, #d4d9d9 45%, #5d6467);
  box-shadow: 8px 18px 18px rgba(0, 0, 0, 0.34);
}

body.hero-logo-only .site-header {
  left: 50%;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-items: stretch;
  align-items: start;
  gap: 24px;
  width: min(100% - 72px, var(--max));
  min-height: 96px;
  transform: translateX(-50%);
}

body.hero-logo-only {
  overflow-x: hidden;
}

body.hero-logo-only .site-header > .brand,
body.hero-logo-only .nav-toggle,
body.hero-logo-only .hero-copy,
body.hero-logo-only .hero-proof {
  display: none;
}

body.hero-logo-only .site-nav {
  grid-row: 1;
  grid-column: 1;
  justify-content: flex-start;
  gap: 17px;
  padding-left: 0;
}

body.hero-logo-only .language-menu {
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
  background: rgba(5, 10, 15, 0.3);
}

body.hero-logo-only .hero-section {
  min-height: 690px;
}

body.hero-logo-only .hero-grid {
  min-height: 690px;
  padding: 0;
  pointer-events: none;
}

body.hero-logo-only .hero-brandmark {
  display: block;
}

body.hero-logo-only .hero-machine-labels,
body.hero-logo-only .hero-road-sign {
  display: none;
}

body.hero-logo-only .hero-eagle-focus,
body.hero-logo-only .hero-eagle-contrast,
body.hero-logo-only .hero-eagle-effect {
  display: none;
}

body.hero-logo-only .hero-eagle-effect::before {
  opacity: 0.56;
}

body.hero-logo-only .hero-eagle-effect::after {
  opacity: 0.48;
}

@keyframes heroEagleAura {
  0% {
    opacity: 0.48;
    transform: translate3d(-8px, 2px, 0) scale(1);
  }

  100% {
    opacity: 0.82;
    transform: translate3d(10px, -5px, 0) scale(1.016);
  }
}

@keyframes eagleDematerialize {
  0% {
    opacity: 0.42;
    transform: translate3d(-12px, 8px, 0) skewX(-9deg) scale(0.985);
  }

  48% {
    opacity: 0.7;
  }

  100% {
    opacity: 0.54;
    transform: translate3d(28px, -14px, 0) skewX(-9deg) scale(1.045);
  }
}

@keyframes eagleLightTrail {
  0% {
    opacity: 0.26;
    transform: translate3d(-22px, 11px, 0) rotate(-4deg) scale(0.99);
  }

  100% {
    opacity: 0.56;
    transform: translate3d(22px, -12px, 0) rotate(-4deg) scale(1.035);
  }
}

@keyframes heroEaglePulse {
  0% {
    opacity: 0.5;
    transform: translate3d(-10px, 4px, 0) scale(0.99);
  }

  100% {
    opacity: 0.86;
    transform: translate3d(12px, -6px, 0) scale(1.025);
  }
}

@keyframes heroEagleSpark {
  0% {
    opacity: 0.24;
    transform: translate3d(-14px, 8px, 0);
  }

  100% {
    opacity: 0.48;
    transform: translate3d(18px, -8px, 0);
  }
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 58px;
  align-items: center;
  width: min(100% - 72px, var(--max));
  min-height: 650px;
  margin: 0 auto;
  padding: 108px 0 52px;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  max-width: 570px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -24px -28px -22px -30px;
  z-index: -1;
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 24% 34%, rgba(3, 7, 10, 0.42), rgba(3, 7, 10, 0.13) 48%, transparent 72%),
    linear-gradient(90deg, rgba(3, 7, 10, 0.16), transparent 82%);
  filter: blur(4px);
  opacity: 0.44;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: 62px;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.74), 0 0 28px rgba(0, 0, 0, 0.42);
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: var(--gold);
}

.hero-copy p {
  max-width: 500px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.28;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.78), 0 0 24px rgba(0, 0, 0, 0.4);
}

.hero-actions {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.button,
.film-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.button {
  border: 1px solid rgba(242, 183, 32, 0.65);
  padding: 0 22px;
  letter-spacing: 0.02em;
}

.button-gold {
  color: #0b1118;
  background: var(--gold);
}

.button-outline {
  color: var(--white);
  background: transparent;
}

.film-link {
  border: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  padding: 0;
  text-transform: none;
}

.play-circle {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--white);
  border-radius: 50%;
}

.play-circle::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--white);
}

.hero-proof {
  position: relative;
  align-self: end;
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(242, 183, 32, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(5, 12, 18, 0.26), rgba(5, 12, 18, 0.08));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(5px);
}

.hero-proof::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 183, 32, 0.72), transparent);
  box-shadow: 0 0 18px rgba(242, 183, 32, 0.28);
}

.hero-proof article {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  padding: 10px 12px;
  background: linear-gradient(90deg, rgba(7, 16, 24, 0.28), rgba(7, 16, 24, 0.1));
}

.hero-proof article::after {
  display: none;
}

.proof-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(242, 183, 32, 0.74);
  border-radius: 50%;
  color: var(--gold);
  background: radial-gradient(circle at 50% 50%, rgba(242, 183, 32, 0.16), rgba(242, 183, 32, 0.02) 66%, transparent);
  box-shadow: 0 0 0 1px rgba(242, 183, 32, 0.08), 0 0 24px rgba(242, 183, 32, 0.14);
}

.proof-icon::before,
.proof-icon::after {
  content: "";
  position: absolute;
}

.proof-experience::before {
  width: 14px;
  height: 14px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.proof-experience::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}

.proof-group::before {
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.proof-group::after {
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: rotate(45deg);
}

.proof-nationwide::before {
  width: 17px;
  height: 17px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.proof-nationwide::after {
  width: 20px;
  height: 20px;
  background:
    linear-gradient(var(--gold), var(--gold)) center / 1px 20px no-repeat,
    linear-gradient(90deg, var(--gold), var(--gold)) center / 20px 1px no-repeat;
  opacity: 0.9;
}

.proof-fleet::before {
  width: 18px;
  height: 12px;
  border: 1px solid var(--gold);
  border-top: 0;
  transform: translateY(3px);
}

.proof-fleet::after {
  width: 14px;
  height: 18px;
  border-left: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: translateY(-2px);
}

.hero-proof strong {
  display: block;
  color: var(--white);
  font-size: 18px;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.68);
}

.hero-proof p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.stats-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(100% - 72px, var(--max));
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid rgba(242, 183, 32, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(242, 183, 32, 0), rgba(242, 183, 32, 0.11) 50%, rgba(242, 183, 32, 0)),
    linear-gradient(180deg, rgba(9, 19, 29, 0.92), rgba(7, 15, 23, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.stats-strip article {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 5px 16px;
  align-items: center;
  min-height: 108px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(13, 25, 36, 0.58), rgba(4, 10, 16, 0.2));
  overflow: hidden;
}

.stats-strip article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(242, 183, 32, 0), rgba(242, 183, 32, 0.62), rgba(242, 183, 32, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}

.stats-strip article:hover::before {
  opacity: 1;
}

.stats-strip article:last-child {
  border-right: 0;
}

.stats-strip strong {
  grid-column: 2;
  display: block;
  color: var(--white);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.stats-strip small {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.stats-strip p {
  grid-column: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.stats-strip article:nth-child(4) {
  background:
    radial-gradient(circle at 84% 22%, rgba(242, 183, 32, 0.18), rgba(242, 183, 32, 0) 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, rgba(15, 29, 42, 0.68), rgba(4, 10, 16, 0.18));
}

.stats-strip article:nth-child(4) strong {
  max-width: 180px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.08;
}

.line-icon,
.card-icon {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  color: var(--gold);
}

.stats-strip .line-icon {
  grid-row: 1 / 3;
  grid-column: 1;
  place-self: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(242, 183, 32, 0.35);
  border-radius: 6px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 36%),
    rgba(242, 183, 32, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 12px 30px rgba(0, 0, 0, 0.22);
}

.line-icon::before,
.line-icon::after,
.card-icon::before,
.card-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.stats-strip .line-icon::before,
.stats-strip .line-icon::after {
  border-width: 1.7px;
}

.stats-strip .people::before {
  left: 16px;
  top: 10px;
}

.stats-strip .people::after {
  left: 11px;
  bottom: 9px;
}

.stats-strip .plant::before {
  inset: 16px 10px 10px;
}

.stats-strip .plant::after {
  left: 19px;
  bottom: 21px;
}

.stats-strip .lab::before {
  left: 17px;
  top: 8px;
}

.stats-strip .lab::after {
  left: 12px;
  bottom: 8px;
}

.stats-strip .map::before {
  inset: 12px;
  border-radius: 50%;
  transform: none;
}

.stats-strip .map::after {
  left: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(currentColor, currentColor) 50% 0 / 1.7px 100% no-repeat,
    linear-gradient(currentColor, currentColor) 0 50% / 100% 1.7px no-repeat,
    radial-gradient(ellipse at 50% 50%, transparent 42%, currentColor 44%, currentColor 50%, transparent 52%);
}

.people::before,
.team::before {
  width: 12px;
  height: 12px;
  left: 5px;
  top: 3px;
  border-radius: 50%;
}

.people::after,
.team::after {
  width: 28px;
  height: 18px;
  left: 1px;
  bottom: 4px;
  border-radius: 12px 12px 4px 4px;
}

.team {
  box-shadow: 13px 0 0 -10px currentColor, 25px 0 0 -10px currentColor;
}

.plant::before {
  inset: 11px 4px 4px;
}

.plant::after {
  left: 9px;
  bottom: 15px;
  width: 4px;
  height: 20px;
  border-bottom: 0;
}

.lab::before {
  left: 12px;
  top: 2px;
  width: 16px;
  height: 22px;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.lab::after {
  left: 6px;
  bottom: 2px;
  width: 28px;
  height: 16px;
  border-radius: 16px 16px 8px 8px;
}

.map::before {
  inset: 6px;
  border-radius: 45% 55% 42% 58%;
  transform: rotate(-18deg);
}

.map::after {
  left: 18px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.roadmap-section,
.services-section,
.production-panel,
.projects-section,
.film-section,
.investor-section,
.contact-section,
.site-footer {
  width: min(100% - 72px, var(--max));
  margin: 0 auto;
}

.services-section .section-title > .button-outline,
.projects-copy > .button-outline,
.project-list > a {
  display: none !important;
}

.roadmap-section {
  padding: 42px 0 34px;
  border-bottom: 1px solid var(--line-soft);
}

.roadmap-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 20px;
  margin-bottom: 20px;
}

.roadmap-lead-card,
.roadmap-kpis article,
.values-grid article,
.history-timeline article,
.branch-grid article,
.international-facts article,
.international-scope article,
.international-projects article,
.production-panel,
.realization-panel {
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(13, 23, 33, 0.82), rgba(8, 17, 25, 0.58));
}

.roadmap-lead-card {
  min-height: 270px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(13, 23, 33, 0.94), rgba(13, 23, 33, 0.72)),
    url("assets/img/poland-network.svg") right center / 48% auto no-repeat;
}

.roadmap-lead-card h3 {
  max-width: 520px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 28px;
  line-height: 1.12;
}

.roadmap-lead-card p:not(.eyebrow),
.operations-heading p,
.international-copy p,
.international-facts p,
.international-scope p,
.international-projects p,
.production-panel p,
.realization-panel p,
.branch-grid p,
.values-grid p {
  color: var(--muted);
}

.roadmap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.roadmap-tags span {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(242, 183, 32, 0.28);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.roadmap-kpis {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.roadmap-kpis article {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  min-height: 82px;
  padding: 16px 20px;
}

.roadmap-kpis strong {
  color: var(--gold);
  font-size: 42px;
  line-height: 1;
}

.roadmap-kpis p {
  margin: 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: uppercase;
}

.history-map {
  --history-x: 82%;
  --history-y: 18%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 30px 0 32px;
  padding: 28px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(7, 16, 24, 0.94), rgba(7, 16, 24, 0.72)),
    radial-gradient(circle at var(--history-x) var(--history-y), rgba(242, 183, 32, 0.16), transparent 28%);
  outline: none;
  transition: border-color 240ms ease, box-shadow 240ms ease, background-position 320ms ease;
}

.history-map:is(:hover, :focus-visible, .is-awake) {
  border-color: rgba(242, 183, 32, 0.38);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(242, 183, 32, 0.08);
}

.history-map::before,
.history-map::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.history-map::before {
  top: 38px;
  right: -70px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(242, 183, 32, 0.14);
  transform: rotate(45deg);
  transition: border-color 260ms ease, transform 500ms ease;
}

.history-map.is-awake::before {
  border-color: rgba(242, 183, 32, 0.34);
  transform: rotate(45deg) scale(1.05);
}

.history-map::after {
  right: 0;
  bottom: 0;
  width: 42%;
  height: 46%;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 18px);
  opacity: 0.45;
  -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 42%, transparent 92%);
  mask-image: linear-gradient(135deg, transparent 0%, #000 42%, transparent 92%);
  transition: opacity 260ms ease, transform 420ms ease;
}

.history-map.is-awake::after {
  opacity: 0.78;
  transform: translate3d(-10px, -10px, 0);
}

.history-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 28px;
}

.history-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.history-heading h2 {
  color: var(--white);
  font-size: 34px;
  line-height: 1.08;
}

.history-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.history-experience {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: stretch;
}

.history-spotlight {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(242, 183, 32, 0.28);
  background:
    linear-gradient(180deg, rgba(13, 23, 33, 0.94), rgba(5, 12, 18, 0.76)),
    radial-gradient(circle at 80% 14%, rgba(242, 183, 32, 0.2), transparent 32%);
}

.history-spotlight::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -56px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(242, 183, 32, 0.16);
  transform: rotate(45deg);
}

.history-spotlight::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 22px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, rgba(242, 183, 32, 0), rgba(242, 183, 32, 0.72), rgba(242, 183, 32, 0));
}

.history-spotlight-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(242, 183, 32, 0.26);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.history-spotlight time {
  position: relative;
  z-index: 1;
  display: block;
  margin: 48px 0 18px;
  color: var(--gold);
  font-size: clamp(76px, 8vw, 128px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.86;
  transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
}

.history-map.is-awake .history-spotlight time {
  color: #ffd65c;
  text-shadow: 0 0 28px rgba(242, 183, 32, 0.18);
  transform: translateX(4px);
}

.history-spotlight p {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.5;
}

.history-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(76px, 1fr));
  gap: 10px;
  align-content: center;
  min-height: 330px;
  padding: 22px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(13, 23, 33, 0.62), rgba(8, 17, 25, 0.36)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px);
  perspective: 1200px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  left: 32px;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 183, 32, 0), rgba(242, 183, 32, 0.44), rgba(242, 183, 32, 0));
  transform: translateY(-50%);
}

.history-timeline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, rgba(242, 183, 32, 0), rgba(242, 183, 32, 0.92), rgba(242, 183, 32, 0));
  filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-130px, -50%);
}

.history-map.is-awake .history-timeline::after {
  animation: historySweep 3.9s ease-in-out infinite;
  opacity: 1;
}

.history-timeline article {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(13, 23, 33, 0.88), rgba(8, 17, 25, 0.56));
  cursor: pointer;
  outline: none;
  transform: translateZ(0);
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.history-map.is-awake .history-timeline article {
  animation: historyCardWake 520ms ease both;
  animation-delay: calc(var(--history-index, 0) * 42ms);
}

.history-timeline article:hover,
.history-timeline article:focus-visible,
.history-timeline article.is-active {
  z-index: 2;
  border-color: rgba(242, 183, 32, 0.54);
  background:
    linear-gradient(180deg, rgba(18, 32, 43, 0.95), rgba(9, 18, 27, 0.72));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(242, 183, 32, 0.08);
  transform: translateY(-4px);
}

.history-timeline article::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(242, 183, 32, 0.88);
  background: var(--bg);
  transform: translateY(-50%) rotate(45deg);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.history-timeline article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(242, 183, 32, 0));
  opacity: 0;
  transition: width 280ms ease, opacity 220ms ease, height 220ms ease;
}

.history-map.is-awake .history-timeline article::after {
  width: 100%;
  opacity: 0.38;
  transition-delay: calc(var(--history-index, 0) * 42ms);
}

.history-timeline article:hover::after,
.history-timeline article:focus-visible::after,
.history-timeline article.is-active::after {
  opacity: 1;
  height: 3px;
}

.history-timeline article:hover::before,
.history-timeline article:focus-visible::before,
.history-timeline article.is-active::before {
  background: var(--gold);
  box-shadow: 0 0 18px rgba(242, 183, 32, 0.56);
  transform: translateY(-50%) rotate(45deg) scale(1.18);
}

.history-timeline time {
  display: block;
  margin: 0;
  padding-left: 14px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: color 220ms ease, transform 220ms ease, text-shadow 220ms ease;
}

.history-timeline article:hover time,
.history-timeline article:focus-visible time,
.history-timeline article.is-active time {
  color: #ffd65c;
  text-shadow: 0 0 18px rgba(242, 183, 32, 0.22);
  transform: translateX(4px);
}

.history-timeline p {
  display: none;
}

.history-timeline article:hover p,
.history-timeline article:focus-visible p,
.history-timeline article.is-active p {
  color: rgba(255, 255, 255, 0.92);
}

@keyframes historySweep {
  0% {
    transform: translate(-140px, -50%);
  }

  48%,
  100% {
    transform: translate(calc(100vw - 120px), -50%);
  }
}

@keyframes historyCardWake {
  0% {
    opacity: 0.7;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media::before,
  .hero-section::before,
  .hero-section::after,
  .hero-eagle-effect::before,
  .hero-eagle-effect::after,
  .history-map,
  .history-map::before,
  .history-map::after,
  .history-timeline article,
  .history-timeline article::before,
  .history-timeline article::after,
  .history-timeline time,
  .history-timeline p {
    transition: none;
  }

  .hero-media::before,
  .hero-section::before,
  .hero-section::after,
  .hero-eagle-effect::before,
  .hero-eagle-effect::after,
  .history-map.is-awake .history-timeline::after,
  .history-map.is-awake .history-timeline article {
    animation: none;
  }
}

.history-audio-toggle {
  position: relative;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  margin-left: 8px;
  padding: 0 12px;
  border: 1px solid rgba(242, 183, 32, 0.72);
  color: var(--gold);
  background: rgba(5, 10, 15, 0.82);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(242, 183, 32, 0.22);
  box-shadow: 0 0 0 1px rgba(242, 183, 32, 0.12), 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.history-audio-toggle .js-history-audio-label,
.history-audio-mark {
  color: inherit;
}

.history-audio-toggle:hover,
.history-audio-toggle:focus-visible,
.history-audio-toggle.is-playing {
  border-color: #ffd65c;
  color: #ffd65c;
  background: rgba(242, 183, 32, 0.12);
  box-shadow: 0 0 20px rgba(242, 183, 32, 0.28), 0 14px 34px rgba(0, 0, 0, 0.24);
  outline: none;
}

.history-audio-mark {
  position: relative;
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
}

.history-audio-mark::before,
.history-audio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  border: 1px solid currentColor;
  border-left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.history-audio-mark::before {
  left: 3px;
  width: 7px;
  height: 7px;
}

.history-audio-mark::after {
  left: 7px;
  width: 12px;
  height: 12px;
  opacity: 0.48;
}

.history-timeline {
  display: block;
  min-height: 330px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  perspective: none;
}

.history-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.history-route-base,
.history-route-light {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.history-route-base {
  stroke: rgba(242, 183, 32, 0.28);
  stroke-width: 2;
}

.history-route-light {
  stroke: #f2b720;
  stroke-width: 4;
  stroke-dasharray: 0.07 0.93;
  stroke-dashoffset: 1;
  opacity: 0;
  filter: url("#history-route-glow");
}

.history-map.is-awake .history-route-light {
  animation: historyRouteLight 7.4s linear infinite;
  opacity: 1;
}

.history-timeline::before,
.history-timeline::after {
  content: none;
}

.history-map.is-awake .history-timeline article {
  animation: none;
}

.history-timeline article {
  position: absolute;
  top: var(--node-y);
  left: var(--node-x);
  display: flex;
  width: 92px;
  min-height: 30px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.history-timeline article:hover,
.history-timeline article:focus-visible,
.history-timeline article.is-active {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
}

.history-timeline article::before {
  top: 50%;
  left: 12px;
  width: 12px;
  height: 12px;
  background: #061019;
  transform: translateY(-50%) rotate(45deg);
}

.history-timeline article::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(242, 183, 32, 0));
  opacity: 0;
  transform: translateY(-50%);
  transition: width 220ms ease, opacity 220ms ease;
}

.history-timeline article:hover::after,
.history-timeline article:focus-visible::after,
.history-timeline article.is-active::after {
  width: 52px;
  opacity: 0.78;
}

.history-timeline article:hover::before,
.history-timeline article:focus-visible::before,
.history-timeline article.is-active::before {
  background: var(--gold);
  box-shadow: 0 0 22px rgba(242, 183, 32, 0.68);
  transform: translateY(-50%) rotate(45deg) scale(1.16);
}

.history-timeline time {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 30px;
  color: rgba(242, 183, 32, 0.9);
  font-size: 18px;
}

.history-timeline article:hover time,
.history-timeline article:focus-visible time,
.history-timeline article.is-active time {
  color: #ffd65c;
  text-shadow: 0 0 18px rgba(242, 183, 32, 0.28);
  transform: translateX(4px);
}

.history-timeline article.history-origin {
  width: 124px;
  z-index: 5;
  transform: translate(-24px, -50%);
}

.history-timeline article.history-origin:hover,
.history-timeline article.history-origin:focus-visible,
.history-timeline article.history-origin.is-active {
  transform: translate(-24px, -50%);
}

.history-timeline article.history-origin::before {
  left: 16px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 236, 174, 0.72);
  background: linear-gradient(135deg, #ffe18a 0%, #f2b720 42%, #9d6a05 100%);
  box-shadow:
    0 0 0 7px rgba(242, 183, 32, 0.13),
    0 0 34px rgba(242, 183, 32, 0.72),
    0 0 70px rgba(242, 183, 32, 0.26);
}

.history-map.is-awake .history-timeline article.history-origin::before {
  animation: historyOriginPulse 2.8s ease-in-out infinite;
}

.history-timeline article.history-origin::after {
  left: 30px;
  width: 118px;
  height: 2px;
  opacity: 0.82;
  background: linear-gradient(90deg, #ffd65c, rgba(242, 183, 32, 0.42), rgba(242, 183, 32, 0));
}

.history-timeline article.history-origin:hover::after,
.history-timeline article.history-origin:focus-visible::after,
.history-timeline article.history-origin.is-active::after {
  width: 132px;
  opacity: 1;
}

.history-timeline article.history-origin time {
  padding-left: 46px;
  color: #ffd65c;
  font-size: 25px;
  font-weight: 900;
  text-shadow:
    0 0 16px rgba(242, 183, 32, 0.42),
    0 0 34px rgba(242, 183, 32, 0.24);
}

.history-timeline article.history-origin time::before {
  content: attr(data-foundation-label);
  position: absolute;
  top: -17px;
  left: 46px;
  color: rgba(255, 236, 174, 0.9);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.history-timeline article.history-origin time::after {
  content: attr(data-origin-name);
  position: absolute;
  top: 32px;
  left: 48px;
  max-width: 108px;
  padding-left: 8px;
  border-left: 1px solid rgba(242, 183, 32, 0.5);
  color: rgba(242, 183, 32, 0.78);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.18;
  text-transform: uppercase;
  white-space: normal;
  pointer-events: none;
  text-shadow: 0 0 14px rgba(242, 183, 32, 0.16);
}

.history-timeline article:nth-of-type(1) { --node-x: 6%; --node-y: 17%; }
.history-timeline article:nth-of-type(2) { --node-x: 28.5%; --node-y: 17%; }
.history-timeline article:nth-of-type(3) { --node-x: 37%; --node-y: 28%; }
.history-timeline article:nth-of-type(4) { --node-x: 48%; --node-y: 28%; }
.history-timeline article:nth-of-type(5) { --node-x: 57%; --node-y: 17%; }
.history-timeline article:nth-of-type(6) { --node-x: 68.5%; --node-y: 17%; }
.history-timeline article:nth-of-type(7) { --node-x: 80%; --node-y: 28%; }
.history-timeline article:nth-of-type(8) { --node-x: 89%; --node-y: 28%; }
.history-timeline article:nth-of-type(9) { --node-x: 91%; --node-y: 50%; }
.history-timeline article:nth-of-type(10) { --node-x: 78%; --node-y: 50%; }
.history-timeline article:nth-of-type(11) { --node-x: 66%; --node-y: 63%; }
.history-timeline article:nth-of-type(12) { --node-x: 54%; --node-y: 63%; }
.history-timeline article:nth-of-type(13) { --node-x: 42%; --node-y: 50%; }
.history-timeline article:nth-of-type(14) { --node-x: 30%; --node-y: 50%; }
.history-timeline article:nth-of-type(15) { --node-x: 18%; --node-y: 63%; }
.history-timeline article:nth-of-type(16) { --node-x: 8%; --node-y: 77%; }
.history-timeline article:nth-of-type(17) { --node-x: 25%; --node-y: 84%; }
.history-timeline article:nth-of-type(18) { --node-x: 47%; --node-y: 84%; }
.history-timeline article:nth-of-type(19) { --node-x: 76%; --node-y: 79%; }

@keyframes historyRouteLight {
  from {
    stroke-dashoffset: 1;
  }

  to {
    stroke-dashoffset: -1;
  }
}

@keyframes historyOriginPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 7px rgba(242, 183, 32, 0.13),
      0 0 34px rgba(242, 183, 32, 0.72),
      0 0 70px rgba(242, 183, 32, 0.26);
  }

  50% {
    box-shadow:
      0 0 0 12px rgba(242, 183, 32, 0.07),
      0 0 46px rgba(255, 214, 92, 0.86),
      0 0 92px rgba(242, 183, 32, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .history-map.is-awake .history-timeline article.history-origin::before {
    animation: none;
  }
}

.values-grid,
.branch-grid,
.realization-grid {
  display: grid;
  gap: 1px;
}

.values-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 32px;
}

.values-grid article {
  min-height: 170px;
  padding: 20px;
}

.values-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.values-grid h3,
.branch-grid h3,
.international-scope h3,
.international-projects h3,
.realization-grid h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.16;
}

.international-section {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 22px;
  margin: 0 0 28px;
  padding: 28px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.international-copy {
  align-self: center;
  padding: 4px 0;
}

.international-copy h2 {
  max-width: 680px;
  margin-bottom: 16px;
}

.international-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
}

.international-markets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.international-markets span {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(242, 183, 32, 0.28);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.international-media {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #050a0f;
}

.international-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 15, 0) 44%, rgba(5, 10, 15, 0.78) 100%),
    linear-gradient(90deg, rgba(5, 10, 15, 0.12), rgba(5, 10, 15, 0));
  pointer-events: none;
}

.international-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.international-media figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.32;
}

.international-facts,
.international-scope,
.international-projects {
  display: grid;
  grid-column: 1 / -1;
  gap: 1px;
}

.international-facts {
  grid-template-columns: repeat(3, 1fr);
}

.international-facts article {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 20px;
}

.international-facts strong {
  color: var(--gold);
  font-size: 26px;
  line-height: 1.05;
}

.international-facts p,
.international-scope p,
.international-projects p {
  margin: 0;
}

.international-scope {
  grid-template-columns: repeat(4, 1fr);
}

.international-scope article {
  min-height: 150px;
  padding: 20px;
}

.international-projects {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 4px;
}

.international-projects article {
  min-height: 190px;
  padding: 20px;
}

.project-meta {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.operations-block {
  padding-top: 4px;
}

.operations-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.operations-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.operations-heading p {
  margin: 0;
}

.branch-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}

.branch-grid article {
  padding: 20px;
}

.branch-grid ul,
.production-panel ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.branch-grid li,
.production-panel li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.32;
}

.branch-grid li::before,
.production-panel li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--gold);
}

.production-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 20px;
  padding: 24px;
}

.production-panel > p {
  margin: 0;
}

.production-panel ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 18px;
  margin-top: 2px;
}

.production-panel li {
  margin-bottom: 0;
}

.realization-panel {
  padding: 24px;
}

.realization-panel > h2 {
  max-width: 660px;
  margin-bottom: 18px;
}

.realization-grid {
  grid-template-columns: repeat(3, 1fr);
}

.realization-grid article {
  min-height: 118px;
  padding: 18px 20px;
  border: 1px solid var(--line-soft);
  background: rgba(5, 10, 15, 0.24);
}

.services-section {
  padding: 24px 0 34px;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.eyebrow {
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 26px;
  line-height: 1.15;
}

.section-title .button,
.projects-copy .button {
  min-height: 40px;
  padding: 0 18px;
  font-size: 12px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.service-card {
  border: 1px solid var(--line-soft);
  background: rgba(13, 23, 33, 0.74);
}

.service-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.service-card h3 {
  margin: 10px 14px 7px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.08;
}

.service-card p {
  margin: 0 14px 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.card-icon {
  width: 34px;
  height: 34px;
  margin: 16px 14px 0;
}

.road::before {
  left: 7px;
  top: 0;
  width: 16px;
  height: 32px;
  border-top: 0;
  border-bottom: 0;
  transform: perspective(24px) rotateX(18deg);
}

.bridge::before {
  left: 2px;
  right: 2px;
  top: 14px;
  height: 8px;
  border-top: 0;
}

.bridge::after {
  left: 4px;
  bottom: 3px;
  width: 24px;
  height: 13px;
  border-radius: 50% 50% 0 0;
  border-bottom: 0;
}

.earth::before {
  left: 1px;
  bottom: 5px;
  width: 28px;
  height: 12px;
  transform: skewX(-18deg);
}

.earth::after {
  top: 2px;
  left: 14px;
  width: 10px;
  height: 22px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(35deg);
}

.urban::before {
  bottom: 4px;
  left: 3px;
  width: 7px;
  height: 20px;
}

.urban::after {
  bottom: 4px;
  left: 14px;
  width: 14px;
  height: 27px;
}

.winter::before {
  inset: 4px;
  border-radius: 50%;
}

.winter::after {
  left: 16px;
  top: 2px;
  height: 30px;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}

.asphalt::before {
  left: 4px;
  bottom: 4px;
  width: 26px;
  height: 16px;
}

.asphalt::after {
  left: 11px;
  top: 4px;
  width: 12px;
  height: 18px;
  border-radius: 50% 50% 0 0;
}

.projects-section {
  display: grid;
  grid-template-columns: 250px 1fr 380px;
  gap: 34px;
  align-items: center;
  padding: 22px 0 34px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.projects-copy h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.projects-copy p:not(.eyebrow) {
  margin-bottom: 24px;
  color: var(--muted);
}

.poland-map {
  position: relative;
  display: block;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 10px 0 0;
  isolation: isolate;
}

.map-canvas {
  position: relative;
  width: min(100%, 472px);
  aspect-ratio: 714 / 607;
  margin: 0 auto;
  overflow: visible;
}

.poland-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 0 26px rgba(242, 183, 32, 0.16));
}

.map-network-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.map-network-lines path {
  fill: none;
  stroke: rgba(242, 183, 32, 0.36);
  stroke-width: 0.38;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 6px rgba(242, 183, 32, 0.28));
}

.map-road-grid .road-main {
  stroke: rgba(255, 226, 138, 0.34);
  stroke-width: 0.52;
}

.map-road-grid .road-secondary {
  stroke: rgba(242, 183, 32, 0.22);
  stroke-width: 0.28;
  stroke-dasharray: 2.1 2.9;
}

.map-light-dots circle {
  fill: #ffe28a;
  opacity: 0.82;
  filter: drop-shadow(0 0 8px rgba(242, 183, 32, 0.95));
}

.map-points {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.map-point {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: grid;
  place-items: center;
  z-index: 3;
  width: 15px;
  height: 15px;
  border: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, 0px)));
  pointer-events: auto;
}

.map-point::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(242, 183, 32, 0.34);
  border-radius: 50%;
  background: rgba(3, 7, 10, 0.58);
  box-shadow: 0 0 18px rgba(242, 183, 32, 0.2);
  transform: scale(0.74);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.map-point-core {
  position: relative;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(242, 183, 32, 0.7);
}

.map-point.is-hq .map-point-core {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #fff3c2;
  transform: rotate(45deg);
}

.map-point.is-branch .map-point-core {
  border: 2px solid var(--gold);
  background: #dfe8ed;
  box-shadow: 0 0 12px rgba(223, 232, 237, 0.45);
}

.map-point.is-hq.is-branch .map-point-core {
  width: 8px;
  height: 8px;
  border: 2px solid var(--gold);
  border-radius: 3px;
  background: #fff3c2;
  transform: rotate(45deg);
}

.map-point.is-plant .map-point-core {
  border-radius: 2px;
  background: var(--gold);
}

.map-point.is-project .map-point-core {
  width: 8px;
  height: 8px;
  border: 2px solid #fff3c2;
  border-radius: 50%;
  background: transparent;
}

.map-point.is-project .map-point-core::before,
.map-point.is-project .map-point-core::after {
  content: "";
  position: absolute;
  background: #fff3c2;
  box-shadow: 0 0 10px rgba(255, 243, 194, 0.72);
}

.map-point.is-project .map-point-core::before {
  top: 50%;
  left: -3px;
  width: 11px;
  height: 2px;
  transform: translateY(-50%);
}

.map-point.is-project .map-point-core::after {
  top: -3px;
  left: 50%;
  width: 2px;
  height: 11px;
  transform: translateX(-50%);
}

.map-point.is-mixed .map-point-core::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
}

.map-point:hover::before,
.map-point:focus-visible::before {
  border-color: rgba(255, 214, 92, 0.95);
  box-shadow: 0 0 24px rgba(242, 183, 32, 0.42);
  transform: scale(1.08);
}

.map-point:hover,
.map-point:focus-visible {
  z-index: 30;
}

.map-point:focus-visible {
  outline: none;
}

.map-tooltip {
  position: absolute;
  z-index: 40;
  left: 50%;
  bottom: 21px;
  min-width: 142px;
  max-width: 196px;
  border: 1px solid rgba(242, 183, 32, 0.36);
  padding: 9px 11px;
  color: var(--white);
  background: rgba(5, 10, 15, 0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.map-tooltip strong,
.map-tooltip small {
  display: block;
}

.map-tooltip strong {
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.map-tooltip small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.3;
}

.map-point:hover .map-tooltip,
.map-point:focus-visible .map-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.map-scale {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 2px;
  max-width: 218px;
  margin: 14px 0 8px;
  border-left: 2px solid var(--gold);
  padding: 8px 0 8px 12px;
  background: linear-gradient(90deg, rgba(5, 10, 15, 0.82), rgba(5, 10, 15, 0));
}

.map-scale strong {
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
}

.map-scale span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.25;
}

.map-legend {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
  max-width: 100%;
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(6, 12, 18, 0.82);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-legend em {
  font-style: normal;
}

.legend-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.legend-dot.is-hq {
  border-radius: 2px;
  background: #fff3c2;
  transform: rotate(45deg);
}

.legend-dot.is-branch {
  border: 2px solid var(--gold);
  background: #dfe8ed;
}

.legend-dot.is-plant {
  border-radius: 2px;
  background: var(--gold);
}

.legend-dot.is-project {
  position: relative;
  border: 2px solid #fff3c2;
  background: transparent;
}

.project-list {
  display: grid;
  gap: 8px;
}

.project-list article {
  display: grid;
  grid-template-columns: 140px 1fr;
  border: 1px solid var(--line-soft);
  background: rgba(13, 23, 33, 0.7);
}

.project-list img {
  width: 100%;
  height: 84px;
  object-fit: cover;
}

.project-list div {
  padding: 12px 14px;
}

.project-list h3 {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 16px;
}

.project-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.32;
}

.project-list a {
  justify-self: start;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.film-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 30px);
  align-items: start;
  padding: 58px 0 50px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.film-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 16, 24, 0.94), rgba(7, 16, 24, 0.76) 48%, rgba(7, 16, 24, 0.96)),
    url("assets/img/reference-eagle-close.jpg");
  background-position: right center;
  background-size: cover;
  opacity: 0.34;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 88%, transparent);
}

.film-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  width: 100%;
  max-width: 1120px;
}

.film-heading {
  min-width: 0;
}

.film-copy h2 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(34px, 4.25vw, 54px);
  line-height: 1.12;
}

.film-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.72;
}

.film-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.film-copy .button {
  border: 0;
}

.film-source {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.film-source::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(242, 183, 32, 0));
}

.video-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.1vw, 24px);
  min-width: 0;
}

.video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(242, 183, 32, 0.52);
  border-radius: 14px;
  color: var(--white);
  background: #000;
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(242, 183, 32, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  cursor: pointer;
  text-align: left;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.video-card-secondary {
  aspect-ratio: 16 / 9;
  min-height: 0;
  border-color: rgba(242, 183, 32, 0.52);
}

.video-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 480ms ease, filter 480ms ease;
}

.video-card-secondary img {
  min-height: 0;
  filter: saturate(0.9) contrast(1.04) brightness(0.82);
}

.video-card:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.055);
}

.video-card:hover,
.video-card:focus-visible {
  border-color: rgba(242, 183, 32, 0.82);
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(242, 183, 32, 0.22),
    0 0 42px rgba(242, 183, 32, 0.12);
  transform: translateY(-2px);
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, rgba(242, 183, 32, 0.18), rgba(242, 183, 32, 0) 34%),
    linear-gradient(270deg, rgba(3, 7, 10, 0.12), rgba(3, 7, 10, 0.62) 72%);
  pointer-events: none;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08) 58%);
  pointer-events: none;
}

.video-sheen {
  position: absolute;
  z-index: 2;
  top: 16%;
  right: -10%;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, rgba(242, 183, 32, 0), rgba(242, 183, 32, 0.94), rgba(242, 183, 32, 0));
  box-shadow: 0 0 24px rgba(242, 183, 32, 0.58);
  transform: rotate(-10deg);
}

.video-meta {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: calc(100% - 28px);
}

.video-card .video-meta {
  display: none;
}

.video-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(242, 183, 32, 0.28);
  background: rgba(3, 7, 10, 0.62);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-title,
.video-controls {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
}

.video-title {
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
  gap: 12px;
  align-items: flex-end;
}

.video-title strong,
.video-title small {
  display: block;
}

.video-title strong {
  max-width: 300px;
  color: #fff;
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.58);
}

.video-title small {
  display: none !important;
}

.video-logo {
  width: 8px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 224, 111, 0.98), var(--gold));
  box-shadow: 0 0 24px rgba(242, 183, 32, 0.46);
}

.video-logo::before {
  display: none;
  content: "";
}

.video-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(3, 7, 10, 0.34);
  box-shadow: 0 0 0 12px rgba(242, 183, 32, 0.08), 0 18px 42px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%);
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid var(--gold);
  transform: translate(-50%, -50%);
}

.video-card:hover .video-play {
  border-color: var(--gold);
  background: rgba(3, 7, 10, 0.66);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-card-secondary .video-title {
  right: 18px;
}

.video-card-secondary .video-play {
  left: 50%;
  right: auto;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
}

.video-card-secondary:hover .video-play {
  transform: translate(-50%, -50%) scale(1.04);
}

.video-card .video-controls,
.video-card-secondary .video-controls {
  display: none;
}

.video-controls {
  right: 16px;
  bottom: 16px;
  left: 16px;
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}

.play-block {
  position: relative;
  width: 52px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.82);
}

.play-block::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 21px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--white);
}

.timeline {
  flex: 1;
  height: 5px;
  background: rgba(255, 255, 255, 0.26);
}

.timeline span {
  display: block;
  width: 46%;
  height: 100%;
  background: var(--gold);
}

.video-vimeo {
  margin-left: auto;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.investor-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 16px 0 34px;
}

.investor-section article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: rgba(13, 23, 33, 0.55);
}

.investor-section h2 {
  font-size: 22px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 18px;
  padding: 42px 0 34px;
  border-top: 1px solid var(--line-soft);
}

.contact-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
}

.contact-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.contact-heading h2 {
  max-width: 580px;
}

.contact-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.contact-form,
.contact-public {
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(13, 23, 33, 0.86), rgba(8, 17, 25, 0.62));
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

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

.contact-field span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  padding: 12px 13px;
  color: var(--white);
  background: rgba(5, 10, 15, 0.58);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-field select {
  cursor: pointer;
}

.contact-field textarea {
  min-height: 156px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(242, 183, 32, 0.72);
  background: rgba(5, 10, 15, 0.76);
  box-shadow: 0 0 0 3px rgba(242, 183, 32, 0.09);
}

.contact-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.contact-form-actions .button {
  border: 0;
  cursor: pointer;
}

.contact-form-actions .button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.contact-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-note.is-success {
  color: #a8deb9;
}

.contact-note.is-error {
  color: #f1a9a9;
}

.contact-public {
  display: grid;
  align-content: start;
  gap: 1px;
  padding: 1px;
}

.contact-public article,
.contact-public a {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: rgba(5, 10, 15, 0.24);
}

.contact-public h3 {
  color: var(--white);
  font-size: 22px;
  line-height: 1.14;
}

.contact-public p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.contact-public a {
  border-top: 1px solid var(--line-soft);
  transition: background 180ms ease, border-color 180ms ease;
}

.contact-public a:hover,
.contact-public a:focus-visible {
  border-color: rgba(242, 183, 32, 0.36);
  background: rgba(242, 183, 32, 0.08);
}

.contact-public a span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-public a strong {
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 38px;
  padding: 26px 0 34px;
  border-top: 1px solid var(--line-soft);
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: var(--muted);
  font-size: 13px;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 240px;
  margin: 16px 0;
}

.site-footer nav,
.site-footer address {
  display: grid;
  align-content: start;
  gap: 8px;
  font-style: normal;
}

.site-footer address strong {
  color: var(--white);
  font-size: 14px;
  line-height: 1.35;
}

.site-footer address em {
  display: block;
  margin-bottom: 2px;
  color: rgba(242, 183, 32, 0.82);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer .button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--white);
  font-size: 12px;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: flex-end;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}

.site-footer .footer-meta a {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.site-footer .footer-meta a:hover,
.site-footer .footer-meta a:focus-visible {
  color: var(--white);
}

.site-footer .footer-meta .footer-executor {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.video-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  place-items: center;
  padding: 28px;
}

.video-modal.is-open {
  display: grid;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(10px);
}

.video-dialog {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
}

.video-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-close {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #0b1118;
  background: var(--gold);
  cursor: pointer;
  font-size: 26px;
}

@media (max-width: 1100px) {
  @supports (background-image: image-set(url("assets/img/hero-poldrog-eagle-autostrada-2026-1280.webp") type("image/webp"))) {
    .hero-section {
      --hero-image: image-set(
        url("assets/img/hero-poldrog-eagle-autostrada-2026-1280.webp") type("image/webp"),
        url("assets/img/hero-poldrog-eagle-autostrada-2026.png") type("image/png")
      );
    }
  }

  .site-header {
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 16px;
  }

  .nav-toggle {
    display: block;
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
  }

  .language-menu {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }

  .site-nav {
    display: none;
  }

  .site-header.is-open {
    position: fixed;
    padding: 16px;
    background: rgba(5, 10, 15, 0.96);
    border: 1px solid var(--line-soft);
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .language-menu {
    display: flex;
  }

  .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
  }

  body.hero-logo-only .site-header {
    left: 50%;
    grid-template-columns: minmax(0, 1fr) auto;
    width: calc(100% - 48px);
    min-height: 102px;
    transform: translateX(-50%);
  }

  body.hero-logo-only .site-nav {
    display: flex;
    grid-row: 1;
    grid-column: 1;
    justify-content: flex-start;
    gap: 13px;
    overflow-x: auto;
    white-space: nowrap;
  }

  body.hero-logo-only .site-nav a {
    padding: 12px 0;
    font-size: 10px;
  }

  body.hero-logo-only .language-menu {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }

  body.hero-logo-only .nav-toggle {
    display: none;
  }

  .hero-grid,
  .projects-section,
  .film-section,
  .contact-section,
  .contact-heading,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: end;
    gap: 36px;
    padding-top: 120px;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(3, 7, 10, 0.26) 0%, rgba(3, 7, 10, 0.14) 45%, rgba(3, 7, 10, 0.06) 100%),
      linear-gradient(180deg, rgba(3, 7, 10, 0.04) 0%, rgba(3, 7, 10, 0.38) 100%),
      var(--hero-image);
    background-position: 50% top;
    background-size: cover;
  }

  .hero-eagle-focus {
    background-position: 50% top;
    opacity: 0.48;
    -webkit-mask-image:
      radial-gradient(ellipse at 69% 28%, #000 0 8rem, rgba(0, 0, 0, 0.76) 15rem, transparent 25rem),
      linear-gradient(102deg, transparent 0 34%, #000 50% 100%);
    mask-image:
      radial-gradient(ellipse at 69% 28%, #000 0 8rem, rgba(0, 0, 0, 0.76) 15rem, transparent 25rem),
      linear-gradient(102deg, transparent 0 34%, #000 50% 100%);
  }

  .hero-eagle-contrast {
    opacity: 0.72;
    -webkit-mask-image: radial-gradient(ellipse at 69% 29%, #000 0 9rem, rgba(0, 0, 0, 0.7) 15rem, transparent 24rem);
    mask-image: radial-gradient(ellipse at 69% 29%, #000 0 9rem, rgba(0, 0, 0, 0.7) 15rem, transparent 24rem);
  }

  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
  }

  .stats-strip,
  .service-grid,
  .history-timeline,
  .investor-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-strip article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .roadmap-overview,
  .international-section,
  .operations-heading,
  .production-panel,
  .history-heading,
  .history-experience,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .history-timeline {
    grid-template-columns: repeat(5, minmax(76px, 1fr));
    min-height: auto;
  }

  .values-grid,
  .branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .international-scope {
    grid-template-columns: repeat(2, 1fr);
  }

  .international-projects {
    grid-template-columns: 1fr;
  }

  .international-media,
  .international-media img {
    min-height: 320px;
  }

  .stats-strip article:nth-child(2n),
  .stats-strip article:last-child {
    border-right: 0;
  }

  .stats-strip article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .service-grid {
    gap: 14px;
  }

  .service-card img {
    height: 260px;
  }

  .project-list article {
    grid-template-columns: 180px 1fr;
  }
}

@media (max-width: 720px) {
  @supports (background-image: image-set(url("assets/img/hero-poldrog-eagle-autostrada-2026-900.webp") type("image/webp"))) {
    .hero-section {
      --hero-image: image-set(
        url("assets/img/hero-poldrog-eagle-autostrada-2026-900.webp") type("image/webp"),
        url("assets/img/hero-poldrog-eagle-autostrada-2026.png") type("image/png")
      );
    }
  }

  .site-header,
  .hero-grid,
  .stats-strip,
  .roadmap-section,
  .services-section,
  .production-panel,
  .projects-section,
  .film-section,
  .investor-section,
  .contact-section,
  .site-footer {
    width: calc(100% - 32px);
  }

  .video-stack {
    grid-template-columns: 1fr;
  }

  .film-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .film-copy p:not(.eyebrow) {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.62;
  }

  .classic-film-gallery.film-section-operations {
    width: 100%;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 104px;
  }

  .brand {
    min-width: 118px;
  }

  .brand-logo {
    width: 118px;
  }

  .nav-toggle {
    grid-column: 2;
  }

  .language-menu {
    grid-row: 2;
    grid-column: 1 / -1;
    justify-self: stretch;
    overflow-x: auto;
  }

  .language-option {
    flex: 1 0 auto;
    min-width: 38px;
    padding: 0 7px;
    font-size: 11px;
  }

  .hero-section {
    min-height: 760px;
  }

  body.hero-logo-only .site-header {
    grid-template-columns: 1fr;
    min-height: 132px;
  }

  body.hero-logo-only .site-nav {
    grid-row: 1;
    grid-column: 1;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 2px;
  }

  body.hero-logo-only .language-menu {
    grid-row: 2;
    grid-column: 1;
    justify-self: stretch;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(3, 7, 10, 0.48) 0%, rgba(3, 7, 10, 0.24) 58%, rgba(3, 7, 10, 0.08) 100%),
      linear-gradient(180deg, rgba(3, 7, 10, 0.04) 0%, rgba(3, 7, 10, 0.5) 100%),
      var(--hero-image);
    background-position: 50% top;
    background-size: cover;
  }

  .hero-eagle-focus {
    background-position: 50% top;
    opacity: 0.44;
    -webkit-mask-image:
      radial-gradient(ellipse at 70% 26%, #000 0 7rem, rgba(0, 0, 0, 0.72) 13rem, transparent 22rem),
      linear-gradient(102deg, transparent 0 32%, #000 50% 100%);
    mask-image:
      radial-gradient(ellipse at 70% 26%, #000 0 7rem, rgba(0, 0, 0, 0.72) 13rem, transparent 22rem),
      linear-gradient(102deg, transparent 0 32%, #000 50% 100%);
  }

  .hero-eagle-contrast {
    opacity: 0.68;
    -webkit-mask-image: radial-gradient(ellipse at 70% 27%, #000 0 8rem, rgba(0, 0, 0, 0.68) 13rem, transparent 21rem);
    mask-image: radial-gradient(ellipse at 70% 27%, #000 0 8rem, rgba(0, 0, 0, 0.68) 13rem, transparent 21rem);
  }

  .hero-eagle-effect::before {
    top: 10%;
    left: 52%;
    width: 62%;
    height: 36%;
    opacity: 0.6;
  }

  .hero-eagle-effect::after {
    top: 8%;
    right: -15%;
    width: 76%;
    height: 38%;
    opacity: 0.48;
  }

  body.hero-logo-only .hero-section,
  body.hero-logo-only .hero-grid {
    min-height: 760px;
  }

  body.hero-logo-only .hero-brandmark {
    top: 37%;
    left: 50%;
    width: min(86vw, 380px);
    padding: 0;
  }

  .machine-label {
    font-size: 8px;
    padding: 1px 5px;
  }

  .machine-label-paver {
    left: 6.2%;
    top: 84.8%;
    transform: rotate(-5deg) skewX(-11deg) scale(0.56);
  }

  .machine-label-roller {
    left: 45.8%;
    top: 88.5%;
    transform: rotate(2deg) skewX(-8deg) scale(0.48);
  }

  .machine-label-truck {
    left: 62%;
    top: 78.8%;
    transform: rotate(4deg) skewX(-8deg) scale(0.46);
  }

  .machine-label-fleet {
    left: 77.2%;
    top: 81.5%;
    transform: rotate(4deg) skewX(-9deg) scale(0.46);
  }

  .hero-road-sign {
    right: 3.5%;
    bottom: 22%;
    width: 92px;
    height: 82px;
    transform: perspective(320px) rotateY(-18deg) rotateZ(3deg) scale(0.72);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 760px;
    padding: 138px 0 34px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-copy p {
    font-size: 20px;
  }

  .hero-proof,
  .stats-strip,
  .service-grid,
  .history-timeline,
  .values-grid,
  .branch-grid,
  .international-facts,
  .international-scope,
  .international-projects,
  .realization-grid,
  .investor-section,
  .contact-section,
  .contact-heading,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-lead-card,
  .history-map,
  .international-facts article,
  .international-scope article,
  .international-projects article,
  .contact-form,
  .production-panel,
  .realization-panel {
    padding: 20px;
  }

  .contact-section {
    gap: 16px;
    padding: 28px 0 30px;
  }

  .contact-form-actions {
    align-items: stretch;
  }

  .contact-form-actions .button {
    justify-content: center;
    width: 100%;
  }

  .international-section {
    gap: 16px;
    padding: 22px 0;
  }

  .international-media,
  .international-media img {
    min-height: 260px;
  }

  .international-facts article,
  .international-scope article,
  .international-projects article {
    min-height: auto;
  }

  .international-facts strong {
    font-size: 23px;
  }

  .service-card img {
    height: 220px;
  }

  .history-heading h2 {
    font-size: 28px;
  }

  .history-spotlight {
    min-height: 250px;
  }

  .history-spotlight time {
    margin-top: 34px;
  }

  .history-timeline {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    position: relative;
    overflow-x: auto;
    min-height: auto;
    padding: 14px;
    scroll-snap-type: x proximity;
  }

  .history-route {
    display: none;
  }

  .history-timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    height: 1px;
    background: linear-gradient(90deg, rgba(242, 183, 32, 0), rgba(242, 183, 32, 0.42), rgba(242, 183, 32, 0));
    transform: translateY(-50%);
  }

  .history-timeline article {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 92px;
    min-height: 52px;
    scroll-snap-align: start;
    transform: none;
  }

  .history-timeline article:hover,
  .history-timeline article:focus-visible,
  .history-timeline article.is-active {
    transform: none;
  }

  .history-timeline article.history-origin {
    flex-basis: 132px;
    width: 132px;
  }

  .history-timeline article.history-origin time {
    font-size: 22px;
  }

  .history-timeline article.history-origin time::after {
    max-width: 128px;
  }

  .production-panel ul {
    grid-template-columns: 1fr;
  }

  .stats-strip article {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 96px;
    padding: 15px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .stats-strip article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line-soft);
  }

  .stats-strip article:last-child {
    border-bottom: 0;
  }

  .stats-strip strong {
    font-size: 23px;
  }

  .stats-strip article:nth-child(4) strong {
    max-width: none;
    font-size: 18px;
  }

  .stats-strip p {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

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

  .project-list article {
    grid-template-columns: 120px 1fr;
  }

  .project-list img {
    height: 92px;
  }

  .poland-map {
    width: 100%;
    padding-bottom: 0;
  }

  .map-points {
    inset: 0;
  }

  .map-scale {
    position: static;
    margin: 12px 0 8px;
  }

  .map-legend {
    position: static;
    justify-content: flex-start;
    max-width: 100%;
  }

  .film-copy h2,
  .projects-copy h2 {
    font-size: 28px;
  }

  .video-card,
  .video-card img {
    min-height: clamp(230px, 56vw, 360px);
  }

  .video-card {
    height: auto;
  }

  .video-card img {
    height: 100%;
  }

  .video-title {
    right: 14px;
  }

  .video-controls {
    gap: 8px;
  }

  .video-controls span:last-child {
    display: none;
  }
}
