/* ═══════════════════════════════════════════════════════════════
   insights.css — MINTBRIDGE BANK
   Journal / Insights page · Evergreen Mint
   Loaded after base.css and inner-pages.css.
═══════════════════════════════════════════════════════════════ */

/* ── Article tag badges (shared) ── */
.ntag { display: inline-flex; align-items: center; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 3px; }
.tm  { background: var(--gold);  color: var(--forest); }
.tt2 { background: var(--mint);  color: var(--emerald-deep); }
.tw  { background: rgba(255,255,255,.9); color: var(--emerald); }


/* ── FEATURED CARD ── */
.ins-featured { background: var(--white); padding: clamp(40px,5vw,64px) 0; }
.ins-featured-card {
  display: grid; grid-template-columns: 1.1fr 1fr;
  border: 1px solid var(--mist); border-radius: 20px; overflow: hidden;
  text-decoration: none; background: var(--white);
  transition: transform .35s cubic-bezier(.23,1,.32,1), box-shadow .35s;
}
.ins-featured-card:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(11,92,74,.12); }
.ifc-img { position: relative; min-height: 300px; overflow: hidden; }
.ifc-tag-wrap { position: absolute; top: 18px; left: 18px; display: flex; gap: 8px; z-index: 2; }
.ifc-badge { display: inline-flex; align-items: center; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 3px; background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.ifc-body { padding: clamp(28px,4vw,48px); display: flex; flex-direction: column; justify-content: center; }
.ifc-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.ifc-meta strong { color: var(--text); font-weight: 600; }
.ifc-title { font-family: var(--serif); font-size: clamp(24px,3vw,38px); font-weight: 400; color: var(--ink); line-height: 1.15; margin-bottom: 16px; }
.ifc-excerpt { font-size: clamp(14px,1.4vw,15.5px); color: var(--text); line-height: 1.75; margin-bottom: 24px; }
.ifc-cta { font-size: 13px; font-weight: 500; color: var(--emerald-2); }


/* ── LATEST GRID ── */
.ins-grid-section { background: var(--cloud); padding: clamp(56px,7vw,96px) 0; }
.ins-grid-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 20px; flex-wrap: wrap; }
.ins-search-wrap { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--mist); border-radius: 8px; padding: 10px 16px; min-width: min(280px,100%); transition: border-color .25s; }
.ins-search-wrap:focus-within { border-color: var(--emerald-2); box-shadow: 0 0 0 3px rgba(15,110,86,.12); }
.ins-search-wrap svg { color: var(--muted); flex-shrink: 0; }
.ins-search-input { border: none; outline: none; font-family: var(--sans); font-size: 14px; color: var(--ink); background: transparent; width: 100%; }
.ins-search-input::placeholder { color: var(--muted); }

.ins-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,24px); }
.ins-card { background: var(--white); border: 1px solid var(--mist); border-radius: 14px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.ins-card:hover { transform: translateY(-5px); box-shadow: 0 24px 56px rgba(11,92,74,.1); }
.ins-card-link { text-decoration: none; display: flex; flex-direction: column; height: 100%; }
.ins-card-img { position: relative; height: 170px; overflow: hidden; }
.ins-card-img .ntag { position: absolute; top: 14px; left: 14px; z-index: 2; }
.ins-premium-badge { position: absolute; top: 14px; right: 14px; z-index: 2; font-size: 9.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; background: var(--gold); color: var(--forest); }
.ins-card-body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ins-card-meta { display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--muted); }
.ins-card-title { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--ink); line-height: 1.3; }
.ins-card-excerpt { font-size: 13px; color: var(--text); line-height: 1.6; flex: 1; }
.ins-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--mist); }
.ins-author { display: flex; align-items: center; gap: 8px; }
.ins-author-av { width: 28px; height: 28px; border-radius: 50%; background: var(--emerald); color: var(--mint); font-family: var(--serif); font-size: 11px; display: flex; align-items: center; justify-content: center; }
.ins-author-name { font-size: 12px; color: var(--text); }
.ins-read-more { font-size: 12.5px; font-weight: 500; color: var(--emerald-2); }

.ins-no-results { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding: 60px 20px; }
.ins-no-results-icon { font-size: 40px; color: var(--muted); }
.ins-no-results-msg { font-size: 14px; color: var(--text); max-width: 380px; line-height: 1.6; }

