/* TechRhodes — brand system per docs/PDF.pdf design/developer handoff */

:root {
  --bg: #000000;
  --bg-alt: #111416;
  --gold: #c99a2e;
  --gold-muted: #a97c1f;
  --rule: rgba(201, 154, 46, 0.35);
  --display: #f3efe7;
  --body: #e2e2de;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--display);
  font-family: var(--sans);
  line-height: 1.3;
}

img {
  max-width: 100%;
  display: block;
}

.eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Central heading system. h1 is the page-topic kicker label (e.g. "Our
   Leadership", "Privacy Policy") — visually small, matching .eyebrow —
   EXCEPT on Home, whose hero headline has no eyebrow above it and is the
   real h1 there. h2 is the large serif heading. Sections scope their own
   overrides contextually (standard-block, CTA, legal subsection headers). */
h1 {
  display: block;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 46px;
  line-height: 1.1;
  color: var(--display);
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ Shared site header ============ */
.site-header {
  position: relative;
  border-bottom: 1px solid var(--rule);
  padding: 20px 0;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  display: block;
  text-decoration: none;
  line-height: 1.1;
}

.wordmark img {
  height: 59px;
  width: auto;
  display: block;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
}

.site-header nav {
  display: flex;
  align-items: center;
}

.site-header nav a {
  color: var(--display);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-right: 1px solid var(--rule);
}

.site-header nav a:first-child {
  padding-left: 0;
}

.site-header nav a:last-child {
  padding-right: 0;
  border-right: none;
}

.site-header nav a:hover {
  color: var(--gold);
}

.site-header nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  border-bottom: 1px solid var(--gold) !important;
  padding: 10px 20px;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--bg) !important;
}

@media (max-width: 640px) {
  .nav-toggle-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }

  .nav-toggle-label span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--display);
  }

  .site-header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background: var(--bg);
    border-bottom: 1px solid var(--rule);
    padding: 20px 24px 24px;
  }

  .site-header nav a {
    padding: 0;
    border-right: none;
    z-index: 10;
  }

  .nav-toggle:checked ~ nav {
    display: flex;
  }

  .btn-outline {
    text-align: center;
  }
}

/* ============ Shared footer ============ */
footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: 1px solid var(--rule);
}

.footer-grid {
  display: grid;
  grid-template-columns: 300px 200px 220px 1fr;
  gap: 40px;
  padding-bottom: 8px;
}

.footer-nav-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-brand img.wordmark-img {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}

.footer-geo {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.6;
}

.footer-markets {
  color: var(--body);
  font-size: 12px;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer-markets .dot {
  color: var(--gold);
}

.footer-nav-group,
.footer-col.connect,
.footer-col.nav,
.badge-circle {
  position: relative;
}

.footer-nav-group::before,
.footer-col.connect::before,
.footer-col.nav::before,
.badge-circle::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: var(--rule);
}

.footer-col h3 {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--body);
}

.footer-col a {
  color: var(--body);
  text-decoration: none;
  font-size: 14px;
}

.footer-col a:hover {
  color: var(--gold);
}

.social {
  display: inline-block;
  margin-top: 8px;
}

.social img {
  height: 26px;
  width: auto;
  display: block;
}

.badge {
  display: block;
  margin: 8px 0;
}

.badge img {
  height: 40px;
  width: auto;
}

.footer-bottom {
  padding: 8px 0 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--body);
  font-size: 12px;
}

.footer-bottom a {
  color: var(--body);
  text-decoration: none;
  margin-left: 20px;
}

.footer-bottom a:hover {
  color: var(--gold);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand,
  .badge-circle {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }
  .footer-nav-group,
  .footer-col.connect,
  .footer-col.nav {
    grid-column: 1 / -1;
  }
  .footer-nav-group::before,
  .footer-col.connect::before,
  .footer-col.nav::before,
  .badge-circle::before {
    display: none;
  }
}

/* ============ About / Leadership page ============ */
.leadership {
  padding: 40px 0 19px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: 371px 30px 379px 55px 1px 48px 1fr;
  align-items: start;
}

.leadership .divider {
  grid-column: 5;
  align-self: start;
  margin-top: 5px;
  width: 2px;
  height: 400px;
  background: var(--rule);
}

