/* =========================================================
   SHOWROOMS
========================================================= */

.arkos-stores {
  position: relative;
  padding: 34px 0 70px;
  overflow: hidden;
  background-color: #f5f5f3;
}

.arkos-stores__header {
  max-width: 680px;
  margin-bottom: 30px;
}

.arkos-stores__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #cc3a32;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.arkos-stores__title {
  max-width: 650px;
  margin: 0 0 14px;
  color: #151210;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -2px;
}

.arkos-stores__description {
  max-width: 620px;
  margin: 0;
  color: #77716d;
  font-size: 16px;
  line-height: 1.6;
}

/* =========================================================
   ARKOS SP - PRINCIPAL
========================================================= */

.arkos-main-store {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  margin-bottom: 60px;
}

.arkos-main-store__content,
.arkos-main-store__map {
  overflow: hidden;
  border: 1px solid rgba(26, 20, 16, 0.08);
  border-radius: 22px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px rgba(26, 20, 16, 0.07);
}

/* =========================================================
   IMAGEM PRINCIPAL
========================================================= */

.arkos-main-store__image-wrapper {
  position: relative;
  width: 100%;
  height: 285px;
  overflow: hidden;
}

.arkos-main-store__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms ease;
}

.arkos-main-store__content:hover .arkos-main-store__image {
  transform: scale(1.025);
}

.arkos-main-store__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(17, 14, 12, 0.08) 15%,
    rgba(17, 14, 12, 0.15) 45%,
    rgba(17, 14, 12, 0.75) 100%
  );
}

/* =========================================================
   BADGE
========================================================= */

.arkos-main-store__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 17px;
  border-radius: 999px;
  background-color: #cc3a32;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* =========================================================
   TEXTO SOBRE A IMAGEM
========================================================= */

.arkos-main-store__image-text {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  z-index: 3;
  color: #ffffff;
}

.arkos-main-store__city {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  opacity: 0.85;
}

.arkos-main-store__title {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}

.arkos-main-store__image-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.4;
}

/* =========================================================
   INFORMAÇÕES ARKOS SP
========================================================= */

.arkos-main-store__information {
  padding: 24px 28px 26px;
}

.arkos-main-store__information-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 22px;
}

.arkos-main-store__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
}

.arkos-main-store__icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f6eeec;
  color: #cc3a32;
  font-size: 13px;
}

.arkos-main-store__item > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.arkos-main-store__label {
  margin-bottom: 2px;
  color: #8b8581;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.arkos-main-store__item strong {
  color: #201b18;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.arkos-main-store__item > div > span:last-child {
  color: #77716d;
  font-size: 12px;
  line-height: 1.4;
}

/* =========================================================
   RODAPÉ DO DESTAQUE
========================================================= */

.arkos-main-store__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(26, 20, 16, 0.08);
}

.arkos-main-store__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.arkos-main-store__contacts a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #625c58;
  font-size: 12px;
  text-decoration: none;
  transition: color 250ms ease;
}

.arkos-main-store__contacts a:hover {
  color: #cc3a32;
}

.arkos-main-store__contacts i {
  color: #1a1410;
  font-size: 11px;
}

.arkos-main-store__route {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 999px;
  background-color: #191512;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 250ms ease,
    transform 250ms ease;
}

.arkos-main-store__route:hover {
  background-color: #cc3a32;
  color: #ffffff;
  transform: translateY(-2px);
}

.arkos-main-store__route i {
  font-size: 9px;
  transition: transform 250ms ease;
}

.arkos-main-store__route:hover i {
  transform: translateX(3px);
}

/* =========================================================
   MAPA
========================================================= */

.arkos-main-store__map {
  position: relative;
  min-height: 100%;
}

.arkos-main-store__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  border: 0;
}

/* =========================================================
   OUTRAS UNIDADES
========================================================= */

.arkos-stores__others {
  position: relative;
}

.arkos-stores__others-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.arkos-stores__others-kicker {
  display: block;
  margin-bottom: 6px;
  color: #cc3a32;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.arkos-stores__others-title {
  margin: 0;
  color: #171310;
  font-size: clamp(26px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.8px;
}


/* =========================================================
   GRID DAS OUTRAS UNIDADES
========================================================= */

.arkos-stores__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  align-items: stretch;
}

.arkos-stores__grid .arkos-store-card {
  width: 100%;
  height: 100%;
}


/* =========================================================
   CARDS
========================================================= */

.arkos-store-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background-color: #ffffff;
}

.arkos-store-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 190px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #dddddd;
}

.arkos-store-card__gallery,
.arkos-store-card__gallery .swiper-wrapper,
.arkos-store-card__gallery .swiper-slide {
  width: 100%;
  height: 100%;
}

.arkos-store-card__gallery {
  position: relative;
  overflow: hidden;
}

.arkos-store-card__gallery .swiper-slide {
  overflow: hidden;
}

.arkos-store-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms ease;
}

.arkos-store-card:hover .arkos-store-card__image {
  transform: scale(1.025);
}

/* =========================================================
   BADGE CARD
========================================================= */

.arkos-store-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  padding: 7px 11px;
  border-radius: 999px;
  background-color: #cc3a32;
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* =========================================================
   CONTEÚDO CARD
========================================================= */

