@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ie-paper: #f4f6f5;
  --ie-white: #ffffff;
  --ie-ink: #111820;
  --ie-ink-soft: #27323d;
  --ie-muted: #66717b;
  --ie-line: #d8dddf;
  --ie-line-dark: rgba(255, 255, 255, 0.16);
  --ie-red: #d71920;
  --ie-red-deep: #a70f15;
  --ie-brand-blue: #101e4b;
  --ie-steel: #dce8ee;
  --ie-steel-deep: #6f8d9e;
  --ie-shadow: 0 30px 90px rgba(14, 24, 31, 0.12);
  --ie-shell: min(1480px, calc(100% - clamp(32px, 5vw, 96px)));
  --ie-section-space: clamp(88px, 10vw, 168px);
  --ie-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ie-ink);
  background: var(--ie-paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

html.is-menu-open,
html.is-drawer-open,
body.is-menu-open,
body.is-drawer-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}

button,
input,
select,
textarea {
  font-size: inherit;
}

button {
  border: 0;
}

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

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

.ie-icon {
  display: block;
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--ie-red);
  outline-offset: 4px;
}

::selection {
  color: var(--ie-white);
  background: var(--ie-red);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ie-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 18px;
  color: var(--ie-white);
  background: var(--ie-red);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.ie-shell {
  width: var(--ie-shell);
  margin-inline: auto;
}

.ie-section {
  position: relative;
  padding-block: var(--ie-section-space);
}

.ie-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ie-muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ie-kicker::before {
  width: 26px;
  height: 2px;
  background: var(--ie-red);
  content: "";
}

.ie-kicker .ie-icon {
  width: 17px;
  height: 17px;
  color: var(--ie-red);
}

.ie-kicker:has(.ie-icon)::before {
  display: none;
}

.ie-status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #64d18a;
  box-shadow: 0 0 0 5px rgba(100, 209, 138, 0.1);
}

.ie-button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.ie-button:hover {
  transform: translateY(-2px);
}

