.abchome-evergreen-page .site-main {
  max-width: none;
  padding: 0;
}

.abch-evg,
.abch-evg * {
  box-sizing: border-box;
}

.abch-evg {
  --evg-bg: #f4f0e7;
  --evg-paper: #fffdf8;
  --evg-ink: #121612;
  --evg-muted: #5f665e;
  --evg-line: #c7c9bf;
  --evg-accent: #c9ff48;
  --evg-deep: #102d21;
  --evg-hot: #ff6f3d;
  background: var(--evg-bg);
  color: var(--evg-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow: clip;
  width: 100%;
}

.abch-evg--deck {
  --evg-bg: #f1e9dc;
  --evg-paper: #fffaf2;
  --evg-ink: #1a1511;
  --evg-muted: #6d6258;
  --evg-line: #c9b9a7;
  --evg-accent: #ff7441;
  --evg-deep: #211713;
  --evg-hot: #ffc64c;
}

.abch-evg--combo {
  --evg-bg: #edece6;
  --evg-paper: #fffef9;
  --evg-ink: #131715;
  --evg-muted: #626762;
  --evg-line: #c2c6be;
  --evg-accent: #d2ff4e;
  --evg-deep: #18201d;
  --evg-hot: #ff7142;
}

.abch-evg--pvc {
  --evg-bg: #edf0f1;
  --evg-paper: #fff;
  --evg-ink: #152431;
  --evg-muted: #5f6c76;
  --evg-line: #bcc7cd;
  --evg-accent: #f4d35e;
  --evg-deep: #173247;
  --evg-hot: #d94b5c;
}

.abch-evg--grass_panel {
  --evg-bg: #eef1e7;
  --evg-paper: #fffef9;
  --evg-ink: #132018;
  --evg-muted: #5e695f;
  --evg-line: #bec8ba;
  --evg-accent: #bfff42;
  --evg-deep: #0d3424;
  --evg-hot: #f36b42;
}

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

.abch-evg a {
  color: inherit;
}

.abch-evg-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: clamp(18px, 4vw, 52px);
}

.abch-evg-eyebrow {
  color: inherit;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .16em;
  margin: 0 0 .8rem;
  text-transform: uppercase;
}

.abch-evg-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 255, 72, .19), transparent 30%),
    linear-gradient(135deg, #0b2118 0%, var(--evg-deep) 55%, #1b4934 100%);
  color: #fff;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  padding-block: clamp(54px, 8vw, 108px);
  position: relative;
}

.abch-evg--deck .abch-evg-hero {
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 116, 65, .24), transparent 30%),
    linear-gradient(135deg, #17100d 0%, #2a1c16 55%, #4b2b1d 100%);
}

.abch-evg--combo .abch-evg-hero {
  background:
    linear-gradient(115deg, rgba(9, 32, 22, .98) 0 51%, rgba(49, 27, 18, .97) 51% 100%);
}

.abch-evg--pvc .abch-evg-hero {
  background:
    radial-gradient(circle at 78% 15%, rgba(244, 211, 94, .22), transparent 31%),
    linear-gradient(135deg, #102433 0%, #1c3b50 58%, #486373 100%);
}

.abch-evg--grass_panel .abch-evg-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(191, 255, 66, .22), transparent 31%),
    linear-gradient(135deg, #08271a 0%, #12442d 58%, #2f6a45 100%);
}

.abch-evg-hero::after {
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  opacity: .55;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.abch-evg-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(40px, 7vw, 92px);
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr);
}

.abch-evg-hero-copy {
  min-width: 0;
}

.abch-evg-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6.4vw, 6.15rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .91;
  margin: 0 0 1.45rem;
  max-width: 830px;
}

.abch-evg-lead {
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
  margin: 0;
  max-width: 690px;
}

.abch-evg-hero-price {
  align-items: end;
  border-left: 5px solid var(--evg-accent);
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 1.8rem;
  max-width: 620px;
  padding: .45rem 0 .45rem 1rem;
}

.abch-evg-hero-price > span {
  color: rgba(255,255,255,.72);
  font-size: .8rem;
  font-weight: 750;
  grid-column: 1 / -1;
  text-transform: uppercase;
}

.abch-evg-hero-price > strong {
  color: var(--evg-accent);
  font-size: clamp(1.75rem, 4vw, 3.25rem);
  line-height: 1;
}

.abch-evg-hero-price > small {
  color: rgba(255,255,255,.74);
  font-size: .78rem;
  justify-self: end;
  padding-left: 1rem;
}