.leadership-photo {
  grid-column: 1;
  width: 371px;
  height: 401px;
  overflow: hidden;
  background: var(--bg-alt);
}

.leadership-bio {
  grid-column: 3;
}

.leadership-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-bio h2 {
  margin-bottom: 8px;
  font-size: 40px;
}

.leadership-bio .role {
  display: block;
  margin-bottom: 12px;
}

.leadership-bio p {
  color: var(--body);
  font-size: 13px;
  line-height: 1.28;
  margin-bottom: 10px;
}

.leadership-bio p:last-child {
  margin-bottom: 0;
}

.leadership-bio a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
}

.standard {
  grid-column: 7;
  align-self: center;
}

.standard .eyebrow {
  margin-bottom: 18px;
  display: inline-block;
}

.standard::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 18px;
}

.standard h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.standard .list p {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--display);
  line-height: 1.4;
}

.standard::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-top: 20px;
}

/* Credibility band (pipe-separated, no logos) */
.credibility-band {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 18px 0;
  text-align: center;
}

.credibility-band .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.credibility-band .item {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 20px;
  border-left: 1px solid var(--rule);
}

.credibility-band .item:first-child {
  border-left: none;
  padding-left: 0;
}

.credibility-band .item:last-child {
  padding-right: 0;
}

/* CTA banner (shared: About) */
.cta {
  position: relative;
  height: 184px;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../assets/skyline.png") right center / auto 100% no-repeat;
  background-color: var(--bg);
}

.cta .wrap {
  width: 100%;
}

.cta .eyebrow {
  margin-bottom: 10px;
  display: block;
}

.cta h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.cta p {
  color: var(--body);
  font-size: 15px;
  line-height: 1.4;
  max-width: 380px;
  margin-bottom: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--display);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
}

.btn svg {
  fill: var(--gold);
}

@media (max-width: 900px) {
  .leadership-grid {
    grid-template-columns: 1fr;
  }
  .leadership-photo,
  .leadership-bio,
  .standard {
    grid-column: 1;
  }
  .leadership-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 371 / 401;
  }
  .leadership-bio {
    margin-top: 24px;
  }
  .standard {
    margin-top: 24px;
  }
  .leadership .divider {
    display: none;
  }
  .credibility-band .items {
    flex-direction: column;
    gap: 10px;
  }
  .credibility-band .item {
    border-left: none;
    padding: 0;
  }
  .cta {
    height: auto;
    padding: 24px 0;
  }
  .cta h2 {
    font-size: 28px;
  }
}

/* ============ Home page ============ */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  background: url("../assets/hero-skyline.jpg") right center no-repeat;
  background-color: var(--bg);
  padding: 56px 0;
}

.hero .wrap {
  width: 100%;
  margin: 0;
}

.hero .content {
  max-width: 540px;
}

.hero h1 {
  font-family: var(--serif);
  color: var(--display);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.02;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
}

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

.hero p {
  color: var(--body);
  font-size: 17px;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 28px;
}

.btn-solid {
  display: inline-block;
  background: var(--gold);
  color: var(--bg);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px 28px;
}

.btn-solid:hover {
  background: var(--gold-muted);
}

/* Credibility (3-col, icon+label+body) */
.credibility {
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}

.credibility .grid,
.industries .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.credibility .block {
  position: relative;
  padding: 32px 28px;
}

.credibility .block:not(:nth-child(3n+1))::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: var(--rule);
}

.credibility .block.row2 {
  border-top: 1px solid var(--rule);
}

.credibility .block svg,
.credibility .block img {
  height: 34px;
  width: auto;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.4;
  margin-bottom: 14px;
}

.credibility .block h4 {
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.credibility .block h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.credibility .block p {
  color: var(--body);
  font-size: 14px;
  line-height: 1.55;
}

/* Capabilities */
.capabilities {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 0;
  border-top: 1px solid var(--rule);
}

.capabilities .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.capabilities .eyebrow {
  margin-bottom: 14px;
  display: block;
}

.capabilities h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.capabilities p {
  color: var(--body);
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
}

.capabilities ul {
  position: relative;
  list-style: none;
}

.capabilities ul::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: var(--rule);
}

.capabilities li {
  color: var(--display);
  font-size: 15px;
  padding: 14px 0;
}

.capabilities li:not(:last-child) {
  border-bottom: 1px solid var(--rule);
}

