:root {
  --deep-iron-navy: #071827;
  --midnight-navy: #030b12;
  --sudan-bronze: #b07a2a;
  --bronze-light: #d5b36a;
  --graphite-black: #1b1f24;
  --concrete-grey: #7a7f87;
  --clean-ivory: #f4f1ea;
  --white: #ffffff;
  --max-width: 1240px;
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--midnight-navy);
}

body {
  margin: 0;
  color: var(--white);
  background: var(--midnight-navy);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  text-rendering: geometricPrecision;
}

img,
video {
  max-width: 100%;
}

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

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

button,
a,
input,
select,
textarea {
  outline-color: var(--bronze-light);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  background: var(--bronze-light);
  color: var(--midnight-navy);
  padding: .75rem 1rem;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(213, 179, 106, .16);
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease, transform .35s ease;
}

.site-header.is-scrolled {
  background: rgba(3, 11, 18, .82);
  border-color: rgba(176, 122, 42, .54);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: var(--header-height);
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 210px;
}

.brand-symbol {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(213, 179, 106, .28);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
}

.brand-symbol img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-wordmark {
  display: grid;
  gap: 2px;
}

.brand-wordmark strong {
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .84rem;
}

.brand-wordmark em {
  color: rgba(244, 241, 234, .58);
  font-size: .68rem;
  font-style: normal;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.desktop-nav a,
.language-pill {
  position: relative;
  font-size: .82rem;
  font-weight: 800;
  color: rgba(244, 241, 234, .88);
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -11px;
  height: 1px;
  background: var(--bronze-light);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(244, 241, 234, .22);
  padding: 0 16px;
  border-radius: 999px;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.language-pill:hover {
  color: var(--bronze-light);
  border-color: rgba(213, 179, 106, .7);
  background: rgba(255, 255, 255, .06);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(244, 241, 234, .22);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform .25s ease;
}

.mobile-menu {
  display: none;
}

.hero-cinema {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 130px 20px 72px;
  isolation: isolate;
}

.hero-video,
.hero-fallback,
.hero-overlay,
.hero-bronze,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -6;
  transform: scale(1.04);
}

.hero-fallback {
  z-index: -7;
  background: radial-gradient(circle at 78% 40%, rgba(176, 122, 42, .32), transparent 34%), linear-gradient(135deg, #061726, #030b12 64%);
}

.hero-overlay {
  z-index: -5;
  background: linear-gradient(90deg, rgba(3, 11, 18, .93), rgba(7, 24, 39, .66) 46%, rgba(3, 11, 18, .88));
}

.hero-bronze {
  z-index: -4;
  background: radial-gradient(circle at 72% 46%, rgba(176, 122, 42, .34), transparent 28%), linear-gradient(130deg, transparent 0 52%, rgba(176, 122, 42, .2), transparent 72%);
  mix-blend-mode: screen;
}

.hero-grid {
  z-index: -3;
  opacity: .34;
  background-image: linear-gradient(rgba(213, 179, 106, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(213, 179, 106, .18) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000, transparent 90%);
}

.cursor-light {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(213, 179, 106, .16);
  background: radial-gradient(circle, rgba(213, 179, 106, .16), transparent 66%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .25s ease;
  z-index: -2;
}

.hero-content {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  max-width: 820px;
}

.hero-kicker,
.section-intro p,
.page-hero p {
  margin: 0 0 18px;
  color: var(--bronze-light);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3.8rem, 8.8vw, 8.9rem);
  line-height: .9;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.hero-line {
  width: min(360px, 70vw);
  height: 2px;
  margin: 34px 0;
  background: linear-gradient(90deg, var(--sudan-bronze), var(--bronze-light), transparent);
}

.hero-copy {
  max-width: 720px;
  margin: 0;
  color: rgba(244, 241, 234, .82);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 900;
  font-size: .88rem;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

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

.button-bronze {
  background: linear-gradient(135deg, var(--sudan-bronze), var(--bronze-light));
  color: var(--midnight-navy);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(244, 241, 234, .28);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px);
}

.button-dark {
  background: var(--midnight-navy);
  color: var(--white);
  border-color: rgba(176, 122, 42, .34);
}

.hero-orbit {
  position: absolute;
  right: 7vw;
  bottom: 9vh;
  width: min(420px, 40vw);
  height: 360px;
  border: 1px solid rgba(244, 241, 234, .18);
  background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(176, 122, 42, .08));
}

.hero-orbit span {
  position: absolute;
  background: rgba(213, 179, 106, .6);
}

.hero-orbit span:nth-child(1) { inset: 54px auto 54px 26%; width: 1px; }
.hero-orbit span:nth-child(2) { inset: auto 0 28%; height: 1px; width: 70%; }
.hero-orbit span:nth-child(3) { inset: 22% 18% auto auto; width: 1px; height: 46%; background: rgba(255, 255, 255, .5); }

.impact-strip,
.split-section,
.dark-section,
.light-section,
.experience-section,
.editorial-section,
.contact-section,
.pillar-section,
.final-cta {
  padding: clamp(76px, 10vw, 132px) 20px;
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--midnight-navy);
}

.impact-card {
  min-height: 170px;
  padding: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  border: 1px solid rgba(213, 179, 106, .14);
  display: grid;
  align-content: space-between;
}

.impact-card small,
.sector-card small,
.timeline-step small {
  color: var(--bronze-light);
  font-weight: 900;
  letter-spacing: .16em;
}

.impact-card strong {
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.split-section {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

.section-intro {
  max-width: 790px;
}

.section-intro h2,
.page-hero h1,
.reconstruction-content h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.45rem, 5.2vw, 5.6rem);
  line-height: .98;
  letter-spacing: -0.045em;
}

.section-intro span,
.editorial-copy p,
.contact-copy p {
  display: block;
  margin-top: 24px;
  color: rgba(244, 241, 234, .72);
  font-size: 1.08rem;
  line-height: 1.9;
}

.section-intro.is-light h2 {
  color: var(--deep-iron-navy);
}

.section-intro.is-light span {
  color: rgba(27, 31, 36, .72);
}

.quote-block {
  margin: 38px 0 0;
  padding: 28px;
  color: var(--bronze-light);
  border-left: 2px solid var(--sudan-bronze);
  background: rgba(255, 255, 255, .06);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 800;
}

.project-layer {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(213, 179, 106, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  overflow: hidden;
}

.project-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(213, 179, 106, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(213, 179, 106, .15) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .5;
}

.project-layer span {
  position: absolute;
  border: 1px solid rgba(244, 241, 234, .24);
  background: rgba(7, 24, 39, .36);
}

.project-layer span:nth-child(1) { width: 66%; height: 46%; left: 8%; top: 14%; }
.project-layer span:nth-child(2) { width: 52%; height: 58%; right: 7%; bottom: 10%; border-color: rgba(176, 122, 42, .42); }
.project-layer span:nth-child(3) { width: 1px; height: 72%; left: 45%; top: 10%; background: var(--sudan-bronze); border: 0; }
.project-layer span:nth-child(4) { width: 70%; height: 1px; right: 0; top: 55%; background: rgba(213, 179, 106, .5); border: 0; }

.dark-section {
  background: radial-gradient(circle at 82% 18%, rgba(176, 122, 42, .18), transparent 28%), var(--midnight-navy);
}

.dark-section > .section-intro,
.dark-section > .sector-grid,
.light-section > .section-intro,
.light-section > .timeline,
.experience-section > .section-intro,
.experience-section > .experience-grid,
.pillar-section,
.editorial-section,
.contact-section,
.final-cta {
  width: min(var(--max-width), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

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

.sector-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(213, 179, 106, .18);
  background: rgba(255, 255, 255, .05);
  transform-style: preserve-3d;
}

.sector-bg,
.sector-bg::after {
  position: absolute;
  inset: 0;
}

.sector-bg {
  background: linear-gradient(140deg, rgba(7, 24, 39, .95), rgba(176, 122, 42, .22)), url('/assets/images/hero-poster.jpg') center/cover;
  filter: saturate(.85);
  transition: transform .6s ease;
}

.sector-bg-1 {
  background-image: linear-gradient(140deg, rgba(7, 24, 39, .68), rgba(176, 122, 42, .12)), image-set(url('/assets/images/construction.webp') type('image/webp'), url('/assets/images/construction.jpg') type('image/jpeg'));
  background-position: 66% center;
}
.sector-bg-2 {
  background-image: linear-gradient(140deg, rgba(7, 24, 39, .62), rgba(176, 122, 42, .1)), image-set(url('/assets/images/infrastructure.webp') type('image/webp'), url('/assets/images/infrastructure.jpg') type('image/jpeg'));
  background-position: 57% center;
}
.sector-bg-3 {
  background-image: linear-gradient(140deg, rgba(7, 24, 39, .58), rgba(176, 122, 42, .12)), image-set(url('/assets/images/energy.webp') type('image/webp'), url('/assets/images/energy.jpg') type('image/jpeg'));
  background-position: 66% center;
}
.sector-bg-4 {
  background-image: linear-gradient(140deg, rgba(7, 24, 39, .58), rgba(176, 122, 42, .1)), image-set(url('/assets/images/agro-industrial.webp') type('image/webp'), url('/assets/images/agro-industrial.jpg') type('image/jpeg'));
  background-position: 62% center;
}
.sector-bg-5 {
  background-image: linear-gradient(140deg, rgba(7, 24, 39, .62), rgba(176, 122, 42, .1)), image-set(url('/assets/images/industrial.webp') type('image/webp'), url('/assets/images/industrial.jpg') type('image/jpeg'));
  background-position: 62% center;
}
.sector-bg-6 {
  background-image: linear-gradient(140deg, rgba(7, 24, 39, .62), rgba(176, 122, 42, .12)), image-set(url('/assets/images/reconstruction.webp') type('image/webp'), url('/assets/images/reconstruction.jpg') type('image/jpeg'));
  background-position: 68% center;
}

.sector-bg::after {
  content: "";
  background: linear-gradient(180deg, rgba(3, 11, 18, .04), rgba(3, 11, 18, .72));
}

.sector-card:hover .sector-bg {
  transform: scale(1.08);
}

.sector-card-content {
  position: relative;
  z-index: 1;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.sector-card h3 {
  margin: 16px 0 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.sector-card p,
.timeline-step p,
.legacy-card,
.pillar-section article {
  color: rgba(244, 241, 234, .72);
  line-height: 1.75;
}

.sector-card ul {
  padding-left: 18px;
  color: rgba(244, 241, 234, .72);
}

.sector-card a {
  margin-top: 18px;
  color: var(--bronze-light);
  font-weight: 900;
}

.light-section {
  background: var(--clean-ivory);
  color: var(--deep-iron-navy);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 72px;
  margin-top: 54px;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(176, 122, 42, .24);
}

.timeline-line span {
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(var(--sudan-bronze), var(--bronze-light));
}

.timeline-step {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(7, 24, 39, .12);
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 24px 90px rgba(7, 24, 39, .08);
}

.timeline-step:nth-child(odd) {
  transform: translateY(54px);
}

.timeline-step h3 {
  color: var(--deep-iron-navy);
  margin: 18px 0 10px;
  font-size: 1.45rem;
}

.timeline-step p {
  color: rgba(27, 31, 36, .7);
}

.experience-section {
  background: linear-gradient(145deg, #071827, #030b12);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.legacy-card,
.pillar-section article {
  min-height: 150px;
  padding: 26px;
  border: 1px solid rgba(213, 179, 106, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  font-weight: 800;
  color: var(--white);
}

.legacy-card span {
  display: block;
  width: 52px;
  height: 1px;
  margin-bottom: 28px;
  background: var(--sudan-bronze);
}

.reconstruction-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 100px 20px;
  background: linear-gradient(rgba(3, 11, 18, .78), rgba(3, 11, 18, .92)), url('/assets/images/hero-poster.jpg') center/cover fixed;
}

.route-lines {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(213, 179, 106, .2);
  background-image: linear-gradient(90deg, transparent 49%, rgba(213, 179, 106, .25) 50%, transparent 51%), linear-gradient(transparent 49%, rgba(213, 179, 106, .16) 50%, transparent 51%);
  background-size: 160px 120px;
}

.reconstruction-content {
  position: relative;
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.reconstruction-content p {
  color: rgba(244, 241, 234, .76);
  font-size: 1.12rem;
  line-height: 1.9;
  margin: 28px 0 34px;
}

.final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  background: var(--clean-ivory);
  color: var(--deep-iron-navy);
}

.final-cta h2 {
  max-width: 820px;
}

.site-footer {
  padding: 64px 20px;
  border-top: 1px solid rgba(213, 179, 106, .18);
  background: #02080d;
}

.footer-grid {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 34px;
  align-items: end;
}

.footer-grid img {
  width: 94px;
  height: auto;
  background: rgba(255, 255, 255, .95);
  padding: 6px;
}

.footer-grid h2 {
  margin: 18px 0 4px;
}

.footer-grid p,
.footer-links a {
  color: rgba(244, 241, 234, .68);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-slogan {
  color: var(--bronze-light) !important;
  font-weight: 900;
}

.subpage {
  background: var(--midnight-navy);
}

.page-hero {
  position: relative;
  min-height: 66svh;
  display: grid;
  align-items: end;
  padding: 150px 20px 86px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(3, 11, 18, .82), rgba(7, 24, 39, .92)), url('/assets/images/hero-poster.jpg') center/cover;
}

.page-hero.compact {
  min-height: 54svh;
}

.page-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 11, 18, .92), rgba(3, 11, 18, .64));
}

.page-hero > div {
  position: relative;
  z-index: 2;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.editorial-section,
.contact-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.editorial-copy {
  display: grid;
  gap: 22px;
}

.editorial-copy p {
  margin: 0;
  padding: 26px;
  border-left: 2px solid var(--sudan-bronze);
  background: rgba(255, 255, 255, .06);
}

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

.value-grid article {
  min-height: 136px;
  padding: 24px;
  display: grid;
  align-items: end;
  border: 1px solid rgba(213, 179, 106, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  font-weight: 900;
}

.contact-copy p {
  margin: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(213, 179, 106, .22);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(244, 241, 234, .78);
  font-size: .88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(244, 241, 234, .18);
  background: rgba(3, 11, 18, .72);
  color: var(--white);
  padding: 14px 15px;
}

.contact-form .full,
.contact-form button,
.form-message {
  grid-column: 1 / -1;
}

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

.form-message {
  padding: 14px 16px;
  border: 1px solid rgba(213, 179, 106, .28);
}

.form-message.success {
  color: var(--bronze-light);
}

.form-message.error {
  color: #ffb8a8;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 0;
    padding: 18px 20px 30px;
    background: rgba(3, 11, 18, .96);
    border-bottom: 1px solid rgba(176, 122, 42, .34);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .32s ease, opacity .32s ease;
  }

  .mobile-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(244, 241, 234, .08);
    font-size: 1.25rem;
    font-weight: 800;
  }

  .hero-orbit {
    opacity: .38;
    right: -12vw;
  }

  .sector-grid,
  .experience-grid,
  .value-grid,
  .pillar-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .editorial-section,
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 76px;
  }

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

  .brand-wordmark em {
    display: none;
  }

  .brand-link {
    min-width: 0;
  }

  .hero-cinema {
    min-height: 92svh;
    padding-top: 110px;
  }

  .hero-title {
    font-size: clamp(3rem, 16vw, 4.9rem);
  }

  .impact-strip,
  .sector-grid,
  .experience-grid,
  .timeline,
  .value-grid,
  .pillar-section,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .timeline-line {
    left: 0;
  }

  .timeline-step:nth-child(odd) {
    transform: none;
  }

  .final-cta {
    display: grid;
  }

  .project-layer {
    min-height: 360px;
  }
}

/* Premium cinematic upgrade layer */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -20;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(176, 122, 42, .14), transparent 24%),
    radial-gradient(circle at 88% 28%, rgba(213, 179, 106, .08), transparent 26%),
    linear-gradient(180deg, #030b12, #071827 45%, #030b12);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 179, 106, .72), transparent);
  opacity: .55;
}

.brand-symbol {
  position: relative;
  overflow: hidden;
}

.brand-symbol::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 35%, rgba(176, 122, 42, .28), transparent 65%);
  transform: translateX(-70%);
  transition: transform .7s ease;
}

.brand-link:hover .brand-symbol::after {
  transform: translateX(70%);
}

.hero-cinema {
  background: var(--midnight-navy);
}

.hero-cinema::before,
.hero-cinema::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-cinema::before {
  inset: 9% 6% 8%;
  border: 1px solid rgba(213, 179, 106, .12);
  clip-path: polygon(0 0, 72% 0, 100% 28%, 100% 100%, 18% 100%, 0 78%);
  z-index: -1;
}

.hero-cinema::after {
  right: -16vw;
  top: 5vh;
  width: 62vw;
  height: 62vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 122, 42, .18), transparent 58%);
  filter: blur(8px);
  z-index: -2;
}

