:root {
  --bg: #f5f7f9;
  --surface: #ffffff;
  --ink: #08111f;
  --muted: #5c6878;
  --line: #d9e1e8;
  --dark: #07101d;
  --dark-2: #101b2a;
  --blue: #1d6fe8;
  --blue-dark: #1557bb;
  --blue-soft: #eaf2ff;
  --industrial: #f28c28;
  --pale: #eef5ef;
  --shadow: 0 18px 42px rgba(8, 17, 31, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.container {
  width: min(1450px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 102px;
  min-height: 102px;
  padding: 6px max(48px, calc((100vw - 1640px) / 2));
  background: #fff;
  border-bottom: 1px solid rgba(8, 17, 31, 0.08);
  box-shadow: 0 8px 24px rgba(8, 17, 31, 0.05);
}

.brand {
  width: auto;
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  line-height: 1;
}

.brand-logo {
  width: auto;
  height: 88px;
  max-width: min(520px, 40vw);
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-nav a {
  padding: 10px 4px;
  color: rgba(15, 23, 42, 0.82);
  font-size: 0.96rem;
  font-weight: 650;
}

.site-nav a:hover {
  color: var(--blue);
}

.site-nav .nav-cta {
  margin-left: 12px;
  padding: 14px 22px;
  color: #fff;
  background: var(--blue);
  border-radius: 12px;
}

.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--blue-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(8, 17, 31, 0.14);
  background: var(--dark);
  border-radius: 6px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: calc(100vh - 28px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.35);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 44%, rgba(255, 255, 255, 0.035) 44.1% 44.4%, transparent 44.5% 100%);
  background-size: 72px 72px, 72px 72px, 360px 360px;
  opacity: 0.42;
  pointer-events: none;
}

.hero::after,
.process::after,
.contact::after {
  content: "";
  position: absolute;
  right: max(18px, calc((100vw - 1160px) / 2));
  bottom: 26px;
  width: min(520px, 44vw);
  aspect-ratio: 170 / 170;
  background: url("assets/logo-engevis-mark.svg") center / contain no-repeat;
  opacity: 0.07;
  pointer-events: none;
}

.hero::after {
  z-index: 1;
  right: -46px;
  bottom: 34px;
  width: min(500px, 38vw);
  opacity: 0.04;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/engevis-photos/linhas-transmissao.jpeg");
  background-position: center;
  background-size: cover;
  filter: saturate(0.95) brightness(0.95) contrast(1.04);
  transform: translate3d(0, var(--hero-parallax-y, 0), 0) scale(1.025);
  transition: transform 240ms ease-out;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.92) 0%, rgba(2, 8, 20, 0.82) 40%, rgba(2, 8, 20, 0.58) 100%),
    radial-gradient(circle at 74% 32%, rgba(29, 111, 232, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(2, 8, 20, 0.18), rgba(2, 8, 20, 0.78)),
    linear-gradient(0deg, rgba(29, 111, 232, 0.12), rgba(29, 111, 232, 0.02));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1640px, calc(100vw - 64px));
  grid-template-columns: minmax(0, 740px) minmax(560px, 650px);
  justify-content: space-between;
  align-items: center;
  gap: 86px;
  padding-top: 168px;
  padding-bottom: 110px;
}

