/* Bending Spoons public research feature — Acquiry Research */
:root {
  --bs-navy: #0d1b2e;
  --bs-navy-deep: #07111d;
  --bs-blue: #086ad8;
  --bs-blue-soft: #4a9eff;
  --bs-paper: #f4f7fb;
  --bs-ink: #1a2332;
  --bs-muted: #5a6577;
  --bs-line: #e2e9f1;
  --bs-card: #ffffff;
  --bs-gold: #c9a227;
}

.bs-page {
  color: var(--bs-ink);
  background: #fff;
}

.bs-hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: flex;
  align-items: flex-end;
  padding: 150px 0 0;
  overflow: hidden;
  background: var(--bs-navy-deep);
  color: #fff;
}

.bs-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bs-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.02);
  animation: bs-ken 20s ease-out forwards;
}

@keyframes bs-ken {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}

.bs-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(7, 17, 29, 0.94) 0%, rgba(7, 17, 29, 0.82) 38%, rgba(7, 17, 29, 0.42) 68%, rgba(7, 17, 29, 0.72) 100%),
    linear-gradient(to top, rgba(7, 17, 29, 0.98) 0%, rgba(7, 17, 29, 0.55) 38%, transparent 68%);
}

.bs-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 48px;
}

.bs-hero-copy {
  max-width: 920px;
  margin-bottom: 48px;
}

.bs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Rubik, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bs-blue-soft);
  margin-bottom: 22px;
}

.bs-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--bs-blue-soft);
}

.bs-hero h1 {
  font-family: Poppins, sans-serif;
  font-size: clamp(2.55rem, 5.4vw, 4.35rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 22px;
  max-width: 14ch;
  animation: bs-rise 0.9s ease-out both;
}

.bs-hero-lead {
  font-family: Rubik, sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
  max-width: 46ch;
  margin: 0 0 28px;
  animation: bs-rise 0.9s ease-out 0.12s both;
}

.bs-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-family: Rubik, sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  animation: bs-rise 0.9s ease-out 0.2s both;
}

.bs-byline span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  margin-right: 22px;
  vertical-align: middle;
  transform: translateY(-1px);
}

@keyframes bs-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.bs-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  animation: bs-rise 1s ease-out 0.28s both;
}

.bs-hero-stat {
  background: rgba(7, 17, 29, 0.72);
  padding: clamp(26px, 3.5vw, 40px) clamp(18px, 2.2vw, 28px);
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  transition: background 0.3s ease;
}

.bs-hero-stat:hover {
  background: rgba(8, 106, 216, 0.22);
}

.bs-hero-stat strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

.bs-hero-stat span {
  font-family: Rubik, sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.35;
}

.bs-hero-note {
  margin-top: 16px;
  font-family: Rubik, sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
}

.bs-shell {
  background: #fff;
  padding: 56px 0 96px;
}

.bs-article > * + * {
  margin-top: 1.35rem;
}

.bs-section-head {
  margin: 3.4rem 0 1.4rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--bs-line);
  scroll-margin-top: 96px;
}

.bs-section-head + * {
  margin-top: 1.1rem !important;
}

.bs-section-kicker {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bs-blue);
  margin: 0 0 10px;
}

.bs-section-head h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 750;
  color: var(--bs-navy);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 10px;
  scroll-margin-top: 96px;
}

.bs-section-dek {
  font-family: Rubik, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--bs-muted) !important;
  margin: 0;
  max-width: 52ch;
}

.bs-article > h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 750;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
  margin: 2.8rem 0 0.85rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--bs-line);
  scroll-margin-top: 96px;
}

.bs-article h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--bs-navy);
  margin: 2rem 0 0.65rem;
  letter-spacing: -0.01em;
}

.bs-article p,
.bs-article li {
  font-family: Rubik, sans-serif;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #364152;
}

.bs-article a {
  color: var(--bs-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bs-article ul {
  padding-left: 1.2rem;
}

.bs-article li {
  margin: 0.35rem 0;
  list-style: disc;
}

.bs-article li::marker {
  color: var(--bs-blue-soft);
}

.bs-article sup a {
  font-size: 0.72em;
  text-decoration: none;
  font-weight: 600;
  margin-left: 1px;
}

.bs-pull {
  margin: 2rem 0;
  padding: 20px 24px 20px 22px;
  border-left: 3px solid var(--bs-blue);
  background: linear-gradient(90deg, rgba(8, 106, 216, 0.06), transparent 85%);
  border-radius: 0 12px 12px 0;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--bs-navy);
  letter-spacing: -0.015em;
}

.bs-section-head + .bs-pull,
.bs-article > h2 + .bs-pull {
  margin-top: 1.2rem;
}

.bs-callout {
  margin: 2rem 0;
  padding: 26px 28px;
  border-radius: 12px;
  background: linear-gradient(145deg, #0d1b2e 0%, #143250 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(7, 17, 29, 0.18);
}

.bs-callout h3 {
  color: #fff;
  margin-top: 0;
  font-size: 1.2rem;
}

.bs-callout p,
.bs-callout li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.bs-callout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.bs-callout-grid div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 14px 12px;
}

.bs-callout-grid strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 4px;
}