.hero-video {
  filter: contrast(1.08) saturate(.92) brightness(.78);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 11, 18, .88), rgba(7, 24, 39, .46) 44%, rgba(3, 11, 18, .68)),
    linear-gradient(180deg, rgba(3, 11, 18, .06), rgba(3, 11, 18, .58));
}

.hero-route-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.hero-route-lines span {
  position: absolute;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(213, 179, 106, .82), transparent);
  box-shadow: 0 0 24px rgba(176, 122, 42, .28);
}

.hero-route-lines span:nth-child(1) { width: 34vw; height: 1px; right: 9vw; top: 31vh; }
.hero-route-lines span:nth-child(2) { width: 1px; height: 36vh; right: 17vw; top: 23vh; background: linear-gradient(180deg, transparent, rgba(213, 179, 106, .82), transparent); }
.hero-route-lines span:nth-child(3) { width: 22vw; height: 1px; left: 8vw; bottom: 18vh; }
.hero-route-lines span:nth-child(4) { width: 1px; height: 24vh; left: 16vw; bottom: 12vh; background: linear-gradient(180deg, transparent, rgba(244, 241, 234, .54), transparent); }

.hero-brand-plate {
  position: absolute;
  right: clamp(24px, 6vw, 84px);
  top: 128px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(120px, 190px);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(213, 179, 106, .2);
  background: rgba(3, 11, 18, .44);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
}

