:root {
  --navy: #0B1D33;
  --slate: #5B6B7D;
  --earth: #6B7A5A;
  --gold: #B79A5A;
  --paper: #F7F5F1;
  --white: #FFFFFF;
  --ink: #152437;
  --muted: #607082;
  --line: rgba(11, 29, 51, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 30px 80px rgba(11, 29, 51, 0.10);
  --shell: min(1240px, calc(100vw - 64px));
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-h: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.page-progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 2px;
  z-index: 999;
  background: transparent;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--gold);
  transition: width 0.08s linear;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: var(--shell);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  flex: 0 0 auto;
  width: clamp(250px, 24vw, 360px);
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.2vw, 38px);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.site-nav a {
  position: relative;
  transition: color 0.24s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.26s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--slate);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.site-nav .nav-cta {
  padding: 14px 20px;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.site-nav .nav-cta::after {
  display: none;
}

.site-nav .nav-cta:hover {
  color: var(--navy);
  background: transparent;
  border-color: var(--navy);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 1.5px;
  background: var(--navy);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(88vh, 950px);
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-background,
.approach-background {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(11, 29, 51, 0.28), rgba(11, 29, 51, 0.70)),
    url("assets/patterns/hero-network.svg");
  background-position: center;
  background-size: cover;
  opacity: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(11, 29, 51, 0), rgba(11, 29, 51, 0.65));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  padding: 118px 0 124px;
}

.eyebrow {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--earth);
}

.hero h1,
.section-heading h2,
.intro-copy h2,
.services-intro h2,
.insights-head h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.hero h1 {
  max-width: 950px;
  font-size: clamp(3.7rem, 6vw, 6.2rem);
}

.hero-lead {
  max-width: 760px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.87);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.65;
}

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

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 600;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

.button-primary:hover {
  color: var(--white);
  background: transparent;
}

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.54);
}

.button-ghost:hover {
  border-color: var(--gold);
  color: var(--white);
}

.hero-panel {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.20);
  padding-left: clamp(28px, 3vw, 46px);
  display: grid;
  gap: 30px;
}

.hero-panel-rule {
  width: 72px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 4px;
}

.pillar span {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pillar h2 {
  margin: 0 0 9px;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.pillar p {
  margin: 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
}

.section-white {
  background: var(--white);
}

.section-tint {
  background: var(--paper);
}

.section-navy {
  position: relative;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}

.intro {
  padding: 124px 0 136px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 360px;
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
}

.section-label {
  padding-top: 14px;
  color: var(--slate);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.intro-copy h2 {
  color: var(--navy);
  font-size: clamp(3.15rem, 4.6vw, 4.9rem);
  max-width: 930px;
}

.intro-copy p {
  max-width: 900px;
  margin: 30px 0 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.8;
}

.intro-statement {
  border-left: 1px solid var(--line);
  padding: 16px 0 16px 36px;
  align-self: center;
}

.intro-statement p {
  margin: 0;
  color: var(--slate);
  font-family: var(--serif);
  font-size: clamp(2rem, 2.5vw, 2.65rem);
  line-height: 1.08;
}

.focus {
  padding: 126px 0 132px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 64px;
}

.section-heading h2 {
  max-width: 820px;
  color: var(--navy);
  font-size: clamp(3rem, 4.7vw, 4.8rem);
}

.heading-light h2 {
  color: var(--white);
}

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

.focus-card {
  min-height: 520px;
  padding: 42px 38px 38px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(11, 29, 51, 0.86), rgba(11, 29, 51, 0.98)),
    url("assets/patterns/sector-grid.svg") center/cover no-repeat;
  border: 1px solid rgba(11, 29, 51, 0.08);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.focus-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(91, 107, 125, 0.92), rgba(11, 29, 51, 0.98)),
    url("assets/patterns/sector-grid.svg") center/cover no-repeat;
}

.focus-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(107, 122, 90, 0.90), rgba(11, 29, 51, 0.98)),
    url("assets/patterns/sector-grid.svg") center/cover no-repeat;
}

.focus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 90px rgba(11, 29, 51, 0.18);
}

.focus-index {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.focus-card h3,
.approach-item h3,
.insight-card h3,
.insight-drawer h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.focus-card h3 {
  font-size: clamp(2.6rem, 3.1vw, 3.45rem);
  margin-bottom: 18px;
}

.focus-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
}

.focus-card ul {
  margin: 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.focus-card li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  background: var(--gold);
}

.services {
  padding: 136px 0 142px;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: start;
}

.services-intro {
  position: sticky;
  top: calc(var(--header-h) + 40px);
}

.services-intro h2 {
  color: var(--navy);
  font-size: clamp(3rem, 4.2vw, 4.6rem);
}

.services-intro p:last-child {
  margin: 28px 0 0;
  max-width: 520px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-trigger {
  width: 100%;
  min-height: 110px;
  padding: 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
}

.accordion-number {
  color: var(--slate);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.accordion-title {
  font-family: var(--serif);
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.accordion-icon {
  position: relative;
  width: 30px;
  height: 30px;
  justify-self: end;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background: var(--gold);
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease;
}

.accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.is-open .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.36s ease;
}

.accordion-item.is-open .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion-panel-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 0 34px 86px;
}

.accordion-panel-inner p {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-tags span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(91, 107, 125, 0.28);
  color: var(--navy);
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.approach {
  padding: 132px 0 142px;
}

.approach-background {
  background-image:
    linear-gradient(90deg, rgba(11, 29, 51, 0.78), rgba(11, 29, 51, 0.88)),
    url("assets/patterns/hero-network.svg");
  opacity: 0.72;
}

.approach-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.approach-item {
  min-height: 310px;
  padding: 42px 30px 40px;
  border-right: 1px solid var(--line-light);
}

.approach-item:last-child {
  border-right: 0;
}

.approach-item h3 {
  color: var(--white);
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  margin-bottom: 18px;
}

.approach-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.8;
}

.insights {
  padding: 136px 0 146px;
}

.insights-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: end;
  gap: clamp(36px, 6vw, 100px);
  margin-bottom: 68px;
}