.arkos-store-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.arkos-store-card__title {
  margin: 0 0 8px;
  color: #171310;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.arkos-store-card__subtitle {
  margin: 2px 0 14px;
  color: #312c29;
  font-size: 12px;
  line-height: 1.4;
}

.arkos-store-card__arko-center {
  margin: 2px 0 14px !important;
  color: #312c29 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.arkos-store-card__information {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.arkos-store-card__item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: flex-start;
  color: #6f6965;
  font-size: 12px;
  line-height: 1.45;
}

.arkos-store-card__icon {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #171310;
  font-size: 10px;
}

.arkos-store-card__item span:last-child,
.arkos-store-card__item a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.arkos-store-card__item a {
  color: inherit;
  text-decoration: none;
}

.arkos-store-card__item a:hover {
  color: #cc3a32;
}

/* =========================================================
   AÇÕES
========================================================= */

.arkos-store-card__actions {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
}

.arkos-store-card__map-link,
.arkos-store-card__calendar-link {
  display: inline-flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  box-sizing: border-box;
  border: 1px solid #171310;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 250ms ease,
    color 250ms ease,
    border-color 250ms ease;
}

.arkos-store-card__map-link {
  background-color: #ffffff;
  color: #171310;
}

.arkos-store-card__calendar-link {
  background-color: #171310;
  color: #ffffff;
}

.arkos-store-card__map-link:hover,
.arkos-store-card__calendar-link:hover {
  border-color: #cc3a32;
  background-color: #cc3a32;
  color: #ffffff;
}

/* =========================================================
   SETAS GALERIA
========================================================= */

.arkos-store-card__gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-color: rgba(17, 17, 17, 0.72);
  color: #ffffff;
  font-size: 8px;
  cursor: pointer;
  transform: translateY(-50%);
}

.arkos-store-card__gallery-arrow--previous {
  left: 12px;
}

.arkos-store-card__gallery-arrow--next {
  right: 12px;
}

.arkos-store-card__gallery-arrow:hover {
  background-color: #cc3a32;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {
  .arkos-main-store {
    grid-template-columns: 1fr 1fr;
  }


  .arkos-stores__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .arkos-main-store__information-grid {
    grid-template-columns: 1fr;
  }

  .arkos-main-store__map iframe {
    min-height: 520px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .arkos-stores {
    padding: 24px 0 50px;
  }


  .arkos-stores__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .arkos-stores__header {
    margin-bottom: 24px;
  }

  .arkos-stores__eyebrow {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .arkos-stores__title {
    margin-bottom: 12px;
    font-size: 34px;
    letter-spacing: -1px;
  }

  .arkos-stores__description {
    font-size: 14px;
  }

  .arkos-main-store {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 45px;
  }

  .arkos-main-store__content,
  .arkos-main-store__map {
    border-radius: 18px;
  }

  .arkos-main-store__image-wrapper {
    height: 235px;
  }

  .arkos-main-store__badge {
    top: 14px;
    left: 14px;
    min-height: 34px;
    padding: 0 13px;
    font-size: 8px;
  }

  .arkos-main-store__image-text {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .arkos-main-store__title {
    font-size: 29px;
  }

  .arkos-main-store__information {
    padding: 20px;
  }

  .arkos-main-store__information-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .arkos-main-store__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .arkos-main-store__contacts {
    flex-direction: column;
    gap: 10px;
  }

  .arkos-main-store__route {
    width: 100%;
  }

  .arkos-main-store__map iframe {
    min-height: 300px;
  }

  .arkos-stores__others-header {
    align-items: center;
  }

  .arkos-stores__others-title {
    font-size: 25px;
  }

  .arkos-store-card__image-wrapper {
    height: 210px;
  }

  .arkos-store-card__content {
    padding: 17px 16px;
  }

  .arkos-store-card__title {
    font-size: 22px;
  }

  .arkos-store-card__item {
    font-size: 13px;
  }
}

/* =========================================================
   GALERIA ARKOS SP
========================================================= */

.arkos-main-store__gallery {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.arkos-main-store__gallery .swiper-wrapper,
.arkos-main-store__gallery .swiper-slide {
  width: 100%;
  height: 100%;
}

.arkos-main-store__gallery .swiper-slide {
  overflow: hidden;
}

.arkos-main-store__gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-color: rgba(18, 15, 13, 0.72);
  color: #ffffff;
  font-size: 10px;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color 250ms ease,
    border-color 250ms ease;
}

.arkos-main-store__gallery-arrow--previous {
  left: 20px;
}

.arkos-main-store__gallery-arrow--next {
  right: 20px;
}

.arkos-main-store__gallery-arrow:hover {
  border-color: #cc3a32;
  background-color: #cc3a32;
}

.arkos-main-store__gallery-arrow.swiper-button-disabled {
  opacity: 0.3;
}

/* overlay precisa ficar acima da imagem */
.arkos-main-store__image-overlay {
  z-index: 2;
  pointer-events: none;
}

.arkos-main-store__badge {
  z-index: 5;
}

.arkos-main-store__image-text {
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .arkos-main-store__gallery-arrow {
    width: 34px;
    height: 34px;
  }

  .arkos-main-store__gallery-arrow--previous {
    left: 14px;
  }

  .arkos-main-store__gallery-arrow--next {
    right: 14px;
  }
}
