/*
 * Homepage section-by-section redesign
 * 01–05 — Hero through footer
 *
 * This stylesheet is linked by the homepage only. Each rule is scoped to a
 * named homepage section so shared cross-page components remain unchanged.
 */

#top.hero {
  min-height: 650px;
  overflow: hidden;
  color: var(--ink);
  background: #f5f8f6;
  border-bottom: 1px solid rgba(9, 43, 67, 0.12);
}

#top .hero-scene {
  left: 50%;
  width: 50%;
  opacity: 0.62;
  background-position: 58% center;
  background-size: cover;
}

#top .hero-overlay {
  background:
    linear-gradient(90deg,
      #f7faf8 0%,
      #f7faf8 43%,
      rgba(247, 250, 248, 0.97) 49%,
      rgba(241, 247, 246, 0.72) 70%,
      rgba(235, 244, 243, 0.40) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(229,240,239,0.2));
}

#top .hero-grid {
  min-height: 582px;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr);
  gap: 48px;
  align-items: center;
}

#top .hero-copy {
  position: relative;
  z-index: 2;
  padding: 70px 0 46px;
}

#top .eyebrow {
  gap: 0;
  margin-bottom: 18px;
  color: #3d7477;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.075em;
  white-space: nowrap;
}

#top .eyebrow > span {
  display: none;
}

#top h1 {
  max-width: 680px;
  font-size: clamp(59px, 5.15vw, 78px);
  line-height: 0.97;
  letter-spacing: -0.05em;
}

#top .hero-intro {
  max-width: 49ch;
  margin: 24px 0 30px;
  color: #3f646b;
  font-size: 16px;
  line-height: 1.65;
}

#top .hero-actions {
  gap: 24px;
}

#top .hero-actions .button {
  min-height: 50px;
  padding-inline: 20px;
}

#top .hero-actions .text-cta {
  min-height: 50px;
}

#top .hero-proof {
  gap: 30px;
  margin-top: 44px;
}

#top .hero-proof div {
  padding-left: 14px;
  border-left-color: rgba(9, 43, 67, 0.28);
}

#top .hero-proof strong {
  font-size: 15px;
  line-height: 1.35;
}

#top .hero-proof span {
  margin-top: 3px;
  color: #53767b;
  font-size: 13px;
  line-height: 1.45;
}

/* The real product image is the only foreground surface. */
#top .hero-product {
  height: 480px;
  padding: 24px;
  isolation: isolate;
}

#top .hero-product::before {
  display: none;
}

#top .product-orbit {
  display: none;
}

#top .hero-product img {
  z-index: 1;
  width: min(82%, 424px);
  height: auto;
  max-height: none;
  object-fit: initial;
  mix-blend-mode: normal;
  border: 1px solid rgba(9, 43, 67, 0.13);
  box-shadow: 0 26px 72px rgba(9, 43, 67, 0.14);
  filter: none;
  transform: none;
}

#top .hero-product::after {
  top: auto;
  right: 38px;
  bottom: 44px;
  z-index: 3;
  min-width: 116px;
  padding: 9px 11px 8px;
  color: #365f67;
  border-left: 2px solid var(--aqua);
  background: rgba(255, 255, 255, 0.94);
  font: 700 11px/1.55 var(--mono);
  letter-spacing: 0.075em;
  text-align: left;
  box-shadow: 0 8px 24px rgba(9, 43, 67, 0.08);
}

#top .hero-bottom {
  display: grid;
  grid-template-columns: auto minmax(48px, 1fr) auto;
  min-height: 66px;
  gap: 24px;
  padding-bottom: 0;
  color: #526f74;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.07em;
}

#top .hero-line {
  background: rgba(9, 43, 67, 0.20);
}

@media (max-width: 1100px) and (min-width: 851px) {
  #top .hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
    gap: 28px;
  }

  #top h1 {
    font-size: clamp(54px, 6vw, 68px);
  }

  #top .hero-product {
    height: 445px;
    padding: 18px 8px;
  }
}

