:root {
  --navy: #071f37;
  --navy-2: #0d2b49;
  --slate: #607487;
  --sage: #9ab39f;
  --sage-dark: #6f8f77;
  --ink: #142638;
  --mist: #f3f5f6;
  --border: #dfe5e8;
  --section-space: clamp(3.5rem, 6vw, 5.75rem);
  --shadow: 0 24px 70px rgba(6, 26, 45, 0.14);
  --profile-overlap: clamp(15rem, 20vw, 19rem);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
section[id] {
  scroll-margin-top: 90px;
}
.container-xl {
  max-width: 1240px;
}
.section {
  padding: var(--section-space) 0;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-dark);
}
.section-title {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.15;
  color: var(--navy);
}
.section-intro {
  color: #5d6b78;
}
.text-sage {
  color: var(--sage) !important;
}
.site-header {
  background: rgba(255, 255, 255, 0.56);
  border-bottom: 1px solid rgba(7, 31, 55, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(7, 31, 55, 0.08);
  box-shadow: 0 10px 30px rgba(7, 31, 55, 0.1);
  backdrop-filter: blur(12px);
}
.brand-logo {
  width: 235px;
  height: auto;
  filter: none;
}
.navbar .nav-link {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 600;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--sage-dark);
}
.navbar-toggler {
  border-color: rgba(7, 31, 55, 0.25);
}
.hero-expertise-wrap {
  position: relative;
  overflow: clip;
}
.hero {
  position: relative;
  min-height: 760px;
  color: var(--navy);
  background: #eef5f8;
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.6) 26%, rgba(255, 255, 255, 0.54) 42%, rgba(255, 255, 255, 0.35) 60%, rgba(255, 255, 255, 0) 74%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 18%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.18));
  pointer-events: none;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url("/assets/img/capitol-header.webp") top center / cover no-repeat;
  opacity: 1;
}
.hero-inner {
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 90px;
}
.hero-copy {
  text-shadow: none;
}
.hero h1 {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(2.75rem, 4.1vw, 3.9rem);
  line-height: 1.11;
  letter-spacing: -0.035em;
  color: var(--navy);
}
.hero .lead {
  max-width: 680px;
  color: #253b50;
  font-size: 1.1rem;
}
.hero .eyebrow,
.hero .text-sage {
  color: var(--sage-dark) !important;
}
.btn {
  border-radius: 0;
  font-weight: 600;
  padding: 0.8rem 1.35rem;
}
.btn-sage {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--navy);
}
.btn-sage:hover,
.btn-sage:focus {
  background: #aec3b2;
  border-color: #aec3b2;
  color: var(--navy);
}
.btn-navy {
  background: var(--navy);
  border: 1px solid var(--navy);
  color: #fff;
}
.btn-navy:hover,
.btn-navy:focus {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--navy);
  color: var(--navy);
}
.btn-link-hero {
  color: var(--navy);
  border: 1px solid transparent;
  background: transparent;
}
.btn-link-hero:hover,
.btn-link-hero:focus {
  color: var(--navy);
  border-color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
}
.btn-outline-navy {
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline-navy:hover,
.btn-outline-navy:focus {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.expertise-section {
  position: relative;
  background: linear-gradient(110deg, #fff 0%, #f4f6f7 100%);
}
.expertise-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr);
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: stretch;
}
.expertise-content {
  min-width: 0;
}
.feature-grid {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.feature-grid > [class*="col-"] {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  height: 100%;
  min-height: 190px;
  padding: clamp(1.5rem, 2.8vw, 2.25rem) clamp(1.5rem, 2.8vw, 2.25rem) clamp(1.5rem, 2.8vw, 2.25rem) clamp(1rem, 1.6vw, 1.35rem);
  background: transparent;
  border: 0;
  transition: background 240ms ease,
    transform 240ms ease;
}
.feature-card:hover {
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-2px);
}
.feature-card > i {
  width: 100%;
  color: var(--sage-dark);
  font-size: 2rem;
  line-height: 1.15;
  text-align: center;
}
.feature-card h3 {
  margin-bottom: 0.65rem;
  color: var(--navy);
  font-size: 1.04rem;
  font-weight: 700;
}
.feature-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #64727f;
}
.profile-panel {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-self: end;
  width: 100%;
  max-width: 430px;
  margin-top: calc(var(--profile-overlap) * -1);
  min-height: calc(100% + var(--profile-overlap));
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 3px solid var(--sage);
  box-shadow: var(--shadow);
}
.profile-media {
  flex: 0 0 auto;
}
.profile-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  object-position: center 25%;
}
.profile-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
.profile-body > .eyebrow {
  margin-bottom: 0.2rem !important;
}
.profile-body h3 {
  padding-bottom: 1.3rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
}
.credential-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0;
}
.credential-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  color: #273b4e;
  font-size: 0.9rem;
  font-weight: 400;
}
.credential-list i {
  flex: 0 0 auto;
  color: var(--sage-dark);
  font-size: 1.2rem;
}
.credential-copy {
  display: grid;
  gap: 0.22rem;
}
.credential-copy strong {
  color: var(--navy);
  font-size: 0.88rem;
  line-height: 1.35;
}
.credential-copy small {
  color: #64727f;
  font-size: 0.77rem;
  line-height: 1.5;
}
.profile-body .text-link {
  margin-top: auto;
}
.text-link {
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
}
.text-link:hover {
  color: var(--sage-dark);
}
.narrative-section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: #fff;
}
.narrative-block {
  display: grid;
  grid-template-columns: auto minmax(0, 900px);
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding-left: clamp(0rem, 5vw, 5rem);
}
.narrative-mark {
  color: rgba(111, 143, 119, 0.38);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 0.7;
}
.narrative-block p {
  margin: 0 0 1rem;
  font-family: "Libre Caslon Text", Georgia, serif;
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.55;
}
.narrative-block .narrative-emphasis {
  font-style: italic;
}
.narrative-block .narrative-conclusion {
  color: var(--sage-dark);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal--profile {
  transform: translateY(28px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.services-section {
  background: #fff;
  border-top: 1px solid var(--border);
  padding-top: clamp(3.25rem, 5vw, 4.5rem);
  padding-bottom: clamp(3.5rem, 5vw, 4.75rem);
}
.services-heading {
  margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}
.services-heading .eyebrow {
  margin-bottom: 0.65rem;
}
.services-heading .section-title {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem);
  min-width: 0;
  padding: 0 clamp(2rem, 3.2vw, 3rem) 0 clamp(2rem, 3vw, 2.75rem);
  border-right: 1px solid var(--border);
}
.service-item:first-child {
  padding-left: 0;
}
.service-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.service-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: var(--sage-dark);
  font-size: clamp(2.6rem, 3.3vw, 3.4rem);
  line-height: 1;
}
.service-icon i {
  display: block;
}
.service-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 240px;
}
.service-content h3 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
}
.service-content p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
  line-height: 1.65;
}
.service-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--sage-dark);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 0.2s ease, gap 0.2s ease;
}
.service-link i {
  font-size: 0.75rem;
}
.service-link:hover,
.service-link:focus-visible {
  color: var(--navy);
  gap: 0.9rem;
}
@media (max-width: 991.98px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-item {
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .service-item:first-child {
    padding-top: 0;
  }
  .service-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .service-content {
    min-height: 0;
  }
  .service-link {
    margin-top: 1.25rem;
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .service-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 1rem;
  }
  .service-icon {
    justify-content: flex-start;
    font-size: 2.25rem;
  }
}
.stats-band {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 4.25rem) 0 clamp(3.25rem, 5vw, 4.5rem);
  color: #fff;
  background: radial-gradient(circle at 82% 20%, rgba(29, 72, 113, 0.55) 0, transparent 30%), linear-gradient(105deg, #061c32 0%, #082a4b 55%, #061c32 100%);
  border-top: 2px solid rgba(154, 179, 159, 0.55);
  border-bottom: 2px solid rgba(154, 179, 159, 0.35);
}
.stats-eyebrow {
  margin-bottom: clamp(2rem, 3vw, 2.75rem);
  color: var(--sage);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0 clamp(1.25rem, 2.4vw, 2rem);
  text-align: center;
}
.stat:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.stat > i {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
  line-height: 1;
}
.stat strong {
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
}
.stat .stat-text {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.03;
}
.stat span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat {
    padding: 2.5rem clamp(1.5rem, 4vw, 3rem);
    border-right: 0;
  }
  .stat:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .stat:nth-child(odd):not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }
  .stat:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .stats-grid .stat:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .stats-band {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat {
    padding: 2rem 1.25rem;
  }
  .stat > i {
    font-size: 1.9rem;
  }
  .stat strong {
    font-size: 2.1rem;
  }
  .stat .stat-text {
    font-size: 1.7rem;
  }
  .stat span {
    font-size: 0.8rem;
  }
}
@media (max-width: 479.98px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stat {
    width: 100%;
    max-width: none;
    padding: 1.75rem 0;
    border-right: 0 !important;
  }
  .stat:nth-child(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .stat:last-child {
    grid-column: auto;
    width: 100%;
  }
}
.clients-section {
  background: #f7f8f8;
  border-top: 1px solid var(--border);
}
.clients-heading {
  max-width: 760px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.clients-heading .eyebrow {
  margin-bottom: 0.65rem;
}
.clients-heading .section-title {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 3.3vw, 3rem);
}
.clients-intro {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
  font-weight: 500;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(2rem, 3vw, 2.75rem);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.client-name {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 1.5rem clamp(1.5rem, 2.5vw, 2.25rem);
  color: var(--navy);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.35;
  background: #fff;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.clients-cta {
  display: flex;
  justify-content: flex-end;
}
.clients-cta .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--sage-dark);
}
.clients-cta .text-link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.clients-cta .text-link:hover,
.clients-cta .text-link:focus-visible {
  color: var(--navy);
}
.clients-cta .text-link:hover i,
.clients-cta .text-link:focus-visible i {
  transform: translateX(3px);
}
.clients-section {
  overflow: hidden;
  padding-top: clamp(3.25rem, 5vw, 4.5rem);
  padding-bottom: clamp(3.25rem, 5vw, 4.5rem);
  background: #f7f8f8;
  border-top: 1px solid var(--border);
}
.clients-heading {
  max-width: 820px;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}
