:root {
  --field: #0E2B2D;
  --graphite: #17212B;
  --route: #536D72;
  --closure: #B86A3D;
  --ivory: #F7F4EE;
  --brand: var(--field);
  --brand-deep: var(--graphite);
  --brand-soft: #234246;
  --lime: var(--ivory);
  --coral: var(--closure);
  --blue: var(--route);
  --ink: var(--graphite);
  --body: #697274;
  --paper: var(--ivory);
  --white: #fffdfa;
  --line: #ded9cf;
  --shadow: 0 26px 70px rgba(23, 33, 43, 0.15);
  --shadow-soft: 0 16px 42px rgba(23, 33, 43, 0.09);
  --focus: var(--closure);
  --max: 1380px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Segoe UI", Helvetica, sans-serif;
  line-height: 1.55;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(83, 109, 114, 0.12), rgba(83, 109, 114, 0) 30%),
    radial-gradient(circle at 88% 18%, rgba(184, 106, 61, 0.09), rgba(184, 106, 61, 0) 28%),
    var(--paper);
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

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

.skip-link {
  position: absolute;
  top: -80px;
  left: 18px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--brand);
  color: var(--white);
}

.skip-link:focus {
  top: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(23, 33, 43, 0.18);
}

.header-inner {
  width: min(var(--max), calc(100% - 60px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.36fr) auto auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: min(340px, 100%);
  color: var(--white);
  text-decoration: none;
}

.brand-logo-picture {
  display: block;
  width: clamp(230px, 24vw, 330px);
  max-width: 100%;
}

.brand-logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.nav,
.language-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.nav a,
.language-switch a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav a::after,
.language-switch a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav a:hover,
.nav a[aria-current="page"],
.language-switch a:hover,
.language-switch a[aria-current="true"] {
  color: var(--white);
}

.nav a:hover::after,
.nav a[aria-current="page"]::after,
.language-switch a:hover::after,
.language-switch a[aria-current="true"]::after {
  transform: scaleX(1);
}

.language-switch {
  gap: 10px;
}

.nav-cta,
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  background: var(--coral);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(184, 106, 61, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-cta[aria-current="page"] {
  background: var(--white);
  color: var(--brand);
  box-shadow: none;
}

.button.secondary {
  background: var(--lime);
  color: var(--brand);
  box-shadow: 0 18px 34px rgba(247, 244, 238, 0.16);
}

.button.dark {
  background: var(--brand-deep);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(23, 33, 43, 0.18);
}

.button.light {
  background: var(--white);
  color: var(--brand);
  box-shadow: none;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(184, 106, 61, 0.28);
}

.hero-shell,
.section,
.page-hero,
.site-footer .footer-inner {
  width: min(var(--max), calc(100% - 60px));
  margin-right: auto;
  margin-left: auto;
}

.hero-shell {
  margin-top: 30px;
  margin-bottom: 78px;
}

.hero-panel,
.page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  isolation: isolate;
}

.hero-panel {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: min(6vw, 72px);
  padding: 76px min(8vw, 106px);
}

.hero-panel::before,
.page-hero::before,
.dark-band::before,
.cta-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hero-panel::before {
  width: 680px;
  height: 680px;
  right: -190px;
  bottom: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 106, 61, 0.78) 0 32%, rgba(184, 106, 61, 0.22) 33% 54%, rgba(184, 106, 61, 0) 70%);
}

.hero-panel::after,
.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(83, 109, 114, 0.5);
  border-radius: 50%;
  right: 9%;
  top: 12%;
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.hero-visual img {
  width: min(100%, 520px);
  filter: drop-shadow(0 34px 56px rgba(0, 0, 0, 0.28));
}

.hero-photo-card {
  min-height: 470px;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 238, 0.18);
  border-radius: 12px;
  background: var(--graphite);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.32);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  filter: none;
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 43, 45, 0.04), rgba(14, 43, 45, 0.42));
  pointer-events: none;
}

.hero-visual-panel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(247, 244, 238, 0.18);
  border-radius: 999px;
  background: rgba(14, 43, 45, 0.76);
  backdrop-filter: blur(10px);
}

.hero-visual-panel span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(247, 244, 238, 0.08);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 26px;
}

.hero-trust-item {
  min-width: 0;
  display: grid;
  gap: 5px;
  min-height: 86px;
  border: 1px solid rgba(247, 244, 238, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 253, 250, 0.08);
  color: var(--white);
  text-decoration: none;
}

.hero-trust-item:hover {
  background: rgba(255, 253, 250, 0.14);
}

.hero-trust-item span {
  color: rgba(255, 253, 250, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-trust-item strong {
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section .eyebrow,
.text-page .eyebrow,
.contact-card .eyebrow,
.profile-card .eyebrow,
.legal-card .eyebrow {
  color: var(--coral);
}

.hero-panel .eyebrow,
.page-hero .eyebrow,
.dark-band .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 990px;
  font-size: 5.05rem;
  font-weight: 800;
}

h2 {
  color: var(--brand);
  font-size: 3.05rem;
  font-weight: 800;
}

h3 {
  color: var(--brand);
  font-size: 1.3rem;
  font-weight: 800;
}

.hero-panel h1,
.page-hero h1,
.dark-band h2,
.dark-band h3,
.cta-band h2 {
  color: var(--white);
}

p,
li,
dt,
dd,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

.lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #dbe5e2;
  font-size: 1.18rem;
}

.section .lead,
.text-page .lead {
  color: var(--body);
}

p,
li {
  color: var(--body);
}

.hero-panel p,
.page-hero p,
.dark-band p,
.cta-band p {
  color: #dbe5e2;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.section {
  margin-top: 78px;
  margin-bottom: 88px;
}

.section-compact {
  margin-top: 44px;
  margin-bottom: 54px;
}

.outcome-section {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.12);
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.94);
  box-shadow: 0 24px 58px rgba(23, 33, 43, 0.12);
}

