/* =========================================================
   About contrast + balance fix v1.9.7
   company SERVICE AREA / warranty LONG TERM / area HOW TO ASK
   ========================================================= */

/* Shared layout balance */
.af-company-area-link .af-position__grid,
.af-warranty-long .af-position__grid,
.af-area-inquiry .af-position__grid{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(44px,6vw,96px);
  align-items:center;
}

/* Explicit readable text colors. These sections are light backgrounds. */
.af-company-area-link .af-position__grid>div:last-child,
.af-warranty-long .af-position__grid>div:last-child,
.af-area-inquiry .af-position__grid>div:last-child{
  color:#243a30!important;
  opacity:1!important;
  visibility:visible!important;
}

.af-company-area-link .af-position__grid>div:last-child p,
.af-warranty-long .af-position__grid>div:last-child p,
.af-area-inquiry .af-position__grid>div:last-child p{
  color:#4f6258!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:15px;
  line-height:2;
  font-weight:400;
}

.af-company-area-link .af-position__grid>div:last-child a,
.af-warranty-long .af-position__grid>div:last-child a,
.af-area-inquiry .af-position__grid>div:last-child a{
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  border-bottom-color:transparent!important;
  font-size:13px;
  font-weight:600;
  letter-spacing:.01em;
}

.af-company-area-link .af-position__grid>div:last-child a:hover,
.af-warranty-long .af-position__grid>div:last-child a:hover,
.af-area-inquiry .af-position__grid>div:last-child a:hover{
  color:#fff!important;
  border-bottom-color:transparent!important;
}

/* Keep headings clearly separated from descriptive copy. */
.af-company-area-link h2,
.af-warranty-long h2,
.af-area-inquiry h2{
  max-width:16em;
  color:#172c22!important;
}

.af-company-area-link .af-kicker,
.af-warranty-long .af-kicker,
.af-area-inquiry .af-kicker{
  color:#526d60!important;
  border-color:rgba(33,71,58,.20)!important;
  background:rgba(255,255,255,.46)!important;
}

@media(max-width:820px){
  .af-company-area-link .af-position__grid,
  .af-warranty-long .af-position__grid,
  .af-area-inquiry .af-position__grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .af-company-area-link h2,
  .af-warranty-long h2,
  .af-area-inquiry h2{max-width:none}
}