@media (max-width: 900px) {
  .hero {
    min-height: 0;
    background: var(--bg);
    padding: 40px 0 0;
  }
  .hero .content {
    max-width: 100%;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero .hero-image {
    position: static;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: url("../assets/hero-skyline-mobile.jpg") center/cover no-repeat;
    -webkit-mask-image: none;
    mask-image: none;
    margin-top: 32px;
  }
  .credibility .grid,
  .capabilities .grid {
    grid-template-columns: 1fr;
  }
  .credibility .block {
    border-left: none;
    border-top: 1px solid var(--rule);
  }
  .credibility .block:first-child {
    border-top: none;
  }
  .capabilities .grid {
    gap: 24px;
  }
}

/* ============ Legal pages ============ */
.legal {
  padding: 56px 0 72px;
}

.legal .wrap {
  max-width: 820px;
}

.legal .eyebrow {
  display: block;
  margin-bottom: 14px;
}

.legal h1 {
  margin-bottom: 8px;
}

.legal .updated {
  color: var(--body);
  font-size: 13px;
  margin-bottom: 40px;
  opacity: 0.7;
}

.legal h2 {
  color: var(--gold);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 36px 0 14px;
}

.legal p {
  color: var(--body);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.legal ul {
  margin: 0 0 14px 20px;
  color: var(--body);
  font-size: 15px;
  line-height: 1.6;
}

.legal li {
  margin-bottom: 6px;
}

.legal a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
}

.legal strong {
  color: var(--display);
  font-weight: 600;
}

/* ============ Shared: dash rule, card components ============ */
.dash {
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-top: 14px;
  margin-bottom: 18px;
}

.card {
  position: relative;
  display: block;
  flex-shrink: 0;
  text-decoration: none;
  background-repeat: no-repeat;
}

.card .card-title {
  position: absolute;
  color: var(--display);
  font-family: var(--sans);
  font-weight: 600;
  text-transform: uppercase;
}

.card .card-body {
  position: absolute;
  color: var(--body);
  line-height: 1.55;
}

/* card-a: Home nav cards (About / Our Leadership / Contact Us) */
.card-a {
  width: 375px;
  height: 210px;
  background-image: url("../assets/card-a.png");
}

.card-a .card-title {
  left: 69px;
  top: 35px;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.card-a .card-body {
  left: 69px;
  top: 88px;
  width: 240px;
  font-size: 14px;
}

/* card-b: About credibility cards (Deep Experience / Institutional Standards / Trusted Partner) */
.card-b {
  width: 372px;
  height: 333px;
  background-image: url("../assets/card-b.png");
  background-size: 100% 100%;
}

.card-b .card-title {
  left: 51px;
  top: 63px;
  white-space: nowrap;
  font-size: 22px;
  letter-spacing: 0;
}

.card-b .card-body {
  left: 51px;
  top: 128px;
  width: 280px;
  font-size: 16px;
}

/* card-c: About industry cards (single centered title, no divider/arrow) */
.card-c {
  width: 372px;
  height: 213px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-c .card-title {
  position: static;
  padding: 0 30px;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.card-c1 { background-image: url("../assets/card-c1.png"); }
.card-c2 { background-image: url("../assets/card-c2.png"); }
.card-c3 { background-image: url("../assets/card-c3.png"); }
.card-c4 { background-image: url("../assets/card-c4.png"); }
.card-c5 { background-image: url("../assets/card-c5.png"); }
.card-c6 { background-image: url("../assets/card-c6.png"); }

/* ============ Home page (v2) ============ */
.hero-alt {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--bg);
  padding: 51px 0 39px;
}

.hero-alt .bleed-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, var(--bg) 38%, transparent 62%),
    url("../assets/hero-wallstreet-bull.jpg") right center / auto 100% no-repeat;
}

.hero-alt .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding-left: 52px;
}

.hero-alt .content {
  max-width: 460px;
}

.hero-alt .eyebrow {
  font-weight: 500;
}

