.hero-photo {
  background-image: url('https://weneedgutters.com/wp-content/uploads/2026/09/ChatGPT-Image-Sep-8-2026-07_33_57-PM.png');
}

.innovation-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.innovation-heading p:last-child {
  max-width: 690px;
  margin: 22px auto 0;
  color: #596168;
  font-size: 1.08rem;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.product-story {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  min-height: 430px;
  background: #171b1e;
  color: #fff;
  overflow: hidden;
}

.product-story.tiger {
  background: #f3f0eb;
  color: var(--ink);
}

.product-visual {
  position: relative;
  min-height: 100%;
}

.product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.product-story.tiger .product-visual img {
  object-fit: contain;
  background: #fff;
  padding: 24px;
}

.product-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  background: var(--orange);
  color: #fff;
  padding: 8px 11px;
  font: 800 .7rem Manrope, sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 34px;
}

.product-copy h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  margin-bottom: 18px;
}

.product-copy p { color: #c6cbce; }
.product-story.tiger .product-copy p { color: #596168; }

.product-copy .text-link {
  align-self: flex-start;
  margin-top: 8px;
  color: #ffad70;
}

.product-story.tiger .product-copy .text-link { color: #9f4300; }

.innovation-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}

@media (max-width: 1050px) {
  .product-story { grid-template-columns: 1fr; }
  .product-visual img,
  .product-story.tiger .product-visual img {
    height: 330px;
    min-height: 330px;
  }
}

@media (max-width: 900px) {
  .product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .innovation-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .innovation-actions .button { text-align: center; }
  .product-copy { padding: 32px 25px; }
  .product-visual img,
  .product-story.tiger .product-visual img {
    height: 280px;
    min-height: 280px;
  }
}
