/* PAGE: PRODUCTS */

.nav-active{
  color:var(--teal)!important;
  position:relative;
}
.nav-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-17px;
  height:2px;
  background:var(--mint);
}

.product-breadcrumbs{
  max-width:1362px;
  margin:0 auto;
  padding:28px 0 0;
  display:flex;
  gap:10px;
  color:var(--muted);
  font-size:10px;
}
.product-breadcrumbs a:hover{color:var(--teal)}
.product-breadcrumbs span:nth-child(even){color:var(--teal)}

.products-hero{
  max-width:1362px;
  min-height:620px;
  margin:0 auto;
  padding:55px 0 85px;
  display:grid;
  grid-template-columns:58% 42%;
  border-bottom:1px solid var(--ink);
}

.products-hero__left{
  padding-right:70px;
}
.products-hero__meta{
  display:flex;
  justify-content:space-between;
  max-width:780px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:9px;
  font-weight:600;
  letter-spacing:.09em;
}
.products-hero h1{
  margin:45px 0 25px;
  font-family:var(--display);
  font-size:clamp(72px,7.2vw,104px);
  line-height:.84;
  letter-spacing:-.075em;
}
.products-hero h1 em{
  color:var(--teal);
  font-style:normal;
}
.products-hero__intro{
  max-width:590px;
  margin:0 0 38px;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.products-search{
  max-width:720px;
  height:60px;
  display:flex;
  align-items:center;
  border-top:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
}
.products-search>span{
  margin-right:14px;
  color:var(--teal);
  font-size:20px;
}
.products-search input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  font-size:13px;
}
.products-search button{
  border:0;
  background:var(--teal);
  color:#fff;
  padding:11px 18px;
  font-size:10px;
  font-weight:600;
  cursor:pointer;
}
.products-popular{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  color:var(--muted);
  font-size:9px;
}
.products-popular span{
  margin-right:4px;
  letter-spacing:.08em;
}
.products-popular a{
  color:var(--teal);
  text-decoration:underline;
  text-underline-offset:3px;
}

.products-hero__right{
  position:relative;
  min-height:480px;
  background:#EAF7F4;
  overflow:hidden;
}
.products-circle{
  position:absolute;
  width:360px;
  height:360px;
  top:40px;
  right:70px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--mint);
  color:var(--teal);
  font-family:var(--display);
  font-size:150px;
  transform:rotate(7deg);
}
.products-note{
  position:absolute;
  left:35px;
  bottom:30px;
  max-width:230px;
  padding:18px 20px;
  background:var(--teal);
  color:#fff;
}
.products-note span{
  display:block;
  margin-bottom:10px;
  color:var(--mint);
  font-size:8px;
  font-weight:700;
  letter-spacing:.1em;
}
.products-note strong{
  font-family:var(--display);
  font-size:21px;
  line-height:.95;
  letter-spacing:-.04em;
}

.check-section{
  max-width:1362px;
  margin:0 auto;
  padding:100px 0 115px;
  display:grid;
  grid-template-columns:35% 65%;
  gap:80px;
}
.section-intro h2{
  margin:20px 0 0;
  font-family:var(--display);
  font-size:clamp(50px,5vw,72px);
  line-height:.9;
  letter-spacing:-.065em;
}
.section-intro h2 em{
  color:var(--teal);
  font-style:normal;
}
.check-list{
  border-top:1px solid var(--ink);
}
.check-row{
  min-height:108px;
  display:grid;
  grid-template-columns:45px 185px 1fr 20px;
  gap:15px;
  align-items:center;
  border-bottom:1px solid var(--line);
}
.check-row:hover{
  padding-left:8px;
  background:#F0F8F6;
}
.check-num{
  color:var(--teal);
  font-size:10px;
}
.check-meta{
  color:var(--muted);
  font-size:8px;
  font-weight:600;
  letter-spacing:.09em;
}
.check-row h3{
  margin:7px 0 0;
  font-family:var(--display);
  font-size:21px;
  line-height:1;
  letter-spacing:-.04em;
}
.check-row p{
  margin:0;
  color:var(--muted);
  font-size:11px;
}
.check-arrow{
  color:var(--teal);
  font-size:18px;
}

