/* Umbrella product gallery refresh: clean editorial cards without blue filler bars. */
.umbrella-stage__orbit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  right: -1.5%;
  top: -12%;
  width: 240px;
  height: auto;
  min-height: 130px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  opacity: .9;
}

.umbrella-stage__orbit::before,
.umbrella-stage__orbit::after { display: none; }

.umbrella-stage__orbit svg {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  overflow: visible;
}

.climate-pair__item {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 3px 8px 0;
}

.climate-pair__item + .climate-pair__item::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 10px;
  bottom: 5px;
  width: 1px;
  background: rgba(7, 28, 46, .13);
}

.climate-pair__wind,
.climate-pair__feather,
.climate-pair__feather-core {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.climate-pair__wind {
  stroke: #0787cf;
  stroke-width: 2.15;
}

.climate-pair__dot { fill: #0787cf; }

.climate-pair__feather {
  stroke: rgba(7, 28, 46, .86);
  stroke-width: 2;
}

.climate-pair__feather-core {
  stroke: #0787cf;
  stroke-width: 1.8;
}

.climate-pair__copy {
  display: grid;
  gap: 5px;
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid rgba(7, 28, 46, .16);
  color: #071c2e;
  text-align: left;
}

.climate-pair__copy b,
.climate-pair__copy small {
  display: block;
  line-height: 1;
  white-space: nowrap;
}

.climate-pair__copy b {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.climate-pair__copy small {
  color: #0787cf;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
}

.climate-pair__wind,
.climate-pair__feather,
.climate-pair__feather-core {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.umbrella-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(7, 28, 46, .11);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 56px rgba(31, 65, 83, .13);
  transition: left .55s cubic-bezier(.2, .8, .2, 1), right .55s cubic-bezier(.2, .8, .2, 1), top .55s cubic-bezier(.2, .8, .2, 1), bottom .55s cubic-bezier(.2, .8,.2,1), width .55s cubic-bezier(.2,.8,.2,1), height .55s cubic-bezier(.2,.8,.2,1), transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, opacity .35s ease;
}

.umbrella-card.is-layout-swapping {
  transition: none !important;
  will-change: translate, scale, opacity;
}

.umbrella-card img {
  width: 100%;
  height: auto;
  object-fit: initial;
  background: #fff;
}

.umbrella-card::after {
  position: static;
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 18px;
  border-top: 1px solid rgba(7, 28, 46, .09);
  background: #fff;
  color: #071c2e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}

/* GREENSPA active: tall editorial frame. */
.umbrella-card[data-umbrella-card="0"].is-primary {
  left: 8%;
  right: auto;
  top: 0;
  bottom: auto;
  width: 60%;
  height: auto;
}

/* LIGHT UV inactive: compact landscape card. */
.umbrella-card[data-umbrella-card="1"].is-secondary {
  left: auto;
  right: 0;
  top: auto;
  bottom: 3%;
  width: 42%;
  height: auto;
  aspect-ratio: auto;
}

/* Clicking 02 performs a real layout exchange, tuned to its squarer source image. */
.umbrella-card[data-umbrella-card="1"].is-primary {
  left: auto;
  right: 0;
  top: 8%;
  bottom: auto;
  width: 57%;
  height: auto;
}

.umbrella-card[data-umbrella-card="0"].is-secondary {
  left: 4%;
  right: auto;
  top: auto;
  bottom: 3%;
  width: 37%;
  height: auto;
}

.umbrella-card.is-primary {
  z-index: 4;
  transform: translateY(-5px);
  box-shadow: 0 30px 68px rgba(31, 65, 83, .17);
  opacity: 1;
}

.umbrella-card.is-secondary {
  z-index: 2;
  transform: none;
  opacity: .94;
}

.umbrella-card.is-secondary:hover,
.umbrella-card.is-primary:hover {
  transform: translateY(-8px);
  filter: none;
  opacity: 1;
}

@media (max-width: 980px) {
  .umbrella-stage__orbit {
    gap: 8px;
    right: 0;
    top: -76px;
    width: 150px;
    min-height: 82px;
  }

  .umbrella-stage__orbit svg {
    width: 50px;
    height: 50px;
  }

  .climate-pair__item { padding-inline: 4px; }
  .climate-pair__item + .climate-pair__item::before { left: -4px; top: 6px; }
  .climate-pair__copy { gap: 3px; padding-top: 6px; }
  .climate-pair__copy b { font-size: 8px; letter-spacing: .1em; }
  .climate-pair__copy small { font-size: 7px; letter-spacing: .13em; }

  .umbrella-stage {
    /* The product cards grow with viewport width, so the stage must grow too. */
    height: max(430px, calc((100vw - 32px) * .86));
    margin-top: 96px;
    margin-bottom: 92px;
  }

  .umbrella-card {
    box-shadow: 0 18px 38px rgba(31, 65, 83, .13);
  }

  .umbrella-card::after {
    height: 42px;
    padding: 0 12px;
    font-size: 11px;
  }

  .umbrella-card[data-umbrella-card="0"].is-primary {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 61%;
    height: auto;
  }

  .umbrella-card[data-umbrella-card="1"].is-secondary {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 48%;
    height: auto;
    aspect-ratio: auto;
  }

  .umbrella-card[data-umbrella-card="1"].is-primary {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 72%;
    height: auto;
  }

  .umbrella-card[data-umbrella-card="0"].is-secondary {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 44%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .umbrella-stage {
    width: calc(100% - 24px);
    height: 395px;
    margin-bottom: 76px;
  }

  .umbrella-card[data-umbrella-card="0"].is-primary {
    width: 63%;
    height: auto;
  }

  .umbrella-card[data-umbrella-card="1"].is-secondary {
    width: 50%;
  }

  .umbrella-card[data-umbrella-card="1"].is-primary { width: 74%; }
  .umbrella-card[data-umbrella-card="0"].is-secondary { width: 46%; }
}

@media (max-width: 980px) and (hover: none) {
  .umbrella-card.is-primary,
  .umbrella-card.is-secondary,
  .umbrella-card.is-primary:hover,
  .umbrella-card.is-secondary:hover {
    transform: none;
  }
}