.hero-brand-plate img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: rgba(255, 255, 255, .96);
  padding: 5px;
}

.hero-brand-plate span {
  color: rgba(244, 241, 234, .78);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.45;
}

.hero-content {
  position: relative;
  padding-top: 5vh;
}

.hero-cinema .reveal {
  opacity: 1;
  transform: none;
}

.hero-title {
  text-shadow: 0 24px 80px rgba(0, 0, 0, .42);
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .34), transparent);
  transform: translateX(-115%);
  transition: transform .65s ease;
}

.button:hover::after {
  transform: translateX(115%);
}

.button-bronze:hover {
  box-shadow: 0 0 0 1px rgba(213, 179, 106, .22), 0 18px 64px rgba(176, 122, 42, .34);
}

.button-ghost:hover,
.button-dark:hover {
  border-color: rgba(213, 179, 106, .72);
  color: var(--bronze-light);
  box-shadow: 0 18px 64px rgba(176, 122, 42, .18);
}

.impact-strip {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  background: linear-gradient(90deg, rgba(176, 122, 42, .26), transparent 26%, rgba(213, 179, 106, .22) 50%, transparent 74%, rgba(176, 122, 42, .26));
}

.impact-card,
.sector-card,
.timeline-step,
.legacy-card,
.pillar-section article,
.contact-form {
  position: relative;
}

