/* hard-shell.css — page-private layout extracted from styles.css. Shared tokens, nav, hero runtime, CTA/FAQ contract stay in styles.css. */
.official-hero--hard-shell{
  --hero-image: url("assets/heroes/cocoon/hard-shell-client-entry.webp");
  background-position: center 52%;
}
.product-experience--hard-shell > .official-hero + .product-intro,
.product-experience--standard-ending:is(
  .product-experience--hard-shell,
  .product-experience--soft-shell
) > .official-hero + .product-intro{
  padding-top: var(--product-after-hero-space);
}
.product-experience .official-hero--hard-shell{
  --hero-image: url("assets/heroes/cocoon/hard-shell-client-entry.webp");
  --hero-position: center 50%;
}
.product-experience--hard-shell .official-hero--product h1{
  max-width: none;
  font-size: clamp(3.4rem, 5.6vw, 5.25rem);
  white-space: nowrap;
}
/* Hard Shell phase one: one generous vertical rhythm before the shared FAQ/CTA phase. */
.product-experience--hard-shell{
  --hard-shell-section-space: clamp(6rem, 10vw, 9rem);
}
.product-experience--hard-shell .product-intro,
.product-experience--hard-shell .model-story,
.product-experience--hard-shell .cocoon-system{
  padding-top: var(--hard-shell-section-space);
  padding-bottom: var(--hard-shell-section-space);
}
.product-experience--hard-shell .product-intro{
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}
.product-experience--hard-shell .product-intro h2{
  max-width: none;
  font-size: clamp(2.7rem, 4.35vw, 4rem);
  letter-spacing: -0.025em;
}
.product-experience--hard-shell .product-intro__title-line{
  display: block;
  white-space: nowrap;
}
.product-experience--hard-shell .product-intro__body{
  max-width: 58ch;
}
.product-experience--hard-shell .product-faq__intro h2{
  max-width: none;
  font-size: clamp(2.6rem, 4vw, 3.5rem);
  letter-spacing: -0.025em;
}
.product-experience--hard-shell .product-faq__title-line{
  display: block;
  white-space: nowrap;
}
.product-experience--hard-shell .product-faq__intro > p{
  max-width: 34ch;
  margin: 1.4rem 0 0;
  color: rgba(24, 21, 18, 0.62);
  line-height: 1.65;
}
@media (min-width: 961px) {.product-end-transition--hard-shell.is-motion-ready .product-end-transition__line{
    opacity: 0;
    transform: scaleX(0.08);
    transform-origin: left center;
    transition:
      opacity 360ms ease,
      transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  }
.product-end-transition--hard-shell.is-motion-ready.is-visible .product-end-transition__line{
    opacity: 1;
    transform: scaleX(1);
  }}
/* Hard Shell phase two: a repeatable FAQ-to-CTA ending with the approved palette. */
.product-experience--hard-shell{
  --hard-shell-closure-width: var(--content-rail-width);
  --hard-shell-closure-space: var(--hard-shell-section-space);
  --hard-shell-faq-exit-space: clamp(5rem, 6vw, 7rem);
  --hard-shell-cta-entry-space: clamp(2.4rem, 3vw, 3.2rem);
  --hard-shell-closure-line: rgb(0 0 0 / 14%);
}
.product-experience--hard-shell .product-faq{
  padding: var(--hard-shell-closure-space) 0 var(--hard-shell-faq-exit-space);
  border-color: var(--hard-shell-closure-line);
}
@media (min-width: 961px) {.product-experience--hard-shell .product-faq{
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(3rem, 8vw, 8rem);
  }}
@media (max-width: 960px) {.product-experience--hard-shell .product-faq{
    gap: 0.85rem;
  }}
.product-experience--hard-shell .product-faq .product-specs__list,
.product-experience--hard-shell .product-faq .product-specs__list details{
  border-color: var(--hard-shell-closure-line);
}
.product-experience--hard-shell .product-faq .product-specs__list summary{
  position: relative;
  display: flex;
  min-height: 5.75rem;
  align-items: center;
  padding: 1.2rem 3.25rem 1.2rem 0;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.16;
}
.product-experience--hard-shell .product-faq .product-specs__list summary::after{
  position: absolute;
  top: 50%;
  right: 0;
  float: none;
  color: #B87F45;
  font-family: var(--font-glacial);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}
.product-experience--hard-shell .product-faq .product-specs__list summary:focus-visible{
  outline: 2px solid #1F9A94;
  outline-offset: -0.35rem;
}
.product-experience--hard-shell .product-faq .product-specs__list [data-disclosure-content]{
  --disclosure-content-inline-end: 3rem;
  color: rgb(0 0 0 / 72%);
}
.product-experience--hard-shell .product-end-transition{
  width: var(--hard-shell-closure-width);
  margin-bottom: var(--hard-shell-cta-entry-space);
}
.product-experience--hard-shell .product-end-transition__line{
  background: var(--hard-shell-closure-line);
}
@media (min-width: 961px) {.product-experience--hard-shell .product-end-transition--hard-shell.is-motion-ready:not(.is-visible) .product-end-transition__line{
    transform: scaleX(0.16);
    transition-duration: 560ms;
  }}
@media (max-width: 960px) {.product-experience--hard-shell .product-intro{
    grid-template-columns: 1fr;
  }}
.product-experience--standard-ending:is(.product-experience--hard-shell, .product-experience--soft-shell) .product-intro,
.product-experience--standard-ending:is(.product-experience--hard-shell, .product-experience--soft-shell) .model-story,
.product-experience--standard-ending:is(.product-experience--hard-shell, .product-experience--soft-shell) .cocoon-system{
  padding-top: var(--product-section-space);
  padding-bottom: var(--product-section-space);
}
@media (max-width: 700px) {.product-experience--hard-shell .official-hero--product 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;
  }
.product-experience--hard-shell .product-intro h2,
.product-experience--hard-shell .cocoon-system h2,
.product-experience--hard-shell .product-faq__intro h2{
    font-size: clamp(2rem, 8vw, 2.7rem);
  }
.product-experience--hard-shell .product-faq{
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
.product-experience--hard-shell .product-faq .product-specs__list summary{
    min-height: 3.75rem;
    padding: 0.85rem 2.75rem 0.85rem 0;
    font-size: clamp(1.05rem, 4.2vw, 1.2rem);
    line-height: 1.22;
  }
.product-experience--hard-shell .product-faq__title-line{
    white-space: normal;
  }}
.official-hero--hard-shell{
  --hero-image-position: center 50%;
}