.hero-copy {
  max-width: 840px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark .eyebrow,
.differentials .eyebrow {
  color: #77aaff;
}

.hero .eyebrow {
  max-width: none;
  white-space: nowrap;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
  word-break: normal;
}

h1 {
  margin: 0 0 36px;
  max-width: 700px;
  font-size: clamp(3rem, 2.92vw, 3.5rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.desktop-title {
  display: inline;
  white-space: normal;
}

.mobile-title {
  display: none;
}

h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

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

.button.primary {
  color: #fff;
  background: var(--blue);
}

.button.primary:hover {
  background: var(--blue-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.button.outline {
  color: var(--blue-dark);
  background: #fff;
  border-color: rgba(7, 91, 221, 0.28);
}

.button.full {
  width: 100%;
}

.hero-panel {
  position: relative;
  display: grid;
  align-self: center;
  gap: 24px;
  max-width: 650px;
  padding: 46px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transition: all 0.35s ease;
}

.hero-panel:hover {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.075);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 18px;
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.panel-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.hero-panel li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 1px;
  background: rgba(119, 170, 255, 0.62);
}

.section {
  position: relative;
  scroll-margin-top: 102px;
  padding: 92px 0;
  overflow: hidden;
}

.company {
  background:
    linear-gradient(rgba(29, 111, 232, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 111, 232, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f6 100%);
  background-size: 56px 56px, 56px 56px, auto;
  padding-top: 32px;
  padding-bottom: 30px;
}

.company .container {
  width: min(1450px, calc(100% - 72px));
}

.section > .container {
  position: relative;
  z-index: 1;
}

.split,
.feature-layout,
.compliance-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.company-hero {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  align-items: start;
  gap: 40px;
}

.company-copy {
  max-width: 720px;
}

.company-copy .eyebrow {
  margin-bottom: 14px;
}

.company-copy h2 {
  max-width: 720px;
  font-size: clamp(1.72rem, 2.06vw, 2.26rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.company-copy h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 18px;
  background: var(--blue);
}

.company-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 13px 0 0;
  color: #4a5565;
  font-size: 0.94rem;
  line-height: 1.5;
  text-align: justify;
  text-align-last: left;
}

.company-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 18px;
}

.company-media {
  display: grid;
  align-content: start;
}

.company-visual {
  position: relative;
  height: 256px;
  max-height: 256px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 16, 31, 0.14), rgba(6, 16, 31, 0.72)),
    linear-gradient(90deg, rgba(7, 16, 29, 0.14), rgba(29, 111, 232, 0.2)),
    url("assets/engevis-photos/planta-geracao.jpeg") center / cover no-repeat;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  box-shadow: 0 24px 56px rgba(8, 17, 31, 0.14);
}

.company-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.35;
}

.company-visual span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  max-width: 260px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.company-photo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.company-photo-strip figure {
  position: relative;
  height: 130px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--dark);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(8, 17, 31, 0.09);
}

.company-photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.78) contrast(1.05);
  transform: scale(1.02);
}

.company-photo-strip figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company .area-head {
  max-width: 1180px;
  margin-top: 22px;
  margin-bottom: 10px;
}

.company .area-head .eyebrow {
  margin-bottom: 8px;
}

.company .area-head h2 {
  max-width: 800px;
  font-size: clamp(1.45rem, 1.8vw, 1.95rem);
  line-height: 1.08;
}

.company .area-head p:not(.eyebrow) {
  max-width: 1040px;
  margin-top: 8px;
  font-size: 0.86rem;
  line-height: 1.36;
}

.company .value-grid {
  gap: 8px;
  margin-top: 10px;
}

.company .value-grid article {
  min-height: 98px;
  padding: 13px 16px;
  border-radius: 12px;
}

.company .value-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 7px;
}

.company .value-icon svg {
  width: 20px;
  height: 20px;
}

.company .value-grid strong {
  font-size: 0.8rem;
}

.company .value-grid span {
  margin-top: 6px;
  font-size: 0.72rem;
  line-height: 1.28;
}

.body-copy p,
.section-head p,
.compliance p,
.differentials p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.body-copy p,
.section-head p,
.compliance p,
.contact p {
  text-align: justify;
  text-align-last: left;
}

.section-wordmark {
  width: min(360px, 76vw);
  margin-bottom: 20px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.section-head {
  max-width: 810px;
  margin-bottom: 36px;
}

.area-head {
  max-width: 1040px;
  margin-top: 104px;
  margin-bottom: 20px;
}

.area-head h2 {
  max-width: 760px;
  font-size: clamp(1.78rem, 2.35vw, 2.35rem);
  line-height: 1.12;
}

.area-head p:not(.eyebrow) {
  max-width: 900px;
  color: rgba(30, 41, 59, 0.78);
  font-size: 0.98rem;
  line-height: 1.58;
}

.section-head p,
.body-copy p,
.compliance p,
.differentials p,
.contact p {
  margin-top: 16px;
}

.topic-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 22px;
}

