.hub-page .hero__media img {
  object-position: center 45%;
}

.hub-page .product-hero-panel {
  max-width: 760px;
}

.hub-page .product-hero-panel h1 {
  max-width: 12ch;
}

.hub-page .product-hero-sidecard {
  max-width: 350px;
}

.hub-page .proof-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}

@media (min-width: 761px) {
  .hub-page .problem-section {
    padding: clamp(42px, 4vw, 60px) 0;
  }

  .hub-page .problem-section .grid-2 {
    gap: clamp(32px, 4vw, 60px);
  }

  .hub-page .problem-section .proof-card__body {
    padding: 18px 20px;
  }

  .hub-page .problem-section .proof-card__body strong {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .hub-page .problem-section .proof-card__body span {
    font-size: 14px;
    line-height: 1.45;
  }
}

.hub-page section[id] {
  scroll-margin-top: 84px;
}

.response-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  margin-top: clamp(36px, 5vw, 66px);
}

.response-path-card {
  overflow: hidden;
  border-radius: 28px;
  background: #f9f7f2;
  box-shadow: 0 22px 60px rgba(55, 46, 34, 0.12);
}

.response-path-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ece9e2;
}

.response-path-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.response-path-card--hub .response-path-card__media img {
  object-position: center;
}

.response-path-card--io .response-path-card__media img {
  object-position: center 48%;
}

.response-path-card__content {
  padding: clamp(24px, 3vw, 38px);
}

.response-path-card__label {
  margin: 0 0 10px;
  color: #8b2b22;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.response-path-card h3 {
  margin: 0;
  color: #22231f;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.16;
}

.response-path-card__content > p:not(.response-path-card__label) {
  margin: 18px 0 0;
  color: #5e5c54;
  font-size: 1rem;
  line-height: 1.7;
}

.response-path-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.response-path-card li {
  position: relative;
  padding-left: 21px;
  color: #34352f;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
}

.response-path-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 2px;
  background: #8b2b22;
  content: "";
}

.hub-detail-section .section-heading {
  max-width: 850px;
}

.compact-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  margin-top: clamp(36px, 5vw, 60px);
}

.compact-spec-card {
  border: 1px solid rgba(45, 46, 40, 0.14);
  border-radius: 24px;
  background: #fbfaf7;
  padding: clamp(24px, 3vw, 38px);
}

.compact-spec-card h3 {
  margin: 0 0 26px;
  color: #242520;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.2;
}

.compact-spec-card dl {
  margin: 0;
}

.compact-spec-card dl > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(45, 46, 40, 0.12);
}

.compact-spec-card dt {
  color: #6e6d64;
  font-size: 0.82rem;
  font-weight: 700;
}

.compact-spec-card dd {
  margin: 0;
  color: #2d2e29;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.hub-page .final-cta__media img {
  object-position: center 52%;
}

@media (max-width: 760px) {
  .hub-page section[id] {
    scroll-margin-top: 58px;
  }

  .hub-page .proof-card img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-position: center;
  }

  .hub-page .hero__media img {
    object-position: 60% center;
  }

  .hub-page .product-hero-panel h1 {
    max-width: 13ch;
  }

  .response-path-grid,
  .compact-spec-grid {
    grid-template-columns: 1fr;
  }

  .response-path-grid {
    gap: 18px;
    margin-top: 26px;
  }

  .response-path-card {
    border-radius: 18px;
  }

  .response-path-card__media {
    aspect-ratio: 16 / 9;
  }

  .response-path-card__content {
    padding: 20px;
  }

  .response-path-card__content > p:not(.response-path-card__label) {
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .response-path-card ul {
    gap: 7px;
    margin-top: 16px;
  }

  .response-path-card li {
    font-size: 0.84rem;
  }

  .compact-spec-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .compact-spec-card {
    border-radius: 18px;
    padding: 20px;
  }

  .compact-spec-card h3 {
    margin-bottom: 18px;
    font-size: 1.16rem;
  }

  .compact-spec-card dl > div {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }

  .compact-spec-card dt,
  .compact-spec-card dd {
    font-size: 0.78rem;
  }
}

@media (max-width: 360px) {
  .compact-spec-card dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