.outcome-item {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 198px;
  border-right: 1px solid rgba(14, 43, 45, 0.1);
  padding: 28px;
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

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

.outcome-item:hover {
  background: #fffaf2;
  transform: translateY(-1px);
}

.outcome-item span {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
}

.outcome-item h2 {
  margin: 0;
  color: var(--brand);
  font-size: 1.34rem;
  line-height: 1.08;
}

.outcome-item p {
  margin: 0;
  color: var(--body);
  font-size: 0.96rem;
}

.section-header {
  max-width: 850px;
  margin-bottom: 38px;
}

.section-header.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-header p {
  max-width: 760px;
  font-size: 1.08rem;
}

.service-index {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  padding: 34px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 18px 46px rgba(23, 33, 43, 0.08);
}

.service-index h2 {
  font-size: 2.25rem;
}

.service-index p {
  max-width: 640px;
  margin-bottom: 0;
}

.home-intro {
  padding-top: 44px;
  padding-bottom: 44px;
}

.service-index-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-index-links.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-index-links a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(14, 43, 45, 0.12);
  border-radius: 999px;
  padding: 10px 16px 10px 12px;
  background: rgba(255, 253, 250, 0.82);
  color: var(--brand);
  font-size: 0.95rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(23, 33, 43, 0.06);
}

.service-index-links span {
  width: 34px;
  height: 34px;
  flex: none;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 900;
}

.service-statement {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.12);
  border-radius: 12px;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(83, 109, 114, 0.12), rgba(83, 109, 114, 0) 44%),
    var(--white);
  box-shadow: var(--shadow-soft);
}

.service-statement blockquote {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--brand);
  font-size: 2.65rem;
  font-weight: 850;
  line-height: 1.06;
}

.service-statement-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-statement-points article {
  min-width: 0;
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 14px;
  border-radius: 8px;
  padding: 24px;
  background: rgba(247, 244, 238, 0.82);
  box-shadow: inset 0 0 0 1px rgba(14, 43, 45, 0.08);
}

.service-statement-points span {
  color: var(--coral);
  font-size: 0.86rem;
  font-weight: 900;
}

.service-statement-points h2 {
  margin: 0;
  color: var(--brand);
  font-size: 1.2rem;
  line-height: 1.12;
}

.service-statement-points p {
  margin: 0;
  color: var(--body);
  font-size: 0.96rem;
}

.solution-rail {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.12);
  border-radius: 14px;
  background: rgba(14, 43, 45, 0.14);
  box-shadow: var(--shadow-soft);
}

.solution-rail-intro,
.solution-rail-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
  text-decoration: none;
}

.solution-rail-intro {
  background: var(--brand);
  color: var(--white);
}

.solution-rail-intro .eyebrow,
.solution-rail-intro h2,
.solution-rail-intro p {
  margin: 0;
}

.solution-rail-intro .eyebrow {
  color: var(--ivory);
}

.solution-rail-intro h2 {
  color: var(--white);
  font-size: 2rem;
  line-height: 1.08;
}

.solution-rail-intro p {
  color: #dbe5e2;
}

.solution-rail-card {
  position: relative;
  background: var(--white);
  color: inherit;
  transition: background 160ms ease, transform 160ms ease;
}

.solution-rail-card::before {
  content: "";
  width: 44px;
  height: 5px;
  border-radius: 999px;
  background: var(--coral);
}

.solution-rail-card:hover {
  background: #fffaf2;
  transform: translateY(-1px);
}

.solution-rail-card span {
  color: var(--coral);
  font-size: 0.74rem;
  font-weight: 900;
}

.solution-rail-card h3,
.solution-rail-card p {
  margin: 0;
}

.solution-rail-card h3 {
  font-size: 1.38rem;
  line-height: 1.1;
}

.solution-rail-card p {
  color: var(--body);
}

.service-route-panel {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 52px;
  background:
    linear-gradient(135deg, rgba(184, 106, 61, 0.22), rgba(184, 106, 61, 0) 34%),
    linear-gradient(145deg, var(--brand), var(--brand-deep));
  color: var(--white);
  box-shadow: var(--shadow);
}

.service-route-panel::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -34%;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(247, 244, 238, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.service-route-panel .section-header {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-left: 0;
  color: var(--white);
}

.service-route-panel .eyebrow,
.service-route-panel .section-header h2,
.service-route-panel .section-header p {
  color: inherit;
}

.service-route-panel .section-header p {
  color: rgba(255, 253, 250, 0.78);
}

.service-route-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 253, 250, 0.18);
}

.service-route-item {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 390px;
  padding: 34px 32px 0 0;
  color: var(--white);
  text-decoration: none;
}

.service-route-item + .service-route-item {
  border-left: 1px solid rgba(255, 253, 250, 0.16);
  padding-left: 32px;
}