.topic-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  color: rgba(15, 23, 42, 0.84);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 111, 232, 0.18);
  border-left: 3px solid var(--blue);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(8, 17, 31, 0.045);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.topic-strip-dark span,
.dark .topic-strip span,
.differentials .topic-strip span {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(119, 170, 255, 0.18);
  border-left-color: #77aaff;
  box-shadow: none;
}

.contact-topic-strip {
  margin-bottom: 18px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.value-grid article,
.service-card,
.project-card,
.timeline article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.value-grid article {
  min-height: 196px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(8, 17, 31, 0.06);
  backdrop-filter: blur(12px);
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.value-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 111, 232, 0.2);
  box-shadow: 0 24px 54px rgba(8, 17, 31, 0.1);
}

.value-grid strong,
.value-grid span {
  display: block;
}

.value-grid strong {
  color: #111827;
  font-size: 0.92rem;
  font-weight: 600;
}

.value-grid span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.58;
}

.value-grid article > span:not(.value-icon) {
  text-align: justify;
  text-align-last: left;
  max-width: none;
  text-justify: inter-word;
  hyphens: none;
  word-spacing: 0.01em;
}

.value-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--blue);
}

.value-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section.services {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 102px);
  padding-top: 18px;
  padding-bottom: 18px;
  background:
    linear-gradient(rgba(29, 111, 232, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 111, 232, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

.services .area-head {
  max-width: 1180px;
  margin-top: 0;
  margin-bottom: 10px;
}

.services .area-head h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.08;
}

.services .area-head p:not(.eyebrow) {
  max-width: 1040px;
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.42;
}

.services .value-grid {
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 18px;
}

.services .value-grid article {
  min-height: 116px;
  padding: 16px 18px;
  border-radius: 12px;
}

.services .value-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
}

.services .value-icon svg {
  width: 22px;
  height: 22px;
}

.services .value-grid strong {
  font-size: 0.84rem;
}

.services .value-grid span {
  margin-top: 7px;
  font-size: 0.78rem;
  line-height: 1.34;
}

.services .section-head {
  max-width: 1160px;
  margin-bottom: 0;
}

.services .section-head h2 {
  max-width: 100%;
  font-size: clamp(1.86rem, 2.35vw, 2.48rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  white-space: normal;
}

.services .section-head p {
  max-width: 980px;
  margin-top: 8px;
  color: rgba(30, 41, 59, 0.78);
  font-size: 0.95rem;
  line-height: 1.46;
}

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

.service-card {
  min-height: 164px;
  padding: 16px 22px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.service-card.featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid rgba(29, 111, 232, 0.35);
  box-shadow: 0 18px 48px rgba(29, 111, 232, 0.1);
}

.service-card.featured:hover {
  border-color: rgba(29, 111, 232, 0.44);
  box-shadow: 0 22px 56px rgba(29, 111, 232, 0.14);
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  color: #fff;
  background: #111827;
  border-radius: 12px;
}

.service-card.featured .service-icon {
  background: var(--blue);
  color: #fff;
}

.service-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p,
.timeline p {
  margin: 0;
  color: var(--muted);
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: none;
}

.service-card h3 {
  margin-bottom: 7px;
  font-size: 15.5px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-card p {
  max-width: 100%;
  color: rgba(30, 41, 59, 0.82);
  font-size: 13.15px;
  line-height: 1.4;
}

.dark,
.differentials {
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(7, 91, 221, 0.22), transparent 34%),
    linear-gradient(135deg, #06101f 0%, #111c2c 100%);
}

.dark::after,
.differentials::after {
  content: "";
  position: absolute;
  right: max(22px, calc((100vw - 1160px) / 2));
  bottom: -20px;
  width: min(480px, 42vw);
  aspect-ratio: 170 / 170;
  background: url("assets/logo-engevis-mark.svg") center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.dark .section-head p,
.differentials p {
  color: rgba(255, 255, 255, 0.68);
}

.section.projects {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 102px);
  padding-top: 24px;
  padding-bottom: 28px;
}

.projects .container {
  width: min(1560px, calc(100% - 88px));
}

.projects .section-head {
  max-width: 1260px;
  margin-bottom: 0;
}

.projects .section-head h2 {
  max-width: 1260px;
  font-size: clamp(1.92rem, 2.55vw, 2.62rem);
  line-height: 1.04;
}

.projects .section-head p {
  max-width: 1060px;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.projects .topic-strip {
  margin: 12px 0 16px;
}

.projects .topic-strip span {
  min-height: 30px;
  padding: 7px 11px;
  font-size: 0.72rem;
}

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

.project-card {
  min-height: 0;
  padding: 18px 20px 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.project-card-media {
  position: relative;
  height: 96px;
  margin: 0 0 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
}

.project-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.02), rgba(7, 16, 29, 0.52)),
    linear-gradient(90deg, rgba(29, 111, 232, 0.12), transparent 56%);
}

.project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.8) contrast(1.06);
}

