.evsub-page {
  background: #fff;
  color: #24272a;
}
.evsub-wrap {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}
.evsub-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  background: #24272a;
  color: #fff;
  overflow: hidden;
}
.evsub-hero__copy {
  padding: 76px max(46px, calc((100vw - 1320px)/2));
  padding-right: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.evsub-hero__video {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #17191a;
}
.evsub-hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evsub-hero__video:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(36, 39, 42, .24),
      rgba(36, 39, 42, 0) 34%);
}
.evsub-eyebrow {
  margin: 0 0 12px;
  color: #986823;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-weight: 900;
}
.evsub-hero .evsub-eyebrow {
  color: #e5c58e;
}
.evsub-hero h1 {
  font:
    400 clamp(52px, 5.25vw, 80px)/.94 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.045em;
  margin: 0 0 22px;
  max-width: 760px;
}
.evsub-hero__lead {
  font-size: 17px;
  line-height: 1.78;
  color: #e4dfd8;
  max-width: 750px;
  margin: 0;
}
.evsub-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.evsub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 850;
  font-size: 14px;
  border: 1px solid transparent;
}
.evsub-btn--gold {
  background: #986823;
  color: #fff;
}
.evsub-btn--line {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}
.evsub-btn--dark {
  background: #24272a;
  color: #fff;
}
.evsub-btn--light {
  background: #fff;
  color: #24272a;
  border-color: #ded8ce;
}
.evsub-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
}
.evsub-fact {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
}
.evsub-fact b {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.evsub-fact span {
  display: block;
  color: #d8d2ca;
  font-size: 12.5px;
  line-height: 1.5;
}
.evsub-nav {
  border-bottom: 1px solid #ded8ce;
  background: #fff;
}
.evsub-nav__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.evsub-nav a {
  padding: 20px 17px;
  color: #24272a;
  text-decoration: none;
  border-right: 1px solid #ded8ce;
}
.evsub-nav a:last-child {
  border-right: 0;
}
.evsub-nav small {
  display: block;
  color: #986823;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 5px;
}
.evsub-nav strong {
  font-size: 14px;
  line-height: 1.35;
}
.evsub-section {
  padding: 84px 0;
}
.evsub-section--cream {
  background: #f4efe7;
}
.evsub-section--dark {
  background: #24272a;
  color: #fff;
}
.evsub-section--tight {
  padding: 64px 0;
}
.evsub-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 66px;
  align-items: end;
  margin-bottom: 34px;
}
.evsub-head h2,
.evsub-title {
  font:
    400 clamp(40px, 4.6vw, 64px)/.98 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.034em;
  margin: 0;
}
.evsub-head p,
.evsub-copy {
  margin: 0;
  color: #596063;
  font-size: 15.5px;
  line-height: 1.8;
}
.evsub-section--dark .evsub-head p,
.evsub-section--dark .evsub-copy {
  color: #ddd7cf;
}
.evsub-section--dark .evsub-eyebrow {
  color: #e5c58e;
}
.evsub-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.evsub-card {
  background: #fff;
  border: 1px solid #ded8ce;
  padding: 25px;
}
.evsub-card b {
  display: block;
  color: #986823;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.evsub-card strong {
  display: block;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.evsub-card p {
  margin: 0;
  color: #596063;
  line-height: 1.68;
  font-size: 14px;
}
.evsub-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 58px;
  align-items: center;
}
.evsub-split--reverse {
  grid-template-columns: 1.05fr .95fr;
}
.evsub-photo {
  position: relative;
  overflow: hidden;
  background: #e7e2db;
  min-height: 520px;
}
.evsub-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evsub-photo--contain {
  background: #f4f0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}
.evsub-photo--contain img {
  position: static;
  object-fit: contain;
  height: auto;
  max-height: 470px;
}
.evsub-text h2 {
  font:
    400 clamp(40px, 4.5vw, 62px)/.99 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.034em;
  margin: 0 0 20px;
}
.evsub-text p {
  color: #596063;
  font-size: 15.5px;
  line-height: 1.82;
  margin: 0 0 16px;
}
.evsub-list {
  margin-top: 22px;
  border-top: 1px solid #ded8ce;
}
.evsub-list > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid #ded8ce;
}
.evsub-list > div > div {
  min-width: 0;
}
.evsub-list b {
  color: #986823;
  line-height: 1.35;
}
.evsub-list strong {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.35;
}
.evsub-list p {
  font-size: 13.5px;
  line-height: 1.62;
  margin: 0;
  overflow-wrap: anywhere;
}
.evsub-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.evsub-panel {
  background: #fff;
  border: 1px solid #ded8ce;
  padding: 28px;
}
.evsub-panel--dark {
  background: #303436;
  color: #fff;
  border-color: #303436;
}
.evsub-panel h3 {
  font:
    400 34px/1.05 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 14px;
}
.evsub-panel p {
  color: #596063;
  line-height: 1.75;
  font-size: 14.5px;
}
.evsub-panel--dark p {
  color: #ddd7cf;
}
.evsub-panel ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.evsub-panel li {
  padding: 10px 0 10px 21px;
  border-top: 1px solid #e4ddd4;
  position: relative;
  line-height: 1.55;
  font-size: 14px;
}
.evsub-panel--dark li {
  border-color: #454a4d;
}
.evsub-panel li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #986823;
}
.evsub-panel--dark li:before {
  background: #e5c58e;
}
.evsub-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ded8ce;
}
.evsub-table th,
.evsub-table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid #ded8ce;
  vertical-align: top;
}
.evsub-table th {
  background: #f4efe7;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.evsub-table td {
  font-size: 14px;
  line-height: 1.55;
  color: #50575a;
}
.evsub-table td strong {
  color: #24272a;
}
.evsub-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.evsub-gallery figure {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  background: #ddd;
}
.evsub-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evsub-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 56px 18px 17px;
  background: linear-gradient(transparent, rgba(20, 22, 23, .88));
  color: #fff;
}
.evsub-gallery b {
  display: block;
  color: #e5c58e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
  margin-bottom: 5px;
}
.evsub-gallery strong {
  font-size: 16px;
  line-height: 1.3;
}
.evsub-note {
  padding: 17px 19px;
  background: #f4efe7;
  border-left: 4px solid #986823;
  color: #42494c;
  line-height: 1.7;
  font-size: 14px;
  margin-top: 24px;
}
.evsub-section--dark .evsub-note {
  background: #303436;
  color: #ddd7cf;
  border-color: #e5c58e;
}
.evsub-faq {
  max-width: 970px;
}
.evsub-faq details {
  border-top: 1px solid #ded8ce;
}
.evsub-faq details:last-child {
  border-bottom: 1px solid #ded8ce;
}
.evsub-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 17px;
  padding: 20px 42px 20px 0;
  position: relative;
}
.evsub-faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 13px;
  color: #986823;
  font-size: 28px;
  font-weight: 400;
}
.evsub-faq details[open] summary:after {
  content: "–";
}
.evsub-faq details p {
  margin: 0 0 22px;
  color: #50575a;
  line-height: 1.72;
}
.evsub-faq a {
  color: #986823;
}
.evsub-final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.evsub-final__copy {
  background: #24272a;
  color: #fff;
  padding: 60px max(42px, calc((100vw - 1320px)/2));
  padding-right: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.evsub-final h2 {
  font:
    400 clamp(44px, 4.8vw, 66px)/.97 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 18px;
}
.evsub-final p {
  color: #ddd7cf;
  line-height: 1.8;
}
.evsub-final__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1080px) {
  .evsub-hero {
    grid-template-columns: 1fr;
  }
  .evsub-hero__video {
    min-height: 480px;
  }
  .evsub-head,
  .evsub-split,
  .evsub-split--reverse,
  .evsub-final {
    grid-template-columns: 1fr;
  }
  .evsub-cards,
  .evsub-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .evsub-nav__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .evsub-wrap {
    width: calc(100% - 32px);
  }
  .evsub-hero__copy {
    padding: 44px 22px;
  }
  .evsub-hero h1 {
    font-size: 48px;
  }
  .evsub-facts,
  .evsub-cards,
  .evsub-gallery,
  .evsub-nav__grid,
  .evsub-compare {
    grid-template-columns: 1fr;
  }
  .evsub-nav a {
    border-right: 0;
    border-bottom: 1px solid #ded8ce;
  }
  .evsub-section {
    padding: 60px 0;
  }
  .evsub-photo {
    min-height: 340px;
  }
  .evsub-actions .evsub-btn {
    width: 100%;
  }
  .evsub-table {
    display: block;
    overflow-x: auto;
  }
  .evsub-final__copy {
    padding: 48px 24px;
  }
}
.evsub-card,
.evsub-panel,
.evsub-table {
  color: #24272a;
}
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) {
  color: #24272a;
}
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) h3,
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) li {
  color: #24272a;
}
.evsub-section--dark .evsub-table {
  color: #24272a;
}
.evsub-table th {
  color: #24272a;
  background: #eee7dc;
  font-weight: 900;
}
.evsub-table td {
  background: #fff;
  color: #3f4649;
}
.evsub-panel--dark h3,
.evsub-panel--dark li {
  color: #fff;
}
.evsub-panel--dark p {
  color: #e5e0d8;
}
.evsub-panel--dark li {
  border-color: #596063;
}
.evsub-fact span {
  color: #e7e1d9;
}
.evsub-hero__lead {
  color: #f0ece6;
}
.evsub-btn--line {
  color: #fff;
  border-color: #c9c2b8;
  background: rgba(0, 0, 0, .08);
}
.evsub-btn--line:hover {
  background: rgba(255, 255, 255, .10);
}
.evsub-techgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.evsub-techcard {
  background: #fff;
  border: 1px solid #ded8ce;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #24272a;
}
.evsub-techcard__img {
  height: 250px;
  background: #f4f0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.evsub-techcard__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.evsub-techcard__copy {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.evsub-techcard__copy b {
  color: #986823;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.evsub-techcard__copy h3 {
  font:
    400 30px/1.08 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 12px;
  color: #24272a;
}
.evsub-techcard__copy p {
  color: #596063;
  line-height: 1.7;
  font-size: 14px;
  margin: 0 0 12px;
}
.evsub-techcard__copy ul {
  padding-left: 18px;
  margin: 8px 0 0;
  color: #42494c;
  line-height: 1.6;
  font-size: 14px;
}
.evsub-colorgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.evsub-colorcard {
  background: #fff;
  border: 1px solid #ded8ce;
  padding: 22px;
  color: #24272a;
}
.evsub-colorcard img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: #f4f0e9;
  margin-bottom: 16px;
}
.evsub-colorcard strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.evsub-colorcard p {
  margin: 0;
  color: #596063;
  line-height: 1.65;
  font-size: 14px;
}
.evsub-photo--tahoma {
  padding: 0;
  background: #fff;
}
.evsub-photo--tahoma img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  max-height: none;
}
.evsub-kicker {
  font-size: 13px;
  line-height: 1.65;
  color: #686f72;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .evsub-techgrid {
    grid-template-columns: 1fr;
  }
  .evsub-colorgrid {
    grid-template-columns: 1fr;
  }
}
.evsub-page .evsub-eyebrow {
  color: #865716;
}
.evsub-page .evsub-list b,
.evsub-page .evsub-card b,
.evsub-page .evsub-techcard__copy b,
.evsub-page .evsub-faq a {
  color: #865716;
}
.evsub-page .evsub-hero .evsub-eyebrow,
.evsub-page .evsub-section--dark .evsub-eyebrow,
.evsub-page .evsub-final .evsub-eyebrow {
  color: #e5c58e;
}
.evsub-techgrid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.evsub-techcard__img--wide {
  height: 340px;
  padding: 18px;
}
.evsub-techcard__img--wide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evsub-techcard__copy .evsub-kicker {
  margin: 10px 0 0;
  color: #596063;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .evsub-techgrid--2 {
    grid-template-columns: 1fr;
  }
}
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) {
  color: #24272a !important;
}
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) h3,
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) li,
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) strong {
  color: #24272a !important;
}
.evsub-section--dark .evsub-panel:not(.evsub-panel--dark) p {
  color: #4b5255 !important;
}
.evsub-nav__current {
  padding: 20px 17px;
  border-right: 1px solid #ded8ce;
  background: #f4f0e9;
  color: #24272a;
}
.evsub-nav__current small {
  display: block;
  color: #986823;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 5px;
}
.evsub-nav__current strong {
  font-size: 14px;
  line-height: 1.35;
}
@media (max-width: 720px) {
  .evsub-nav__current {
    border-right: 0;
    border-bottom: 1px solid #ded8ce;
  }
}
.evsub-mini-intro {
  max-width: 820px;
  margin: 0 0 22px;
}
.evsub-mini-intro h3 {
  margin: 0 0 9px;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.18;
  color: #292d30;
}
.evsub-mini-intro p {
  margin: 0;
  line-height: 1.68;
  color: #5b5f62;
}
.evsub-inline-note {
  margin: 20px 0 0;
  padding: 15px 17px;
  border-left: 4px solid #b99b6e;
  background: #f5f0e8;
  line-height: 1.65;
  color: #4f5356;
}
.evsub-inline-note a {
  color: #765222;
  font-weight: 800;
  text-underline-offset: 3px;
}
.evsub-section--dark .evsub-inline-note {
  background: #34383b;
  color: #f1eee9;
  border-left-color: #d6b786;
}
.evsub-section--dark .evsub-inline-note a {
  color: #efd3a5;
}
