/* ── Design tokens ── */
:root {
  --navy:     #0a1628;
  --navy-mid: #132040;
  --cream:    #f5f0e8;
  --cream-soft:#faf8f4;
  --white:    #ffffff;
  --fg:       #0a1628;
  --fg-mid:   #3a4a5c;
  --fg-muted: #6b7a8d;
  --accent:   #c8a96e;   /* gold – echoes prestige-finance firms */
  --border:   #e0d8cc;
  --radius:   4px;
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  font-family: "Georgia", "Times New Roman", serif;
  background: var(--white);
  color: var(--fg);
  scroll-behavior: smooth;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── Nav ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.logo-text {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ffffff;
  white-space: nowrap;
}

/* Large logo in About section */
.about-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}

.about-logo {
  height: 80px;
  width: auto;
  flex-shrink: 0;
  opacity: 0.88;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(255,255,255,0.75);
  padding: 0 18px;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.nav-links a:hover {
  color: #fff;
  border-bottom-color: var(--accent);
}

.nav-cta {
  background: var(--accent);
  color: var(--navy) !important;
  padding: 10px 20px !important;
  height: auto !important;
  border-radius: 2px;
  font-weight: 700;
  border-bottom: none !important;
  margin-left: 12px;
}

.nav-cta:hover {
  background: #d4b57a !important;
}

/* ── Hero ── */
.hero {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 560px;
  overflow: hidden;
  background: var(--navy);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 22, 40, 0.85) 0%,
    rgba(10, 22, 40, 0.55) 60%,
    rgba(10, 22, 40, 0.2) 100%
  );
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  left: 0; right: 0;
  padding: 0 80px;
}

.hero-eyebrow {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 20px;
}

.hero h1 {
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  max-width: 620px;
}

.hero h1 em {
  font-style: italic;
  color: var(--accent);
}

.hero-sub {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  max-width: 480px;
  margin: 0 0 36px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.btn-primary {
  background: var(--accent);
  color: var(--navy);
  border-color: var(--accent);
}

.btn-primary:hover {
  background: #d4b57a;
  border-color: #d4b57a;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

.btn-secondary:hover {
  border-color: #fff;
}

/* ── Stats bar ── */
.stats-bar {
  background: var(--navy);
  padding: 40px 0;
}

.stats-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  gap: 64px;
  align-items: center;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}

.stat-label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* ── Generic section ── */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 80px;
}

.section-alt {
  background: var(--cream-soft);
  max-width: 100%;
  padding: 80px 0;
}

.section-alt .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

.label-tag {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 4px;
}

.section-header { margin-bottom: 48px; }

.section-header h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.15;
  color: var(--navy);
}

.section-header p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-muted);
  max-width: 560px;
  margin: 0;
}

/* ── About cards ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.card {
  background: var(--white);
  padding: 36px 28px;
}

.card-num {
  font-size: 11px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.card h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 12px;
  color: var(--navy);
  line-height: 1.2;
}

.card p {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--fg-muted);
}

/* ── Split section ── */
.section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.split-text h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--navy);
}

.split-text p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--fg-muted);
  margin: 0 0 16px;
}

.split-text p:last-of-type { margin-bottom: 28px; }

.offices-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border);
}

.offices-list li {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--fg-mid);
}

.offices-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* ── Values ── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.value-card {
  border-top: 2px solid var(--accent);
  padding-top: 24px;
}

.value-card h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 12px;
  color: var(--navy);
}

.value-card p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--fg-muted);
  margin: 0;
}

/* ── Locations ── */
.offices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--border);
}

.office-card {
  border-right: 1px solid var(--border);
  overflow: hidden;
}

.office-card:last-child { border-right: none; }

.office-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(20%);
  transition: filter 0.3s;
}

.office-card:hover .office-image {
  filter: grayscale(0%);
}

.office-body {
  padding: 20px;
  background: var(--white);
}

.office-body h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 6px;
  color: var(--navy);
}

.office-body p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  font-size: 12px;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

/* ── Careers ── */
.careers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 40px;
}

.career-card {
  background: var(--white);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.career-card h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: var(--navy);
}

.career-card p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg-muted);
  margin: 0;
  flex: 1;
}

.career-link {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.career-link::after {
  content: "→";
}

/* ── Working here banner ── */
.working-banner {
  background: var(--navy);
  padding: 80px 0;
}

.working-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.working-banner h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
}

.working-banner p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0 0 28px;
}

.working-banner-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid rgba(255,255,255,0.12);
  padding-left: 48px;
}

.role-pill {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.role-pill span {
  color: var(--accent);
  font-size: 18px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: rgba(255,255,255,0.35);
  transition: color 0.15s;
  letter-spacing: 0.06em;
}

.footer-links a:hover { color: rgba(255,255,255,0.8); }

/* ── Full-width photo banner ── */
.photo-banner {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.photo-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: grayscale(15%);
}

.photo-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 22, 40, 0.82) 0%,
    rgba(10, 22, 40, 0.55) 60%,
    rgba(10, 22, 40, 0.3) 100%
  );
}

