.yes-home-bess-landing {
  --yes-hbl-teal: #49c5b1;
  --yes-hbl-teal-dark: #3aa696;
  --yes-hbl-ink: #111213;
  --yes-hbl-graphite: #2a2b2d;
  --yes-hbl-muted: #4e555e;
  --yes-hbl-line: rgba(17, 18, 19, 0.1);
  --yes-hbl-soft: #f8f9fa;
  --yes-hbl-white: #ffffff;
  --yes-hbl-dark: #111213;
  --yes-hbl-glass: rgba(255, 255, 255, 0.8);
  background: var(--yes-hbl-soft) !important;
  color: var(--yes-hbl-ink) !important;
  overflow-x: hidden;
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* Dark Mode Overrides - High Specificity */
html.dark .yes-home-bess-landing {
  --yes-hbl-ink: #f8f9fa;
  --yes-hbl-graphite: #adafb0;
  --yes-hbl-muted: #9ca3af;
  --yes-hbl-line: rgba(255, 255, 255, 0.15);
  --yes-hbl-soft: #111213;
  --yes-hbl-white: #1a1b1c;
  --yes-hbl-dark: #000000;
  --yes-hbl-glass: rgba(26, 27, 28, 0.9);
  background: var(--yes-hbl-soft) !important;
  color: var(--yes-hbl-ink) !important;
}

.yes-home-bess-landing *,
.yes-home-bess-landing *::before,
.yes-home-bess-landing *::after {
  box-sizing: border-box;
}

.yes-home-bess-landing .yes-home-bess__container {
  width: min(100% - 40px, 1240px);
}

.yes-home-bess-landing h1,
.yes-home-bess-landing h2,
.yes-home-bess-landing h3 {
  font-family: Orbitron, Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

.yes-home-bess-landing .yes-home-bess__hero {
  min-height: clamp(720px, 92vh, 1080px);
  padding: clamp(140px, 15vw, 220px) 0 100px;
  background:
    linear-gradient(105deg, var(--yes-hbl-white) 0%, rgba(255, 255, 255, 0.8) 45%, transparent 75%),
    url("/wp-content/themes/wp-theme-yeseu/assets/images/home-bess.jpg") center / cover no-repeat;
  border-bottom: 0;
  position: relative;
  isolation: isolate;
}

.dark .yes-home-bess-landing .yes-home-bess__hero {
  background:
    linear-gradient(105deg, var(--yes-hbl-soft) 0%, rgba(11, 12, 13, 0.85) 45%, transparent 75%),
    url("/wp-content/themes/wp-theme-yeseu/assets/images/home-bess.jpg") center / cover no-repeat;
}

.yes-home-bess-landing .yes-home-bess__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, #fbfcfc);
  z-index: -1;
}

.yes-home-bess-landing .yes-home-bess__hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.54fr);
  gap: clamp(28px, 5vw, 88px);
}

.yes-home-bess-landing .yes-home-bess__hero-copy {
  max-width: 720px;
  min-width: 0;
}