@media (max-width: 850px) {
  #top.hero {
    min-height: 0;
  }

  #top .hero-scene {
    left: 0;
    width: 100%;
    opacity: 0.34;
    background-position: 66% center;
  }

  #top .hero-overlay {
    background: linear-gradient(180deg,
      rgba(247, 250, 248, 0.995) 0%,
      rgba(247, 250, 248, 0.98) 54%,
      rgba(239, 247, 246, 0.82) 76%,
      rgba(235, 244, 243, 0.72) 100%);
  }

  #top .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #top .hero-copy {
    padding: 46px 0 8px;
  }

  #top .eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.05em;
    white-space: normal;
  }

  #top h1 {
    max-width: 680px;
    font-size: clamp(46px, 10.8vw, 64px);
    line-height: 0.99;
  }

  #top .hero-intro {
    max-width: 620px;
    margin: 21px 0 25px;
    font-size: 15px;
  }

  #top .hero-proof {
    margin-top: 32px;
  }

  #top .hero-product {
    width: 100%;
    height: 330px;
    margin: 0;
    padding: 12px 0 20px;
  }

  #top .hero-product img {
    width: min(82%, 286px);
    height: auto;
    max-height: none;
  }

  #top .hero-product::after {
    right: 16px;
    bottom: 28px;
    min-width: 106px;
    font-size: 10px;
  }

  #top .hero-bottom {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 4px;
    padding-top: 15px;
    padding-bottom: 16px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.055em;
  }

  #top .hero-line {
    display: none;
  }
}

@media (max-width: 520px) {
  #top .hero-copy {
    padding-top: 39px;
  }

  #top h1 {
    font-size: clamp(42px, 12vw, 54px);
  }

  #top .hero-actions {
    align-items: stretch;
    gap: 8px;
  }

  #top .hero-actions .button,
  #top .hero-actions .text-cta {
    width: 100%;
    justify-content: space-between;
  }

  #top .hero-actions .text-cta {
    padding: 0 2px;
  }

  #top .hero-proof {
    gap: 18px;
  }

  #top .hero-proof div {
    flex: 1 1 0;
  }

  #top .hero-product {
    height: 304px;
  }

  #top .hero-product img {
    width: min(82%, 254px);
  }
}

/* 05 — Purchase checks, guides, wholesale and footer */

.reviews {
  padding: 104px 0 108px;
  background: #f5f2ed;
}

.reviews .reviews-head {
  align-items: end;
  margin-bottom: 48px;
}

.reviews .eyebrow,
.video-library .eyebrow,
#wholesale .eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.reviews .reviews-head h2,
.video-library .video-copy h2 {
  font-size: clamp(52px, 5.2vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.reviews .reviews-note {
  max-width: 45ch;
  color: #5d6f70;
  font-size: 15px;
  line-height: 1.68;
}

.reviews .review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(9, 43, 67, 0.24);
  border-bottom: 1px solid rgba(9, 43, 67, 0.24);
}

.reviews .review-card {
  min-height: 300px;
  padding: 32px 38px 30px;
  border: 0;
  border-left: 1px solid rgba(9, 43, 67, 0.18);
  background: transparent;
}

.reviews .review-card:first-child {
  padding-left: 0;
  border-left: 0;
}

.reviews .client-value-mark {
  margin-bottom: 42px;
  color: #258c8f;
  font-size: 12px;
}

.reviews .review-card h3 {
  margin-bottom: 16px;
  font: 600 25px/1.15 var(--serif);
  letter-spacing: -0.03em;
}

.reviews .review-card blockquote {
  max-width: 37ch;
  color: #4f686c;
  font-size: 15px;
  line-height: 1.72;
}

.reviews .review-source {
  padding-top: 17px;
}

.reviews .review-source strong {
  font-size: 13px;
}

.reviews .review-source span {
  margin-top: 5px;
  display: block;
  font-size: 10px;
}

.video-library {
  padding: 104px 0;
  background: #fff;
}

.video-library .video-layout {
  grid-template-columns: minmax(320px, 0.67fr) minmax(0, 1.33fr);
  gap: 7%;
}

.video-library .video-copy > p:not(.eyebrow) {
  max-width: 43ch;
  margin: 25px 0;
  color: #4e6c71;
  font-size: 15px;
  line-height: 1.72;
}

.video-library .video-status {
  margin-top: 18px;
  font-size: 12px;
}

.video-library .video-grid {
  gap: 14px;
}

.video-library .video-card {
  min-height: 258px;
  background: #dce8e7;
  border: 1px solid rgba(9, 43, 67, 0.13);
}

.video-library .video-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 36% 0 0;
  background: linear-gradient(0deg, rgba(4, 34, 49, 0.86), rgba(4, 34, 49, 0));
  pointer-events: none;
}