.hero-alt h1 {
  display: block;
  font-family: var(--serif);
  color: var(--display);
  font-weight: 400;
  font-size: 50px;
  line-height: 1.08;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.hero-alt p {
  color: var(--body);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
}

.nav-cards {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 64px;
}

.nav-cards .wrap {
  padding: 0 62px 0 58px;
}

.nav-cards .cards {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}

.footer-simple {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid var(--rule);
}

.footer-simple .wrap {
  padding: 16px 61px 22px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-simple .footer-left {
  display: flex;
  align-items: center;
  gap: 76px;
  flex-wrap: wrap;
}

.footer-simple .brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-simple .brand-mark-group {
  white-space: nowrap;
}

.footer-simple .brand-mark {
  height: 29px;
  width: 29px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0px;
  margin-right: 0px;
}

.footer-simple .brand-name {
  display: inline-block;
  vertical-align: middle;
  color: var(--display);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.footer-simple .copyright {
  color: var(--body);
  font-size: 12px;
}

.footer-simple .pills {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-simple .pills span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-left: 16px;
  border-left: 1px solid var(--rule);
}

.footer-simple .pills span:first-child {
  padding-left: 0;
  border-left: none;
}

.footer-simple .social img {
  height: 31px;
  width: 31px;
  display: block;
}

@media (max-width: 900px) {
  .hero-alt {
    background: var(--bg);
    padding: 40px 0 0;
  }
  .hero-alt .bleed-bg {
    display: none;
  }
  .hero-alt .wrap {
    padding-left: 24px;
  }
  .hero-alt .content {
    max-width: 100%;
  }
  .hero-alt h1 {
    font-size: 36px;
  }
  .hero-alt .hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: url("../assets/hero-wallstreet-bull.jpg") center/cover no-repeat;
    margin-top: 32px;
  }
  .nav-cards .wrap {
    padding: 0 24px;
  }
  .nav-cards .cards {
    flex-direction: column;
    align-items: center;
  }
  .card-a {
    width: 100%;
    max-width: 375px;
    height: auto;
    aspect-ratio: 375 / 210;
  }
  .footer-simple .wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px;
  }
  .footer-simple .footer-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* ============ About page (v2) ============ */
.about-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--bg);
  padding: 89px 0 93px;
}

.about-hero .bleed-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -111px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, var(--bg) 46%, transparent 62%),
    url("../assets/about-hero-nasdaq.jpg") right center / cover no-repeat;
}

.about-hero .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding-left: 45px;
}

.about-hero .content {
  max-width: 555px;
}

.about-hero .dash {
  margin-top: 18px;
  margin-bottom: 47px;
}

.about-hero h1 {
  display: block;
  font-family: var(--serif);
  color: var(--display);
  font-weight: 500;
  font-size: 60px;
  line-height: 1.08;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 37px;
}

.about-hero p {
  color: var(--body);
  font-size: 20px;
  line-height: 1.69;
  max-width: 460px;
}

.credibility-cards {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 0;
}

.credibility-cards .wrap {
  padding: 0 48px;
}

.credibility-cards .cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.industry-cards {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0 23px;
}

.industry-cards .wrap {
  padding: 0 48px;
}

.industry-cards .eyebrow {
  display: block;
  margin-bottom: 12px;
}

.industry-cards .grid {
  display: grid;
  grid-template-columns: repeat(3, 372px);
  justify-content: center;
  column-gap: 24px;
  row-gap: 27px;
  margin-top: 0;
}

.badge-circle {
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge-circle img {
  height: 56px;
  width: 56px;
  display: block;
}

.badge-circle .badge-text {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .about-hero {
    background: var(--bg);
    padding: 40px 0 0;
  }
  .about-hero .bleed-bg {
    display: none;
  }
  .about-hero .wrap {
    padding-left: 24px;
  }
  .about-hero .content {
    max-width: 100%;
  }
  .about-hero h1 {
    font-size: 34px;
  }
  .about-hero .hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: url("../assets/about-hero-nasdaq.jpg") center/cover no-repeat;
    margin-top: 32px;
  }
  .credibility-cards .wrap,
  .industry-cards .wrap {
    padding-left: 24px;
  }
  .credibility-cards .cards {
    flex-direction: column;
    align-items: center;
  }
  .card-b {
    width: 100%;
    max-width: 372px;
    height: auto;
    aspect-ratio: 372 / 333;
  }
  .card-b .card-title {
    white-space: normal;
    right: 20px;
    font-size: 19px;
  }
  .card-c {
    width: 100%;
    max-width: 372px;
    height: auto;
    aspect-ratio: 372 / 213;
  }
  .industry-cards .grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