.ins-pagination { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 48px; flex-wrap: wrap; }
.ins-page-btn { font-size: 13px; font-weight: 500; color: var(--emerald-2); text-decoration: none; padding: 8px 16px; border: 1px solid var(--mist); border-radius: 8px; background: var(--white); transition: all .2s; }
.ins-page-btn:hover { border-color: var(--emerald-2); background: var(--mint-pale); }
.ins-page-btn--disabled { color: var(--muted); opacity: .5; pointer-events: none; }
.ins-page-nums { display: flex; gap: 6px; }
.ins-page-num { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--text); text-decoration: none; border-radius: 8px; border: 1px solid var(--mist); background: var(--white); transition: all .2s; }
.ins-page-num:hover { border-color: var(--emerald-2); color: var(--emerald); }
.ins-page-num.active { background: var(--emerald); color: #fff; border-color: var(--emerald); }


/* ── MARKET TICKER BAR ── */
.ins-market-bar { background: var(--forest); padding: 20px 0; overflow: hidden; }
.ins-market-bar .section-wrap { display: flex; align-items: center; gap: 24px; }
.ins-mb-label { font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--mint); flex-shrink: 0; }
.ins-ticker { display: flex; align-items: center; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.ins-ticker::-webkit-scrollbar { display: none; }
.ins-tick { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.it-name { font-size: 12px; color: rgba(255,255,255,.6); }
.it-val { font-size: 13px; color: #fff; font-weight: 600; }
.it-chg { font-size: 11.5px; font-weight: 500; }
.ins-tick--up   .it-chg { color: var(--mint); }
.ins-tick--down .it-chg { color: #E88; }
.ins-tick-div { width: 1px; height: 20px; background: rgba(255,255,255,.12); flex-shrink: 0; }
.ins-tick-div--disclaimer { margin-left: auto; }
.it-disclaimer { font-size: 10.5px; color: rgba(255,255,255,.3); flex-shrink: 0; }


/* ── TOPIC SPOTLIGHTS ── */
.ins-spotlights { background: var(--white); padding: clamp(56px,7vw,96px) 0; }
.ins-spotlight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,24px); }
.ins-spotlight { display: flex; flex-direction: column; background: var(--cloud); border: 1px solid var(--mist); border-radius: 16px; padding: clamp(24px,3vw,34px); transition: border-color .3s, box-shadow .3s; }
.ins-spotlight:hover { border-color: rgba(110,231,183,.5); box-shadow: 0 16px 48px rgba(11,92,74,.08); }
.isl-icon { font-size: 30px; margin-bottom: 16px; color: var(--emerald-2); }
.isl-title { font-family: var(--serif); font-size: clamp(20px,2.2vw,26px); font-weight: 400; color: var(--ink); margin-bottom: 10px; }
.isl-desc { font-size: 13.5px; color: var(--text); line-height: 1.65; margin-bottom: 20px; }
.isl-links { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 4px; }
.isl-links a { font-size: 13.5px; color: var(--text); text-decoration: none; line-height: 1.4; transition: color .2s; display: block; padding-left: 16px; position: relative; }
.isl-links a::before { content: '→'; position: absolute; left: 0; color: var(--gold); }
.isl-links a:hover { color: var(--emerald); }


/* ── INLINE NEWSLETTER ── */
.ins-newsletter { background: var(--cloud); padding: clamp(40px,5vw,72px) 0; }
.ins-nl-card { background: linear-gradient(135deg, var(--forest), var(--emerald)); border-radius: 20px; padding: clamp(28px,4vw,48px); display: flex; align-items: center; justify-content: space-between; gap: clamp(24px,4vw,48px); flex-wrap: wrap; border: 1px solid rgba(110,231,183,.18); }
.ins-nl-left { display: flex; align-items: flex-start; gap: 18px; flex: 1; min-width: min(280px,100%); }
.ins-nl-icon { font-size: 30px; color: var(--mint); flex-shrink: 0; }
.ins-nl-title { font-family: var(--serif); font-size: clamp(20px,2.2vw,26px); font-weight: 400; color: #fff; margin-bottom: 6px; }
.ins-nl-sub { font-size: 13.5px; color: rgba(255,255,255,.55); line-height: 1.6; }
.ins-nl-form { display: flex; gap: 10px; flex-wrap: wrap; flex: 1; max-width: 440px; min-width: min(280px,100%); }
.ins-nl-input { flex: 1; min-width: 180px; background: rgba(255,255,255,.06) !important; border-color: rgba(255,255,255,.14) !important; color: #fff !important; }
.ins-nl-input::placeholder { color: rgba(255,255,255,.4); }
.ins-nl-btn { white-space: nowrap; }


/* ── FROM THE ADVISORS ── */
.ins-advisors { background: var(--white); padding: clamp(56px,7vw,96px) 0; }
.ins-advisor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,24px); }
.ins-advisor-card { display: flex; flex-direction: column; background: var(--cloud); border: 1px solid var(--mist); border-radius: 16px; padding: clamp(24px,3vw,32px); transition: border-color .3s, box-shadow .3s; }
.ins-advisor-card:hover { border-color: rgba(110,231,183,.5); box-shadow: 0 16px 48px rgba(11,92,74,.08); }
.iac-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.iac-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--emerald), var(--emerald-2)); color: var(--mint-light); font-family: var(--serif); font-size: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.iac-name { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.iac-role { font-size: 12px; color: var(--emerald-2); }
.iac-quote { font-family: var(--serif); font-size: 15px; font-style: italic; font-weight: 300; color: var(--text); line-height: 1.65; margin: 0 0 18px; flex: 1; border: none; padding: 0; }
.iac-link { font-size: 13px; font-weight: 500; color: var(--emerald-2); text-decoration: none; }
.iac-link:hover { text-decoration: underline; }


/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  .ins-featured-card    { grid-template-columns: 1fr; }
  .ifc-img              { min-height: 220px; }
  .ins-grid             { grid-template-columns: repeat(2,1fr); }
  .ins-spotlight-grid   { grid-template-columns: 1fr; }
  .ins-advisor-grid     { grid-template-columns: 1fr; }
  .ins-tick-div--disclaimer, .it-disclaimer { display: none; }
}
@media (max-width: 620px) {
  .ins-grid { grid-template-columns: 1fr; }
  .ins-nl-card, .ins-nl-form { flex-direction: column; align-items: stretch; }
  .ins-nl-btn { width: 100%; }
}