.service-route-item span {
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-route-item h3,
.service-route-item p,
.service-route-item ul {
  margin: 0;
}

.service-route-item h3 {
  max-width: 420px;
  color: var(--white);
  font-size: 2rem;
  line-height: 1.04;
}

.service-route-item p,
.service-route-item li {
  color: rgba(255, 253, 250, 0.78);
}

.service-route-item ul {
  display: grid;
  gap: 9px;
  padding-left: 18px;
}

.service-route-item strong {
  align-self: end;
  color: var(--ivory);
  font-size: 0.95rem;
}

.solution-showcase {
  display: grid;
  border-top: 1px solid rgba(14, 43, 45, 0.16);
}

.visual-solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: 22px;
}

.service-visual-grid {
  align-items: stretch;
}

.company-visual-grid {
  align-items: stretch;
}

.visual-solution-card {
  min-width: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.visual-solution-card.featured {
  grid-row: span 2;
}

.visual-solution-card:hover {
  border-color: rgba(184, 106, 61, 0.5);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.visual-card-image {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  background: var(--brand-deep);
}

.visual-solution-card.featured .visual-card-image {
  min-height: 390px;
}

.service-visual-grid .visual-solution-card:not(.featured) {
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 0.55fr);
}

.service-visual-grid .visual-solution-card:not(.featured) .visual-card-image,
.company-visual-grid .visual-solution-card:not(.featured) .visual-card-image {
  min-height: 100%;
}

.visual-card-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 260ms ease;
}

.visual-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 43, 45, 0.02), rgba(14, 43, 45, 0.34));
  pointer-events: none;
}

.visual-solution-card:hover .visual-card-image img {
  transform: scale(1.025);
}

.visual-card-body {
  padding: 32px;
}

.visual-card-body .card-index {
  margin-bottom: 26px;
}

.visual-card-body .eyebrow {
  margin-bottom: 12px;
}

.visual-card-body h3 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: 2.1rem;
  line-height: 1.06;
}

.visual-card-body p:last-child {
  margin-bottom: 0;
}

.resource-path-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.resource-path-card {
  min-width: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.resource-path-card:hover {
  border-color: rgba(184, 106, 61, 0.52);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.resource-path-card.primary {
  grid-row: span 3;
}

.resource-path-card:not(.primary) {
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
}

.resource-path-media {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background: var(--brand-deep);
}

.resource-path-card.primary .resource-path-media {
  min-height: 430px;
}

.resource-path-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 260ms ease;
}

.resource-path-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 43, 45, 0.02), rgba(14, 43, 45, 0.32));
  pointer-events: none;
}

.resource-path-card:hover .resource-path-media img {
  transform: scale(1.025);
}

.resource-path-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
}

.resource-path-body .eyebrow,
.resource-path-body h3,
.resource-path-body p {
  margin: 0;
}

.resource-path-body h3 {
  font-size: 1.72rem;
  line-height: 1.08;
}

.resource-path-card.primary .resource-path-body h3 {
  font-size: 2.28rem;
}

.resource-path-body p {
  color: var(--body);
}

.operating-lens-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 22px;
  align-items: stretch;
}

.operating-lens-card {
  min-width: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.operating-lens-card.primary {
  grid-row: span 3;
}

.operating-lens-card:not(.primary) {
  grid-template-columns: minmax(170px, 0.4fr) minmax(0, 0.6fr);
}

.operating-lens-media {
  position: relative;
  min-height: 186px;
  overflow: hidden;
  background: var(--brand-deep);
}

.operating-lens-card.primary .operating-lens-media {
  min-height: 430px;
}

.operating-lens-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.operating-lens-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 43, 45, 0.02), rgba(14, 43, 45, 0.34));
  pointer-events: none;
}

.operating-lens-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
}

.operating-lens-body .eyebrow,
.operating-lens-body h3,
.operating-lens-body p,
.operating-lens-body ul {
  margin: 0;
}

.operating-lens-body h3 {
  font-size: 1.62rem;
  line-height: 1.08;
}

.operating-lens-card.primary .operating-lens-body h3 {
  max-width: 620px;
  font-size: 2.2rem;
}

.operating-lens-body p {
  color: var(--body);
}

.operating-lens-body ul {
  display: grid;
  gap: 10px;
  padding-left: 1.1rem;
  color: var(--ink);
  font-weight: 760;
}

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

.sector-path-card {
  min-width: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  padding: 28px;
  gap: 14px;
}

a.sector-path-card {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

a.sector-path-card:hover {
  border-color: rgba(184, 106, 61, 0.42);
  box-shadow: 0 20px 44px rgba(14, 43, 45, 0.14);
  transform: translateY(-2px);
}

.sector-path-card.featured {
  grid-column: span 2;
}

.sector-path-card .card-index {
  margin-bottom: 12px;
}

.sector-path-card h3,
.sector-path-card p,
.sector-path-card ul {
  margin: 0;
}

.sector-path-card h3 {
  font-size: 1.58rem;
  line-height: 1.08;
}

.sector-path-card p {
  color: var(--body);
}

.sector-path-card ul {
  display: grid;
  gap: 9px;
  padding-left: 1.1rem;
  color: var(--ink);
  font-weight: 760;
}

.sector-path-card.featured .sector-path-media {
  min-height: 300px;
}

.sector-path-media {
  position: relative;
  min-height: 228px;
  overflow: hidden;
  background: var(--brand-deep);
  margin: -28px -28px 0;
}

.sector-path-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 260ms ease;
}

.sector-path-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 43, 45, 0.02), rgba(14, 43, 45, 0.32));
  pointer-events: none;
}

.sector-path-card:hover .sector-path-media img {
  transform: scale(1.025);
}

.sector-path-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0;
}

