body.cms-id-17 #wrapper > .breadcrumb,
body.cms-id-17 #main > .page-header,
body.cms-id-17 #main > .page-footer {
  display: none !important;
}

body.cms-id-17 #wrapper,
body.cms-id-17 #wrapper > .container,
body.cms-id-17 #wrapper > .container > .row,
body.cms-id-17 #content,
body.cms-id-17 #content-wrapper,
body.cms-id-17 #main,
body.cms-id-17 #content.page-content.page-cms {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.cms-id-17 #wrapper > .container,
body.cms-id-17 #wrapper > .container > .row,
body.cms-id-17 #content {
  width: 100vw;
  max-width: 100vw;
}

body.cms-id-17 #wrapper > .container > .row,
body.cms-id-17 #content {
  display: block;
}

body.cms-id-17 #content-wrapper {
  flex: 0 0 100%;
}

body.cms-id-17 #wrapper,
body.cms-id-17 #content {
  overflow-x: clip;
}

.ep17 {
  --ep-green: #66cf31;
  --ep-green-deep: #327f2a;
  --ep-lime: #b4f27a;
  --ep-ink: #171b1d;
  --ep-graphite: #20262a;
  --ep-charcoal: #111619;
  --ep-steel: #465159;
  --ep-muted: #647078;
  --ep-silver: #eef1f2;
  --ep-pale: #f6f8f8;
  --ep-line: rgba(23, 27, 29, 0.14);
  --ep-copper: #c99357;
  position: relative;
  width: 100vw;
  overflow: hidden;
  color: var(--ep-ink);
  background: #fff;
  font-family: inherit;
}

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

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

.ep17 a:focus-visible,
.ep17 summary:focus-visible {
  outline: 3px solid var(--ep-green);
  outline-offset: 4px;
}

.ep17-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.ep17-section {
  padding: clamp(52px, 5.6vw, 72px) 0;
  scroll-margin-top: 74px;
}

.ep17-kicker,
.ep17-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--ep-green-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ep17-kicker::before,
.ep17-eyebrow::before {
  width: 30px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.ep17-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

.ep17-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 86px);
  max-width: none;
  align-items: start;
}

.ep17-heading h2,
.ep17-quality h2,
.ep17-efficiency h2,
.ep17-cta h2 {
  margin: 0;
  color: var(--ep-ink);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.ep17-heading > p:last-child,
.ep17-heading--split > p,
.ep17-prose p,
.ep17-quality__content > p,
.ep17-efficiency__grid > .ep17-prose p {
  margin: 15px 0 0;
  color: var(--ep-muted);
  font-size: 17px;
  line-height: 1.68;
}

.ep17-heading--split .ep17-prose p:first-child {
  margin-top: 0;
}

.ep17-hero {
  position: relative;
  min-height: clamp(440px, 39vw, 500px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--ep-charcoal);
}

.ep17-hero__media,
.ep17-hero__media::after,
.ep17-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ep17-hero__media img {
  object-fit: cover;
  object-position: center 48%;
}

.ep17-hero__media::after {
  background:
    linear-gradient(90deg, rgba(12, 16, 18, 0.98) 0%, rgba(18, 23, 26, 0.91) 38%, rgba(18, 23, 26, 0.42) 66%, rgba(18, 23, 26, 0.16) 100%),
    linear-gradient(0deg, rgba(12, 16, 18, 0.76) 0%, transparent 42%);
  content: "";
}

.ep17-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(440px, 39vw, 500px);
  align-content: center;
  padding-block: 36px 32px;
}

.ep17-breadcrumb {
  position: absolute;
  top: 22px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}

.ep17-breadcrumb a:hover {
  color: var(--ep-lime);
}

.ep17-hero__copy {
  width: min(900px, 76%);
}

.ep17-eyebrow {
  color: var(--ep-lime);
}

.ep17-hero h1 {
  max-width: 20ch;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.3vw, 60px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.ep17-hero__lead {
  max-width: 710px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.48;
}

.ep17-hero__support {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.58;
}

.ep17-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ep17-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.ep17-button--primary {
  color: #10200f;
  background: var(--ep-green);
}

.ep17-button--primary:hover {
  color: #0d190c;
  background: var(--ep-lime);
}

.ep17-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(15, 19, 21, 0.48);
  backdrop-filter: blur(8px);
}

.ep17-button--ghost:hover {
  border-color: var(--ep-lime);
  color: var(--ep-lime);
}

