/* AirEvo responsive image proportions v7 — 2026-08-25 */

/* Primary artwork always fills its responsive column. */
.av-home .av-intro__visual {
  width: 100% !important;
  max-width: none !important;
  min-height: 500px !important;
  height: clamp(500px, 36vw, 650px) !important;
  aspect-ratio: auto !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  overflow: hidden !important;
}

.av-home .av-intro__visual > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Process tabs and artwork share one vertical boundary. */
.av-home .av-process__grid {
  align-items: stretch !important;
}

.av-home .av-process__stage {
  width: 100% !important;
  max-width: none !important;
  min-height: 500px !important;
  height: clamp(500px, 36vw, 650px) !important;
  aspect-ratio: auto !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  overflow: hidden !important;
}

.av-home .av-process__tabs {
  align-self: stretch !important;
  height: auto !important;
  justify-content: center !important;
}

.av-home .av-process__stage > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Bento imagery fills every lead/secondary media window. */
.av-home .av-bento__image,
.av-home .av-bento__small {
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
}

.av-home .av-bento__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

.av-home .av-bento__small img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: right center !important;
}

/* Use-case photography spans the complete card width at every viewport. */
.av-home .av-use__card > div:first-child {
  width: 100% !important;
  max-width: none !important;
  min-height: 300px !important;
  height: clamp(300px, 24vw, 440px) !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.av-home .av-use__card > div:first-child > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.av-home .av-final__copy {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Give the three primary section introductions room to breathe. */
.av-home .av-section-head > div:first-child,
.av-home .av-section-head h2 {
  width: 100% !important;
  max-width: none !important;
}

.av-home .av-stories .av-section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 22px !important;
}

.av-home .av-stories .av-rating {
  justify-self: start !important;
}

.av-home .av-process .av-section-head,
.av-home .av-compare.av-section .av-section-head,
.av-home .av-use .av-section-head {
  width: 80% !important;
  max-width: none !important;
}

@media (min-width: 1001px) {
  /* The three lifestyle originals are 4:5 portraits. */
  .av-home .av-final {
    --av-final-edge: max(50px, calc(50cqw - 910px));
    --av-final-media-width: min(53cqw, 860px);
    --av-final-column-gap: clamp(12px, 1.2vw, 24px);
    min-height: 750px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .av-home .av-final__copy {
    width: calc(100cqw - var(--av-final-edge) - var(--av-final-edge) - var(--av-final-media-width) - var(--av-final-column-gap)) !important;
    max-width: none !important;
    height: auto !important;
    align-self: center !important;
    padding: 0 !important;
    background: none !important;
  }

  .av-home .av-final__copy > * {
    max-width: none !important;
  }

  .av-home .av-final__copy > .av-eyebrow,
  .av-home .av-final__copy > h2,
  .av-home .av-final__copy > p,
  .av-home .av-final__copy > small {
    width: 100% !important;
  }

  .av-home .av-final__copy > .av-button {
    width: fit-content !important;
  }

  .av-home .av-final__copy .av-eyebrow {
    white-space: normal !important;
  }

  .av-home .av-final__media {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    width: min(53%, 860px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 700px !important;
    aspect-ratio: 6 / 5 !important;
    transform: translateY(-50%) !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(10px, 1vw, 16px) !important;
    padding: clamp(16px, 1.2vw, 22px) !important;
  }

  .av-home .av-final__media figure,
  .av-home .av-final__media img {
    min-width: 0 !important;
    min-height: 0 !important;
  }

  .av-home .av-final__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .av-home .av-final__media {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  .av-home .av-final__media figure:first-child {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
  }

  .av-home .av-final__media figure:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .av-home .av-final__media figure:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}

@media (max-width: 700px) {
  .av-home .av-final__media {
    gap: 8px !important;
    padding: 10px !important;
  }
}

@media (max-width: 1000px) {
  .av-home .av-process .av-section-head,
  .av-home .av-compare.av-section .av-section-head,
  .av-home .av-use .av-section-head {
    width: 90% !important;
  }

  .av-home .av-intro__visual,
  .av-home .av-process__stage {
    width: 100% !important;
    max-width: none !important;
    min-height: 420px !important;
    height: clamp(420px, 70vw, 570px) !important;
    justify-self: center !important;
    margin: 0 !important;
  }

  .av-home .av-use__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .av-home .av-use__card > div:first-child {
    min-height: 300px !important;
    height: clamp(300px, 40vw, 380px) !important;
  }
}

@media (min-width: 1001px) and (max-width: 1180px) {
  .av-home .av-use__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .av-home .av-use__card > div:first-child {
    height: clamp(320px, 34vw, 380px) !important;
  }
}

@media (max-width: 640px) {
  .av-home .av-intro__visual,
  .av-home .av-process__stage {
    min-height: 340px !important;
    height: clamp(340px, 92vw, 500px) !important;
  }

  .av-home .av-use__card > div:first-child {
    min-height: 280px !important;
    height: clamp(280px, 82vw, 420px) !important;
  }
}

@media (max-width: 700px) {
  .av-home .av-process .av-section-head,
  .av-home .av-compare.av-section .av-section-head,
  .av-home .av-use .av-section-head {
    width: 100% !important;
  }

  .av-home .av-use__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Premium hero copy system: true half-width column with full-width content. */
.av-home .av-hero__copy {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: visible !important;
  isolation: isolate !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.av-home .av-hero__copy::before {
  display: none !important;
}

.av-home .av-hero__copy::after {
  content: "" !important;
  position: absolute !important;
  top: -16px !important;
  left: 0 !important;
  right: auto !important;
  width: clamp(72px, 8vw, 128px) !important;
  height: 3px !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, #0da99d, #7ce5d3) !important;
  box-shadow: 0 6px 16px rgba(13, 169, 157, 0.2) !important;
}

.av-home .av-hero__copy > * {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
}

.av-home .av-hero__copy > .av-kicker {
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 0 13px !important;
  justify-content: flex-start !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(16, 93, 103, 0.18) !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.av-home .av-hero__copy > h1 {
  margin: clamp(22px, 2vw, 30px) 0 clamp(18px, 1.55vw, 24px) !important;
  font-size: clamp(54px, 4.75vw, 80px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.058em !important;
  text-wrap: balance !important;
}

.av-home .av-hero__copy > .av-hero__lead {
  margin: 0 0 clamp(22px, 1.85vw, 30px) !important;
  color: #385b68 !important;
  font-size: clamp(17px, 1.15vw, 20px) !important;
  line-height: 1.6 !important;
  text-wrap: pretty !important;
}

.av-home .av-hero__copy > .av-hero__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr) !important;
  gap: 12px !important;
}

.av-home .av-hero__actions > .av-button {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  justify-content: center !important;
  padding: 14px 18px !important;
  border-radius: 18px !important;
  font-size: 14px !important;
  letter-spacing: 0.005em !important;
}

.av-home .av-hero__actions > .av-button--primary {
  box-shadow: 0 16px 30px rgba(14, 65, 83, 0.2) !important;
}

.av-home .av-hero__actions > .av-button--ghost {
  border-color: rgba(13, 83, 95, 0.16) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 10px 24px rgba(27, 75, 87, 0.08) !important;
}

.av-home .av-hero__copy > .av-hero__proof {
  min-height: 66px !important;
  margin-top: clamp(18px, 1.65vw, 26px) !important;
  padding: 13px 0 !important;
  gap: 15px !important;
  border: 0 !important;
  border-top: 1px solid rgba(16, 93, 103, 0.16) !important;
  border-bottom: 1px solid rgba(16, 93, 103, 0.16) !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.av-home .av-hero__proof > div:last-child {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 6px 12px !important;
}

.av-home .av-hero__proof strong {
  margin: 0 !important;
  color: #12384b !important;
  font-size: 16px !important;
  white-space: nowrap !important;
}

.av-home .av-hero__proof span {
  color: #5a7480 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

@media (min-width: 1001px) {
  .av-home .av-hero__copy {
    width: 50% !important;
  }
}

@media (min-width: 1001px) and (max-width: 1180px) {
  .av-home .av-hero__copy {
    padding: 0 !important;
  }

  .av-home .av-hero__copy > h1 {
    font-size: clamp(48px, 5.1vw, 58px) !important;
  }

  .av-home .av-hero__copy > .av-hero__lead {
    font-size: 16px !important;
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .av-home .av-hero__copy {
    width: min(72%, 660px) !important;
    padding: 0 !important;
  }

  .av-home .av-hero__copy > h1 {
    font-size: clamp(50px, 7vw, 62px) !important;
  }
}

@media (max-width: 700px) {
  .av-home .av-hero__copy {
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .av-home .av-hero__copy > h1 {
    font-size: clamp(40px, 12.2vw, 51px) !important;
    line-height: 0.98 !important;
  }

  .av-home .av-hero__copy > .av-hero__lead {
    font-size: 16px !important;
  }

  .av-home .av-hero__copy > .av-hero__actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .av-home .av-hero__proof > div:last-child {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 2px !important;
  }
}