.project-card > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #9fc0ff;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-card h3 {
  font-size: 0.98rem;
  line-height: 1.22;
}

.project-card dl {
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
}

.project-card dt {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
}

.project-card dd {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.36;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: none;
}

.compliance {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 102px);
  padding-top: 46px;
  padding-bottom: 46px;
  background:
    radial-gradient(circle at 82% 16%, rgba(29, 111, 232, 0.12), transparent 30%),
    linear-gradient(rgba(29, 111, 232, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 111, 232, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #eef5ef 100%);
  background-size: auto, 58px 58px, 58px 58px, auto;
}

.compliance-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 56px;
  align-items: center;
}

.compliance h2 {
  max-width: 620px;
  font-size: clamp(2.24rem, 3vw, 2.92rem);
  line-height: 1.08;
}

.compliance-copy p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 18px;
  font-size: 0.98rem;
  line-height: 1.6;
}

.compliance-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.compliance-metrics span {
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(29, 111, 232, 0.18);
  border-left: 4px solid var(--blue);
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(8, 17, 31, 0.05);
  font-size: 0.86rem;
  font-weight: 800;
}

.compliance-panel {
  position: relative;
  min-height: 440px;
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 16, 29, 0.98), rgba(16, 31, 52, 0.96)),
    radial-gradient(circle at 78% 24%, rgba(29, 111, 232, 0.32), transparent 34%);
  border: 1px solid rgba(29, 111, 232, 0.2);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(8, 17, 31, 0.18);
  overflow: hidden;
}

.compliance-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  border-radius: 18px;
  opacity: 0.5;
  pointer-events: none;
}

.compliance-panel::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -120px;
  width: 320px;
  aspect-ratio: 1;
  border: 1px solid rgba(119, 170, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 64px rgba(119, 170, 255, 0.04),
    0 0 0 128px rgba(119, 170, 255, 0.025);
  animation: compliancePulse 5.8s ease-in-out infinite;
  pointer-events: none;
}

.compliance-core,
.standards-strip,
.compliance-path {
  position: relative;
  z-index: 1;
}

.compliance-core {
  width: min(360px, 100%);
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  backdrop-filter: blur(14px);
}

.compliance-core span,
.compliance-core strong {
  display: block;
}

.core-kicker {
  color: #9fc0ff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compliance-core strong {
  margin-top: 10px;
  color: #fff;
  font-size: 1.26rem;
  line-height: 1.2;
}

.compliance-core span:last-child {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.standards-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.standards-strip span {
  padding: 10px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(119, 170, 255, 0.2);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 820;
  backdrop-filter: blur(10px);
}

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

.compliance-path article {
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.compliance-path article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(119, 170, 255, 0.28);
}

.compliance-path article > span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  color: #9fc0ff;
  background: rgba(29, 111, 232, 0.15);
  border: 1px solid rgba(119, 170, 255, 0.22);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.compliance-path strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.3;
}

.compliance-path p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.48;
}

@keyframes compliancePulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }

  50% {
    opacity: 0.72;
    transform: scale(1.035);
  }
}

.clients {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 102px);
  padding-top: 54px;
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 18% 26%, rgba(29, 111, 232, 0.1), transparent 30%),
    linear-gradient(rgba(29, 111, 232, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 111, 232, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
  background-size: auto, 58px 58px, 58px 58px, auto;
}

.clients-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.22fr);
  gap: 56px;
  align-items: center;
}

