:root {
  --esl-ink: #111211;
  --esl-paper: #f5f2ec;
  --esl-white: #fffdf9;
  --esl-orange: #f15b2a;
  --esl-orange-text: #a63814;
  --esl-mint: #bdddcf;
  --esl-focus: #005f4b;
  --esl-muted: #68645f;
  --esl-line: rgba(17, 18, 17, .18);
  --esl-max: 1240px;
  --esl-header-offset: 75px;
}

html {
  scroll-behavior: smooth;
}

html:has(.esl-page) {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

body:has(.esl-page) {
  background: var(--esl-paper);
  color: var(--esl-ink);
  height: auto;
  overflow: visible;
  padding-top: var(--esl-header-offset);
}

body:has(.esl-page) .wrapper {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.esl-page *,
.esl-page *::before,
.esl-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.esl-page .container {
  width: min(var(--esl-max), calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.esl-section {
  padding: 104px 0;
  scroll-margin-top: calc(var(--esl-header-offset) + 58px);
}

.esl-kicker {
  margin: 0 0 18px;
  color: var(--esl-orange-text);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.esl-section h2 {
  max-width: 880px;
  margin: 0;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 500;
}

.esl-section-heading > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--esl-muted);
  font-size: 18px;
  line-height: 1.65;
}

.esl-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 800;
  text-decoration: none;
}

.esl-btn-primary {
  background: var(--esl-orange);
  color: var(--esl-ink);
}

.esl-btn-secondary {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
}

.esl-btn:hover,
.esl-text-link:hover,
.esl-mobile-cta:hover {
  color: var(--esl-ink);
  opacity: .86;
}

.esl-btn:focus-visible,
.esl-text-link:focus-visible,
.esl-mobile-cta:focus-visible,
.esl-page input:focus-visible,
.esl-page select:focus-visible,
.esl-page textarea:focus-visible,
.esl-page summary:focus-visible,
.esl-jump-track a:focus-visible,
.esl-page ~ footer a:focus-visible,
.main-header a:focus-visible,
.main-header button:focus-visible {
  outline: 3px solid var(--esl-focus) !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--esl-white);
}

.esl-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 0;
  color: #fff;
}

.esl-hero-media,
.esl-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.esl-hero-media img {
  object-fit: cover;
  object-position: center;
}

.esl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 6, .94) 0%, rgba(5, 7, 6, .73) 43%, rgba(5, 7, 6, .08) 76%);
}

.esl-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 36px;
}

.esl-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: 72px;
  line-height: .98;
  font-weight: 600;
}

.esl-hero-lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 20px;
  line-height: 1.6;
}

.esl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.esl-capability-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 46px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .34);
  list-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.esl-jump-nav {
  position: sticky;
  top: var(--esl-header-offset);
  z-index: 30;
  border-bottom: 1px solid var(--esl-line);
  background: rgba(245, 242, 236, .96);
  backdrop-filter: blur(12px);
}

.esl-jump-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.esl-jump-track a {
  flex: 0 0 auto;
  padding: 17px 0;
  color: var(--esl-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.esl-range-lead {
  margin: 56px 0 0;
}

.esl-range-lead img {
  display: block;
  width: 100%;
  height: auto;
  background: #e8efe9;
}

.esl-range-lead figcaption,
.esl-proof figcaption {
  padding-top: 12px;
  color: var(--esl-muted);
  font-size: 13px;
}

.esl-family-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border: 1px solid var(--esl-line);
  background: var(--esl-line);
}

.esl-family {
  min-width: 0;
  background: var(--esl-white);
}

.esl-family img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 520;
  object-fit: contain;
  background: var(--esl-paper);
}

.esl-family > div {
  padding: 24px 20px 28px;
}

.esl-family h3 {
  min-height: 48px;
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.esl-family p,
.esl-family span {
  display: block;
  margin: 14px 0 0;
  color: var(--esl-muted);
  line-height: 1.55;
}

.esl-family span {
  padding-top: 14px;
  border-top: 1px solid var(--esl-line);
  font-size: 13px;
}

.esl-text-link {
  display: inline-flex;
  gap: 48px;
  margin-top: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--esl-ink);
  color: var(--esl-ink);
  font-weight: 800;
  text-decoration: none;
}

.esl-system,
.esl-quote {
  background: var(--esl-ink);
  color: #fff;
}

.esl-system h2,
.esl-quote h2,
.esl-form legend {
  color: #fff;
}

.esl-section-heading-light > p:last-child,
.esl-system-note {
  color: rgba(255, 255, 255, .68);
}

.esl-architecture {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 58px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, .2);
  list-style: none;
}

.esl-architecture li {
  position: relative;
  min-height: 260px;
  padding: 28px;
  background: var(--esl-ink);
}

.esl-architecture li:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 48%;
  right: -18px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--esl-orange);
  color: var(--esl-ink);
}

.esl-architecture span {
  color: var(--esl-orange);
  font-weight: 800;
}

.esl-architecture strong {
  display: block;
  margin-top: 54px;
  font-size: 26px;
}

.esl-architecture p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.6;
}

.esl-system-note {
  max-width: 840px;
  margin: 34px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--esl-orange);
  line-height: 1.6;
}