.abch-evg-dual-price {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.8rem;
}

.abch-evg-dual-price > div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  padding: .85rem 1rem;
}

.abch-evg-dual-price > div > span,
.abch-evg-dual-price > div > strong {
  display: block;
}

.abch-evg-dual-price > div > span {
  color: rgba(255,255,255,.68);
  font-size: .72rem;
  text-transform: uppercase;
}

.abch-evg-dual-price > div > strong {
  color: var(--evg-accent);
  font-size: clamp(1.25rem, 3vw, 2rem);
  white-space: nowrap;
}

.abch-evg-dual-price .woocommerce-Price-amount,
.abch-evg-dual-price .woocommerce-Price-currencySymbol {
  display: inline;
  white-space: nowrap;
}

.abch-evg-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.6rem;
}

.abch-evg-button {
  align-items: center;
  border: 2px solid transparent;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 850;
  justify-content: center;
  min-height: 50px;
  padding: .72rem 1.15rem;
  text-decoration: none;
}

.abch-evg-button--primary {
  background: var(--evg-accent);
  color: #111 !important;
}

.abch-evg-button--phone {
  border-color: rgba(255,255,255,.65);
  color: #fff !important;
}

.abch-evg-button--phone::before {
  content: "☎";
  margin-right: .5rem;
}

.abch-evg-button--dark {
  background: var(--evg-ink);
  color: #fff !important;
  margin-top: 1rem;
}

.abch-evg-button:focus-visible,
.abch-evg a:focus-visible,
.abch-evg summary:focus-visible,
.abch-evg input:focus-visible,
.abch-evg select:focus-visible {
  outline: 3px solid #ffd95a;
  outline-offset: 3px;
}

.abch-evg-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 1.5rem 0 0;
  padding: 0;
}

.abch-evg-trust li {
  color: rgba(255,255,255,.7);
  font-size: .76rem;
  list-style: none;
}

.abch-evg-trust li::before {
  color: var(--evg-accent);
  content: "●";
  font-size: .7em;
  margin-right: .55rem;
}

.abch-evg-hero-art {
  min-height: 470px;
  position: relative;
}

.abch-evg-hero-art--scene {
  min-height: 500px;
}

.abch-evg-hero-scene {
  background: var(--evg-deep);
  clip-path: polygon(5% 0, 100% 0, 100% 94%, 95% 100%, 0 100%, 0 6%);
  color: #fff;
  display: block;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
}

.abch-evg-hero-scene::before {
  border-left: 5px solid var(--evg-accent);
  border-top: 5px solid var(--evg-accent);
  content: "";
  height: 54px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 54px;
  z-index: 2;
}