.clients-heading .eyebrow {
  margin-bottom: 0.65rem;
}
.clients-heading .section-title {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
}
.client-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.6rem) 0;
  background: #edf1ee;
  border-top: 1px solid rgba(111, 143, 119, 0.22);
  border-bottom: 1px solid rgba(111, 143, 119, 0.22);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.client-marquee:hover .client-marquee-track {
  animation-play-state: paused;
}
.client-marquee-track {
  display: flex;
  width: max-content;
  animation: client-marquee 48s linear infinite;
  will-change: transform;
}
.client-marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.client-name {
  flex: 0 0 auto;
  padding: 0 clamp(1.25rem, 2vw, 2rem);
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
  background: transparent;
  border: 0;
  min-height: 0;
}
.client-separator {
  flex: 0 0 auto;
  width: 1px;
  height: 28px;
  background: rgba(111, 143, 119, 0.55);
}
@keyframes client-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.clients-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}
.clients-cta .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--sage-dark);
}
.clients-cta .text-link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.clients-cta .text-link:hover,
.clients-cta .text-link:focus-visible {
  color: var(--navy);
}
.clients-cta .text-link:hover i,
.clients-cta .text-link:focus-visible i {
  transform: translateX(3px);
}
@media (max-width: 767.98px) {
  .clients-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .client-marquee {
    padding: 1.25rem 0;
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }
  .client-name {
    padding: 0 1.25rem;
    font-size: 0.95rem;
  }
  .client-separator {
    height: 24px;
  }
  .clients-cta {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .client-marquee {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .client-marquee-track {
    display: block;
    width: auto;
    animation: none;
  }
  .client-marquee-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0;
  }
  .client-marquee-group[aria-hidden="true"] {
    display: none;
  }
  .client-name {
    white-space: normal;
    text-align: center;
  }
  .client-separator {
    display: none;
  }
}
.clients-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}
.clients-cta .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--sage-dark);
}
.clients-cta .text-link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.clients-cta .text-link:hover,
.clients-cta .text-link:focus-visible {
  color: var(--navy);
}
.clients-cta .text-link:hover i,
.clients-cta .text-link:focus-visible i {
  transform: translateX(3px);
}
@media (max-width: 767.98px) {
  .client-marquee {
    padding: 1.4rem 0;
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }
  .client-name {
    padding: 0 1.75rem;
    font-size: 0.95rem;
  }
  .clients-cta {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .client-marquee {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .client-marquee-track {
    display: block;
    width: auto;
    animation: none;
  }
  .client-marquee-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0;
  }
  .client-marquee-group[aria-hidden="true"] {
    display: none;
  }
  .client-name {
    white-space: normal;
    text-align: center;
  }
}
.insights-section {
  background: #fff;
  border-top: 1px solid var(--border);
}
.insights-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}
.insights-heading .eyebrow {
  margin-bottom: 0.65rem;
}
.insights-heading .section-title {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
}
.insights-all-link {
  flex: 0 0 auto;
  margin-bottom: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.insights-all-link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.insights-all-link:hover i,
.insights-all-link:focus-visible i {
  transform: translateX(3px);
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2rem);
}
.insight-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(7, 31, 55, 0.08);
}
.insight-image {
  display: block;
  overflow: hidden;
}
.insight-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.7 / 1;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.insight-image:hover img {
  transform: scale(1.025);
}
.insight-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(1.4rem, 2.3vw, 1.75rem);
}
.insight-body .meta {
  margin: 0 0 1rem;
  color: var(--sage-dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.insight-body h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 700;
  line-height: 1.45;
}
.insight-body h3 a {
  color: inherit;
}
.insight-body h3 a:hover,
.insight-body h3 a:focus-visible {
  color: var(--sage-dark);
}
.insight-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 2rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 600;
}
.insight-link i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}
.insight-link:hover,
.insight-link:focus-visible {
  color: var(--sage-dark);
}
.insight-link:hover i,
.insight-link:focus-visible i {
  transform: translateX(3px);
}
.featured-appearance {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  margin-top: clamp(3rem, 5vw, 4.5rem);
  background: #eef2ef;
  border-top: 1px solid rgba(111, 143, 119, 0.25);
  border-bottom: 1px solid rgba(111, 143, 119, 0.25);
}
.appearance-media {
  position: relative;
  display: block;
  min-height: 320px;
  overflow: hidden;
}
.appearance-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.appearance-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 31, 55, 0.08), rgba(7, 31, 55, 0.18));
}
.appearance-media:hover img {
  transform: scale(1.025);
}
.appearance-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(7, 31, 55, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
}
.appearance-play i {
  margin-left: 4px;
  font-size: 1.1rem;
}
.appearance-media:hover .appearance-play {
  background: var(--sage-dark);
  transform: translate(-50%, -50%) scale(1.06);
}
.appearance-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 4vw, 4rem);
}
.appearance-content .eyebrow {
  margin-bottom: 0.8rem;
}
.appearance-content h3 {
  margin: 0 0 1.25rem;
  color: var(--navy);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.6rem, 2.7vw, 2.3rem);
  font-weight: 400;
  line-height: 1.25;
}
.appearance-content p {
  max-width: 520px;
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
  line-height: 1.7;
}
.appearance-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.65rem;
  margin-top: 1.75rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}
