
:root {
  --ih-blue: #1f6fae;
  --ih-deep: #143955;
  --ih-cyan: #29a7c7;
  --ih-soft: #eef7fb;
  --ih-border: #dbe7ef;
}
.md-header { background-color: var(--ih-deep); }
.md-tabs { background-color: #1f6fae; }
.md-typeset h1, .md-typeset h2, .md-typeset h3 { color: var(--ih-deep); font-weight: 400; }
.md-typeset a { color: #1f6fae; }
.ih-hero {
  margin: 0 0 2rem 0;
  padding: 3.5rem 2rem;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  color: white;
  box-shadow: 0 12px 36px rgba(20,57,85,0.18);
}
.ih-hero h1, .ih-hero h2, .ih-hero p { color: white; max-width: 860px; }
.ih-hero h1 { font-size: 2.65rem; margin-bottom: .2rem; font-weight: 600; }
.ih-hero h2 { font-size: 1.35rem; margin-top: 0; font-weight: 400; }
.ih-hero p { font-size: 1.05rem; }
.ih-button { display:inline-block; margin:.25rem .5rem .25rem 0; padding:.7rem 1rem; border-radius:6px; background:#1f6fae; color:white !important; font-weight:600; }
.ih-button.secondary { background:white; color:#1f6fae !important; border:1px solid #1f6fae; }
.ih-card-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap:1rem; margin:1.1rem 0 2rem 0; }
.ih-card { border:1px solid var(--ih-border); border-radius:14px; padding:1rem; background:#fff; box-shadow:0 6px 20px rgba(20,57,85,.07); }
.ih-card h3 { margin-top:.2rem; font-weight:600; }
.ih-card img { width:100%; height:160px; object-fit:cover; border-radius:10px; margin-bottom:.75rem; background:#f5f7f9; }
.ih-card.tall img { height:230px; object-fit:contain; }
.ih-card.logo img { height:100px; object-fit:contain; }
.ih-kicker { text-transform:uppercase; letter-spacing:.08em; color:#1f6fae; font-size:.75rem; font-weight:700; margin-bottom:.4rem; }
.ih-highlight { background:var(--ih-soft); border-left:5px solid var(--ih-cyan); padding:1rem; border-radius:8px; margin:1rem 0 1.5rem 0; }
.ih-metrics { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:.75rem; margin:1rem 0 2rem; }
.ih-metric { background:#fff; border:1px solid var(--ih-border); border-radius:12px; padding:1rem; text-align:center; }
.ih-metric strong { display:block; font-size:1.6rem; color:var(--ih-blue); }
.ih-timeline .ih-entry { border-left:3px solid var(--ih-cyan); padding:.2rem 0 1rem 1rem; margin-left:.35rem; }
.ih-entry h3 { margin-bottom:.15rem; }
.ih-meta { color:#5f6f7a; font-size:.9rem; margin-top:0; }
.ih-project-hero { width:100%; max-height:360px; object-fit:cover; border-radius:16px; box-shadow:0 8px 28px rgba(20,57,85,.12); margin:1rem 0; }
.ih-small-note { color:#697a86; font-size:.88rem; }
.ih-logo-strip { display:flex; gap:1.5rem; flex-wrap:wrap; align-items:center; margin:1rem 0 2rem; }
.ih-logo-strip img { max-height:68px; max-width:180px; object-fit:contain; }
@media (max-width: 760px) { .ih-hero { padding:2rem 1.2rem; } .ih-hero h1 { font-size:2rem; } }