.yes-home-bess__eyebrow,
.yes-home-bess__table-note {
  color: var(--yes-hbl-teal);
  font-family: Orbitron, Roboto, Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.yes-home-bess-landing h1 {
  max-width: 10ch;
  color: var(--yes-hbl-ink);
  font-size: clamp(2.65rem, 5.7vw, 5.45rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.yes-home-bess-landing .yes-home-bess__hero-copy h2 {
  width: fit-content;
  margin: 26px 0 0;
  color: var(--yes-hbl-graphite);
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  line-height: 1.2;
  text-transform: uppercase;
}

.yes-home-bess-landing .yes-home-bess__hero-copy > p {
  max-width: 66ch;
  margin-top: 26px;
  color: var(--yes-hbl-muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.8;
}

.yes-home-bess__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.yes-home-bess__metric {
  min-height: 98px;
  padding: 24px 20px;
  border: 1px solid var(--yes-hbl-line);
  background: var(--yes-hbl-white);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yes-home-bess__metric:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: var(--yes-hbl-teal);
}

.yes-home-bess__metric strong {
  display: block;
  color: var(--yes-hbl-ink);
  font-family: Orbitron, Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.55rem);
  line-height: 1;
}

.yes-home-bess__metric span {
  display: block;
  margin-top: 8px;
  color: var(--yes-hbl-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.yes-home-bess__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.yes-home-bess__button,
.yes-home-bess__button--ghost {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--yes-hbl-teal);
  padding: 12px 18px;
  font-family: Orbitron, Roboto, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.yes-home-bess__button {
  background: var(--yes-hbl-teal);
  color: #061112;
}

.yes-home-bess__button--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: var(--yes-hbl-ink);
  backdrop-filter: blur(8px);
}

.dark .yes-home-bess__button--ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--yes-hbl-line);
}

.yes-home-bess__button:hover,
.yes-home-bess__button--ghost:hover,
.yes-home-bess__button:focus-visible,
.yes-home-bess__button--ghost:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.yes-home-bess-landing .yes-home-bess__hero-visual {
  align-self: stretch;
  min-height: 540px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.yes-home-bess-landing .yes-home-bess__hero-visual::before,
.yes-home-bess-landing .yes-home-bess__hero-visual::after,
.yes-home-bess-landing .yes-home-bess__battery-stack {
  display: none;
}

.yes-home-bess__product-shot {
  width: min(100%, 460px);
  margin-left: auto;
  position: relative;
  border: 1px solid var(--yes-hbl-line);
  box-shadow: 2px 2px 0 0 rgba(173, 175, 176, 0.24);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.3s ease;
}

.dark .yes-home-bess__product-shot {
  box-shadow: 2px 2px 0 0 rgba(78, 85, 94, 0.5);
}

.yes-home-bess__product-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(73, 197, 177, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.yes-home-bess__product-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yes-home-bess__product-shot:hover {
  transform: translateY(-8px);
  border-color: var(--yes-hbl-teal);
  box-shadow: 8px 8px 0 0 var(--yes-hbl-teal);
}

.yes-home-bess__product-shot:hover::after {
  opacity: 1;
}

.yes-home-bess__product-shot:hover img {
  transform: scale(1.08);
}

.yes-home-bess__anchor-nav {
  position: sticky;
  top: 78px;
  z-index: 20;
  border-bottom: 1px solid var(--yes-hbl-line);
  background: var(--yes-hbl-glass);
  backdrop-filter: blur(18px);
}

.yes-home-bess__anchor-nav .yes-home-bess__container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-block: 10px;
  -webkit-overflow-scrolling: touch;
}

.yes-home-bess__anchor-nav a {
  flex: 0 0 auto;
  border: 1px solid transparent;
  color: var(--yes-hbl-muted);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 9px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.yes-home-bess__anchor-nav a:hover,
.yes-home-bess__anchor-nav a:focus-visible {
  border-color: rgba(64, 199, 188, 0.45);
  color: var(--yes-hbl-ink);
  outline: none;
}

.yes-home-bess-landing .yes-home-bess__section {
  padding: clamp(74px, 9vw, 136px) 0;
  border-bottom: 0;
  scroll-margin-top: 124px;
}

.yes-home-bess-landing .yes-home-bess__section--intro,
.yes-home-bess-landing .yes-home-bess__section--muted {
  background: transparent;
}

.yes-home-bess-landing .yes-home-bess__section-head {
  max-width: 820px;
  gap: 16px;
  margin-bottom: clamp(30px, 4vw, 58px);
}

.yes-home-bess-landing .yes-home-bess__section-head h2 {
  color: var(--yes-hbl-ink);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.yes-home-bess-landing .yes-home-bess__section-head p,
.yes-home-bess-landing .yes-home-bess__text-card p,
.yes-home-bess-landing .yes-home-bess__option-group p {
  color: var(--yes-hbl-muted);
}

.yes-home-bess-landing .yes-home-bess__feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card {
  grid-column: span 4;
}

.yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card:nth-child(1) {
  grid-column: span 8;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card:nth-child(4),
.yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card:nth-child(5) {
  grid-column: span 6;
}

.yes-home-bess-landing .yes-home-bess__scenario-grid,
.yes-home-bess-landing .yes-home-bess__installer-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.yes-home-bess-landing .yes-home-bess__scenario-grid .yes-home-bess__text-card,
.yes-home-bess-landing .yes-home-bess__installer-grid .yes-home-bess__text-card {
  grid-column: span 2;
}

.yes-home-bess-landing .yes-home-bess__scenario-grid .yes-home-bess__text-card:nth-child(2),
.yes-home-bess-landing .yes-home-bess__scenario-grid .yes-home-bess__text-card:nth-child(4),
.yes-home-bess-landing .yes-home-bess__installer-grid .yes-home-bess__text-card:nth-child(1),
.yes-home-bess-landing .yes-home-bess__installer-grid .yes-home-bess__text-card:nth-child(3) {
  grid-column: span 3;
}

.yes-home-bess-landing .yes-home-bess__card,
.yes-home-bess-landing .yes-home-bess__text-card,
.yes-home-bess-landing .yes-home-bess__option-group {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--yes-hbl-line);
  background: var(--yes-hbl-white);
  box-shadow: 2px 2px 0 0 rgba(173, 175, 176, 0.24);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.yes-home-bess-landing .yes-home-bess__card:hover,
.yes-home-bess-landing .yes-home-bess__text-card:hover,
.yes-home-bess-landing .yes-home-bess__option-group:hover,
.yes-home-bess-landing .yes-home-bess__service-card:hover {
  transform: translate(-2px, -2px);
  border-color: var(--yes-hbl-teal);
  box-shadow: 4px 4px 0 0 var(--yes-hbl-teal);
}

.yes-home-bess-landing .yes-home-bess__service-card {
  background-color: #9EA0A0 !important;
  box-shadow: 2px 2px 0 0 rgba(173, 175, 176, 0.24);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.yes-home-bess-landing .yes-home-bess__service-card:hover {
  background-color: #9EA0A0 !important;
  box-shadow: 4px 4px 0 0 var(--yes-hbl-teal);
}

.dark .yes-home-bess-landing .yes-home-bess__card,
.dark .yes-home-bess-landing .yes-home-bess__text-card,
.dark .yes-home-bess-landing .yes-home-bess__option-group,
.dark .yes-home-bess-landing .yes-home-bess__service-card {
  box-shadow: 2px 2px 0 0 rgba(78, 85, 94, 0.5);
}

.dark .yes-home-bess-landing .yes-home-bess__card:hover,
.dark .yes-home-bess-landing .yes-home-bess__text-card:hover,
.dark .yes-home-bess-landing .yes-home-bess__option-group:hover,
.dark .yes-home-bess-landing .yes-home-bess__service-card:hover {
  box-shadow: 4px 4px 0 0 var(--yes-hbl-teal);
}

.yes-home-bess-landing .yes-home-bess__card::after {
  opacity: 0;
}

.yes-home-bess-landing .yes-home-bess__card:hover::after {
  opacity: 0;
}

.yes-home-bess-landing .yes-home-bess__card h3,
.yes-home-bess-landing .yes-home-bess__text-card h3,
.yes-home-bess-landing .yes-home-bess__option-group h3,
.yes-home-bess-landing .yes-home-bess__table-wrap h3 {
  color: var(--yes-hbl-ink);
}

.yes-home-bess-landing .yes-home-bess__icon {
  stroke: var(--yes-hbl-teal);
  transition: transform 0.3s ease;
}

.yes-home-bess-landing .yes-home-bess__card:hover .yes-home-bess__icon,
.yes-home-bess-landing .yes-home-bess__text-card:hover .yes-home-bess__icon,
.yes-home-bess-landing .yes-home-bess__option-group:hover .yes-home-bess__icon {
  transform: scale(1.1);
}

/* Accordion Styles */
.yes-home-bess-landing .yes-accordion-item h3 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.yes-home-bess-landing .yes-accordion-item h3::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
  color: var(--yes-hbl-teal);
}

.yes-home-bess-landing .yes-accordion-item.is-open h3::after {
  transform: rotate(45deg);
}

.yes-home-bess-landing .yes-accordion-item p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease, margin 0.3s ease;
}

.yes-home-bess-landing .yes-accordion-item.is-open p {
  max-height: 500px;
  margin-top: 16px;
  opacity: 1;
  transition: max-height 0.4s cubic-bezier(1, 0, 1, 0), opacity 0.3s ease, margin 0.3s ease;
}

.yes-home-bess__visual-section {
  padding: 0 0 clamp(72px, 9vw, 132px);
}

.yes-home-bess__visual-panel {
  min-height: clamp(520px, 45vw, 720px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  border: 1px solid var(--yes-hbl-line);
  background: var(--yes-hbl-white);
  overflow: hidden;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.3s ease;
}

.dark .yes-home-bess__visual-panel {
  background: var(--yes-hbl-white);
  border-color: var(--yes-hbl-line);
}

.yes-home-bess__visual-panel::before {
  content: "";
  grid-column: 1;
  height: 100%;
  background: url("/wp-content/themes/wp-theme-yeseu/assets/images/20.jpeg") center / cover no-repeat;
}

.yes-home-bess__visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(73, 197, 177, 0.08);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.yes-home-bess__visual-panel:hover {
  transform: translateY(-8px);
  border-color: var(--yes-hbl-teal);
  box-shadow: 8px 8px 0 0 var(--yes-hbl-teal);
}

.yes-home-bess__visual-panel:hover::after {
  opacity: 1;
}

.yes-home-bess__visual-copy {
  grid-column: 2;
  padding: clamp(32px, 6vw, 80px);
  color: var(--yes-hbl-ink);
  background: var(--yes-hbl-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yes-home-bess__visual-copy h2 {
  color: var(--yes-hbl-ink);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.yes-home-bess__visual-copy p {
  max-width: 42ch;
  margin: 24px 0 0;
  color: var(--yes-hbl-muted);
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.6;
}

.yes-home-bess-landing .yes-home-bess__option-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  counter-reset: step-counter;
}

.yes-home-bess-landing .yes-home-bess__option-group {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 40px;
  counter-increment: step-counter;
}

.yes-home-bess-landing .yes-home-bess__option-group::before {
  content: "Step " counter(step-counter);
  display: block;
  font-family: Orbitron, sans-serif;
  font-size: 0.7rem;
  color: var(--yes-hbl-teal);
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.yes-home-bess-landing .yes-home-bess__option-group:nth-child(1),
.yes-home-bess-landing .yes-home-bess__option-group:nth-child(4) {
  grid-column: span 6;
}

.yes-home-bess-landing .yes-home-bess__product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.yes-home-bess-landing .yes-home-bess__chips span,
.yes-home-bess-landing .yes-home-bess__product-tabs span {
  padding: 10px 20px;
  background: var(--yes-hbl-white);
  border: 1px solid var(--yes-hbl-line);
  color: var(--yes-hbl-muted);
  font-family: Orbitron, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.yes-home-bess-landing .yes-home-bess__product-tabs span[aria-pressed="true"] {
  background: var(--yes-hbl-ink);
  color: var(--yes-hbl-teal);
  border-color: var(--yes-hbl-ink);
}

.dark .yes-home-bess-landing .yes-home-bess__product-tabs span[aria-pressed="true"] {
  background: var(--yes-hbl-teal);
  color: var(--yes-hbl-dark);
  border-color: var(--yes-hbl-teal);
}

.yes-home-bess-landing .yes-home-bess__product-tabs span:hover:not([aria-pressed="true"]) {
  transform: translate(-2px, -2px);
  border-color: var(--yes-hbl-teal);
  box-shadow: 4px 4px 0 0 var(--yes-hbl-teal);
  color: var(--yes-hbl-ink);
}

.yes-home-bess-landing .yes-home-bess__table-wrap {
  position: relative;
  margin-top: 32px;
  border: 1px solid var(--yes-hbl-line);
  background: var(--yes-hbl-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  overflow-x: auto;
}

.yes-home-bess-landing table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.yes-home-bess-landing th,
.yes-home-bess-landing td {
  padding: 20px 24px;
  text-align: left;
  border-bottom: 1px solid var(--yes-hbl-line);
  white-space: nowrap;
}

.yes-home-bess-landing thead th {
  background: var(--yes-hbl-soft);
  color: var(--yes-hbl-ink);
  font-family: Orbitron, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dark .yes-home-bess-landing thead th {
  background: rgba(255, 255, 255, 0.05);
}

.yes-home-bess-landing tbody th {
  background: var(--yes-hbl-white);
  color: var(--yes-hbl-teal);
  font-weight: 600;
  position: sticky;
  left: 0;
  z-index: 5;
  box-shadow: 2px 0 5px rgba(0,0,0,0.02);
}

.dark .yes-home-bess-landing tbody th {
  background: var(--yes-hbl-white);
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}

.yes-home-bess-landing tr:hover td {
  background: rgba(73, 197, 177, 0.03);
}

.yes-home-bess-landing .yes-home-bess__order-section {
  background:
    linear-gradient(90deg, var(--yes-hbl-dark) 0%, rgba(8, 10, 11, 0.6) 100%),
    url("/wp-content/themes/wp-theme-yeseu/assets/images/17.jpeg") center / cover no-repeat;
  color: var(--yes-hbl-white);
  border-top: 1px solid var(--yes-hbl-line);
}

.yes-home-bess-landing .yes-home-bess__order-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
}

.yes-home-bess-landing .yes-home-bess__order-art {
  min-height: 0;
  border: 0;
  background: transparent;
}

.yes-home-bess-landing .yes-home-bess__order-art::before,
.yes-home-bess-landing .yes-home-bess__order-art::after,
.yes-home-bess-landing .yes-home-bess__order-art > div {
  display: none;
}

.yes-home-bess__order-copy {
  max-width: 760px;
}

.yes-home-bess__order-copy h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.yes-home-bess__order-copy p {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}

.yes-home-bess-landing .yes-home-bess__order-form {
  justify-self: end;
  border-color: rgba(255, 255, 255, 0.2);
}

.yes-home-bess__reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.yes-home-bess__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .yes-home-bess-landing *,
  .yes-home-bess-landing *::before,
  .yes-home-bess-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  .yes-home-bess-landing .yes-home-bess__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card,
  .yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card:nth-child(1),
  .yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card:nth-child(4),
  .yes-home-bess-landing .yes-home-bess__feature-grid .yes-home-bess__card:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .yes-home-bess-landing .yes-home-bess__scenario-grid,
  .yes-home-bess-landing .yes-home-bess__installer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yes-home-bess-landing .yes-home-bess__option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yes-home-bess-landing .yes-home-bess__option-group,
  .yes-home-bess-landing .yes-home-bess__option-group:nth-child(1),
  .yes-home-bess-landing .yes-home-bess__option-group:nth-child(4) {
    grid-column: span 1;
  }
}

@media (max-width: 920px) {
  .yes-home-bess-landing .yes-home-bess__hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(251, 252, 252, 0.98) 0%, rgba(251, 252, 252, 0.86) 64%, rgba(251, 252, 252, 0.5) 100%),
      url("/wp-content/themes/wp-theme-yeseu/assets/images/home-bess.jpg") center / cover no-repeat;
  }

  .yes-home-bess-landing .yes-home-bess__hero-grid,
  .yes-home-bess-landing .yes-home-bess__order-grid,
  .yes-home-bess-landing .yes-home-bess__visual-panel {
    grid-template-columns: 1fr;
  }

  .yes-home-bess-landing .yes-home-bess__visual-panel::before {
    min-height: 320px;
    grid-row: 1;
  }

  .yes-home-bess-landing .yes-home-bess__visual-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .yes-home-bess__anchor-nav {
    top: 68px;
  }
}

@media (max-width: 720px) {
  .yes-home-bess-landing {
    overflow-x: hidden;
  }

  .yes-home-bess-landing .yes-home-bess__container {
    width: min(100% - 24px, 1240px);
  }

  .yes-home-bess-landing .yes-home-bess__hero .yes-home-bess__container {
    width: min(100% - 48px, 1240px);
  }

  .yes-home-bess-landing .yes-home-bess__hero-copy,
  .yes-home-bess-landing .yes-home-bess__hero-copy > * {
    max-width: 100%;
  }

  .yes-home-bess-landing h1 {
    max-width: 11ch;
    font-size: clamp(1.44rem, 6vw, 1.72rem);
    line-height: 1;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .yes-home-bess-landing .yes-home-bess__hero-copy h2 {
    max-width: 28ch;
    font-size: 0.88rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .yes-home-bess-landing .yes-home-bess__hero-copy > p {
    width: min(100%, 280px);
    font-size: 0.96rem;
    overflow-wrap: anywhere;
  }

  .yes-home-bess__hero-actions {
    flex-direction: column;
  }

  .yes-home-bess__button,
  .yes-home-bess__button--ghost {
    justify-content: center;
    width: 100%;
  }

  .yes-home-bess-landing .yes-home-bess__section-head h2,
  .yes-home-bess__visual-copy h2,
  .yes-home-bess__order-copy h2 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  .yes-home-bess-landing .yes-home-bess__feature-grid,
  .yes-home-bess-landing .yes-home-bess__scenario-grid,
  .yes-home-bess-landing .yes-home-bess__installer-grid,
  .yes-home-bess-landing .yes-home-bess__option-grid {
    grid-template-columns: 1fr;
  }

  .yes-home-bess__metrics {
    grid-template-columns: 1fr;
  }

  .yes-home-bess__visual-panel {
    min-height: 560px;
  }

  .yes-home-bess-landing .yes-home-bess__table-wrap {
    margin-inline: -12px;
  }

  .yes-home-bess-landing th,
  .yes-home-bess-landing td {
    font-size: 0.8rem;
  }
}
