/* ===== INSIGHTS SECTION — layout, header, centering ===== */
#insights {
  overflow: hidden;
}

#insights > .e-con,
#insights .elementor-element.e-con-boxed > .e-con-inner {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

#insights .elementor-widget-shortcode,
#insights .elementor-widget-html,
#insights .elementor-widget-heading,
#insights .elementor-widget-button {
  width: 100% !important;
}

#insights .elementor-widget-shortcode .elementor-widget-container,
#insights .elementor-widget-html .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

div#content .ast-container {
    max-width: 100% !important;
}
/* Header row: title + All Articles button */
#insights .ins-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

#insights .ins-head-title,
#insights .ins-head .elementor-heading-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(34px, 4.2vw, 52px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.1 !important;
  color: #121826 !important;
  margin: 0 !important;
}

#insights .ins-head-title em,
#insights .ins-head .elementor-heading-title em {
  color: #b8956e !important;
  font-style: italic !important;
}

#insights .ins-all-btn .elementor-button,
#insights a.ins-all-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: transparent !important;
  color: #b8956e !important;
  border: 2px solid #b8956e !important;
  border-radius: 10px !important;
  padding: 12px 28px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}

#insights .ins-all-btn .elementor-button:hover,
#insights a.ins-all-btn:hover {
  background: #b8956e !important;
  color: #fff !important;
}

#insights .ins-all-btn .elementor-button-content-wrapper {
  flex-direction: row !important;
}

/* Cards area — [vp_insights_home] shortcode only */
.vp-insights-cards-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

#insights .vp-insights-cards-wrap {
  width: 100% !important;
  max-width: 100% !important;
}

/* ===== [vp_insights_home] — featured + stack layout only ===== */
.vp-insights-cards-wrap .ins-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  align-items: start !important;
  box-sizing: border-box !important;
}

.vp-insights-cards-wrap .ins-layout-feat,
.vp-insights-cards-wrap .ins-layout-stack {
  width: 100% !important;
  min-width: 0 !important;
}

.vp-insights-cards-wrap .ins-layout-feat .ins-feat,
.vp-insights-cards-wrap .ins-layout .ins-feat {
  width: 100% !important;
  max-width: 520px !important;
  justify-self: start !important;
}

/* Empty stack placeholder — [vp_insights_home] right column only */
.vp-insights-cards-wrap .ins-stack-empty {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.vp-insights-cards-wrap .ins-stack-empty-hero {
  background: linear-gradient(135deg, #0B1f36 0%, #132f4c 100%);
  border-radius: 22px;
  padding: 28px 26px;
  color: #fff;
  border: 1.5px solid rgba(184, 149, 110, 0.25);
  box-shadow: 0 8px 32px rgba(11, 31, 54, 0.14);
}

.vp-insights-cards-wrap .ins-stack-empty-hero .ins-empty-eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b8956e;
  margin-bottom: 10px;
}

.vp-insights-cards-wrap .ins-stack-empty-hero h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #fff;
}

.vp-insights-cards-wrap .ins-stack-empty-hero p {
  font-family: 'Outfit', sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 18px;
}

.vp-insights-cards-wrap .ins-stack-empty-hero a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #b8956e;
  text-decoration: none;
  border: 1.5px solid #b8956e;
  border-radius: 10px;
  padding: 10px 18px;
  transition: all 0.2s ease;
}

.vp-insights-cards-wrap .ins-stack-empty-hero a:hover {
  background: #b8956e;
  color: #fff;
}

.vp-insights-cards-wrap .ins-stack-empty-card {
  background: #fff;
  border: 1.5px dashed #dfe6ee;
  border-radius: 22px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
}

.vp-insights-cards-wrap .ins-stack-empty-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f6f1ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #b8956e;
  font-size: 16px;
}

.vp-insights-cards-wrap .ins-stack-empty-card strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  color: #121826;
  margin-bottom: 4px;
}