.video-library .video-card > img {
  height: 258px;
  opacity: 0.88;
  object-fit: cover;
}

.video-library .video-card:hover > img,
.video-library .video-card:focus-visible > img {
  opacity: 0.98;
}

.video-library .play-mark {
  left: 18px;
  top: 18px;
  width: 46px;
  height: 46px;
}

.video-library .video-card-content {
  inset: auto 20px 20px;
}

.video-library .video-card-content > span {
  color: #9cdbd8;
  font-size: 10px;
}

.video-library .video-card-content strong {
  max-width: 28ch;
  font-size: 23px;
  line-height: 1.12;
}

#wholesale.wholesale {
  background: #dcefed;
  border-top: 1px solid rgba(9, 43, 67, 0.13);
}

#wholesale .wholesale-panel {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 0;
  padding-top: 76px;
  padding-bottom: 76px;
  align-items: center;
}

#wholesale h2 {
  color: var(--ink);
  font-size: clamp(50px, 5vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

#wholesale .wholesale-side {
  max-width: 44ch;
  padding-top: 0;
}

#wholesale .wholesale-side p {
  color: #48686e;
  font-size: 15px;
  line-height: 1.7;
}

#wholesale .wholesale-number {
  display: none;
}

.site-footer.expanded-footer {
  padding-top: 0;
  background: #06263d;
}

.expanded-footer .footer-main {
  grid-template-columns: 1fr 0.8fr 1fr 1.35fr;
  gap: 5%;
  padding-top: 68px;
  padding-bottom: 54px;
}

.expanded-footer .footer-column h2 {
  margin-bottom: 20px;
  font-size: 23px;
}

.expanded-footer .footer-column a,
.expanded-footer .footer-column .footer-static {
  min-height: 36px;
  color: #d2e1e2;
  font-size: 13px;
}

.expanded-footer .footer-contact p {
  color: #c5d7d9;
  font-size: 13px;
  line-height: 1.68;
}

.expanded-footer .footer-socials span,
.expanded-footer .footer-rail > span,
.expanded-footer .footer-badges span,
.expanded-footer .footer-bottom {
  font-size: 10px;
}

.expanded-footer .footer-socials span {
  padding: 8px 10px;
}

.expanded-footer .footer-rails {
  padding-top: 20px;
  padding-bottom: 20px;
}

.expanded-footer .footer-badges span {
  padding: 7px 9px;
}

@media (max-width: 980px) {
  .video-library .video-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .video-library .video-copy {
    position: static;
  }

  .expanded-footer .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 850px) {
  .reviews,
  .video-library {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .reviews .reviews-head {
    display: block;
    margin-bottom: 34px;
  }

  .reviews .reviews-head h2,
  .video-library .video-copy h2 {
    font-size: clamp(44px, 12vw, 58px);
  }

  .reviews .reviews-note {
    margin-top: 22px;
  }

  .reviews .review-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }

  .reviews .review-card,
  .reviews .review-card:first-child {
    min-height: 0;
    padding: 28px 0 30px;
    border-left: 0;
    border-bottom: 1px solid rgba(9, 43, 67, 0.18);
  }

  .reviews .review-card:last-child {
    border-bottom: 0;
  }

  .reviews .client-value-mark {
    margin-bottom: 24px;
  }

  .video-library .video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
    padding-bottom: 0;
  }

  .video-library .video-card {
    min-width: 0;
    min-height: 240px;
  }

  .video-library .video-card > img {
    height: 240px;
  }

  #wholesale .wholesale-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #wholesale .wholesale-side {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .video-library .video-grid {
    grid-template-columns: 1fr;
  }

  .video-library .video-card,
  .video-library .video-card > img {
    min-height: 232px;
    height: 232px;
  }

  #wholesale h2 {
    font-size: 44px;
  }

  .expanded-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px 18px;
    padding-top: 52px;
  }

  .expanded-footer .footer-column h2 {
    font-size: 21px;
  }

  .expanded-footer .footer-column a {
    font-size: 12px;
  }

  .expanded-footer .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 360px) {
  #top .eyebrow {
    font-size: 11px;
    letter-spacing: 0.035em;
  }

  #top h1 {
    font-size: 40px;
  }

  #top .hero-intro {
    font-size: 14px;
  }

  #top .hero-proof {
    gap: 12px;
  }

  #top .hero-proof div {
    padding-left: 10px;
  }

  #top .hero-proof strong {
    font-size: 14px;
  }

  #top .hero-proof span {
    font-size: 12px;
  }

  #top .hero-product {
    height: 282px;
  }

  #top .hero-product img {
    width: min(82%, 230px);
  }

  #top .hero-product::after {
    right: 10px;
    bottom: 24px;
    min-width: 98px;
    padding: 7px 9px;
    font-size: 9px;
  }
}

