/* Home hero: mobile image <768px; tablet+ = desktop-hero.webp + overlaid copy */



.home-hero-scope--fullscreen {

  margin: 0;

  padding: 0;

  width: 100%;

  max-width: 100%;

  background: #fff;

}



.home-hero-mobile {

  display: block;

}



.home-hero-desktop {

  display: none;

}

.home-hero-promo {
  position: relative;
  z-index: 12;
  overflow: visible;
  width: 100%;
  background: #000;
  color: #fff;
  border-top: 2px dashed rgba(255, 255, 255, 0.92);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.92);
  font-family: "Geist", "Manrope", system-ui, sans-serif;
}

.home-hero-promo__inner {
  overflow: visible;
  min-height: clamp(34px, 3.2vw, 46px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.85fr) minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: clamp(0.4rem, 2.2vw, 2.2rem);
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.home-hero-promo__item {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.home-hero-promo__item:hover {
  color: #fff;
  opacity: 0.88;
}

.home-hero-promo__social {
  gap: 0.24em;
}

.home-hero-promo__social i {
  flex: 0 0 auto;
  font-size: 1.5em;
  line-height: 1;
}

.home-hero-promo__web {
  font-weight: 700;
}

.home-hero-promo__contact {
  position: relative;
  z-index: 14;
}

.home-hero-promo__contact-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.45rem;
  background: #050505;
  color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  list-style: none;
  opacity: 1;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset, 0 3px 10px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.home-hero-promo__contact-toggle::-webkit-details-marker {
  display: none;
}

.home-hero-promo__contact-toggle::marker {
  content: "";
}

.home-hero-promo__contact-toggle:hover {
  color: #fff;
  background: #111;
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 5px 14px rgba(0, 0, 0, 0.24);
}

.home-hero-promo__contact-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

.home-hero-promo__contact-number {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.home-hero-promo__contact-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.5rem);
  z-index: 20;
  min-width: 10rem;
  display: grid;
  gap: 0.35rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  background: rgba(8, 8, 8, 0.98);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.home-hero-promo__contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.65rem;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.home-hero-promo__contact-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}



.home-hero-frame {

  position: relative;

  width: 100%;

  margin: 0;

  overflow: hidden;

  box-sizing: border-box;

  background-color: #fff;

}



.home-hero-frame--mobile {

  min-height: 390px;

  height: min(560px, max(390px, calc(108vw)));

  height: min(560px, max(390px, calc(108vw)));

}

.home-hero-img {

  position: absolute;

  inset: 0;

  display: block;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center center;

}



/* —— Tablet & desktop hero (768px+) —— */

@media (max-width: 640px) {
  .home-hero-promo__inner {
    width: 100vw;
    max-width: 100vw;
    min-height: 34px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1fr);
    align-items: center;
    justify-items: center;
    gap: clamp(0.25rem, 2.5vw, 0.75rem);
    padding: 0 0.35rem;
  }

  .home-hero-promo__item {
    font-size: clamp(0.43rem, 2vw, 0.5rem);
  }

.home-hero-promo__social,
  .home-hero-promo__web,
  .home-hero-promo__contact {
    font-size: clamp(0.55rem, 2.5vw, 0.65rem);
  }

  .home-hero-promo__offer,
  .home-hero-promo__social,
  .home-hero-promo__web,
  .home-hero-promo__contact {
    text-align: center;
  }

  .home-hero-promo__contact-menu {
    right: 50%;
    bottom: calc(100% + 0.35rem);
    min-width: 8.2rem;
    padding: 0.35rem;
    transform: translateX(50%);
  }

  .home-hero-promo__contact-link {
    min-height: 1.85rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.58rem;
  }

  .home-hero-promo__contact-toggle {
    min-height: 1.8rem;
    padding: 0.28rem 0.68rem;
    font-size: 0.72rem;
  }
}