.vp-insights-cards-wrap .ins-stack-empty-card span {
  font-family: 'Outfit', sans-serif;
  font-size: 12.5px;
  color: #9ca3af;
  line-height: 1.5;
}

/* Homepage card styles (featured + stack inside Elementor #insights section) */
#insights .ins-feat,
#insights .ins-sm {
  background: #fff;
  border: 1.5px solid #eef2f6;
  box-shadow: 0 4px 24px rgba(11, 31, 54, 0.08);
  transition: all 0.3s;
}

.ins-feat {
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ins-feat:hover {
  box-shadow: 0 16px 56px rgba(11, 31, 54, 0.12);
  transform: translateY(-4px);
  border-color: #b8956e;
}

.ins-feat-img {
  display: block;
  height: 290px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.ins-feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.ins-feat:hover .ins-feat-img img {
  transform: scale(1.04);
}

.ins-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
}

.cat-amber { background: #b8956e; color: #fff; }
.cat-indigo { background: #0B1f36; color: #d4b896; }
.cat-purple { background: #5b4b8a; color: #fff; }

.ins-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ins-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px;
}

.ins-title a,
.ins-sm-title a {
  color: #121826;
  text-decoration: none;
}

.ins-excerpt {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.82;
  margin: 0;
}

.ins-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eef2f6;
}

.ins-av {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f6f1ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  color: #b8956e;
}

.ins-date,
.ins-read {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  color: #9ca3af;
}

.ins-read {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ins-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ins-sm {
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  width: 100%;
  min-height: 130px;
}

.ins-sm:hover {
  border-color: #b8956e;
  transform: translateX(5px);
}

.ins-sm-img {
  width: 130px;
  flex-shrink: 0;
  overflow: hidden;
  display: block;
}

.ins-sm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 130px;
}

.ins-sm-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.ins-sm-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.vp-no-posts {
  font-family: 'Outfit', sans-serif;
  color: #6b7280;
}

/* ===== ALL ARTICLES ARCHIVE + SINGLE PAGES ===== */
.vp-insights-page .site-footer,
.vp-insights-page #colophon,
.vp-insights-page .ast-small-footer {
  display: none !important;
}

.vp-page-wrap {
  background: #f7f9fb;
  padding: 48px 0 56px;
}

.vp-page-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.vp-page-cap {
  margin-bottom: 24px;
}

.vp-page-cap-inner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #dfe6ee;
}

.vp-sc-num {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #b8956e;
}

.vp-sc-title {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6b7280;
}

.vp-archive-head {
  margin-bottom: 36px;
}

.vp-archive-head h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  color: #121826;
  margin: 0 0 10px;
  line-height: 1.1;
}

.vp-archive-head h1 em {
  color: #b8956e;
  font-style: italic;
}

.vp-archive-head p {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  max-width: 620px;
}

.vp-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.vp-archive-card {
  background: #fff;
  border: 1.5px solid #eef2f6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(11, 31, 54, 0.08);
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
}

.vp-archive-card:hover {
  transform: translateY(-4px);
  border-color: #b8956e;
  box-shadow: 0 12px 40px rgba(11, 31, 54, 0.12);
}

.vp-archive-card-img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 180px;
}

.vp-archive-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.vp-archive-card:hover .vp-archive-card-img img {
  transform: scale(1.04);
}

.vp-archive-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0B1f36 0%, #132f4c 100%);
}

.vp-archive-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.vp-archive-card-body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vp-archive-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
}

.vp-archive-card h2 a {
  color: #121826;
  text-decoration: none;
  transition: color 0.2s;
}

.vp-archive-card h2 a:hover {
  color: #b8956e;
}

.vp-archive-card p {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0 0 14px;
  flex: 1;
}

.vp-archive-meta {
  margin-top: auto !important;
  padding-top: 12px !important;
  border-top: 1px solid #eef2f6 !important;
}

.vp-pagination {
  margin-top: 40px;
  text-align: center;
}