/* Prevent the approved square application cards from widening the 2-column
   tablet grid at the exact desktop/mobile breakpoint. */
@media (min-width: 521px) and (max-width: 850px) {
  #applications .category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  #applications .category-grid .category,
  #applications .category-featured,
  #applications .category-wide {
    width: auto;
    min-width: 0;
    flex-basis: auto;
  }
}

/* 04 — Products, compatibility search and quality */

#products.products {
  padding: 104px 0 108px;
  background: #edf4f2;
}

#products .products-heading {
  align-items: end;
  margin-bottom: 42px;
}

#products .eyebrow,
#finder .eyebrow,
#quality .eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

#products .products-heading h2,
#quality .quality-copy h2 {
  font-size: clamp(52px, 5.2vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

#products .product-grid {
  gap: 18px;
}

#products .product-photo {
  height: 326px;
  border-color: rgba(9, 43, 67, 0.15);
}

#products .product-photo::before {
  display: none;
}

#products .stock-tag {
  top: 18px;
  left: 18px;
  font-size: 11px;
}

#products .quick-add {
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 48px;
  padding: 13px 15px;
  font-size: 12px;
}

#products .product-meta {
  padding: 18px 1px 5px;
}

#products .product-meta p {
  font-size: 11px;
}

#products .product-meta h3 {
  margin: 7px 0 11px;
  font-size: 24px;
  line-height: 1.16;
}

#products .product-meta a {
  min-height: 38px;
  font-size: 13px;
}

#finder.finder {
  padding-top: 104px;
  padding-bottom: 104px;
}

#finder .finder-panel {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  padding: 68px 72px;
  background: #082f49;
  border: 0;
}

#finder .finder-panel::after {
  display: none;
}

#finder .finder-copy {
  padding-right: 64px;
}

#finder .finder-copy h2 {
  font-size: clamp(52px, 5vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

#finder .finder-copy > p:not(.eyebrow) {
  max-width: 39ch;
  margin: 21px 0;
  color: #d0e1e1;
  font-size: 15px;
  line-height: 1.68;
}

#finder .finder-note {
  max-width: 43ch;
  margin-top: 28px;
  padding-top: 19px;
  color: #c1d8d8;
  font-size: 13px;
}

#finder .lookup-form {
  align-self: stretch;
  padding: 12px 0 8px 64px;
  border-left: 1px solid rgba(210, 232, 232, 0.25);
}

#finder .lookup-form label {
  margin-bottom: 12px;
  font-size: 13px;
}

#finder .search-row input,
#finder .search-row button {
  min-height: 54px;
}

#finder .form-status {
  margin-top: 12px;
  font-size: 13px;
}

#finder .popular-searches {
  margin-top: 24px;
  padding-top: 18px;
  gap: 8px;
}

#finder .popular-searches > span,
#finder .popular-searches button {
  font-size: 11px;
}

#finder .popular-searches button {
  min-height: 38px;
  padding-inline: 12px;
}

#quality.quality {
  padding: 104px 0;
  background: #fbfcfb;
}

#quality .quality-grid {
  gap: 8.5%;
}

#quality .quality-image {
  background: #fff;
  border-color: rgba(9, 43, 67, 0.14);
}

#quality .quality-image::before {
  display: none;
}

