/*
Theme Name: NestCore Global
Theme URI: http://localhost:8088
Author: NestCore Global Pvt Ltd
Description: A colorful, animated construction and infrastructure WordPress theme for NestCore Global Pvt Ltd.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nestcore-global
*/

:root {
  --ink: #071b33;
  --paper: #f7fbff;
  --muted: #5e6b78;
  --line: rgba(7, 27, 51, 0.12);
  --navy: #061a32;
  --blue: #0b65a3;
  --sky: #18a4d8;
  --steel: #7b8794;
  --graphite: #2c3036;
  --copper: #b26842;
  --ice: #d9edf8;
  --fire: var(--copper);
  --gold: #d7a95d;
  --leaf: #1a9a8a;
  --aqua: var(--sky);
  --rose: #8b4b5c;
  --violet: #315a9f;
  --shadow: 0 24px 70px rgba(7, 27, 51, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(11, 101, 163, 0.1), transparent 28%, rgba(178, 104, 66, 0.08) 72%, transparent),
    var(--paper);
  overflow-x: hidden;
}

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

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

.site-shell {
  min-height: 100vh;
}

.top-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  z-index: 200;
  background: linear-gradient(90deg, var(--navy), var(--blue), var(--sky), var(--steel), var(--copper));
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(22px);
  background: rgba(255, 250, 242, 0.84);
  border-bottom: 1px solid rgba(16, 19, 26, 0.1);
  transition: background 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 40px rgba(16, 19, 26, 0.12);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-logo {
  width: 132px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
}

.brand-logo img {
  grid-area: 1 / 1;
  width: 128px;
  height: 58px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  position: relative;
  padding: 10px 12px;
  color: #1d2530;
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--copper));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 900;
  background: linear-gradient(120deg, var(--navy), var(--blue), var(--sky));
  box-shadow: 0 18px 36px rgba(11, 101, 163, 0.26);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 45px rgba(6, 26, 50, 0.28);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background-image:
    linear-gradient(100deg, rgba(9, 12, 18, 0.86), rgba(9, 12, 18, 0.54) 45%, rgba(9, 12, 18, 0.14)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(0deg, var(--paper), transparent);
  z-index: -1;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 88px;
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--leaf), var(--aqua));
  border-radius: 999px;
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #fff, var(--ice), #7cd5ff, var(--copper));
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: colorSweep 5s ease-in-out infinite alternate;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

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

.button.secondary {
  color: #111827;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.stats-ribbon {
  width: min(1180px, calc(100% - 32px));
  margin: -44px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.stat {
  padding: 26px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 98px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-grid,
.project-grid,
.route-grid,
.page-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.route-card {
  min-height: 190px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(217, 237, 248, 0.6)),
    #fff;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.route-card:hover {
  transform: translateY(-7px);
  border-color: rgba(11, 101, 163, 0.28);
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.14);
}

.route-card strong {
  font-size: 1.35rem;
}

.route-card span {
  color: var(--muted);
  line-height: 1.55;
}

.service-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(16, 19, 26, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 50px rgba(16, 19, 26, 0.08);
  transition: transform 260ms ease, border-color 260ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 90, 31, 0.35);
}

.service-kicker {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 900;
  background: var(--card-gradient);
}

.service-card h3,
.project-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.service-card p,
.project-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.impact-band {
  padding: 108px 0;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(16, 19, 26, 0.86), rgba(16, 19, 26, 0.5)),
    var(--impact-image);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.impact-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.impact-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
}

.impact-copy p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  font-size: 1.05rem;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.process-item strong {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #10131a;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold), #fff);
}

.project-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 19, 26, 0.12);
}

.project-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 450ms ease;
}

.project-card:hover img {
  transform: scale(1.06);
}

.project-body {
  padding: 24px;
}

.image-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 24px;
  align-items: stretch;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6, 26, 50, 0.92), rgba(11, 101, 163, 0.78)),
    url("assets/images/counter-bg.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.image-band__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  color: #fff;
}

.image-band__lead .section-label {
  color: #c9eaff;
}

.image-band__lead h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.image-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.image-band__grid img {
  width: 100%;
  min-height: 158px;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(2, 7, 13, 0.26);
  transition: transform 420ms ease, filter 420ms ease;
}

.image-band__grid img:first-child {
  grid-row: span 2;
}

.image-band__grid img:hover {
  transform: scale(1.025);
  filter: saturate(1.12) contrast(1.04);
}

.cta-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 80px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  color: #fff;
  border-radius: var(--radius);
  background: linear-gradient(115deg, var(--navy), var(--blue), var(--sky), var(--copper));
  background-size: 260% 260%;
  animation: gradientFlow 8s ease infinite;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.cta-band p {
  margin: 12px 0 0;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #02070d;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-logo {
  width: 150px;
  height: 72px;
  object-fit: contain;
}

.inner-hero {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(2, 7, 13, 0.92), rgba(6, 26, 50, 0.82), rgba(11, 101, 163, 0.58)),
    var(--hero-image, none);
  background-size: cover;
  background-position: center;
}