.ep17-hero__signal {
  position: absolute;
  right: 0;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ep17-hero__signal span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(16, 20, 22, 0.56);
  backdrop-filter: blur(6px);
}

.ep17-hero__signal i {
  width: 16px;
  height: 1px;
  background: var(--ep-copper);
}

.ep17-jump {
  position: sticky;
  top: 0;
  z-index: 28;
  border-bottom: 1px solid var(--ep-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(20, 26, 29, 0.04);
  backdrop-filter: blur(12px);
}

.ep17-jump .ep17-shell {
  display: flex;
  min-height: 48px;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.ep17-jump .ep17-shell::-webkit-scrollbar {
  display: none;
}

.ep17-jump strong,
.ep17-jump a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
}

.ep17-jump strong {
  padding-left: 0;
  color: var(--ep-muted);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ep17-jump a {
  position: relative;
  color: #3f484e;
}

.ep17-jump a::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--ep-green);
  content: "";
  transition: transform 180ms ease;
}

.ep17-jump a:hover,
.ep17-jump a.is-active {
  color: var(--ep-ink);
}

.ep17-jump a:hover::after,
.ep17-jump a.is-active::after {
  transform: scaleX(1);
}

.ep17-start {
  background: #fff;
}

.ep17-origin {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--ep-line);
}

.ep17-origin li {
  position: relative;
  min-height: 128px;
  padding: 22px 18px;
  border-right: 1px solid var(--ep-line);
}

.ep17-origin li:last-child {
  border-right: 0;
  color: #12250f;
  background: linear-gradient(135deg, rgba(102, 207, 49, 0.22), rgba(102, 207, 49, 0.06));
}

.ep17-origin li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -7px;
  z-index: 1;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--ep-copper);
  border-right: 1px solid var(--ep-copper);
  background: #fff;
  content: "";
}

.ep17-origin small,
.ep17-origin strong,
.ep17-origin span {
  display: block;
}

.ep17-origin small {
  margin-bottom: 18px;
  color: var(--ep-green-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.ep17-origin strong {
  font-size: 16px;
}

.ep17-origin span {
  margin-top: 5px;
  color: var(--ep-muted);
  font-size: 12px;
  line-height: 1.45;
}

.ep17-quality {
  background: var(--ep-pale);
}

.ep17-quality__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
}

.ep17-quality__content > p {
  max-width: 720px;
}

.ep17-impact {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--ep-line);
}

.ep17-impact li {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ep-line);
}

.ep17-impact li:last-child {
  border-bottom: 0;
}

.ep17-impact strong {
  color: var(--ep-ink);
  font-size: 14px;
}

.ep17-impact span {
  color: var(--ep-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ep17-quality__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.ep17-quality__signals span {
  padding: 7px 10px;
  border: 1px solid rgba(70, 81, 89, 0.18);
  border-radius: 999px;
  color: #465159;
  background: #fff;
  font-size: 11px;
  font-weight: 750;
}

.ep17-quality__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(70, 81, 89, 0.16);
  border-radius: 20px;
  background: var(--ep-graphite);
  box-shadow: 0 22px 48px rgba(24, 31, 35, 0.12);
}

.ep17-quality__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06);
}

.ep17-quality__visual > div {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(20, 26, 29, 0.83);
  backdrop-filter: blur(8px);
}

.ep17-quality__visual > div span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ep17-quality__visual > div i {
  height: 1px;
  flex: 1 1 auto;
  background: var(--ep-green);
}

.ep17-architecture,
.ep17-ecosystem {
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(102, 207, 49, 0.11), transparent 23%),
    linear-gradient(135deg, #151a1d 0%, #232a2f 58%, #111619 100%);
}

.ep17-heading--dark h2,
.ep17-architecture .ep17-heading h2,
.ep17-ecosystem .ep17-heading h2 {
  color: #fff;
}

.ep17-heading--dark .ep17-kicker,
.ep17-architecture .ep17-kicker,
.ep17-ecosystem .ep17-kicker {
  color: var(--ep-lime);
}

.ep17-heading--dark > p:last-child,
.ep17-architecture .ep17-heading > p:last-child,
.ep17-ecosystem .ep17-heading > p:last-child {
  color: rgba(255, 255, 255, 0.66);
}

.ep17-system {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr) 18px) minmax(0, 1fr);
  align-items: center;
  margin-top: 34px;
}

.ep17-system > a,
.ep17-system__load {
  position: relative;
  display: grid;
  min-height: 122px;
  align-content: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ep17-system > a:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 242, 122, 0.72);
  background: rgba(102, 207, 49, 0.1);
}

