:root {
  --ink: #202024;
  --navy: #282642;
  --navy-deep: #1f1e35;
  --orange: #e95e32;
  --orange-dark: #c94a25;
  --orange-bright: #e95e32;
  --paper: #f5f4ef;
  --white: #ffffff;
  --soft: #ebeae5;
  --muted: #69696e;
  --line: #d8d6cf;
  --font-sans: "Segoe UI", Inter, Arial, Helvetica, sans-serif;
  --font-mono: var(--font-sans);
  --max: 1760px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--navy);
  color: white;
  font-weight: 700;
  transform: translateY(-160%);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

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

::selection {
  background: var(--orange);
  color: white;
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.section-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: 56px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(32, 32, 36, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.main-nav {
  display: flex;
  width: min(100%, var(--max));
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding-inline: 56px;
}

.brand {
  display: inline-block;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 1;
}

.primary-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.55vw, 28px);
  font-size: 0.76rem;
  font-weight: 620;
}

.primary-links > a:not(.nav-button) {
  padding: 11px 0;
  border-bottom: 2px solid transparent;
}

.primary-links > a:not(.nav-button):hover {
  border-color: var(--orange);
}

.primary-links > a[aria-current="page"] {
  border-color: var(--orange);
}

.language-switch {
  display: inline-flex;
  min-width: 68px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.69rem;
  font-weight: 700;
  text-align: center;
}

.language-switch a {
  padding: 8px 0;
  color: inherit;
}

.language-switch a[aria-current="page"] {
  color: var(--orange-dark);
}

.nav-button,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 650;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-button,
.button-primary {
  background: var(--orange);
  color: white;
}

.nav-button:hover,
.button-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

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

.button-light:hover {
  background: var(--paper);
  transform: translateY(-2px);
}

.button-primary:disabled {
  cursor: wait;
  opacity: 0.6;
  transform: none;
}

.text-link {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 650;
}

.mobile-primary-links {
  display: none;
}

.eyebrow,
.section-index {
  margin: 0 0 22px;
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-hero {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(560px, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.hero-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 64px 34px 64px 0;
}

.hero-copy h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.8rem, 5vw, 5.4rem);
  font-weight: 590;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.hero-lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.hero-slogan {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 22px 0 0;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.hero-slogan span {
  color: var(--muted);
  font-weight: 500;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.hero-slider {
  position: relative;
  min-height: 632px;
  overflow: hidden;
  background: #dddcd7;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-slide {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-slide.is-active img {
  animation: image-breathe 6.2s ease-out both;
}

.hero-slider::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(24, 23, 35, 0.58)),
    linear-gradient(90deg, rgba(24, 23, 35, 0.16), transparent 38%);
  content: "";
  pointer-events: none;
}

.technical-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.44;
  pointer-events: none;
}

.slider-caption {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 30px;
  display: flex;
  max-width: 420px;
  flex-direction: column;
  gap: 8px;
  color: white;
}

.slider-caption span {
  color: #ffc3ae;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slider-caption strong {
  font-size: 0.95rem;
  font-weight: 570;
}

.slider-controls {
  position: absolute;
  z-index: 5;
  right: 26px;
  bottom: 28px;
  display: flex;
  gap: 8px;
}

.slider-controls button {
  width: 38px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.slider-controls button span {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.48);
}

.slider-controls button.is-active span {
  background: var(--orange-bright);
}

.answer-block {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1.65fr);
  gap: clamp(48px, 7vw, 120px);
  padding-top: 92px;
  padding-bottom: 92px;
  border-bottom: 1px solid var(--line);
}

.answer-block h2 {
  max-width: 980px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.25rem, 3.7vw, 4.1rem);
  font-weight: 590;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.answer-block div > p {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.8;
}

.capability-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.capability-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.capability-strip span {
  padding: 22px 18px;
  border-left: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.capability-strip span:last-child {
  border-right: 1px solid var(--line);
}

.home-intro,
.home-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: start;
  padding-top: 118px;
  padding-bottom: 118px;
}