#quality .quality-image img {
  max-height: 410px;
  padding: 24px 28px 18px;
  mix-blend-mode: normal;
}

#quality .quality-image-note {
  padding: 18px 22px;
}

#quality .quality-image-note span {
  font-size: 10px;
}

#quality .quality-image-note b {
  font-size: 19px;
}

#quality .quality-copy > p:not(.eyebrow) {
  max-width: 48ch;
  margin: 22px 0 29px;
  color: #4e6c71;
  font-size: 15px;
  line-height: 1.7;
}

#quality .quality dl {
  margin-bottom: 30px;
}

#quality .quality dl > div {
  grid-template-columns: minmax(145px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
}

#quality .quality dt,
#quality .quality dd {
  font-size: 14px;
  line-height: 1.58;
}

@media (max-width: 850px) {
  #products.products,
  #finder.finder,
  #quality.quality {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  #products .products-heading {
    align-items: start;
    gap: 24px;
  }

  #products .products-heading h2,
  #quality .quality-copy h2 {
    font-size: clamp(44px, 12vw, 58px);
  }

  #finder .finder-panel {
    grid-template-columns: 1fr;
    padding: 48px 36px;
  }

  #finder .finder-copy {
    padding-right: 0;
  }

  #finder .lookup-form {
    margin-top: 34px;
    padding: 32px 0 0;
    border-top: 1px solid rgba(210, 232, 232, 0.25);
    border-left: 0;
  }

  #quality .quality-grid {
    gap: 48px;
  }
}

@media (max-width: 520px) {
  #products .product-grid .product-card {
    padding: 0;
    background: transparent;
    border: 0;
  }

  #products .product-photo {
    height: 286px;
  }

  #finder .finder-panel {
    padding: 40px 22px;
  }

  #finder .finder-copy h2 {
    font-size: 48px;
  }

  #quality .quality-image img {
    padding: 16px 18px 12px;
  }

  #quality .quality dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* 03 — Application imagery and service promises */

#applications.applications {
  padding-top: 104px;
  padding-bottom: 104px;
}

#applications .section-top {
  align-items: end;
  margin-bottom: 44px;
}

#applications .eyebrow,
.service-promises .eyebrow {
  margin-bottom: 18px;
  color: #3d7477;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

#applications .section-top h2,
.service-promises .promise-head h2 {
  font-size: clamp(52px, 5.2vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

#applications .section-intro,
.service-promises .promise-head > p {
  max-width: 46ch;
  color: #4d6c71;
  font-size: 16px;
  line-height: 1.65;
}

#applications .category-grid {
  gap: 14px;
}

#applications .category {
  border: 1px solid rgba(9, 43, 67, 0.12);
}

#applications .category::before {
  display: none;
}

#applications .category::after {
  height: 48%;
  background: linear-gradient(0deg,
    rgba(4, 34, 49, 0.88) 0%,
    rgba(4, 34, 49, 0.60) 48%,
    rgba(4, 34, 49, 0) 100%);
}

#applications .category > div {
  inset: auto 22px 20px;
}

#applications .category .index {
  color: #85d0ce;
  font-size: 11px;
}

#applications .category h3 {
  margin: 8px 0 6px;
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

#applications .category-link {
  font-size: 13px;
  line-height: 1.4;
  opacity: 1;
}

.service-promises {
  padding: 104px 0;
  background: #fbfcfb;
  border-top: 1px solid rgba(9, 43, 67, 0.10);
}

.service-promises .promise-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 9%;
  margin-bottom: 48px;
}

.service-promises .promise-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid rgba(9, 43, 67, 0.26);
}

.service-promises .promise-card,
.service-promises .promise-card:last-child {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 24px;
  min-height: 196px;
  padding: 30px 32px 32px 0;
  border: 0;
  border-bottom: 1px solid rgba(9, 43, 67, 0.18) !important;
  background: transparent;
}

.service-promises .promise-card:nth-child(odd) {
  padding-right: 42px;
}

.service-promises .promise-card:nth-child(even) {
  padding-left: 42px;
  border-left: 1px solid rgba(9, 43, 67, 0.18);
}

.service-promises .promise-icon {
  grid-row: 1 / span 2;
  display: block;
  width: auto;
  height: auto;
  margin: -5px 0 0;
  color: rgba(22, 150, 154, 0.42);
  border: 0;
  font: 500 43px/1 var(--mono);
  letter-spacing: -0.08em;
}

