/* Responsive spacing overrides */
@media (max-width: 639px) {
  .px-margin-desktop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .px-margin-desktop {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* Site header */
.site-header__inner {
  min-width: 0;
}
.site-nav-link {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #5e3f3e;
  white-space: nowrap;
  padding-bottom: 0.25rem;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}
@media (min-width: 1280px) {
  .site-nav-link {
    font-size: 1.125rem;
  }
}
.site-nav-link:hover {
  color: #bf002e;
}
.site-nav-link--active {
  color: #bf002e;
  border-bottom: 4px solid #bf002e;
}
.site-nav-link--mobile {
  display: block;
  padding: 0.75rem 0.5rem;
  border-bottom: none;
  border-left: 4px solid transparent;
  white-space: normal;
}
.site-nav-link--mobile.site-nav-link--active {
  border-left-color: #bf002e;
  background: rgba(191, 0, 46, 0.06);
  border-radius: 0 0.5rem 0.5rem 0;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #ffd600;
  color: #1f1c00;
  font-weight: 700;
  border-radius: 9999px;
  border: 2px solid #1f1c00;
  box-shadow: 3px 3px 0 #dbc900;
  text-decoration: none;
  transition: transform 0.2s;
  flex-shrink: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .site-header__cta {
    padding: 0.625rem 1rem;
  }
}
@media (min-width: 1280px) {
  .site-header__cta {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
}
.site-header__cta:hover {
  transform: scale(1.05);
}
.site-header__cta:active {
  transform: scale(0.97);
}
.site-header__icon {
  color: #bf002e;
  padding: 0.375rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .site-header__icon {
    padding: 0.5rem;
    font-size: 1.625rem;
  }
}
.site-header__icon:hover {
  transform: scale(1.15);
}
.site-header__menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  margin-left: 0.125rem;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.site-header__menu-btn[aria-expanded="true"] .site-header__menu-open {
  display: none;
}
.site-header__menu-btn[aria-expanded="false"] .site-header__menu-close,
.site-header__menu-btn:not([aria-expanded="true"]) .site-header__menu-close {
  display: none;
}
.site-header__menu-btn[aria-expanded="true"] .site-header__menu-close {
  display: block;
}
.site-header__drawer.is-open {
  display: block;
}

/* Page content */
.bic-responsive-hero-title {
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  line-height: 1.15;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-media {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.hero-headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.hero-headline__lead.bic-responsive-hero-title {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 1.2;
  text-wrap: balance;
  hyphens: none;
  overflow-wrap: break-word;
}
.hero-headline__lead {
  display: block;
}
.hero-headline__accent {
  display: block;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  color: #ff1744;
  background: #ffffff;
  padding: 0.3rem 0.65rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-size: clamp(0.65rem, 1.35vw, 0.875rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  white-space: nowrap;
  hyphens: none;
}
.hero-headline__accent--long {
  font-size: clamp(0.6rem, 1.15vw, 0.8rem) !important;
}
@media (min-width: 640px) {
  .hero-headline__accent {
    padding: 0.35rem 0.75rem;
    font-size: clamp(0.7rem, 1.2vw, 0.9375rem);
  }
  .hero-headline__accent--long {
    font-size: clamp(0.65rem, 1.05vw, 0.875rem) !important;
  }
}
@media (min-width: 1024px) {
  .hero-headline__accent {
    padding: 0.4rem 0.85rem;
    font-size: clamp(0.75rem, 1vw, 1rem);
  }
  .hero-headline__accent--long {
    font-size: clamp(0.7rem, 0.95vw, 0.9375rem) !important;
  }
}
.showcase-headline {
  font-size: clamp(0.95rem, 2vw, 1.35rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.showcase-headline--long {
  font-size: clamp(0.8rem, 1.6vw, 1.125rem) !important;
}
@media (min-width: 768px) {
  .showcase-headline {
    font-size: clamp(1rem, 1.75vw, 1.5rem);
  }
  .showcase-headline--long {
    font-size: clamp(0.875rem, 1.4vw, 1.25rem) !important;
  }
}
.hero-headline__desc {
  line-height: 1.55;
  text-wrap: pretty;
  max-width: 36rem;
}
.hero-actions__btn {
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 480px) {
  .hero-actions__btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 640px) {
  .hero-actions__btn {
    padding: 1rem 1.75rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .hero-actions__btn {
    padding: 1.15rem 2.25rem;
    font-size: 1.25rem;
  }
}
.hero-carousel {
  position: relative;
  width: 100%;
  max-width: min(17rem, 100%);
  aspect-ratio: 3 / 4;
  max-height: min(28rem, 72vh);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 100, 147, 0.15);
}
@media (min-width: 768px) {
  .hero-carousel {
    max-width: 20rem;
    max-height: min(32rem, 75vh);
  }
}
@media (min-width: 1024px) {
  .hero-carousel {
    max-width: 22rem;
  }
}
.hero-carousel__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0.75rem;
}
.about-hero-frame {
  position: relative;
  width: 100%;
  max-width: 18rem;
  aspect-ratio: 3 / 4;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.5rem;
  border: 1px solid rgba(147, 110, 109, 0.14);
  box-shadow: 0 12px 32px rgba(0, 100, 147, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .about-hero-frame {
    max-width: 20rem;
  }
}
.about-hero-frame__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0.5rem;
  transition: opacity 0.5s ease;
}
.bic-break-email {
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 767px) {
  .bic-section-py {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
body.site-nav-open {
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.site-nav-open {
    overflow: auto;
  }
}