.outcome-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.outcome-grid article {
  min-height: 190px;
  padding: 32px;
  border-left: 1px solid var(--line);
}

.outcome-grid article:last-child {
  border-right: 1px solid var(--line);
}

.outcome-grid span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.outcome-grid strong {
  display: block;
  margin: 40px 0 10px;
  color: var(--navy);
  font-size: 1.1rem;
}

.outcome-grid p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.home-intro h2,
.section-heading h2,
.method-heading h2,
.home-contact h2,
.page-hero h1,
.service-block-copy h2,
.about-hero h1,
.page-cta h2 {
  margin: 0;
  font-size: clamp(2.55rem, 3.65vw, 4.2rem);
  font-weight: 570;
  letter-spacing: -0.058em;
  line-height: 1.07;
}

.home-intro-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 38px;
}

.home-intro-copy p,
.section-heading > div:last-child > p,
.section-heading > p:last-child,
.home-contact > div:last-child > p {
  max-width: 560px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.78;
}

.home-services {
  padding: 112px 0 124px;
  background: white;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: start;
  margin-bottom: 58px;
}

.section-heading > :last-child,
.home-contact > :last-child {
  padding-top: 38px;
}

.section-heading h2 {
  max-width: 780px;
  font-size: clamp(2.55rem, 3.65vw, 4.2rem);
}

.service-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-preview-grid a {
  position: relative;
  display: flex;
  min-height: 310px;
  align-items: flex-start;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  transition: background 180ms ease, transform 180ms ease;
}

.service-preview-grid a:hover {
  z-index: 1;
  background: var(--paper);
  transform: translateY(-3px);
}

.service-preview-grid span,
.service-preview-grid i {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-style: normal;
}

.service-preview-grid h3 {
  margin: 78px 0 16px;
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 640;
  letter-spacing: -0.035em;
}

.service-preview-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.service-preview-grid i {
  margin-top: auto;
  padding-top: 28px;
  font-size: 1rem;
}

.home-method {
  padding: 116px 0 124px;
  background: var(--navy);
  color: white;
}

.home-method .section-index {
  color: #ff9b79;
}

.method-heading {
  display: block;
  max-width: 900px;
  margin-bottom: 62px;
}

.method-heading h2 {
  font-size: clamp(2.55rem, 3.65vw, 4.1rem);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.principle-grid article {
  min-height: 270px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.principle-grid span {
  color: #ff9b79;
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.principle-grid h3 {
  margin: 82px 0 18px;
  font-size: 1.25rem;
  font-weight: 590;
}

.principle-grid p {
  margin: 0;
  color: #bab8c8;
  font-size: 0.82rem;
  line-height: 1.65;
}

.home-contact > div:last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  gap: 22px;
}

.home-contact > div:last-child > p {
  margin-bottom: 6px;
}

.secondary-text-link {
  margin-left: 22px;
}

.page-hero {
  padding-top: 104px;
  padding-bottom: 98px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: start;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(3.4rem, 5vw, 5.35rem);
}

.page-hero-grid > div p,
.page-hero-grid > p {
  margin: 0 0 30px;
  color: var(--muted);
  line-height: 1.78;
}

.service-jump {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 56px;
}

.service-jump a {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-right: 0;
  background: white;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 650;
}

.service-jump a:last-child {
  border-right: 1px solid var(--line);
}

.service-jump a:hover {
  background: var(--orange);
  color: white;
}

.service-jump span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.6rem;
}

.service-jump a:hover span {
  color: white;
}

.service-list {
  display: grid;
  gap: 48px;
  padding: 48px 0;
  background: white;
}

.service-block {
  display: grid;
  width: min(calc(100% - 96px), var(--max));
  min-height: 740px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  scroll-margin-top: 100px;
  margin-inline: auto;
  border: 1px solid var(--line);
  background: var(--paper);
  contain-intrinsic-size: 740px;
  content-visibility: auto;
}

.service-block.reverse .service-block-media {
  order: 2;
}

.service-block-media {
  min-height: 740px;
  overflow: hidden;
}

.service-block-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-block-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 66px clamp(54px, 5vw, 96px);
}