.photo-banner-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  left: 0; right: 0;
  padding: 0 80px;
}

.photo-banner-quote {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  font-style: italic;
  color: #fff;
  max-width: 680px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.photo-banner-attr {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ── Platform section ── */
.platform-image-wrap {
  border-radius: var(--radius);
  overflow: hidden;
}

.platform-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius);
  filter: grayscale(10%);
}

.platform-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.platform-tags span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-mid);
  border: 1px solid var(--border);
  padding: 5px 12px;
  border-radius: 2px;
  background: var(--cream-soft);
}

/* ── Photo strip ── */
.photo-strip-section { padding-top: 0; }

.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--border);
}

.photo-strip-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.photo-strip-item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: grayscale(30%) brightness(0.92);
  transition: filter 0.45s ease, transform 0.5s ease;
}

.photo-strip-item:hover img {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.05);
}

/* Permanent dark gradient at bottom */
.photo-strip-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 22, 40, 0.88) 0%,
    rgba(10, 22, 40, 0.3) 45%,
    transparent 100%
  );
  transition: opacity 0.35s;
}

.photo-strip-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 22px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.photo-strip-label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
}

.photo-strip-desc {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

.photo-strip-item:hover .photo-strip-desc {
  max-height: 60px;
  opacity: 1;
}

/* ── Leadership / Team ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.team-card {
  background: var(--white);
  overflow: hidden;
}

.team-photo {
  height: 280px;
  overflow: hidden;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(15%);
  transition: filter 0.3s, transform 0.3s;
}

.team-card:hover .team-photo img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.team-body {
  padding: 20px 20px 24px;
  border-top: 2px solid var(--accent);
}

.team-body h3 {
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 4px;
  color: var(--navy);
}

.team-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px !important;
}

.team-bio {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--fg-muted);
  margin: 0 !important;
}

/* ── Perspectives / Insights ── */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.insight-card {
  background: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.insight-image {
  overflow: hidden;
  height: 220px;
}

.insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
  transition: filter 0.3s, transform 0.4s;
}

.insight-card:hover .insight-image img {
  filter: grayscale(0%);
  transform: scale(1.04);
}

.insight-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.insight-tag {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  display: block;
}

.insight-body h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--navy);
}

.insight-body p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: var(--fg-muted);
  margin: 0 0 16px;
  flex: 1;
}

.insight-meta {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
  margin-top: auto;
}

/* ── Footer ── */
.footer-top {
  background: var(--navy-mid);
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 2fr);
  gap: 80px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-logo {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.03em;
}

.footer-brand p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.4);
  margin: 0;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 0 0 4px;
}

.footer-col a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  transition: color 0.15s;
}

.footer-col a:hover { color: rgba(255,255,255,0.9); }

.footer-bottom {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .section { padding: 60px 40px; }
  .section-alt .section-inner { padding: 0 40px; }
  .stats-bar-inner { padding: 0 40px; gap: 40px; }
  .hero-content { padding: 0 48px; }
  .working-banner-inner { padding: 0 40px; }
  .footer-inner { padding: 0 40px; }
  .section-split { gap: 48px; }
  .stat-divider { display: none; }
}

@media (max-width: 1024px) {
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 40px; }
  .footer-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .about-header { flex-direction: column; align-items: flex-start; }
  .about-logo { height: 56px; }
  .nav-links { display: none; }
  .nav-inner { padding: 0 20px; }
  .hero-content { padding: 0 24px; }
  .hero { height: 70vh; }

  .section { padding: 48px 24px; }
  .section-alt .section-inner { padding: 0 24px; }
  .stats-bar-inner { padding: 0 24px; gap: 32px; }

  .section-split { grid-template-columns: 1fr; gap: 36px; }
  .cards-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; gap: 28px; }
  .offices-grid { grid-template-columns: repeat(2, 1fr); }
  .office-card:nth-child(2) { border-right: none; }
  .office-card:nth-child(3) { border-right: 1px solid var(--border); border-top: 1px solid var(--border); }
  .office-card:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }
  .careers-grid { grid-template-columns: 1fr; }

  .working-banner-inner { grid-template-columns: 1fr; gap: 36px; }
  .working-banner-aside { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; }

  .footer-inner { padding: 0 24px; flex-direction: column; align-items: flex-start; }
  .footer-top-inner { padding: 0 24px; }
  .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .stats-bar { padding: 32px 0; }

  .photo-banner { height: 300px; }
  .photo-banner-text { padding: 0 24px; }
  .photo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights-grid { grid-template-columns: 1fr; }
}