.clients-copy h2 {
  max-width: 680px;
  font-size: clamp(2.22rem, 3.05vw, 2.95rem);
  line-height: 1.08;
}

.clients-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(30, 41, 59, 0.78);
  font-size: 1rem;
  line-height: 1.62;
  text-align: justify;
  text-align-last: left;
}

.clients-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.clients-tags span {
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(29, 111, 232, 0.18);
  border-left: 4px solid var(--blue);
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(8, 17, 31, 0.05);
  font-size: 0.86rem;
  font-weight: 800;
}

.clients-panel {
  position: relative;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94));
  border: 1px solid rgba(29, 111, 232, 0.16);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(8, 17, 31, 0.12);
  overflow: hidden;
}

.clients-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  background:
    linear-gradient(rgba(29, 111, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 111, 232, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  border-radius: 18px;
  pointer-events: none;
}

.clients-panel::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -86px;
  width: 260px;
  aspect-ratio: 1;
  background: url("assets/logo-engevis-mark.svg") center / contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}

.clients-panel-head,
.client-logo-grid {
  position: relative;
  z-index: 1;
}

.clients-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.clients-panel-head span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.clients-panel-head strong {
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.3;
}

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

.client-logo-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 132px;
  padding: 18px 16px 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(8, 17, 31, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.client-logo-card:hover {
  transform: translateY(-5px);
  border-color: rgba(29, 111, 232, 0.22);
  box-shadow: 0 22px 46px rgba(8, 17, 31, 0.1);
}

.client-logo-card img {
  width: 100%;
  max-width: 160px;
  height: 58px;
  object-fit: contain;
}

.client-logo-card span {
  display: block;
  margin-top: 12px;
  color: rgba(30, 41, 59, 0.72);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.25;
  text-align: center;
}

.differentials {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 102px);
  padding-top: 42px;
  padding-bottom: 42px;
}

.differentials-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(680px, 1.22fr);
  gap: 48px;
  align-items: center;
}

.differentials-copy h2 {
  max-width: 680px;
  font-size: clamp(2.24rem, 3.1vw, 3.08rem);
  line-height: 1.08;
}

.differentials-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.64;
  text-align: justify;
  text-align-last: left;
}

.differentials-board {
  position: relative;
  padding: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.differentials-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  border-radius: 18px;
  opacity: 0.38;
  pointer-events: none;
}

.differentials-pillars,
.process-mini {
  position: relative;
  z-index: 1;
}

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

.differentials-pillars article,
.process-mini article {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.differentials-pillars article {
  min-height: 118px;
  padding: 18px;
}

.differentials-pillars strong,
.differentials-pillars span,
.process-mini strong,
.process-mini p {
  display: block;
}

.differentials-pillars strong {
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.28;
}

.differentials-pillars span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.48;
  text-align: justify;
  text-align-last: left;
}

.process-mini {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.process-mini article {
  min-height: 128px;
  padding: 14px;
}

.process-mini article > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.process-mini strong {
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.25;
}

.process-mini p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  line-height: 1.42;
  text-align: left;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-item {
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.feature-item strong,
.feature-item span {
  display: block;
}

.feature-item span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: none;
}

.process {
  background: #eef5ef;
}

.section-head.compact {
  max-width: 720px;
  margin-bottom: 0;
}

.section-head.compact p:not(.eyebrow) {
  max-width: 840px;
  color: rgba(30, 41, 59, 0.76);
  font-size: 1rem;
  line-height: 1.58;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.timeline article {
  min-height: 260px;
  padding: 22px;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 34px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 850;
}

.contact {
  min-height: auto;
  padding-top: 92px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 72% 42%, rgba(29, 111, 232, 0.08), transparent 34%),
    linear-gradient(rgba(29, 111, 232, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 111, 232, 0.016) 1px, transparent 1px),
    #ffffff;
  background-size: auto, 58px 58px, 58px 58px, auto;
}

.contact .container {
  width: min(1320px, calc(100% - 96px));
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: start;
}

.contact h2 {
  max-width: 540px;
  font-size: clamp(2.2rem, 2.75vw, 2.9rem);
  line-height: 1.08;
}

.contact p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 16px;
  color: rgba(30, 41, 59, 0.78);
  font-size: 1rem;
  line-height: 1.62;
}

