.inner-page { background: #fff; }
.primary-menu a[aria-current="page"] { color: var(--green); }

.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 60vh;
  overflow: hidden;
  color: #fff;
  background: #071f43;
}
.page-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: heroDrift 14s ease-out both;
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,17,39,.9) 0%, rgba(2,17,39,.5) 43%, rgba(2,17,39,.08) 78%);
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.26), transparent 45%);
  pointer-events: none;
}
.page-hero__content {
  position: relative;
  z-index: 2;
  width: min(88vw, 1500px);
  margin: 0 auto;
  padding-bottom: clamp(54px, 7vh, 84px);
}
.page-hero .eyebrow { color: #63d3b5; }
.page-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(48px, 6.2vw, 98px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: .04em;
}
.breadcrumbs { display: flex; gap: 11px; align-items: center; font-size: 12px; letter-spacing: .06em; }
.breadcrumbs a { color: #fff; opacity: .76; }
.breadcrumbs a:hover { opacity: 1; }
.breadcrumbs span:last-child { color: #7ad8c0; }

.page-section {
  width: min(88vw, 1500px);
  margin: 0 auto;
  padding: clamp(82px, 8vw, 140px) 0;
}
.page-section--soft {
  width: 100%;
  padding-right: max(6vw, calc((100vw - 1500px) / 2));
  padding-left: max(6vw, calc((100vw - 1500px) / 2));
  background: #f4f5f6;
}
.page-section--navy {
  width: 100%;
  padding-right: max(6vw, calc((100vw - 1500px) / 2));
  padding-left: max(6vw, calc((100vw - 1500px) / 2));
  color: #fff;
  background: #071f43;
}
.section-title { max-width: 850px; margin: 0 auto clamp(48px, 5vw, 82px); text-align: center; }
.section-title h2,
.intro-copy h2,
.intro-centered h2,
.approach-copy h2,
.proof-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3.1vw, 54px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: .06em;
}
.section-title > p:last-child,
.intro-centered > p:last-child { max-width: 800px; margin: 0 auto; color: #596168; }
.section-title--light h2, .section-title--light > p:last-child { color: #fff; }

.intro-split, .testimonial-intro, .contact-intro {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 130px);
}
.section-label { display: flex; gap: 18px; align-items: flex-start; color: var(--green); }
.section-label span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.section-label p { margin: 4px 0 0; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.intro-copy { max-width: 900px; }
.intro-copy p { max-width: 830px; margin-bottom: 19px; color: #515960; font-size: clamp(15px, 1.05vw, 18px); line-height: 1.9; }
.intro-centered { max-width: 980px; text-align: center; }
.intro-centered > p:last-child { font-size: clamp(15px, 1.1vw, 18px); line-height: 1.9; }

.editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.editorial-media {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: #dfe3e4;
}
.editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.4);
  box-shadow: inset 0 0 0 13px rgba(255,255,255,.08);
  pointer-events: none;
}
.editorial-media img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.25,1); }
.editorial-media:hover img { transform: scale(1.025); }
.editorial-media > span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  padding: 11px 14px;
  color: #fff;
  background: rgba(3,23,49,.82);
  font-size: 9px;
  letter-spacing: .16em;
  backdrop-filter: blur(10px);
}
.editorial-copy h2 {
  max-width: 720px;
  margin: 18px 0 25px;
  font-size: clamp(32px, 3.2vw, 54px);
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: .045em;
}
.editorial-copy > p:not(.eyebrow) { max-width: 700px; color: #555e65; font-size: clamp(15px, 1.05vw, 18px); line-height: 1.9; }
.editorial-copy .section-label { margin-bottom: 27px; }
.editorial-signature { display: flex; gap: 18px; align-items: center; margin-top: 32px; color: #303a40; }
.editorial-signature > span { width: 62px; height: 1px; background: var(--green); }
.editorial-signature p { margin: 0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.statement-grid { display: grid; grid-template-columns: repeat(2, 1fr); width: min(88vw, 1300px); margin: 0 auto; }
.statement-card { min-height: 470px; padding: clamp(36px, 5vw, 72px); background: #fff; }
.statement-card--dark { color: #fff; background: #071f43; }
.line-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 45px; border: 1px solid #9aa2a8; border-radius: 50%; color: var(--green); }
.line-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.card-index, .service-number { color: var(--green); font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.statement-card h3 { margin: 13px 0 18px; font-size: clamp(25px, 2vw, 36px); font-weight: 300; line-height: 1.35; }
.statement-card p:last-child { color: #596168; }
.statement-card--dark p:last-child { color: #d7dce1; }

.value-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #ccd0d3; border-bottom: 1px solid #ccd0d3; }
.value-item { position: relative; min-height: 390px; overflow: hidden; padding: 32px 25px; border-right: 1px solid #ccd0d3; background: #fff; transition: color .35s, background .35s, transform .35s; }
.value-item:last-child { border-right: 0; }
.value-item > span { color: var(--green); font-size: 10px; letter-spacing: .12em; }
.value-visual { position: relative; display: grid; place-items: center; width: 112px; height: 112px; margin: 36px auto 32px; }
.value-visual::before, .value-visual i { content: ""; position: absolute; inset: 0; border: 1px solid rgba(8,143,108,.28); border-radius: 50%; }
.value-visual i { inset: 14px; border-style: dashed; animation: valueOrbit 12s linear infinite; }
.value-visual i::after { content: ""; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--green); transform: translateX(-50%); box-shadow: 0 0 0 6px rgba(8,143,108,.12); }
.value-visual svg { width: 54px; fill: none; stroke: #08264c; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke .35s, transform .35s; }
.value-item h3 { margin: 0 0 14px; font-size: 23px; font-weight: 400; }
.value-item p { color: #646b71; font-size: 13px; line-height: 1.8; }
.value-item:hover { z-index: 1; color: #fff; background: #071f43; transform: translateY(-8px); }
.value-item:hover p { color: #cdd5dc; }
.value-item:hover .value-visual svg { stroke: #72d7bd; transform: scale(1.08); }
.value-item:hover .value-visual::before, .value-item:hover .value-visual i { border-color: rgba(114,215,189,.45); }

.approach-split, .proof-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.approach-media, .proof-image { min-height: 660px; overflow: hidden; }
.approach-media img, .proof-image img { width: 100%; height: 100%; object-fit: cover; }
.approach-copy, .proof-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 7vw, 110px); background: #f4f5f6; }
.approach-copy p:not(.eyebrow), .proof-copy p:not(.eyebrow) { color: #545c62; }
.approach-split--compact { grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 66px); align-items: center; }
.approach-split--compact .approach-media { min-height: 0; height: clamp(440px, 40vw, 570px); }
.approach-split--compact .approach-copy { padding: clamp(36px, 4.5vw, 70px); }
.page-cta {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  margin-top: 22px;
  padding: 13px 18px;
  border: 1px solid #747b80;
  font-size: 11px;
  letter-spacing: .12em;
  transition: color .25s, background .25s;
}
.page-cta:hover { color: #fff; background: #071f43; }
.page-cta--light { border-color: rgba(255,255,255,.65); }
.page-cta--light:hover { color: #071f43; background: #fff; }

.leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.leader-card { min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); transition: border-color .35s, transform .35s, background .35s; }
.leader-card:hover { border-color: rgba(114,215,189,.72); background: rgba(255,255,255,.065); transform: translateY(-8px); }
.leader-image { position: relative; height: 330px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.14); }
.leader-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,38,.5), transparent 50%); }
.leader-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.leader-card:hover .leader-image img { transform: scale(1.035); }
.leader-image span { position: absolute; z-index: 2; right: 24px; bottom: 20px; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #72d7bd; border-radius: 50%; color: #72d7bd; background: rgba(5,23,47,.76); font-size: 14px; letter-spacing: .1em; backdrop-filter: blur(8px); }
.leader-content { padding: 34px 34px 40px; }
.leader-card h3 { margin: 12px 0 22px; font-size: 27px; font-weight: 300; }
.leader-content > p:last-child { color: #ccd3da; font-size: 13px; line-height: 1.9; }
.strengths-section { position: relative; }
.strengths-section::before { content: ""; position: absolute; top: 13%; right: -5vw; width: 310px; height: 310px; border: 1px solid rgba(8,143,108,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,143,108,.035); pointer-events: none; }
.strength-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: #ccd2d5; }
.strength-card { position: relative; min-height: 230px; padding: 30px; background: #f6f7f7; transition: color .3s, background .3s; }
.strength-card--lead { grid-row: span 2; grid-column: span 2; min-height: 461px; padding: clamp(38px, 5vw, 76px); color: #fff; background: #071f43; }
.strength-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 125px; height: 125px; border: 1px solid rgba(8,143,108,.22); border-radius: 50%; transition: transform .4s; }
.strength-card:hover::after { transform: scale(1.35); }
.strength-card > span { color: var(--green); font-size: 9px; letter-spacing: .18em; }
.strength-card h3 { max-width: 270px; margin: 68px 0 0; font-size: 20px; font-weight: 400; line-height: 1.35; }
.strength-card--lead h3 { max-width: 520px; margin-top: 105px; font-size: clamp(32px, 3.3vw, 54px); font-weight: 300; }
.strength-card p { max-width: 540px; color: #cbd4dc; }
.strength-card i { position: absolute; right: 26px; bottom: 24px; color: var(--green); font-size: 20px; font-style: normal; }
.strength-card:not(.strength-card--lead):hover { color: #fff; background: var(--green); }
.strength-card:not(.strength-card--lead):hover > span, .strength-card:not(.strength-card--lead):hover i { color: #fff; }

.page-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(48px, 6vw, 88px) max(6vw, calc((100vw - 1500px) / 2));
  color: #fff;
  background: var(--green);
}
.page-banner p { max-width: 850px; margin: 0; font-size: clamp(25px, 2.7vw, 44px); font-weight: 300; line-height: 1.35; }
.page-banner a { flex: 0 0 auto; padding: 15px 20px; border: 1px solid rgba(255,255,255,.75); font-size: 11px; letter-spacing: .12em; }

.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; background: transparent; }
.reason-card { position: relative; display: flex; flex-direction: column; min-height: 365px; overflow: hidden; padding: 34px; border: 1px solid #d4d9dc; background: #fff; transition: color .35s, background .35s, transform .35s, box-shadow .35s; }
.reason-card::after { content: ""; position: absolute; right: -58px; bottom: -58px; width: 145px; height: 145px; border: 1px solid rgba(8,143,108,.18); border-radius: 50%; }
.reason-card > span { color: var(--green); font-size: 10px; }
.reason-card > i { display: grid; place-items: center; width: 68px; height: 68px; margin-top: 36px; border: 1px solid #cdd3d6; border-radius: 50%; }
.reason-card svg { width: 36px; fill: none; stroke: #08264c; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.reason-card > div { margin-top: auto; }
.reason-card h3 { margin-bottom: 12px; font-size: 22px; font-weight: 400; }
.reason-card p { margin: 0; color: #61686e; font-size: 13px; }
.reason-card:hover { color: #fff; background: #071f43; box-shadow: 0 22px 55px rgba(4,24,49,.17); transform: translateY(-7px); }
.reason-card:hover p { color: #cbd4dc; }
.reason-card:hover > i { border-color: rgba(114,215,189,.48); }
.reason-card:hover svg { stroke: #72d7bd; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.process-line::before { content: ""; position: absolute; top: 27px; right: 8%; left: 8%; height: 1px; background: #b8bdc1; }
.process-step { position: relative; padding-top: 76px; text-align: center; }
.process-step b { position: absolute; z-index: 1; top: 0; left: 50%; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); background: #fff; font-size: 10px; font-weight: 500; transform: translateX(-50%); }
.process-step h3 { margin-bottom: 8px; font-size: 19px; font-weight: 400; }
.process-step p { color: #646b71; font-size: 12px; line-height: 1.7; }
.process-step > span { display: block; margin-bottom: 12px; color: var(--green); font-size: 8px; letter-spacing: .17em; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.industry-grid article { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; min-height: 190px; padding: 28px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); text-align: left; transition: background .3s; }
.industry-grid article:hover { background: rgba(114,215,189,.1); }
.industry-grid span { color: #72d7bd; font-size: 9px; letter-spacing: .16em; }
.industry-grid h3 { max-width: 230px; margin: 0; font-size: 18px; font-weight: 300; line-height: 1.35; }
.proof-section { width: 100%; }
.proof-copy { color: #fff; background: #071f43; }
.proof-copy p:not(.eyebrow) { color: #cbd2da; }
.proof-copy .page-cta { border-color: rgba(255,255,255,.45); }

.service-index {
  position: sticky;
  z-index: 20;
  top: 78px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  border-top: 1px solid #d1d5d8;
  border-bottom: 1px solid #d1d5d8;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.service-index a { display: flex; gap: 10px; align-items: center; justify-content: center; min-height: 68px; padding: 12px; border-right: 1px solid #d1d5d8; font-size: 12px; text-align: center; }
.service-index a:last-child { border-right: 0; }
.service-index span { color: var(--green); font-size: 9px; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; scroll-margin-top: 146px; }
.service-detail--reverse .service-detail__media { order: 2; }
.service-detail__media { overflow: hidden; background: #ddd; }
.service-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.service-detail__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 118px); background: #f5f6f6; }
.service-detail:nth-of-type(even) .service-detail__copy { background: #fff; }
.service-detail__copy h2 { margin: 12px 0 23px; font-size: clamp(31px, 3vw, 50px); font-weight: 300; line-height: 1.25; }
.service-detail__copy > p:not(.service-number) { color: #545c62; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 25px; margin: 23px 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: 9px 0 9px 19px; border-bottom: 1px solid #d6d9db; font-size: 13px; }
.detail-list li::before { content: ""; position: absolute; top: 17px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.service-page-hero h1 { max-width: 1180px; font-size: clamp(45px, 5.5vw, 88px); line-height: 1.04; }
.service-overview {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  width: min(88vw, 1500px);
  margin: 0 auto;
  padding: clamp(90px, 9vw, 150px) 0;
}
.service-overview__media { position: relative; min-height: 660px; overflow: hidden; background: #e2e5e6; }
.service-overview__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.service-overview__media:hover img { transform: scale(1.025); }
.service-overview__media > span { position: absolute; right: 0; bottom: 0; padding: 18px 24px; color: #fff; background: var(--green); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.service-overview__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); background: #f4f5f6; }
.service-overview__copy h2 { margin: 18px 0 28px; font-size: clamp(33px, 3.4vw, 56px); font-weight: 300; line-height: 1.22; }
.service-overview__copy > p:not(.eyebrow) { color: #535c63; font-size: 15px; line-height: 1.9; }
.service-scope { overflow: hidden; }
.service-scope__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cbd1d4; }
.service-scope__card { position: relative; min-height: 330px; overflow: hidden; padding: 34px; background: #fff; transition: color .3s, background .3s, transform .3s; }
.service-scope__card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 130px; height: 130px; border: 1px solid rgba(8,143,108,.2); border-radius: 50%; transition: transform .35s; }
.service-scope__card > span { color: var(--green); font-size: 9px; letter-spacing: .18em; }
.service-scope__card > i { position: absolute; top: 30px; right: 32px; color: var(--green); font-style: normal; }
.service-scope__card h3 { max-width: 310px; margin: 85px 0 13px; font-size: 22px; font-weight: 400; line-height: 1.35; }
.service-scope__card p { position: relative; z-index: 1; max-width: 365px; margin: 0; color: #626b72; font-size: 12px; line-height: 1.75; transition: color .3s; }
.service-scope__card:hover { z-index: 1; color: #fff; background: #071f43; transform: translateY(-5px); }
.service-scope__card:hover p { color: #d2dbe1; }
.service-scope__card:hover::after { border-color: rgba(114,215,189,.45); transform: scale(1.3); }
.service-method__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd1d4; border-bottom: 1px solid #cbd1d4; }
.service-method__step { min-height: 330px; padding: 34px; border-right: 1px solid #cbd1d4; }
.service-method__step:last-child { border-right: 0; }
.service-method__step b { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 10px; font-weight: 500; }
.service-method__step > div { margin-top: 92px; }
.service-method__step h3 { margin-bottom: 12px; font-size: 24px; font-weight: 400; }
.service-method__step p { color: #606970; font-size: 13px; line-height: 1.8; }
.service-outcomes { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 130px); padding: clamp(85px, 10vw, 160px) max(6vw, calc((100vw - 1500px) / 2)); color: #fff; background: #071f43; }
.service-outcomes__intro h2 { max-width: 590px; margin: 18px 0 0; font-size: clamp(33px, 3.6vw, 60px); font-weight: 300; line-height: 1.25; }
.service-outcomes__grid { display: grid; }
.service-outcomes__grid article { display: grid; grid-template-columns: 52px .7fr 1.3fr; gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-outcomes__grid article:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.service-outcomes__grid span { color: #72d7bd; font-size: 9px; letter-spacing: .15em; }
.service-outcomes__grid h3 { margin: 0; font-size: 20px; font-weight: 300; }
.service-outcomes__grid p { margin: 0; color: #cbd4dc; font-size: 13px; line-height: 1.75; }
.service-family { padding: clamp(75px, 8vw, 120px) max(6vw, calc((100vw - 1500px) / 2)); background: #fff; }
.service-family > p { margin-bottom: 30px; color: var(--green); font-size: 9px; font-weight: 600; letter-spacing: .19em; }
.service-family > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdd2d5; border-left: 1px solid #cdd2d5; }
.service-family a { display: flex; justify-content: space-between; min-height: 92px; padding: 27px; border-right: 1px solid #cdd2d5; border-bottom: 1px solid #cdd2d5; font-size: 16px; transition: color .25s, background .25s; }
.service-family a span { color: var(--green); }
.service-family a:hover, .service-family a[aria-current="page"] { color: #fff; background: var(--green); }
.service-family a:hover span, .service-family a[aria-current="page"] span { color: #fff; }

.expectation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.expectation-card { min-height: 280px; padding: 38px; border: 1px solid #d7dadd; background: #fff; }
.expectation-card > span { color: var(--green); font-size: 10px; }
.expectation-card h3 { margin: 56px 0 12px; font-size: 22px; font-weight: 400; }
.expectation-card p { color: #626970; font-size: 13px; }
.partnership-quote { padding: clamp(90px, 12vw, 190px) 8vw; color: #fff; background: #071f43; text-align: center; }
.partnership-quote__mark { color: #53c4a7; font: 300 100px/1 Georgia, serif; }
.partnership-quote blockquote { max-width: 1100px; margin: 0 auto 25px; font-size: clamp(31px, 4vw, 64px); font-weight: 300; line-height: 1.4; }
.partnership-quote p { color: #63d3b5; font-size: 10px; letter-spacing: .2em; }
.values-strip__items { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #bfc4c8; border-bottom: 1px solid #bfc4c8; }
.values-strip__items span { padding: 28px 12px; border-right: 1px solid #bfc4c8; text-align: center; }
.values-strip__items span:last-child { border-right: 0; }

.google-reviews { width: 100%; padding-right: max(6vw, calc((100vw - 1500px) / 2)); padding-left: max(6vw, calc((100vw - 1500px) / 2)); background: #f4f5f6; }
.google-reviews__heading { display: flex; gap: 45px; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.google-reviews__heading h2 { margin: 12px 0 0; font-size: clamp(34px, 4vw, 62px); font-weight: 300; letter-spacing: .04em; }
.google-reviews__heading > p { max-width: 390px; margin: 0; color: #667078; font-size: 12px; line-height: 1.75; }
.google-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.google-review-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 31px; overflow: hidden; border: 1px solid #d8dcdf; background: #fff; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.google-review-card::after { content: ""; position: absolute; right: -74px; bottom: -74px; width: 150px; height: 150px; border: 1px solid rgba(0,145,108,.14); border-radius: 50%; }
.google-review-card:hover { border-color: #b9c5c1; box-shadow: 0 24px 55px rgba(5,28,48,.08); transform: translateY(-5px); }
.google-review-head { display: grid; grid-template-columns: 48px 1fr 24px; gap: 13px; align-items: center; }
.google-review-head h3 { margin: 0 0 3px; font-size: 15px; font-weight: 500; }
.google-review-head small { color: #7a838a; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.google-avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: #0b67c2; font-size: 12px; font-weight: 600; }
.google-avatar--green { background: #09896b; }
.google-avatar--gold { background: #ba7724; }
.google-avatar--violet { background: #7458a6; }
.google-avatar--teal { background: #237e8e; }
.google-avatar--rose { background: #a75269; }
.google-g { align-self: start; color: #4285f4; font: 600 22px/1 Arial, sans-serif; }
.google-stars { margin: 27px 0 17px; color: #fbbc04; font-size: 18px; letter-spacing: 2px; }
.google-review-card > p { margin: 0; color: #515b62; font-size: 13px; line-height: 1.85; }
.google-review-card time { margin-top: auto; padding-top: 25px; color: #899198; font-size: 10px; }

.legal-hero .page-hero__media { filter: brightness(.58) saturate(.72); }
.legal-content { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.55fr); gap: clamp(55px, 8vw, 130px); width: min(88vw, 1450px); margin: 0 auto; padding: clamp(85px, 9vw, 145px) 0; }
.legal-content__aside { align-self: start; position: sticky; top: 105px; }
.legal-content__aside > h2 { max-width: 380px; margin: 16px 0 38px; font-size: clamp(27px, 2.7vw, 42px); font-weight: 300; line-height: 1.35; }
.legal-content__aside nav { display: grid; border-top: 1px solid #cdd2d5; }
.legal-content__aside nav a { display: flex; gap: 18px; align-items: center; justify-content: space-between; min-height: 55px; border-bottom: 1px solid #cdd2d5; color: #566068; font-size: 11px; letter-spacing: .04em; }
.legal-content__aside nav a span { color: var(--green); font-size: 17px; }
.legal-content__aside nav a:hover, .legal-content__aside nav a[aria-current="page"] { color: var(--green); }
.legal-content__main { min-width: 0; }
.legal-notice { max-width: none; padding: 0; background: transparent; }
.legal-updated { margin: 0 0 5px; padding: 15px 20px; color: #46605a; background: #e7f3ef; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-notice > section { display: grid; grid-template-columns: 48px 1fr; gap: 25px; padding: 35px 0; border-bottom: 1px solid #d4d8da; }
.legal-notice > section > span { padding-top: 4px; color: var(--green); font-size: 9px; letter-spacing: .14em; }
.legal-notice section h2 { margin: 0 0 13px; color: #162532; font-size: clamp(19px, 1.8vw, 26px); font-weight: 400; }
.legal-notice section p { margin: 0; color: #5f686f; font-size: 13px; line-height: 1.9; }
.legal-notice section a { color: var(--green); }
.sitemap-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sitemap-directory section { min-height: 360px; padding: 34px; border: 1px solid #d6dade; background: #f7f8f8; }
.sitemap-directory section:first-child { grid-row: span 2; min-height: 744px; color: #fff; background: #071f43; }
.sitemap-directory section > span { color: var(--green); font-size: 9px; letter-spacing: .16em; }
.sitemap-directory section:first-child > span { color: #72d7bd; }
.sitemap-directory h2 { margin: 70px 0 25px; font-size: 24px; font-weight: 300; }
.sitemap-directory a { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(110,121,128,.24); color: #4e5961; font-size: 12px; }
.sitemap-directory section:first-child a { border-color: rgba(255,255,255,.16); color: #e7ebee; }
.sitemap-directory a::after { content: "↗"; color: var(--green); }
.sitemap-directory a:hover { color: var(--green); }

.insight-library { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card { display: flex; flex-direction: column; background: #fff; }
.article-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; }
.article-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.article-card--featured img { height: 100%; aspect-ratio: auto; }
.article-card > div { display: flex; flex: 1; flex-direction: column; padding: 32px; }
.article-card h2, .article-card h3 { margin: 10px 0 16px; font-weight: 300; line-height: 1.4; }
.article-card h2 { font-size: clamp(27px, 2.7vw, 46px); }
.article-card h3 { font-size: 21px; }
.article-card p:not(.card-index) { color: #626970; font-size: 13px; }
.article-card a { margin-top: auto; padding-top: 25px; color: var(--green); font-size: 10px; font-weight: 600; letter-spacing: .1em; }

.project-directory { width: 100%; padding-right: max(6vw, calc((100vw - 1500px) / 2)); padding-left: max(6vw, calc((100vw - 1500px) / 2)); background: #f4f5f6; }
.project-directory .property-search { margin-top: 0; }
.project-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.project-market { width: auto; min-width: 0; padding-bottom: 0; background: #fff; text-align: left; transition: opacity .25s; }
.project-market img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.project-market > div { padding: 25px 28px 30px; }
.project-market > div p { margin: 0 0 7px; color: var(--green); font-size: 9px; letter-spacing: .18em; }
.project-market h2 { margin: 0 0 4px; font-size: 26px; font-weight: 300; }
.project-market > div span { color: #6b7278; font-size: 12px; }
.project-market.is-filtered { display: none; }
.capability-flow { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: center; }
.capability-flow span { padding: 15px 22px; border: 1px solid rgba(255,255,255,.35); }
.capability-flow i { color: #63d3b5; font-style: normal; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; width: min(88vw, 1300px); margin: 0 auto clamp(90px, 9vw, 150px); }
.contact-enquiry { display: grid; grid-template-columns: .92fr 1.08fr; width: min(92vw, 1500px); margin: 0 auto; padding: clamp(80px, 8vw, 130px) 0; }
.contact-enquiry__media { position: relative; min-height: 980px; overflow: hidden; background: #dfe3e4; }
.contact-enquiry__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,22,45,.8), transparent 55%); }
.contact-enquiry__media img { width: 100%; height: 100%; object-fit: cover; }
.contact-enquiry__media > div { position: absolute; z-index: 1; right: 44px; bottom: 45px; left: 44px; color: #fff; }
.contact-enquiry__media > div span { color: #72d7bd; font-size: 9px; letter-spacing: .18em; }
.contact-enquiry__media > div p { margin: 14px 0 0; font-size: clamp(25px, 2.4vw, 40px); font-weight: 300; line-height: 1.4; }
.contact-enquiry__form { padding: clamp(45px, 5.2vw, 82px); background: #f4f5f6; }
.contact-enquiry__form > h2 { max-width: 720px; margin: 17px 0 20px; font-size: clamp(30px, 3vw, 50px); font-weight: 300; line-height: 1.25; }
.contact-enquiry__form > p:not(.eyebrow) { color: #5d666c; }
.contact-form { margin-top: 38px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 25px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: #465159; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #adb5ba;
  border-radius: 0;
  outline: 0;
  color: #182630;
  background: transparent;
  font: inherit;
  transition: border-color .2s, box-shadow .2s;
}
.contact-form input:not([type="checkbox"]), .contact-form select { height: 52px; }
.contact-form textarea { min-height: 120px; padding: 15px 0; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 1px 0 var(--green); }
.contact-form small { color: #a83d3d; font-size: 11px; }
.form-message { margin-top: 25px; }
.form-consent { grid-template-columns: 18px 1fr; gap: 10px !important; align-items: start; margin-top: 24px; }
.form-consent input { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--green); }
.form-consent > span { font-size: 9px !important; line-height: 1.6; }
.form-consent small { grid-column: 2; }
.form-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 58px; margin-top: 28px; padding: 0 22px; border: 1px solid #071f43; color: #fff; background: #071f43; font-size: 10px; letter-spacing: .14em; cursor: pointer; transition: color .25s, background .25s; }
.form-submit b { font-size: 23px; font-weight: 300; }
.form-submit:hover { color: #071f43; background: transparent; }
.form-status { margin-top: 25px; padding: 15px 18px; border-left: 3px solid; font-size: 13px; line-height: 1.6; }
.form-status--success { border-color: var(--green); color: #075d48; background: #e4f5f0; }
.form-status--error { border-color: #a83d3d; color: #7b2525; background: #f8e9e9; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-panel { min-height: 500px; padding: clamp(45px, 6vw, 82px); border: 1px solid #d0d4d7; }
.contact-panel--dark { color: #fff; background: #071f43; }
.contact-panel h2 { margin: 12px 0 32px; font-size: clamp(29px, 3vw, 46px); font-weight: 300; }
.contact-panel address { color: #d5dbe1; font-style: normal; line-height: 2; }
.contact-direct { display: grid; gap: 15px; }
.contact-direct a { padding: 24px 0; border-bottom: 1px solid #d3d7da; }
.contact-direct small, .contact-direct strong { display: block; }
.contact-direct small { margin-bottom: 7px; color: var(--green); font-size: 9px; letter-spacing: .16em; }
.contact-direct strong { font-size: clamp(18px, 2vw, 28px); font-weight: 300; }
.contact-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contact-reasons article { min-height: 310px; padding: 38px; border: 1px solid #d2d6d8; background: #fff; }
.contact-reasons span { color: var(--green); font-size: 10px; }
.contact-reasons h3 { margin: 56px 0 12px; font-size: 23px; font-weight: 400; }
.contact-reasons p { color: #626970; font-size: 13px; }
.contact-reasons a { display: block; margin-top: 25px; color: var(--green); font-size: 10px; letter-spacing: .1em; }
.coverage-band { padding: clamp(70px, 8vw, 120px) 6vw; color: #fff; background: var(--green); text-align: center; }
.coverage-band p { font-size: 10px; letter-spacing: .18em; }
.coverage-band h2 { margin: 0; font-size: clamp(30px, 4vw, 60px); font-weight: 300; }

@media (max-width: 1100px) {
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .value-item:nth-child(3) { border-right: 0; }
  .value-item:nth-child(-n+3) { border-bottom: 1px solid #ccd0d3; }
  .leadership-grid { grid-template-columns: 1fr; }
  .leader-card { min-height: 0; }
  .editorial-intro { grid-template-columns: 1fr 1fr; gap: 42px; }
  .editorial-media, .editorial-media img { min-height: 470px; }
  .strength-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .service-index { overflow-x: auto; grid-template-columns: repeat(6, minmax(160px, 1fr)); justify-content: start; }
  .service-detail { min-height: 650px; }
  .service-scope__grid { grid-template-columns: repeat(2, 1fr); }
  .service-method__grid { grid-template-columns: repeat(2, 1fr); }
  .service-method__step:nth-child(2) { border-right: 0; }
  .service-method__step:nth-child(-n+2) { border-bottom: 1px solid #cbd1d4; }
  .service-outcomes { grid-template-columns: 1fr; }
  .expectation-grid, .insight-library, .contact-reasons, .google-review-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card--featured { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .page-hero { height: 60svh; }
  .page-hero__media { object-position: 60% center; }
  .page-hero__content { width: 88vw; padding-bottom: 44px; }
  .page-hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .page-section { width: 88vw; padding: 70px 0; }
  .page-section--soft, .page-section--navy, .project-directory { width: 100%; padding-right: 6vw; padding-left: 6vw; }
  .intro-split, .testimonial-intro, .contact-intro { grid-template-columns: 1fr; gap: 35px; }
  .editorial-intro { grid-template-columns: 1fr; gap: 38px; }
  .editorial-copy { order: 1; }
  .editorial-media { order: 2; min-height: 0; aspect-ratio: 4 / 3; }
  .editorial-media img { min-height: 0; aspect-ratio: 4 / 3; }
  .editorial-copy h2 { font-size: 29px; }
  .section-title h2, .intro-copy h2, .intro-centered h2, .approach-copy h2, .proof-copy h2 { font-size: 28px; }
  .statement-grid { grid-template-columns: 1fr; width: 88vw; }
  .statement-card { min-height: 410px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-item, .value-item:nth-child(3) { min-height: 320px; border-right: 0; border-bottom: 1px solid #ccd0d3; }
  .value-item:last-child { border-bottom: 0; }
  .value-item h3 { margin-top: 35px; }
  .approach-split, .proof-section { grid-template-columns: 1fr; }
  .approach-media, .proof-image { min-height: 460px; }
  .approach-split--compact { gap: 0; }
  .approach-split--compact .approach-media { height: 85vw; min-height: 360px; max-height: 500px; }
  .approach-copy, .proof-copy { padding: 55px 6vw; }
  .leadership-grid { gap: 16px; }
  .leader-image { height: 95vw; max-height: 430px; }
  .leader-content { padding: 30px 26px 36px; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-card--lead { grid-row: auto; grid-column: auto; min-height: 380px; }
  .strength-card { min-height: 210px; }
  .page-banner { flex-direction: column; align-items: flex-start; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: 330px; }
  .process-line { grid-template-columns: 1fr; gap: 35px; }
  .process-line::before { top: 0; bottom: 0; left: 27px; width: 1px; height: auto; }
  .process-step { min-height: 80px; padding: 0 0 0 84px; text-align: left; }
  .process-step b { left: 0; transform: none; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid article { min-height: 150px; font-size: 13px; }
  .service-index { top: 66px; }
  .service-detail { grid-template-columns: 1fr; min-height: 0; scroll-margin-top: 134px; }
  .service-detail--reverse .service-detail__media { order: 0; }
  .service-detail__media { height: 120vw; max-height: 620px; }
  .service-detail__copy { padding: 55px 6vw 70px; }
  .detail-list { grid-template-columns: 1fr; }
  .service-page-hero h1 { font-size: clamp(37px, 11.5vw, 58px); }
  .service-page-hero .breadcrumbs { flex-wrap: wrap; }
  .service-overview { grid-template-columns: 1fr; width: 88vw; padding: 70px 0; }
  .service-overview__copy { order: 1; padding: 46px 28px; }
  .service-overview__media { order: 2; min-height: 0; height: 105vw; max-height: 580px; }
  .service-scope__grid, .service-method__grid { grid-template-columns: 1fr; }
  .service-scope__card { min-height: 300px; }
  .service-scope__card h3 { margin-top: 70px; }
  .service-method__step { min-height: 260px; border-right: 0; border-bottom: 1px solid #cbd1d4; }
  .service-method__step:nth-child(-n+3) { border-bottom: 1px solid #cbd1d4; }
  .service-method__step:last-child { border-bottom: 0; }
  .service-method__step > div { margin-top: 58px; }
  .service-outcomes { grid-template-columns: 1fr; padding: 75px 6vw; }
  .service-outcomes__grid article { grid-template-columns: 38px 1fr; }
  .service-outcomes__grid p { grid-column: 2; }
  .service-family > div { grid-template-columns: 1fr; }
  .expectation-grid, .insight-library, .contact-reasons, .google-review-grid { grid-template-columns: 1fr; }
  .google-reviews { width: 100%; padding-right: 6vw; padding-left: 6vw; }
  .google-reviews__heading { display: block; margin-bottom: 36px; }
  .google-reviews__heading > p { margin-top: 18px; }
  .google-review-card { min-height: 300px; padding: 27px; }
  .legal-content { grid-template-columns: 1fr; gap: 55px; width: 88vw; padding: 70px 0; }
  .legal-content__aside { position: static; }
  .legal-content__aside > h2 { max-width: none; }
  .legal-notice > section { grid-template-columns: 34px 1fr; gap: 13px; padding: 28px 0; }
  .sitemap-directory { grid-template-columns: 1fr; }
  .sitemap-directory section:first-child { grid-row: auto; min-height: 0; }
  .sitemap-directory section { min-height: 0; padding: 28px; }
  .sitemap-directory h2 { margin-top: 45px; }
  .partnership-quote { padding: 85px 6vw; }
  .values-strip__items { grid-template-columns: 1fr; }
  .values-strip__items span { border-right: 0; border-bottom: 1px solid #bfc4c8; }
  .values-strip__items span:last-child { border-bottom: 0; }
  .article-card--featured { display: flex; }
  .article-card--featured img { aspect-ratio: 1.45 / 1; }
  .project-page-grid { grid-template-columns: 1fr; }
  .project-market { width: 100%; }
  .capability-flow { flex-direction: column; }
  .capability-flow i { transform: rotate(90deg); }
  .contact-layout { grid-template-columns: 1fr; width: 88vw; }
  .contact-enquiry { grid-template-columns: 1fr; width: 88vw; padding: 70px 0; }
  .contact-enquiry__media { min-height: 0; height: 105vw; max-height: 560px; }
  .contact-enquiry__form { padding: 44px 25px 50px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-panel { min-height: 420px; padding: 42px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero { background-attachment: scroll; }
  .page-hero__media, .value-visual i { animation: none; }
}

@keyframes heroDrift {
  from { transform: scale(1.045); }
  to { transform: scale(1); }
}
@keyframes valueOrbit {
  to { transform: rotate(360deg); }
}