.inner-hero__content {
  width: min(1180px, calc(100% - 32px));
  height: 560px;
  margin: 0 auto;
  padding: 88px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.35rem, 4.8vw, 4.9rem);
  line-height: 1.02;
}

.inner-hero h2 {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.25;
}

.inner-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.page-detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.page-detail__image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.page-detail__copy h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.page-detail__copy p {
  color: var(--muted);
  line-height: 1.75;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pill-grid span {
  padding: 10px 13px;
  border: 1px solid rgba(11, 101, 163, 0.18);
  border-radius: 999px;
  color: var(--navy);
  font-weight: 800;
  background: rgba(217, 237, 248, 0.68);
}

.page-visual-intro {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.page-visual-intro__image {
  min-height: 360px;
  overflow: hidden;
}

.page-visual-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transition: transform 700ms ease;
}

.page-visual-intro:hover .page-visual-intro__image img {
  transform: scale(1.045);
}

.page-visual-intro__panel {
  padding: clamp(28px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(217, 237, 248, 0.72)),
    #fff;
}

.page-visual-intro__panel h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.page-visual-intro__panel p:not(.section-label) {
  color: var(--muted);
  line-height: 1.72;
}

.section-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.split-story,
.contact-layout,
.innovation-lab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.about-panel,
.contact-card,
.contact-checklist,
.innovation-card,
.matrix-card,
.value-card {
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.09);
}

.about-panel {
  overflow: hidden;
}

.about-panel img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.about-panel div {
  padding: 26px;
}

.about-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 0;
}

.value-card {
  padding: 28px;
}

.value-card span,
.timeline-item span,
.service-line__index {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: #fff;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), var(--blue), var(--copper));
  font-weight: 900;
}

.value-card h3,
.matrix-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.value-card p,
.matrix-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-directory {
  display: grid;
  gap: 16px;
}

.service-line {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) minmax(230px, 0.45fr);
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(90deg, #fff, rgba(217, 237, 248, 0.58));
  box-shadow: 0 14px 38px rgba(7, 27, 51, 0.07);
}

.service-line h2,
.timeline-item h2,
.case-study h2,
.contact-card h2,
.innovation-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.service-line p,
.timeline-item p,
.case-study p,
.contact-card p,
.innovation-card p,
.contact-checklist li {
  color: var(--muted);
  line-height: 1.7;
}

.service-line strong {
  color: var(--navy);
  line-height: 1.45;
}

.project-showcase {
  display: grid;
  gap: 26px;
}

.case-study {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.1);
}

.case-study:nth-child(even) img {
  order: 2;
}

.case-study img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
}

.case-study div {
  padding: 18px;
}

.case-study a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 900;
}

.timeline-page {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 24px;
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 27, 51, 0.08);
}

.timeline-item h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.12;
}

.innovation-lab {
  align-items: stretch;
}

.innovation-card,
.contact-card,
.contact-checklist {
  padding: 34px;
}

.innovation-card {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 26, 50, 0.92), rgba(11, 101, 163, 0.84)),
    url("assets/images/counter-bg.jpg");
  background-size: cover;
}

.innovation-card p {
  color: rgba(255, 255, 255, 0.84);
}

.innovation-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.matrix-card {
  padding: 24px;
}

.contact-checklist ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

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

.solution-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.solution-intro {
  position: sticky;
  top: 110px;
}

.solution-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 22px;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.16);
}

.solution-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.solution-intro p {
  color: var(--muted);
  line-height: 1.75;
}

.solution-groups {
  display: grid;
  gap: 16px;
}

.value-card ul,
.mini-list ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.75;
}

.mini-list strong {
  display: block;
  color: var(--navy);
  margin-bottom: 6px;
}

.single-service-section {
  padding-top: 26px;
  padding-bottom: 26px;
}

.photo-split {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: #071b33;
  color: #fff;
  box-shadow: var(--shadow);
}

.photo-split img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.photo-split div {
  padding: clamp(28px, 5vw, 58px);
}

.photo-split .section-label {
  color: #c9eaff;
}

.photo-split h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@keyframes colorSweep {
  from { background-position: 0 50%; }
  to { background-position: 100% 50%; }
}

@keyframes gradientFlow {
  0%, 100% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 920px) {
  .nav-wrap {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .stats-ribbon,
  .service-grid,
  .project-grid,
  .image-band,
  .image-band__grid,
  .page-visual-intro,
  .photo-split,
  .route-grid,
  .page-cards,
  .value-row,
  .split-story,
  .contact-layout,
  .innovation-lab,
  .innovation-matrix,
  .solution-block,
  .impact-inner,
  .section-head,
  .cta-band,
  .page-detail {
    grid-template-columns: 1fr;
  }

  .service-line,
  .case-study,
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .case-study:nth-child(even) img {
    order: initial;
  }

  .page-visual-intro,
  .image-band {
    margin-top: 0;
  }

  .solution-intro {
    position: static;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .impact-band {
    background-attachment: scroll;
  }
}

@media (max-width: 620px) {
  .hero-inner {
    padding: 78px 0 96px;
  }

  .nav-cta {
    width: 100%;
  }

  .section {
    padding: 72px 0;
  }

  .cta-band {
    padding: 28px;
  }
}
