/**
 * Elementor editable templates for Bowe.
 */

.bowe-editable-page {
  min-height: 60vh;
  background: var(--color-bg-warm);
}

.bowe-editable-page .elementor-section,
.bowe-editable-page .e-con {
  --container-default-padding-top: 0;
  --container-default-padding-right: 0;
  --container-default-padding-bottom: 0;
  --container-default-padding-left: 0;
}

.bowe-editable-page .elementor-heading-title {
  margin: 0;
  color: inherit;
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0;
  text-transform: lowercase;
}

.bowe-editable-page .elementor-widget-text-editor {
  color: inherit;
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.8;
}

.bowe-el-section {
  position: relative;
  overflow: hidden;
}

.bowe-el-container {
  width: min(100% - 48px, 1520px);
  margin-inline: auto;
}

.bowe-el-hero {
  min-height: clamp(640px, 92vh, 980px);
  color: var(--color-deep-black);
}

.bowe-el-hero-dark {
  min-height: clamp(660px, 100vh, 1080px);
  color: var(--color-white);
  background: var(--color-deep-black);
}

.bowe-el-hero-dark::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.45), rgba(17, 17, 17, 0.18) 48%, rgba(17, 17, 17, 0.66));
}

.bowe-el-hero-dark > .e-con-inner,
.bowe-el-hero-dark > .elementor-container,
.bowe-el-hero > .e-con-inner,
.bowe-el-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

.bowe-el-label .elementor-heading-title,
.bowe-el-label,
.bowe-editable-page .bowe-el-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.bowe-el-label-green .elementor-heading-title::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 14px;
  content: "";
  vertical-align: middle;
  border-radius: 999px;
  background: var(--color-bowe-green);
  box-shadow: 0 0 28px rgba(211, 249, 27, 0.75);
}

.bowe-el-display .elementor-heading-title {
  font-size: clamp(64px, 9vw, 168px);
  line-height: 0.88;
  letter-spacing: 0.02em;
}

.bowe-el-display-tight .elementor-heading-title {
  font-size: clamp(56px, 8vw, 144px);
  line-height: 0.9;
}

.bowe-el-title .elementor-heading-title {
  font-size: clamp(48px, 6vw, 112px);
  line-height: 0.95;
}

.bowe-el-title-small .elementor-heading-title {
  font-size: clamp(30px, 3vw, 54px);
  line-height: 1.05;
}

.bowe-el-copy,
.bowe-el-copy .elementor-widget-container {
  color: rgba(17, 17, 17, 0.62);
  font-size: clamp(16px, 1.2vw, 22px);
}

.bowe-el-hero-dark .bowe-el-copy,
.bowe-el-hero-dark .bowe-el-copy .elementor-widget-container {
  color: rgba(255, 255, 255, 0.78);
}

.bowe-el-button .elementor-button {
  min-width: 210px;
  min-height: 58px;
  border-radius: 0;
  background: var(--color-deep-black);
  color: var(--color-white);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.bowe-el-hero-dark .bowe-el-button .elementor-button {
  background: var(--color-white);
  color: var(--color-deep-black);
}

.bowe-el-text-link .elementor-button {
  min-height: auto;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: currentColor;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.bowe-el-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.58);
}

.bowe-el-card:hover {
  border-color: rgba(211, 249, 27, 0.85);
  background: rgba(255, 255, 255, 0.88);
}

.bowe-el-media img,
.bowe-el-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bowe-el-media-rounded img {
  border-radius: 28px;
}

.bowe-el-card-number .elementor-heading-title {
  color: #8cac00;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 58px);
  font-style: italic;
}

.bowe-el-grid-card-title .elementor-heading-title {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.bowe-el-filter-row .elementor-button {
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--color-deep-black);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.bowe-el-filter-row .elementor-widget-wrap,
.bowe-el-filter-row.elementor-column .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.bowe-el-filter-row .elementor-widget-button {
  width: auto;
}

.bowe-el-filter-row .elementor-widget-button:first-child .elementor-button,
.bowe-el-filter-active .elementor-button {
  background: var(--color-deep-black);
  color: var(--color-white);
}

.bowe-el-glow::before {
  position: absolute;
  z-index: 0;
  width: 360px;
  height: 360px;
  content: "";
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(211, 249, 27, 0.42), rgba(211, 249, 27, 0) 66%);
  filter: blur(54px);
  transform: translate(-35%, -35%);
}

.bowe-el-dark-band {
  background: var(--color-deep-black);
  color: var(--color-white);
}

.bowe-el-download-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 32px 80px rgba(17, 17, 17, 0.14);
}

.bowe-el-download-card img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.bowe-el-product-card img,
.bowe-el-project-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bowe-el-contact-panel {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.64);
}

.bowe-el-shortcode-panel {
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: var(--color-white);
}

@media (max-width: 767px) {
  .bowe-el-container {
    width: min(100% - 28px, 1520px);
  }

  .bowe-el-hero,
  .bowe-el-hero-dark {
    min-height: 720px;
  }

  .bowe-el-display .elementor-heading-title,
  .bowe-el-display-tight .elementor-heading-title {
    font-size: clamp(54px, 18vw, 88px);
  }

  .bowe-el-button .elementor-button {
    width: 100%;
  }
}
