.ss-section {
  width: min(100% - 40px, var(--ss-template-content-max-width));
  margin: 0 auto;
}

body.home #hero-outer.hero-fixed-bg {
  min-height: 100vh !important;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  background-color: transparent !important;
}

body.home #hero-outer.hero-fixed-bg::before {
  display: none !important;
  content: none !important;
}

body.home #hero-outer.hero-fixed-bg::after {
  background: transparent !important;
  opacity: 0 !important;
}

body.home #hero-outer.hero-fixed-bg .elementor-background-overlay {
  background: transparent !important;
  opacity: 0 !important;
}

body.home #hero-outer.hero-fixed-bg .elementor-background-overlay::before,
body.home #hero-outer.hero-fixed-bg .elementor-background-overlay::after {
  background: transparent !important;
  opacity: 0 !important;
}

body.home #hero-outer.hero-fixed-bg #hero-content {
  margin-top: auto;
  margin-bottom: clamp(56px, 9vh, 110px);
}

body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button,
body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button:hover,
body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button:focus,
body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button:focus-visible,
body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button-content-wrapper,
body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button-text {
  transform: none;
  translate: none;
  scale: none;
}

body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button {
  font-family: var(--e-global-typography-accent-font-family, Manrope), sans-serif;
  font-size: var(--e-global-typography-accent-font-size, 16px);
  font-weight: var(--e-global-typography-accent-font-weight, 700);
  line-height: var(--e-global-typography-accent-line-height, 1.2);
  transition-property: color, background-color, border-color, box-shadow;
}

body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button:hover,
body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button:focus,
body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button:focus-visible {
  font-family: var(--e-global-typography-accent-font-family, Manrope), sans-serif;
  font-size: var(--e-global-typography-accent-font-size, 16px);
  font-weight: var(--e-global-typography-accent-font-weight, 700);
  line-height: var(--e-global-typography-accent-line-height, 1.2);
}

body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.home #hero-outer.hero-fixed-bg #hero-content .elementor-widget-button .elementor-button-text {
  position: static;
  font: inherit;
}

@media (min-width: 960px) {
  body.home #hero-outer.hero-fixed-bg #hero-content {
    margin-bottom: clamp(84px, 14vh, 168px);
  }

  body.home #hero-outer.hero-fixed-bg #hero-content:has(.ss-discovery-hero) {
    width: min(900px, calc(100vw - 112px));
    margin-bottom: clamp(0px, calc((100dvh - 768px) * 0.3), 48px);
  }
}

@media (max-width: 959px) {
  body.home #hero-outer.hero-fixed-bg {
    min-height: var(--ss-mobile-hero-height, 100svh) !important;
    background-attachment: scroll !important;
    transform: none !important;
    transition: none !important;
  }

  body.home #hero-outer.hero-fixed-bg #hero-content {
    transform: none !important;
    translate: none !important;
    scale: none !important;
    transition: none !important;
  }

  body.home #hero-outer.hero-fixed-bg #hero-content:has(.ss-discovery-hero) {
    margin-bottom: 16px;
  }
}

.ss-home {
  position: relative;
  z-index: 2;
  background: var(--ss-template-editorial-background);
  color: var(--ss-color-ink-strong);
}

.ss-home__inner {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
  width: min(100% - 40px, var(--ss-template-wide-max-width));
  margin: 0 auto;
  padding: var(--ss-template-section-spacing-desktop) 0;
}

.ss-home-section {
  min-width: 0;
}

.ss-home-section__header {
  max-width: var(--ss-template-narrow-max-width);
  margin-bottom: 18px;
}

.ss-home-section__title {
  margin: 0;
  color: var(--ss-template-heading-color, #16211f);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.12;
}

.ss-home-feature .ss-card-grid {
  grid-template-columns: minmax(0, 1fr);
}

.ss-home-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  border: var(--ss-template-card-border);
  border-radius: var(--ss-template-card-radius);
  background: var(--ss-template-surface-color);
  box-shadow: var(--ss-template-card-shadow);
}

.ss-home-about__text {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--ss-template-muted-text-color);
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .ss-home__inner {
    width: min(100% - 28px, var(--ss-template-wide-max-width));
    padding: var(--ss-template-section-spacing-mobile) 0;
  }

  .ss-home-about {
    align-items: flex-start;
    flex-direction: column;
  }
}