.ep17-system > i {
  position: relative;
  height: 1px;
  background: rgba(201, 147, 87, 0.7);
}

.ep17-system > i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid var(--ep-copper);
  border-right: 1px solid var(--ep-copper);
  content: "";
}

.ep17-system small,
.ep17-system strong,
.ep17-system span {
  display: block;
}

.ep17-system small {
  margin-bottom: 13px;
  color: var(--ep-green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.ep17-system strong {
  color: #fff;
  font-size: 15px;
}

.ep17-system span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.4;
}

.ep17-system__load {
  border-color: rgba(102, 207, 49, 0.42);
  background: rgba(102, 207, 49, 0.1);
}

.ep17-transverse {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--ep-copper);
  background: rgba(255, 255, 255, 0.045);
}

.ep17-transverse > span {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ep17-transverse a {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 750;
}

.ep17-transverse a:hover {
  border-color: var(--ep-lime);
  color: var(--ep-lime);
}

.ep17-criteria {
  background: #fff;
}

.ep17-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ep-line);
  border-left: 1px solid var(--ep-line);
}

.ep17-matrix article {
  min-height: 168px;
  padding: 22px;
  border-right: 1px solid var(--ep-line);
  border-bottom: 1px solid var(--ep-line);
  background: #fff;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ep17-matrix article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-3px);
  background: linear-gradient(145deg, rgba(102, 207, 49, 0.09), #fff 65%);
}

.ep17-matrix article > span {
  display: block;
  margin-bottom: 20px;
  color: var(--ep-green-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.ep17-matrix h3 {
  margin: 0;
  color: var(--ep-ink);
  font-size: 17px;
  font-weight: 800;
}

.ep17-matrix p {
  margin: 8px 0 0;
  color: var(--ep-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ep17-efficiency {
  background: var(--ep-silver);
}

.ep17-efficiency__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.ep17-balance {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  padding-top: 24px;
  border-top: 1px solid var(--ep-line);
}

.ep17-balance span {
  display: grid;
  gap: 5px;
}

.ep17-balance b {
  font-size: 17px;
}

.ep17-balance small {
  color: var(--ep-muted);
  font-size: 12px;
}

.ep17-balance i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(50, 127, 42, 0.25);
  border-radius: 50%;
  color: var(--ep-green-deep);
  font-style: normal;
  font-weight: 800;
}

.ep17-process {
  background: #fff;
}

.ep17-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.ep17-timeline li {
  position: relative;
  min-height: 126px;
  padding: 28px 14px 10px;
  border-top: 2px solid var(--ep-line);
}

.ep17-timeline li::before {
  position: absolute;
  top: -6px;
  left: 14px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--ep-green);
  box-shadow: 0 0 0 1px var(--ep-green-deep);
  content: "";
}

.ep17-timeline b,
.ep17-timeline strong,
.ep17-timeline span {
  display: block;
}

.ep17-timeline b {
  margin-bottom: 16px;
  color: var(--ep-green-deep);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.ep17-timeline strong {
  font-size: 14px;
}

.ep17-timeline span {
  margin-top: 5px;
  color: var(--ep-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ep17-interventions {
  border-top: 1px solid var(--ep-line);
  background: var(--ep-pale);
}

.ep17-project-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ep17-project-links > a {
  display: grid;
  min-height: 142px;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--ep-line);
  border-radius: 14px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ep17-project-links > a:hover {
  transform: translateY(-4px);
  border-color: rgba(50, 127, 42, 0.45);
  box-shadow: 0 14px 30px rgba(25, 32, 36, 0.08);
}

.ep17-project-links small,
.ep17-project-links strong,
.ep17-project-links span {
  display: block;
}

.ep17-project-links small {
  color: var(--ep-green-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ep17-project-links strong {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.3;
}

.ep17-project-links span {
  margin-top: 8px;
  color: var(--ep-muted);
  font-size: 12px;
}

.ep17-project-links b {
  color: var(--ep-green-deep);
}

.ep17-integration {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 20px 22px;
  border-left: 3px solid var(--ep-green);
  background: #e9eeeb;
}

.ep17-integration span {
  display: block;
  color: var(--ep-green-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ep17-integration p {
  margin: 5px 0 0;
  color: #4f5a61;
  font-size: 13px;
  line-height: 1.5;
}

.ep17-integration > a,
.ep17-inline-cta {
  flex: 0 0 auto;
  color: var(--ep-green-deep);
  font-size: 13px;
  font-weight: 850;
}

.ep17-integration > a:hover,
.ep17-inline-cta:hover {
  color: #205b1b;
}

.ep17-ecosystem__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
}

.ep17-ecosystem .ep17-heading {
  margin: 0;
}

.ep17-inline-cta {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: var(--ep-lime);
}

.ep17-inline-cta:hover {
  color: #fff;
}

.ep17-editorial-links {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ep17-editorial-links a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 51px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.87);
  transition: color 160ms ease, padding-left 160ms ease, background-color 160ms ease;
}

.ep17-editorial-links a:hover {
  padding-left: 8px;
  color: var(--ep-lime);
  background: rgba(255, 255, 255, 0.035);
}

.ep17-editorial-links span {
  color: var(--ep-green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.ep17-editorial-links strong {
  font-size: 14px;
}

.ep17-editorial-links b {
  font-size: 12px;
}

.ep17-resources {
  background: #fff;
}

.ep17-resources__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
}

.ep17-resources__columns > div {
  border-top: 3px solid var(--ep-graphite);
}

.ep17-resources__columns h3 {
  margin: 0;
  padding: 16px 0 12px;
  color: var(--ep-steel);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ep17-resources__columns a {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--ep-line);
}

.ep17-resources__columns a:hover strong,
.ep17-resources__columns a:hover b {
  color: var(--ep-green-deep);
}

.ep17-resources__columns strong {
  font-size: 14px;
  line-height: 1.35;
}

.ep17-resources__columns span {
  color: var(--ep-muted);
  font-size: 12px;
  line-height: 1.45;
}

.ep17-resources__columns b {
  color: var(--ep-green-deep);
}

.ep17-faq {
  border-top: 1px solid var(--ep-line);
  background: var(--ep-pale);
}

.ep17-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
}

.ep17-faq .ep17-heading {
  position: sticky;
  top: 82px;
  margin: 0;
}

.ep17-faq__list {
  border-top: 1px solid var(--ep-line);
}

.ep17-faq details {
  border-bottom: 1px solid var(--ep-line);
}

.ep17-faq summary {
  position: relative;
  padding: 18px 42px 18px 0;
  color: var(--ep-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

.ep17-faq summary::-webkit-details-marker {
  display: none;
}

.ep17-faq summary::after {
  position: absolute;
  top: 17px;
  right: 0;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--ep-line);
  border-radius: 50%;
  color: var(--ep-green-deep);
  content: "+";
}

.ep17-faq details[open] summary::after {
  content: "−";
}

.ep17-faq details p {
  max-width: 760px;
  margin: -4px 0 18px;
  padding-right: 42px;
  color: var(--ep-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ep17-cta {
  padding: 46px 0;
  color: #fff;
  background: var(--ep-graphite);
}

.ep17-cta__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.ep17-cta .ep17-kicker {
  color: var(--ep-lime);
}

.ep17-cta h2 {
  max-width: 740px;
  color: #fff;
  font-size: clamp(30px, 3vw, 45px);
}

.ep17-cta p:last-child {
  max-width: 740px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.58;
}

@media (max-width: 1080px) {
  .ep17-hero__copy {
    width: min(760px, 74%);
  }

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

  .ep17-origin li:nth-child(3) {
    border-right: 0;
  }

  .ep17-origin li:nth-child(3)::after {
    display: none;
  }

  .ep17-origin li:nth-child(-n + 3) {
    border-bottom: 1px solid var(--ep-line);
  }

  .ep17-origin li:nth-child(4)::after,
  .ep17-origin li:nth-child(5)::after {
    background: #fff;
  }

  .ep17-quality__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 34px;
  }

  .ep17-system {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ep17-system > i {
    display: none;
  }

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

  .ep17-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ep17-project-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ep17-shell {
    width: min(100% - 30px, 1240px);
  }

  .ep17-section {
    padding: 48px 0;
    scroll-margin-top: 62px;
  }

  .ep17-heading,
  .ep17-heading--split,
  .ep17-quality__grid,
  .ep17-efficiency__grid,
  .ep17-ecosystem__grid,
  .ep17-faq__grid {
    display: block;
  }

  .ep17-heading h2,
  .ep17-quality h2,
  .ep17-efficiency h2,
  .ep17-cta h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .ep17-heading--split > p,
  .ep17-heading--split .ep17-prose {
    margin-top: 20px;
  }

  .ep17-hero,
  .ep17-hero__inner {
    min-height: 530px;
  }

  .ep17-hero__media img {
    object-position: 66% center;
  }

  .ep17-hero__media::after {
    background:
      linear-gradient(0deg, rgba(12, 16, 18, 0.98) 0%, rgba(12, 16, 18, 0.9) 55%, rgba(12, 16, 18, 0.46) 100%),
      linear-gradient(90deg, rgba(12, 16, 18, 0.8), rgba(12, 16, 18, 0.12));
  }

  .ep17-hero__inner {
    align-content: end;
    padding-block: 58px 30px;
  }

  .ep17-breadcrumb {
    top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ep17-hero__copy {
    width: 100%;
  }

  .ep17-hero h1 {
    max-width: 14ch;
    font-size: clamp(38px, 11.3vw, 52px);
  }

  .ep17-hero__lead {
    font-size: 17px;
  }

  .ep17-hero__support {
    font-size: 13px;
  }

  .ep17-hero__signal {
    display: none;
  }

  .ep17-actions {
    align-items: stretch;
  }

  .ep17-button {
    flex: 1 1 100%;
  }

  .ep17-jump .ep17-shell {
    width: 100%;
    padding-inline: 15px;
  }

  .ep17-jump strong,
  .ep17-jump a {
    min-height: 46px;
    padding-inline: 12px;
  }

  .ep17-jump strong {
    padding-left: 0;
  }

  .ep17-origin {
    grid-template-columns: 1fr;
    margin-top: 28px;
    border: 0;
  }

  .ep17-origin li {
    min-height: 0;
    padding: 14px 16px 14px 52px;
    border: 0;
    border-bottom: 1px solid var(--ep-line);
  }

  .ep17-origin li:nth-child(-n + 3) {
    border-bottom: 1px solid var(--ep-line);
  }

  .ep17-origin li::after {
    display: none !important;
  }

  .ep17-origin small {
    position: absolute;
    top: 17px;
    left: 16px;
    margin: 0;
  }

  .ep17-quality__visual {
    margin-top: 30px;
  }

  .ep17-impact li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ep17-quality__visual > div span {
    font-size: 8px;
  }

  .ep17-system {
    grid-template-columns: 1fr;
  }

  .ep17-system > a,
  .ep17-system__load {
    min-height: 0;
    padding: 14px 16px 14px 52px;
  }

  .ep17-system small {
    position: absolute;
    margin: 0 0 0 -34px;
  }

  .ep17-transverse {
    align-items: stretch;
    flex-direction: column;
  }

  .ep17-transverse > span {
    margin: 0 0 4px;
  }

  .ep17-transverse a {
    border-radius: 10px;
  }

  .ep17-matrix,
  .ep17-project-links,
  .ep17-resources__columns {
    grid-template-columns: 1fr;
  }

  .ep17-matrix article {
    min-height: 0;
    padding: 18px;
  }

  .ep17-matrix article > span {
    margin-bottom: 10px;
  }

  .ep17-balance {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .ep17-balance span {
    padding: 12px 0;
    border-bottom: 1px solid var(--ep-line);
  }

  .ep17-balance i {
    display: none;
  }

  .ep17-timeline {
    grid-template-columns: 1fr;
  }

  .ep17-timeline li {
    min-height: 0;
    padding: 14px 14px 14px 48px;
    border-top: 0;
    border-left: 2px solid var(--ep-line);
  }

  .ep17-timeline li::before {
    top: 20px;
    left: -6px;
  }

  .ep17-timeline b {
    position: absolute;
    top: 17px;
    left: 15px;
    margin: 0;
  }

  .ep17-project-links > a {
    min-height: 126px;
  }

  .ep17-integration {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .ep17-integration > a {
    flex: 1 1 auto;
  }

  .ep17-editorial-links {
    margin-top: 30px;
  }

  .ep17-resources__columns {
    gap: 30px;
  }

  .ep17-resources__columns a {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ep17-faq .ep17-heading {
    position: static;
    margin-bottom: 26px;
  }

  .ep17-faq summary {
    padding-block: 16px;
    font-size: 14px;
  }

  .ep17-faq details p {
    padding-right: 0;
  }

  .ep17-cta {
    padding: 42px 0;
  }

  .ep17-cta__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 420px) {
  .ep17-hero,
  .ep17-hero__inner {
    min-height: 560px;
  }

  .ep17-hero h1 {
    font-size: 39px;
  }
}

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