.abch-evg-hero-scene::after {
  background: linear-gradient(180deg, transparent 46%, rgba(6, 10, 8, .12) 61%, rgba(6, 10, 8, .88) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.abch-evg-hero-scene picture {
  display: block;
  height: 100%;
}

.abch-evg-hero-scene img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.abch-evg--deck .abch-evg-hero-scene img {
  object-position: 54% center;
}

.abch-evg--grass_panel .abch-evg-hero-scene img {
  object-position: 60% center;
}

.abch-evg--pvc .abch-evg-hero-scene img {
  object-position: 58% center;
}

.abch-evg-hero-scene-caption {
  bottom: 30px;
  display: grid;
  gap: 4px;
  left: 30px;
  max-width: calc(100% - 112px);
  position: absolute;
  z-index: 2;
}

.abch-evg-hero-scene-caption small {
  color: var(--evg-accent);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.abch-evg-hero-scene-caption strong {
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.2;
  text-wrap: balance;
}

.abch-evg-hero-tile {
  background: #fff;
  box-shadow: 24px 24px 0 rgba(0,0,0,.32);
  margin: 0;
  max-width: 430px;
  padding: 12px;
  position: absolute;
  right: 4%;
  top: 2%;
  transform: rotate(2deg);
  width: 86%;
}

.abch-evg-hero-tile--2 {
  bottom: -3%;
  left: -7%;
  right: auto;
  top: auto;
  transform: rotate(-3deg);
  width: 58%;
  z-index: 2;
}

.abch-evg-hero-tile a {
  display: block;
  text-decoration: none;
}

.abch-evg-hero-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.abch-evg-hero-tile figcaption {
  color: #111;
  display: grid;
  gap: 2px;
  padding: .7rem .35rem .2rem;
}

.abch-evg-hero-tile figcaption span {
  color: #72746f;
  font-size: .68rem;
}

.abch-evg-hero-tile figcaption strong {
  display: -webkit-box;
  font-size: .78rem;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.abch-evg-art-stamp {
  align-items: center;
  background: var(--evg-accent);
  border-radius: 50%;
  bottom: 4%;
  color: #111;
  display: flex;
  font-size: .76rem;
  font-weight: 950;
  height: 78px;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 1.05;
  position: absolute;
  right: -2%;
  text-align: center;
  transform: rotate(8deg);
  width: 78px;
  z-index: 3;
}

.abch-evg-hero-art--scene .abch-evg-art-stamp {
  bottom: -2%;
  right: -2%;
}

.abch-evg-jump {
  background: var(--evg-ink);
  border-top: 1px solid rgba(255,255,255,.15);
  position: relative;
  z-index: 20;
}

.abch-evg-jump .abch-evg-shell {
  display: flex;
  overflow-x: auto;
  padding-block: 0;
  scrollbar-width: thin;
}

.abch-evg-jump a {
  border-right: 1px solid rgba(255,255,255,.18);
  color: #fff;
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  padding: .82rem .9rem;
  text-decoration: none;
  text-transform: uppercase;
}

.abch-evg-section {
  padding-block: clamp(58px, 8vw, 108px);
  scroll-margin-top: 138px;
}

.abch-evg-section-head {
  max-width: 820px;
}

.abch-evg-section-head--row {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  max-width: none;
}

.abch-evg-section-head--row > p {
  color: var(--evg-muted);
  font-size: .85rem;
  margin: 0;
  max-width: 380px;
}

.abch-evg h2 {
  color: var(--evg-ink);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
  margin: 0;
}

.abch-evg-section-lead {
  color: var(--evg-muted);
  margin: .9rem 0 0;
  max-width: 760px;
}

.abch-evg-choose {
  background: var(--evg-paper);
}

.abch-evg-choice-grid {
  border-bottom: 1px solid var(--evg-ink);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2.4rem;
}

.abch-evg-choice {
  border-left: 1px solid var(--evg-ink);
  border-top: 1px solid var(--evg-ink);
  min-height: 260px;
  padding: 26px 22px;
}

.abch-evg-choice:last-child {
  border-right: 1px solid var(--evg-ink);
}

.abch-evg-choice > span {
  color: var(--evg-muted);
  display: block;
  font-size: .72rem;
  font-weight: 850;
  margin-bottom: 3rem;
}

.abch-evg-choice h3 {
  font-size: 1.2rem;
  line-height: 1.15;
  margin: 0 0 .65rem;
}

.abch-evg-choice p {
  color: var(--evg-muted);
  font-size: .84rem;
  margin: 0;
}

.abch-evg-featured {
  background: var(--evg-bg);
}

.abch-evg-product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2.2rem 0 0;
  padding: 0;
}

.abch-evg-product-grid--featured {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.abch-evg-product {
  background: var(--evg-paper);
  border: 1px solid var(--evg-line);
  display: flex;
  flex-direction: column;
  list-style: none;
  min-width: 0;
  padding: 10px;
}

.abch-evg-product.is-featured {
  border-color: var(--evg-ink);
}

.abch-evg-product-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-decoration: none;
}

.abch-evg-product-media {
  background: #f7f6f1;
  overflow: hidden;
  position: relative;
}

.abch-evg-product-media img {
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform .25s ease;
  width: 100%;
}

.abch-evg-stock {
  background: #fff;
  bottom: 8px;
  color: #235c3c;
  font-size: .66rem;
  font-weight: 850;
  left: 8px;
  padding: .28rem .45rem;
  position: absolute;
}

.abch-evg-stock.is-out {
  color: #9b3425;
}

.abch-evg-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: .8rem .25rem .65rem;
}

.abch-evg-sku {
  color: #8a8d86;
  font-size: .64rem;
  margin-bottom: .4rem;
}

.abch-evg-product-copy > strong {
  display: -webkit-box;
  font-size: .86rem;
  line-height: 1.35;
  min-height: 3.5em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.abch-evg-price {
  color: var(--evg-ink);
  font-size: 1.02rem;
  font-weight: 900;
  margin-top: auto;
  padding-top: .9rem;
}

.abch-evg-product-actions {
  align-items: center;
  border-top: 1px solid var(--evg-line);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: .65rem .25rem 0;
}

.abch-evg-text-link {
  font-size: .72rem;
  font-weight: 800;
  text-decoration: underline;
}

.abch-evg-add {
  background: var(--evg-ink);
  color: #fff !important;
  font-size: .72rem;
  font-weight: 850;
  min-height: 36px;
  padding: .48rem .65rem;
  text-decoration: none;
}

.abch-evg-add.added::after {
  content: " ✓";
}

.abch-evg-calculator {
  background: var(--evg-deep);
  color: #fff;
}

.abch-evg-calculator .abch-evg-eyebrow {
  color: var(--evg-accent);
}

.abch-evg-calculator h2 {
  color: #fff;
}

.abch-evg-calculator .abch-evg-section-lead {
  color: rgba(255,255,255,.72);
}

.abch-evg-calculator-grid {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 90px);
  grid-template-columns: minmax(0, .85fr) minmax(330px, 1.15fr);
}

.abch-evg-calc-stack {
  display: grid;
  gap: 14px;
}

.abch-evg-calc {
  background: #fff;
  color: #111;
  padding: clamp(20px, 4vw, 34px);
}

.abch-evg-calc-head {
  align-items: baseline;
  border-bottom: 1px solid #d7d7d2;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.abch-evg-calc-head strong {
  font-size: 1.1rem;
}

.abch-evg-calc-head span {
  font-weight: 850;
}

.abch-evg-calc-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.abch-evg-calc-fields label {
  color: #60635e;
  display: grid;
  font-size: .72rem;
  font-weight: 750;
  gap: 6px;
}

.abch-evg-calc input,
.abch-evg-calc select {
  background: #f5f3ed;
  border: 1px solid #aeb1aa;
  border-radius: 0;
  color: #111;
  font: inherit;
  min-height: 46px;
  padding: .55rem .7rem;
  width: 100%;
}

.abch-evg-calc-result {
  background: #eff2e9;
  display: grid;
  gap: 7px;
  margin-top: 1rem;
  padding: 1rem;
}

.abch-evg-calc-result span {
  align-items: baseline;
  display: flex;
  font-size: .75rem;
  gap: 12px;
  justify-content: space-between;
}

.abch-evg-calc-result strong {
  font-size: 1rem;
}

.abch-evg-guide {
  background: var(--evg-accent);
}

.abch-evg-guide-grid {
  display: grid;
  gap: clamp(34px, 7vw, 90px);
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
}

.abch-evg-guide .abch-evg-button--phone {
  border-color: var(--evg-ink);
  color: var(--evg-ink) !important;
}

.abch-evg-steps {
  border-top: 1px solid var(--evg-ink);
  margin: 0;
  padding: 0;
}

.abch-evg-steps li {
  border-bottom: 1px solid var(--evg-ink);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr;
  list-style: none;
  padding: 24px 0;
}

.abch-evg-steps > li > span {
  font-size: .72rem;
  font-weight: 900;
}

.abch-evg-steps h3 {
  font-size: 1.05rem;
  margin: 0 0 .35rem;
}

.abch-evg-steps p {
  color: #333a32;
  font-size: .84rem;
  margin: 0;
}

.abch-evg-guide--installation {
  background: var(--evg-accent);
}

.abch-evg-install-head {
  align-items: end;
  display: grid;
  gap: clamp(30px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
}

.abch-evg-install-head .abch-evg-section-lead {
  color: rgba(33, 23, 19, .78);
  font-size: 1rem;
  line-height: 1.7;
}

.abch-evg-install-download {
  background: var(--evg-deep);
  box-shadow: 12px 12px 0 rgba(33, 23, 19, .22);
  color: #fff;
  display: grid;
  gap: 15px;
  padding: clamp(24px, 4vw, 36px);
}

.abch-evg-install-filemeta {
  color: rgba(255,255,255,.7);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.abch-evg-install-download > strong {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.15;
}

.abch-evg-install-download > small {
  color: rgba(255,255,255,.68);
  font-size: .74rem;
  line-height: 1.5;
}

.abch-evg-guide-download {
  background: var(--evg-accent);
  color: var(--evg-ink) !important;
  justify-content: center;
  width: 100%;
}

.abch-evg-guide-download::before {
  content: "↓";
  font-size: 1rem;
  margin-right: 8px;
}

.abch-evg-install-specs {
  border: 1px solid var(--evg-ink);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-block: clamp(34px, 6vw, 64px);
}

.abch-evg-install-specs > div {
  border-right: 1px solid var(--evg-ink);
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: clamp(18px, 2.5vw, 28px) clamp(14px, 2vw, 22px);
}

.abch-evg-install-specs > div:last-child {
  border-right: 0;
}

.abch-evg-install-specs strong {
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  letter-spacing: -.04em;
  line-height: 1;
}

.abch-evg-install-specs span {
  font-size: .72rem;
  line-height: 1.35;
}

.abch-evg-install-body {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 76px);
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
}

.abch-evg-install-note {
  background: var(--evg-deep);
  color: #fff;
  padding: clamp(24px, 4vw, 38px);
}

.abch-evg-install-note > p:not(.abch-evg-eyebrow) {
  color: rgba(255,255,255,.78);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.abch-evg-install-note .abch-evg-button--phone {
  border-color: rgba(255,255,255,.7);
  color: #fff !important;
  justify-content: center;
  width: 100%;
}

.abch-evg-install-steps {
  background: var(--evg-paper);
  border: 1px solid var(--evg-ink);
  padding-inline: clamp(22px, 4vw, 40px);
}

.abch-evg-install-steps li {
  grid-template-columns: 48px 1fr;
  padding-block: 28px;
}

.abch-evg-install-steps h3 {
  font-size: 1.15rem;
}

.abch-evg-install-steps p {
  color: var(--evg-muted);
  line-height: 1.65;
}

.abch-evg-products {
  background: var(--evg-paper);
}

.abch-evg-inline-link {
  border-bottom: 2px solid var(--evg-ink);
  flex: 0 0 auto;
  font-size: .82rem;
  font-weight: 850;
  padding-bottom: .2rem;
  text-decoration: none;
}

.abch-evg-split-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  margin-top: 2rem;
}

.abch-evg-split-links a {
  background: var(--evg-deep);
  color: #fff;
  display: grid;
  gap: .4rem;
  padding: 24px;
  text-decoration: none;
}

.abch-evg-split-links a:nth-child(2) {
  background: #4b2b1d;
}

.abch-evg-split-links a:nth-child(3) {
  background: #253447;
}

.abch-evg-split-links span {
  color: rgba(255,255,255,.65);
  font-size: .72rem;
  text-transform: uppercase;
}

.abch-evg-faq {
  background: var(--evg-bg);
}

.abch-evg-faq-grid {
  display: grid;
  gap: clamp(36px, 8vw, 110px);
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
}

.abch-evg-faq-list {
  border-top: 1px solid var(--evg-ink);
}

.abch-evg-faq details {
  border-bottom: 1px solid var(--evg-ink);
}

.abch-evg-faq summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 850;
  list-style: none;
  padding: 1.25rem 2.5rem 1.25rem 0;
  position: relative;
}

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

.abch-evg-faq summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  right: .25rem;
  top: .92rem;
}

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

.abch-evg-faq details p {
  color: var(--evg-muted);
  margin: -.3rem 0 1.35rem;
  max-width: 700px;
}

.abch-evg-final {
  background: var(--evg-ink);
  color: #fff;
  padding-block: clamp(52px, 8vw, 90px);
}

.abch-evg-final-grid {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.abch-evg-final h2 {
  color: #fff;
  max-width: 850px;
}

.abch-evg-final p:not(.abch-evg-eyebrow) {
  color: rgba(255,255,255,.7);
  margin: .9rem 0 0;
  max-width: 720px;
}

.abch-evg-final .abch-evg-actions {
  margin: 0;
}

.abch-evg-footnote {
  background: #0c0e0d;
  color: #aeb4af;
  font-size: .72rem;
  margin: 0;
  padding: 14px 18px;
  text-align: center;
}

@media (hover: hover) {
  .abch-evg-hero-scene:hover img {
    transform: scale(1.025);
  }

  .abch-evg-button,
  .abch-evg-add,
  .abch-evg-inline-link,
  .abch-evg-jump a {
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
  }

  .abch-evg-button:hover,
  .abch-evg-add:hover {
    transform: translateY(-2px);
  }

  .abch-evg-jump a:hover {
    background: var(--evg-accent);
    color: #111;
  }

  .abch-evg-product-link:hover .abch-evg-product-media img {
    transform: scale(1.035);
  }
}

@media (max-width: 1040px) {
  .abch-evg-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  }

  .abch-evg-product-grid,
  .abch-evg-product-grid--featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .abch-evg-hero {
    min-height: 0;
  }

  .abch-evg-hero-grid,
  .abch-evg-calculator-grid,
  .abch-evg-guide-grid,
  .abch-evg-install-head,
  .abch-evg-install-body,
  .abch-evg-faq-grid,
  .abch-evg-final-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .abch-evg-install-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .abch-evg-install-specs > div:nth-child(3) {
    border-right: 0;
  }

  .abch-evg-install-specs > div:nth-child(-n+3) {
    border-bottom: 1px solid var(--evg-ink);
  }

  .abch-evg-hero-art {
    margin: 0 auto;
    max-width: 520px;
    min-height: 450px;
    width: 100%;
  }

  .abch-evg-hero-art--scene {
    min-height: 420px;
  }

  .abch-evg-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abch-evg-choice:nth-child(odd):last-child {
    grid-column: 1 / -1;
  }

  .abch-evg-section-head--row {
    align-items: start;
    flex-direction: column;
  }

  .abch-evg-product-grid,
  .abch-evg-product-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abch-evg-final .abch-evg-actions {
    margin-top: .5rem;
  }
}

@media (max-width: 560px) {
  .abch-evg-hero {
    padding-block: 44px 54px;
  }

  .abch-evg-section {
    scroll-margin-top: 94px;
  }

  .abch-evg-hero h1 {
    font-size: clamp(3rem, 14vw, 4.35rem);
  }

  .abch-evg-hero-price {
    display: block;
  }

  .abch-evg-hero-price > strong,
  .abch-evg-hero-price > small {
    display: block;
    justify-self: auto;
    padding: 0;
  }

  .abch-evg-dual-price,
  .abch-evg-split-links {
    grid-template-columns: 1fr;
  }

  .abch-evg-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .abch-evg-button {
    width: 100%;
  }

  .abch-evg-trust {
    display: grid;
  }

  .abch-evg-hero-art {
    min-height: 330px;
  }

  .abch-evg-hero-art--scene {
    min-height: 310px;
  }

  .abch-evg-hero-scene {
    clip-path: polygon(6% 0, 100% 0, 100% 92%, 94% 100%, 0 100%, 0 8%);
  }

  .abch-evg-hero-scene-caption {
    bottom: 22px;
    left: 22px;
    max-width: calc(100% - 92px);
  }

  .abch-evg-hero-scene-caption strong {
    font-size: 1rem;
  }

  .abch-evg-hero-art--scene .abch-evg-art-stamp {
    bottom: -3px;
    right: -3px;
  }

  .abch-evg-hero-tile {
    box-shadow: 14px 14px 0 rgba(0,0,0,.3);
    right: 2%;
    width: 84%;
  }

  .abch-evg-hero-tile--2 {
    bottom: -5%;
    left: -2%;
    right: auto;
    width: 54%;
  }

  .abch-evg-art-stamp {
    bottom: 0;
    height: 62px;
    right: 0;
    width: 62px;
  }

  .abch-evg-choice-grid {
    grid-template-columns: 1fr;
  }

  .abch-evg-choice:nth-child(odd):last-child {
    grid-column: auto;
  }

  .abch-evg-choice {
    border-right: 1px solid var(--evg-ink);
    min-height: 0;
  }

  .abch-evg-install-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abch-evg-install-specs > div,
  .abch-evg-install-specs > div:nth-child(3) {
    border-bottom: 1px solid var(--evg-ink);
    border-right: 1px solid var(--evg-ink);
  }

  .abch-evg-install-specs > div:nth-child(even) {
    border-right: 0;
  }

  .abch-evg-install-specs > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .abch-evg-install-download {
    box-shadow: 8px 8px 0 rgba(33, 23, 19, .22);
  }

  .abch-evg-install-steps {
    padding-inline: 18px;
  }

  .abch-evg-install-steps li {
    gap: 12px;
    grid-template-columns: 34px 1fr;
    padding-block: 22px;
  }

  .abch-evg-choice > span {
    margin-bottom: 1.4rem;
  }

  .abch-evg-product-grid,
  .abch-evg-product-grid--featured {
    gap: 10px;
  }

  .abch-evg-product {
    padding: 7px;
  }

  .abch-evg-product-copy > strong {
    font-size: .78rem;
    min-height: 4.05em;
  }

  .abch-evg-price {
    font-size: .9rem;
  }

  .abch-evg-product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .abch-evg-add,
  .abch-evg-text-link {
    text-align: center;
  }

  .abch-evg-calc-fields {
    grid-template-columns: 1fr;
  }

  .abch-evg-calc-result span {
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .abch-evg *,
  .abch-evg *::before,
  .abch-evg *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
