/* Artea Figma hero */

.artea-hero {
  position: relative;
  overflow: hidden;
  background: #212121;
  min-height: 480px;
  margin-bottom: 30px;
  font-family: var(--artea-font, "Outfit", system-ui, sans-serif);
}

.artea-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  min-height: 480px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .artea-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.artea-hero__copy {
  position: relative;
  z-index: 2;
}

.artea-hero__panel[hidden] {
  display: none !important;
}

.artea-hero__tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #eb933a;
  background: rgba(235, 147, 58, 0.2);
  border-radius: 3px;
}

.artea-hero__title {
  margin: 0 0 1.25rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.artea-hero__subtitle {
  margin: 0 0 2rem;
  max-width: 420px;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.artea-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.artea-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 4px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.artea-hero__btn--primary {
  background: #eb933a;
  color: #fff;
  border: 0;
}

.artea-hero__btn--primary:hover {
  background: #d4832e;
  color: #fff;
}

.artea-hero__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 500;
}

.artea-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.artea-hero__dots {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.5rem;
  margin-top: 2.5rem;
}

.artea-hero__dot,
.artea-hero .artea-hero__dot {
  display: inline-block !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  cursor: pointer;
  line-height: 0 !important;
  font-size: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: width 0.2s, min-width 0.2s, max-width 0.2s, background 0.2s;
}

.artea-hero__dot.is-active,
.artea-hero .artea-hero__dot.is-active {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  background: #eb933a !important;
}

.artea-hero__media {
  position: relative;
  min-height: 400px;
}

.artea-hero__figure {
  position: relative;
}

.artea-hero__figure[hidden] {
  display: none !important;
}

.artea-hero__img-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.artea-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artea-hero__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.artea-hero__badge {
  position: absolute;
  z-index: 2;
  padding: 0.85rem 1.25rem;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.artea-hero__badge--stat {
  left: -1.5rem;
  bottom: -1rem;
  background: #fff;
  border: 1px solid #eee;
}

.artea-hero__badge--promo {
  right: -1rem;
  top: -1rem;
  background: #eb933a;
  color: #fff;
}

.artea-hero__badge-label {
  margin: 0 0 0.15rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artea-hero__badge--stat .artea-hero__badge-label {
  color: #aaa;
}

.artea-hero__badge-value {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
}

.artea-hero__badge--stat .artea-hero__badge-value {
  font-size: 1.5rem;
  color: #212121;
}

.artea-hero__badge--promo .artea-hero__badge-value {
  font-size: 0.875rem;
  color: #fff;
}

/* Hide Flatsome demo banner row under hero on home */
.artea-has-figma-hero #main > .section:first-child,
.artea-has-figma-hero .page-wrapper > .section:first-child,
.artea-has-figma-hero #content > .section:first-child,
.artea-has-figma-hero .entry-content > .row:first-child,
.artea-has-figma-hero .entry-content > .section:first-child {
  display: none !important;
}

@media (max-width: 991px) {
  .artea-hero__media {
    display: none !important;
  }

  .artea-hero__inner {
    min-height: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