@media (min-width: 768px) {

  body.is-home-page .home-hero-scope--fullscreen {

    background: transparent;

  }



  .home-hero-mobile {

    display: none;

  }



  .home-hero-desktop {

    display: block;

    width: 100%;

    margin: 25px 0 0;

    padding: 0;

    line-height: 0;

    background: transparent;

  }



  .home-hero-desktop__stage {

    position: relative;

    width: 100%;

    margin: 0;

    height: clamp(520px, 55vw, 760px);

    max-height: calc(100vh - var(--site-nav-height, 61px));

    max-height: calc(100dvh - var(--site-nav-height, 61px));

    overflow: hidden;

    background-color: #fff;

    background-image: var(--hero-desktop-bg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

  }

  .home-hero-desktop__content {
    position: absolute;
    z-index: 2;
    left: clamp(2rem, 5vw, 4rem);
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: min(420px, 46vw);
    max-width: 48%;
    padding: 0;
    margin: 0;
    line-height: normal;
  }



  .home-hero-desktop__badge {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 12px;
    border-radius: 6px;
    background: #facc15;
    color: #0f172a;
    font-family: "Geist", "Manrope", system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .home-hero-desktop__title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    font-family: "Geist", "Manrope", system-ui, sans-serif;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #0f172a;
  }

  .home-hero-desktop__title-row {
    display: block;
    font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  }

  .home-hero-desktop__title-row--sub {
    margin-top: 0.05em;
  }

  .home-hero-desktop__highlight {
    color: #16a34a;
  }



  .home-hero-desktop__lede {

    margin: 14px 0 0;

    max-width: 28rem;

    font-family: 'Geist', 'Manrope', system-ui, sans-serif;

    font-size: clamp(0.8125rem, 1.15vw, 0.9375rem);

    font-weight: 400;

    line-height: 1.55;

    color: #64748b;

  }



  .home-hero-desktop__cta {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin-top: 24px;

    min-height: 48px;

    padding: 0 22px;

    border-radius: 8px;

    background: #0f172a;

    color: #fff;

    font-family: 'Geist', 'Manrope', system-ui, sans-serif;

    font-size: 0.875rem;

    font-weight: 700;

    text-decoration: none;

    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;

  }



  .home-hero-desktop__cta:hover {

    background: #1e293b;

    transform: translateY(-1px);

    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);

  }



  .home-hero-desktop__cta-icon {

    flex-shrink: 0;

  }

}



/* Tablet (768–1023) */

@media (min-width: 768px) and (max-width: 1023.98px) {

  .home-hero-desktop__stage {

    /* height: clamp(340px, 52vw, 460px); */

    background-position: center center;

  }



  .home-hero-desktop__content {

    left: 2rem;

    width: min(340px, 48vw);

    max-width: 48%;

  }



  .home-hero-desktop__title-row {
    font-size: clamp(1.625rem, 4.2vw, 2.25rem);
  }

}



@media (min-width: 1024px) {

  .home-hero-desktop__stage {

    /* height: clamp(400px, 34.7vw, 500px); */

    background-position: center center;

  }



  .home-hero-desktop__content {

    left: clamp(3rem, 6vw, 6rem);

    width: min(420px, 40vw);

    max-width: 42%;

  }



}



/* 1440px — shorter hero, tuned crop (same scale as tablet/desktop) */
@media (min-width: 1440px) {
  .home-hero-desktop__stage {
    height: min(760px, calc(100dvh - var(--site-nav-height, 61px)));
    max-height: min(760px, calc(100dvh - var(--site-nav-height, 61px)));
    aspect-ratio: unset;
    background-position: center center;
    background-size: contain;
  }

  .home-hero-desktop__content {
    left: 9rem;
    width: 420px;
    max-width: 36%;
  }

  .home-hero-desktop__badge {
    margin-bottom: 12px;
    padding: 5px 11px;
    font-size: 0.625rem;
  }

  .home-hero-desktop__title-row {
    font-size: 2.5rem;
  }

  .home-hero-desktop__lede {
    margin-top: 12px;
    font-size: 0.875rem;
    max-width: 26rem;
  }

  .home-hero-desktop__cta {
    margin-top: 20px;
    min-height: 44px;
    padding: 0 20px;
  }
}

