/* SANOVITACARE HEALTHY TRENDS CATEGORY TEMPLATE */

.healthy-trends-page{
  background:#fffdf8;
  color:#21312f;
}

.ht-eyebrow{
  color:#b98123;
  font-family:"Inter",sans-serif;
  font-size:14px!important;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:14px;
}

/* HERO */

.ht-hero{
  padding:30px 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(212,175,55,.13), transparent 25%),
    linear-gradient(120deg,#fffdf8 0%,#f7f1e8 54%,#eef8f6 100%);
  border-bottom:1px solid rgba(8,44,42,.08);
}

.ht-hero-grid{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:46px;
  align-items:center;
}

.ht-hero-copy h1{
  color:#073d3a;
  font-family:"Playfair Display",serif;
  font-size:52px;
  line-height:1.03;
  letter-spacing:-.045em;
  margin-bottom:22px;
}

.ht-hero-copy > p{
  color:#4f625f;
  font-size:20px;
  line-height:1.75;
  margin-bottom:28px;
}

.ht-read-more{
    margin-top:auto;
    padding-top:18px;

    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:18px;
    font-weight:700;
    color:var(--gold);
    transition:.25s ease;
}

.ht-read-more span{
  transition:.25s ease;
}

.ht-article-card:hover .ht-read-more{
  color:#0f3d3e;
}

.ht-article-card:hover .ht-read-more span{
  transform:translateX(4px);
}

.ht-topic-pills{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.ht-topic-pills a{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  padding:0 17px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(8,44,42,.08);
  color:#073d3a;
  font-size:14px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(8,44,42,.05);
}

.ht-featured-card{
  background:#fff;
  border:1px solid rgba(8,44,42,.08);
  border-radius:30px;
  padding:22px;
  box-shadow:0 24px 70px rgba(8,44,42,.10);
  transition:.25s ease;
}

.ht-featured-card:hover{
  transform:translateY(-5px);
}

.ht-featured-card > span{
  display:inline-block;
  color:#b98123;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:12px;
}

.ht-featured-card img{
  width:100%;
  height:250px;
  object-fit:cover;
  border-radius:22px;
  margin-bottom:18px;
}

.ht-featured-card h3{
  color:#073d3a;
  font-size:24px;
  line-height:1.2;
  margin-bottom:10px;
}

.ht-featured-card p{
  color:#526461;
  font-size:15px;
  line-height:1.65;
  margin-bottom:12px;
}

.ht-featured-card strong{
  color:#073d3a;
}

/* NAV STRIP */

.ht-nav-strip{
  background:#fff;
  border-bottom:1px solid rgba(8,44,42,.07);
  padding:18px 0;
}

.ht-nav-grid{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:center;
}

.ht-nav-grid a{
  padding:10px 18px;
  border-radius:999px;
  background:#f8f5ee;
  color:#073d3a;
  font-size:14px;
  font-weight:900;
  border:1px solid rgba(8,44,42,.06);
}

.ht-nav-grid a.active,
.ht-nav-grid a:hover{
  background:#073d3a;
  color:#fff;
}

/* GENERAL */

.ht-section{
  padding:72px 0;
}

.ht-section-heading{
  text-align:center;
  max-width:850px;
  margin:0 auto 38px;
}

.ht-section-heading h2{
  color:#073d3a;
  font-size:clamp(36px,4vw,54px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin-bottom:14px;
}

.ht-section-heading p{
  color:#526461;
  font-size:18px;
  line-height:1.7;
}

.ht-section-heading.split{
  max-width:none;
  text-align:left;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:22px;
}

.ht-section-heading.split a{
  color:#073d3a;
  font-weight:900;
}

/* EDITOR */

.ht-editor-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  grid-template-rows:1fr 1fr;
  gap:22px;
}

.ht-editor-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  min-height:250px;
  box-shadow:0 20px 54px rgba(8,44,42,.08);
  background:#073d3a;
}

.ht-editor-card.big-card{
  grid-row:span 2;
  min-height:530px;
}

.ht-editor-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.72;
  transition:.3s ease;
}

.ht-editor-card:hover img{
  transform:scale(1.04);
}

.ht-editor-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72));
}

.ht-editor-card div{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:28px;
}

.ht-editor-card span{
  color:#f2d98b;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.ht-editor-card h3{
  color:#fff;
  font-size:24px;
  line-height:1.18;
  margin-top:8px;
}

.ht-editor-card.big-card h3{
  font-size:36px;
  max-width:620px;
}