.ie-button--energy {
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-button--energy:hover {
  background: var(--ie-red-deep);
}

.ie-button--dark {
  color: var(--ie-white);
  background: var(--ie-ink);
}

.ie-button--dark:hover {
  background: #000;
}

.ie-button--light {
  color: var(--ie-ink);
  background: var(--ie-white);
}

.ie-button--outline {
  color: var(--ie-ink);
  border-color: var(--ie-ink);
  background: transparent;
}

.ie-button--ghost-light {
  color: var(--ie-white);
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

.ie-button--block {
  width: 100%;
}

.ie-text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-block: 10px;
  border-bottom: 1px solid var(--ie-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ie-text-link span {
  transition: transform 220ms var(--ie-ease);
}

.ie-text-link:hover span {
  transform: translateX(5px);
}

/* Utility and main header */
.ie-utility {
  position: relative;
  z-index: 1010;
  height: 32px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ie-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.ie-utility__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.ie-utility p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.ie-utility__inner > div {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ie-utility a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 180ms ease;
}

.ie-utility a:hover {
  color: var(--ie-white);
}

.ie-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--ie-line);
  background: rgba(255, 255, 255, 0.97);
  transition: box-shadow 240ms ease, background 240ms ease;
}

.ie-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 40px rgba(15, 25, 32, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.ie-header__bar {
  display: grid;
  width: 100%;
  height: 86px;
  grid-template-columns: clamp(230px, 20vw, 310px) minmax(650px, 1fr) auto;
  align-items: stretch;
}

.ie-header__brand {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px clamp(24px, 3vw, 48px);
  overflow: hidden;
  background: var(--ie-white);
}

.ie-header__brand::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--ie-red);
  content: "";
}

.ie-header__brand .custom-logo-link,
.ie-header__brand .ie-logo-fallback {
  display: block;
  width: min(205px, 100%);
}

.ie-header__brand img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.ie-desktop-nav {
  display: flex;
  min-width: 0;
  align-items: stretch;
  justify-content: center;
  padding-inline: clamp(12px, 2vw, 36px);
}

.ie-desktop-nav > a,
.ie-desktop-nav > .ie-nav-item > button {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 7px;
  padding-inline: clamp(10px, 1.2vw, 20px);
  color: var(--ie-ink);
  background: transparent;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ie-desktop-nav > a::after,
.ie-desktop-nav > .ie-nav-item > button::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 3px;
  background: var(--ie-red);
  content: "";
  transition: left 220ms var(--ie-ease), right 220ms var(--ie-ease);
}

.ie-desktop-nav > a:hover::after,
.ie-desktop-nav > .ie-nav-item > button:hover::after,
.ie-desktop-nav > .ie-nav-item > button[aria-expanded="true"]::after {
  right: 14px;
  left: 14px;
}

.ie-nav-item {
  position: static;
}

.ie-nav-item > button span {
  color: var(--ie-red);
  font-size: 15px;
  transition: transform 240ms var(--ie-ease);
}

.ie-nav-item > button[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.ie-header__actions {
  display: flex;
  align-items: stretch;
}

.ie-header__phone {
  display: flex;
  min-width: 155px;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border-left: 1px solid var(--ie-line);
  line-height: 1.2;
}

.ie-header__phone small {
  margin-bottom: 5px;
  color: var(--ie-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ie-header__phone strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

.ie-button--header {
  width: 170px;
  min-height: 100%;
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-button--header:hover {
  background: var(--ie-red-deep);
  transform: none;
}

.ie-menu-toggle {
  display: none;
  width: 76px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: var(--ie-white);
  cursor: pointer;
}

.ie-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 27px;
  height: 2px;
  background: var(--ie-ink);
}

.ie-mega {
  position: absolute;
  top: 100%;
  left: 0;
  display: grid;
  width: 100%;
  max-height: min(650px, calc(100vh - 118px));
  grid-template-columns: minmax(300px, 0.82fr) 2.18fr;
  border-top: 1px solid var(--ie-line);
  border-bottom: 1px solid var(--ie-line);
  background: var(--ie-white);
  box-shadow: var(--ie-shadow);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  transform: translateY(-12px);
  visibility: hidden;
  transition: opacity 240ms ease, transform 320ms var(--ie-ease), visibility 240ms;
}

.ie-mega.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.ie-mega__intro {
  position: relative;
  padding: clamp(42px, 5vw, 82px);
  color: var(--ie-white);
  background: var(--ie-ink);
}

.ie-mega__intro::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96px;
  height: 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
}

.ie-mega__intro .ie-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.ie-mega__intro h2 {
  max-width: 500px;
  margin: 28px 0 48px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(28px, 2.3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.ie-mega__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ie-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ie-mega__grid > a {
  display: grid;
  min-height: 118px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  border-right: 1px solid var(--ie-line);
  border-bottom: 1px solid var(--ie-line);
  transition: color 220ms ease, background 220ms ease;
}

.ie-mega__grid > a:hover {
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-mega__grid span {
  color: var(--ie-muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
}

.ie-mega__grid span .ie-icon {
  width: 22px;
  height: 22px;
}

.ie-mega__grid > a:hover span {
  color: rgba(255, 255, 255, 0.65);
}

.ie-mega__grid strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.ie-mega__grid i {
  font-style: normal;
}

.ie-mega__region-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 44px;
}

.ie-mega__region-columns > div {
  padding: 8px 32px 28px;
  border-left: 1px solid var(--ie-line);
}

.ie-mega__region-columns strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ie-mega__region-columns a {
  display: block;
  padding-block: 7px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: color 180ms ease, transform 180ms ease;
}

.ie-mega__region-columns a:hover {
  color: var(--ie-red);
  transform: translateX(4px);
}

/* Mobile navigation */
.ie-mobile-menu {
  position: fixed;
  z-index: 2500;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: grid;
  width: 100%;
  height: 100dvh;
  min-height: 100svh;
  grid-template-rows: 76px minmax(0, 1fr) auto;
  color: var(--ie-ink);
  background: var(--ie-paper);
  opacity: 0;
  pointer-events: none;
  isolation: isolate;
  overscroll-behavior: contain;
  transform: translateY(-18px);
  visibility: hidden;
  transition: opacity 240ms ease, transform 360ms var(--ie-ease), visibility 240ms;
}

.ie-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.ie-mobile-menu__top {
  display: grid;
  grid-template-columns: 1fr auto 76px;
  align-items: center;
  border-bottom: 1px solid var(--ie-line);
  background: var(--ie-white);
}

.ie-mobile-menu__brand {
  align-self: stretch;
  display: flex;
  align-items: center;
  width: 230px;
  padding: 14px 22px;
  background: var(--ie-white);
}

.ie-mobile-menu__brand a {
  display: block;
}

.ie-mobile-menu__brand img {
  width: 178px;
  max-height: 45px;
  object-fit: contain;
}

.ie-mobile-menu__top > span {
  padding-right: 24px;
  color: var(--ie-muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ie-mobile-menu__top > button {
  position: relative;
  width: 76px;
  height: 76px;
  border-left: 1px solid var(--ie-line);
  background: transparent;
  cursor: pointer;
}

.ie-mobile-menu__top > button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: var(--ie-ink);
}

.ie-mobile-menu__top > button span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ie-mobile-menu__top > button span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ie-mobile-menu__viewport {
  position: relative;
  min-height: 0;
  overflow: hidden;
  overscroll-behavior: contain;
}

.ie-mobile-menu__panel {
  position: absolute;
  inset: 0;
  padding: clamp(24px, 5vw, 72px);
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transform: translateX(40px);
  visibility: hidden;
  transition: opacity 220ms ease, transform 340ms var(--ie-ease), visibility 220ms;
}

.ie-mobile-menu__panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.ie-mobile-menu__primary {
  width: min(900px, 100%);
  margin-inline: auto;
}

.ie-mobile-menu__primary > a,
.ie-mobile-menu__primary > button {
  display: grid;
  width: 100%;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: clamp(14px, 2.4vh, 25px) 0;
  border-bottom: 1px solid var(--ie-line);
  color: var(--ie-ink);
  background: transparent;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(24px, 4.4vw, 50px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: left;
}

.ie-mobile-menu__primary > a > span,
.ie-mobile-menu__primary > button > span {
  color: var(--ie-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ie-mobile-menu__primary > a > span .ie-icon,
.ie-mobile-menu__primary > button > span .ie-icon {
  width: 22px;
  height: 22px;
}

.ie-mobile-menu__primary i {
  font-size: 18px;
  font-style: normal;
}

.ie-mobile-menu__back {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--ie-ink);
  color: var(--ie-ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ie-mobile-menu__panel-title {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.ie-mobile-menu__panel-title > span {
  padding-top: 9px;
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
}

.ie-mobile-menu__panel-title > span .ie-icon {
  width: 24px;
  height: 24px;
}

.ie-mobile-menu__panel-title h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(38px, 7vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.ie-mobile-menu__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ie-line);
  border-left: 1px solid var(--ie-line);
}

.ie-mobile-menu__links a {
  display: grid;
  min-height: 78px;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border-right: 1px solid var(--ie-line);
  border-bottom: 1px solid var(--ie-line);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.ie-mobile-menu__links a.is-all {
  grid-column: 1 / -1;
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-mobile-menu__links span {
  color: var(--ie-muted);
  font-size: 12px;
}

.ie-mobile-menu__links span .ie-icon {
  width: 18px;
  height: 18px;
}

.ie-mobile-menu__links i {
  font-style: normal;
}

.ie-mobile-menu__region-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ie-line);
}

.ie-mobile-menu__region-list > div {
  padding: 25px;
  border-right: 1px solid var(--ie-line);
}

.ie-mobile-menu__region-list strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ie-red);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ie-mobile-menu__region-list a {
  display: block;
  padding-block: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.ie-mobile-menu__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  border-top: 1px solid var(--ie-line);
  background: var(--ie-white);
}

.ie-mobile-menu__footer > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px clamp(24px, 5vw, 72px);
  line-height: 1.15;
}

.ie-mobile-menu__footer > div span {
  margin-bottom: 7px;
  color: var(--ie-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ie-mobile-menu__footer > div a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.ie-mobile-menu__footer .ie-button {
  min-width: 210px;
}

/* Hero slider */
.ie-hero-slider {
  --hero-desktop-height: 760px;
  --hero-mobile-height: 690px;
  position: relative;
  height: clamp(650px, var(--hero-desktop-height), 1000px);
  min-height: 650px;
  color: var(--ie-ink);
  background: var(--ie-white);
  overflow: hidden;
}

.ie-hero-slider__stage,
.ie-hero-slide {
  position: absolute;
  inset: 0;
}

.ie-hero-slide {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 750ms ease, visibility 750ms;
}

.ie-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.ie-hero-slide__media {
  position: absolute;
  inset: -1px;
  overflow: hidden;
  background: #e8ecec;
}

.ie-hero-slide__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.012);
  transform-origin: 70% 50%;
}

.ie-hero-slide.is-active .ie-hero-slide__media img {
  animation: ie-hero-breathe 9s ease-out both;
}

@keyframes ie-hero-breathe {
  from { transform: scale(1.026); }
  to { transform: scale(1.002); }
}

.ie-hero-slide__wash {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 249, 248, 1) 0%, rgba(248, 249, 248, 0.98) 30%, rgba(248, 249, 248, 0.82) 47%, rgba(248, 249, 248, 0.08) 73%, rgba(248, 249, 248, 0) 100%),
    linear-gradient(0deg, rgba(17, 24, 32, 0.15) 0%, transparent 32%);
}

.ie-hero-slide__lines {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  width: var(--ie-shell);
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
  pointer-events: none;
}

.ie-hero-slide__lines span {
  border-left: 1px solid rgba(17, 24, 32, 0.08);
}

.ie-hero-slide__content {
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  align-items: center;
  padding-bottom: 88px;
}

.ie-hero-slide__copy {
  width: min(810px, 58%);
  padding-top: clamp(20px, 3vh, 48px);
}

.ie-hero-slide__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(22px, 3vh, 40px);
  overflow: hidden;
}

.ie-hero-slide__eyebrow > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ie-white);
  background: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ie-hero-slide__eyebrow p {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ie-hero-slide h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(58px, 7.35vw, 118px);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.86;
  text-wrap: balance;
}

.ie-hero-slide__lead {
  max-width: 640px;
  margin: clamp(26px, 4vh, 46px) 0 0;
  color: var(--ie-ink-soft);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
}

.ie-hero-slide__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: clamp(28px, 4vh, 48px);
}

.ie-hero-slide__copy > * {
  opacity: 0;
  transform: translateY(24px);
}

.ie-hero-slide.is-active .ie-hero-slide__copy > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 700ms var(--ie-ease);
}

.ie-hero-slide.is-active .ie-hero-slide__copy > :nth-child(1) { transition-delay: 160ms; }
.ie-hero-slide.is-active .ie-hero-slide__copy > :nth-child(2) { transition-delay: 230ms; }
.ie-hero-slide.is-active .ie-hero-slide__copy > :nth-child(3) { transition-delay: 300ms; }
.ie-hero-slide.is-active .ie-hero-slide__copy > :nth-child(4) { transition-delay: 370ms; }

.ie-hero-slider__interface {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(17, 24, 32, 0.14);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.ie-hero-slider__interface > .ie-shell {
  display: grid;
  min-height: 86px;
  grid-template-columns: 1fr auto auto;
  align-items: stretch;
}

.ie-hero-slider__identity {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ie-hero-slider__identity span {
  color: var(--ie-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ie-hero-slider__identity strong {
  font-size: 12px;
  font-weight: 600;
}

.ie-hero-slider__tabs {
  display: flex;
  align-items: center;
}

.ie-hero-slider__tabs button {
  display: flex;
  width: 76px;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-left: 1px solid rgba(17, 24, 32, 0.12);
  background: transparent;
  cursor: pointer;
}

.ie-hero-slider__tabs span {
  color: var(--ie-muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ie-hero-slider__tabs i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ie-line);
  transition: background 180ms ease, transform 180ms ease;
}

.ie-hero-slider__tabs button[aria-selected="true"] i {
  background: var(--ie-red);
  transform: scale(1.35);
}

.ie-hero-slider__buttons {
  display: flex;
}

.ie-hero-slider__buttons button {
  width: 62px;
  border-left: 1px solid rgba(17, 24, 32, 0.12);
  background: transparent;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: color 180ms ease, background 180ms ease;
}

.ie-hero-slider__buttons button:hover {
  color: var(--ie-white);
  background: var(--ie-ink);
}

.ie-hero-slider__buttons [data-slider-play] {
  font-size: 12px;
}

.ie-hero-slider__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(17, 24, 32, 0.08);
  overflow: hidden;
}

.ie-hero-slider__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ie-red);
  transform: scaleX(0);
  transform-origin: left center;
}

.ie-hero-slider.has-single-slide .ie-hero-slider__tabs,
.ie-hero-slider.has-single-slide .ie-hero-slider__buttons,
.ie-hero-slider.has-single-slide .ie-hero-slider__progress {
  display: none;
}

.ie-response-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ie-line);
  border-bottom: 1px solid var(--ie-line);
  background: var(--ie-white);
}

.ie-response-bar > a,
.ie-response-bar > button {
  display: grid;
  min-height: 92px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px clamp(24px, 3vw, 54px);
  border-right: 1px solid var(--ie-line);
  color: var(--ie-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 220ms ease, background 220ms ease;
}

.ie-response-bar > :last-child {
  border-right: 0;
}

.ie-response-bar > a:hover,
.ie-response-bar > button:hover {
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-response-bar span {
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
}

.ie-response-bar span .ie-icon {
  width: 23px;
  height: 23px;
}

.ie-response-bar > a:hover span,
.ie-response-bar > button:hover span {
  color: rgba(255, 255, 255, 0.62);
}

.ie-response-bar strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ie-response-bar i {
  font-style: normal;
}

/* Corporate manifesto */
.ie-manifesto {
  background:
    linear-gradient(rgba(17, 24, 32, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 32, 0.045) 1px, transparent 1px),
    var(--ie-paper);
  background-size: 72px 72px;
}

.ie-manifesto__grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.6fr) minmax(420px, 1.55fr) minmax(320px, 0.85fr);
  gap: clamp(38px, 6vw, 100px);
  align-items: start;
}

.ie-manifesto__label {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.ie-voltage-mark {
  position: relative;
  width: 94px;
  height: 120px;
  margin-top: 130px;
}

.ie-voltage-mark::before,
.ie-voltage-mark::after,
.ie-voltage-mark span {
  position: absolute;
  background: var(--ie-red);
  content: "";
}

.ie-voltage-mark::before {
  top: 0;
  left: 42px;
  width: 10px;
  height: 72px;
  transform: skewX(-24deg);
}

.ie-voltage-mark::after {
  bottom: 0;
  left: 42px;
  width: 10px;
  height: 72px;
  transform: skewX(24deg);
}

.ie-voltage-mark span {
  top: 53px;
  left: 16px;
  width: 62px;
  height: 10px;
}

.ie-voltage-mark i {
  position: absolute;
  right: -24px;
  bottom: 0;
  color: var(--ie-muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.14em;
}

.ie-manifesto__statement h2 {
  margin-bottom: clamp(34px, 5vw, 70px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(50px, 6.4vw, 104px);
  font-weight: 500;
  letter-spacing: -0.066em;
  line-height: 0.91;
}

.ie-manifesto__statement h2 em {
  display: block;
  color: var(--ie-steel-deep);
  font-style: normal;
}

.ie-manifesto__statement > p {
  max-width: 750px;
  margin: 0 0 0 auto;
  color: var(--ie-ink-soft);
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.58;
}

.ie-manifesto__standards {
  border-top: 1px solid var(--ie-ink);
}

.ie-manifesto__standards article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ie-line);
}

.ie-manifesto__standards article > span {
  padding-top: 3px;
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
}

.ie-manifesto__standards article > span .ie-icon {
  width: 21px;
  height: 21px;
}

.ie-manifesto__standards h3 {
  margin-bottom: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ie-manifesto__standards p {
  margin: 0;
  color: var(--ie-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Section heading */
.ie-section-title {
  display: grid;
  grid-template-columns: minmax(190px, 0.65fr) minmax(400px, 1.75fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(50px, 6vw, 96px);
  padding-bottom: 26px;
  border-bottom: 1px solid var(--ie-ink);
}

.ie-section-title > div > p {
  margin: 15px 0 0;
  color: var(--ie-muted);
  font-size: 12px;
}

.ie-section-title h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(43px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 0.95;
}

.ie-section-title > a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ie-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Capability index */
.ie-capabilities {
  background: var(--ie-white);
}

.ie-capability-list {
  border-top: 1px solid var(--ie-line);
}

.ie-capability {
  position: relative;
  display: grid;
  min-height: 132px;
  grid-template-columns: 70px minmax(250px, 0.9fr) minmax(280px, 1.1fr) 50px;
  align-items: center;
  gap: clamp(20px, 3vw, 56px);
  padding: 22px 18px 22px 0;
  border-bottom: 1px solid var(--ie-line);
  isolation: isolate;
  transition: color 280ms ease, padding 280ms var(--ie-ease);
}

.ie-capability::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--ie-red);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 320ms var(--ie-ease);
}

.ie-capability:hover {
  padding-right: 28px;
  padding-left: 18px;
  color: var(--ie-white);
}

.ie-capability:hover::before {
  transform: scaleY(1);
}

.ie-capability__number {
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  transition: color 220ms ease;
}

.ie-capability__number .ie-icon {
  width: 27px;
  height: 27px;
}

.ie-capability:hover .ie-capability__number {
  color: rgba(255, 255, 255, 0.6);
}

.ie-capability__name small {
  display: block;
  margin-bottom: 9px;
  color: var(--ie-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.ie-capability:hover .ie-capability__name small {
  color: rgba(255, 255, 255, 0.62);
}

.ie-capability h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.ie-capability > p {
  max-width: 560px;
  margin: 0;
  color: var(--ie-muted);
  font-size: 14px;
  line-height: 1.6;
  transition: color 220ms ease;
}

.ie-capability:hover > p {
  color: rgba(255, 255, 255, 0.75);
}

.ie-capability > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--ie-line);
  font-style: normal;
  transition: border-color 220ms ease, transform 280ms var(--ie-ease);
}

.ie-capability:hover > i {
  border-color: rgba(255, 255, 255, 0.46);
  transform: rotate(45deg);
}

/* High-standard visual section */
.ie-power-standard {
  min-height: 820px;
  color: var(--ie-white);
  background: var(--ie-ink);
  overflow: hidden;
}

.ie-power-standard::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, #111820 0%, rgba(17, 24, 32, 0.98) 37%, rgba(17, 24, 32, 0.7) 62%, rgba(17, 24, 32, 0.24) 100%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: auto, 80px 80px, 80px 80px;
  content: "";
}

.ie-power-standard__media {
  position: absolute;
  inset: 0 0 0 38%;
}

.ie-power-standard__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 70% center;
}

.ie-power-standard__inner {
  position: relative;
  z-index: 2;
}

.ie-power-standard .ie-kicker {
  color: rgba(255, 255, 255, 0.55);
}

.ie-power-standard__head h2 {
  max-width: 1050px;
  margin: 42px 0 clamp(65px, 8vw, 118px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(52px, 7vw, 112px);
  font-weight: 500;
  letter-spacing: -0.069em;
  line-height: 0.87;
}

.ie-power-standard__head h2 em {
  color: #9bb4c1;
  font-style: normal;
}

.ie-power-standard__matrix {
  display: grid;
  width: min(980px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 50px;
  border-top: 1px solid var(--ie-line-dark);
  border-left: 1px solid var(--ie-line-dark);
  background: rgba(10, 17, 23, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ie-power-standard__matrix > div {
  min-height: 190px;
  padding: 25px;
  border-right: 1px solid var(--ie-line-dark);
  border-bottom: 1px solid var(--ie-line-dark);
}

.ie-power-standard__matrix span {
  display: block;
  margin-bottom: 44px;
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ie-power-standard__matrix strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
}

.ie-power-standard__matrix p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

/* Region network */
.ie-coverage-network {
  background: var(--ie-steel);
}

.ie-network {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 24, 32, 0.25);
  border-left: 1px solid rgba(17, 24, 32, 0.25);
}

.ie-network__line {
  position: absolute;
  top: -37px;
  right: 0;
  left: 0;
  height: 13px;
}

.ie-network__line::before {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(17, 24, 32, 0.28);
  content: "";
}

.ie-network__line span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 3px solid var(--ie-steel);
  border-radius: 50%;
  background: var(--ie-red);
  transform: translateX(-50%);
}

.ie-network article {
  min-height: 440px;
  padding: clamp(26px, 3.5vw, 54px);
  border-right: 1px solid rgba(17, 24, 32, 0.25);
  border-bottom: 1px solid rgba(17, 24, 32, 0.25);
  background: rgba(255, 255, 255, 0.12);
}

.ie-network article header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 44px;
}

.ie-network article header span {
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
}

.ie-network article header span .ie-icon {
  width: 24px;
  height: 24px;
}

.ie-network h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ie-network article > div a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 24, 32, 0.16);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease, padding 220ms var(--ie-ease);
}

.ie-network article > div a:hover {
  padding-inline: 8px;
  color: var(--ie-red);
}

/* Workflow */
.ie-workflow {
  background: var(--ie-white);
}

.ie-workflow__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(70px, 10vw, 170px);
}

.ie-workflow__intro {
  position: sticky;
  top: 135px;
  align-self: start;
}

.ie-workflow__intro h2 {
  margin: 38px 0 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(46px, 5.7vw, 86px);
  font-weight: 500;
  letter-spacing: -0.063em;
  line-height: 0.92;
}

.ie-workflow__intro p {
  max-width: 520px;
  margin: 0;
  color: var(--ie-muted);
  font-size: 17px;
}

.ie-workflow__steps {
  border-top: 1px solid var(--ie-ink);
}

.ie-workflow__steps article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: clamp(34px, 4vw, 64px) 0;
  border-bottom: 1px solid var(--ie-line);
}