.sector-path-body .eyebrow,
.sector-path-body h3,
.sector-path-body p,
.sector-path-body ul {
  margin: 0;
}

.sector-path-body h3 {
  font-size: 1.58rem;
  line-height: 1.08;
}

.sector-path-body p {
  color: var(--body);
}

.sector-path-body ul {
  display: grid;
  gap: 9px;
  padding-left: 1.1rem;
  color: var(--ink);
  font-weight: 760;
}

.showcase-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1.08fr) minmax(280px, 0.82fr);
  gap: 34px;
  align-items: start;
  border-bottom: 1px solid rgba(14, 43, 45, 0.16);
  padding: 38px 0;
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.showcase-row:hover {
  border-bottom-color: rgba(184, 106, 61, 0.58);
  transform: translateX(4px);
}

.showcase-number {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 900;
}

.showcase-row .eyebrow {
  margin-bottom: 12px;
}

.showcase-row h3 {
  max-width: 780px;
  color: var(--brand);
  font-size: 2.45rem;
  line-height: 1.03;
}

.showcase-row p:last-child {
  margin: 0;
  color: var(--body);
  font-size: 1.06rem;
}

.editorial-split {
  align-items: stretch;
}

.editorial-split > div:not(.image-frame) {
  align-self: center;
}

.editorial-split .image-frame img {
  height: 100%;
  min-height: 430px;
}

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

.solution-card,
.profile-card,
.contact-card,
.legal-card,
.feature {
  min-width: 0;
  border: 1px solid rgba(14, 43, 45, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.solution-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 32px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--coral), var(--blue), var(--brand));
}

.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.value-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.09);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 22px 56px rgba(23, 33, 43, 0.09);
}

.value-copy {
  align-self: center;
  padding: 52px;
}

.value-copy h2 {
  max-width: 720px;
}

.value-copy p {
  max-width: 660px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(14, 43, 45, 0.1);
}

.value-card {
  min-width: 0;
  min-height: 210px;
  display: grid;
  align-content: space-between;
  padding: 30px;
  background: rgba(255, 253, 250, 0.96);
}

.value-card span {
  width: fit-content;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(184, 106, 61, 0.16);
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
}

.value-card h3 {
  margin: 24px 0 12px;
  font-size: 1.42rem;
}

.value-card p {
  margin: 0;
}

.pathway-grid .solution-card {
  min-height: 230px;
  justify-content: flex-start;
  gap: 24px;
}

.pathway-grid .card-index {
  margin-bottom: 0;
}

.card-index {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 42px;
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(184, 106, 61, 0.16);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
}

.solution-card p,
.feature p,
.profile-card p,
.contact-card p,
.legal-card p,
.capability-card p,
.deliverable-card p,
.engagement-card p,
.faq-item p {
  color: var(--body);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.capability-grid.five-column {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.capability-card,
.deliverable-card,
.faq-item {
  min-width: 0;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.capability-card {
  min-height: 240px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.capability-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: rgba(184, 106, 61, 0.35);
}

.capability-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--lime);
  font-size: 0.9rem;
  font-weight: 900;
}

.capability-icon.lime {
  background: var(--blue);
  color: var(--white);
}

.capability-icon.coral {
  background: var(--coral);
  color: var(--white);
}

.capability-icon.blue {
  background: var(--blue);
  color: var(--white);
}

.detail-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 46px;
  align-items: start;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 46px;
  border: 1px solid rgba(14, 43, 45, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 253, 250, 0.96), rgba(247, 244, 238, 0.86)),
    var(--white);
  box-shadow: 0 22px 56px rgba(23, 33, 43, 0.09);
}

.identity-logo {
  width: min(310px, 100%);
  margin: 0 0 28px;
}

.trust-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--coral), var(--blue), var(--brand));
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  min-height: 86px;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 253, 250, 0.78);
  color: var(--ink);
  font-weight: 760;
}

.detail-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--body);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.matrix-block {
  min-width: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  padding: 34px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(23, 33, 43, 0.08);
}

.matrix-block::before {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--blue));
}

.matrix-block h3 {
  margin-bottom: 14px;
  font-size: 1.62rem;
  line-height: 1.1;
}

.matrix-block.link-card {
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.matrix-block.link-card:hover {
  border-color: rgba(184, 106, 61, 0.5);
  box-shadow: 0 24px 46px rgba(23, 33, 43, 0.14);
  transform: translateY(-2px);
}

.matrix-block ul,
.deliverable-card ul {
  margin: 18px 0 0;
  padding-left: 1.1rem;
}

.matrix-block li + li,
.deliverable-card li + li {
  margin-top: 10px;
}

.deliverable-grid,
.faq-grid,
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.deliverable-card,
.faq-item,
.engagement-card {
  min-width: 0;
  display: block;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(23, 33, 43, 0.08);
  color: inherit;
  padding: 28px;
  text-decoration: none;
}

.deliverable-card h3,
.faq-item h3,
.engagement-card h3 {
  margin-bottom: 12px;
}

.engagement-card {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.engagement-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(83, 109, 114, 0.22);
  border-radius: 50%;
}

.engagement-card .card-index {
  margin-bottom: 34px;
}

.engagement-card ul {
  margin: 18px 0 0;
  padding-left: 1.1rem;
}

.workflow-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.workflow-step {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 4px solid var(--coral);
  border-radius: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(8px);
}

.workflow-step span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
}

.workflow-step h3 {
  margin-bottom: 10px;
}

