/* Dedicated product stories, in the existing Them AI visual language. */
.editorial .product-hero.hero { padding-top: 30px; padding-bottom: 24px; }
.product-hero.hero h1.display.d2 { max-width: 23ch; font-size: clamp(36px, 5.4vw, 72px); line-height: 1.05; }
.product-hero .editorial-lede { max-width: 620px; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.6; }
.product-screen { margin: 0; min-width: 0; padding: 20px; background: #f1f2eb; border: 1px solid #e4e6db; border-radius: 24px; }
.product-screen img { width: 100%; height: auto; border: 1px solid #dfe0da; border-radius: 12px; background: #fff; box-shadow: 0 10px 28px #151a1410; }
.product-screen--hero { max-width: 1180px; margin: 48px auto 0; padding: 28px; }
.product-story, .product-related { max-width: 1228px; margin: 88px auto 0; padding: 0 24px; scroll-margin-top: 104px; }
.product-story > header, .product-related > header { max-width: 700px; margin-bottom: 32px; }
.product-story h2, .product-related h2, .product-questions > h2 { font-size: clamp(28px, 3.3vw, 42px); font-weight: 500; letter-spacing: -.035em; line-height: 1.15; }
.product-story .v3k, .product-related .v3k { text-align: left; }
.product-feature-panel { display: grid; grid-template-columns: .8fr 1.5fr; gap: 56px; align-items: center; }
.product-feature-panel + .product-feature-panel { margin-top: 40px; }
.product-feature-copy h3 { font-size: clamp(25px, 2.7vw, 34px); line-height: 1.2; letter-spacing: -.035em; font-weight: 500; margin: 0 0 18px; }
.product-feature-copy > p:not(.v3k) { font-size: 17px; line-height: 1.7; color: #61615c; }
.product-feature-panel .product-screen { padding: 16px; border-radius: 18px; }
.product-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-related-grid > a { display: flex; flex-direction: column; padding: 28px; border: 1px solid #e3e4db; border-radius: 18px; }
.product-related-grid > a:hover { background: #f7f8f2; border-color: #b4b994; }
.product-related-grid > a > span:first-child { font-size: 14px; color: #5d6420; }
.product-related-grid h3 { font-size: 23px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2; margin: 20px 0 12px; }
.product-related-grid p { font-size: 16px; color: #61615c; line-height: 1.6; margin-bottom: 24px; }
.product-read { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; margin-top: auto; }
.product-related--compact .product-related-grid > a {padding: 22px 24px;}
.product-related--compact .product-related-grid h3 {font-size: 21px; margin: 14px 0 24px;}
.product-related--compact .product-read {font-size: 12px; line-height: 1.5;}
.product-questions { max-width: 900px; margin: 88px auto 0; padding: 0 24px; }
.product-questions .faq { max-width: none; margin-top: 28px; }
.product-questions .faq summary { font-size: 17px; line-height: 1.5; }
.product-questions .faq .a { font-size: 16px; }
.product-feature-panel:focus-visible, .product-related-grid > a:focus-visible { outline: 2px solid #6f7826; outline-offset: 5px; }
@media (max-width: 1228px) { .product-screen--hero { margin-inline: 24px; } }
@media (max-width: 800px) { .product-feature-panel { grid-template-columns: 1fr; gap: 24px; }.product-feature-copy { max-width: 640px; }.product-related-grid { grid-template-columns: 1fr; }.product-related-grid > a { padding: 24px; } }
@media (max-width: 700px) {
  .product-screen--hero { margin: 32px 18px 0; padding: 8px; border-radius: 14px; }
  .product-screen img { border-radius: 7px; }
  .product-story, .product-related { margin-top: 60px; padding-inline: 18px; }
  .product-feature-panel .product-screen { padding: 8px; border-radius: 12px; }
  .product-questions { margin-top: 60px; padding-inline: 18px; }
}
.product-feature-copy > h2 {font-size: clamp(28px, 3vw, 40px); font-weight: 500; line-height: 1.12; letter-spacing: -.035em; margin: 10px 0 18px;}
.product-feature-copy > .tlink {font-size: 15px; margin-top: 20px;}
.room-boundaries {scroll-margin-top: 110px; border-top: 1px solid #e5e5db; padding-top: 28px;}
.room-boundaries > h3 {font-size: 19px; font-weight: 500; margin: 0 0 28px;}