.ht-editor-card p{
  color:rgba(255,255,255,.82);
  max-width:660px;
  line-height:1.65;
  margin-top:10px;
}

/* LATEST */

.ht-latest-section{
  background:#f8f5ee;
}

.ht-article-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.ht-article-card{
    background:#fff;
    border:1px solid rgba(8,44,42,.08);
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 44px rgba(8,44,42,.06);
    transition:.25s ease;

    display:flex;
    flex-direction:column;
}

.ht-article-card:hover{
  transform:translateY(-5px);
}

.ht-article-card img{
  width:100%;
  height:210px;
  object-fit:cover;
}

.ht-article-card > div{
    padding:5px 10px;

    display:flex;
    flex-direction:column;
    flex:1;
}
 .active {
    color: var(--gold-soft);
}

.ht-article-card span{
  color:#276713;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
}

.ht-article-card h3{
  color:#073d3a;
  font-size:30px;
  line-height:1.15;
  margin:8px 0 10px;
}

.ht-article-card p{
  color:#262b2a;
  line-height:1.65;
}

/* TOPICS */

.ht-topic-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.ht-topic-grid a{
  padding:28px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(8,44,42,.08);
  box-shadow:0 18px 44px rgba(8,44,42,.06);
  transition:.25s ease;
}

.ht-topic-grid a:hover{
  transform:translateY(-5px);
}

.ht-topic-grid span{
  color:#b98123;
  font-size:13px;
  font-weight:900;
}

.ht-topic-grid h3{
  color:#073d3a;
  font-size:23px;
  line-height:1.2;
  margin:10px 0;
}

.ht-topic-grid p{
  color:#526461;
  font-size:15px;
  line-height:1.65;
}

/* PRODUCTS */

.ht-products-section{
  padding:72px 0;
  background:#fffdf8;
}

.ht-products-box{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:32px;
  align-items:center;
  padding:38px;
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,.14), transparent 34%),
    linear-gradient(135deg,#073d3a,#00524d);
  color:#fff;
  box-shadow:0 24px 70px rgba(8,44,42,.16);
}

.ht-products-copy h2{
  color:#fff;
  font-size:44px;
  line-height:1.05;
  margin-bottom:14px;
}

.ht-products-copy p{
  color:rgba(255,255,255,.78);
  line-height:1.75;
  margin-bottom:22px;
  font-size: 18px;
}

.ht-products-copy a{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#D4AF37,#f2d98b);
  color:#062826;
  font-weight:700;
  font-size: 18px;
}

.ht-products-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.ht-products-grid a{
  background:#fff;
  color:#073d3a;
  border-radius:22px;
  padding:12px;
  text-align:center;
}

.ht-products-grid img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#f8f5ee;
  border-radius:16px;
  margin-bottom:12px;
}

.ht-products-grid h3{
  font-size:22px;
  line-height:1.25;
 
}

.ht-products-grid span{
  color:#b98123;
  font-size:15px;
  font-weight:700;
}

/* NOTE */

.ht-note-section{
  padding:0 0 40px;
}

.ht-note-box{
  padding:20px 24px;
  border-radius:18px;
  background:#fff8e8;
  border:1px solid rgba(212,175,55,.28);
  color:#5f5a4c;
  font-size:14px;
  line-height:1.65;
}


/* RESPONSIVE */

@media(max-width:800px){
  .ht-products-section { padding: 30px 0;}
  .ht-section-heading h2 { margin-bottom: 10px; font-size: 32px;}
  .ht-section-heading p {  color:#526461;  font-size:16px;  line-height:1.7; }
  .ht-section { padding: 30px 0px;}
  .ht-article-card p { font-size: 18px; font-weight: 500;   }
  .ht-products-copy h2 { font-size: 32px;}
}


@media(max-width:1000px){
  .ht-hero-grid,
  .ht-products-box{
    grid-template-columns:1fr;
  }

  .ht-editor-grid,
  .ht-article-grid,
  .ht-topic-grid,
  .ht-products-grid{
    grid-template-columns:1fr 1fr;
  }

  .ht-editor-card.big-card{
    grid-row:auto;
  }

  .ht-section-heading.split{
    display:block;
  }
}

@media(max-width:700px){
  .ht-hero{
    padding:48px 0;
  }

  .ht-editor-grid,
  .ht-article-grid,
  .ht-topic-grid,
  .ht-products-grid{
    grid-template-columns:1fr;
  }

  .ht-products-box{
    padding:20px 18px;
  }
}