.vp-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dfe6ee;
  color: #121826;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.vp-pagination .page-numbers:hover,
.vp-pagination .current {
  background: #0B1f36;
  color: #fff;
  border-color: #0B1f36;
}

/* ===== SINGLE POST — full width, 40px side padding ===== */
.vp-single-wrap {
  padding: 40px 0 56px;
}

.vp-single-inner {
  width: 100%;
  max-width: none;
  padding: 0 40px;
}

.vp-single-back {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #b8956e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  transition: color 0.2s;
}

.vp-single-back:hover {
  color: #0B1f36;
}

.vp-single-hero {
  margin-bottom: 32px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(11, 31, 54, 0.12);
}

.vp-single-hero img {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
}

.vp-single-cat {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-bottom: 16px;
}

.vp-single-head h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  color: #121826;
  margin: 0 0 20px;
  max-width: 100%;
}

.vp-single-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid #dfe6ee;
}

.vp-single-content {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  line-height: 1.88;
  color: #2d3542;
  max-width: 100%;
}

.vp-single-content > * {
  max-width: 100%;
}

.vp-single-content h2,
.vp-single-content h3,
.vp-single-content h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #121826;
  margin-top: 36px;
  margin-bottom: 14px;
  line-height: 1.25;
}

.vp-single-content h2 { font-size: 32px; }
.vp-single-content h3 { font-size: 26px; }

.vp-single-content p {
  margin-bottom: 20px;
}

.vp-single-content ul,
.vp-single-content ol {
  margin: 0 0 20px 1.2em;
  padding: 0;
}

.vp-single-content li {
  margin-bottom: 8px;
}

.vp-single-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid #b8956e;
  background: #fff;
  border-radius: 0 14px 14px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.5;
  color: #121826;
}

.vp-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 24px 0;
}

.vp-single-footer-nav {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid #dfe6ee;
}

/* ===== VP FOOTER (archive + single) ===== */
.vp-site-footer {
  background: #121826 !important;
  padding: 44px 40px 0 !important;
}

.vp-site-footer .footer-top {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vp-site-footer .f-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.vp-site-footer .f-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.vp-site-footer .f-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.37);
  line-height: 1.88;
  margin: 0 0 22px;
  max-width: 280px;
}

.vp-site-footer .f-socs {
  display: flex;
  gap: 9px;
}

.vp-site-footer .f-soc {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s;
}

.vp-site-footer .f-soc:hover {
  background: #b8956e;
  color: #fff;
  border-color: #b8956e;
}

.vp-site-footer .f-col h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin: 0 0 18px;
}

.vp-site-footer .f-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vp-site-footer .f-col li a {
  font-family: 'Outfit', sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  transition: color 0.2s;
}

.vp-site-footer .f-col li a:hover {
  color: #b8956e;
}

.vp-site-footer .f-col li a i {
  font-size: 10px;
  color: #b8956e;
  opacity: 0.5;
}

.vp-site-footer .footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 16px;
}

.vp-site-footer .f-copy {
  font-family: 'Outfit', sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.2);
}

.vp-site-footer .f-motto {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 1200px) {
  .vp-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .vp-insights-cards-wrap .ins-layout {
    grid-template-columns: 1fr !important;
  }

  .vp-insights-cards-wrap .ins-layout-feat .ins-feat,
  .vp-insights-cards-wrap .ins-layout .ins-feat {
    max-width: 100% !important;
  }

  #insights .ins-head {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .vp-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .ins-sm {
    flex-direction: column;
  }

  .ins-sm-img {
    width: 100%;
    height: 180px;
  }

  .vp-page-inner,
  .vp-single-inner {
    padding: 0 24px;
  }

  .vp-archive-grid {
    grid-template-columns: 1fr;
  }

  .vp-single-hero img {
    height: 240px;
  }

  .vp-site-footer {
    padding: 36px 24px 0 !important;
  }

  .vp-site-footer .footer-top {
    grid-template-columns: 1fr;
  }

  .vp-site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