.appearance-link i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}
.appearance-link:hover,
.appearance-link:focus-visible {
  color: var(--sage-dark);
}
.appearance-link:hover i,
.appearance-link:focus-visible i {
  transform: translateX(3px);
}
.appearances-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.appearances-footer .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.appearances-footer .text-link i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}
.appearances-footer .text-link:hover i,
.appearances-footer .text-link:focus-visible i {
  transform: translateX(3px);
}
@media (max-width: 991.98px) {
  .insights-heading {
    align-items: flex-start;
  }
  .insights-heading .section-title br {
    display: none;
  }
  .insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .insight-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 0.75rem);
    justify-self: center;
  }
  .featured-appearance {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .insights-heading {
    display: block;
  }
  .insights-heading .insights-all-link {
    margin-top: 1.5rem;
  }
  .insights-grid {
    grid-template-columns: 1fr;
  }
  .insight-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .featured-appearance {
    grid-template-columns: 1fr;
  }
  .appearance-media {
    min-height: 260px;
  }
  .appearance-media img {
    min-height: 260px;
  }
  .appearance-content {
    padding: 2rem;
  }
  .appearances-footer {
    justify-content: flex-start;
  }
}
@media (max-width: 479.98px) {
  .appearance-media {
    min-height: 220px;
  }
  .appearance-media img {
    min-height: 220px;
  }
  .appearance-play {
    width: 60px;
    height: 60px;
  }
  .appearance-content {
    padding: 1.5rem;
  }
}
.testimonial-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #f1f4f3 0%, #f8f9f9 55%, #eef2ef 100%);
  border-top: 1px solid var(--border);
}
.testimonial-section::after {
  content: "“";
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-55%);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(16rem, 28vw, 30rem);
  line-height: 1;
  color: rgba(111, 143, 119, 0.055);
  pointer-events: none;
}
.testimonial-section .container-xl {
  position: relative;
  z-index: 1;
}
.testimonial-heading {
  max-width: 650px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.testimonial-heading .eyebrow {
  margin-bottom: 0.65rem;
}
.testimonial-heading .section-title {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
}
.testimonial-slider {
  position: relative;
  touch-action: pan-y;
}
.testimonial-stage {
  display: grid;
  grid-template-columns: 1fr;
}
.testimonial-slide {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  max-width: 1050px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.testimonial-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.testimonial-mark {
  color: var(--sage);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(5rem, 8vw, 7rem);
  line-height: 0.8;
  text-align: right;
}
.testimonial-slide blockquote {
  max-width: none;
  margin: 0;
  text-align: left;
}
.testimonial-slide blockquote p {
  max-width: 880px;
  margin: 0 0 2rem;
  color: var(--navy);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.4rem, 4vw, 1.85rem);
  font-weight: 400;
  line-height: 1.38;
}
.testimonial-slide blockquote footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  color: var(--navy);
}
.testimonial-slide blockquote footer strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}
.testimonial-slide blockquote footer span {
  color: var(--slate);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .testimonial-slide {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1.25rem;
  }
  .testimonial-mark {
    font-size: 4.5rem;
  }
  .testimonial-slide blockquote p {
    font-size: clamp(1.2rem, 3vw, 1.55rem);
  }
}
@media (max-width: 479.98px) {
  .testimonial-slide {
    display: block;
  }
  .testimonial-mark {
    margin-bottom: 0.75rem;
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-slide {
    transition: none;
  }
}
.contact-cta {
  padding: 4rem 0;
  color: #fff;
  background: linear-gradient(100deg, #78977f, #a6b7a7);
}
.contact-cta h2 {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.contact-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}
.site-footer {
  background: #06192c;
  color: rgba(255, 255, 255, 0.68);
  padding: 4rem 0 1.5rem;
  font-size: 0.88rem;
}
.footer-logo {
  width: 240px;
}
.site-footer h3 {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.site-footer a {
  display: block;
  margin: 0.45rem 0;
}
.site-footer a:hover {
  color: #fff;
}
.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
}
@media (max-width: 991.98px) {
  :root {
    --profile-overlap: 0rem;
  }
  .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 32px rgba(7, 31, 55, 0.1);
  }
  .hero-expertise-wrap {
    overflow: visible;
  }
  .hero {
    min-height: 680px;
  }
  .hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.7) 52%, rgba(255, 255, 255, 0.34) 100%);
  }
  .expertise-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .feature-grid {
    border-left: 0;
  }
  .feature-grid > [class*="col-"] {
    border-left: 1px solid var(--border);
  }
  .profile-panel {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
    align-self: auto;
    justify-self: stretch;
    max-width: none;
    min-height: 0;
    margin-top: 0;
  }
  .profile-media {
    min-height: 100%;
  }
  .profile-photo {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 22%;
  }
  .profile-body {
    padding: clamp(2rem, 5vw, 3rem);
  }
  .service-card p {
    min-height: auto;
  }
  .stats-grid .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}
@media (max-width: 767.98px) {
  :root {
    --section-space: clamp(3rem, 10vw, 4.25rem);
  }
  .hero-media {
    background-position: 62% center;
  }
  .hero::before {
    background: rgba(255, 255, 255, 0.78);
  }
  .hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.35rem);
  }
  .brand-logo {
    width: 195px;
  }
  .hero-inner {
    padding-top: 120px;
  }
  .feature-card {
    padding: 1.25rem 1.25rem 1.25rem 0.9rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 639.98px) {
  .narrative-block {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-left: 0;
  }
  .narrative-mark {
    height: 2.8rem;
  }
  .feature-grid,
  .feature-grid > [class*="col-"] {
    border: 0;
  }
  .feature-card {
    min-height: 0;
    border-top: 1px solid var(--border);
  }
  .profile-panel {
    display: flex;
    flex-direction: column;
  }
  .profile-media {
    min-height: 0;
  }
  .profile-photo {
    height: auto;
    aspect-ratio: 1.35 / 1;
    object-position: center 24%;
  }
  .profile-body {
    padding: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .reveal--profile {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