.impact-card::before,
.sector-card::before,
.timeline-step::before,
.legacy-card::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, rgba(213, 179, 106, .72), transparent 32%, rgba(244, 241, 234, .16), transparent 72%, rgba(176, 122, 42, .5));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: .44;
}

.split-section,
.experience-section,
.dark-section {
  position: relative;
  overflow: hidden;
}

.split-section::before,
.experience-section::before,
.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(rgba(213, 179, 106, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 179, 106, .12) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 70% 35%, #000, transparent 60%);
}

.sector-card {
  isolation: isolate;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .18);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.sector-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--sudan-bronze), transparent);
  transform: scaleX(.25);
  transform-origin: left;
  transition: transform .4s ease;
  z-index: 2;
}

.sector-card:hover {
  border-color: rgba(213, 179, 106, .58);
  box-shadow: 0 38px 110px rgba(176, 122, 42, .18);
}

.sector-card:hover::after {
  transform: scaleX(1);
}

.sector-card:hover .sector-bg::after {
  background:
    linear-gradient(180deg, rgba(3, 11, 18, .1), rgba(3, 11, 18, .88)),
    radial-gradient(circle at 80% 18%, rgba(213, 179, 106, .34), transparent 34%);
}

.sector-card-content {
  transform: translateZ(24px);
}

