/* October hero.htm: pt-36/pb-28, max-w-4xl, multiply teal/black overlays.
   Loaded only by content pages; approved homepage uses its existing stylesheet. */
.content-template .builder-hero__inner { padding-block: 144px 112px; }
.content-template .builder-hero h1, .content-template .builder-hero h2 { hyphens: none; overflow-wrap: normal; }
.content-template .builder-hero__body { max-width: 672px; font-size: 20px; hyphens: none; }
.content-template .builder-hero__overlay { background: rgba(0, 0, 0, .60); }
.content-template .builder-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: #007b80; mix-blend-mode: multiply; pointer-events: none; }
.content-template--renter-type-catalog .builder-hero + .builder-cards { position: relative; z-index: 1; margin-top: -72px; padding-top: 0; background: transparent; }
.content-template--renter-type-catalog .builder-hero + .builder-cards .builder-card-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.content-template--renter-type-catalog .builder-hero + .builder-cards h2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.content-template--renter-type-catalog .builder-hero + .builder-cards .builder-card__image { height: 112px; border-radius: 0; }
.content-template--renter-type-catalog .builder-hero + .builder-cards .builder-card__body { padding: 12px 16px; flex-direction: row; align-items: center; justify-content: space-between; gap: 8px; }
.content-template--renter-type-catalog .builder-hero + .builder-cards h3 { font-size: 18px; margin: 0; hyphens: none; }
.content-template--renter-type-catalog .builder-hero + .builder-cards .builder-card { min-height: 0; border-radius: 12px; overflow: hidden; }
.content-template--renter-type-catalog .builder-hero + .builder-cards .builder-card__target { margin: 0; padding: 8px; }
.product-section { padding-block: 64px; }
.product-catalog-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr); gap: 48px; padding-block: 40px 80px; }
.product-catalog-layout__content { min-width: 0; }
.product-catalog-layout__sidebar nav { position: sticky; top: 128px; }
.product-catalog-layout__sidebar a { display: block; padding: 12px 20px; border-left: 2px solid var(--line); font-size: 14px; }
.product-catalog-layout__sidebar a:hover, .product-catalog-layout__sidebar a:focus-visible { border-color: var(--secondary); background: var(--secondary-soft); }
.product-section { scroll-margin-top: 100px; }
.product-section:nth-child(even) { background: rgb(30 189 189 / 5%); }
.product-section__inner { display: flex; gap: 48px; align-items: center; }
.product-section__copy { flex: 1; min-width: 0; font-size: 17px; line-height: 1.7; }
.product-section h1, .product-section h2 { line-height: 1.2; hyphens: none; }
.product-section h2 { margin-top: 40px; font-size: 36px; }
.product-section h3 { color: var(--primary); font-size: 22px; margin-top: 32px; }
.product-section__images { width: 44%; display: grid; gap: 32px; }
.product-section__images img { width: 100%; border-radius: 16px; }
.product-section__cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.product-section__cards article { border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: white; }
.product-section__cards h3 { margin-top: 0; }
.product-section--hero { position: relative; isolation: isolate; background: #003d43; color: white; padding-block: 112px; }
.product-section--hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgb(0 35 39 / 80%); }
.product-section__background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.product-section--hero .product-section__inner { max-width: 896px; text-align: center; }
.product-section--hero h1, .product-section--hero h2 { font-size: 54px; color: white; }
.product-catalog-layout .product-section--hero h1, .product-catalog-layout .product-section--hero h2 { font-size: 42px; }
.product-section--hero em { color: var(--secondary); font-style: normal; }
.product-section--hero a { display: inline-block; padding: 10px 20px; border-radius: 30px; color: var(--primary); background: white; text-decoration: none; font-weight: 700; }
@media (max-width: 760px) {
    .product-catalog-layout { grid-template-columns: 1fr; gap: 24px; }
    .product-catalog-layout__sidebar { grid-row: 1; }
    .product-catalog-layout__sidebar nav { position: static; }
    .product-section__inner { flex-direction: column; }
    .product-section__images { width: 100%; }
    .product-section__cards { grid-template-columns: 1fr; }
    .product-section--hero h1, .product-section--hero h2 { font-size: 38px; }
    .product-catalog-layout .product-section--hero h1, .product-catalog-layout .product-section--hero h2 { font-size: 38px; }
}
.article-share { display: flex; justify-content: center; gap: 16px; margin-top: 12px; }
.article-share a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; }
.article-share a:hover { background: rgb(30 189 189 / 12%); }
.article-share img { width: 24px; height: 24px; }
.content-filters button { min-height: 44px; padding: 8px 16px; font-size: 16px; font-weight: 500; border-color: rgb(44 108 120 / 40%); }
.not-found .builder-content { padding-block: 48px; }
.not-found .builder-content__inner--split { padding-block: 0; max-width: 800px; gap: 40px; }
.not-found .builder-content__image { max-width: 680px; border-radius: 0; }
.not-found .builder-content__copy p { max-width: 768px; margin-inline: auto; }
@media (max-width: 760px) {
    .content-template .builder-hero h1, .content-template .builder-hero h2 { font-size: 38px; line-height: 1.25; }
    .content-template .builder-hero__body { font-size: 18px; }
    .content-template--renter-type-catalog .builder-hero + .builder-cards .builder-card-grid { grid-template-columns: 1fr; }
    .not-found .builder-content__inner--split { gap: 28px; }
}
@media (min-width: 761px) and (max-width: 1023px) {
    .content-template--renter-type-catalog .builder-hero + .builder-cards .builder-card-grid { grid-template-columns: 1fr; }
}
/* Owner-approved conceptual illustrations stay beside their source instruction. */
.generated-illustration { display: block; width: 100%; max-width: 52rem; margin: 1.75rem auto 2.25rem; }
.generated-illustration img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 1rem; }
.generated-illustration figcaption { margin-top: .5rem; font-size: .875rem; line-height: 1.5; color: #52616b; text-align: center; }