.esl-outcome-list {
  margin-top: 56px;
  border-top: 1px solid var(--esl-line);
}

.esl-outcome-list article {
  display: grid;
  grid-template-columns: 72px minmax(240px, .8fr) 1.2fr;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--esl-line);
}

.esl-outcome-list span {
  color: var(--esl-orange);
  font-weight: 800;
}

.esl-outcome-list h3 {
  margin: 0;
  font-size: 28px;
}

.esl-outcome-list p {
  margin: 0;
  color: var(--esl-muted);
  font-size: 17px;
  line-height: 1.6;
}

.esl-proof {
  background: var(--esl-mint);
}

.esl-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 72px;
  align-items: center;
}

.esl-proof figure {
  margin: 0;
}

.esl-proof figure img {
  display: block;
  width: 100%;
  height: auto;
}

.esl-proof figcaption {
  color: rgba(17, 18, 17, .66);
}

.esl-proof-grid > div > p:not(.esl-kicker) {
  color: rgba(17, 18, 17, .74);
  font-size: 17px;
  line-height: 1.65;
}

.esl-proof-facts {
  margin: 34px 0 0;
}

.esl-proof-facts div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(17, 18, 17, .24);
}

.esl-proof-facts dt {
  font-weight: 800;
}

.esl-proof-facts dd {
  margin: 0;
  color: rgba(17, 18, 17, .78);
}

.esl-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 80px;
}

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

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

.esl-faq-list summary {
  position: relative;
  padding: 24px 42px 24px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

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

.esl-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 24px;
  font-weight: 400;
}

.esl-faq-list details[open] summary::after {
  content: "\2212";
}

.esl-faq-list p {
  margin: 0;
  padding: 0 48px 24px 0;
  color: var(--esl-muted);
  line-height: 1.65;
}

.esl-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 52px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .18);
}

.esl-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 32px;
  border: 0;
  background: #181a19;
}

.esl-form legend {
  width: 100%;
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 700;
}

.esl-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

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

.esl-form label {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 700;
}

.esl-form input,
.esl-form select,
.esl-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 2px;
  background: #fffdf9;
  color: var(--esl-ink);
  font: inherit;
}

.esl-form textarea {
  min-height: 112px;
  resize: vertical;
}

.esl-planner-summary {
  display: block;
  margin-top: 22px;
  padding: 18px;
  border-left: 3px solid var(--esl-orange);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.esl-contact-fields .esl-btn {
  width: 100%;
  margin-top: 24px;
}

.esl-required-note,
.esl-privacy-note {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.55;
}

.esl-required-note { margin: -12px 0 20px; }
.esl-required,
.esl-required-note span { color: #ff8a63; }
.esl-privacy-note { margin: 16px 0 0; }
.esl-privacy-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.esl-mobile-cta {
  display: none;
}

@media (max-width: 1199px) {
  .esl-family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .esl-hero h1 {
    font-size: 60px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --esl-header-offset: 78px;
  }

  .esl-section {
    padding: 82px 0;
  }

  .esl-section h2 {
    font-size: 44px;
  }

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

  .esl-architecture {
    grid-template-columns: 1fr;
  }

  .esl-architecture li {
    min-height: 0;
  }

  .esl-architecture li:not(:last-child)::after {
    content: "\2193";
    top: auto;
    right: 28px;
    bottom: -18px;
  }

  .esl-proof-grid,
  .esl-faq-grid,
  .esl-form {
    grid-template-columns: 1fr;
  }

  .esl-proof-grid {
    gap: 44px;
  }
}

@media (max-width: 767px) {
  body:has(.esl-page) {
    padding-top: var(--esl-header-offset);
  }

  .esl-page .container {
    width: min(calc(100% - 32px), var(--esl-max));
  }

  .esl-section {
    padding: 66px 0;
    scroll-margin-top: calc(var(--esl-header-offset) + 49px);
  }

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

  .esl-hero {
    min-height: 620px;
  }

  .esl-hero-media img {
    object-position: 62% center;
  }

  .esl-hero-overlay {
    background: linear-gradient(90deg, rgba(5, 7, 6, .93), rgba(5, 7, 6, .62));
  }

  .esl-hero-inner {
    padding-top: 54px;
    padding-bottom: 30px;
  }

  .esl-hero h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .esl-hero-lead {
    font-size: 17px;
  }

  .esl-actions {
    display: grid;
  }

  .esl-capability-line {
    gap: 7px 16px;
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.35;
  }

  .esl-jump-nav {
    top: var(--esl-header-offset);
  }

  .esl-family-grid {
    grid-template-columns: 1fr;
  }

  .esl-family h3 {
    min-height: 0;
  }

  .esl-outcome-list article {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .esl-outcome-list p {
    grid-column: 2;
  }

  .esl-field-grid {
    grid-template-columns: 1fr;
  }

  .esl-field-wide {
    grid-column: auto;
  }

  .esl-form fieldset {
    padding: 24px 18px;
  }

  .esl-mobile-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 60;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    padding: 10px 16px;
    background: var(--esl-orange);
    color: var(--esl-ink);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  }

  .esl-mobile-cta[hidden] {
    display: none;
  }
}

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

  .esl-page *,
  .esl-page *::before,
  .esl-page *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