.contact-prep {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.prep-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.prep-item h3 {
  margin-bottom: 10px;
}

.prep-item p {
  margin-bottom: 0;
}

.dark-band {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 72px min(7vw, 86px);
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  isolation: isolate;
}

.dark-band::before {
  width: 560px;
  height: 560px;
  right: -190px;
  bottom: -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 106, 61, 0.6) 0 30%, rgba(184, 106, 61, 0.18) 31% 52%, rgba(184, 106, 61, 0) 70%);
}

.dark-band .section-header {
  max-width: 900px;
}

.context-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  overflow: hidden;
  border-radius: 12px;
  padding: 72px min(7vw, 86px);
  background:
    linear-gradient(120deg, rgba(83, 109, 114, 0.24), rgba(83, 109, 114, 0) 42%),
    linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
}

.context-band-copy,
.context-grid {
  position: relative;
  z-index: 1;
}

.context-band-copy {
  max-width: 560px;
  align-self: center;
}

.context-band h2,
.context-band h3 {
  color: var(--white);
}

.context-band .lead,
.context-band p {
  color: rgba(255, 255, 255, 0.76);
}

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

.context-card {
  min-width: 0;
  min-height: 214px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 26px;
  background: rgba(247, 244, 238, 0.07);
  color: var(--white);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.context-card:hover {
  border-color: rgba(184, 106, 61, 0.72);
  background: rgba(247, 244, 238, 0.1);
  transform: translateY(-2px);
}

.context-card span {
  color: var(--coral);
  font-size: 0.86rem;
  font-weight: 900;
}

.context-card h3,
.context-card p {
  margin: 0;
}

.context-card h3 {
  font-size: 1.55rem;
  line-height: 1.08;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.process-step {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.process-step span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--coral);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 56px;
}

.image-frame {
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand);
  box-shadow: var(--shadow-soft);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.profile-card,
.contact-card,
.legal-card {
  padding: 32px;
}

.fact-table {
  margin: 24px 0 0;
}

.fact-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.fact-row dt {
  color: var(--body);
  font-weight: 760;
}

.fact-row dd {
  margin: 0;
  color: var(--ink);
  font-weight: 760;
}

.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 56px min(7vw, 86px);
  background: linear-gradient(135deg, var(--coral), #8f4f32);
  color: var(--white);
  isolation: isolate;
}

.cta-band::before {
  width: 520px;
  height: 520px;
  right: -210px;
  top: -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 244, 238, 0.36) 0 28%, rgba(247, 244, 238, 0.12) 29% 58%, rgba(247, 244, 238, 0) 70%);
}

.cta-band .eyebrow,
.cta-band p {
  color: rgba(255, 255, 255, 0.88);
}

.cta-band p {
  max-width: 760px;
  font-size: 1.1rem;
}

.cta-band .button:not(.light) {
  background: var(--brand-deep);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(23, 33, 43, 0.28);
}

.cta-band .button.light {
  background: var(--white);
  color: var(--brand);
}

.page-hero {
  min-height: 500px;
  display: grid;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 72px;
  padding: 76px min(8vw, 104px);
}

.page-hero h1 {
  font-size: 4.35rem;
}

.page-hero-split {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.76fr);
  gap: min(6vw, 72px);
}

.page-hero-media {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 238, 0.18);
  border-radius: 12px;
  background: var(--graphite);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.page-hero-split .page-hero-media {
  align-self: center;
  min-height: 330px;
  aspect-ratio: 4 / 3;
}

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

.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 43, 45, 0.05), rgba(14, 43, 45, 0.36));
  pointer-events: none;
}

.page-hero::before {
  width: 600px;
  height: 600px;
  right: -210px;
  bottom: -300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 106, 61, 0.72) 0 30%, rgba(184, 106, 61, 0.22) 31% 54%, rgba(184, 106, 61, 0) 70%);
}

.page-hero.about::before {
  background: radial-gradient(circle, rgba(83, 109, 114, 0.78) 0 28%, rgba(83, 109, 114, 0.2) 29% 55%, rgba(83, 109, 114, 0) 70%);
}

.page-hero.contact::before {
  background: radial-gradient(circle, rgba(184, 106, 61, 0.88) 0 28%, rgba(184, 106, 61, 0.24) 29% 55%, rgba(184, 106, 61, 0) 70%);
}

.page-hero.resources::before {
  background: radial-gradient(circle, rgba(83, 109, 114, 0.82) 0 28%, rgba(83, 109, 114, 0.24) 29% 55%, rgba(83, 109, 114, 0) 70%);
}

.page-hero.operations::before {
  background: radial-gradient(circle, rgba(184, 106, 61, 0.82) 0 28%, rgba(184, 106, 61, 0.24) 29% 55%, rgba(184, 106, 61, 0) 70%);
}

.page-hero.equipment::before,
.page-hero.network::before {
  background: radial-gradient(circle, rgba(83, 109, 114, 0.78) 0 28%, rgba(83, 109, 114, 0.22) 29% 55%, rgba(83, 109, 114, 0) 70%);
}

.page-hero.procurement::before,
.page-hero.deployment::before {
  background: radial-gradient(circle, rgba(83, 109, 114, 0.82) 0 28%, rgba(83, 109, 114, 0.24) 29% 55%, rgba(83, 109, 114, 0) 70%);
}

.page-hero.mobility::before,
.page-hero.site-readiness::before {
  background: radial-gradient(circle, rgba(83, 109, 114, 0.8) 0 28%, rgba(83, 109, 114, 0.23) 29% 55%, rgba(83, 109, 114, 0) 70%);
}