.light-section.process-page,
.light-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(176, 122, 42, .14), transparent 28%),
    linear-gradient(180deg, #f4f1ea, #ebe4d5);
}

.timeline {
  padding: 38px 0;
}

.timeline::before {
  content: "DELIVERY";
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  color: rgba(7, 24, 39, .045);
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 900;
  letter-spacing: .08em;
  pointer-events: none;
}

.timeline-line {
  width: 3px;
  border-radius: 999px;
  background: rgba(7, 24, 39, .12);
}

.timeline-line span {
  border-radius: inherit;
  box-shadow: 0 0 28px rgba(176, 122, 42, .5);
}

.timeline-step {
  backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(244, 241, 234, .42));
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.timeline-step::after {
  content: attr(data-step);
  position: absolute;
  right: 24px;
  bottom: 12px;
  color: rgba(176, 122, 42, .12);
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 900;
}

.timeline-step.is-active {
  transform: translateY(-6px);
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(244, 241, 234, .66));
}

.experience-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(176, 122, 42, .18), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(213, 179, 106, .1), transparent 24%),
    linear-gradient(145deg, #071827, #02080d 72%);
}

.credibility-wall {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  gap: 18px;
  align-items: center;
}

.credibility-card {
  min-height: 180px;
  padding: 30px;
  border: 1px solid rgba(213, 179, 106, .22);
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .22);
  display: grid;
  align-content: start;
  gap: 18px;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.credibility-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 179, 106, .58);
  box-shadow: 0 32px 110px rgba(176, 122, 42, .16);
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 78px;
  width: min(100%, 290px);
  padding: 12px 16px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(213, 179, 106, .22);
}