.service-block-copy h2 {
  font-size: clamp(2.6rem, 3.7vw, 4.15rem);
}

.service-summary {
  max-width: 650px;
  margin: 24px 0 34px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.76;
}

.service-block-copy ul {
  width: 100%;
  max-width: 680px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-block-copy li {
  border-bottom: 1px solid var(--line);
}

.capability-links li > a {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr) auto;
  gap: 24px;
  align-items: start;
  padding: 18px 0;
}

.capability-links li > a:hover strong,
.capability-links li > a:hover i {
  color: var(--orange);
}

.service-block-copy li strong {
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 650;
}

.service-block-copy li span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.capability-links i {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 1px;
  color: var(--navy);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 650;
  white-space: nowrap;
}

.capability-links i b {
  color: var(--orange);
  font-size: 0.85rem;
}

.service-actions {
  display: flex;
  width: 100%;
  max-width: 680px;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.service-actions > span {
  max-width: 240px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.5;
}

.insight-page {
  padding-top: 52px;
  padding-bottom: 120px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 0.68rem;
}

.breadcrumbs a:hover {
  color: var(--orange);
}

.insight-header {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(70px, 8vw, 150px);
  align-items: end;
  padding: 90px 0 94px;
  border-bottom: 1px solid var(--line);
}

.insight-header h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(3.8rem, 5.4vw, 6.2rem);
  font-weight: 580;
  letter-spacing: -0.062em;
  line-height: 1;
}

.insight-header > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.insight-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(70px, 9vw, 160px);
  padding-top: 86px;
}

.insight-aside {
  position: sticky;
  top: 116px;
  align-self: start;
  padding: 26px;
  border: 1px solid var(--line);
  background: white;
}

.insight-aside strong {
  color: var(--navy);
  font-size: 0.86rem;
}

.insight-aside p {
  margin: 16px 0 24px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.insight-content {
  max-width: 920px;
}

.insight-content > section {
  padding: 0 0 76px;
}

.article-number {
  display: block;
  margin-bottom: 20px;
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.insight-content h2 {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.insight-content > section > p {
  max-width: 790px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.85;
}

.article-steps {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.article-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.article-steps li > span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.article-steps strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.article-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.deliverable-list li {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.55;
}

.article-keywords {
  padding-top: 28px !important;
  border-top: 1px solid var(--line);
}

.article-keywords > span {
  color: var(--muted);
  font-size: 0.68rem;
}

.article-keywords > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.article-keywords > div span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  background: white;
  color: var(--navy);
  font-size: 0.68rem;
}

.insights-index {
  padding-bottom: 124px;
}

.insight-group {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1.64fr);
  gap: clamp(48px, 6vw, 100px);
  padding: 56px 0;
  border-top: 1px solid var(--line);
}

.insight-group-heading span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.insight-group-heading h2 {
  margin: 22px 0 0;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.insight-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.insight-card-grid a {
  display: flex;
  min-height: 230px;
  align-items: flex-start;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.insight-card-grid a:hover {
  background: #fffaf7;
}

.insight-card-grid strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.insight-card-grid p {
  margin: 16px 0 24px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.62;
}

.insight-card-grid a > span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 650;
}

.insight-card-grid i {
  color: var(--orange);
  font-style: normal;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(60px, 8vw, 140px);
  padding-top: 112px;
  padding-bottom: 124px;
}

.faq-heading h2,
.project-status h2 {
  max-width: 720px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.45rem, 4vw, 4.3rem);
  font-weight: 590;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  min-height: 74px;
  padding: 25px 54px 23px 0;
  color: var(--navy);
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 680;
  line-height: 1.5;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 4px;
  color: var(--orange);
  content: "+";
  font-size: 1.35rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 820px;
  margin: 0;
  padding: 0 54px 26px 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.78;
}

.project-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(70px, 9vw, 150px);
  padding-top: 104px;
  padding-bottom: 110px;
  border-top: 1px solid var(--line);
}

.project-status > div:last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.project-status > div:last-child p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.78;
}

