/*
 * Da Vat Hy Lures — Phase 24A.7E.3
 * Category Search Landing Pages
 */

body.dvh22-category-page .dvh24e3-category-context{
  width:100%;
  padding:34px 0 36px;
  border-bottom:1px solid rgba(12,47,37,.10);
  background:#f4efe5;
}
body.dvh22-category-page .dvh24e3-category-context>.wrap{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.55fr);
  gap:40px;
  align-items:start;
}
body.dvh22-category-page .dvh24e3-category-context-copy .eyebrow,
body.dvh22-category-page .dvh24e3-category-intelligence .eyebrow{
  display:block;
  margin:0 0 6px;
  color:#a86e05;
  font-size:.67rem;
  font-weight:900;
  line-height:1;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.dvh22-category-page .dvh24e3-category-context-copy h2{
  max-width:560px;
  margin:0 0 10px;
  color:#073b2e;
  font-family:Georgia,serif;
  font-size:clamp(1.8rem,3vw,2.65rem);
  line-height:1.02;
  letter-spacing:-.025em;
}
body.dvh22-category-page .dvh24e3-category-context-copy p{
  max-width:620px;
  margin:0;
  color:#425b52;
  font-size:.82rem;
  line-height:1.56;
}
body.dvh22-category-page .dvh24e3-category-context-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
body.dvh22-category-page .dvh24e3-category-context-cards article{
  min-height:168px;
  padding:18px 18px 16px;
  border:1px solid #dfd9cd;
  border-radius:8px;
  background:#fffdf8;
  box-shadow:0 4px 12px rgba(14,45,36,.035);
}
body.dvh22-category-page .dvh24e3-category-context-cards article>span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  margin-bottom:14px;
  border:1px solid #c8d7d0;
  border-radius:50%;
  background:#edf3ef;
  color:#0b4d3a;
  font-size:1rem;
  font-weight:900;
}
body.dvh22-category-page .dvh24e3-category-context-cards h3{
  margin:0 0 7px;
  color:#0b382b;
  font-size:.83rem;
  line-height:1.2;
}
body.dvh22-category-page .dvh24e3-category-context-cards p{
  margin:0;
  color:#53655e;
  font-size:.72rem;
  line-height:1.5;
}

body.dvh22-category-page .dvh24e3-category-intelligence{
  width:100%;
  padding:24px 0;
  background:linear-gradient(112deg,#073d2f 0%,#084b38 62%,#0a412f 100%);
  color:#fff;
}
body.dvh22-category-page .dvh24e3-category-intelligence>.wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
}
body.dvh22-category-page .dvh24e3-category-intelligence .eyebrow{color:#efb448}
body.dvh22-category-page .dvh24e3-category-intelligence h2{
  margin:0 0 5px;
  color:#fff;
  font-family:Georgia,serif;
  font-size:clamp(1.45rem,2.25vw,2rem);
  line-height:1.05;
}
body.dvh22-category-page .dvh24e3-category-intelligence p{
  max-width:850px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:.75rem;
  line-height:1.48;
}
body.dvh22-category-page .dvh24e3-category-intelligence-actions{
  display:flex;
  gap:8px;
  align-items:center;
}
body.dvh22-category-page .dvh24e3-category-intelligence .btn{
  min-height:40px;
  padding:8px 14px;
  border-radius:4px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  font-size:.66rem;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
}
body.dvh22-category-page .dvh24e3-category-intelligence .primary{
  border:1px solid #e4aa22;
  background:linear-gradient(180deg,#f0b633,#dda018);
  color:#15372c;
}
body.dvh22-category-page .dvh24e3-category-intelligence .secondary{
  border:1px solid rgba(255,255,255,.40);
  background:transparent;
  color:#fff;
}
body.dvh22-category-page .dvh24e3-category-intelligence + .catalogue{
  padding-top:26px!important;
}

@media(max-width:1100px){
  body.dvh22-category-page .dvh24e3-category-context>.wrap{
    grid-template-columns:1fr;
    gap:22px;
  }
}
@media(max-width:900px){
  body.dvh22-category-page .dvh24e3-category-intelligence>.wrap{
    grid-template-columns:1fr;
    gap:14px;
  }
  body.dvh22-category-page .dvh24e3-category-intelligence-actions{
    justify-self:start;
  }
}
@media(max-width:700px){
  body.dvh22-category-page .dvh24e3-category-context{
    padding-top:25px;
    padding-bottom:26px;
  }
  body.dvh22-category-page .dvh24e3-category-context-cards{
    grid-template-columns:1fr;
    gap:8px;
  }
  body.dvh22-category-page .dvh24e3-category-context-cards article{
    min-height:0;
    padding:14px;
  }
  body.dvh22-category-page .dvh24e3-category-context-cards article>span{
    width:26px;
    height:26px;
    margin-bottom:9px;
  }
  body.dvh22-category-page .dvh24e3-category-context-copy h2{font-size:1.75rem}
  body.dvh22-category-page .dvh24e3-category-context-copy p{font-size:.76rem}
  body.dvh22-category-page .dvh24e3-category-intelligence{
    padding-top:20px;
    padding-bottom:21px;
  }
  body.dvh22-category-page .dvh24e3-category-intelligence h2{font-size:1.45rem}
  body.dvh22-category-page .dvh24e3-category-intelligence-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }
  body.dvh22-category-page .dvh24e3-category-intelligence .btn{
    min-height:38px;
    padding:7px 8px;
    font-size:.58rem;
  }
}
@media(max-width:420px){
  body.dvh22-category-page .dvh24e3-category-intelligence-actions{
    grid-template-columns:1fr;
  }
}