.partner-logo img {
  display: block;
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.credibility-wall small {
  display: block;
  color: var(--bronze-light);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .72rem;
  margin-bottom: 0;
}

.credibility-wall strong {
  display: block;
  max-width: 420px;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  line-height: 1.08;
}

.credibility-wall em {
  color: rgba(244, 241, 234, .58);
  font-style: normal;
  font-size: .86rem;
  font-weight: 800;
}

.credibility-wall > span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--bronze-light), transparent);
  box-shadow: 0 0 30px rgba(176, 122, 42, .45);
}

.experience-grid {
  margin-top: 28px;
}

.legacy-card {
  display: grid;
  align-content: end;
  min-height: 190px;
}

.legacy-card:hover {
  border-color: rgba(213, 179, 106, .55);
  transform: translateY(-4px);
  transition: transform .3s ease, border-color .3s ease;
}

.contact-page .page-hero {
  min-height: 46svh;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(176, 122, 42, .06)),
    var(--midnight-navy);
}

.contact-form {
  box-shadow: 0 34px 120px rgba(0, 0, 0, .28);
}

.contact-form button {
  justify-self: start;
}

.sector-page-hero {
  min-height: 72svh;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .95fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  background:
    radial-gradient(circle at 74% 44%, rgba(176, 122, 42, .18), transparent 28%),
    linear-gradient(135deg, rgba(3, 11, 18, .96), rgba(7, 24, 39, .86)),
    image-set(url('/assets/images/infrastructure.webp') type('image/webp'), url('/assets/images/infrastructure.jpg') type('image/jpeg')) center/cover;
}

