/* soft-shell.css — page-private layout extracted from styles.css. Shared tokens, nav, hero runtime, CTA/FAQ contract stay in styles.css. */

.official-hero--soft-shell{
  --hero-image: url("assets/heroes/cocoon/soft-shell-client-exterior.webp");
  background-position: center 46%;
}

.product-experience--soft-shell > .official-hero + .product-intro{
  padding-top: var(--product-after-hero-space);
}

.product-experience .official-hero--soft-shell{
  --hero-image: url("assets/heroes/cocoon/soft-shell-client-exterior.webp");
  --hero-position: center 48%;
}

.product-experience--soft-shell .official-hero--product h1{
  max-width: none;
  font-size: clamp(3.2rem, 5.4vw, 5.25rem);
  white-space: nowrap;
}

.product-experience--soft-shell .product-intro{
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

@media (min-width: 701px) {
  .product-experience--soft-shell .cocoon-system__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-experience--soft-shell .product-intro > :first-child{
  min-width: 0;
}

.product-experience--soft-shell .product-intro h2{
  min-width: 0;
  max-width: none;
  font-size: clamp(2.15rem, 3.4vw, 4rem);
  letter-spacing: -0.025em;
}

.product-experience--soft-shell .product-intro__title-line{
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
}

.product-experience--soft-shell .product-intro__body{
  max-width: 58ch;
}

.product-experience--soft-shell .product-faq__intro h2{
  max-width: none;
  font-size: clamp(2.6rem, 4vw, 3.5rem);
  letter-spacing: -0.025em;
}

.product-experience--soft-shell .product-faq__title-line{
  display: block;
  white-space: nowrap;
}

.product-experience--soft-shell .product-faq__intro > p{
  max-width: 34ch;
  margin: 1.4rem 0 0;
  color: rgba(24, 21, 18, 0.62);
  line-height: 1.65;
}

.product-experience--soft-shell .product-faq__note{
  max-width: 64ch;
  margin: 1.35rem 0 0;
  padding-top: 1.1rem;
  color: rgba(24, 21, 18, 0.55);
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (max-width: 1180px) {
.product-experience--soft-shell .product-intro{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

.product-experience--soft-shell .product-intro__title-line{
    white-space: normal;
  }
}

@media (max-width: 700px) {
.product-experience--soft-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--soft-shell .product-intro h2{
    font-size: clamp(2rem, 8vw, 2.7rem);
  }

  .product-experience--soft-shell .product-intro__title-line{
    white-space: normal;
  }

  .product-experience--soft-shell .product-faq{
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .product-experience--soft-shell .product-faq__title-line{
    white-space: normal;
  }
}

.official-hero--soft-shell{
  --hero-image-position: center 48%;
}