.project-proof {
  padding-top: 112px;
  padding-bottom: 124px;
  border-top: 1px solid var(--line);
}

.project-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.project-proof-grid article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.project-proof-grid article > span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.project-proof-grid h3 {
  margin: 70px 0 16px;
  color: var(--navy);
  font-size: 1.22rem;
  font-weight: 680;
}

.project-proof-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.68;
}

.page-cta {
  background: var(--orange);
  color: white;
}

.page-cta > .section-shell {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-cta .section-index {
  color: #ffd0c1;
}

.page-cta h2 {
  max-width: 820px;
  font-size: clamp(2.7rem, 4vw, 4.4rem);
}

.about-hero {
  padding-top: 104px;
  padding-bottom: 110px;
}

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

.about-intro {
  display: grid;
  max-width: 940px;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin: 72px 0 0 auto;
}

.about-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.78;
}

.about-image {
  height: min(68vw, 690px);
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.values {
  padding-top: 116px;
  padding-bottom: 124px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-grid article {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.value-grid span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.63rem;
}

.value-grid h3 {
  margin: 60px 0 15px;
  color: var(--navy);
  font-size: 1.32rem;
  font-weight: 620;
}

.value-grid p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(70px, 9vw, 140px);
  padding-top: 104px;
  padding-bottom: 120px;
}

.contact-intro h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3.5rem, 5vw, 5.6rem);
  font-weight: 570;
  letter-spacing: -0.062em;
  line-height: 1;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.contact-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 50px;
  padding: 22px 0 0 20px;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--orange);
}

.contact-note strong {
  color: var(--navy);
}

.contact-note span {
  color: var(--muted);
  font-size: 0.74rem;
}

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

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  color: #4d4d51;
  font-size: 0.72rem;
  font-weight: 620;
}

.contact-form label b {
  color: var(--orange);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c8c6c0;
  border-radius: 0;
  background: #faf9f6;
  color: var(--ink);
  outline: none;
  font-size: 0.9rem;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 13px;
  line-height: 1.6;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 1px var(--orange);
}

.contact-form textarea::placeholder {
  color: #9a999c;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 8px;
}

.form-actions p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.form-message {
  margin: 20px 0 0;
  padding: 14px;
  border-left: 3px solid #2d805f;
  background: #eef8f3;
  color: #236248;
  font-size: 0.78rem;
}

.form-message.error {
  border-color: #b9462d;
  background: #fff1ed;
  color: #913721;
}

.site-footer {
  padding: 74px max(32px, calc((100vw - var(--max)) / 2 + 48px)) 24px;
  background: var(--navy-deep);
  color: white;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.72fr 0.9fr 1.15fr;
  gap: 50px;
  padding-bottom: 66px;
}

.footer-brand {
  color: white;
  font-size: 2.4rem;
}

.footer-brand-block p {
  margin: 20px 0 0;
  color: #a6a4b5;
  font-size: 0.74rem;
  line-height: 1.65;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column strong,
.footer-cta strong {
  margin-bottom: 8px;
  color: #d8d6e0;
  font-size: 0.72rem;
}

.footer-column a {
  color: #a4a2b2;
  font-size: 0.72rem;
}

.footer-column a:hover {
  color: white;
}

.footer-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-cta a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  font-size: 0.78rem;
}