.product-example{
  padding:0 max(44px,calc((100vw - 1362px)/2)) 115px;
}
.product-example__label{
  display:flex;
  justify-content:space-between;
  padding-bottom:17px;
  border-bottom:1px solid var(--ink);
  color:var(--muted);
  font-size:9px;
  font-weight:600;
  letter-spacing:.08em;
}
.product-example__content{
  display:grid;
  grid-template-columns:1fr 250px 1fr;
  gap:60px;
  align-items:center;
  padding:45px 0;
  border-bottom:1px solid var(--line);
}
.product-example__content h2{
  margin:16px 0 0;
  font-family:var(--display);
  font-size:62px;
  line-height:.9;
  letter-spacing:-.065em;
}
.product-status{
  padding:25px;
  background:#EAF7F4;
}
.product-status span{
  display:block;
  margin-bottom:12px;
  color:var(--muted);
  font-size:8px;
  font-weight:600;
  letter-spacing:.09em;
}
.product-status strong{
  display:block;
  color:var(--teal);
  font-family:var(--display);
  font-size:28px;
  line-height:.9;
  letter-spacing:-.045em;
}
.product-example__text p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.product-example__text a{
  color:var(--teal);
  font-size:10px;
  font-weight:600;
}

.products-bridge{
  padding:100px max(44px,calc((100vw - 1362px)/2));
  background:var(--teal);
  color:#fff;
}
.products-bridge .eyebrow{
  color:var(--mint);
}
.products-bridge h2{
  max-width:850px;
  margin:22px 0 30px;
  font-family:var(--display);
  font-size:clamp(55px,6vw,86px);
  line-height:.88;
  letter-spacing:-.07em;
}
.products-bridge h2 em{
  color:var(--mint);
  font-style:normal;
}
.products-bridge p{
  max-width:510px;
  margin:0 0 28px;
  color:#CBE0DC;
  font-size:13px;
  line-height:1.6;
}
.products-bridge>a{
  color:#fff;
  font-size:10px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.05em;
}

@media(max-width:900px){
  .product-breadcrumbs,
  .products-hero,
  .check-section{
    margin-left:20px;
    margin-right:20px;
  }
  .products-hero{
    grid-template-columns:1fr;
    gap:45px;
  }
  .products-hero__left{
    padding-right:0;
  }
  .products-hero__right{
    min-height:400px;
  }
  .check-section{
    grid-template-columns:1fr;
    gap:45px;
  }
  .product-example__content{
    grid-template-columns:1fr 220px;
  }
  .product-example__text{
    grid-column:1 / -1;
  }
}

@media(max-width:650px){
  .product-breadcrumbs{
    padding-top:22px;
    white-space:nowrap;
    overflow:hidden;
  }
  .products-hero{
    padding-top:35px;
    padding-bottom:60px;
  }
  .products-hero__meta{
    display:block;
  }
  .products-hero__meta span{
    display:block;
    margin-bottom:8px;
  }
  .products-hero h1{
    font-size:54px;
    margin-top:35px;
  }
  .products-hero__intro{
    font-size:13px;
  }
  .products-search{
    height:54px;
  }
  .products-search button{
    padding:10px 13px;
  }
  .products-hero__right{
    min-height:300px;
  }
  .products-circle{
    width:220px;
    height:220px;
    right:20px;
    top:30px;
    font-size:95px;
  }
  .products-note{
    left:20px;
    bottom:20px;
  }
  .check-section{
    padding-top:70px;
    padding-bottom:80px;
  }
  .check-row{
    grid-template-columns:30px 1fr 18px;
    gap:12px;
    padding:18px 0;
  }
  .check-row p{
    display:none;
  }
  .product-example{
    padding-left:20px;
    padding-right:20px;
  }
  .product-example__content{
    display:block;
    padding:35px 0;
  }
  .product-example__content h2{
    font-size:48px;
    margin-bottom:30px;
  }
  .product-status{
    margin-bottom:28px;
  }
  .products-bridge{
    padding:75px 20px;
  }
}

.product-tool-link{display:inline-block;margin-top:14px;color:inherit;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.product-tool-link:hover{text-decoration:underline}
