:root {
  --ink: #101820;
  --muted: #607078;
  --line: #dbe2e4;
  --paper: #f4f7f7;
  --white: #fff;
  --teal: #02aeb3;
  --teal-dark: #007f85;
  --navy: #071a2f;
  --shell: min(1280px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
main > section[id] { scroll-margin-top: 78px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid #008d99; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px;
  background: var(--ink); color: white; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 88px;
  background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(16, 24, 32, .08);
  transition: height .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { height: 72px; box-shadow: 0 8px 30px rgba(7, 26, 47, .07); }
.nav-wrap {
  width: var(--shell); height: 100%; margin-inline: auto; display: grid;
  grid-template-columns: 230px 1fr auto; align-items: center; gap: 24px;
}
.brand img { width: 218px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2vw, 30px); }
.desktop-nav a, .desktop-nav button, .header-contact { font-size: .84rem; font-weight: 600; letter-spacing: .01em; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px;
  background: var(--teal); transition: right .25s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.nav-item { position: relative; }
.nav-toggle { display: flex; align-items: center; gap: 7px; padding: 12px 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.nav-toggle span { color: var(--teal-dark); font-size: .7rem; transition: transform .2s; }
.nav-toggle:focus-visible { outline: none; box-shadow: 0 2px var(--teal); }
.submenu {
  position: absolute; top: calc(100% + 15px); left: -24px; min-width: 235px; padding: 13px 0;
  background: white; border-top: 2px solid var(--teal); box-shadow: 0 18px 45px rgba(7,26,47,.14);
  opacity: 0; visibility: hidden; transform: translateY(9px); transition: opacity .2s, transform .2s, visibility .2s;
}
.submenu::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 17px; }
.submenu a { display: block; padding: 12px 24px; color: #34454d; font-size: .8rem; white-space: nowrap; transition: color .2s, background .2s; }
.submenu a::after { display: none; }
.submenu a:hover, .submenu a:focus-visible { color: var(--teal-dark); background: var(--paper); }
.nav-item:hover .submenu, .nav-item:focus-within .submenu { opacity: 1; visibility: visible; transform: none; }
.nav-item:hover .nav-toggle span, .nav-item:focus-within .nav-toggle span { transform: rotate(180deg); }
.header-contact { border-left: 1px solid var(--line); padding: 12px 0 12px 30px; }
.header-contact span { margin-left: 12px; color: var(--teal-dark); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; padding-top: 88px; display: flex; align-items: center; color: white; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 88px 0 0; }
.hero-media { overflow: hidden; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; transform: scale(1.04);
  background-position: center; background-size: cover;
  transition: opacity .9s ease, transform 6.5s ease;
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide--drone { background-image: url("../img/hero-dji.jpg"); background-position: center 50%; }
.hero-slide--power { background-image: url("../img/hero-power.jpg"); background-position: center; }
.hero-slide--industry { background-image: url("../img/network-city.jpg"); background-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(3, 18, 31, .9) 0%, rgba(3, 18, 31, .62) 42%, rgba(3, 18, 31, .06) 78%); }
.hero-content { position: relative; z-index: 2; padding-top: 44px; }
.hero-panel { display: none; max-width: 980px; }
.hero-panel.is-active { display: block; animation: panel-in .65s ease both; }
.eyebrow {
  margin: 0 0 24px; color: var(--teal-dark); font-size: .72rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow--light { color: #65e2e4; }
.hero h1, .hero h2 {
  max-width: 920px; margin: 0; font-size: clamp(3.1rem, 6.8vw, 7.2rem);
  line-height: .94; letter-spacing: -.055em; font-weight: 600;
}
.hero-copy { max-width: 650px; margin: 32px 0 0; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.75; color: rgba(255,255,255,.86); }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 34px;
  min-width: 220px; padding: 17px 20px; border: 1px solid transparent;
  font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  transition: background .25s, color .25s, border-color .25s;
}
.button--solid { background: var(--teal); color: #03191a; }
.button--solid:hover { background: #66e0e1; }
.button--light { background: white; color: var(--navy); }
.button--light:hover { background: transparent; color: white; border-color: white; }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { color: var(--teal); transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: white; }
.scroll-cue {
  position: absolute; z-index: 2; right: 36px; bottom: 38px; display: flex; align-items: center;
  gap: 18px; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl;
}
.scroll-cue i { display: block; width: 1px; height: 64px; background: rgba(255,255,255,.6); }
.slider-controls {
  position: absolute; z-index: 3; left: max(36px, calc((100% - 1280px) / 2)); bottom: 34px;
  display: flex; align-items: center; gap: 18px;
}
.slider-arrow {
  width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.55);
  background: transparent; color: white; cursor: pointer; transition: background .2s, color .2s;
}
.slider-arrow:hover, .slider-arrow:focus-visible { background: white; color: var(--navy); }
.slider-dots { display: flex; gap: 9px; }
.slider-dots button {
  width: 26px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.42);
  cursor: pointer; transition: width .25s, background .25s;
}
.slider-dots button.is-active { width: 48px; background: #64e5e7; }
@keyframes panel-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.metric-band { background: var(--white); border-bottom: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 168px; display: flex; flex-direction: column; justify-content: center; padding: 32px 40px; border-left: 1px solid var(--line); }
.metric:last-child { border-right: 1px solid var(--line); }
.metric strong { font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.metric span { margin-top: 12px; color: var(--muted); font-size: .82rem; letter-spacing: .04em; }

.section { padding: clamp(96px, 10vw, 160px) 0; }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 11vw; align-items: start; }
.intro h2, .section-heading h2, .contact h2, .brand-heading h2 {
  margin: 0; font-weight: 500; letter-spacing: -.045em; line-height: 1.06;
  font-size: clamp(2.55rem, 5vw, 5.3rem);
}
.intro-copy { padding-top: 38px; }
.intro-copy p { margin: 0 0 22px; color: #405159; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.8; }
.intro-copy .text-link { margin-top: 20px; }

.editorial-image { position: relative; height: min(72vw, 760px); overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.editorial-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,15,26,.45), transparent 38%); }
.editorial-image p { position: absolute; z-index: 2; left: max(36px, calc((100% - 1280px) / 2)); bottom: 38px; color: white; margin: 0; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }

.product-showcase { padding: clamp(66px, 6.5vw, 108px) 0 42px; background: #fff; }
.product-showcase__heading { text-align: center; }
.product-showcase__eyebrow { display: flex; align-items: center; justify-content: center; gap: 24px; margin: 0 0 20px; color: #07828e; font-size: 13px; font-weight: 650; letter-spacing: .28em; text-transform: uppercase; }
.product-showcase__eyebrow span { width: 60px; height: 1px; background: #a7bec5; }
.product-showcase__heading h2 { margin: 0; color: #081426; font-size: clamp(36px, 3.5vw, 56px); line-height: 1.08; letter-spacing: -.045em; font-weight: 650; }
.product-showcase__heading > p:last-child { margin: 20px auto 0; color: #586a78; font-size: clamp(15px, 1.2vw, 20px); line-height: 1.45; }
.product-showcase__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 52px; }
.product-card { display: grid; grid-template-rows: auto auto minmax(52px, auto) 300px 55px auto; min-width: 0; padding: 0 clamp(22px, 3vw, 50px) 22px; border-right: 1px solid #dce4e7; }
.product-card:first-child { padding-left: 0; }
.product-card:last-child { padding-right: 0; border-right: 0; }
.product-card__number { color: #586b78; font-size: 15px; letter-spacing: .2em; font-weight: 600; }
.product-card h3 { margin: 11px 0 8px; color: #0a1728; font-size: clamp(22px, 2vw, 31px); line-height: 1.14; letter-spacing: -.03em; }
.product-card > p { margin: 0; color: #60717c; font-size: 16px; line-height: 1.42; }
.product-card__visual { min-width: 0; margin: 20px 0 10px; overflow: hidden; background: #f5f7f7; }
.product-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:first-child .product-card__visual img { object-position: 53% 54%; }
.product-card:nth-child(2) .product-card__visual img { object-position: 72% 55%; }
.product-card:nth-child(3) .product-card__visual img { object-position: 70% 38%; }
.product-card:hover .product-card__visual img { transform: scale(1.025); }
.product-card__brands { display: flex; align-items: center; justify-content: center; gap: 20px; min-width: 0; border-bottom: 1px solid #e3e8ea; }
.product-card__brands img { width: 95px; height: 42px; object-fit: contain; }
.product-card__brands strong { color: #173453; font-size: 15px; white-space: nowrap; }
.product-card > a { justify-self: center; display: inline-flex; align-items: center; gap: 20px; margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid #078e99; color: #087684; font-size: 15px; font-weight: 550; }
.product-card > a span { font-size: 22px; transition: transform .2s; }
.product-card > a:hover span { transform: translateX(4px); }
@media (max-width: 980px) {
  .product-showcase__grid { grid-template-columns: 1fr; max-width: 680px; gap: 42px; }
  .product-card, .product-card:first-child, .product-card:last-child { grid-template-rows: auto auto auto 360px 62px auto; padding: 0 0 38px; border-right: 0; border-bottom: 1px solid #dce4e7; }
  .product-card:last-child { border-bottom: 0; }
  .product-card__visual { margin-top: 24px; }
}
@media (max-width: 600px) {
  .product-showcase { padding-top: 58px; }
  .product-showcase__eyebrow { gap: 13px; font-size: 11px; }
  .product-showcase__eyebrow span { width: 34px; }
  .product-showcase__heading h2 { font-size: 36px; }
  .product-showcase__heading > p:last-child { font-size: 15px; }
  .product-showcase__heading br { display: none; }
  .product-showcase__grid { margin-top: 42px; }
  .product-card, .product-card:first-child, .product-card:last-child { grid-template-rows: auto auto auto 265px 58px auto; }
  .product-card h3 { font-size: 26px; }
  .product-card > p { font-size: 15px; }
  .product-card__brands { gap: 12px; }
  .product-card__brands img { width: 74px; height: 36px; }
  .product-card__brands strong { font-size: 12px; }
}

.solutions { background: var(--paper); }
.section-heading { max-width: 830px; margin-bottom: 74px; }
.section-heading h2 { font-size: clamp(2.45rem, 4.6vw, 4.8rem); }
.solution-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bdc9cc; }
.solution { padding: 35px clamp(28px, 3.5vw, 56px) 20px 0; min-height: 360px; border-right: 1px solid #bdc9cc; }
.solution + .solution { padding-left: clamp(28px, 3.5vw, 56px); }
.solution:last-child { border-right: 0; }
.solution-index { color: var(--teal-dark); font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.solution h3 { max-width: 330px; margin: 54px 0 20px; font-size: clamp(1.55rem, 2vw, 2.1rem); line-height: 1.2; font-weight: 500; letter-spacing: -.025em; }
.solution p { max-width: 340px; min-height: 92px; margin: 0 0 38px; color: var(--muted); line-height: 1.75; }
.solution a { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.solution a span { color: var(--teal-dark); margin-left: 10px; }

.brand-section { position: relative; min-height: 850px; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.brand-photo { position: absolute; inset: 0; background: url("../img/hero-power.jpg") center / cover no-repeat; }
.brand-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,32,.88), rgba(3,19,32,.34) 58%, rgba(3,19,32,.16)); }
.brand-content { position: relative; z-index: 2; padding: 130px 0 0; }
.brand-heading { max-width: 700px; margin-bottom: 120px; }
.brand-heading p:last-child { max-width: 590px; margin: 30px 0 0; line-height: 1.7; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.brand-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.97); color: var(--ink); }
.brand-logo { min-height: 180px; padding: 32px; display: grid; place-items: center; border-right: 1px solid var(--line); }
.brand-logo:last-child { border-right: 0; }
.brand-logo img { width: 150px; height: 95px; object-fit: contain; filter: grayscale(1); transition: filter .25s, transform .25s; }
.brand-logo:hover img { filter: none; transform: scale(1.05); }
.brand-logo--word span { font-size: clamp(1.45rem, 2.2vw, 2.2rem); font-weight: 800; letter-spacing: .04em; color: #0b75b9; }
.brand-logo--word small { display: block; margin-top: -36px; color: #596971; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }

.project-section { background: white; }
.section-heading--row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.section-heading--row > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.projects { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.project { position: relative; min-height: 480px; overflow: hidden; background: var(--navy); color: white; }
.project--wide { grid-column: 1 / -1; min-height: 610px; }
.project img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,31,.83), rgba(3,18,31,0) 62%); }
.project:hover img { transform: scale(1.035); }
.project-copy { position: absolute; z-index: 2; left: clamp(28px, 4vw, 58px); right: 28px; bottom: clamp(28px, 4vw, 50px); }
.project-copy span { color: #6ee6e7; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-copy h3 { max-width: 680px; margin: 14px 0 0; font-weight: 500; letter-spacing: -.025em; font-size: clamp(1.5rem, 2.6vw, 2.7rem); }

.project-showcase { padding: clamp(74px, 7vw, 112px) 0 clamp(74px, 7vw, 112px); background: #fff; }
.project-showcase > .shell { width: min(1440px, calc(100% - 7vw)); }
.project-showcase__header { display: grid; grid-template-columns: 1fr 390px; gap: 55px; align-items: center; margin-bottom: 34px; }
.project-showcase__copy { min-width: 0; }
.project-showcase__eyebrow { display: flex; align-items: center; gap: 18px; margin: 0 0 16px; color: #243e55; font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.project-showcase__eyebrow span { width: 40px; height: 3px; background: #0e9e9b; }
.project-showcase__copy h2 { margin: 0; color: #06162b; font-size: clamp(43px, 4.35vw, 70px); font-weight: 650; line-height: .98; letter-spacing: -.045em; }
.project-showcase__copy h2 em { color: #06988f; font-style: normal; }
.project-showcase__copy > p:last-child { max-width: 790px; margin: 17px 0 0; color: #496175; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.45; }
.project-showcase__meta { display: grid; grid-template-columns: 130px 1fr; grid-template-rows: auto auto; gap: 20px 24px; align-items: center; justify-self: end; }
.project-showcase__meta > img { grid-row: 1 / 3; width: 130px; height: 145px; object-fit: contain; opacity: .42; }
.project-showcase__button { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 220px; padding: 20px 24px; border-radius: 8px; background: #06254b; color: #fff; font-size: 14px; font-weight: 650; transition: background .2s, transform .2s; }
.project-showcase__button:hover { background: #078d94; transform: translateY(-2px); }
.project-showcase__meta > p { display: flex; align-items: flex-start; gap: 12px; margin: 0; color: #728493; font-size: 9px; font-weight: 700; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; }
.project-showcase__meta > p span { width: 28px; height: 2px; margin-top: 5px; background: #1bb9b0; }
.project-showcase__grid { display: grid; grid-template-columns: 1.48fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 16px; height: 660px; }
.project-feature { position: relative; min-width: 0; min-height: 0; overflow: hidden; border-radius: 12px; background: #0a2138; color: #fff; }
.project-feature--energy { grid-row: 1 / 3; }
.project-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.project-feature--energy > img { object-position: 58% center; }
.project-feature--drone > img { object-position: 69% center; }
.project-feature--infrastructure > img { object-position: 68% center; }
.project-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,17,31,.92) 0, rgba(2,17,31,.54) 40%, rgba(2,17,31,.03) 75%); }
.project-feature:hover > img { transform: scale(1.035); }
.project-feature__content { position: absolute; z-index: 2; right: 32px; bottom: 27px; left: 32px; }
.project-feature--energy .project-feature__content { right: 44px; bottom: 38px; left: 44px; }
.project-feature__content > p { display: flex; align-items: center; gap: 12px; margin: 0 0 8px; color: #48dfd1; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-feature__content > p span { width: 24px; height: 2px; background: currentColor; }
.project-feature__content h3 { margin: 0; font-size: clamp(22px, 2vw, 30px); font-weight: 550; line-height: 1.1; letter-spacing: -.025em; }
.project-feature--energy .project-feature__content h3 { font-size: clamp(28px, 2.6vw, 38px); }
.project-feature__content > div { max-width: 550px; margin-top: 7px; color: rgba(255,255,255,.92); font-size: 14px; line-height: 1.35; }
.project-feature__content > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-width: 140px; margin-top: 14px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.86); border-radius: 99px; color: #fff; font-size: 11px; font-weight: 650; transition: background .2s, color .2s; }
.project-feature__content > a:hover { background: #fff; color: #06243b; }

.clients { background: var(--paper); }
.client-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 28%; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); filter: grayscale(1); mix-blend-mode: multiply; transition: filter .25s, background .25s; }
.client-grid img:hover { filter: none; background: white; }
.partner-catalog { overflow: hidden; padding: clamp(70px, 6vw, 104px) 0 30px; background: linear-gradient(135deg, #fff 0%, #fbfdfe 54%, #f4fafb 100%); }
.partner-catalog > .shell { width: min(1760px, calc(100% - 7vw)); }
.partner-catalog__header { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.partner-catalog__eyebrow { display: flex; align-items: center; gap: 20px; margin: 0 0 18px; color: #426276; font-size: 12px; font-weight: 700; letter-spacing: .27em; text-transform: uppercase; }
.partner-catalog__eyebrow span { width: 50px; height: 1px; background: #78939f; }
.partner-catalog__header h2 { margin: 0; color: #06142a; font-size: clamp(40px, 3.7vw, 64px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.partner-catalog__world { display: flex; align-items: center; gap: 26px; flex: 0 0 auto; }
.partner-catalog__world img { width: clamp(250px, 20vw, 320px); height: auto; object-fit: contain; mix-blend-mode: multiply; }
.partner-catalog__world p { margin: 0; padding: 6px 0 6px 22px; border-left: 3px solid #18aeb5; color: #486275; font-size: 12px; font-weight: 600; line-height: 1.55; letter-spacing: .15em; text-transform: uppercase; }
.partner-groups { margin-top: 52px; }
.partner-group + .partner-group { margin-top: 45px; }
.partner-group h3 { display: flex; align-items: center; gap: 22px; margin: 0 0 18px; color: #3b5c70; font-size: 12px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.partner-group h3::after { content: ""; flex: 1; height: 1px; background: #cfdcdf; }
.technology-row { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.technology-row--eight { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.technology-logo { display: flex; min-width: 0; min-height: 104px; padding: 12px 14px 8px; border-right: 1px solid #dce5e7; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.technology-logo:last-child { border-right: 0; }
.technology-logo strong { display: block; color: #173452; font-size: clamp(20px, 1.65vw, 28px); font-style: normal; font-weight: 800; line-height: .9; letter-spacing: -.035em; white-space: nowrap; }
.technology-logo strong span, .technology-logo strong em { font-size: .65em; font-style: normal; font-weight: 650; }
.technology-logo small { display: block; max-width: 175px; margin-top: 14px; color: #718895; font-size: 7px; font-weight: 650; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }
.logo--catl strong, .logo--samsung strong, .logo--deye strong, .logo--sofar strong, .logo--tbea strong, .logo--ja strong { color: #0759bb; }
.logo--byd strong { padding: 3px 13px; border: 3px solid #e61d2a; border-radius: 50%; color: #e61d2a; }
.logo--eve strong { color: #e52824; }.logo--eve strong em { color: #50565d; }
.logo--rept strong { color: #223d86; font-family: Georgia, serif; font-size: clamp(18px, 1.45vw, 24px); letter-spacing: .04em; }
.logo--ganfeng strong { color: #e5232f; }.logo--ganfeng strong span { color: #3e824a; }
.logo--lg strong { color: #a40e35; }.logo--lg strong span { color: #5b5b5b; }
.logo--huawei strong, .logo--longi strong, .logo--must strong, .logo--goodwe strong { color: #db1e24; }
.logo--sungrow strong, .logo--solis strong { color: #ec771f; }
.logo--growatt strong { color: #555a60; }.logo--growatt strong span { color: #55b82f; font-size: 1em; }
.logo--trina strong { color: #0876c9; }.logo--trina strong span { color: #5c6570; }
.logo--saj strong { padding: 2px 8px; background: #e52229; color: #fff; }
.logo--kstar strong { color: #14457f; font-style: italic; }
.logo--sma strong { padding: 5px 12px; border-radius: 2px 14px 2px 2px; background: linear-gradient(165deg, #1473b4 0 64%, #e3292e 65%); color: #fff; font-size: 22px; }
.partner-catalog__footer { display: flex; align-items: center; gap: 20px; margin-top: 43px; color: #557184; font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.partner-catalog__footer::before, .partner-catalog__footer::after { content: ""; width: 48px; height: 1px; background: #8ba7b2; }
.partner-catalog__footer i { flex: 1; height: 1px; background: #58bbc1; }
.partner-showcase { background: white; }
.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-mark { min-height: 190px; display: grid; place-items: center; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.partner-mark img { width: 100%; height: 105px; object-fit: contain; filter: grayscale(1); opacity: .78; transition: filter .25s, opacity .25s, transform .25s; }
.partner-mark:hover { background: var(--paper); }
.partner-mark:hover img { filter: none; opacity: 1; transform: scale(1.04); }

.sector-network { padding-top: clamp(72px, 6.5vw, 108px); background: linear-gradient(140deg, #fff 0%, #fbfdff 60%, #f2f9fc 100%); }
.sector-network > .shell, .sector-network__impact .shell { width: min(1760px, calc(100% - 6vw)); }
.sector-network__intro { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 70px; align-items: center; margin-bottom: 48px; }
.sector-network__eyebrow { margin: 0 0 17px; color: #078997; font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.sector-network__intro h2 { margin: 0; color: #071526; font-size: clamp(42px, 4.25vw, 68px); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.sector-network__intro > div > p:last-child { max-width: 930px; margin: 20px 0 0; color: #526777; font-size: clamp(15px, 1.18vw, 19px); line-height: 1.5; }
.sector-network__intro aside { display: flex; min-height: 205px; padding: 6px 0 6px 68px; border-left: 1px solid #cfdee3; flex-direction: column; justify-content: center; }
.sector-network__intro aside strong { color: #087c8b; font-size: 12px; line-height: 1.45; letter-spacing: .19em; text-transform: uppercase; }
.sector-network__intro aside > span { margin-top: 20px; color: #8a989f; font-size: 10px; line-height: 1.8; letter-spacing: .17em; text-transform: uppercase; }
.sector-network__intro aside i { width: 64px; height: 3px; margin-top: 17px; background: #119ca6; }
.sector-network__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.sector-column { min-width: 0; }
.sector-column > header { display: flex; min-height: 82px; padding: 15px 18px; border-radius: 8px; align-items: center; gap: 14px; }
.sector-column__icon { flex: 0 0 auto; display: grid; width: 42px; height: 42px; place-items: center; color: currentColor; font-size: 35px; font-weight: 700; line-height: 1; }
.sector-column h3 { margin: 0; color: #173549; font-size: clamp(15px, 1.25vw, 20px); font-weight: 700; letter-spacing: -.02em; }
.sector-column header p { margin: 6px 0 0; color: currentColor; font-size: 8px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.sector-column--public { color: #087d68; }.sector-column--public > header { background: #eff9f7; }
.sector-column--industry { color: #0e5693; }.sector-column--industry > header { background: #eff5fb; }
.sector-column--infrastructure { color: #80671c; }.sector-column--infrastructure > header { background: #fbf8ee; }
.sector-column--corporate { color: #394aa3; }.sector-column--corporate > header { background: #f5f3fc; }
.sector-organizations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 9px; }
.served-org { display: flex; min-width: 0; min-height: 106px; padding: 12px 9px; border: 1px solid #dfe7e9; border-radius: 7px; background: rgba(255,255,255,.82); flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: border-color .2s, box-shadow .2s, transform .2s; }
.served-org:hover { border-color: currentColor; box-shadow: 0 8px 24px rgba(22,56,74,.08); transform: translateY(-2px); }
.served-org img { width: auto; max-width: 90%; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.served-org b { color: currentColor; font-size: clamp(17px, 1.25vw, 22px); font-weight: 800; line-height: .9; letter-spacing: -.045em; }
.served-org span { max-width: 150px; margin-top: 9px; color: #273e4e; font-size: 8px; font-weight: 620; line-height: 1.2; }
.sector-column--corporate .served-org:nth-child(2) b { color: #d51780; }.sector-column--corporate .served-org:nth-child(4) b { color: #1262a6; font-size: 15px; }.sector-column--corporate .served-org:nth-child(8) b { color: #e51f35; }
.sector-column--industry .served-org:nth-child(2) b { color: #d91524; }.sector-column--industry .served-org:nth-child(4) b, .sector-column--industry .served-org:nth-child(7) b { color: #e1262d; }
.sector-network__impact { position: relative; min-height: 190px; margin-top: 36px; overflow: hidden; background: url('../img/about-dhaka-v2.png') center 62% / cover no-repeat; }
.sector-network__impact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.76) 44%, rgba(255,255,255,.5) 100%); }
.sector-network__impact .shell { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; min-height: 190px; align-items: center; }
.sector-network__impact-copy { display: flex; flex-direction: column; align-items: flex-start; }
.sector-network__impact-copy strong { color: #24556d; font-size: 13px; line-height: 1.35; letter-spacing: .19em; text-transform: uppercase; }
.sector-network__impact-copy span { width: 48px; height: 3px; margin: 14px 0; background: #0c9ca5; }
.sector-network__impact-copy small { color: #547184; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.sector-network__impact dl { display: grid; grid-template-columns: repeat(4, minmax(125px, auto)); margin: 0; }
.sector-network__impact dl > div { min-height: 80px; padding: 0 34px; border-left: 1px solid rgba(39,91,110,.24); }
.sector-network__impact dt { color: #086a78; font-size: 28px; font-weight: 650; line-height: 1; }
.sector-network__impact dl > div:last-child dt { font-size: 19px; line-height: 1.05; }
.sector-network__impact dd { margin: 9px 0 0; color: #657a87; font-size: 11px; }

.service-support { position: relative; overflow: hidden; padding: clamp(72px, 6vw, 100px) 0 48px; background: linear-gradient(135deg, #f9fdff 0%, #edf7fb 100%); }
.service-support::before { content: ""; position: absolute; top: 0; right: 0; width: 56%; height: 54%; background: linear-gradient(90deg, #f5fbfe 0%, rgba(245,251,254,.08) 45%), url('../img/energy-site.jpg') 60% center / cover no-repeat; opacity: .18; }
.service-support::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 150px; background: linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.92)), url('../img/about-dhaka-v2.png') center 58% / cover no-repeat; opacity: .55; }
.service-support > .shell { position: relative; z-index: 1; width: min(1760px, calc(100% - 7vw)); }
.service-support__header { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 70px; align-items: center; margin-bottom: 34px; }
.service-support__eyebrow { margin: 0 0 13px; color: #087d8a; font-size: 12px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.service-support__header h2 { margin: 0; color: #071527; font-size: clamp(42px, 4vw, 64px); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.service-support__header > div > p:last-child { max-width: 830px; margin: 18px 0 0; color: #536978; font-size: clamp(15px, 1.15vw, 18px); line-height: 1.5; }
.service-support__header aside { display: flex; min-height: 138px; padding-left: 44px; border-left: 1px solid #bdd1d8; flex-direction: column; justify-content: center; }
.service-support__header aside p { margin: 0; color: #627987; font-size: 13px; line-height: 1.45; }
.service-support__header aside span { width: 48px; height: 3px; margin-top: 18px; background: #1295a0; }
.support-stages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px; }
.support-stage { position: relative; display: grid; grid-template-rows: auto auto minmax(58px, auto) 134px; min-width: 0; padding: 20px 9px 9px; border: 1px solid #e1e9eb; border-radius: 9px; background: rgba(255,255,255,.9); box-shadow: 0 11px 32px rgba(27,69,87,.05); }
.support-stage:not(:last-child)::after { content: "›"; position: absolute; top: 46%; right: -30px; color: #168fa0; font-size: 43px; font-weight: 300; line-height: 1; }
.support-stage > header { display: flex; padding: 0 10px 8px; align-items: flex-start; justify-content: space-between; }
.support-stage > header strong { display: inline-block; padding-bottom: 6px; border-bottom: 3px solid #0d94a0; color: #07899a; font-size: 27px; line-height: 1; }
.support-stage > header span { display: grid; width: 52px; height: 52px; border-radius: 50%; place-items: center; background: #e9f5f8; color: #17667d; font-size: 25px; }
.support-stage h3 { margin: 9px 10px 7px; color: #153d58; font-size: clamp(15px, 1.2vw, 19px); line-height: 1.15; }
.support-stage > p { margin: 0 10px 15px; color: #5b6e7a; font-size: 12px; line-height: 1.25; }
.support-stage > img { width: 100%; height: 134px; border-radius: 5px; object-fit: cover; }
.support-stage:nth-child(1) > img { object-position: center 40%; }
.support-stage:nth-child(2) > img { object-position: 57% 65%; }
.support-stage:nth-child(3) > img { object-position: center 42%; }
.support-stage:nth-child(4) > img { object-position: center 45%; }
.support-benefits { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)) minmax(280px, 1.45fr); gap: 0; align-items: center; margin-top: 38px; }
.support-benefits > div { display: flex; min-height: 58px; padding: 0 22px; border-right: 1px solid #c6d7dc; align-items: center; gap: 16px; }
.support-benefits > div:first-child { padding-left: 0; }
.support-benefits > div > span { color: #078695; font-size: 29px; }
.support-benefits > div p { margin: 0; color: #264256; font-size: 12px; font-weight: 600; line-height: 1.25; }
.support-benefits > a { display: flex; min-height: 58px; margin-left: 30px; padding: 0 42px; border-radius: 99px; background: linear-gradient(90deg, #068391, #08a5aa); align-items: center; justify-content: center; gap: 28px; color: #fff; font-size: 15px; font-weight: 650; box-shadow: 0 13px 28px rgba(4,131,143,.17); transition: transform .2s, box-shadow .2s; }
.support-benefits > a:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(4,131,143,.25); }

.contact { padding: clamp(90px, 10vw, 150px) 0; background: var(--teal-dark); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.contact-details p { max-width: 460px; margin: 0 0 34px; color: rgba(255,255,255,.82); line-height: 1.75; font-size: 1.05rem; }
.contact-phone { display: block; margin-top: 26px; font-size: 1.12rem; letter-spacing: .03em; }

.footer { position: relative; overflow: hidden; padding: 74px 0 28px; background: var(--navy); color: white; }
.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 0 55%;
  background: repeating-linear-gradient(135deg, transparent 0 24px, rgba(92,189,190,.035) 24px 25px);
  pointer-events: none;
}
.footer::after {
  content: "";
  position: absolute;
  right: -230px;
  bottom: -250px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(92,189,190,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(92,189,190,.025);
  pointer-events: none;
}
.footer > .shell { position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.2fr .9fr .55fr; gap: 70px; padding-bottom: 68px; }
.footer-top > img { width: 230px; height: auto; object-fit: contain; object-position: left top; }
.footer-address p { margin: 0; color: rgba(255,255,255,.67); line-height: 1.8; }
.footer nav { display: flex; flex-direction: column; gap: 15px; font-size: .86rem; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .04em; }
.footer-bottom a { color: white; }
.footer-bottom > a[href^="#"] { grid-column: 3; justify-self: end; }
.footer-credit { grid-column: 2; grid-row: 1; justify-self: center; color: rgba(255,255,255,.62); }
.footer-love { color: #6ee6e7; font-size: 1.08em; }
.footer-credit a { color: var(--teal); font-weight: 700; letter-spacing: .08em; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: #6ee6e7; }

/* Interior pages */
.page-main { padding-top: 88px; }
.page-hero {
  position: relative; min-height: 630px; display: flex; align-items: end; color: white;
  background: var(--navy); overflow: hidden;
}
.page-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,31,.9), rgba(3,18,31,.36) 70%); }
.page-hero__content { position: relative; z-index: 2; padding-bottom: 74px; }
.page-hero h1 { max-width: 950px; margin: 0; font-size: clamp(3rem, 6.5vw, 6.7rem); line-height: .95; letter-spacing: -.055em; font-weight: 550; }
.page-hero__lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.83); font-size: 1.08rem; line-height: 1.75; }
.breadcrumb { margin-bottom: 36px; color: rgba(255,255,255,.65); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb a { color: white; }
.content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: start; }
.content-grid h2, .split-feature h2, .brand-detail h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.5rem); font-weight: 500; line-height: 1.07; letter-spacing: -.04em; }
.rich-copy p { margin: 0 0 23px; color: #405159; font-size: 1.08rem; line-height: 1.8; }
.statement { padding: 92px 0; background: var(--teal-dark); color: white; text-align: center; }
.statement p { max-width: 1000px; margin: 0 auto; font-size: clamp(2rem, 4.5vw, 4.3rem); line-height: 1.2; letter-spacing: -.04em; }
.value-list { margin-top: 70px; border-top: 1px solid var(--line); }
.value-row { display: grid; grid-template-columns: 70px .8fr 1.2fr; gap: 40px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.value-row > span { color: var(--teal-dark); font-size: .72rem; font-weight: 700; }
.value-row h3 { margin: 0; font-size: 1.5rem; font-weight: 500; }
.value-row p { margin: 0; color: var(--muted); line-height: 1.7; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; }
.split-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.split-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 120px); background: var(--paper); }
.split-feature__copy p { margin: 26px 0 0; color: var(--muted); line-height: 1.8; }
.split-feature__copy .text-link { margin-top: 35px; align-self: flex-start; }
.service-stack { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px .8fr 1.25fr auto; gap: 38px; align-items: start; padding: 45px 0; border-bottom: 1px solid var(--line); }
.service-row__number { color: var(--teal-dark); font-size: .72rem; font-weight: 700; }
.service-row h2 { margin: 0; font-size: clamp(1.45rem, 2.3vw, 2.35rem); font-weight: 500; letter-spacing: -.025em; }
.service-row p { margin: 0; color: var(--muted); line-height: 1.75; }
.service-row a { font-size: 1.2rem; color: var(--teal-dark); }
.brand-detail { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 620px; border-bottom: 1px solid var(--line); }
.brand-detail:nth-child(even) { grid-template-columns: 1.25fr .75fr; }
.brand-detail:nth-child(even) .brand-detail__visual { order: 2; }
.brand-detail__visual { min-height: 520px; display: grid; place-items: center; padding: 12%; background: var(--paper); }
.brand-detail__visual img { max-width: 330px; max-height: 230px; object-fit: contain; }
.brand-detail__word { color: #0b75b9; font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 800; letter-spacing: .03em; }
.brand-detail__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 110px); }
.brand-detail__copy p { max-width: 620px; margin: 26px 0 0; color: var(--muted); line-height: 1.8; }
.brand-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.brand-tags span { padding: 9px 12px; border: 1px solid var(--line); color: #4b5c64; font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.project-list { display: grid; gap: 70px; }
.project-case { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; }
.project-case:nth-child(even) { grid-template-columns: .9fr 1.1fr; }
.project-case:nth-child(even) .project-case__image { order: 2; }
.project-case__image { height: 520px; overflow: hidden; }
.project-case__image img { width: 100%; height: 100%; object-fit: cover; }
.project-case__copy h2 { margin: 16px 0 22px; font-size: clamp(2rem, 3.3vw, 3.4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.project-case__copy p { margin: 0; color: var(--muted); line-height: 1.8; }
.contact-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.contact-card { border-top: 1px solid var(--line); padding: 28px 0; }
.contact-card span { color: var(--teal-dark); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-card p, .contact-card a { display: block; margin: 12px 0 0; color: #405159; line-height: 1.75; font-size: 1.04rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-field { display: flex; flex-direction: column; gap: 9px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 16px 2px; border: 0; border-bottom: 1px solid #aebbc0; border-radius: 0; background: transparent; color: var(--ink); font: inherit; }
.form-field textarea { min-height: 115px; resize: vertical; }
.contact-form .button { margin-top: 12px; border: 0; cursor: pointer; }
.form-status { min-height: 1.4em; margin: 14px 0 0; color: var(--teal-dark); font-size: .84rem; line-height: 1.5; }
.client-page-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-page-grid figure { margin: 0; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.client-page-grid img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 22%; filter: grayscale(1); }
.client-page-grid figcaption { padding-top: 8px; color: var(--muted); text-align: center; font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.listing-feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 560px; background: var(--navy); color: white; }
.listing-feature__image { min-height: 520px; overflow: hidden; }
.listing-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.listing-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 6vw, 90px); }
.content-meta { color: var(--teal-dark); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.listing-feature .content-meta { color: #64e5e7; }
.listing-feature h2 { margin: 20px 0; font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: 1.12; letter-spacing: -.04em; font-weight: 500; }
.listing-feature p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.listing-feature .text-link { margin-top: 34px; }
.content-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; align-items: stretch; }
.content-card { display: flex; flex-direction: column; min-width: 0; padding: 30px 0 40px; border-top: 1px solid var(--line); }
.content-card__image { display: block; flex: 0 0 260px; height: 260px; margin-bottom: 27px; overflow: hidden; }
.content-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.content-card:hover img { transform: scale(1.035); }
.content-card h2 { margin: 15px 0; font-size: 1.45rem; line-height: 1.3; letter-spacing: -.025em; font-weight: 500; }
.content-card p { flex: 1; margin: 0; color: var(--muted); line-height: 1.7; }
.content-card .text-link { align-self: flex-start; margin-top: 24px; }
.listing-page .page-hero { min-height: 520px; }
.listing-page .page-hero__content { padding-bottom: 58px; }
.listing-page .page-hero h1 { max-width: 940px; font-size: clamp(3rem, 5.6vw, 5.8rem); }
.listing-page .page-main > .section { padding: 100px 0; }
.listing-page .listing-feature { min-height: 500px; }
.listing-page .listing-feature__image { min-height: 500px; }
.listing-page .listing-feature__copy { padding: clamp(42px, 5vw, 72px); }
.listing-page .listing-feature h2 { font-size: clamp(2rem, 3vw, 3.15rem); }
.listing-page .section-heading { margin-bottom: 52px; }
.listing-page .reveal { opacity: 1; transform: none; }
.article-header { padding: 150px 0 70px; background: var(--paper); }
.article-header__inner { max-width: 1000px; }
.article-header .breadcrumb { color: var(--muted); }
.article-header .breadcrumb a { color: var(--ink); }
.article-header h1 { margin: 22px 0 28px; font-size: clamp(2.8rem, 5.5vw, 5.7rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 520; }
.article-header__lead { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.14rem; line-height: 1.75; }
.article-cover { width: 100%; max-height: 760px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 8vw; }
.article-aside { color: var(--muted); font-size: .78rem; line-height: 1.7; }
.article-aside strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.article-aside div + div { margin-top: 26px; }
.article-body { color: #35474f; font-size: 1.08rem; line-height: 1.9; }
.article-body h2 { margin: 52px 0 18px; color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.2; letter-spacing: -.035em; font-weight: 500; }
.article-body p { margin: 0 0 24px; }
.article-body blockquote { margin: 45px 0; padding: 8px 0 8px 30px; border-left: 3px solid var(--teal); color: var(--ink); font-size: 1.45rem; line-height: 1.5; }
.gallery-tabs { display: flex; gap: 8px; margin-bottom: 55px; }
.gallery-tabs a { padding: 12px 18px; border: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.gallery-tabs a[aria-current="page"], .gallery-tabs a:hover { border-color: var(--teal-dark); background: var(--teal-dark); color: white; }
.album-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.album-card { position: relative; min-height: 430px; overflow: hidden; color: white; }
.album-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.album-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,31,.88), rgba(3,18,31,.02) 68%); }
.album-card:hover img { transform: scale(1.04); }
.album-card__copy { position: absolute; z-index: 2; inset: auto 30px 28px; }
.album-card__copy span { color: #6ee6e7; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.album-card__copy h2 { margin: 12px 0 0; font-size: 1.55rem; font-weight: 500; line-height: 1.25; }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 18px; }
.photo-grid figure { grid-column: span 4; margin: 0; overflow: hidden; }
.photo-grid figure:nth-child(1), .photo-grid figure:nth-child(6) { grid-column: span 8; }
.photo-grid figure:nth-child(2), .photo-grid figure:nth-child(6) { grid-row: span 2; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.photo-grid figure:hover img { transform: scale(1.035); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.video-card { padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.video-card__media { position: relative; height: 270px; overflow: hidden; }
.video-card__media img { width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; left: 24px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: var(--navy); font-size: 1.1rem; }
.video-card h2 { margin: 20px 0 0; font-size: 1.3rem; font-weight: 500; line-height: 1.35; }
.video-card .content-meta { display: block; margin-top: 12px; }
.video-dialog { width: min(1000px, calc(100% - 40px)); padding: 0; border: 0; background: #020b14; color: white; }
.video-dialog::backdrop { background: rgba(0,0,0,.82); }
.video-dialog__top { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; }
.video-dialog__top h2 { margin: 0; font-size: 1rem; font-weight: 500; }
.video-dialog__top button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; cursor: pointer; }
.video-mount { aspect-ratio: 16/9; }
.video-mount iframe { width: 100%; height: 100%; border: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 44px, 760px); }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .brand img { width: 192px; }
  .desktop-nav, .header-contact { display: none; }
  .menu-button { display: grid; gap: 5px; width: 42px; height: 42px; padding: 11px 8px; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { height: 1px; background: var(--ink); transition: transform .25s, opacity .25s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 72px 0 0; padding: 36px 22px; background: white; flex-direction: column; }
  .mobile-nav.is-open { display: flex; }
.mobile-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.35rem; }
  .mobile-nav details { border-bottom: 1px solid var(--line); }
  .mobile-nav summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font-size: 1.35rem; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary::after { content: "+"; color: var(--teal-dark); font-size: 1.1rem; font-weight: 400; }
  .mobile-nav details[open] summary::after { content: "−"; }
  .mobile-nav details div { padding: 0 0 14px 18px; }
  .mobile-nav details a { display: block; padding: 11px 0; border: 0; color: var(--muted); font-size: 1rem; }
  .hero { padding-top: 72px; }
  .hero-media, .hero-shade { inset-block-start: 72px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 1px solid var(--line); }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro-copy { padding-top: 0; }
  .solution-list { grid-template-columns: 1fr; }
  .solution, .solution + .solution { min-height: auto; padding: 30px 0 44px; border-right: 0; border-bottom: 1px solid #bdc9cc; }
  .solution h3 { margin-top: 28px; }
  .solution p { min-height: auto; }
  .brand-section { min-height: 760px; }
  .brand-strip { grid-template-columns: 1fr 1fr; }
  .brand-logo:nth-child(2) { border-right: 0; }
  .brand-logo:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading--row { align-items: start; flex-direction: column; gap: 24px; }
  .projects { grid-template-columns: 1fr; }
  .project--wide { grid-column: auto; }
  .project, .project--wide { min-height: 490px; }
  .project-showcase__header { grid-template-columns: 1fr; gap: 30px; }
  .project-showcase__meta { justify-self: stretch; grid-template-columns: 100px 1fr; }
  .project-showcase__meta > img { width: 100px; height: 115px; }
  .project-showcase__grid { grid-template-columns: 1fr; grid-template-rows: 520px 360px 360px; height: auto; }
  .project-feature--energy { grid-row: auto; }
  .client-grid { grid-template-columns: repeat(4, 1fr); }
  .partner-catalog__header { align-items: flex-start; flex-direction: column; gap: 38px; }
  .partner-catalog__world { align-self: flex-end; }
  .technology-row, .technology-row--eight { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 22px; }
  .technology-logo:nth-child(4n) { border-right: 0; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .sector-network__intro { grid-template-columns: 1fr; gap: 30px; }
  .sector-network__intro aside { min-height: 0; padding: 0 0 0 28px; }
  .sector-network__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .sector-network__impact .shell { grid-template-columns: 1fr; gap: 26px; padding-block: 35px; }
  .sector-network__impact dl { grid-template-columns: repeat(4, 1fr); }
  .sector-network__impact dl > div { min-width: 0; padding-inline: 20px; }
  .service-support__header { grid-template-columns: 1fr; gap: 28px; }
  .service-support__header aside { min-height: 0; padding-left: 28px; }
  .support-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .support-stage:not(:last-child)::after { display: none; }
  .support-benefits { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .support-benefits > div:nth-child(2) { border-right: 0; }
  .support-benefits > a { grid-column: 1 / -1; margin: 12px 0 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer nav { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 18px 30px; }
  .page-main { padding-top: 72px; }
  .page-hero { min-height: 560px; }
  .content-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 45px; }
  .value-row { grid-template-columns: 55px 1fr; }
  .value-row p { grid-column: 2; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature__image { min-height: 470px; }
  .service-row { grid-template-columns: 50px 1fr; }
  .service-row p { grid-column: 2; }
  .service-row a { grid-column: 2; }
  .brand-detail, .brand-detail:nth-child(even) { grid-template-columns: 1fr; }
  .brand-detail:nth-child(even) .brand-detail__visual { order: initial; }
  .project-case, .project-case:nth-child(even) { grid-template-columns: 1fr; }
  .project-case:nth-child(even) .project-case__image { order: initial; }
  .client-page-grid { grid-template-columns: repeat(3, 1fr); }
  .listing-feature { grid-template-columns: 1fr; }
  .listing-feature__image { min-height: 430px; }
  .listing-page .page-hero { min-height: 500px; }
  .listing-page .listing-feature, .listing-page .listing-feature__image { min-height: 400px; }
  .listing-page .page-main > .section { padding: 80px 0; }
  .content-card-grid, .album-grid, .video-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: flex; gap: 35px; flex-wrap: wrap; }
  .article-aside div + div { margin-top: 0; }
  .photo-grid figure, .photo-grid figure:nth-child(1), .photo-grid figure:nth-child(6) { grid-column: span 6; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 36px); }
  .hero-content { padding-top: 0; }
  .hero h1, .hero h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-copy { font-size: .98rem; line-height: 1.6; }
  .scroll-cue { display: none; }
  .slider-controls { left: 18px; bottom: 18px; }
  .metric { min-height: 128px; padding: 24px 18px; }
  .metric strong { font-size: 2rem; }
  .metric span { font-size: .7rem; }
  .section { padding: 82px 0; }
  .editorial-image { height: 76svh; }
  .editorial-image p { left: 18px; bottom: 22px; }
  .brand-section { min-height: 780px; }
  .brand-content { padding-top: 90px; }
  .brand-heading { margin-bottom: 70px; }
  .brand-logo { min-height: 125px; padding: 20px; }
  .brand-logo img { width: 105px; height: 70px; }
  .brand-logo--word small { display: none; }
  .project, .project--wide { min-height: 420px; }
  .project-showcase { padding-block: 64px; }
  .project-showcase > .shell { width: calc(100% - 36px); }
  .project-showcase__copy h2 { font-size: 42px; }
  .project-showcase__copy > p:last-child { font-size: 15px; }
  .project-showcase__meta { grid-template-columns: 78px 1fr; gap: 14px; }
  .project-showcase__meta > img { width: 78px; height: 90px; }
  .project-showcase__button { min-width: 0; padding: 16px 18px; }
  .project-showcase__meta > p { font-size: 7px; }
  .project-showcase__grid { grid-template-rows: 500px 350px 350px; gap: 12px; }
  .project-feature__content, .project-feature--energy .project-feature__content { right: 22px; bottom: 23px; left: 22px; }
  .project-feature__content h3, .project-feature--energy .project-feature__content h3 { font-size: 27px; }
  .project-feature__content > div { font-size: 13px; }
  .project-feature--energy > img { object-position: 62% center; }
  .project-feature--drone > img { object-position: 72% center; }
  .project-feature--infrastructure > img { object-position: 64% center; }
  .client-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-catalog { padding-top: 64px; }
  .partner-catalog > .shell { width: calc(100% - 36px); }
  .partner-catalog__header { gap: 32px; }
  .partner-catalog__header h2 { font-size: 38px; line-height: 1.03; }
  .partner-catalog__world { width: 100%; gap: 14px; }
  .partner-catalog__world img { width: min(64%, 240px); }
  .partner-catalog__world p { padding-left: 13px; font-size: 9px; }
  .partner-groups { margin-top: 42px; }
  .partner-group + .partner-group { margin-top: 36px; }
  .partner-group h3 { gap: 12px; font-size: 10px; line-height: 1.4; }
  .technology-row, .technology-row--eight { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 16px; }
  .technology-logo, .technology-logo:nth-child(4n) { min-height: 104px; padding-inline: 8px; border-right: 1px solid #dce5e7; }
  .technology-logo:nth-child(2n) { border-right: 0; }
  .technology-logo strong { font-size: 20px; }
  .technology-logo small { max-width: 145px; font-size: 6px; }
  .partner-catalog__footer { flex-wrap: wrap; gap: 10px; margin-top: 34px; font-size: 7px; line-height: 1.5; }
  .partner-catalog__footer::before, .partner-catalog__footer::after { display: none; }
  .partner-catalog__footer i { order: 2; flex-basis: 100%; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-network { padding-top: 64px; }
  .sector-network > .shell, .sector-network__impact .shell { width: calc(100% - 36px); }
  .sector-network__intro { margin-bottom: 34px; }
  .sector-network__intro h2 { font-size: 40px; }
  .sector-network__intro > div > p:last-child { font-size: 15px; }
  .sector-network__intro aside { display: none; }
  .sector-network__grid { grid-template-columns: 1fr; gap: 32px; }
  .sector-column h3 { font-size: 17px; }
  .sector-organizations { gap: 7px; }
  .served-org { min-height: 104px; padding-inline: 7px; }
  .served-org b { font-size: 18px; }
  .served-org span { font-size: 7.5px; }
  .sector-network__impact { min-height: 310px; margin-top: 38px; }
  .sector-network__impact .shell { min-height: 310px; }
  .sector-network__impact dl { grid-template-columns: repeat(2, 1fr); gap: 23px 0; }
  .sector-network__impact dl > div { min-height: 62px; padding-inline: 16px; }
  .sector-network__impact dl > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .sector-network__impact dt { font-size: 24px; }
  .sector-network__impact dl > div:last-child dt { font-size: 17px; }
  .service-support { padding: 64px 0 42px; }
  .service-support::before { width: 100%; opacity: .1; }
  .service-support > .shell { width: calc(100% - 36px); }
  .service-support__header { margin-bottom: 30px; }
  .service-support__header h2 { font-size: 40px; }
  .service-support__header > div > p:last-child { font-size: 15px; }
  .service-support__header aside { display: none; }
  .support-stages { grid-template-columns: 1fr; gap: 14px; }
  .support-stage { grid-template-rows: auto auto auto 185px; padding: 18px 9px 9px; }
  .support-stage h3 { font-size: 19px; }
  .support-stage > p { font-size: 13px; }
  .support-stage > img { height: 185px; }
  .support-benefits { grid-template-columns: 1fr; gap: 0; }
  .support-benefits > div, .support-benefits > div:first-child { min-height: 70px; padding: 0; border-right: 0; border-bottom: 1px solid #c6d7dc; }
  .support-benefits > a { grid-column: auto; min-height: 56px; margin-top: 24px; padding-inline: 24px; font-size: 14px; }
  .partner-mark { min-height: 145px; padding: 18px; }
  .partner-mark img { height: 85px; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer nav { grid-column: auto; }
  .footer::before { inset-inline-start: 38%; }
  .footer-bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-credit { order: 2; align-self: flex-start; }
  .footer-bottom > a[href^="#"] { order: 3; align-self: flex-start; }
  .page-hero { min-height: 520px; }
  .page-hero__content { padding-bottom: 45px; }
  .value-row { grid-template-columns: 34px 1fr; gap: 20px; }
  .split-feature__image { min-height: 390px; }
  .service-row { grid-template-columns: 34px 1fr; gap: 20px; }
  .brand-detail__visual { min-height: 360px; }
  .project-case__image { height: 390px; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .client-page-grid { grid-template-columns: repeat(2, 1fr); }
  .listing-feature__image { min-height: 350px; }
  .listing-page .page-hero { min-height: 460px; }
  .listing-page .page-hero__content { padding-bottom: 40px; }
  .listing-page .page-main > .section { padding: 68px 0; }
  .listing-page .listing-feature, .listing-page .listing-feature__image { min-height: 0; }
  .listing-page .listing-feature__image { height: 280px; }
  .content-card-grid, .album-grid, .video-grid { grid-template-columns: 1fr; }
  .content-card__image { flex-basis: 240px; height: 240px; }
  .video-card__media { height: 240px; }
  .article-header { padding: 105px 0 55px; }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; }
  .photo-grid { grid-auto-rows: 180px; }
  .photo-grid figure, .photo-grid figure:nth-child(1), .photo-grid figure:nth-child(6) { grid-column: 1 / -1; }
  .photo-grid figure:nth-child(2), .photo-grid figure:nth-child(6) { grid-row: span 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Partnership footer: shared across every page. */
.footer--partnership { padding: 0; background: #001b29; color: #f5fafc; }
.footer--partnership::before, .footer--partnership::after { display: none; }
.footer--partnership .shell { width: min(1720px, calc(100% - 9%)); }
.footer-cta { position: relative; background: #003044 url('../img/footer-bangladesh.png') center 57% / cover no-repeat; border-bottom: 1px solid #31505d; }
.footer-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,25,39,.96),rgba(0,28,43,.82) 30%,rgba(0,32,47,.2) 65%,rgba(0,29,45,.12)); }
.footer-cta-inner { position: relative; min-height: 440px; padding-block: 42px 30px; }
.footer-cta-copy { max-width: 780px; }
.footer-kicker { display: flex; align-items: center; gap: 22px; margin: 0 0 16px; color: #34c2d5; text-transform: uppercase; letter-spacing: .25em; font-size: 15px; font-weight: 600; }
.footer-kicker span { width: 110px; height: 1px; background: linear-gradient(90deg,#51c9d5 40%,#2a5866 40%); }
.footer-cta h2 { margin: 0 0 20px; font-size: clamp(36px,3.5vw,62px); line-height: 1.04; letter-spacing: -.035em; font-weight: 650; }
.footer-cta h2 em { font-style: normal; color: #20c0d8; }
.footer-intro { color: #bdd2dc; font-size: clamp(15px,1.1vw,19px); line-height: 1.55; margin: 0 0 25px; }
.footer-actions { display: flex; gap: 20px; }
.footer-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 16px 30px; border: 1px solid #a1d5e3; border-radius: 9px; font-size: 17px; font-weight: 550; transition: background .2s,transform .2s; }
.footer-button span { font-size: 25px; line-height: 1; font-weight: 400; }
.footer-button--primary { background: #00aeca; border-color: #00aeca; }
.footer-button:hover { background: #007f98; transform: translateY(-2px); }
.footer-sectors { margin: 29px 0 0; font-size: 9px; line-height: 1.8; letter-spacing: .32em; text-transform: uppercase; color: #75b6c7; }
.footer-mission { position: absolute; right: 0; top: 66px; margin: 0; color: #94d8e5; font-size: 11px; font-weight: 600; letter-spacing: .2em; line-height: 1.8; text-transform: uppercase; }
.footer-mission::after { content: ''; display: block; width: 40px; height: 2px; background: #43bfd2; margin-top: 15px; }
.footer-signature { position: absolute; right: 0; bottom: 23px; margin: 0; font-family: 'Brush Script MT', 'Snell Roundhand', cursive; font-size: 26px; font-style: italic; line-height: .98; color: #ceeff7; transform: rotate(-10deg); }
.footer-signature::after { content: ''; display: block; height: 2px; background: #42b8d0; margin-top: 9px; }
.footer-main { display: grid; grid-template-columns: 1.45fr .8fr 1.1fr 1.5fr 1fr .42fr; gap: 30px; padding-block: 28px 24px; }
.footer-main h3 { margin: 0 0 13px; font-size: 13px; font-weight: 550; color: #f3f7fa; }
.footer-brand img { width: 205px; height: auto; }
.footer-brand p { margin: 7px 0 0; font-size: 11px; }
.footer-rule { display: block; width: 40px; height: 1px; background: #32a4b6; margin: 21px 0 17px; }
.footer-brand .footer-brand-motto { font-size: 8px; letter-spacing: .21em; text-transform: uppercase; line-height: 1.6; }
.footer--partnership nav.footer-links { display: flex; flex-direction: column; gap: 4px; grid-column: auto; font-size: 11px; line-height: 1.25; }
.footer-main a, .footer-contact p { color: #bfd0d9; }
.footer-main a:hover { color: #35d2e3; }
.footer-links h3 { margin-bottom: 6px; }
.footer-contact, .footer-connect, .footer-qr { border-left: 1px solid #153b49; padding-left: 26px; }
.footer-contact p, .footer-contact > a { display: flex; align-items: flex-start; gap: 12px; font-size: 11px; line-height: 1.5; margin: 0 0 10px; }
.footer-contact > a { overflow-wrap: anywhere; }
.footer-contact p > span:first-child, .footer-contact > a > span { font-size: 17px; line-height: 1; color: #d7e8ef; }
.footer-social { display: flex; gap: 9px; margin-top: 26px; }
.footer-social a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #102f3d; font-size: 17px; }
.footer-social svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-qr img { background: white; width: 60px; height: 60px; max-width: none; }
.footer-qr > span { display: block; margin-top: 10px; font-size: 8px; text-transform: uppercase; letter-spacing: .18em; line-height: 1.5; }
.footer-base { background: #002335; }
.footer--partnership .footer-bottom { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 26px; padding-block: 17px; border: 0; font-size: 10px; line-height: 1; letter-spacing: 0; }
.footer--partnership .footer-bottom > span:first-child { grid-column: 1; grid-row: 1; justify-self: start; white-space: nowrap; }
.footer--partnership .footer-bottom > a { color: #8caab9; }
.footer--partnership .footer-credit { grid-column: 2; grid-row: 1; justify-self: center; width: auto; text-align: center; white-space: nowrap; font-size: 9px; }
.footer--partnership .footer-tomorrow { grid-column: 3; grid-row: 1; justify-self: end; white-space: nowrap; }
.footer-tomorrow { color: #57a7bd; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }
.footer-tomorrow::before { content: ''; display: inline-block; width: 30px; height: 1px; background: #57a7bd; vertical-align: middle; margin-right: 14px; }
.footer--partnership a:focus-visible { outline: 2px solid #55d4e7; outline-offset: 5px; }
@media (max-width: 1200px) {
  .footer-main { grid-template-columns: 1.2fr .8fr 1fr; gap: 30px; }
  .footer-contact, .footer-connect, .footer-qr { border-left: 0; padding-left: 0; }
  .footer-qr { display: flex; gap: 15px; align-items: center; }
  .footer-cta-copy { max-width: 680px; }
}
@media (max-width: 760px) {
  .footer-cta { background-position: 66% center; }
  .footer-cta::before { background: linear-gradient(90deg,rgba(0,25,39,.96),rgba(0,25,39,.78)); }
  .footer-cta-inner { padding-block: 36px; min-height: 0; }
  .footer-kicker { font-size: 11px; letter-spacing: .2em; gap: 12px; }
  .footer-kicker span { width: 55px; }
  .footer-cta h2 { font-size: clamp(32px,6.8vw,47px); line-height: 1.1; }
  .footer-intro br { display: none; }
  .footer-actions { flex-wrap: wrap; gap: 12px; }
  .footer-button { padding: 14px 19px; font-size: 14px; }
  .footer-sectors { font-size: 8px; letter-spacing: .18em; }
  .footer-mission, .footer-signature { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 22px; padding-block: 30px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-main h3 { font-size: 14px; }
  .footer--partnership nav.footer-links { font-size: 13px; gap: 8px; }
  .footer-contact p, .footer-contact > a { font-size: 13px; }
  .footer--partnership .footer-bottom { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; line-height: 1.35; }
  .footer--partnership .footer-credit { align-self: flex-start; text-align: left; }
}

/* Client-approved compact navigation. */
@font-face { font-family: Outfit; src: url('../fonts/outfit-variable.ttf') format('truetype'); font-style: normal; font-weight: 100 900; font-display: swap; }
.site-header { height: 78px; font-family: Outfit, 'Helvetica Neue', sans-serif; background: rgba(255,255,255,.98); }
.site-header.is-scrolled { height: 68px; }
.nav-wrap { grid-template-columns: 220px 1fr auto; gap: 30px; }
.desktop-nav { gap: clamp(20px,2.3vw,34px); }
.desktop-nav a, .desktop-nav button, .header-contact { font-size: 15px; font-weight: 500; letter-spacing: 0; }
.nav-toggle { gap: 11px; }
.nav-toggle span { font-size: 17px; }
.header-contact { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 24px; background: #008d99; color: #fff; border: 0; border-radius: 8px; white-space: nowrap; transition: background .2s; }
.header-contact::before { content: ''; position: absolute; left: -16px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.header-contact span { margin: 0; color: #c4f4f0; font-size: 21px; }
.header-contact:hover, .mobile-contact:hover { background: #007680; }
.header-contact:focus-visible { outline: 2px solid #007680; outline-offset: 4px; }
.site-header .submenu { border-radius: 0 0 8px 8px; top: calc(100% + 12px); }
.site-header .submenu a { font-size: 14px; }
.site-header .nav-item:hover .submenu, .site-header .nav-item:focus-within .submenu { opacity: 0; visibility: hidden; transform: translateY(9px); }
.site-header .nav-item.is-open .submenu { opacity: 1; visibility: visible; transform: none; }
.site-header .nav-item .nav-toggle span { transform: none; }
.site-header .nav-item.is-open .nav-toggle span { transform: rotate(180deg); }
.hero { padding-top: 78px; }
.hero-media, .hero-shade { inset-block-start: 78px; }
.page-main { padding-top: 78px; }
.service-row[id], #message { scroll-margin-top: 100px; }
@media (max-width: 1100px) {
 main > section[id] { scroll-margin-top: 68px; }
 .site-header, .site-header.is-scrolled { height: 68px; }
 .nav-wrap { grid-template-columns: 1fr auto; }
 .brand img { width: 192px; }
 .desktop-nav, .header-contact { display: none; }
 .menu-button { display: grid; gap: 5px; width: 42px; height: 42px; padding: 11px 8px; border: 0; background: transparent; cursor: pointer; }
 .menu-button span:not(.sr-only) { height: 1px; background: var(--ink); }
 .mobile-nav { position: fixed; inset: 68px 0 0; padding: 20px 22px 40px; background: white; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; }
 .mobile-nav.is-open { display: flex; }
 .mobile-nav > a, .mobile-nav summary { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 20px; cursor: pointer; list-style: none; }
 .mobile-nav details { border-bottom: 1px solid var(--line); }
 .mobile-nav summary { border: 0; }
 .mobile-nav summary::after { content: '+'; color: var(--teal-dark); }
 .mobile-nav details[open] summary::after { content: '−'; }
 .mobile-nav details div { padding: 0 0 12px 16px; }
 .mobile-nav details a { display: block; border: 0; padding: 10px 0; color: var(--muted); font-size: 16px; }
 .mobile-nav .mobile-contact { margin-top: 20px; padding: 15px 20px; border-radius: 8px; background: #008d99; color: white; }
 .hero, .page-main { padding-top: 68px; }
 .hero-media, .hero-shade { inset-block-start: 68px; }
}

/* Editorial dropdown panels with clear information hierarchy. */
.site-header .submenu {
 width: 350px; min-width: 0; left: -22px; top: calc(100% + 14px);
 padding: 12px; border: 1px solid #e4ecee; border-radius: 14px;
 background: #fff; box-shadow: 0 18px 50px -12px rgba(8,35,49,.2), 0 3px 10px rgba(8,35,49,.04);
 transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}
.site-header #nav-solutions { width: 380px; }
.site-header #nav-news { left: auto; right: -20px; }
.submenu-label { margin: 6px 12px 10px; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; color: #7a8d95; }
.site-header .submenu a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 12px; border-radius: 8px; white-space: normal; transition: background .16s ease, color .16s ease; }
.nav-link-copy { display: grid; gap: 4px; }
.nav-link-title { font-size: 15px; line-height: 1.35; font-weight: 500; color: #172e3c; }
.nav-link-description { font-size: 12px; font-weight: 400; line-height: 1.45; color: #7b8a92; }
.nav-link-arrow { color: #008d99; font-size: 18px; opacity: 0; transform: translate(-4px,4px); transition: opacity .16s, transform .16s; }
.site-header .submenu a:hover, .site-header .submenu a:focus-visible { background: #f0f8f8; outline: none; }
.site-header .submenu a:focus-visible { box-shadow: inset 0 0 0 2px #008d99; }
.submenu a:hover .nav-link-title, .submenu a:focus-visible .nav-link-title { color: #007d88; }
.submenu a:hover .nav-link-arrow, .submenu a:focus-visible .nav-link-arrow { opacity: 1; transform: none; }
#nav-products > a:first-of-type, #nav-solutions > a:first-of-type { margin-bottom: 7px; background: #f0f7f8; }
#nav-products > a:first-of-type .nav-link-arrow, #nav-solutions > a:first-of-type .nav-link-arrow { opacity: 1; transform: none; }
.site-header .nav-toggle { transition: color .16s; }
.site-header .nav-item.is-open .nav-toggle { color: #00838e; }
.site-header .nav-toggle > span { display: inline-block; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; font-size: 0; transform: rotate(45deg) translateY(-2px); }
.site-header .nav-item.is-open .nav-toggle > span { transform: rotate(225deg) translate(-2px,-1px); }
@media (prefers-reduced-motion: reduce) {
 .site-header .submenu, .nav-link-arrow { transition: none; }
}
.site-header .nav-item:not(.is-open) .nav-toggle > span { transform: rotate(45deg) translateY(-2px); }
.site-header .submenu { max-height: calc(100dvh - 104px); overflow-y: auto; overscroll-behavior: contain; }

/* Client slider artwork and typography. */
.hero { min-height: 0; height: auto; padding-top: 78px; background: #031d2d; }
.hero .hero-content { padding-block: clamp(62px,6vw,110px) 118px; min-height: clamp(650px,48vw,820px); display: flex; align-items: center; }
.hero-slide--energy { background-image: url('../img/slider-energy.png?v=2'); background-position: center; }
.hero .hero-slide--drone { background-image: url('../img/slider-drone.png?v=2'); background-position: center; }
.hero-slide--home { background-image: url('../img/slider-home.png?v=2'); background-position: center; }
.hero-slide { transform: none; }
.hero-shade { background: linear-gradient(90deg,rgba(0,24,39,.36),rgba(0,24,39,.13) 48%,transparent 75%); }
.hero-panel { max-width: 100%; width: 100%; }
.hero h1, .hero h2 { max-width: 1000px; font-size: clamp(45px,5.8vw,96px); line-height: 1.02; letter-spacing: -.045em; font-weight: 650; }
.hero [data-panel="1"] h2 { max-width: 880px; }
.hero .eyebrow { max-width: 740px; margin-bottom: 28px; font-size: clamp(11px,.95vw,15px); line-height: 1.6; letter-spacing: .17em; }
.hero-copy { max-width: 660px; margin-top: 27px; font-size: clamp(16px,1.4vw,23px); line-height: 1.65; color: #d6e1e6; }
.hero-actions { margin-top: 35px; gap: 32px; }
.hero .button--solid { padding: 8px 8px 8px 22px; gap: 25px; min-height: 60px; background: #00a4b6; color: white; font-size: 13px; letter-spacing: .02em; }
.hero .button--solid > span { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.45); font-size: 26px; font-weight: 400; }
.hero .button--solid:hover { background: #008695; }
.hero .text-link { font-size: 13px; }
.hero .slider-controls { bottom: 27px; }
.hero .slider-dots button { height: 26px; background: transparent; position: relative; }
.hero .slider-dots button::after { content: ''; position: absolute; left: 0; right: 0; top: 12px; height: 2px; background: rgba(255,255,255,.45); }
.hero .slider-dots button.is-active::after { background: #64e5e7; }
.hero a:focus-visible, .hero button:focus-visible { outline: 2px solid #80f0ed; outline-offset: 5px; }
@media (max-width: 1100px) {
 .hero { padding-top: 68px; }
 .hero .hero-content { min-height: 650px; }
 .hero h1, .hero h2 { font-size: clamp(42px,6.3vw,70px); }
 .hero-copy { max-width: 570px; }
 .hero-shade { background: linear-gradient(90deg,rgba(0,24,39,.8),rgba(0,24,39,.38) 62%,rgba(0,24,39,.05)); }
}
@media (max-width: 600px) {
 .hero .hero-content { min-height: 740px; padding-block: 60px 125px; align-items: flex-start; }
 .hero h1, .hero h2 { font-size: clamp(37px,9.4vw,54px); line-height: 1.06; }
 .hero h1 br, .hero h2 br { display: none; }
 .hero .eyebrow { font-size: 10px; margin-bottom: 23px; }
 .hero-copy { font-size: 16px; line-height: 1.65; margin-top: 24px; }
 .hero-actions { gap: 24px; margin-top: 28px; align-items: flex-start; flex-direction: column; }
 .hero .button--solid { font-size: 11px; gap: 14px; padding-left: 15px; }
 .hero .text-link { font-size: 11px; }
 .hero-slide--energy, .hero .hero-slide--drone, .hero-slide--home { background-position: 66% center; }
 .hero-shade { background: linear-gradient(90deg,rgba(0,24,39,.92),rgba(0,24,39,.64)); }
 .hero .slider-controls { left: 22px; bottom: 30px; }
 .hero .scroll-cue { display: none; }
}

/* Client-approved company introduction panel. */
.intro-showcase {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #f8fbfd url('../img/about-dhaka-v2.png') center / cover no-repeat;
  color: #071a2f;
}
.intro-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 36%, rgba(255,255,255,.66) 51%, rgba(255,255,255,.08) 74%);
  pointer-events: none;
}
.intro-showcase__inner {
  position: relative;
  z-index: 1;
  min-height: 650px;
  padding-block: clamp(64px, 6vw, 94px) 74px;
}
.intro-showcase__copy { width: min(590px, 48%); }
.intro-showcase .eyebrow {
  margin-bottom: 20px;
  color: #087f8b;
  font-size: 13px;
  letter-spacing: .23em;
}
.intro-showcase h2 {
  margin: 0;
  font-size: clamp(52px, 5vw, 80px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 650;
}
.intro-showcase__copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 27px 0 0;
  color: #344957;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.48;
}
.intro-showcase__actions {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 31px;
}
.intro-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 260px;
  padding: 18px 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #08758e, #02a9a9);
  color: white;
  font-size: 18px;
  box-shadow: 0 12px 28px rgba(0,126,143,.16);
  transition: transform .2s, box-shadow .2s;
}
.intro-showcase__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,126,143,.23);
}
.intro-showcase__button span { font-size: 25px; }
.intro-showcase__link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0 6px;
  border-bottom: 1px solid #0a8e95;
  color: #164b60;
  font-size: 17px;
  font-weight: 550;
}
.intro-showcase__link span { font-size: 24px; color: #087f8b; transition: transform .2s; }
.intro-showcase__link:hover span { transform: translateX(4px); }
.intro-showcase__promise {
  position: absolute;
  top: 112px;
  right: 0;
  margin: 0;
  padding-bottom: 18px;
  color: #4c6271;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.intro-showcase__promise::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 2px;
  background: #0fa0a6;
}
.intro-showcase__base {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 42px;
  padding: 10px 4%;
  background: rgba(255,255,255,.92);
  color: #526879;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.intro-showcase__base::before,
.intro-showcase__base::after,
.intro-showcase__base i { content: ''; height: 1px; background: #93acb8; }
.intro-showcase__base::before { position: absolute; right: calc(100% - 34px); width: 38px; }
.intro-showcase__base::after { position: absolute; left: calc(100% - 34px); width: 38px; }
@media (max-width: 900px) {
  .intro-showcase { min-height: 680px; background-position: 60% center; }
  .intro-showcase::before { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.88) 58%, rgba(255,255,255,.25)); }
  .intro-showcase__inner { min-height: 680px; }
  .intro-showcase__copy { width: min(620px, 76%); }
  .intro-showcase__promise { top: 58px; font-size: 10px; }
  .intro-showcase__base { font-size: 9px; }
}
@media (max-width: 600px) {
  .intro-showcase { min-height: 780px; background-position: 70% bottom; }
  .intro-showcase::before { background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 52%, rgba(255,255,255,.18) 86%); }
  .intro-showcase__inner { min-height: 780px; padding-block: 54px 90px; }
  .intro-showcase__copy { width: 100%; }
  .intro-showcase h2 { font-size: 46px; }
  .intro-showcase__copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.55; }
  .intro-showcase__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .intro-showcase__button { width: 100%; min-width: 0; font-size: 16px; }
  .intro-showcase__promise { display: none; }
  .intro-showcase__base { grid-template-columns: auto; justify-content: center; gap: 8px; text-align: center; }
  .intro-showcase__base i { display: none; }
  .intro-showcase__base span:last-child { display: none; }
}
/* Reserve the tallest slide's space to prevent layout jumps. */
.hero .hero-content { display: grid; }
.hero .hero-panel { display: block; grid-area: 1 / 1; visibility: hidden; pointer-events: none; }
.hero .hero-panel.is-active { visibility: visible; pointer-events: auto; }

/* Nationwide impact strip, matched to the client reference. */
.metric-band { background: linear-gradient(105deg,#f8fafb 0%,#f5f8fa 72%,#e6f1f7 100%); border-bottom: 1px solid #e6edef; }
.metric-band .metric-grid { width: min(1800px,100%); margin-inline: auto; grid-template-columns: repeat(4,minmax(0,1fr)) 1.05fr; align-items: center; }
.metric-band .metric { position: relative; min-height: 220px; padding: 28px 12px; align-items: center; text-align: center; border: 0; }
.metric-band .metric:not(:nth-child(4))::after { content: ''; position: absolute; right: 0; top: 28px; bottom: 28px; width: 1px; background: linear-gradient(#d6e0e5,#93b9c2 45%,#d6e0e5); }
.metric-icon { width: 48px; height: 48px; margin-bottom: 19px; color: #058e9b; }
.metric:nth-child(odd) .metric-icon { color: #176d86; }
.metric-band .metric strong { font-size: clamp(34px,3.2vw,54px); line-height: 1; font-weight: 700; letter-spacing: -.045em; color: #081522; font-variant-numeric: tabular-nums; }
.metric-band .metric > span { margin-top: 13px; color: #566474; text-transform: uppercase; font-size: clamp(9px,.78vw,13px); line-height: 1.5; letter-spacing: .17em; font-weight: 600; }
.metric-coverage { display: flex; align-items: center; min-width: 0; height: 220px; gap: 7px; padding-right: 16px; }
.metric-coverage img { height: 210px; width: 58%; object-fit: contain; opacity: .8; }
.metric-coverage p { padding-left: 17px; border-left: 1px solid #cbdde4; margin: 0; font-size: clamp(8px,.67vw,11px); line-height: 1.85; color: #576c7d; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
@media (max-width: 1000px) {
 .metric-band .metric-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
 .metric-coverage { grid-column: 1 / -1; height: 145px; justify-content: center; border-top: 1px solid #dce7eb; gap: 24px; padding: 0; }
 .metric-coverage img { width: 100px; height: 135px; }
 .metric-coverage p { font-size: 10px; }
 .metric-band .metric { min-height: 190px; }
}
@media (max-width: 600px) {
 .metric-band .metric-grid { grid-template-columns: 1fr 1fr; }
 .metric-band .metric { min-height: 185px; padding: 25px 12px; }
 .metric-band .metric:nth-child(-n+2) { border-bottom: 1px solid #dce7eb; }
 .metric-band .metric:nth-child(2)::after { display: none; }
 .metric-icon { width: 42px; height: 42px; margin-bottom: 15px; }
 .metric-band .metric strong { font-size: 38px; }
 .metric-band .metric > span { font-size: 9px; letter-spacing: .12em; }
}

/* Homepage surface rhythm: restrained contrast separates long-form sections. */
.product-showcase {
  background:
    radial-gradient(circle at 50% 0, rgba(103, 190, 197, .08), transparent 34%),
    linear-gradient(180deg, #f8fbfc 0%, #f4f8f9 100%);
  border-top: 1px solid #e4ecef;
  border-bottom: 1px solid #dfe9ec;
}
.product-card__visual {
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 55, 70, .045);
}
.partner-catalog {
  background:
    radial-gradient(circle at 85% 8%, rgba(83, 178, 188, .07), transparent 24%),
    #fff;
  border-bottom: 1px solid #e2eaed;
}
.project-showcase {
  background:
    linear-gradient(135deg, rgba(217, 235, 239, .32), transparent 38%),
    #f5f8f9;
  border-bottom: 1px solid #dde7ea;
}
.project-feature {
  box-shadow: 0 16px 38px rgba(6, 31, 48, .1);
}
.sector-network {
  background:
    radial-gradient(circle at 100% 0, rgba(76, 169, 182, .08), transparent 28%),
    #fff;
  border-bottom: 1px solid #dce7ea;
}
.served-org {
  background: #fbfdfe;
}
.service-support {
  background: linear-gradient(135deg, #f1f8fa 0%, #e8f3f7 100%);
}
.support-stage {
  border-color: #d7e5e9;
  box-shadow: 0 14px 36px rgba(27, 69, 87, .075);
}

/* About and Clients pages aligned with homepage visual system. */
.about-page .page-hero,
.clients-page .page-hero { min-height: 680px; }
.about-page .page-hero { min-height: 560px; }
.clients-page .page-hero { min-height: 560px; }
.about-page .page-hero::after,
.clients-page .page-hero::after {
  background: linear-gradient(90deg, rgba(2, 24, 39, .94) 0%, rgba(2, 31, 48, .74) 43%, rgba(2, 31, 48, .13) 78%);
}
.about-page .page-hero__image { object-position: center 58%; }
.clients-page .page-hero__image { object-position: center 44%; }
.about-page .page-hero h1,
.clients-page .page-hero h1 { max-width: 1040px; font-weight: 600; }
.about-page .page-hero__lead,
.clients-page .page-hero__lead { max-width: 720px; }
.about-overview {
  background:
    radial-gradient(circle at 10% 0, rgba(82, 178, 189, .08), transparent 30%),
    #fff;
}
.about-overview .content-grid h2 { color: #071527; font-weight: 600; }
.about-statement { background: linear-gradient(120deg, #05243b 0%, #076472 68%, #07959c 100%); }
.about-statement p { max-width: 1120px; font-weight: 520; }
.about-process {
  background:
    linear-gradient(135deg, rgba(214, 234, 239, .44), transparent 45%),
    #f5f8f9;
}
.about-process .section-heading { max-width: 940px; margin-bottom: 0; }
.about-process .section-heading h2 { color: #071527; font-weight: 600; }
.about-process .value-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; border: 0; }
.about-process .value-row {
  display: flex;
  min-height: 315px;
  padding: 30px;
  border: 1px solid #dce7ea;
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  flex-direction: column;
  box-shadow: 0 14px 34px rgba(22, 57, 72, .055);
}
.about-process .value-row > span { color: #078895; font-size: 13px; letter-spacing: .16em; }
.about-process .value-row h3 { margin: 62px 0 18px; color: #102638; font-size: clamp(20px, 1.6vw, 25px); font-weight: 600; line-height: 1.15; }
.about-process .value-row p { color: #586d79; line-height: 1.65; }
.about-local .split-feature__image { overflow: hidden; }
.about-local .split-feature__image img { transition: transform .7s ease; }
.about-local:hover .split-feature__image img { transform: scale(1.025); }
.about-local .split-feature__copy { background: linear-gradient(135deg, #eef6f8 0%, #f9fbfc 100%); }
.clients-page .sector-network { padding-top: clamp(78px, 7vw, 116px); }
.clients-page .sector-network__intro { margin-bottom: 42px; }
.clients-page .served-org { background: rgba(255,255,255,.96); }

@media (max-width: 1000px) {
  .about-process .value-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-process .value-row { min-height: 275px; }
}

@media (max-width: 580px) {
  .about-page .page-hero,
  .clients-page .page-hero { min-height: 560px; }
  .about-page .page-hero { min-height: 500px; }
  .clients-page .page-hero { min-height: 500px; }
  .about-page .page-hero::after,
  .clients-page .page-hero::after { background: linear-gradient(90deg, rgba(2,24,39,.94), rgba(2,31,48,.58)); }
  .about-process .value-list { grid-template-columns: 1fr; gap: 12px; margin-top: 45px; }
  .about-process .value-row { min-height: 0; padding: 26px; }
  .about-process .value-row h3 { margin-top: 36px; }
}

/* Solutions page aligned with homepage product and service language. */
.solutions-page .page-hero { min-height: 560px; }
.solutions-page .page-hero::after { background: linear-gradient(90deg, rgba(2,24,39,.95) 0%, rgba(2,31,48,.72) 44%, rgba(2,31,48,.08) 80%); }
.solutions-page .page-hero__image { object-position: center 48%; }
.solutions-page .page-hero h1 { max-width: 1020px; font-weight: 600; }
.solutions-page .page-hero__lead { max-width: 720px; }
.solutions-core { padding-bottom: clamp(70px, 6vw, 96px); }
.solutions-core .product-card { scroll-margin-top: 100px; }
.solution-services {
  padding: clamp(76px, 7vw, 112px) 0;
  background:
    radial-gradient(circle at 100% 0, rgba(79, 176, 188, .08), transparent 30%),
    #fff;
  border-top: 1px solid #dfe9ec;
  border-bottom: 1px solid #dce7ea;
}
.solution-services__header { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 70px; align-items: end; margin-bottom: 48px; }
.solution-services__header .eyebrow { margin-bottom: 16px; }
.solution-services__header h2 { margin: 0; color: #071527; font-size: clamp(40px, 4vw, 64px); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.solution-services__header > p { margin: 0 0 4px; color: #586d79; font-size: 17px; line-height: 1.6; }
.solution-services__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.solution-service-card { overflow: hidden; border: 1px solid #dce7ea; border-radius: 12px; background: #f8fbfc; box-shadow: 0 16px 38px rgba(15,48,65,.07); scroll-margin-top: 100px; }
.solution-service-card > img { width: 100%; height: 330px; object-fit: cover; transition: transform .55s ease; }
.solution-service-card:hover > img { transform: scale(1.025); }
.solution-service-card > div { padding: 30px 32px 34px; }
.solution-service-card span { color: #078895; font-size: 12px; font-weight: 700; letter-spacing: .17em; }
.solution-service-card h3 { margin: 13px 0 12px; color: #102638; font-size: clamp(25px, 2.3vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.solution-service-card p { margin: 0; color: #586d79; font-size: 16px; line-height: 1.6; }
.solution-service-card a { display: inline-flex; align-items: center; gap: 22px; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid #078e99; color: #087684; font-size: 14px; font-weight: 650; }
.solution-service-card a b { font-size: 20px; font-weight: 400; transition: transform .2s; }
.solution-service-card a:hover b { transform: translateX(4px); }
.solutions-workflow { min-height: 620px; }
.solutions-workflow .split-feature__image { overflow: hidden; }
.solutions-workflow .split-feature__image img { transition: transform .7s ease; }
.solutions-workflow:hover .split-feature__image img { transform: scale(1.025); }
.solutions-workflow .split-feature__copy { background: linear-gradient(135deg, #eaf4f7 0%, #f8fbfc 100%); }

@media (max-width: 900px) {
  .solution-services__header { grid-template-columns: 1fr; gap: 24px; }
  .solution-services__header > p { max-width: 680px; }
  .solution-services__grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .solutions-page .page-hero { min-height: 500px; }
  .solutions-page .page-hero::after { background: linear-gradient(90deg, rgba(2,24,39,.95), rgba(2,31,48,.58)); }
  .solution-services { padding-block: 64px; }
  .solution-services__header { margin-bottom: 34px; }
  .solution-services__header h2 { font-size: 40px; }
  .solution-service-card > img { height: 230px; }
  .solution-service-card > div { padding: 24px; }
  .solutions-workflow { min-height: 0; }
}

/* Remaining primary navigation pages. */
.products-page .page-hero,
.brands-page .page-hero,
.projects-page .page-hero,
.news-page .page-hero,
.blog-page .page-hero,
.gallery-page .page-hero,
.contact-page .page-hero { min-height: 560px; }
.products-page .page-hero::after,
.brands-page .page-hero::after,
.projects-page .page-hero::after,
.news-page .page-hero::after,
.blog-page .page-hero::after,
.gallery-page .page-hero::after,
.contact-page .page-hero::after { background: linear-gradient(90deg, rgba(2,24,39,.95) 0%, rgba(2,31,48,.72) 44%, rgba(2,31,48,.1) 80%); }
.products-page .page-hero h1,
.brands-page .page-hero h1,
.projects-page .page-hero h1,
.news-page .page-hero h1,
.blog-page .page-hero h1,
.gallery-page .page-hero h1,
.contact-page .page-hero h1 { max-width: 1050px; font-weight: 600; }
.products-page .page-hero__lead,
.brands-page .page-hero__lead,
.projects-page .page-hero__lead,
.news-page .page-hero__lead,
.blog-page .page-hero__lead,
.gallery-page .page-hero__lead,
.contact-page .page-hero__lead { max-width: 720px; }

.products-page .page-main > .section { background: linear-gradient(135deg, rgba(215,234,239,.42), transparent 44%), #f5f8f9; }
.product-catalog .section-heading--row > div { max-width: 760px; }
.product-category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.product-category-card { overflow: hidden; border: 1px solid #d8e5e8; border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgba(12,46,63,.08); }
.product-category-card__visual { height: 320px; overflow: hidden; background: #dcecef; }
.product-category-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-category-card:hover .product-category-card__visual img { transform: scale(1.035); }
.product-category-card__copy { padding: clamp(28px,3.4vw,48px); }
.product-category-card__copy > span { color: #07828e; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-category-card__copy h2 { margin: 18px 0 14px; color: #071527; font-size: clamp(27px,2.6vw,40px); font-weight: 600; letter-spacing: -.035em; }
.product-category-card__copy p { min-height: 58px; margin: 0 0 30px; color: #586d79; line-height: 1.7; }
.product-category-card__copy .text-link { display: inline-flex; gap: 16px; align-items: center; color: #087f8b; }
.product-category-card__copy .text-link span { font-size: 18px; font-weight: 400; }

.brands-page > .page-main > section[aria-label] { background: #f6f9fa; }
.brands-page .brand-detail { min-height: 570px; border-color: #dce7ea; }
.brands-page .brand-detail__visual { background: linear-gradient(135deg,#edf5f7,#fff); }
.brands-page .brand-detail__copy { background: #fff; }
.brands-page .brand-detail:nth-child(even) .brand-detail__copy { background: #f8fbfc; }
.brands-page .brand-detail__visual img { transition: transform .45s ease; }
.brands-page .brand-detail:hover .brand-detail__visual img { transform: scale(1.04); }
.brands-page .contact { background: linear-gradient(120deg,#05243b,#087984); }

.projects-page .page-main > .section { background: linear-gradient(135deg,rgba(215,234,239,.38),transparent 42%),#f5f8f9; }
.projects-page .project-list { gap: 34px; }
.projects-page .project-case { overflow: hidden; gap: 0; border: 1px solid #dce7ea; border-radius: 12px; background: #fff; box-shadow: 0 16px 40px rgba(16,48,65,.075); }
.projects-page .project-case__image { height: 500px; }
.projects-page .project-case__copy { padding: clamp(38px,5vw,74px); }
.projects-page .statement { background: linear-gradient(120deg,#05243b,#087984); }

.news-page .page-main > .section:first-of-type,
.blog-page .page-main > .section:first-of-type { background: #fff; }
.news-page .listing-feature,
.blog-page .listing-feature { overflow: hidden; border-radius: 12px; box-shadow: 0 18px 42px rgba(9,34,52,.11); }
.news-page .clients,
.blog-page .clients { background: linear-gradient(135deg,rgba(215,234,239,.42),transparent 45%),#f4f8f9; }
.news-page .content-card,
.blog-page .content-card { padding: 0 0 28px; border: 1px solid #dce7ea; border-radius: 10px; background: #fff; overflow: hidden; box-shadow: 0 12px 30px rgba(19,53,70,.055); }
.news-page .content-card > :not(.content-card__image),
.blog-page .content-card > :not(.content-card__image) { margin-left: 24px; margin-right: 24px; }

.gallery-page .page-main > .section { background: linear-gradient(135deg,rgba(215,234,239,.4),transparent 45%),#f5f8f9; }
.gallery-page .album-card,
.gallery-page .video-card__media { border-radius: 11px; overflow: hidden; box-shadow: 0 16px 38px rgba(8,35,51,.1); }
.gallery-page .video-card h2 { color: #102638; }
.gallery-page .gallery-tabs { margin-bottom: 54px; }
.gallery-page .page-main > .section { padding-top: clamp(72px,7vw,104px); padding-bottom: clamp(86px,8vw,120px); }
.gallery-page .gallery-heading { margin-bottom: 46px; }
.gallery-page .gallery-heading h2 { font-size: clamp(2.6rem,4vw,4.4rem); }
.products-page .reveal,
.brands-page .reveal,
.projects-page .reveal,
.gallery-page .reveal { opacity: 1; transform: none; }

.contact-page .page-hero__image { object-position: center 58%; }
.contact-page .page-main > .section { background: linear-gradient(135deg,rgba(215,234,239,.42),transparent 45%),#f4f8f9; }
.contact-page .contact-page-grid > div:first-child h2 { margin: 0 0 34px; color: #071527; font-size: clamp(38px,4vw,60px); line-height: 1; letter-spacing: -.045em; }
.contact-page .contact-form { padding: clamp(28px,4vw,52px); border: 1px solid #d7e5e9; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(18,52,69,.08); }
.contact-page .contact-form .button { border-radius: 8px; color: #fff; }

@media (max-width: 900px) {
  .product-category-grid { grid-template-columns: 1fr; }
  .projects-page .project-case,
  .projects-page .project-case:nth-child(even) { grid-template-columns: 1fr; }
  .projects-page .project-case:nth-child(even) .project-case__image { order: initial; }
}

@media (max-width: 580px) {
  .products-page .page-hero,
  .brands-page .page-hero,
  .projects-page .page-hero,
  .news-page .page-hero,
  .blog-page .page-hero,
  .gallery-page .page-hero,
  .contact-page .page-hero { min-height: 500px; }
  .products-page .page-hero::after,
  .brands-page .page-hero::after,
  .projects-page .page-hero::after,
  .news-page .page-hero::after,
  .blog-page .page-hero::after,
  .gallery-page .page-hero::after,
  .contact-page .page-hero::after { background: linear-gradient(90deg,rgba(2,24,39,.95),rgba(2,31,48,.58)); }
  .product-category-card__visual { height: 250px; }
  .product-category-card__copy p { min-height: 0; }
  .gallery-page .gallery-tabs { margin-bottom: 38px; }
  .gallery-page .gallery-heading { margin-bottom: 32px; }
  .projects-page .project-case__image { height: 340px; }
  .news-page .content-card > :not(.content-card__image),
  .blog-page .content-card > :not(.content-card__image) { margin-left: 20px; margin-right: 20px; }
  .contact-page .contact-form { padding: 24px 20px; }
}

/* Homepage-aligned brand and contact experiences. */
.brands-page .brand-partner-list { background: #f3f8f9; }
.brands-page .brand-detail { grid-template-columns: 1.08fr .92fr; min-height: 600px; }
.brands-page .brand-detail:nth-child(even) { grid-template-columns: .92fr 1.08fr; }
.brands-page .brand-detail__visual { position: relative; min-height: 600px; padding: 0; overflow: hidden; background: #dce9ec; }
.brands-page .brand-detail__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(2,23,38,.5),transparent 52%); }
.brands-page .brand-detail__visual .brand-detail__scene { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; transform: none; }
.brands-page .brand-detail:hover .brand-detail__visual .brand-detail__scene { transform: scale(1.035); }
.brand-detail__badge { position: absolute; z-index: 2; left: 34px; bottom: 32px; display: grid; place-items: center; width: 190px; height: 104px; padding: 18px 24px; border-radius: 8px; background: rgba(255,255,255,.95); box-shadow: 0 14px 34px rgba(1,22,36,.18); }
.brands-page .brand-detail__badge img { width: 100%; height: 100%; max-width: 145px; max-height: 68px; object-fit: contain; }
.brand-detail__badge--word { width: 220px; color: #0b75b9; font-size: 28px; font-weight: 800; letter-spacing: .04em; }
.brands-page .brand-detail__copy { padding: clamp(52px,6vw,90px); }
.brands-page .brand-detail__copy .text-link { margin-top: 34px; color: #087f8b; }

.contact-page .reveal { opacity: 1; transform: none; }
.contact-conversation { padding-block: clamp(86px,8vw,125px); }
.contact-page .contact-page-grid { grid-template-columns: .82fr 1.18fr; gap: clamp(56px,7vw,110px); align-items: start; }
.contact-page-intro { max-width: 560px; margin: 0 0 34px; color: #586d79; font-size: 17px; line-height: 1.7; }
.contact-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.contact-page .contact-card { min-height: 142px; padding: 22px; border: 1px solid #d8e5e8; border-radius: 8px; background: rgba(255,255,255,.82); }
.contact-page .contact-card p,
.contact-page .contact-card a { font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }
.contact-form__heading { grid-column: 1 / -1; margin-bottom: 12px; }
.contact-form__heading > span { color: #087f8b; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-form__heading h2 { margin: 10px 0 0; color: #071527; font-size: clamp(31px,3vw,44px); font-weight: 600; letter-spacing: -.04em; }
.contact-next { padding: clamp(82px,8vw,120px) 0; background: #fff; }
.contact-next .section-heading--row > div { max-width: 690px; }
.contact-next__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #cbdadf; }
.contact-next__grid article { min-height: 240px; padding: 34px 38px; border-right: 1px solid #cbdadf; }
.contact-next__grid article:last-child { border-right: 0; }
.contact-next__grid span { color: #07828e; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.contact-next__grid h3 { margin: 48px 0 13px; color: #071527; font-size: 28px; font-weight: 600; }
.contact-next__grid p { margin: 0; color: #586d79; line-height: 1.65; }

@media (max-width: 900px) {
  .brands-page .brand-detail,
  .brands-page .brand-detail:nth-child(even) { grid-template-columns: 1fr; }
  .brands-page .brand-detail__visual { min-height: 470px; }
  .contact-page .contact-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .brands-page .brand-detail__visual { min-height: 340px; }
  .brand-detail__badge { left: 20px; bottom: 20px; width: 155px; height: 84px; }
  .brand-detail__badge--word { width: 175px; font-size: 23px; }
  .brands-page .brand-detail__copy { padding: 40px 20px 54px; }
  .contact-card-grid,
  .contact-next__grid { grid-template-columns: 1fr; }
  .contact-page .contact-card { min-height: 0; }
  .contact-next__grid article { min-height: 0; padding: 30px 20px; border-right: 0; border-bottom: 1px solid #cbdadf; }
  .contact-next__grid article:last-child { border-bottom: 0; }
  .contact-next__grid h3 { margin-top: 26px; }
}

/* Reusable geographic context strip. */
.page-map-strip { position: relative; overflow: hidden; border-bottom: 1px solid #d6e3e7; background: #fff; }
.page-map-strip::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg,rgba(217,238,241,.65),transparent 44%,rgba(229,243,245,.48)); }
.page-map-strip__inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 280px 190px; gap: 46px; align-items: center; min-height: 178px; }
.page-map-strip__inner > div p { margin: 0 0 10px; color: #07828e; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.page-map-strip__inner h2 { max-width: 710px; margin: 0; color: #071527; font-size: clamp(25px,2.6vw,38px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.page-map-strip__inner img { justify-self: center; width: 100%; height: 126px; object-fit: contain; }
.page-map-strip--world .page-map-strip__inner img { max-width: 260px; }
.page-map-strip--bangladesh .page-map-strip__inner img { width: 112px; }
.page-map-strip__inner > span { padding-left: 26px; border-left: 2px solid #10aeb8; color: #38566a; font-size: 11px; font-weight: 700; line-height: 1.6; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 900px) {
  .page-map-strip__inner { grid-template-columns: minmax(0,1fr) 180px; gap: 28px; }
  .page-map-strip__inner > span { display: none; }
}

@media (max-width: 580px) {
  .page-map-strip__inner { grid-template-columns: minmax(0,1fr) 92px; gap: 18px; min-height: 144px; padding-block: 22px; }
  .page-map-strip__inner h2 { font-size: 22px; }
  .page-map-strip__inner img { height: 90px; }
  .page-map-strip--bangladesh .page-map-strip__inner img { width: 72px; }
}
.page-map-strip--world .page-map-strip__inner img { mix-blend-mode: multiply; }

/* Legal, FAQ and sitemap pages. */
.footer--partnership .footer-bottom { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); grid-template-rows: auto; column-gap: 32px; min-height: 66px; padding-block: 15px; }
.footer--partnership .footer-bottom > span:first-child { color: #b7c9d1; font-size: 12px; line-height: 1.35; }
.footer--partnership .footer-credit { grid-column: 2; grid-row: 1; align-self: center; }
.footer--partnership .footer-tomorrow { grid-column: 3; grid-row: 1; align-self: center; }
.legal-page .legal-hero { min-height: 460px; }
.legal-page .legal-hero::after { background: linear-gradient(90deg,rgba(2,24,39,.94),rgba(2,31,48,.68) 52%,rgba(2,31,48,.15)); }
.legal-page .legal-hero h1 { max-width: 940px; font-size: clamp(3.2rem,5.4vw,5.7rem); font-weight: 600; }
.legal-section { background: linear-gradient(135deg,rgba(215,234,239,.42),transparent 43%),#f4f8f9; }
.legal-layout { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); gap: clamp(58px,8vw,120px); align-items: start; }
.legal-aside { position: sticky; top: 112px; }
.legal-aside h2 { margin: 13px 0 22px; color: #071527; font-size: clamp(35px,4vw,56px); font-weight: 600; line-height: 1.04; letter-spacing: -.045em; }
.legal-aside > p:not(.eyebrow) { max-width: 400px; margin: 0; color: #586d79; line-height: 1.75; }
.legal-aside .button,
.legal-aside .text-link { margin-top: 32px; }
.legal-prose { padding: clamp(34px,5vw,70px); border: 1px solid #d8e5e8; border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgba(12,46,63,.07); }
.legal-prose .legal-updated { margin-top: 0; color: #07828e; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-prose h2 { margin: 42px 0 12px; color: #071527; font-size: clamp(22px,2.2vw,29px); font-weight: 600; letter-spacing: -.025em; }
.legal-prose .legal-updated + h2 { margin-top: 30px; }
.legal-prose p { margin: 0; color: #4f6470; font-size: 16px; line-height: 1.8; }
.legal-prose a { color: #087f8b; text-decoration: underline; text-underline-offset: 3px; }

.faq-layout { display: grid; grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr); gap: clamp(58px,8vw,120px); align-items: start; }
.faq-list { border-top: 1px solid #cbdadf; }
.faq-item { border-bottom: 1px solid #cbdadf; }
.faq-item summary { display: grid; grid-template-columns: minmax(0,1fr) 36px; gap: 24px; align-items: center; padding: 28px 0; color: #071527; font-size: clamp(18px,1.65vw,23px); font-weight: 600; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #8fb1ba; border-radius: 50%; color: #07828e; font-size: 20px; font-weight: 400; transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > p { max-width: 760px; margin: -4px 60px 28px 0; color: #586d79; line-height: 1.75; }

.sitemap-section .section-heading { margin-bottom: 58px; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.sitemap-grid section { min-height: 320px; padding: 34px; border: 1px solid #d8e5e8; border-radius: 10px; background: #fff; }
.sitemap-grid section > span { color: #07828e; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.sitemap-grid h2 { margin: 46px 0 24px; color: #071527; font-size: 27px; font-weight: 600; }
.sitemap-grid a { display: block; width: fit-content; margin: 12px 0; color: #4f6470; line-height: 1.45; }
.sitemap-grid a:hover { color: #07828e; }

@media (max-width: 900px) {
  .legal-layout,
  .faq-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .sitemap-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .footer--partnership .footer-credit { order: 2; }
  .footer--partnership .footer-tomorrow { order: 3; }
}

@media (max-width: 580px) {
  .legal-page .legal-hero { min-height: 440px; }
  .legal-page .legal-hero h1 { font-size: 44px; }
  .legal-page .legal-section { padding-block: 72px; }
  .legal-prose { padding: 28px 22px; }
  .faq-item summary { padding: 23px 0; }
  .faq-item > p { margin-right: 0; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .sitemap-grid section { min-height: 0; padding: 28px 24px; }
  .sitemap-grid h2 { margin-top: 30px; }
}