.footer-cta a span {
  color: #ff9876;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #aaa8b8;
  font-family: var(--font-mono);
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes image-breathe {
  from {
    transform: scale(1.015);
  }

  to {
    transform: scale(1.07);
  }
}

@media (max-width: 1120px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 520px;
    padding-right: 0;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-slider {
    min-height: 580px;
  }

  .service-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-block {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .service-block.reverse .service-block-media {
    order: 0;
  }

  .service-block-media {
    min-height: 560px;
  }

  .service-block-copy {
    padding: 78px 48px 90px;
  }

  .insight-header {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .insight-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 64px;
  }

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

  .project-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1040px) {
  .section-shell,
  .main-nav {
    padding-inline: 22px;
  }

  .main-nav {
    min-height: 64px;
    justify-content: flex-start;
  }

  .brand {
    font-size: 1.75rem;
  }

  .primary-links {
    display: none;
  }

  .language-switch {
    display: none;
  }

  .mobile-primary-links {
    display: grid;
    width: 100%;
    min-height: 48px;
    align-items: center;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    background: white;
    font-size: 0.72rem;
    font-weight: 680;
  }

  .mobile-primary-links a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-right: 1px solid var(--line);
    border-bottom: 2px solid transparent;
    text-align: center;
  }

  .mobile-primary-links a:last-child {
    border-right: 0;
  }

  .mobile-primary-links a[aria-current="page"] {
    border-bottom-color: var(--orange);
    color: var(--orange-dark);
  }

  .home-hero {
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-copy {
    min-height: 500px;
    padding: 68px 0;
  }

  .hero-copy h1 {
    font-size: clamp(3.15rem, 13.5vw, 4.7rem);
  }

  .hero-slider {
    min-height: 430px;
    margin-inline: -22px;
  }

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

  .capability-strip span:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .capability-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .home-intro,
  .home-contact,
  .answer-block,
  .section-heading,
  .page-hero-grid,
  .insight-layout,
  .contact-page,
  .faq-section,
  .project-status {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .answer-block {
    padding-top: 76px;
    padding-bottom: 80px;
  }

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

  .outcome-grid article {
    min-height: 160px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .outcome-grid article:last-child {
    border-bottom: 0;
  }

  .home-intro,
  .home-contact {
    padding-top: 84px;
    padding-bottom: 88px;
  }

  .home-services,
  .home-method,
  .values,
  .faq-section,
  .project-proof {
    padding-top: 84px;
    padding-bottom: 88px;
  }

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

  .home-intro-copy,
  .section-heading > :last-child,
  .home-contact > :last-child {
    padding-top: 0;
  }

  .method-heading {
    max-width: 760px;
  }

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

  .service-preview-grid {
    grid-template-columns: 1fr;
  }

  .secondary-text-link {
    display: block;
    width: fit-content;
    margin-top: 18px;
    margin-left: 0;
  }

  .service-preview-grid a {
    min-height: 250px;
  }

  .service-preview-grid h3 {
    margin-top: 52px;
  }

  .page-hero {
    padding-top: 78px;
    padding-bottom: 72px;
  }

  .page-hero h1 {
    font-size: clamp(3.15rem, 13vw, 5rem);
  }

  .service-jump {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 36px;
  }

  .service-jump a:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .service-jump a:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .service-block-media {
    min-height: 410px;
  }

  .service-block {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  .service-block-copy {
    padding: 66px 22px 76px;
  }

  .capability-links li > a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .capability-links i {
    margin-top: 6px;
  }

  .service-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-page {
    padding-top: 34px;
    padding-bottom: 88px;
  }

  .insight-header {
    padding: 66px 0 70px;
  }

  .insight-header h1 {
    font-size: clamp(3.1rem, 12vw, 5rem);
  }

  .insight-layout {
    padding-top: 62px;
  }

  .insight-aside {
    position: static;
  }

  .deliverable-list {
    grid-template-columns: 1fr;
  }

  .insight-group {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .insight-card-grid {
    grid-template-columns: 1fr;
  }

  .page-cta > .section-shell {
    min-height: 370px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .project-status {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .about-hero {
    padding-top: 80px;
    padding-bottom: 86px;
  }

  .about-hero h1 {
    font-size: clamp(3.1rem, 13vw, 5rem);
  }

  .about-intro,
  .value-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .about-intro {
    gap: 22px;
    margin-top: 52px;
  }

  .about-image {
    height: 420px;
  }

  .contact-page {
    padding-top: 78px;
    padding-bottom: 88px;
  }

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

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button {
    width: 100%;
  }

  .site-footer {
    padding: 58px 22px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .principle-grid {
    grid-template-columns: 1fr;
  }

  .project-proof-grid {
    grid-template-columns: 1fr;
  }

  .slider-caption {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .slider-controls {
    top: 18px;
    right: 18px;
    bottom: auto;
  }
}

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

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

/* WordPress integration */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
}

.menu-toggle > span:not(.screen-reader-text) {
  width: 23px;
  height: 2px;
  background: currentColor;
}

.primary-links li {
  display: contents;
}

.primary-links ul {
  display: contents;
}

.current-menu-item > a,
.current_page_item > a {
  border-color: var(--orange) !important;
}

.hero-slider .hero-slide {
  width: 100%;
  height: 100%;
}

.service-summary > :first-child,
.faq-list details div > :first-child {
  margin-top: 0;
}

.service-summary > :last-child,
.faq-list details div > :last-child {
  margin-bottom: 0;
}

.service-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  max-width: 720px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.service-evidence-grid h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.service-evidence-grid ol,
.service-evidence-grid ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.content-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 30px;
  padding-bottom: 110px;
  background: var(--line);
}

.content-card-grid article {
  min-width: 0;
  padding: 30px;
  background: var(--white);
}

.content-card-grid h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1.5rem, 2.2vw, 2.3rem);
  letter-spacing: -0.045em;
}

.content-card-grid article > p:not(.section-index) {
  color: var(--muted);
  line-height: 1.7;
}

.card-media {
  display: block;
  aspect-ratio: 16 / 10;
  margin: -30px -30px 28px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero {
  width: 100%;
  max-height: 720px;
  margin: 0;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.article-meta {
  color: var(--muted);
  font-size: 0.75rem;
}

.prose {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.82;
}

.prose > * {
  max-width: 820px;
}

.prose h2,
.prose h3 {
  margin-top: 2.2em;
  color: var(--navy);
  line-height: 1.2;
}

.prose a {
  color: var(--orange-dark);
  text-decoration: underline;
}

.standard-page {
  min-height: 65vh;
  padding-top: 92px;
  padding-bottom: 110px;
}

.standard-page h1 {
  max-width: 1000px;
  margin: 0 0 54px;
  font-size: clamp(3.4rem, 6vw, 6rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.editor-content {
  padding-top: 60px;
  padding-bottom: 80px;
}

.form-consent {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.pagination {
  padding-bottom: 80px;
}

.pagination .nav-links {
  display: flex;
  gap: 10px;
}

.pagination a,
.pagination .current {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: white;
}

.pagination .current {
  border-color: var(--orange);
  background: var(--orange);
  color: white;
}

@media (max-width: 1040px) {
  .main-nav {
    justify-content: space-between;
  }

  .menu-toggle {
    display: flex;
  }

  .primary-links {
    position: absolute;
    z-index: 60;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 22px 24px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: white;
    box-shadow: 0 18px 30px rgba(31, 30, 53, 0.08);
  }

  .primary-links.is-open {
    display: flex;
  }

  .primary-links > a:not(.nav-button),
  .primary-links > li > a {
    display: flex;
    min-height: 50px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 0.9rem;
  }

  .primary-links .nav-button {
    margin-top: 16px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .service-evidence-grid,
  .content-card-grid {
    grid-template-columns: 1fr;
  }

  .content-card-grid {
    padding-inline: 22px;
  }
}
