.fc-catalogue-link,
.fc-floating-action {
  box-sizing: border-box;
  font: inherit;
}

.fc-catalogue-link {
  display: inline-flex;
  min-block-size: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding-block: .65rem;
  padding-inline: 1rem;
  border: 1px solid currentColor;
  border-radius: .45rem;
  color: inherit;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.head-cta .fc-header-catalogue {
  border-color: rgb(255 255 255 / 42%);
  color: #fff;
}

.fc-catalogue-link svg,
.fc-floating-action svg {
  inline-size: 1.25rem;
  block-size: 1.25rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.fc-engagement-strip {
  padding-block: 1.25rem;
  padding-inline: 1rem;
  background: #f5f1e8;
  color: #0e1b33;
  text-align: center;
}

.fc-engagement-strip .fc-catalogue-link {
  border-color: #f48120;
  background: #f48120;
  color: #fff;
}

footer .fc-footer-catalogue {
  display: flex;
  justify-content: center;
  padding-block: .75rem;
  padding-inline: 1rem;
}

.fc-floating-contact {
  position: fixed;
  z-index: 9000;
  inset-inline-end: 1rem;
  inset-block-end: max(1rem, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .65rem;
  transition: inset-block-end .2s ease, opacity .2s ease;
}

body.fc-consent-visible .fc-floating-contact {
  opacity: 0;
  pointer-events: none;
}

.fc-floating-action {
  display: inline-flex;
  min-block-size: 3rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding-block: .7rem;
  padding-inline: .9rem;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 999px;
  box-shadow: 0 .65rem 1.8rem rgb(14 27 51 / 24%);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.fc-floating-action--call { background: #0e1b33; }
.fc-floating-action--whatsapp { background: #167a3e; }

.fc-catalogue-link:hover,
.fc-floating-action:hover {
  filter: brightness(.94);
  transform: translateY(-1px);
}

.fc-catalogue-link:focus-visible,
.fc-floating-action:focus-visible,
.fc-collection-link:focus-visible {
  outline: 3px solid #1877d1;
  outline-offset: 3px;
}

.fc-collection-link {
  display: block;
  color: inherit;
}

@media (max-width: 1400px) and (min-width: 1025px) {
  header nav ul {
    gap: 1rem;
  }

  header .head-store {
    display: none;
  }

  header .head-cta {
    gap: .625rem;
  }

  header .head-cta .btn,
  header .head-cta .fc-header-catalogue {
    min-block-size: 2.75rem;
    padding: .55rem .8rem;
    font-size: .82rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  footer {
    padding-block-end: calc(8rem + env(safe-area-inset-bottom));
  }

  .fc-floating-action {
    inline-size: 3rem;
    padding-inline: 0;
  }

  .fc-floating-action__label {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  header #fc-primary-navigation.fc-navigation-open {
    display: block;
    position: absolute;
    inset-inline: 0;
    top: 100%;
    max-block-size: 60vh;
    overflow-y: auto;
    background: #0e1b33;
    padding: 1rem;
    box-shadow: 0 12px 20px #0004;
    z-index: 50;
  }
  header #fc-primary-navigation.fc-navigation-open ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  header #fc-primary-navigation.fc-navigation-open a {
    display: block;
    padding: .75rem 1rem;
    min-block-size: 44px;
    color: #fff;
  }
  header .burger { min-width: 44px; min-height: 44px; }
  header {
    padding-block-end: 3.5rem;
  }

  header .head-cta {
    position: absolute;
    inset-inline: 1.75rem;
    inset-block-end: .5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .625rem;
  }

  header .head-cta .btn,
  header .head-cta .fc-header-catalogue {
    position: static;
    inline-size: 100%;
    min-block-size: 2.75rem;
    padding: .55rem .75rem;
    font-size: .875rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .head-cta .fc-header-catalogue {
    border-color: rgb(255 255 255 / 42%);
    background: transparent;
    color: #fff;
  }
}

@media (max-width: 560px) {
  header .head-cta {
    inset-inline: 1rem;
    gap: .5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-floating-contact,
  .fc-catalogue-link,
  .fc-floating-action {
    transition: none;
  }
}

@media print {
  .fc-floating-contact,
  .fc-engagement-strip,
  .fc-header-catalogue,
  .fc-footer-catalogue {
    display: none !important;
  }
}