.page-hero.maintenance::before,
.page-hero.repair::before {
  background: radial-gradient(circle, rgba(184, 106, 61, 0.84) 0 28%, rgba(184, 106, 61, 0.24) 29% 55%, rgba(184, 106, 61, 0) 70%);
}

.page-hero.documentation::before,
.page-hero.equipment-register::before,
.page-hero.handover::before,
.page-hero.verification::before,
.page-hero.service-requests::before,
.page-hero.capability::before,
.page-hero.faq::before,
.page-hero.industries::before,
.page-hero.use-cases::before,
.page-hero.environments::before {
  background: radial-gradient(circle, rgba(83, 109, 114, 0.8) 0 28%, rgba(83, 109, 114, 0.23) 29% 55%, rgba(83, 109, 114, 0) 70%);
}

.page-hero.delivery::before {
  background: radial-gradient(circle, rgba(184, 106, 61, 0.86) 0 28%, rgba(184, 106, 61, 0.24) 29% 55%, rgba(184, 106, 61, 0) 70%);
}

.page-hero.packages::before {
  background: radial-gradient(circle, rgba(184, 106, 61, 0.84) 0 28%, rgba(184, 106, 61, 0.24) 29% 55%, rgba(184, 106, 61, 0) 70%);
}

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

.feature {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  min-height: 360px;
  padding: 36px;
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(23, 33, 43, 0.08);
}

.feature::before {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -68px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(83, 109, 114, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.feature-stack .feature:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  grid-template-rows: auto;
  align-items: end;
  min-height: 420px;
  padding: 46px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
}

.feature-stack .feature:first-child::before {
  right: -120px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  border: 0;
  background: radial-gradient(circle, rgba(184, 106, 61, 0.42) 0 32%, rgba(184, 106, 61, 0.12) 33% 55%, rgba(184, 106, 61, 0) 70%);
}

.feature-stack .feature:first-child::after {
  content: "";
  position: absolute;
  top: 54px;
  right: min(7vw, 86px);
  width: 92px;
  height: 6px;
  border-radius: 999px;
  background: var(--coral);
}

.feature-stack .feature:first-child h2 {
  max-width: 720px;
  color: var(--white);
  font-size: 3.6rem;
}

.feature-stack .feature:first-child p,
.feature-stack .feature:first-child li {
  color: rgba(255, 255, 255, 0.82);
}

.feature-stack .feature:first-child .button.dark {
  background: var(--white);
  color: var(--brand);
  box-shadow: none;
}

.feature .eyebrow {
  margin-bottom: 14px;
}

.feature h2 {
  font-size: 1.72rem;
}

.feature ul {
  margin: 18px 0 0;
  padding-left: 1.1rem;
}

.feature li + li {
  margin-top: 10px;
}

.contact-layout,
.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
}

.contact-focus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  overflow: hidden;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.contact-focus-copy {
  min-width: 0;
  align-self: center;
  padding: 52px;
}

.contact-focus-copy h2 {
  max-width: 100%;
  color: var(--brand);
  font-size: 4.2rem;
  overflow-wrap: anywhere;
}

.contact-focus-media {
  min-height: 420px;
  overflow: hidden;
  background: var(--brand-deep);
}

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

.contact-signal-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(14, 43, 45, 0.1);
  list-style: none;
}

.contact-signal-list li {
  min-width: 0;
  min-height: 118px;
  padding: 24px 32px;
  border-right: 1px solid rgba(14, 43, 45, 0.1);
}

.contact-signal-list li:last-child {
  border-right: 0;
}

.contact-signal-list span,
.contact-brief-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-signal-list strong {
  color: var(--brand);
  font-size: 1.08rem;
  line-height: 1.2;
}

.contact-signal-list strong a {
  color: inherit;
}

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

.contact-brief-card {
  min-width: 0;
  border: 1px solid rgba(14, 43, 45, 0.1);
  border-radius: 8px;
  padding: 28px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.contact-brief-card h3 {
  margin-bottom: 12px;
}

.contact-brief-card p {
  margin-bottom: 0;
}

.contact-card-wide {
  grid-column: 1 / -1;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 46px;
  margin-top: 16px;
  border-radius: 999px;
  padding: 11px 18px;
  background: rgba(184, 106, 61, 0.16);
  color: var(--brand);
  font-size: 1rem;
  font-weight: 850;
  text-decoration: none;
}

.text-page {
  max-width: 980px;
  margin-top: 58px;
  margin-bottom: 88px;
}

.text-page h1 {
  color: var(--brand);
  font-size: 3.2rem;
}

.moved h1 {
  color: var(--brand);
  font-size: 3.2rem;
}

.legal-grid {
  margin-top: 36px;
}

.legal-card h2 {
  font-size: 1.55rem;
}

.site-footer {
  margin-top: 90px;
  background: var(--brand-deep);
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) repeat(4, minmax(128px, 0.5fr));
  gap: 30px;
  padding: 52px 0 36px;
}

.footer-inner.footer-minimal {
  grid-template-columns: minmax(300px, 1.15fr) repeat(3, minmax(150px, 0.52fr));
  align-items: start;
}

.footer-brand {
  max-width: 460px;
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.25;
}

.footer-small {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-column span {
  margin-bottom: 6px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-column a,
.footer-brand a {
  color: var(--white);
}

.footer-column a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.25;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--coral);
}

