@font-face {
  font-family: "Geist";
  src: url("assets/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #061a2d;
  --navy-mid: #0b2b49;
  --ink: #173f64;
  --gold: #f6ae3d;
  --gold-light: #ffc15d;
  --off-white: #f4f6f7;
  --white: #fbfcfd;
  --body: #4d6073;
  --gray: #d8e0e7;
  --gray-mid: #8393a3;
  --dark-card: #0b243b;
  --font: "Geist", ui-sans-serif, system-ui, sans-serif;
  --radius: 6px;
  --max-w: 1280px;
  --section-pad: clamp(5rem, 7.5vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  --transition: .2s ease;
}

html {
  scroll-padding-top: 76px;
}

body {
  overflow-x: hidden;
  font-size: 17px;
  background: var(--white);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 2000;
  padding: .7rem 1rem;
  color: var(--navy);
  background: var(--gold);
  border-radius: 4px;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.reveal,
.reveal.visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.container {
  max-width: var(--max-w);
}

.nav {
  background: rgb(6 26 45 / 97%);
  box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
}

.nav-inner {
  max-width: 1340px;
  height: 74px;
  gap: 1.25rem;
}

.nav-links {
  gap: clamp(.85rem, 1.5vw, 1.4rem);
}

.nav-links a {
  font-size: .75rem;
  letter-spacing: .035em;
}

.nav-cta,
.btn-primary,
.btn-secondary {
  min-height: 46px;
  border-radius: 6px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.nav-cta:hover,
.btn-primary:hover {
  transform: none;
}

.hero {
  min-height: min(900px, 100dvh);
  padding: 118px clamp(1.25rem, 4vw, 3rem) 72px;
  isolation: isolate;
}

.hero::before {
  left: clamp(24px, 5vw, 74px);
  width: 1px;
  opacity: .6;
}

.hero-bg {
  inset: 0 0 0 52%;
  z-index: -2;
  background: url("assets/executive-city.jpg") center / cover no-repeat;
  opacity: .7;
  filter: grayscale(.1) contrast(1.12);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy), rgb(6 26 45 / 66%) 56%, rgb(6 26 45 / 30%));
}

.hero-bg svg {
  display: none;
}

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

.hero-eyebrow {
  color: var(--gold);
}

.hero-headline-new {
  max-width: 18ch;
  margin-bottom: 1.4rem;
  font-size: clamp(3.4rem, 5.8vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.hero-body {
  max-width: 620px;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.hero-support {
  max-width: 600px;
  font-size: .94rem;
  line-height: 1.65;
}

.ticker {
  border-color: rgb(255 255 255 / 14%);
}

.complexity,
.arch-overview,
.promise,
.pathways,
.solutions-new,
.apart,
.architect,
.testimonials-new,
.final-cta {
  min-height: 0;
  padding: var(--section-pad);
}

.complexity h2,
.arch-overview h2,
.promise h2,
.pathways h2,
.solutions-new h2,
.apart h2,
.architect h2,
.testimonials-new h2,
.final-cta h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.complexity-inner,
.arch-overview-inner,
.promise-inner,
.pathways-inner,
.solutions-new-inner,
.apart-inner,
.architect-inner {
  max-width: var(--max-w);
}

.complexity-inner {
  max-width: 920px;
}

.arch-overview-body,
.solutions-new-body,
.apart-body,
.architect-body,
.architect-support,
.architect-cred,
.testimonials-new-body,
.final-cta-body {
  max-width: 72ch;
  font-size: 1rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.arch-overview .arch-overview-body {
  max-width: 820px;
}

.arch-dims,
.pillars,
.sol-cards,
.apart-items {
  gap: 1px;
}

.arch-dim,
.pillar,
.sol-card,
.apart-item {
  border-radius: 0;
  box-shadow: none;
}

.pathway-cards {
  gap: 0;
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.pathway-card {
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  border-radius: 0;
  transition: background-color .18s ease;
}

.pathway-card:hover {
  transform: none;
  background: rgb(255 255 255 / 8%);
}

.architect-inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(3rem, 6vw, 6rem);
}

.photo-placeholder {
  min-height: 540px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: url("assets/pritesh-shah-professional.webp") center 24% / cover no-repeat;
  box-shadow: 0 2px 8px rgb(6 26 45 / 12%);
}

.photo-placeholder svg,
.photo-placeholder span {
  display: none;
}

.creds-block {
  border-radius: 0 0 6px 6px;
}

.testi-stack {
  gap: 1px;
  background: rgb(255 255 255 / 14%);
}

.testi-new {
  border-radius: 0;
  background: var(--dark-card);
}

.testi-new-photo {
  border-radius: 6px;
}

.final-cta {
  background: var(--off-white);
}

.final-cta-body {
  margin-inline: auto;
}

.footer {
  padding-top: 0;
}

@media (max-width: 1080px) {
  .nav-links-wrap,
  .nav-social {
    display: none;
  }

  .nav-inner {
    display: flex;
    justify-content: space-between;
  }

  .hamburger {
    display: flex;
  }

  .nav-links.open {
    display: block;
  }

  .hero-bg {
    inset: 0;
    opacity: .34;
  }

  .hero-bg::after {
    background: rgb(6 26 45 / 76%);
  }

  .architect-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .nav-inner {
    height: 66px;
    padding-inline: 1rem;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 92px 1.1rem 58px;
  }

  .hero::before {
    display: none;
  }

  .hero-headline-new {
    max-width: 100%;
    font-size: clamp(2.3rem, 10vw, 2.75rem);
    line-height: 1.01;
  }

  .hero-body {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-support {
    font-size: .9rem;
    line-height: 1.55;
  }

  .complexity,
  .arch-overview,
  .promise,
  .pathways,
  .solutions-new,
  .apart,
  .architect,
  .testimonials-new,
  .final-cta {
    padding: 4.6rem 1.1rem;
  }

  .photo-placeholder {
    min-height: 460px;
  }

  .creds-cols {
    grid-template-columns: 1fr;
  }

  .testi-new {
    flex-direction: column;
  }

  .final-cta-buttons,
  .final-cta-buttons a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Keep the gold brand accent while using accessible text colors on each surface. */
.arch-card-desc {
  color: #c7d1da;
  font-size: 0.75rem;
}

.arch-dim-card:nth-child(2) .arch-card-desc {
  color: #e5ebf0;
}

.architect-eye,
.cred-col-hdr,
.cred-abbr {
  color: #74501c;
}

.final-cta .btn-secondary {
  color: #0d2c47;
  border-color: #0d2c47;
}

.footer-contact-row p,
.footer-contact-row a,
.footer-legal-row a,
.footer-legal-row span {
  color: #a8b4bf;
}