.insights-head h2 {
  color: var(--navy);
  font-size: clamp(3.1rem, 4.7vw, 4.9rem);
}

.insights-intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.85;
}

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

.insight-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 34px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.insight-card:hover {
  transform: translateY(-6px);
  border-color: rgba(183, 154, 90, 0.52);
  box-shadow: 0 28px 70px rgba(11, 29, 51, 0.10);
}

.insight-meta {
  margin: 0 0 24px;
  color: var(--earth);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.insight-card h3 {
  color: var(--navy);
  font-size: clamp(2.15rem, 2.6vw, 3rem);
  margin-bottom: 20px;
}

.insight-card p:not(.insight-meta) {
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.text-link {
  margin-top: auto;
  width: fit-content;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: transparent;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 600;
  cursor: pointer;
}

.insight-drawer {
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.insight-drawer-inner {
  position: relative;
  padding: 44px 54px 50px;
  max-width: 1040px;
}

.insight-drawer h3 {
  color: var(--navy);
  font-size: clamp(2.5rem, 3.2vw, 3.6rem);
  margin-bottom: 22px;
}

.insight-drawer p:not(.insight-meta) {
  color: var(--ink);
  max-width: 920px;
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.85;
}

.drawer-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.contact {
  padding: 132px 0 144px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(44px, 8vw, 118px);
  align-items: start;
}

.contact-copy h2 {
  color: var(--navy);
  font-size: clamp(3.2rem, 4.8vw, 5rem);
}

.contact-copy > p:last-of-type {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.contact-details {
  margin-top: 38px;
  display: grid;
  gap: 10px;
  color: var(--navy);
}

.contact-details a {
  width: fit-content;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
  font-weight: 600;
}

.contact-details span {
  color: var(--slate);
}

.contact-form {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 40px;
  box-shadow: var(--shadow);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-form label {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.contact-form span {
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(91, 107, 125, 0.28);
  background: var(--white);
  color: var(--navy);
  padding: 16px 18px;
  border-radius: 0;
  outline: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(11, 29, 51, 0.08);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form .button-primary {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.contact-form .button-primary:hover {
  color: var(--navy);
  background: transparent;
}

.site-footer {
  color: rgba(255, 255, 255, 0.80);
  background: var(--navy);
  padding: 56px 0 46px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 38px 60px;
  align-items: start;
}

.footer-brand img {
  width: min(330px, 100%);
  filter: brightness(0) invert(1);
  opacity: 0.98;
}

.footer-brand p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 28px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.footer-links a {
  transition: color 0.24s ease;
}

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

.footer-meta {
  grid-column: 1 / -1;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 28px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --shell: min(1240px, calc(100vw - 48px));
  }

  .brand {
    width: clamp(230px, 28vw, 320px);
  }

  .site-nav {
    gap: 20px;
    font-size: 0.82rem;
  }

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

  .hero-panel {
    max-width: 820px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 32px 0 0;
  }

  .hero-panel-rule {
    display: none;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .section-label {
    padding-top: 0;
  }

  .intro-statement {
    max-width: 760px;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .focus-card {
    min-height: 390px;
  }

  .services-layout {
    grid-template-columns: 1fr;
  }

  .services-intro {
    position: static;
  }

  .approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approach-item:nth-child(2) {
    border-right: 0;
  }

  .approach-item:nth-child(3),
  .approach-item:nth-child(4) {
    border-top: 1px solid var(--line-light);
  }

  .insights-head,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .insights-grid {
    grid-template-columns: 1fr;
  }

  .insight-card {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 82px;
    --shell: min(1240px, calc(100vw - 32px));
  }

  .site-header {
    height: var(--header-h);
  }

  .header-inner {
    position: relative;
  }

  .brand {
    width: min(265px, calc(100vw - 112px));
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    inset: calc(100% + 1px) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 18px 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-top: 0;
    box-shadow: 0 26px 56px rgba(11, 29, 51, 0.14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .nav-cta {
    margin-top: 16px;
    justify-content: center;
    border-bottom: 1px solid var(--navy);
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 84px 0 92px;
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 12vw, 4.8rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .intro,
  .focus,
  .services,
  .approach,
  .insights,
  .contact {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .accordion-trigger {
    min-height: 96px;
    grid-template-columns: 58px minmax(0, 1fr) 32px;
  }

  .accordion-panel-inner {
    padding-left: 58px;
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }

  .approach-item {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid var(--line-light);
  }

  .approach-item:first-child {
    border-top: 0;
  }

  .contact-form {
    padding: 28px 22px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .insight-drawer-inner {
    padding: 34px 24px 38px;
  }

  .drawer-close {
    top: 18px;
    right: 18px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .footer-meta {
    display: grid;
  }
}

@media (max-width: 560px) {
  .hero-lead,
  .intro-copy p,
  .services-intro p:last-child,
  .insights-intro,
  .contact-copy > p:last-of-type,
  .accordion-panel-inner p,
  .insight-card p:not(.insight-meta),
  .insight-drawer p:not(.insight-meta) {
    font-size: 0.98rem;
  }

  .focus-card {
    min-height: 420px;
    padding: 30px 24px 28px;
  }

  .focus-card h3 {
    font-size: 2.45rem;
  }

  .insight-card {
    padding: 28px 24px;
  }
}