.bs-callout-grid span {
  font-family: Rubik, sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.58);
}

.bs-badge-pending {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(201, 162, 39, 0.18);
  color: #f0d78a;
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.bs-figure {
  margin: 2rem 0;
}

.bs-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #f4f8fc;
  border-radius: 12px;
  display: block;
  box-shadow: 0 16px 36px rgba(7, 17, 29, 0.12);
}

.bs-figure figcaption {
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 0.8rem;
  color: var(--bs-muted);
}

.bs-chart-card,
.bs-table-wrap,
.bs-funnel {
  margin: 1.8rem 0;
  padding: 22px;
  border: 1px solid var(--bs-line);
  border-radius: 12px;
  background: #fafcfe;
}

.bs-chart-card h4,
.bs-table-wrap h4,
.bs-funnel h4 {
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bs-navy);
  margin: 0 0 14px;
}

.bs-chart-wrap {
  position: relative;
  height: 280px;
}

.bs-chart-note {
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 0.78rem;
  color: var(--bs-muted);
}

.bs-q1 strong {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  color: var(--bs-blue);
}

.bs-quality {
  margin: 2.6rem 0;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 18px;
  background:
    radial-gradient(ellipse 60% 70% at 0% 0%, rgba(8, 106, 216, 0.22), transparent 55%),
    linear-gradient(145deg, #0d1b2e 0%, #143250 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(7, 17, 29, 0.2);
}

.bs-quality--light {
  background: #f4f8fc;
  color: var(--bs-ink);
  border: 1px solid var(--bs-line);
  box-shadow: none;
}

.bs-quality-head {
  margin-bottom: 22px;
  max-width: 640px;
}

.bs-quality-eyebrow {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bs-blue-soft);
  margin: 0 0 10px;
}

.bs-quality--light .bs-quality-eyebrow {
  color: var(--bs-blue);
}

.bs-quality-head h3 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 10px;
}

.bs-quality--light .bs-quality-head h3 {
  color: var(--bs-navy);
}

.bs-quality-head p {
  font-family: Rubik, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68) !important;
  margin: 0;
}

.bs-quality--light .bs-quality-head p {
  color: var(--bs-muted) !important;
}

.bs-quality-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bs-quality-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bs-quality-grid > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 132px;
}

.bs-quality--light .bs-quality-grid > div {
  background: #fff;
  border-color: var(--bs-line);
}

.bs-quality-grid strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}

.bs-quality--light .bs-quality-grid strong {
  color: var(--bs-blue);
}

.bs-quality-grid span {
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

.bs-quality--light .bs-quality-grid span {
  color: var(--bs-muted);
}

.bs-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.bs-stat-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.bs-stat-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.bs-stat-grid > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--bs-line);
}

.bs-stat-grid strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 750;
  color: var(--bs-blue);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.bs-stat-grid span {
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  color: var(--bs-muted);
  line-height: 1.4;
}

.bs-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-family: Rubik, sans-serif;
  font-size: 0.92rem;
}

.bs-table-wrap th,
.bs-table-wrap td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--bs-line);
}

.bs-table-wrap th {
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bs-muted);
  font-weight: 600;
}

.bs-table-wrap td {
  color: var(--bs-ink);
}

.bs-timeline {
  margin: 3.2rem 0;
  padding: clamp(36px, 5vw, 56px) clamp(22px, 3.5vw, 40px) clamp(40px, 5vw, 52px);
  border-radius: 18px;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(8, 106, 216, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(74, 158, 255, 0.12), transparent 50%),
    linear-gradient(155deg, #07111d 0%, #0d1b2e 48%, #123049 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(7, 17, 29, 0.28);
  overflow: hidden;
  position: relative;
}

.bs-timeline-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.bs-timeline-eyebrow {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bs-blue-soft);
  margin: 0 0 12px;
}

.bs-timeline-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #fff !important;
  margin: 0 0 14px !important;
  scroll-margin-top: 96px;
}

.bs-timeline-lead {
  font-family: Rubik, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0;
}

.bs-timeline-rail {
  list-style: none;
  margin: 0;
  padding: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  border: 0;
}

.bs-timeline-rail::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(74, 158, 255, 0.55), rgba(8, 106, 216, 0.9), rgba(74, 158, 255, 0.55), transparent);
}

.bs-timeline-rail li {
  position: relative;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
}

.bs-timeline-rail li::before {
  display: none;
}

.bs-timeline-dot {
  position: absolute;
  top: -6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bs-blue-soft);
  box-shadow: 0 0 0 6px rgba(8, 106, 216, 0.22), 0 0 18px rgba(74, 158, 255, 0.45);
  animation: bs-pulse 2.8s ease-in-out infinite;
}

