
/* FNHC Insights-only Patch V2 */
.insights-hero{
  background-image:
    linear-gradient(90deg,rgba(5,25,16,.92),rgba(5,25,16,.52) 58%,rgba(5,25,16,.18)),
    url("../img/insights/insights-hero.jpg");
  background-size:cover;
  background-position:center;
  min-height:620px;
}
.insights-hero .page-hero-inner{max-width:1120px}
.insights-hero h1{max-width:1050px}

.insights-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.insights-section{padding:0 0 130px;background:linear-gradient(180deg,#fbfaf6 0%,#f2ede2 100%)}

.featured-insight{
  width:100%;
  display:grid;
  grid-template-columns:1.18fr .82fr;
  padding:0;
  border:1px solid rgba(17,44,31,.14);
  background:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 25px 65px rgba(11,37,26,.10);
  overflow:hidden;
}
.featured-image{
  min-height:545px;
  background-size:cover;
  background-position:center;
  position:relative;
}
.featured-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 60%,rgba(255,255,255,.12));
}
.featured-copy{padding:62px;align-self:center}
.featured-copy h2{font-size:56px;line-height:1.02;margin:16px 0 22px}
.featured-copy>p:not(.eyebrow){color:#68736b;font-size:16px}
.featured-copy strong,.insight-card strong{
  font-size:9px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#836737;
}

.insight-meta,.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  color:#7c857e;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:8px;
}
.insights-toolbar{display:flex;align-items:end;justify-content:space-between;padding:90px 0 34px}
.insights-toolbar h2{font-size:48px}
.insight-filters{display:flex;gap:8px;flex-wrap:wrap}
.insight-filters button{
  border:1px solid rgba(17,44,31,.16);
  background:rgba(255,255,255,.72);
  padding:11px 15px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:8px;
  cursor:pointer;
}
.insight-filters button.active{background:#0b251a;color:#fff}

.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.insight-card{
  display:flex;
  flex-direction:column;
  padding:0;
  border:1px solid rgba(17,44,31,.14);
  background:#fff;
  text-align:left;
  cursor:pointer;
  overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.insight-card:hover{
  transform:translateY(-7px);
  box-shadow:0 25px 58px rgba(11,37,26,.11);
  border-color:rgba(184,154,97,.7);
}
.insight-card.hidden{display:none}
.insight-image{
  height:285px;
  background-size:cover;
  background-position:center;
  position:relative;
}
.insight-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(4,20,12,.25),transparent 55%);
}
.insight-image span{
  position:absolute;
  z-index:1;
  left:19px;
  top:19px;
  background:#0b251a;
  color:#fff;
  padding:8px 12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:8px;
}
.insight-card-copy{padding:27px;display:flex;flex-direction:column;flex:1}
.insight-card h3{font-size:32px;line-height:1.12;margin:14px 0}
.insight-card p{color:#69746c;flex:1}
.insight-card strong{margin-top:12px}

.insights-cta{padding:92px 0;background:#0b251a;color:#fff}
.insights-cta .shell{display:flex;align-items:center;justify-content:space-between}
.insights-cta h2{font-size:54px;margin:0}

/* Exquisite article reader */
.article-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:300;
  overflow:auto;
  padding:28px;
  background:rgba(3,15,9,.88);
  backdrop-filter:blur(14px);
}
.article-modal.open{display:block}
.article-panel{
  width:min(1080px,100%);
  margin:16px auto 40px;
  background:#fbfaf6;
  box-shadow:0 38px 120px rgba(0,0,0,.48);
  position:relative;
  overflow:hidden;
}
.article-close{
  position:fixed;
  z-index:5;
  top:42px;
  right:max(42px,calc((100vw - 1080px)/2 + 20px));
  width:50px;
  height:50px;
  border:1px solid rgba(255,255,255,.48);
  background:#0b251a;
  color:#fff;
  font-size:28px;
  cursor:pointer;
}
.article-hero{
  height:510px;
  background-size:cover;
  background-position:center;
  position:relative;
}
.article-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(5,24,15,.68),rgba(5,24,15,.08) 55%);
}
.article-content{max-width:790px;margin:auto;padding:65px 44px 82px}
.article-content h1{font-size:66px;line-height:.96;margin:16px 0 26px}
.article-deck{
  font-family:"Cormorant Garamond",serif;
  font-size:29px;
  line-height:1.4;
  color:#33463a;
  border-top:1px solid rgba(17,44,31,.14);
  border-bottom:1px solid rgba(17,44,31,.14);
  padding:28px 0;
  margin:28px 0 8px;
}
.article-content #article-body section{padding:18px 0}
.article-content #article-body h2{font-size:38px;line-height:1.05;margin:24px 0 10px}
.article-content #article-body p{color:#526058;font-size:16px;line-height:1.85}
.article-content #article-body section:nth-child(3){
  margin:24px -55px;
  padding:38px 55px;
  background:#f0eadf;
  border-left:3px solid #b89a61;
}
.article-content #article-body section:nth-child(3) h2{color:#71582f}
.article-end{
  margin-top:58px;
  padding:34px;
  background:linear-gradient(135deg,#0b251a,#17432f);
  color:#fff;
}
.article-end p{color:#d8e0da}
.article-end a{color:#d2bb88;font-weight:500}

@media(max-width:980px){
  .insights-intro-grid,.featured-insight{grid-template-columns:1fr}
  .featured-image{min-height:430px}
  .insights-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .insights-intro-grid,.insights-grid{grid-template-columns:1fr}
  .insights-hero{min-height:520px}
  .featured-copy{padding:34px 25px}
  .featured-copy h2{font-size:43px}
  .insights-toolbar,.insights-cta .shell{align-items:flex-start;flex-direction:column;gap:25px}
  .article-modal{padding:0}
  .article-panel{margin:0}
  .article-close{position:absolute;top:14px;right:14px}
  .article-hero{height:320px}
  .article-content{padding:42px 24px 62px}
  .article-content h1{font-size:47px}
  .article-deck{font-size:25px}
  .article-content #article-body section:nth-child(3){margin:20px -24px;padding:30px 24px}
}