.footer-bottom {
  width: min(var(--max), calc(100% - 60px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0 26px;
}

.footer-bottom .footer-small {
  margin: 0;
}

.moved {
  width: min(760px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  align-content: center;
  padding: 54px 0;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: minmax(190px, 0.64fr) minmax(0, 1.36fr) auto auto;
    gap: 14px;
  }

  .brand {
    width: min(260px, 100%);
  }

  .brand-logo-picture {
    width: min(260px, 30vw);
  }

  .nav {
    gap: 14px;
  }

  .nav a,
  .language-switch a {
    font-size: 0.88rem;
  }

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

  .hero-visual {
    max-width: 560px;
  }

  .hero-photo-card {
    width: min(100%, 680px);
    min-height: 360px;
    justify-self: start;
  }

  .hero-photo-card img {
    min-height: 360px;
  }

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

  .page-hero-media {
    max-width: 680px;
  }

  .page-hero-split .page-hero-media {
    min-height: 300px;
    aspect-ratio: 16 / 9;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .page-hero h1 {
    font-size: 3.55rem;
  }

  .visual-card-body h3 {
    font-size: 1.84rem;
  }

  .showcase-row h3 {
    font-size: 2.1rem;
  }

  .feature-stack .feature:first-child h2 {
    font-size: 3rem;
  }

  .contact-focus-copy h2 {
    font-size: 3.35rem;
  }

  .solution-grid,
  .visual-solution-grid,
  .feature-stack,
  .capability-grid,
  .deliverable-grid,
  .faq-grid,
  .engagement-grid,
  .contact-prep {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-stack .feature:first-child {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .visual-solution-card.featured {
    grid-row: auto;
  }

  .resource-path-grid {
    grid-template-columns: 1fr;
  }

  .resource-path-card.primary {
    grid-row: auto;
  }

  .resource-path-card.primary .resource-path-media {
    min-height: 340px;
  }

  .operating-lens-grid {
    grid-template-columns: 1fr;
  }

  .operating-lens-card.primary {
    grid-row: auto;
  }

  .operating-lens-card.primary .operating-lens-media {
    min-height: 340px;
  }

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

  .sector-path-card.featured {
    grid-column: span 2;
  }

  .service-visual-grid .visual-solution-card:not(.featured) {
    grid-template-columns: 1fr;
  }

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

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

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

  .hero-trust-grid {
    max-width: 100%;
  }

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

  .outcome-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(14, 43, 45, 0.1);
  }

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

  .context-band {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .workflow-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split,
  .detail-band,
  .value-band,
  .contact-focus,
  .contact-layout,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .contact-focus-media {
    min-height: 320px;
  }

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

  .contact-signal-list li {
    border-right: 0;
    border-bottom: 1px solid rgba(14, 43, 45, 0.1);
  }

  .contact-signal-list li:last-child {
    border-bottom: 0;
  }

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

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

  .service-index-links.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .solution-rail-intro {
    grid-column: span 2;
  }

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

  .service-route-item {
    min-height: 0;
    padding: 30px 0;
  }

  .service-route-item + .service-route-item {
    border-top: 1px solid rgba(255, 253, 250, 0.16);
    border-left: 0;
    padding-left: 0;
  }

  .showcase-row {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 24px;
  }

  .showcase-row p:last-child {
    grid-column: 2;
  }

  .editorial-split .image-frame img {
    min-height: 340px;
  }

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .hero-shell,
  .section,
  .page-hero,
  .site-footer .footer-inner {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    min-height: 86px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
  }

  .brand {
    width: clamp(132px, 39vw, 156px);
  }

  .brand-logo-picture {
    width: clamp(132px, 39vw, 156px);
  }

  .brand-logo-img {
    width: 100%;
    max-height: 38px;
    object-fit: contain;
  }

  .language-switch {
    grid-column: 2;
    grid-row: 1;
  }

  .nav-cta {
    grid-column: 3;
    grid-row: 1;
    min-height: 42px;
    width: auto;
    padding: 10px 16px;
  }

  .nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 8px;
    grid-column: 1 / -1;
    grid-row: 2;
    overflow: hidden;
    padding-bottom: 8px;
  }

  .nav a {
    min-height: 30px;
    justify-content: center;
    font-size: 0.82rem;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }

  .nav a::after {
    right: 8px;
    left: 8px;
  }

  .hero-shell,
  .page-hero {
    margin-top: 16px;
    margin-bottom: 18px;
  }

  .hero-panel,
  .page-hero {
    border-radius: 14px;
    min-height: auto;
    padding: 24px 24px;
  }

  .hero-panel::before {
    width: 380px;
    height: 380px;
    right: -180px;
    bottom: -150px;
  }

  .hero-panel::after,
  .page-hero::after {
    width: 260px;
    height: 260px;
    right: -90px;
    top: 20px;
  }

  .page-hero::before {
    width: 380px;
    height: 380px;
    right: -260px;
    bottom: -300px;
  }

  .hero-visual {
    max-width: 100%;
    margin: 18px auto -2px;
  }

  .hero-visual img {
    width: 100%;
  }

  .hero-photo-card {
    min-height: 150px;
    border-radius: 10px;
  }

  .hero-photo-card img {
    min-height: 150px;
  }

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

  .page-hero-media {
    min-height: 200px;
    border-radius: 10px;
  }

  .page-hero-split .page-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  h1 {
    font-size: 1.98rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .page-hero h1 {
    font-size: 1.98rem;
  }

  h3 {
    font-size: 1.12rem;
  }

  .lead {
    font-size: 0.92rem;
  }

  .hero-panel .lead {
    margin-top: 16px;
  }

  .hero-panel .actions {
    margin-top: 20px;
  }

  .hero-trust-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-trust-item {
    min-height: 0;
    padding: 12px 14px;
  }

  .text-page h1,
  .moved h1 {
    font-size: 2.2rem;
  }

  .section {
    margin-top: 52px;
    margin-bottom: 58px;
  }

  .section-compact {
    margin-top: 32px;
    margin-bottom: 42px;
  }

  .outcome-section {
    margin-top: -22px;
  }

  .outcome-strip {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .outcome-item,
  .outcome-item:nth-child(2n),
  .outcome-item:nth-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(14, 43, 45, 0.1);
    padding: 24px;
  }

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

  .hero-shell + .section {
    margin-top: 18px;
  }

  .hero-shell + .outcome-section {
    margin-top: -22px;
  }

  .service-index {
    gap: 24px;
    padding: 26px 0;
  }

  .service-index h2 {
    font-size: 1.65rem;
  }

  .home-intro {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .service-index-links.four {
    grid-template-columns: 1fr;
  }

  .service-statement {
    padding: 24px;
  }

  .service-statement blockquote {
    font-size: 1.62rem;
    line-height: 1.12;
  }

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

  .service-statement-points article {
    min-height: 0;
    padding: 22px;
  }

  .solution-rail {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .solution-rail-intro {
    grid-column: auto;
  }

  .solution-rail-intro,
  .solution-rail-card {
    padding: 24px;
  }

  .solution-rail-intro h2 {
    font-size: 1.55rem;
  }

  .service-route-panel {
    border-radius: 12px;
    padding: 28px;
  }

  .service-route-panel::after {
    width: 340px;
    height: 340px;
    right: -180px;
    bottom: -180px;
  }

  .service-route-item {
    gap: 14px;
    padding: 24px 0;
  }

  .service-route-item h3 {
    font-size: 1.48rem;
    line-height: 1.08;
  }

  .service-route-item p,
  .service-route-item li {
    font-size: 0.94rem;
  }

  .showcase-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0;
  }

  .showcase-row:hover {
    transform: none;
  }

  .showcase-number {
    width: 42px;
    height: 42px;
    font-size: 0.78rem;
  }

  .showcase-row h3 {
    font-size: 1.55rem;
  }

  .showcase-row p:last-child {
    grid-column: auto;
    font-size: 0.96rem;
  }

  .editorial-split .image-frame img {
    min-height: 220px;
  }

  .solution-grid,
  .visual-solution-grid,
  .resource-path-grid,
  .operating-lens-grid,
  .sector-path-grid,
  .feature-stack,
  .value-grid,
  .process-grid,
  .capability-grid,
  .service-matrix,
  .deliverable-grid,
  .faq-grid,
  .engagement-grid,
  .workflow-strip,
  .detail-list,
  .contact-brief-grid,
  .contact-prep {
    grid-template-columns: 1fr;
  }

  .capability-grid.five-column {
    grid-template-columns: 1fr;
  }

  .sector-path-card.featured {
    grid-column: auto;
  }

  .solution-card,
  .visual-card-body,
  .resource-path-body,
  .operating-lens-body,
  .sector-path-body,
  .value-copy,
  .value-card,
  .contact-focus-copy,
  .profile-card,
  .contact-card,
  .legal-card,
  .feature,
  .capability-card,
  .matrix-block,
  .deliverable-card,
  .contact-brief-card,
  .faq-item,
  .engagement-card,
  .workflow-step,
  .prep-item {
    padding: 24px;
  }

  .feature-stack .feature:first-child {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px;
  }

  .feature-stack .feature:first-child h2 {
    font-size: 1.85rem;
  }

  .visual-card-body h3 {
    font-size: 1.45rem;
  }

  .resource-path-card:not(.primary) {
    grid-template-columns: 1fr;
  }

  .resource-path-body h3,
  .resource-path-card.primary .resource-path-body h3 {
    font-size: 1.38rem;
  }

  .operating-lens-card:not(.primary) {
    grid-template-columns: 1fr;
  }

  .operating-lens-body h3,
  .operating-lens-card.primary .operating-lens-body h3 {
    font-size: 1.38rem;
  }

  .sector-path-body h3 {
    font-size: 1.32rem;
  }

  .matrix-block h3 {
    font-size: 1.32rem;
  }

  .contact-focus-copy h2 {
    font-size: 2.1rem;
  }

  .feature-stack .feature:first-child::after {
    top: 28px;
    right: 28px;
    width: 58px;
    height: 4px;
  }

  .contact-focus-media {
    min-height: 220px;
  }

  .contact-signal-list li {
    min-height: 0;
    padding: 20px 24px;
  }

  .visual-card-image,
  .service-visual-grid .visual-solution-card:not(.featured) .visual-card-image,
  .visual-solution-card.featured .visual-card-image,
  .resource-path-media,
  .resource-path-card.primary .resource-path-media,
  .operating-lens-media,
  .operating-lens-card.primary .operating-lens-media,
  .sector-path-media {
    min-height: 210px;
  }

  .dark-band,
  .context-band,
  .detail-band,
  .cta-band {
    border-radius: 14px;
    padding: 36px 24px;
  }

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

  .context-card {
    min-height: 176px;
  }

  .fact-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-email {
    max-width: 100%;
    font-size: 0.98rem;
    overflow-wrap: anywhere;
  }

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

  .footer-bottom {
    width: min(100% - 28px, var(--max));
  }
}