.bs-timeline-rail li:nth-child(2) .bs-timeline-dot { animation-delay: 0.2s; }
.bs-timeline-rail li:nth-child(3) .bs-timeline-dot { animation-delay: 0.4s; }
.bs-timeline-rail li:nth-child(4) .bs-timeline-dot { animation-delay: 0.6s; }
.bs-timeline-rail li:nth-child(5) .bs-timeline-dot { animation-delay: 0.8s; }
.bs-timeline-rail li:nth-child(6) .bs-timeline-dot { animation-delay: 1s; }

@keyframes bs-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(8, 106, 216, 0.22), 0 0 14px rgba(74, 158, 255, 0.35); }
  50% { box-shadow: 0 0 0 10px rgba(8, 106, 216, 0.12), 0 0 22px rgba(74, 158, 255, 0.55); }
}

.bs-timeline-rail time {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
  margin: 8px 0 2px;
}

.bs-timeline-rail strong {
  font-family: Poppins, sans-serif;
  font-size: 0.92rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.35;
}

.bs-timeline-rail p {
  font-family: Rubik, sans-serif;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55) !important;
  margin: 0;
}

.bs-timeline-rail li.is-pending {
  padding: 18px 12px 12px;
  margin-top: -6px;
  border-radius: 12px;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.bs-timeline-rail li.is-pending .bs-timeline-dot {
  background: #e6c35c;
  box-shadow: 0 0 0 6px rgba(201, 162, 39, 0.22), 0 0 18px rgba(230, 195, 92, 0.4);
  animation: none;
}

.bs-timeline-rail li.is-pending time {
  color: #f0d78a;
}

.bs-timeline-flag {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 4px;
  padding: 4px 9px;
  border-radius: 999px;
  font-family: Rubik, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0d78a;
  background: rgba(201, 162, 39, 0.16);
  border: 1px solid rgba(201, 162, 39, 0.4);
}

.bs-faq details {
  border: 1px solid var(--bs-line);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 10px 0;
  background: #fff;
}

.bs-faq summary {
  font-family: Poppins, sans-serif;
  font-weight: 650;
  color: var(--bs-navy);
  cursor: pointer;
}

.bs-faq details p {
  margin-top: 10px;
  font-size: 0.95rem;
}

.bs-sources details {
  margin-top: 1.5rem;
  border-top: 1px solid var(--bs-line);
  padding-top: 1rem;
}

.bs-sources summary {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: var(--bs-navy);
  cursor: pointer;
}

.bs-sources ol {
  margin: 14px 0 0;
  padding-left: 1.2rem;
}

.bs-sources li {
  font-size: 0.9rem;
  margin: 10px 0;
  list-style: decimal;
}

.bs-cta {
  margin-top: 2.8rem;
  padding: 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d1b2e, #163553);
  color: #fff;
}

.bs-cta h2 {
  color: #fff !important;
  margin-top: 0 !important;
}

.bs-cta p {
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: none;
}

.bs-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bs-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 4px;
  font-family: Rubik, sans-serif;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s;
}

.bs-btn-primary {
  background: var(--bs-blue);
  color: #fff !important;
  border: 1px solid var(--bs-blue);
}

.bs-btn-primary:hover { background: #0658b5; }

.bs-btn-ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bs-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
}

.bs-ceo-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 22px;
  align-items: center;
  margin: 2rem 0;
  padding: 18px;
  border: 1px solid var(--bs-line);
  border-radius: 12px;
  background: #fff;
}

.bs-ceo-row img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.bs-ceo-row p {
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 1100px) {
  .bs-timeline-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 18px;
    padding-top: 0;
  }

  .bs-timeline-rail::before {
    display: none;
  }

  .bs-timeline-rail li {
    padding: 20px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .bs-timeline-dot {
    position: static;
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
  .bs-hero { min-height: auto; padding: 128px 0 0; }
  .bs-hero h1 { max-width: none; }
  .bs-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bs-hero-stat { min-height: 120px; }
  .bs-callout-grid { grid-template-columns: repeat(2, 1fr); }
  .bs-stat-grid-3,
  .bs-stat-grid-4,
  .bs-quality-grid { grid-template-columns: repeat(2, 1fr); }
  .bs-ceo-row { grid-template-columns: 140px 1fr; }
  .bs-ceo-row img { width: 140px; height: 140px; }
}

@media (max-width: 640px) {
  .bs-hero-inner { padding-bottom: 32px; }
  .bs-hero-copy { margin-bottom: 28px; }
  .bs-hero-stats { grid-template-columns: 1fr; border-radius: 12px; }
  .bs-hero-stat { min-height: 0; padding: 22px 20px; }
  .bs-callout-grid,
  .bs-stat-grid,
  .bs-stat-grid-3,
  .bs-stat-grid-4,
  .bs-quality-grid,
  .bs-quality-grid-2 { grid-template-columns: 1fr; }
  .bs-timeline-rail { grid-template-columns: 1fr; }
  .bs-ceo-row { grid-template-columns: 1fr; }
}
