/* poc.css — page-private layout extracted from styles.css. Shared tokens, nav, hero runtime, CTA/FAQ contract stay in styles.css. */
/* POC follows the shared product-hero contract; this class only supplies its artwork. */
.official-hero--poc-template{
  --hero-image: url("assets/heroes/oxygen-products/poc-hero-lifestyle-home-generated-v83.webp");
  /* Desktop: restored v83 room plate. Mobile swaps to the white-lifestyle source. */
  --hero-position: center 52%;
  --hero-image-position: center 52%;
  --hero-image-scale: 1;
  background-position: center 52%;
}
.product-experience--poc .official-hero--poc-template h1,
.product-experience--poc .official-hero--product h1{
  max-width: min(16ch, 100%);
  font-size: clamp(2.85rem, 5.1vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  white-space: normal;
  text-wrap: balance;
}
/*
 * POC pins media to the product-Hero stage (header offset + 84vh clamp), not
 * viewport-tall background-attachment:fixed. That keeps the photo still on
 * scroll while object-position can still park the unit near the facts fold.
 */
@media (min-width: 701px) {@supports (clip-path: inset(0)) {.product-experience .official-hero--poc-template[data-official-hero]{
      overflow: clip;
      -webkit-clip-path: inset(0);
      clip-path: inset(0);
    }
.product-experience .official-hero--poc-template[data-official-hero] > .official-hero__media{
      position: fixed;
      inset: auto !important;
      top: var(--site-header-offset) !important;
      right: 0 !important;
      bottom: auto !important;
      left: 0 !important;
      z-index: 0;
      width: 100%;
      height: clamp(600px, 84vh, 900px);
      max-height: 940px;
      transform: none !important;
      background-image: none !important;
    }
.product-experience .official-hero--poc-template[data-official-hero] .official-hero__inner{
      position: relative;
      z-index: 1;
    }}
.product-experience .official-hero--poc-template[data-official-hero] .official-hero__picture.is-fixed-stage-ready{
    background-color: #2a221c;
    background-image: none !important;
    background-attachment: scroll !important;
  }
.product-experience .official-hero--poc-template[data-official-hero] .official-hero__picture.is-fixed-stage-ready .official-hero__image{
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover;
    object-position: center 52%;
    transform: scale(var(--hero-image-scale, 1));
    transform-origin: center 52%;
  }
.product-experience .official-hero--poc-template[data-official-hero] .official-hero__picture.is-fixed-stage-ready:has(.official-hero__image--full.is-loaded) .official-hero__image--preview{
    opacity: 0 !important;
    visibility: hidden !important;
  }}
/* ===== POC v64 recovery layer ===== */
.product-experience--poc{
  /* Match design.md shared product rail (1840px max + side inset), not a private narrow column. */
  --poc-rail: var(--content-rail-width);
  --poc-paper: var(--page-canvas);
  --poc-panel: var(--media-frame-surface);
  --poc-line: var(--surface-line);
  --poc-ink: var(--ink);
  --poc-muted: var(--ink-soft);
  background: var(--poc-paper);
}
.product-experience--poc .poc-facts,
.product-experience--poc .poc-feature,
.product-experience--poc .poc-included{
  width: var(--poc-rail);
  margin-inline: auto;
}
.product-experience--poc .poc-facts{
  min-height: 0;
  margin-bottom: clamp(0.35rem, 1vw, 0.75rem);
  padding: clamp(2.05rem, 3.5vw, 2.85rem) 0 clamp(2.15rem, 3.6vw, 2.95rem);
  border-bottom: 0;
  background: transparent;
}
/* Framed POC cards already define section edges — kill the shared 1px hairline. */
.product-experience--poc.product-experience--standard-ending > section:not(.official-hero):not(.product-closing-cta)::before{
  content: none;
  display: none;
}
.product-experience--poc .poc-facts article{
  gap: 0.5rem;
  padding-inline: 0.75rem;
}
.product-experience--poc .poc-facts__icon{
  width: 2.25rem;
  height: 2.25rem;
}
.product-experience--poc .poc-facts__icon svg{
  width: 1.7rem;
  height: 1.7rem;
}
.product-experience--poc .poc-facts strong{
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 600;
}
.product-experience--poc .poc-facts span:not(.poc-facts__icon){
  font-size: 0.74rem;
  letter-spacing: 0.045em;
  text-transform: none;
}
.product-experience--poc .poc-feature,
.product-experience--poc .poc-included{
  padding: clamp(2.35rem, 4.2vw, 3.8rem) 0;
  border-bottom: 0;
}
.product-experience--poc .poc-feature,
.product-experience--poc .poc-feature--controls{
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-height: 0;
}
.product-experience--poc .poc-feature__copy .label,
.product-experience--poc .poc-included .label{
  color: #d65211;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.product-experience--poc .poc-feature__copy h2,
.product-experience--poc .poc-included h2{
  margin: 0.45rem 0 0.85rem;
  max-width: 14ch;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-wrap: balance;
}
.product-experience--poc .poc-feature__copy p,
.product-experience--poc .poc-included__lede{
  max-width: 39ch;
  color: var(--poc-muted);
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
}
.product-experience--poc .poc-feature__media{
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  background: var(--media-frame-surface);
}
.product-experience--poc .poc-feature__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-experience--poc #carry .poc-feature__media img{
  object-position: 46% 48%;
}
.product-experience--poc .poc-feature__media--controls{
  max-width: none;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  justify-self: stretch;
  background: var(--media-frame-surface);
}
.product-experience--poc .poc-feature__media--controls img{
  object-fit: cover;
  object-position: 40% 45%;
}
.product-experience--poc #battery .poc-feature__media{
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: var(--media-frame-surface);
}
.product-experience--poc #battery .poc-feature__media img{
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 45%;
}
.product-experience--poc .poc-included > .poc-included__intro,
.product-experience--poc .poc-included > header{
  justify-items: start;
  margin: 0 0 1.4rem;
  text-align: left;
}
.product-experience--poc .poc-included > .poc-included__intro h2,
.product-experience--poc .poc-included > header h2{
  max-width: none;
}
.product-experience--poc .poc-included__lede{
  max-width: 52ch;
  text-align: justify;
  text-justify: inter-word;
}
.product-experience--poc .poc-included__media{
  margin: 0;
  background: transparent;
}
.product-experience--poc .poc-included__media img{
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}
.product-experience--poc .poc-included__note{
  margin-top: 0.35rem;
}
/* Sticky flatlay needs a non-clipping product root; hero clipping stays on the hero itself. */
.product-experience.product-experience--poc{
  overflow: visible;
}
.product-experience--poc .official-hero{
  overflow: clip;
}
.poc-page .floating-cta{
  display: none !important;
}
@media (max-width: 980px) {.product-experience--poc .poc-feature,
.product-experience--poc .poc-feature--controls{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
.product-experience--poc .poc-feature--controls .poc-feature__media{
    order: 0;
  }}
/* Second-pass poc.css leftovers — page-private layout extracted from styles.css. Shared tokens, nav, hero runtime, CTA/FAQ contract stay in styles.css. */
/* ===== POC product page (v58 light concept) ===== */
.product-experience--poc > .official-hero + .poc-facts{
  margin-top: clamp(0.35rem, 1vw, 0.75rem);
}
.poc-facts{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  width: var(--content-rail-width);
  margin: 0 auto;
  padding: clamp(1.85rem, 3.2vw, 2.6rem) 0;
}
.poc-facts article{
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  min-width: 0;
  margin: 0;
  padding: 0 clamp(0.55rem, 1.2vw, 1rem);
  text-align: center;
}
.poc-facts article:first-child{
  padding-left: 0;
}
.poc-facts article:last-child{
  padding-right: 0;
}
.poc-facts__icon{
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--copper);
}
.poc-facts__icon svg{
  width: 1.55rem;
  height: 1.55rem;
}
.poc-facts strong{
  display: block;
  color: var(--ink);
  font-family: var(--font-glacial);
  font-size: clamp(0.95rem, 1.15vw, 1.12rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.poc-facts span:not(.poc-facts__icon){
  color: rgba(24, 21, 18, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.poc-feature,
.poc-included{
  width: var(--content-rail-width);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.poc-feature{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.poc-feature__copy .label,
.poc-included .label{
  color: var(--copper);
}
.poc-feature__copy h2,
.poc-included h2{
  margin: 0.45rem 0 0.9rem;
  max-width: 16ch;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}
.poc-feature__copy p,
.poc-included > header p,
.poc-included__lede{
  margin: 0;
  max-width: 48ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.6;
}
.poc-feature__media{
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: var(--media-frame-surface);
  aspect-ratio: 16 / 10;
}
.poc-feature__media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.poc-included > header,
.poc-included__intro{
  display: grid;
  justify-items: start;
  gap: 0.4rem;
  margin: 0 0 1.75rem;
  text-align: left;
}
.poc-included > header h2,
.poc-included__intro h2{
  max-width: none;
}
.poc-included{
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.7fr);
  column-gap: clamp(1.75rem, 3.2vw, 3rem);
  align-items: start;
}
.poc-included__intro{
  grid-column: 1 / -1;
}
.poc-included__pin{
  min-width: 0;
  align-self: start;
}
.poc-included__media{
  position: relative;
  margin: 0;
  overflow: visible;
  border-radius: clamp(0.9rem, 1.4vw, 1.35rem);
  background: var(--media-frame-surface);
}
.poc-included__media img{
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 901px) {.poc-included__pin{
    position: sticky;
    top: clamp(5.5rem, 12vh, 7rem);
  }}
.poc-included__marker{
  position: absolute;
  top: var(--marker-y);
  left: var(--marker-x);
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(152 90 32 / 42%);
  border-radius: 50%;
  background: rgb(255 249 240 / 94%);
  box-shadow: 0 4px 14px rgb(24 21 18 / 12%);
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: auto;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.poc-included__marker.is-active{
  transform: translate(-50%, -50%) scale(1.14);
  border-color: var(--copper);
  background: var(--copper);
  color: #fff;
  box-shadow: 0 8px 20px rgb(152 90 32 / 28%);
}
.poc-included__legend{
  display: grid;
  gap: 1rem;
  min-width: 0;
  align-content: start;
}
.poc-included__legend ol{
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.poc-included__legend li{
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin: 0;
  padding: 0.85rem 0;
  cursor: pointer;
  transition: opacity 180ms ease;
}
.poc-included.is-hovering .poc-included__legend li:not(.is-active){
  opacity: 0.42;
}
.poc-included__legend li.is-active .poc-included__num{
  border-color: var(--copper);
  background: var(--copper);
  color: #fff;
}
.poc-included__num{
  display: grid;
  width: 2.1rem;
  min-height: 2.1rem;
  place-items: center;
  border: 1px solid rgb(152 90 32 / 30%);
  border-radius: 999px;
  color: var(--copper);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}
.poc-included__legend li > div{
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}
.poc-included__cat{
  margin: 0;
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.poc-included__legend strong{
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
}
.poc-included__legend small{
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}
.poc-included__note{
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}
.poc-included__toggle{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.poc-included__more-label{
  display: none;
}
.poc-included__more-close{
  display: none;
}
@media (max-width: 1080px) {.poc-facts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.35rem;
  }
.poc-facts article:nth-child(4){
    border-left: 0;
    padding-left: 0;
  }}
@media (max-width: 900px) {.poc-feature{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
.poc-feature__copy h2,
.poc-included h2{
    max-width: 18ch;
  }
.poc-included{
    grid-template-columns: 1fr;
    row-gap: 1.35rem;
  }
.poc-included__pin{
    position: static;
  }
.poc-included__media img{
    max-height: none;
    object-fit: unset;
  }}
/* POC feature trio: 01|02|03 left-centre-right; each card is copy-over-media. */
.product-experience--poc .poc-feature-trio{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
  width: var(--poc-rail);
  max-width: none;
  margin: clamp(1.35rem, 2.6vw, 2.1rem) auto clamp(1.15rem, 2vw, 1.75rem);
  align-items: stretch;
}
.product-experience--poc .poc-feature-trio .poc-feature,
.product-experience--poc .poc-feature-trio .poc-feature--controls{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: clamp(0.75rem, 1.2vw, 1.1rem);
  background: var(--card-surface);
}
.product-experience--poc .poc-feature-trio .poc-feature__copy{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
  padding: clamp(1.55rem, 2.4vw, 2.05rem) clamp(1.05rem, 1.7vw, 1.4rem) clamp(1.45rem, 2.2vw, 1.9rem);
  background: var(--card-surface);
}
.product-experience--poc .poc-feature-trio .poc-feature__copy-stack{
  display: grid;
  gap: 0.55rem;
  width: 100%;
  max-width: 100%;
  justify-items: center;
  text-align: center;
}
.product-experience--poc .poc-feature-trio .poc-feature__copy-stack > .product-mid-enquire{
  margin: 0;
}
.product-experience--poc .poc-feature-trio .poc-feature__copy .label{
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}
.product-experience--poc .poc-feature-trio .poc-feature__copy h2{
  max-width: 18ch;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(1.18rem, 1.4vw, 1.48rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
  white-space: normal;
}
.product-experience--poc .poc-feature-trio .poc-feature__copy p{
  max-width: 34ch;
  margin: 0;
  font-size: clamp(0.95rem, 1.08vw, 1.05rem);
  line-height: 1.55;
  text-align: center;
}
.product-experience--poc .poc-feature-trio .poc-feature__media,
.product-experience--poc .poc-feature-trio .poc-feature__media--controls,
.product-experience--poc .poc-feature-trio #carry .poc-feature__media,
.product-experience--poc .poc-feature-trio #battery .poc-feature__media{
  position: relative;
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin-top: auto;
  border-radius: 0;
  overflow: hidden;
  background: var(--media-frame-surface);
}
.product-experience--poc .poc-feature-trio .poc-feature__media img,
.product-experience--poc .poc-feature-trio .poc-feature__media--controls img,
.product-experience--poc .poc-feature-trio #battery .poc-feature__media img{
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.product-experience--poc .poc-feature-trio .poc-feature:hover .poc-feature__media img{
  transform: scale(1.018);
}
.product-experience--poc .poc-feature-trio #carry .poc-feature__media img{
  object-position: 46% 48%;
}
.product-experience--poc .poc-feature-trio #controls .poc-feature__media img{
  object-position: 40% 45%;
}
.product-experience--poc .poc-feature-trio #battery .poc-feature__media img{
  object-position: 50% 45%;
}
@media (max-width: 980px) {.product-experience--poc .poc-feature-trio{
    grid-template-columns: 1fr;
    width: min(100% - 2rem, var(--poc-rail));
    gap: 0.85rem;
  }
.product-experience--poc .poc-feature-trio .poc-feature__media,
.product-experience--poc .poc-feature-trio .poc-feature__media--controls,
.product-experience--poc .poc-feature-trio #battery .poc-feature__media{
    aspect-ratio: 16 / 10;
  }}
@media (prefers-reduced-motion: reduce) {.product-experience--poc .poc-feature__media img{
    transition: none;
    transform: none;
  }}
/* POC keeps the shared Hero typography and layout while protecting the bright
   product at left and adding contrast behind the centered HTML copy. */
.official-hero--poc-template[data-official-hero] .official-hero__media::after{
  background:
    linear-gradient(
      180deg,
      rgb(14 11 9 / 28%) 0%,
      rgb(14 11 9 / 18%) 42%,
      rgb(14 11 9 / 10%) 72%,
      rgb(14 11 9 / 16%) 100%
    );
}
/* v13: lighter CTA room and a centred, full-unit POC. Desktop scale only. */
.product-experience--poc .product-closing-cta--framed .product-closing-cta__media img{
  object-position: center 50%;
}
@media (min-width: 961px) {.product-experience--poc .product-closing-cta--framed .product-closing-cta__media img{
    transform: scale(1.55);
    transform-origin: 50% 56%;
  }}
/* poc.css: one consolidated <=700px sheet (last-wins cascade flattened). */
@media (max-width: 700px) {.product-experience--poc{
    --poc-rail: var(--content-rail-width);
  }
.product-experience--poc > .official-hero + .poc-facts{
    margin-top: 0.95rem;
  }
/* Match the framed CTA / feature-card language: shared surface, radius, and rail inset. */
.product-experience--poc .poc-facts{
    width: min(100% - 2rem, var(--poc-rail));
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.35rem 0.45rem 0.45rem;
    border: 1px solid var(--card-line);
    border-radius: var(--cta-frame-radius, clamp(1.05rem, 4vw, 1.45rem));
    background: var(--card-surface);
  }
.product-experience--poc .poc-facts article{
    gap: 0.08rem 0.6rem;
    padding: 0.85rem 0.7rem;
  }
.product-experience--poc .poc-facts__icon{
    width: 1.95rem;
    height: 1.95rem;
  }
.product-experience--poc .poc-facts__icon svg{
    width: 1.2rem;
    height: 1.2rem;
  }
.product-experience--poc .poc-facts strong{
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }
.product-experience--poc .poc-facts span:not(.poc-facts__icon){
    color: var(--ink-soft);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
  }
.poc-facts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-bottom: 0;
  }
.poc-facts article{
    display: grid;
    grid-template-columns: 1.95rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.6rem;
    row-gap: 0.1rem;
    align-items: center;
    justify-items: start;
    text-align: left;
    border: 0;
    padding: 0.85rem 0.7rem;
  }
.poc-facts article:nth-child(5),
.poc-facts article:nth-child(6){
    border: 0;
  }
.poc-facts article:nth-child(odd){
    padding-left: 0.55rem;
    padding-right: 0.75rem;
    border: 0;
  }
.poc-facts article:nth-child(even){
    padding-right: 0.55rem;
    padding-left: 0.75rem;
    border-left: 0;
  }
.poc-facts__icon{
    grid-row: 1 / span 2;
    align-self: center;
  }
.poc-facts strong{
    margin: 0;
  }
.product-experience--poc .poc-feature,
.product-experience--poc .poc-included{
    padding-block: 1.85rem 2.1rem;
  }
.product-experience--poc .poc-feature__media,
.product-experience--poc .poc-feature__media--controls,
.product-experience--poc #battery .poc-feature__media{
    height: auto;
    aspect-ratio: 16 / 9;
  }
.product-experience--poc .poc-included > .poc-included__intro,
.product-experience--poc .poc-included > header{
    margin-bottom: 0.85rem;
  }
.product-experience--poc .poc-included__lede{
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.45;
  }
.poc-included__marker{
    width: 1.55rem;
    font-size: 0.58rem;
  }
.poc-included__legend{
    gap: 0.55rem;
  }
.poc-included__legend li{
    grid-template-columns: 1.55rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
    padding: 0.55rem 0;
  }
.poc-included__num{
    width: 1.55rem;
    min-height: 1.55rem;
    font-size: 0.62rem;
  }
.poc-included__cat,
.poc-included__legend small{
    display: none;
  }
.poc-included__legend li > div{
    gap: 0;
  }
.poc-included__legend strong{
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.25;
  }
.poc-included__legend ol > li:nth-child(n + 5){
    display: none;
  }
.poc-included__toggle:checked ~ ol > li:nth-child(n + 5){
    display: grid;
  }
.poc-included__more-label{
    display: inline-flex;
    align-items: center;
    margin: 0.15rem 0 0;
    color: var(--copper);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
.poc-included__toggle:checked ~ .poc-included__more-label .poc-included__more-open{
    display: none;
  }
.poc-included__toggle:checked ~ .poc-included__more-label .poc-included__more-close{
    display: inline;
  }
.poc-included__note{
    margin-top: 0.15rem;
    font-size: 0.8rem;
  }
.product-experience--poc .official-hero--product h1{
    max-width: min(16ch, 100%);
  }
.product-experience--poc .official-hero--product p{
    max-width: 28ch;
    font-size: 0.95rem;
    line-height: 1.45;
  }
.product-experience--poc .poc-feature-trio{
    width: min(100% - 2rem, var(--poc-rail));
  }
.product-experience--poc .poc-feature-trio .poc-feature{
    border-radius: 0.85rem;
  }
.product-experience--poc .poc-feature-trio .poc-feature__copy{
    padding: 1.45rem 1.1rem 1.25rem;
  }
.product-experience--poc .poc-feature-trio .poc-feature__copy h2{
    font-size: clamp(1.08rem, 4.2vw, 1.35rem);
    white-space: normal;
    text-wrap: balance;
  }
/* Accepted white-lifestyle layout: centered copy, no Hero Ask. */
.official-hero--poc-template{
    --hero-image: url("assets/heroes/oxygen-products/poc-hero-white-lifestyle-ref-v1.webp");
    --hero-image-position: 50% 46%;
    --hero-position: 50% 46%;
    --hero-image-scale: 1.08;
  }
.product-experience--poc .official-hero--poc-template .official-hero__image{
    transform: scale(var(--hero-image-scale, 1));
    transform-origin: 50% 46%;
  }
.official-hero--poc-template[data-official-hero] .official-hero__media::after{
    background:
      linear-gradient(
        180deg,
        rgb(14 11 9 / 34%) 0%,
        rgb(14 11 9 / 22%) 40%,
        rgb(14 11 9 / 12%) 68%,
        rgb(14 11 9 / 18%) 100%
      );
  }
.product-experience--poc .product-closing-cta--framed .product-closing-cta__media{
    aspect-ratio: 4 / 3;
  }
.product-experience--poc .product-closing-cta--framed .product-closing-cta__media img{
    object-position: 52% 48%;
    transform: scale(2.05);
    transform-origin: 52% 48%;
  }}