.ie-workflow__steps article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ie-white);
  background: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
}

.ie-workflow__steps article > span .ie-icon {
  width: 21px;
  height: 21px;
}

.ie-workflow__steps h3 {
  margin-bottom: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ie-workflow__steps p {
  max-width: 610px;
  margin: 0;
  color: var(--ie-muted);
}

/* FAQ */
.ie-faq {
  background: var(--ie-paper);
}

.ie-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(60px, 9vw, 150px);
}

.ie-faq__intro h2 {
  margin: 38px 0 42px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(42px, 5.3vw, 78px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.ie-faq__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--ie-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.ie-accordion {
  border-top: 1px solid var(--ie-ink);
}

.ie-accordion details {
  border-bottom: 1px solid var(--ie-line);
}

.ie-accordion summary {
  display: grid;
  min-height: 90px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 600;
  letter-spacing: -0.025em;
  list-style: none;
}

.ie-accordion summary::-webkit-details-marker {
  display: none;
}

.ie-accordion summary span {
  color: var(--ie-red);
  font-size: 20px;
  transition: transform 220ms ease;
}

.ie-accordion details[open] summary span {
  transform: rotate(45deg);
}

.ie-accordion details p {
  max-width: 720px;
  margin: -5px 0 30px;
  padding-right: 60px;
  color: var(--ie-muted);
}

/* Final call to action */
.ie-final-cta {
  padding-block: clamp(75px, 9vw, 140px);
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-final-cta .ie-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.ie-final-cta .ie-kicker::before {
  background: var(--ie-white);
}

.ie-final-cta__grid {
  display: grid;
  grid-template-columns: minmax(440px, 1.35fr) minmax(340px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.ie-final-cta h2 {
  margin: 38px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(56px, 7.5vw, 118px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.ie-final-cta h2 em {
  color: #541013;
  font-style: normal;
}

.ie-final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.ie-final-cta__phone {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(23px, 2.5vw, 38px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.ie-final-cta__phone small {
  grid-column: 1 / -1;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Project cards */
.ie-projects {
  background: var(--ie-paper);
}

.ie-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ie-line);
  border: 1px solid var(--ie-line);
}

.ie-project-card {
  background: var(--ie-white);
}

.ie-project-card > a {
  display: block;
}

.ie-project-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ie-steel);
}

.ie-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--ie-ease);
}

.ie-project-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: end start;
  padding: 28px;
  color: var(--ie-white);
  background:
    linear-gradient(135deg, rgba(16, 30, 75, 0.94), rgba(16, 30, 75, 0.38)),
    url("../images/cover-corporate-v3.webp") center / cover no-repeat;
  overflow: hidden;
}

.ie-project-placeholder span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.ie-project-placeholder i {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 14px;
  height: 14px;
  background: var(--ie-red);
  box-shadow: 0 0 0 9px rgba(215, 25, 32, 0.16);
}

.ie-project-card:hover .ie-project-card__media img {
  transform: scale(1.045);
}

.ie-project-card__body {
  padding: 28px;
}

.ie-project-card__body h3 {
  margin: 12px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.ie-project-card__body p,
.ie-project-location {
  color: var(--ie-muted);
  font-size: 12px;
}

.ie-project-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ie-project-location .ie-icon {
  width: 17px;
  height: 17px;
}

.ie-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 45px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ie-ink);
}

.ie-section-head h2 {
  margin: 18px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(39px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.ie-section-head > p {
  margin: 0;
  color: var(--ie-muted);
}

/* Interior page system */
.ie-page-hero,
.ie-detail-hero {
  position: relative;
  min-height: clamp(500px, 48vw, 720px);
  padding: clamp(80px, 9vw, 140px) 0;
  color: var(--ie-ink);
  background:
    linear-gradient(rgba(17, 24, 32, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 32, 0.05) 1px, transparent 1px),
    var(--ie-steel);
  background-size: 72px 72px;
  overflow: hidden;
}

.ie-page-hero > .ie-shell,
.ie-detail-hero > .ie-shell {
  position: relative;
  z-index: 2;
  width: var(--ie-shell);
}

.ie-page-cover {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ie-page-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ie-page-cover > span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 246, 245, 0.98) 0%, rgba(244, 246, 245, 0.94) 38%, rgba(244, 246, 245, 0.68) 62%, rgba(244, 246, 245, 0.2) 100%),
    linear-gradient(0deg, rgba(244, 246, 245, 0.52), rgba(244, 246, 245, 0.06) 52%);
}

.ie-page-cover--services img,
.ie-page-cover--corporate img {
  object-position: 68% center;
}

.ie-page-cover--solutions img {
  object-position: 62% center;
}

.ie-page-cover--regions img {
  object-position: center 44%;
}

.ie-page-hero--dark,
.ie-page-hero--signal,
.ie-detail-hero--region {
  color: var(--ie-white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    var(--ie-ink);
  background-size: 72px 72px;
}

.ie-page-hero--dark .ie-page-cover > span,
.ie-page-hero--signal .ie-page-cover > span,
.ie-detail-hero--region .ie-page-cover > span {
  background:
    linear-gradient(90deg, rgba(6, 29, 73, 0.97) 0%, rgba(6, 29, 73, 0.91) 42%, rgba(6, 29, 73, 0.64) 68%, rgba(6, 29, 73, 0.3) 100%),
    linear-gradient(0deg, rgba(4, 18, 44, 0.62), rgba(4, 18, 44, 0.05) 62%);
}

.ie-page-hero__grid,
.ie-detail-hero__grid {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.ie-page-hero__layout,
.ie-detail-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.55fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.ie-page-hero h1,
.ie-detail-hero h1 {
  max-width: 1000px;
  margin: 28px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(58px, 8vw, 126px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.ie-page-hero p,
.ie-detail-hero p {
  color: var(--ie-muted);
  font-size: clamp(16px, 1.4vw, 21px);
}

.ie-page-hero__layout > p,
.ie-detail-hero__layout > p,
.ie-detail-hero__layout > div:last-child {
  padding: clamp(22px, 3vw, 38px);
  border-left: 3px solid var(--ie-red);
  background: rgba(244, 246, 245, 0.82);
  box-shadow: 0 24px 70px rgba(11, 29, 45, 0.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ie-page-hero--dark .ie-page-hero__layout > p,
.ie-page-hero--signal .ie-page-hero__layout > p,
.ie-detail-hero--region .ie-detail-hero__layout > div:last-child {
  background: rgba(6, 29, 73, 0.72);
  box-shadow: 0 24px 70px rgba(2, 12, 31, 0.28);
}

.ie-page-hero--dark p,
.ie-page-hero--signal p,
.ie-detail-hero--region p {
  color: rgba(255, 255, 255, 0.66);
}

.ie-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.68;
}

.ie-page-content,
.ie-archive,
.ie-detail-content,
.ie-contact-page,
.ie-related,
.ie-error-page {
  padding-block: clamp(75px, 9vw, 140px);
}

.ie-prose {
  max-width: 900px;
  color: var(--ie-ink-soft);
  font-size: 17px;
}

.ie-prose > * + * {
  margin-top: 1.4em;
}

.ie-prose h2,
.ie-prose h3,
.ie-prose h4 {
  margin-top: 1.8em;
  color: var(--ie-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.ie-prose h2 { font-size: clamp(36px, 4vw, 58px); }
.ie-prose h3 { font-size: clamp(27px, 3vw, 40px); }
.ie-prose a { color: var(--ie-red); text-decoration: underline; text-underline-offset: 4px; }
.ie-prose ul,
.ie-prose ol { padding-left: 22px; }
.ie-prose blockquote {
  margin-inline: 0;
  padding: 24px 30px;
  border-left: 4px solid var(--ie-red);
  background: var(--ie-white);
}

.ie-inline-cta {
  margin-top: 60px;
  padding-block: 50px;
  color: var(--ie-white);
  background: var(--ie-ink);
}

.ie-inline-cta > .ie-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.ie-inline-cta h2,
.ie-inline-cta h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.ie-detail-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
}

.ie-detail-aside {
  position: sticky;
  top: 130px;
}

.ie-detail-aside__card {
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid var(--ie-line);
  background: var(--ie-white);
}

.ie-detail-aside__card h2,
.ie-detail-aside__card h3 {
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.ie-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ie-check-list li {
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid var(--ie-line);
}

.ie-check-list li::before {
  display: inline-block;
  width: 18px;
  margin-left: -24px;
  color: var(--ie-red);
  content: "✓";
}

.ie-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 44px;
}

.ie-filter button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ie-line);
  color: var(--ie-ink);
  background: var(--ie-white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ie-filter button.is-active,
.ie-filter button:hover {
  color: var(--ie-white);
  border-color: var(--ie-red);
  background: var(--ie-red);
}

.ie-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ie-line);
  background: var(--ie-line);
}

.ie-service-card {
  min-height: 330px;
  background: var(--ie-white);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ie-service-card.is-filtered-out {
  display: none;
}

.ie-service-card > a {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  transition: color 260ms ease, background 260ms ease;
}

.ie-service-card:hover > a {
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-service-card__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  font-size: 12px;
}

.ie-service-card__top > span:first-child .ie-icon {
  width: 25px;
  height: 25px;
  color: var(--ie-red);
}

.ie-service-card:hover .ie-service-card__top > span:first-child .ie-icon {
  color: var(--ie-white);
}

.ie-service-card__top i {
  height: 1px;
  background: var(--ie-line);
}

.ie-service-card__body > p {
  color: var(--ie-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ie-service-card:hover .ie-service-card__body > p {
  color: rgba(255, 255, 255, 0.62);
}

.ie-service-card__body h3 {
  margin-bottom: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.ie-service-card__body > div {
  color: var(--ie-muted);
  font-size: 13px;
}

.ie-service-card:hover .ie-service-card__body > div {
  color: rgba(255, 255, 255, 0.72);
}

.ie-region-cluster {
  margin-bottom: 70px;
}

.ie-region-cluster__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ie-ink);
}

.ie-region-cluster__head > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-region-cluster__head > span .ie-icon {
  width: 23px;
  height: 23px;
}

.ie-region-cluster__head h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.ie-region-cluster__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ie-line);
}

.ie-region-cluster__grid a {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  background: var(--ie-white);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  transition: color 220ms ease, background 220ms ease;
}

.ie-region-cluster__grid a:hover {
  color: var(--ie-white);
  background: var(--ie-red);
}

.ie-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ie-post-card {
  padding: 28px;
  border: 1px solid var(--ie-line);
  background: var(--ie-white);
}

.ie-post-card h2,
.ie-post-card h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.ie-contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(60px, 9vw, 140px);
}

.ie-contact-stack {
  display: grid;
  gap: 1px;
  background: var(--ie-line);
  border: 1px solid var(--ie-line);
}

.ie-contact-stack > * {
  padding: 28px;
  background: var(--ie-white);
}

.ie-error-page {
  min-height: 65vh;
}

.ie-error-page > .ie-shell > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ie-red);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ie-error-page h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(80px, 16vw, 240px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

/* Request UI */
.ie-drawer-backdrop {
  position: fixed;
  z-index: 2990;
  inset: 0;
  background: rgba(3, 8, 12, 0.68);
  opacity: 0;
  transition: opacity 280ms ease;
}

.ie-drawer-backdrop.is-open {
  opacity: 1;
}

.ie-request-drawer {
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: min(540px, 100%);
  flex-direction: column;
  padding: clamp(28px, 4vw, 52px);
  color: var(--ie-ink);
  background: var(--ie-paper);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.18);
  overflow-y: auto;
  transform: translateX(105%);
  transition: transform 420ms var(--ie-ease);
}

.ie-request-drawer.is-open {
  transform: translateX(0);
}

.ie-request-drawer__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
  margin-bottom: 34px;
}

.ie-request-drawer__head h2 {
  margin: 25px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.ie-request-drawer__head > button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--ie-line);
  background: var(--ie-white);
  cursor: pointer;
  font-size: 24px;
}

.ie-request-console {
  border: 1px solid var(--ie-line);
  background: var(--ie-white);
}

.ie-console-head {
  display: grid;
  min-height: 54px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding-inline: 19px;
  border-bottom: 1px solid var(--ie-line);
  color: var(--ie-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ie-console-code .ie-icon {
  width: 18px;
  height: 18px;
  color: var(--ie-red);
}

.ie-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45bc73;
  box-shadow: 0 0 0 5px rgba(69, 188, 115, 0.1);
}

.ie-console-body {
  padding: 24px;
}

.ie-field-label {
  display: block;
  margin: 0 0 10px;
  color: var(--ie-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ie-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 25px;
}

.ie-problem {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--ie-line);
  color: var(--ie-ink);
  background: var(--ie-paper);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ie-problem.is-active,
.ie-problem:hover {
  color: var(--ie-white);
  border-color: var(--ie-red);
  background: var(--ie-red);
}

.ie-select-wrap {
  position: relative;
  margin-bottom: 18px;
}

.ie-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  pointer-events: none;
  content: "⌄";
  transform: translateY(-58%);
}

.ie-select-wrap select {
  width: 100%;
  min-height: 52px;
  padding: 0 44px 0 15px;
  border: 1px solid var(--ie-line);
  border-radius: 0;
  color: var(--ie-ink);
  background: var(--ie-white);
  appearance: none;
}

.ie-request-drawer__direct {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 30px;
}

.ie-request-drawer__direct span {
  color: var(--ie-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ie-request-drawer__direct a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

/* Footer */
.ie-footer {
  padding-top: clamp(70px, 8vw, 120px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ie-brand-blue);
}

.ie-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: end;
  padding-bottom: clamp(50px, 6vw, 88px);
  border-bottom: 1px solid var(--ie-line-dark);
}

.ie-footer__brand > a {
  display: block;
  width: min(285px, 100%);
  padding: 12px 16px;
  background: var(--ie-white);
}

.ie-footer__brand img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.ie-footer__brand > p {
  max-width: 560px;
  margin: 30px 0 20px;
  color: rgba(255, 255, 255, 0.5);
}

.ie-footer__status {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ie-footer__phone {
  display: grid;
  min-width: 390px;
  grid-template-columns: 1fr auto;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  color: var(--ie-white);
}

.ie-footer__phone small {
  grid-column: 1 / -1;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ie-footer__phone strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.ie-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: clamp(50px, 6vw, 84px);
  border-bottom: 1px solid var(--ie-line-dark);
}

.ie-footer__grid > div {
  padding-right: 34px;
}

.ie-footer__grid > div + div {
  padding-left: 34px;
  border-left: 1px solid var(--ie-line-dark);
}

.ie-footer__grid h2 {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ie-footer__grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  transition: color 180ms ease, transform 180ms ease;
}

.ie-footer__grid a:hover {
  color: var(--ie-white);
  transform: translateX(3px);
}

.ie-footer__grid a.is-emphasis {
  margin-top: 12px;
  color: var(--ie-white);
}

.ie-footer__contact p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.ie-footer__bottom {
  display: grid;
  min-height: 84px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ie-footer__bottom p {
  margin: 0;
}

.ie-footer__bottom > p:nth-child(2) {
  color: rgba(255, 255, 255, 0.35);
}

.ie-footer__bottom > div {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}

/* Progressive reveals */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 720ms ease, transform 820ms var(--ie-ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .ie-header__bar {
    grid-template-columns: clamp(220px, 28vw, 300px) 1fr;
  }

  .ie-desktop-nav {
    display: none;
  }

  .ie-header__actions {
    grid-column: 2;
    justify-self: end;
  }

  .ie-menu-toggle {
    display: flex;
  }

  .ie-manifesto__grid {
    grid-template-columns: 150px 1.4fr 0.8fr;
    gap: 50px;
  }

  .ie-hero-slide h1 {
    font-size: clamp(58px, 8.5vw, 104px);
  }
}

@media (max-width: 1024px) {
  :root {
    --ie-section-space: clamp(80px, 10vw, 118px);
  }

  .ie-header__phone {
    display: none;
  }

  .ie-manifesto__grid {
    grid-template-columns: 110px 1fr;
  }

  .ie-manifesto__standards {
    grid-column: 2;
  }

  .ie-voltage-mark {
    margin-top: 100px;
  }

  .ie-section-title {
    grid-template-columns: 180px 1fr auto;
    gap: 24px;
  }

  .ie-capability {
    grid-template-columns: 55px minmax(240px, 0.9fr) minmax(250px, 1.1fr) 40px;
    gap: 24px;
  }

  .ie-power-standard__matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(720px, 100%);
  }

  .ie-network {
    grid-template-columns: 1fr;
  }

  .ie-network article {
    min-height: 0;
  }

  .ie-workflow__grid,
  .ie-faq__grid {
    gap: 65px;
  }

  .ie-project-grid,
  .ie-service-grid,
  .ie-region-cluster__grid,
  .ie-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ie-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }

  .ie-footer__grid > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 820px) {
  .ie-utility__inner > div a:first-child {
    display: none;
  }

  .ie-hero-slider {
    height: clamp(620px, var(--hero-mobile-height), 900px);
    min-height: 620px;
  }

  .ie-hero-slide__media img {
    object-position: 67% center;
  }

  .ie-hero-slide__wash {
    background:
      linear-gradient(90deg, rgba(248, 249, 248, 0.98) 0%, rgba(248, 249, 248, 0.95) 44%, rgba(248, 249, 248, 0.66) 73%, rgba(248, 249, 248, 0.28) 100%),
      linear-gradient(0deg, rgba(17, 24, 32, 0.12) 0%, transparent 30%);
  }

  .ie-hero-slide__copy {
    width: min(650px, 88%);
  }

  .ie-hero-slide h1 {
    font-size: clamp(52px, 11vw, 88px);
  }

  .ie-response-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ie-response-bar > :nth-child(2) {
    border-right: 0;
  }

  .ie-response-bar > :nth-child(-n + 2) {
    border-bottom: 1px solid var(--ie-line);
  }

  .ie-section-title {
    grid-template-columns: 1fr auto;
  }

  .ie-section-title > div {
    grid-column: 1 / -1;
  }

  .ie-capability {
    grid-template-columns: 50px 1fr 42px;
  }

  .ie-capability > p {
    display: none;
  }

  .ie-power-standard__media {
    left: 15%;
  }

  .ie-workflow__grid,
  .ie-faq__grid,
  .ie-final-cta__grid,
  .ie-page-hero__layout,
  .ie-detail-hero__layout,
  .ie-detail-content__grid,
  .ie-contact-page__grid {
    grid-template-columns: 1fr;
  }

  .ie-workflow__intro,
  .ie-detail-aside {
    position: static;
  }

  .ie-final-cta__actions {
    max-width: 520px;
  }

  .ie-footer__top {
    grid-template-columns: 1fr;
  }

  .ie-footer__phone {
    min-width: 0;
    max-width: 540px;
  }

  .ie-footer__bottom {
    grid-template-columns: 1fr auto;
    padding-block: 22px;
  }

  .ie-footer__bottom > p:nth-child(2) {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --ie-shell: calc(100% - 34px);
    --ie-section-space: 78px;
  }

  .ie-utility {
    display: none;
  }

  .ie-header__bar {
    height: 70px;
    grid-template-columns: minmax(170px, 1fr) auto;
  }

  .ie-header__brand {
    padding: 11px 18px;
  }

  .ie-header__brand .custom-logo-link,
  .ie-header__brand .ie-logo-fallback {
    width: 165px;
  }

  .ie-header__brand img {
    max-height: 43px;
  }

  .ie-button--header {
    display: none;
  }

  .ie-menu-toggle {
    width: 70px;
  }

  .ie-mobile-menu {
    grid-template-rows: 70px minmax(0, 1fr) auto;
  }

  .ie-mobile-menu__top {
    grid-template-columns: 1fr auto 70px;
  }

  .ie-mobile-menu__brand {
    width: 190px;
    padding: 11px 17px;
  }

  .ie-mobile-menu__brand img {
    width: 155px;
    max-height: 42px;
  }

  .ie-mobile-menu__top > span {
    padding-right: 15px;
  }

  .ie-mobile-menu__top > button {
    width: 70px;
    height: 70px;
  }

  .ie-mobile-menu__panel {
    padding: 22px 17px 32px;
  }

  .ie-mobile-menu__primary > a,
  .ie-mobile-menu__primary > button {
    grid-template-columns: 33px 1fr auto;
    min-height: 58px;
    padding-block: 15px;
    font-size: clamp(22px, 7vw, 32px);
  }

  .ie-mobile-menu__back {
    margin-bottom: 24px;
  }

  .ie-mobile-menu__panel-title {
    margin-bottom: 24px;
  }

  .ie-mobile-menu__panel-title h2 {
    font-size: 37px;
  }

  .ie-mobile-menu__links {
    grid-template-columns: 1fr;
  }

  .ie-mobile-menu__links a {
    min-height: 58px;
    grid-template-columns: 29px 1fr auto;
    padding: 11px 14px;
    font-size: 13px;
  }

  .ie-mobile-menu__links a.is-all {
    grid-column: auto;
  }

  .ie-mobile-menu__region-list {
    grid-template-columns: 1fr;
  }

  .ie-mobile-menu__region-list > div {
    padding: 18px 14px;
    border-bottom: 1px solid var(--ie-line);
  }

  .ie-mobile-menu__region-list strong {
    margin-bottom: 10px;
  }

  .ie-mobile-menu__region-list a {
    display: inline-block;
    margin: 0 14px 5px 0;
    font-size: 14px;
  }

  .ie-mobile-menu__footer {
    grid-template-columns: 1fr auto;
  }

  .ie-mobile-menu__footer > div {
    padding: 13px 17px;
  }

  .ie-mobile-menu__footer > div a {
    font-size: 15px;
  }

  .ie-mobile-menu__footer .ie-button {
    min-width: 130px;
    min-height: 66px;
    gap: 12px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .ie-hero-slider {
    height: clamp(600px, var(--hero-mobile-height), 850px);
    min-height: 600px;
  }

  .ie-hero-slide__media {
    inset: -2px;
  }

  .ie-hero-slide__media img {
    opacity: 0.66;
    object-position: 70% center;
  }

  .ie-hero-slide__wash {
    background:
      linear-gradient(90deg, rgba(248, 249, 248, 0.99) 0%, rgba(248, 249, 248, 0.92) 58%, rgba(248, 249, 248, 0.58) 100%),
      linear-gradient(0deg, rgba(248, 249, 248, 0.55) 0%, transparent 42%);
  }

  .ie-hero-slide__lines {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .ie-hero-slide__lines span:last-child {
    display: none;
  }

  .ie-hero-slide__content {
    align-items: flex-start;
    padding-top: clamp(54px, 8vh, 82px);
    padding-bottom: 92px;
  }

  .ie-hero-slide__copy {
    width: 100%;
    padding-top: 0;
  }

  .ie-hero-slide__eyebrow {
    gap: 12px;
    margin-bottom: 25px;
  }

  .ie-hero-slide__eyebrow p {
    max-width: 230px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .ie-hero-slide h1 {
    max-width: 520px;
    font-size: clamp(39px, 12.5vw, 59px);
    line-height: 0.92;
  }

  .ie-hero-slide__lead {
    max-width: 470px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.55;
  }

  .ie-hero-slide__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 27px;
  }

  .ie-hero-slide__actions .ie-button {
    min-height: 49px;
  }

  .ie-hero-slider__interface > .ie-shell {
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .ie-hero-slider__identity {
    display: none;
  }

  .ie-hero-slider__tabs button {
    width: 51px;
  }

  .ie-hero-slider__buttons button {
    width: 46px;
  }

  .ie-response-bar > a,
  .ie-response-bar > button {
    min-height: 78px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 14px 17px;
  }

  .ie-response-bar strong {
    font-size: 12px;
  }

  .ie-manifesto__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ie-voltage-mark {
    display: none;
  }

  .ie-manifesto__statement h2 {
    margin-bottom: 30px;
    font-size: clamp(40px, 12.5vw, 60px);
  }

  .ie-manifesto__statement > p {
    font-size: 16px;
  }

  .ie-manifesto__standards {
    grid-column: auto;
  }

  .ie-section-title {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }

  .ie-section-title > div {
    grid-column: auto;
  }

  .ie-section-title h2 {
    font-size: 39px;
  }

  .ie-section-title > a {
    justify-self: start;
  }

  .ie-capability {
    min-height: 98px;
    grid-template-columns: 38px 1fr 34px;
    gap: 12px;
    padding: 16px 4px 16px 0;
  }

  .ie-capability:hover {
    padding-left: 10px;
  }

  .ie-capability h3 {
    font-size: 21px;
  }

  .ie-capability__name small {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .ie-capability > i {
    width: 32px;
    height: 32px;
  }

  .ie-power-standard {
    min-height: 0;
  }

  .ie-power-standard__media {
    inset: 0;
    opacity: 0.35;
  }

  .ie-power-standard::before {
    background:
      linear-gradient(180deg, rgba(17, 24, 32, 0.92) 0%, rgba(17, 24, 32, 0.78) 100%),
      linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: auto, 54px 54px, 54px 54px;
  }

  .ie-power-standard__head h2 {
    margin: 35px 0 55px;
    font-size: clamp(42px, 12.5vw, 60px);
  }

  .ie-power-standard__matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ie-power-standard__matrix > div {
    min-height: 164px;
    padding: 18px;
  }

  .ie-power-standard__matrix span {
    margin-bottom: 28px;
  }

  .ie-network article {
    padding: 25px 20px;
  }

  .ie-workflow__grid,
  .ie-faq__grid,
  .ie-final-cta__grid {
    gap: 48px;
  }

  .ie-workflow__intro h2,
  .ie-faq__intro h2 {
    font-size: 41px;
  }

  .ie-workflow__steps article {
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 30px 0;
  }

  .ie-workflow__steps h3 {
    font-size: 23px;
  }

  .ie-accordion summary {
    min-height: 78px;
    font-size: 16px;
  }

  .ie-accordion details p {
    padding-right: 20px;
    font-size: 14px;
  }

  .ie-final-cta h2 {
    font-size: clamp(44px, 13.5vw, 62px);
  }

  .ie-project-grid,
  .ie-service-grid,
  .ie-region-cluster__grid,
  .ie-post-grid {
    grid-template-columns: 1fr;
  }

  .ie-section-head h2 {
    font-size: 36px;
  }

  .ie-service-card__body h3,
  .ie-project-card__body h2,
  .ie-project-card__body h3 {
    font-size: 23px;
  }

  .ie-region-cluster__head h2 {
    font-size: 31px;
  }

  .ie-project-empty h2 {
    font-size: 36px;
  }

  .ie-error-page h1 {
    font-size: clamp(62px, 19vw, 92px);
    line-height: 0.9;
  }

  .ie-page-hero,
  .ie-detail-hero {
    min-height: 500px;
    padding: 58px 0;
  }

  .ie-page-hero h1,
  .ie-detail-hero h1 {
    font-size: clamp(43px, 13vw, 63px);
    line-height: 0.92;
  }

  .ie-page-cover > span {
    background:
      linear-gradient(90deg, rgba(244, 246, 245, 0.97), rgba(244, 246, 245, 0.85)),
      linear-gradient(0deg, rgba(244, 246, 245, 0.5), rgba(244, 246, 245, 0.08));
  }

  .ie-page-hero--dark .ie-page-cover > span,
  .ie-page-hero--signal .ie-page-cover > span,
  .ie-detail-hero--region .ie-page-cover > span {
    background: linear-gradient(90deg, rgba(6, 29, 73, 0.95), rgba(6, 29, 73, 0.78));
  }

  .ie-page-hero__layout > p,
  .ie-detail-hero__layout > p,
  .ie-detail-hero__layout > div:last-child {
    padding: 18px;
  }

  .ie-inline-cta > .ie-shell {
    grid-template-columns: 1fr;
  }

  .ie-detail-content__grid,
  .ie-contact-page__grid {
    gap: 45px;
  }

  .ie-footer {
    padding-top: 70px;
  }

  .ie-footer__top {
    gap: 45px;
  }

  .ie-footer__phone strong {
    font-size: clamp(27px, 9vw, 38px);
  }

  .ie-footer__grid {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  .ie-footer__grid > div,
  .ie-footer__grid > div + div,
  .ie-footer__grid > div:nth-child(3) {
    padding: 0 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--ie-line-dark);
    border-left: 0;
  }

  .ie-footer__bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ie-footer__bottom > div {
    justify-content: flex-start;
  }

  .ie-request-drawer {
    padding: 24px 17px;
  }

  .ie-request-drawer__head h2 {
    font-size: 32px;
  }
}

body.admin-bar .ie-mobile-menu,
body.admin-bar .ie-request-drawer {
  top: 32px;
}

body.admin-bar .ie-mobile-menu {
  height: calc(100dvh - 32px);
  min-height: calc(100svh - 32px);
}

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

@media screen and (max-width: 782px) {
  body.admin-bar .ie-mobile-menu,
  body.admin-bar .ie-request-drawer {
    top: 46px;
  }

  body.admin-bar .ie-mobile-menu {
    height: calc(100dvh - 46px);
    min-height: calc(100svh - 46px);
  }

  body.admin-bar .ie-header {
    top: 46px;
  }
}

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

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