.contact-topic-strip {
  gap: 8px;
  margin: 18px 0 24px;
}

.contact-topic-strip span {
  min-height: 32px;
  padding: 8px 11px;
  font-size: 0.74rem;
}

.contact-channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
}

.contact-channels a,
.channel-static {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 15px 17px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(7, 91, 221, 0.2);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(8, 17, 31, 0.06);
}

.contact-channels span,
.channel-static span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-channels strong,
.channel-static strong {
  color: var(--blue-dark);
  font-size: 0.96rem;
  line-height: 1.32;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  padding: 28px;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lead-form .field-wide,
.lead-form .form-actions,
.lead-form .form-feedback {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd6df;
  border-radius: 5px;
  font: inherit;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(7, 91, 221, 0.18);
  border-color: var(--blue);
}

.form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.lead-form .button {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.form-feedback {
  min-height: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.field-hint {
  color: rgba(92, 104, 120, 0.92);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.42;
}

.file-control {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 6px;
  background: #fff;
  border: 1px solid #cbd6df;
  border-radius: 5px;
}

.file-control:focus-within {
  outline: 3px solid rgba(7, 91, 221, 0.18);
  border-color: var(--blue);
}

.file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  color: #fff;
  background: var(--dark);
  border-radius: 5px;
  font-size: 0.82rem;
  font-weight: 850;
}

.file-name {
  min-width: 0;
  color: rgba(30, 41, 59, 0.7);
  font-size: 0.84rem;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.technical-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.technical-note article {
  min-height: 148px;
  padding: 20px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
  border: 1px solid rgba(7, 91, 221, 0.18);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(8, 17, 31, 0.07);
}

.technical-note span,
.technical-note strong,
.technical-note p {
  display: block;
}

.technical-note span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.technical-note strong {
  margin-top: 10px;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.technical-note p {
  margin: 10px 0 0;
  color: rgba(30, 41, 59, 0.76);
  font-size: 0.9rem;
  line-height: 1.58;
}

.site-footer {
  padding: 54px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.72fr 0.86fr 0.82fr 1.18fr;
  gap: 28px;
}

.footer-brand img {
  width: min(300px, 100%);
  padding: 8px;
  background: #fff;
  border-radius: 6px;
}

.footer-brand p {
  max-width: 360px;
  margin: 18px 0 0;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: none;
}

.site-footer strong,
.site-footer a,
.site-footer span {
  display: block;
}

.site-footer strong {
  margin-bottom: 12px;
  color: #fff;
}

.site-footer a,
.site-footer span {
  margin-top: 8px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.footer-address {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}

.footer-address span {
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1320px) {
  .hero-grid {
    width: min(1210px, calc(100vw - 64px));
    grid-template-columns: minmax(0, 625px) minmax(420px, 520px);
    gap: 56px;
    padding-top: 154px;
    padding-bottom: 96px;
  }

  h1,
  .hero-text {
    max-width: 625px;
  }

  h1 {
    font-size: clamp(2.8rem, 3.55vw, 3.25rem);
  }

  .hero-panel {
    max-width: 520px;
    padding: 40px;
  }
}

@media (max-width: 1080px) {
  .site-header {
    height: 90px;
    min-height: 90px;
    padding-inline: 28px;
  }

  .brand {
    width: auto;
  }

  .brand-logo {
    height: 72px;
    max-width: min(376px, 56vw);
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 90px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(8, 17, 31, 0.1);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

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

  .site-nav a,
  .site-nav .nav-cta {
    margin: 0;
    padding: 12px;
  }

  .hero-grid,
  .split,
  .feature-layout,
  .compliance-grid,
  .differentials-layout,
  .clients-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    width: min(100% - 64px, 1160px);
    gap: 34px;
    padding-top: 142px;
    padding-bottom: 88px;
  }

  h1 {
    max-width: 760px;
    font-size: 48px;
    line-height: 1.04;
  }

  .hero .eyebrow {
    white-space: normal;
  }

  .company-hero {
    gap: 34px;
  }

  .company-copy h2 {
    font-size: clamp(2.25rem, 6vw, 2.85rem);
  }

  .company-copy p:not(.eyebrow) {
    max-width: 100%;
    text-align: left;
  }

  .company-visual {
    margin-top: 0;
  }

  .hero-panel {
    max-width: 760px;
  }

  .section.services {
    min-height: calc(100vh - 90px);
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .clients {
    min-height: calc(100vh - 90px);
  }

  .contact {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .differentials {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .differentials-layout {
    gap: 28px;
  }

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

  .services .section-head h2 {
    white-space: normal;
  }

  .service-grid,
  .project-grid,
  .value-grid,
  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 660px) {
  .site-header {
    padding-inline: 14px;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .company .container {
    width: min(100% - 28px, 1160px);
  }

  .brand {
    width: auto;
  }

  .brand-logo {
    height: auto;
    max-width: min(278px, 68vw);
  }

  .nav-toggle {
    display: block !important;
    flex: 0 0 44px;
    position: fixed;
    top: 20px;
    right: auto;
    left: min(330px, calc(100vw - 58px));
    z-index: 60;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(2, 8, 20, 0.96), rgba(2, 8, 20, 0.84)),
      radial-gradient(circle at 72% 30%, rgba(29, 111, 232, 0.07), transparent 36%),
      linear-gradient(180deg, rgba(2, 8, 20, 0.18), rgba(2, 8, 20, 0.82)),
      linear-gradient(0deg, rgba(29, 111, 232, 0.12), rgba(29, 111, 232, 0.02));
  }

  .hero-grid {
    padding-top: 118px;
    padding-bottom: 64px;
    max-width: 100%;
  }

  .hero-copy,
  h1,
  .hero-text,
  .hero-actions,
  .hero-panel {
    max-width: min(350px, calc(100vw - 28px));
  }

  .company {
    padding-top: 54px;
  }

  .company-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

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

  .company-visual {
    min-height: 320px;
    aspect-ratio: 1 / 0.86;
    border-radius: 14px;
  }

  .company-photo-strip {
    grid-template-columns: 1fr;
  }

  .differentials-pillars,
  .process-mini {
    grid-template-columns: 1fr;
  }

  .differentials-board {
    padding: 16px;
    border-radius: 18px;
  }

  .section.services {
    display: block;
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.projects,
  .compliance,
  .clients {
    display: block;
    min-height: auto;
  }

  .services .section-head {
    margin-bottom: 26px;
  }

  .services .section-head h2 {
    font-size: clamp(2rem, 8.2vw, 2.55rem);
    white-space: normal;
  }

  .service-card {
    padding: 24px;
    border-radius: 16px;
  }

  .service-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .service-card p {
    max-width: 100%;
  }

  h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .desktop-title {
    display: none;
    white-space: normal;
  }

  .mobile-title {
    display: block;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-panel {
    padding: 24px;
    border-radius: 18px;
  }

  .hero-panel li {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-text,
  .body-copy p,
  .section-head p,
  .compliance p,
  .contact p {
    text-align: left;
  }

  .section {
    padding: 68px 0;
  }

  .hero-actions,
  .form-actions,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .service-grid,
  .project-grid,
  .client-logo-grid,
  .value-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .service-card,
  .project-card,
  .timeline article {
    min-height: auto;
  }

  .project-card-media {
    height: 118px;
  }

  .lead-form {
    padding: 18px;
  }

  .lead-form,
  .form-actions {
    grid-template-columns: 1fr;
  }

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

  .technical-note {
    grid-template-columns: 1fr;
  }
}

.company-copy p:not(.eyebrow),
.body-copy p,
.section-head p:not(.eyebrow),
.compliance-copy p:not(.eyebrow),
.differentials p:not(.eyebrow),
.contact p:not(.eyebrow),
.value-grid article > span:not(.value-icon),
.service-card p,
.project-card dd,
.feature-item span,
.timeline p,
.technical-note p,
.footer-brand p {
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: none;
}

.value-grid article > span:not(.value-icon),
.service-card p,
.project-card dd,
.feature-item span,
.timeline p,
.technical-note p {
  display: block;
  width: 100%;
  text-align-last: left;
}