.sector-page-hero::after {
  background:
    linear-gradient(90deg, rgba(3, 11, 18, .92), rgba(3, 11, 18, .5) 54%, rgba(3, 11, 18, .86)),
    linear-gradient(180deg, rgba(3, 11, 18, .08), rgba(3, 11, 18, .86));
}

.sector-page-hero > .sector-hero-copy,
.sector-page-hero > .sector-mosaic {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 0;
}

.sector-page-hero > .sector-hero-copy {
  max-width: 760px;
  margin-left: max(20px, calc((100vw - var(--max-width)) / 2));
}

.sector-hero-copy span {
  display: block;
  max-width: 660px;
  margin: 24px 0 32px;
  color: rgba(244, 241, 234, .74);
  font-size: 1.1rem;
  line-height: 1.85;
}

.sector-mosaic {
  width: min(560px, 42vw) !important;
  min-height: 470px;
  margin-right: max(20px, calc((100vw - var(--max-width)) / 2)) !important;
}

.mosaic-panel {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(213, 179, 106, .24);
  background-size: cover;
  background-position: center;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .36);
}

.mosaic-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 24, 39, .16), rgba(176, 122, 42, .1));
}

.mosaic-panel-1 {
  inset: 0 12% 23% 0;
  background-image: image-set(url('/assets/images/construction.webp') type('image/webp'), url('/assets/images/construction.jpg') type('image/jpeg'));
  background-position: 68% center;
}

.mosaic-panel-2 {
  inset: 28% 0 0 25%;
  background-image: image-set(url('/assets/images/energy.webp') type('image/webp'), url('/assets/images/energy.jpg') type('image/jpeg'));
  background-position: 70% center;
}

.mosaic-panel-3 {
  inset: 62% 52% 0 2%;
  background-image: image-set(url('/assets/images/agro-industrial.webp') type('image/webp'), url('/assets/images/agro-industrial.jpg') type('image/jpeg'));
  background-position: 62% center;
}

.sector-capability-band {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 112px) 20px;
  background:
    radial-gradient(circle at 15% 10%, rgba(176, 122, 42, .16), transparent 26%),
    linear-gradient(145deg, #071827, #030b12);
}

.sector-capability-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(213, 179, 106, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 179, 106, .14) 1px, transparent 1px);
  background-size: 82px 82px;
}

.capability-heading,
.capability-steps {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.capability-heading {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 34px;
  align-items: end;
}

.capability-heading p {
  margin: 0;
  color: var(--bronze-light);
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: .78rem;
}

.capability-heading h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.capability-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border: 1px solid rgba(213, 179, 106, .18);
  background: rgba(213, 179, 106, .12);
}

.capability-steps article {
  min-height: 168px;
  padding: 22px;
  display: grid;
  align-content: space-between;
  background: rgba(3, 11, 18, .84);
}

.capability-steps small {
  color: var(--bronze-light);
  font-weight: 900;
}

.capability-steps strong {
  color: var(--white);
  font-size: .98rem;
  line-height: 1.35;
}

@media (max-width: 1040px) {
  .hero-brand-plate {
    display: none;
  }

  .credibility-wall {
    grid-template-columns: 1fr;
  }

  .credibility-wall > span {
    width: 2px;
    height: 70px;
    justify-self: center;
    background: linear-gradient(180deg, transparent, var(--bronze-light), transparent);
  }

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

  .sector-page-hero > .sector-hero-copy {
    margin-right: 20px;
  }

  .sector-mosaic {
    width: min(100%, 720px) !important;
    min-height: 360px;
    margin: 0 20px 0 auto !important;
  }

  .capability-heading,
  .capability-steps {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .hero-cinema::before {
    inset: 8% 16px;
  }

  .hero-route-lines span:nth-child(n+3) {
    display: none;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .timeline::before {
    display: none;
  }

  .timeline-line {
    left: 0;
    width: 2px;
  }

  .sector-page-hero {
    min-height: auto;
    padding-top: 120px;
  }

  .sector-mosaic {
    min-height: 300px;
  }

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

  .capability-steps article {
    min-height: 118px;
  }
}