.service-promises .promise-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.service-promises .promise-card p {
  max-width: 43ch;
  color: #516e73;
  font-size: 15px;
  line-height: 1.68;
}

@media (max-width: 850px) {
  #applications.applications,
  .service-promises {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  #applications .section-top,
  .service-promises .promise-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
    margin-bottom: 34px;
  }

  #applications .section-top {
    display: grid;
  }

  #applications .section-top h2,
  .service-promises .promise-head h2 {
    font-size: clamp(44px, 12vw, 58px);
  }

  #applications .section-intro,
  .service-promises .promise-head > p {
    font-size: 15px;
  }

  #applications .category-grid {
    gap: 12px;
  }

  #applications .category > div {
    inset: auto 19px 18px;
  }

  #applications .category h3 {
    font-size: 26px;
  }

  .service-promises .promise-grid {
    grid-template-columns: 1fr;
  }

  .service-promises .promise-card,
  .service-promises .promise-card:last-child,
  .service-promises .promise-card:nth-child(odd),
  .service-promises .promise-card:nth-child(even) {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
    padding: 26px 0 28px;
    border-left: 0;
  }

  .service-promises .promise-icon {
    font-size: 34px;
  }

  .service-promises .promise-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 360px) {
  .service-promises .promise-card,
  .service-promises .promise-card:last-child,
  .service-promises .promise-card:nth-child(odd),
  .service-promises .promise-card:nth-child(even) {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
  }
}

/* 02 — Service highlights and catalog evidence */

.trust-strip {
  padding: 34px 0 38px;
  background: #eaf3f1;
  border-bottom: 1px solid rgba(9, 43, 67, 0.12);
}

.trust-strip .trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.trust-strip .trust-grid > div,
.trust-strip .trust-grid > div:last-child {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 6px;
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(9, 43, 67, 0.24);
}

.trust-strip .index {
  grid-row: 1 / span 2;
  padding-top: 2px;
  color: #3c7a7b;
  font: 500 11px/1.5 var(--mono);
  letter-spacing: 0.06em;
}

.trust-strip .trust-grid b {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.trust-strip .trust-grid p {
  margin: 0;
  max-width: 34ch;
  color: #4c6b70;
  font-size: 14px;
  line-height: 1.65;
}

.catalog-evidence {
  padding: 52px 0;
  background: #082e47;
}

.catalog-evidence .evidence-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.catalog-evidence .evidence-item,
.catalog-evidence .evidence-item:last-child {
  min-height: 204px;
  padding: 36px 40px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.catalog-evidence .evidence-item strong {
  margin-bottom: 12px;
  color: #fff;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.catalog-evidence .evidence-item span {
  color: #79c7c6;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.09em;
}

.catalog-evidence .evidence-item p {
  max-width: 52ch;
  margin-top: 19px;
  color: #d2e3e3;
  font-size: 15px;
  line-height: 1.68;
}

@media (max-width: 850px) {
  .trust-strip {
    padding: 28px 0 30px;
  }

  .trust-strip .trust-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .trust-strip .trust-grid > div,
  .trust-strip .trust-grid > div:nth-child(3),
  .trust-strip .trust-grid > div:last-child {
    grid-column: auto;
    padding-top: 18px;
  }

  .catalog-evidence {
    padding: 34px 0;
  }

  .catalog-evidence .evidence-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .catalog-evidence .evidence-item,
  .catalog-evidence .evidence-item:last-child {
    min-height: 0;
    padding: 28px 24px 30px;
    border-right: 0;
  }

  .catalog-evidence .evidence-item strong {
    font-size: 28px;
  }
}

@media (max-width: 360px) {
  .trust-strip .trust-grid > div {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
  }

  .catalog-evidence .evidence-item,
  .catalog-evidence .evidence-item:last-child {
    padding: 25px 20px 27px;
  }
}

/* Use the compact navigation before the desktop header becomes crowded. */
@media (min-width: 851px) and (max-width: 960px) {
  .desktop-nav,
  .utility-link {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .header-actions {
    margin-left: auto;
    gap: 10px;
  }
}
