/* ewot.css — page-private layout extracted from styles.css. Shared tokens, nav, hero runtime, CTA/FAQ contract stay in styles.css. */
.official-hero--ewot{
  --hero-image: url("assets/heroes/oxygen-products/ewot-cabinet-hero-home-generated-v4.webp");
  background-position: center 48%;
}
.product-experience > .official-hero + .ewot-facts{
  padding-top: var(--product-after-hero-space);
}
.product-experience .official-hero--ewot{
  --hero-image: url("assets/heroes/oxygen-products/ewot-cabinet-hero-home-generated-v4.webp");
  --hero-position: center 48%;
}
.product-experience--ewot .official-hero--ewot .official-hero__media{
  background-image:
    linear-gradient(180deg, rgba(17, 14, 11, 0.22), rgba(17, 14, 11, 0.14) 45%, rgba(17, 14, 11, 0.34)),
    var(--hero-image);
  background-position: center, var(--hero-position);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.product-experience--ewot .official-hero--ewot .official-hero__inner{
  width: min(920px, calc(100% - 3rem));
  text-align: center;
}
.product-experience--ewot .official-hero--ewot h1{
  max-width: min(18ch, 100%);
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.85rem, 5.1vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  white-space: normal;
  text-wrap: balance;
}
.product-experience--ewot .official-hero--ewot p{
  max-width: 62ch;
  margin-right: auto;
  margin-left: auto;
}
/* EWOT: exercise-led product story */
.ewot-paths,
.ewot-system,
.ewot-support{
  width: var(--content-rail-width);
  margin-right: auto;
  margin-left: auto;
}
.ewot-paths h2,
.ewot-system h2,
.ewot-support h2{
  margin: 0.65rem 0 1.2rem;
  font-size: clamp(2.55rem, 4.15vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.ewot-system > header p{
  color: rgba(24, 21, 18, 0.7);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.78;
}
/* EWOT overview: a short text-only bridge from the product hero into the session data. */
.ewot-facts{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: var(--content-rail-width);
  margin: 0 auto;
  padding: clamp(2rem, 3.6vw, 2.85rem) 0;
}
.ewot-facts p{
  display: grid;
  gap: 0.7rem;
  align-content: start;
  min-width: 0;
  margin: 0;
  padding: 0 clamp(1rem, 2.5vw, 2rem);
  text-align: center;
}
.ewot-facts p:first-child{
  padding-left: 0;
}
.ewot-facts p:last-child{
  padding-right: 0;
}
.ewot-facts strong{
  display: block;
  color: var(--copper);
  font-family: var(--font-glacial);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}
.ewot-facts span{
  color: rgba(24, 21, 18, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ewot-facts small{
  display: none;
}
.ewot-contained{
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
  width: var(--content-rail-width);
  margin: 0 auto;
  padding: clamp(2.75rem, 5.5vw, 4.75rem) 0;
}
.ewot-contained__media{
  width: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  justify-self: stretch;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 3 / 2;
  background: var(--media-frame-surface);
}
.ewot-contained__media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.ewot-contained__copy{
  max-width: none;
  margin: 0;
  padding-top: 0;
  align-self: center;
}
.ewot-contained__copy > .product-mid-enquire{
  margin: 0.9rem 0 0;
}
.ewot-system > header > .product-mid-enquire,
.ewot-paths__band-copy > .product-mid-enquire{
  margin: 0;
}
.ewot-contained__copy h2{
  margin: 0.45rem 0 0.75rem;
  max-width: 18ch;
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
  white-space: normal;
}
.ewot-contained__copy > p{
  margin: 0 0 1.35rem;
  max-width: 42ch;
  color: rgba(24, 21, 18, 0.7);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.58;
  text-align: justify;
  text-justify: inter-word;
}
.ewot-contained__specs{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}
.ewot-contained__specs > div{
  display: grid;
  gap: 0.4rem;
  align-content: start;
  padding: 0.9rem 1.15rem 0.9rem 0;
}
.ewot-contained__specs > div:nth-child(2n){
  padding-right: 0;
  padding-left: 1.15rem;
  border-right: 0;
}
.ewot-contained__specs > div:first-child{
  border-left: 0;
  padding-left: 0;
}
.ewot-contained__specs > div:nth-child(2){
  padding-right: 0;
}
.ewot-contained__specs > div:last-child{
  padding-right: 0;
}
.ewot-contained__specs dt{
  margin: 0;
  color: rgba(24, 21, 18, 0.5);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ewot-contained__specs dd{
  margin: 0;
  color: var(--ink, #181512);
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.35;
}
.ewot-paths,
.ewot-system,
.ewot-support{
  padding: clamp(2.75rem, 5.5vw, 4.75rem) 0;
  border-top: 1px solid var(--line);
}
.ewot-paths > header,
.ewot-support > header{
  max-width: none;
  margin-bottom: clamp(1.75rem, 3.5vw, 3rem);
}
.ewot-paths h2{
  margin-bottom: 0;
  max-width: 14ch;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  text-wrap: balance;
  white-space: normal;
}
.ewot-support h2{
  margin-bottom: 0;
  max-width: none;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  text-wrap: unset;
  white-space: nowrap;
}
.ewot-support > header{
  display: grid;
  gap: 0.75rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}
.ewot-support > header h2{
  margin: 0;
}
.ewot-support__lede{
  max-width: 48ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 1.02rem;
  text-align: justify;
  text-justify: inter-word;
}
.ewot-support__grid article{
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0.75rem;
  align-content: start;
  justify-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  text-align: center;
}
.ewot-support__icon{
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 0.25rem;
  border: 0;
  border-radius: 0;
  color: #b87f45;
}
.ewot-support__icon svg{
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.ewot-support__icon--mask{
  background-color: #b87f45;
  -webkit-mask-image: var(--ewot-support-icon);
  mask-image: var(--ewot-support-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.ewot-support__icon--plan{
  --ewot-support-icon: url("assets/ui/ewot-support-plan.png?v=2026-08-06ag");
}
.ewot-support__icon--install{
  --ewot-support-icon: url("assets/ui/ewot-support-install.png?v=2026-08-06ag");
}
.ewot-support__icon--maintain{
  --ewot-support-icon: url("assets/ui/ewot-support-maintain.png?v=2026-08-06ag");
}
.ewot-support__grid h3{
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}
.ewot-support__grid p{
  max-width: 30ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 0.98rem;
}
.ewot-paths__bands{
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
}
.ewot-paths__band{
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.85rem);
  min-width: 0;
}
.ewot-paths__band-copy{
  display: grid;
  gap: 0.65rem;
  max-width: 62ch;
}
.ewot-paths__band-copy h3{
  max-width: none;
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
  text-wrap: unset;
  white-space: normal;
}
.ewot-paths__band-copy p{
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}
.ewot-paths__gallery{
  position: relative;
  min-width: 0;
}
.ewot-paths__nav{
  display: none;
}
.ewot-paths__scroller{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  min-width: 0;
}
.ewot-paths__shot{
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  margin: 0;
}
.ewot-paths__shot-media{
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--media-frame-surface);
}
.ewot-paths__shot-media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.ewot-paths__shot:hover .ewot-paths__shot-media img{
  transform: scale(1.02);
}
.ewot-paths__shot figcaption{
  margin: 0;
  color: var(--ink);
  font-family: var(--font-glacial);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.ewot-system > header{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-items: start;
  margin-bottom: clamp(1.75rem, 3.5vw, 3rem);
}
.ewot-system > header .label{
  grid-column: 1;
  margin-bottom: 0;
}
.ewot-system > header h2,
.ewot-system > header p{
  margin-bottom: 0;
}
.ewot-system > header h2{
  max-width: none;
  text-wrap: unset;
  white-space: nowrap;
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
}
.ewot-system > header p{
  max-width: 62ch;
  text-align: justify;
  text-justify: inter-word;
}
.ewot-system__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.2vw, 1.75rem);
}
.ewot-system__grid--four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
  background: transparent;
}
@media (max-width: 1180px) and (min-width: 701px) {.ewot-system__grid--four{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
.ewot-system-card{
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ewot-system-card__media{
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 0;
  background: var(--media-frame-surface);
}
.ewot-system-card__media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ewot-system-card__media--cabinet img,
.ewot-system-card__media--hose img,
.ewot-system-card__media--mask img,
.ewot-system-card__media--reservoir img{
  max-width: none;
  object-fit: cover;
}
.ewot-system-card__media--reservoir img{
  object-position: center 35%;
}
.ewot-system-card__media--cabinet img{
  object-position: center 55%;
}
.ewot-system-card__media--hose img{
  object-position: center;
}
.ewot-system-card__media--mask img{
  object-position: center;
}
.ewot-system-card figcaption{
  padding: 1.05rem 0.05rem 0;
  background: transparent;
}
.ewot-system-card figcaption > span{
  display: block;
  margin-bottom: 0.35rem;
  color: var(--copper);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ewot-system-card strong{
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ink);
  font-family: var(--font-glacial);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 400;
}
.ewot-system-card p{
  max-width: 36ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 0.95rem;
}
.ewot-support__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 3.5vw, 3rem);
  border: 0;
}
.ewot-support__grid--three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-experience--ewot.product-experience--standard-ending .product-faq__intro h2{
  max-width: none;
  font-size: clamp(2rem, 2.8vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: unset;
  white-space: nowrap;
}
@media (max-width: 960px) {.ewot-contained,
.ewot-system > header,
.ewot-system__grid--four{
    grid-template-columns: 1fr;
  }
.ewot-system > header .label{
    margin-bottom: 0;
  }}
.product-experience--standard-ending.product-experience--ewot .official-hero--ewot .official-hero__media{
  background-image:
    linear-gradient(180deg, rgb(0 0 0 / 22%), rgb(0 0 0 / 14%) 45%, rgb(0 0 0 / 34%)),
    var(--hero-image);
}
.product-experience--ewot.product-experience--standard-ending .ewot-system-card__media,
.product-experience--ewot.product-experience--standard-ending .ewot-paths__shot-media{
  background: var(--media-frame-surface);
}
.product-experience--ewot.product-experience--standard-ending .ewot-system-card{
  background: transparent;
  border: 0;
}
.official-hero--ewot[data-official-hero] .official-hero__media::after{
  background:
    linear-gradient(180deg, rgb(0 0 0 / 22%), rgb(0 0 0 / 14%) 45%, rgb(0 0 0 / 34%));
}
.official-hero--ewot{
  --hero-image-position: center 50%;
}
/* ewot.css: one consolidated <=700px sheet (last-wins cascade flattened). */
@media (max-width: 700px) {.ewot-facts,
.ewot-contained,
.ewot-paths,
.ewot-system,
.ewot-support{
    width: min(100% - 2rem, var(--content-rail-max));
  }
.ewot-facts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.5rem;
    padding: clamp(1.75rem, 5vw, 2.4rem) 0;
  }
.ewot-facts p,
.ewot-facts p:first-child,
.ewot-facts p:last-child{
    padding: 0.5rem 0.75rem;
    border-left: 0;
    text-align: left;
  }
.ewot-facts small{
    display: none;
  }
.ewot-contained{
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: clamp(2.5rem, 8vw, 4rem) 0;
  }
.ewot-contained__media{
    width: 100%;
    max-height: min(22rem, 42vh);
    margin-inline: 0;
    aspect-ratio: 3 / 2;
  }
.ewot-contained__copy > p{
    max-width: none;
  }
.ewot-contained__specs{
    grid-template-columns: 1fr 1fr;
  }
.ewot-contained__specs > div,
.ewot-contained__specs > div:first-child,
.ewot-contained__specs > div:nth-child(2),
.ewot-contained__specs > div:nth-child(2n),
.ewot-contained__specs > div:last-child{
    padding: 0.85rem 0.9rem 0.85rem 0;
    border: 0;
  }
.ewot-contained__specs > div:nth-child(2n){
    padding-right: 0;
    padding-left: 0.9rem;
    border-right: 0;
  }
.ewot-contained__specs > div:first-child{
    padding-left: 0;
  }
.ewot-contained__copy h2,
.ewot-paths h2,
.ewot-system h2,
.ewot-system > header h2,
.ewot-support h2,
.ewot-paths__band-copy h3,
.product-experience--ewot.product-experience--standard-ending .product-faq__intro h2{
    font-size: clamp(2.05rem, 8.5vw, 2.65rem);
    white-space: normal;
    text-wrap: balance;
  }
.ewot-system__grid--four{
    grid-template-columns: 1fr;
  }
.ewot-system__grid,
.ewot-support__grid{
    grid-template-columns: 1fr;
  }
.ewot-paths{
    padding-block: 2.35rem 2.65rem;
  }
.ewot-paths > header{
    margin-bottom: 1.15rem;
  }
.ewot-paths h2{
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
    line-height: 1.08;
  }
.ewot-paths__bands{
    gap: 1.85rem;
  }
.ewot-paths__band{
    gap: 0.85rem;
  }
.ewot-paths__band-copy{
    gap: 0.4rem;
    max-width: none;
  }
.ewot-paths__band-copy h3{
    font-size: clamp(1.2rem, 5vw, 1.4rem);
    line-height: 1.2;
    white-space: normal;
    text-wrap: balance;
  }
.ewot-paths__band-copy p{
    font-size: 0.92rem;
    line-height: 1.5;
  }
.ewot-paths__gallery{
    margin-inline: -0.15rem;
    container-type: inline-size;
  }
.ewot-paths__gallery.is-ewot-paths-enhanced{
    --ewot-paths-x: 0px;
  }
.ewot-paths__nav{
    display: grid;
    z-index: 3;
    top: calc(0.7rem + clamp(10.5rem, 48vw, 13rem) / 2);
    width: 2.35rem;
    min-height: 2.35rem;
    border-color: color-mix(in srgb, var(--copper) 48%, transparent);
    background: var(--card-surface);
    box-shadow: 0 0.35rem 0.85rem rgb(81 54 31 / 12%);
  }
.ewot-paths__nav.product-slider__button--prev{
    left: 0.15rem;
  }
.ewot-paths__nav.product-slider__button--next{
    right: 0.15rem;
  }
.ewot-paths__scroller{
    display: block;
    overflow: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: none;
    padding-inline: 0;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    touch-action: pan-y;
  }
.ewot-paths__scroller::-webkit-scrollbar{
    display: none;
  }
.ewot-paths__track{
    display: flex;
    gap: 0.7rem;
    width: max-content;
    transform: translate3d(var(--ewot-paths-x, 0px), 0, 0);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
.ewot-paths__track.is-jump-reset{
    transition: none;
  }
.ewot-paths__shot{
    /* Wider bilateral peeks so neighbors (and plants) read clearly. */
    flex: 0 0 calc(100cqi - 4.75rem);
    max-width: calc(100cqi - 4.75rem);
    gap: 0.55rem;
    justify-items: center;
    padding: 0.7rem 0.7rem 0.85rem;
    border: 1px solid var(--card-line);
    border-radius: 0.85rem;
    background: var(--card-surface);
    text-align: center;
    scroll-snap-align: unset;
  }
.ewot-paths__shot-media{
    width: 100%;
    aspect-ratio: 4 / 3;
    height: clamp(10.5rem, 48vw, 13rem);
    max-height: none;
    border-radius: 0.55rem;
  }
.ewot-paths__shot-media img{
    transition: none;
  }
.ewot-paths__shot:hover .ewot-paths__shot-media img{
    transform: none;
  }
.ewot-paths__shot figcaption{
    margin-top: 0.1rem;
    font-size: clamp(1.2rem, 5.2vw, 1.4rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
  }
.ewot-support__grid{
    gap: 2rem;
  }
.ewot-support__grid article,
.ewot-support__grid article:first-child,
.ewot-support__grid article:last-child{
    padding: 0;
    border: 0;
  }
.product-experience--ewot .official-hero--product h1,
.product-experience--ewot .official-hero--ewot h1{
    max-width: min(20ch, 100%);
    margin-top: 0.65rem;
    font-size: clamp(2.45rem, 10.5vw, 3.45rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
    white-space: normal;
  }
.official-hero--ewot{
    --hero-image-position: 53% 48%;
    --hero-position: 53% 48%;
  }}
