:root {
  --navy: #06172a;
  --navy-2: #0b2845;
  --blue: #12395a;
  --green: #8bc34a;
  --green-light: #a8d65e;
  --white: #fff;
  --off-white: #f5f7f8;
  --line: rgba(255,255,255,.18);
  --text: #111820;
  --muted: #66717d;
  --font: "Manrope", Arial, sans-serif;
  --container: min(1320px, calc(100vw - 80px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--off-white); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 999; background: var(--green); color: var(--navy); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 42px; color: var(--white); border-bottom: 1px solid var(--line); transition: .3s ease; }
.site-header.is-scrolled { height: 76px; background: rgba(6,23,42,.96); box-shadow: 0 10px 35px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.brand img { width: 138px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; margin-right: 34px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -11px; width: 100%; height: 1px; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switcher { display: flex; gap: 7px; }
.language-switcher button { border: 0; padding: 4px 2px; color: rgba(255,255,255,.45); background: none; font-size: 11px; font-weight: 700; cursor: pointer; }
.language-switcher button.is-active { color: var(--white); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid var(--green); background: var(--green); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.button span { transition: transform .25s; }
.button:hover { background: var(--green-light); border-color: var(--green-light); }
.button:hover span { transform: translate(3px,-3px); }
.button--small { min-height: 42px; padding-inline: 18px; gap: 14px; font-size: 10px; }
.button--outline { border-color: rgba(255,255,255,.48); color: var(--white); background: transparent; }
.button--outline:hover { background: var(--white); border-color: var(--white); color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; padding: 13px 10px; }
.menu-toggle span { display: block; height: 1px; background: var(--white); margin: 5px 0; transition: .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: flex; visibility: hidden; opacity: 0; flex-direction: column; justify-content: center; padding: 110px 34px 40px; color: var(--white); background: var(--navy); transition: .3s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { display: grid; gap: 12px; }
.mobile-menu nav a { font-size: clamp(30px, 8vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.mobile-menu__meta { margin-top: auto; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 12px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; color: var(--white); background: var(--navy); }
body[data-page="home"] .hero { min-height: calc(100svh - 190px); }
.hero__image, .hero__overlay, .hero__grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center 52%; animation: heroScale 12s ease-out both; }
.hero__overlay { background: linear-gradient(90deg, rgba(4,17,31,.9) 0%, rgba(4,17,31,.64) 45%, rgba(4,17,31,.18) 78%), linear-gradient(0deg, rgba(4,17,31,.72), transparent 45%); }
.hero__grid { opacity: .18; background-image: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255,255,255,.25) 25%, transparent calc(25% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,.2) 50%, transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(75% - 1px), rgba(255,255,255,.15) 75%, transparent calc(75% + 1px)); }
.hero__content { position: relative; z-index: 2; width: var(--container); margin: 72px auto 0; padding-right: 35%; animation: rise .9s .15s ease-out both; }
.eyebrow { margin: 0 0 28px; color: var(--green-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { margin: 0 12px; color: rgba(255,255,255,.45); }
.hero h1 { margin: 0; max-width: 860px; font-size: clamp(58px,7vw,104px); font-weight: 500; line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.hero__lead { max-width: 650px; margin: 34px 0 36px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.6; }
.hero__actions { display: flex; gap: 12px; }
.hero__side-note { position: absolute; z-index: 2; top: 48%; right: 42px; display: flex; gap: 24px; writing-mode: vertical-rl; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll { position: absolute; z-index: 2; left: 42px; bottom: 24px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero__scroll span { width: 42px; height: 1px; background: var(--green); }
.stats-strip { position: relative; display: grid; grid-template-columns: repeat(4,1fr); color: var(--white); background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); }
.stat { min-height: 190px; padding: 38px 42px; border-right: 1px solid rgba(255,255,255,.12); }
.stat strong, .stat > span { font-size: clamp(38px,4vw,62px); font-weight: 500; letter-spacing: -.06em; }
.stat > span { color: var(--green); }
.stat p { max-width: 170px; margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes heroScale { from { transform: scale(1.035); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Shared editorial system */
.section { width: var(--container); margin: 0 auto; padding: 128px 0; }
.section-label { margin: 0 0 24px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-label::before { content: ""; display: inline-block; width: 26px; height: 1px; margin: 0 12px 3px 0; background: var(--green); }
.section-label--light { color: rgba(255,255,255,.7); }
.section h2, .project-map h2, .discipline-section h2, .engineering-section h2, .bess-section h2, .sustainability-section h2, .final-cta h2, .inner-hero h1, .detail-hero h1 { margin: 0; font-size: clamp(42px,5vw,72px); font-weight: 500; line-height: 1.03; letter-spacing: -.055em; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(240px,.7fr); gap: 10%; align-items: end; margin-bottom: 68px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid #aab2b8; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

.intro-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10%; }
.intro-section__title h2 { font-size: clamp(40px,4.3vw,64px); }
.intro-section__copy { padding-top: 54px; }
.intro-section__copy p { margin: 0 0 20px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-section__copy .text-link { margin-top: 22px; }
.intro-section__image { grid-column: 1 / -1; margin: 68px 0 0; }
.intro-section__image img { width: 100%; height: min(62vw,720px); object-fit: cover; }
.intro-section__image figcaption { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #ccd3d7; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.expertise-section { width: 100%; padding-inline: max(40px, calc((100vw - 1320px)/2)); background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d8dde0; border-left: 1px solid #d8dde0; }
.service-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid #d8dde0; border-bottom: 1px solid #d8dde0; transition: background .3s, color .3s; }
.service-card > span { color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.service-card h3 { margin: 72px 0 22px; font-size: 29px; font-weight: 500; line-height: 1.12; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card b { margin-top: auto; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.service-card:hover { color: var(--white); background: var(--navy-2); }
.service-card:hover p, .service-card:hover > span { color: rgba(255,255,255,.58); }

.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 64px 26px; }
.project-grid--featured .project-card:nth-child(even) { margin-top: 110px; }
.project-card[hidden] { display: none; }
.project-card__image { position: relative; display: block; overflow: hidden; background: #d8dde0; }
.project-card__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .65s ease; }
.project-card__image > span { position: absolute; right: 0; bottom: 0; padding: 18px 22px; color: var(--white); background: var(--navy); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: translateY(100%); transition: transform .3s; }
.project-card:hover .project-card__image img { transform: scale(1.035); }
.project-card:hover .project-card__image > span { transform: none; }
.project-card__meta, .project-card__details { display: flex; align-items: center; justify-content: space-between; }
.project-card__meta { margin-top: 19px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.project-card__meta p { margin: 0; }
.project-card h3 { margin: 13px 0 22px; font-size: clamp(25px,2.4vw,36px); font-weight: 500; letter-spacing: -.04em; }
.project-card__details { padding-top: 15px; border-top: 1px solid #cdd3d7; color: var(--muted); font-size: 12px; }
.project-card__details strong { color: var(--text); font-weight: 600; }

.project-map { min-height: 780px; display: grid; grid-template-columns: .78fr 1.22fr; color: var(--white); background: var(--navy); overflow: hidden; }
.project-map__copy { display: flex; flex-direction: column; padding: 112px max(40px, calc((100vw - 1320px)/2)); padding-right: 60px; }
.project-map__copy > p:not(.section-label) { margin: 34px 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.8; }
.map-panel { margin-top: auto; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.map-panel p { margin: 0 0 8px; color: var(--green); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.map-panel h3 { margin: 0 0 8px; font-size: 30px; font-weight: 500; }
.map-panel span { display: block; color: rgba(255,255,255,.5); font-size: 12px; }
.map-panel a { display: inline-block; margin-top: 20px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.project-map__visual { position: relative; overflow: hidden; border-left: 1px solid rgba(255,255,255,.12); background-color: #081d32; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; }
.map-outline { position: absolute; inset: 12% 5%; display: grid; place-items: center; color: rgba(255,255,255,.035); font-size: clamp(100px,18vw,280px); font-weight: 700; letter-spacing: -.1em; transform: rotate(-8deg); }
.map-marker { position: absolute; display: flex; align-items: center; gap: 8px; border: 0; color: rgba(255,255,255,.7); background: none; font-size: 9px; letter-spacing: .12em; cursor: pointer; }
.map-marker span { position: relative; width: 12px; height: 12px; border: 2px solid var(--green); border-radius: 50%; background: var(--navy); }
.map-marker span::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(139,195,74,.4); border-radius: 50%; animation: pulse 2s infinite; }
.map-marker.is-active { color: var(--white); }
.map-marker.is-active span { background: var(--green); }
.marker-ro { left: 61%; top: 54%; }.marker-bg { left: 58%; top: 67%; }.marker-hu { left: 48%; top: 48%; }.marker-gr { left: 49%; top: 76%; }.marker-pl { left: 49%; top: 31%; }
@keyframes pulse { 0% { transform: scale(.7); opacity: 0; } 50% { opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }

.process-line { list-style: none; display: grid; grid-template-columns: repeat(6,1fr); margin: 0; padding: 0; border-top: 1px solid #cbd2d6; }
.process-line li { position: relative; min-height: 280px; padding: 32px 22px 0 0; }
.process-line li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.process-line b { color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.process-line h3 { margin: 55px 0 15px; padding-right: 18px; font-size: 17px; font-weight: 600; line-height: 1.4; }
.process-line p { margin: 0; padding-right: 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.discipline-section { min-height: 820px; display: grid; grid-template-columns: 1.1fr .9fr; color: var(--white); background: var(--navy-2); }
.discipline-section figure { position: relative; margin: 0; min-height: 720px; }
.discipline-section figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.discipline-section figure figcaption { position: absolute; left: 30px; bottom: 28px; padding-left: 14px; border-left: 2px solid var(--green); font-size: 10px; line-height: 1.7; letter-spacing: .1em; text-transform: uppercase; }
.discipline-section__copy { padding: 110px 8vw; }
.discipline-section__copy ul { list-style: none; margin: 54px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.discipline-section__copy li { position: relative; padding: 17px 0 17px 28px; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.76); font-size: 13px; }
.discipline-section__copy li::before { content: ""; position: absolute; left: 0; top: 24px; width: 8px; height: 1px; background: var(--green); }
.technology-strip { padding: 42px max(40px,calc((100vw - 1320px)/2)); background: var(--white); border-bottom: 1px solid #d8dde0; }
.technology-strip > p { margin: 0 0 34px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.technology-strip > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; color: #7d858b; font-size: clamp(15px,1.5vw,22px); font-weight: 700; }
.technology-strip small { display: block; margin-top: 28px; color: #9ba3a8; font-size: 9px; }

.engineering-section { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; padding: 130px max(40px,calc((100vw - 1320px)/2)); color: var(--white); background: #041321; overflow: hidden; }
.engineering-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(139,195,74,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(139,195,74,.08) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,transparent,#000); }
.engineering-section > * { position: relative; }
.engineering-section__title > p:not(.section-label) { max-width: 480px; margin-top: 36px; color: rgba(255,255,255,.56); line-height: 1.8; }
.engineering-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.engineering-grid div { min-height: 150px; padding: 24px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.engineering-grid span { color: var(--green); font-size: 9px; letter-spacing: .13em; }
.engineering-grid h3 { margin: 44px 0 0; font-size: 16px; font-weight: 500; }

.bess-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--white); }
.bess-visual { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 7vw; color: var(--white); background: var(--navy); overflow: hidden; }
.bess-visual::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 36px 36px; }
.bess-visual > span { position: relative; font-size: clamp(50px,7vw,96px); line-height: .95; font-weight: 500; letter-spacing: -.07em; }
.bess-visual > span:nth-child(2) { color: var(--green); }
.battery-blocks { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; height: 92px; margin-top: 58px; }
.battery-blocks i { border: 1px solid rgba(255,255,255,.28); background: linear-gradient(0deg,var(--green) 64%,transparent 64%); }
.bess-visual p { position: relative; margin: 19px 0 0; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.bess-copy { align-self: center; padding: 7vw; }
.bess-copy > p:not(.section-label) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; margin: 40px 0; padding: 24px 0; border-block: 1px solid #d3d9dc; }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { font-size: 21px; font-weight: 600; }
.mini-stats span { margin-top: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.button--dark { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button--dark:hover { color: var(--navy); background: var(--green); border-color: var(--green); }

.sustainability-section { position: relative; min-height: 740px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.sustainability-section > img, .sustainability-section__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.sustainability-section > img { object-fit: cover; }
.sustainability-section__overlay { background: linear-gradient(90deg,rgba(4,23,31,.88),rgba(4,23,31,.45) 55%,rgba(4,23,31,.1)); }
.sustainability-section__copy { position: relative; width: var(--container); margin: auto; }
.sustainability-section__copy p:not(.section-label) { max-width: 580px; margin: 30px 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }

.industry-list { border-top: 1px solid #ccd3d7; }
.industry-list > div { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid #ccd3d7; align-items: center; }
.industry-list span { color: var(--green); font-size: 10px; }
.industry-list h3 { margin: 0; font-size: clamp(22px,2.5vw,35px); font-weight: 500; letter-spacing: -.04em; }
.industry-list p { margin: 0; color: var(--muted); font-size: 14px; }

.insights-section { padding-top: 40px; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.insight-grid article img, .insight-graphic { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.insight-graphic { display: flex; flex-direction: column; justify-content: space-between; padding: 36px; color: var(--green); background: var(--navy); font-size: 64px; font-weight: 500; letter-spacing: -.06em; }
.insight-graphic span { align-self: flex-end; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .1em; }
.insight-grid article > p { margin: 18px 0 11px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.insight-grid h3 { margin: 0 0 28px; font-size: 22px; font-weight: 500; line-height: 1.35; }
.insight-grid a { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.final-cta { padding: 130px max(40px,calc((100vw - 1320px)/2)); color: var(--white); background: var(--navy-2); }
.final-cta > p:not(.section-label) { margin: 32px 0; color: rgba(255,255,255,.6); font-size: 17px; }
.final-cta > div { display: flex; align-items: center; gap: 34px; }
.final-cta > div > a:not(.button) { color: rgba(255,255,255,.7); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.4); }

.site-footer { padding: 80px 42px 24px; color: var(--white); background: #03101d; }
.footer-lead { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-lead img { width: 150px; }
.footer-lead p { max-width: 390px; margin: 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.7; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.1fr 1fr 1.4fr; gap: 6%; padding: 70px 0; }
.footer-grid h2 { margin: 0 0 24px; color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 12px; color: rgba(255,255,255,.72); font-size: 12px; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom button { border: 0; padding: 0; color: inherit; background: none; font: inherit; text-transform: inherit; cursor: pointer; }
.cookie-banner { position: fixed; z-index: 200; left: 24px; bottom: 24px; width: min(430px,calc(100vw - 48px)); display: flex; visibility: hidden; opacity: 0; align-items: center; gap: 24px; padding: 20px; color: var(--white); background: var(--navy); box-shadow: 0 20px 60px rgba(0,0,0,.25); transform: translateY(18px); transition: .3s; }
.cookie-banner.is-visible { visibility: visible; opacity: 1; transform: none; }
.cookie-banner p { margin: 0; font-size: 11px; line-height: 1.5; }
.cookie-banner div { display: flex; gap: 7px; }
.cookie-banner button { border: 1px solid rgba(255,255,255,.28); padding: 8px 10px; color: var(--white); background: none; font-size: 9px; cursor: pointer; }
.cookie-banner button:first-child { color: var(--navy); background: var(--green); border-color: var(--green); }
.back-top { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: 44px; height: 44px; visibility: hidden; opacity: 0; border: 1px solid rgba(255,255,255,.2); color: var(--white); background: var(--navy); cursor: pointer; transition: .25s; }
.back-top.is-visible { visibility: visible; opacity: 1; }

/* Inner pages */
.inner-hero { position: relative; min-height: 660px; display: flex; align-items: flex-end; padding: 150px max(40px,calc((100vw - 1320px)/2)) 90px; color: var(--white); background: var(--navy); overflow: hidden; }
.inner-hero > img, .inner-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.inner-hero > img { object-fit: cover; opacity: .46; }
.inner-hero::after { content: ""; background: linear-gradient(90deg,rgba(6,23,42,.95),rgba(6,23,42,.55),rgba(6,23,42,.2)); }
.inner-hero__content { position: relative; z-index: 1; width: 100%; }
.inner-hero h1 { max-width: 900px; font-size: clamp(56px,7vw,102px); text-transform: uppercase; }
.inner-hero__meta { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); }
.inner-hero__meta p { max-width: 590px; margin: 0; color: rgba(255,255,255,.67); line-height: 1.7; }
.story-grid, .mission-grid, .project-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.story-grid p, .mission-grid p, .project-overview p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.large-image { width: 100%; max-height: 780px; object-fit: cover; }
.value-grid, .scope-grid { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid #d3d9dd; border-top: 1px solid #d3d9dd; }
.value-grid > div, .scope-grid > div { min-height: 270px; padding: 28px; border-right: 1px solid #d3d9dd; border-bottom: 1px solid #d3d9dd; }
.value-grid b, .scope-grid b { color: var(--green); font-size: 10px; letter-spacing: .12em; }
.value-grid h3, .scope-grid h3 { margin: 68px 0 16px; font-size: 21px; font-weight: 500; }
.value-grid p, .scope-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-detail { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; padding: 100px 0; border-top: 1px solid #cfd5d9; }
.service-detail h2 { font-size: clamp(38px,4vw,58px); }
.service-detail__copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.capability-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-top: 1px solid #ccd3d7; }
.capability-list span { padding: 16px 0; border-bottom: 1px solid #ccd3d7; font-size: 12px; }
.accordion { margin-top: 30px; }
.accordion-item { border-top: 1px solid #cfd5d9; }
.accordion-item:last-child { border-bottom: 1px solid #cfd5d9; }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; padding: 20px 0; border: 0; background: none; text-align: left; cursor: pointer; }
.accordion-item__content { display: none; padding: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.accordion-item.is-open .accordion-item__content { display: block; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 50px; }
.filter-bar button { border: 1px solid #cbd2d6; padding: 12px 18px; color: var(--muted); background: transparent; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.filter-bar button.is-active, .filter-bar button:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }

.detail-hero { position: relative; min-height: 86svh; display: flex; align-items: flex-end; color: var(--white); background: var(--navy); }
.detail-hero > img, .detail-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-hero__overlay { background: linear-gradient(0deg,rgba(4,16,30,.92),rgba(4,16,30,.12) 70%); }
.detail-hero__content { position: relative; width: var(--container); margin: 0 auto; padding: 160px 0 70px; }
.detail-hero__content > div { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.26); }
.detail-hero__content strong { color: var(--green); font-size: 22px; }
.technical-panel { display: grid; grid-template-columns: repeat(5,1fr); padding: 0 max(40px,calc((100vw - 1320px)/2)); color: var(--white); background: var(--navy); }
.technical-panel div { min-height: 150px; padding: 32px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.technical-panel span, .technical-panel strong { display: block; }
.technical-panel span { color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.technical-panel strong { margin-top: 40px; font-size: 15px; font-weight: 500; }
.project-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; padding: 12px; background: var(--navy); }
.project-gallery img { width: 100%; height: 420px; object-fit: cover; }
.project-gallery img:first-child { grid-row: span 2; height: 852px; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.contact-details h2 { font-size: 38px; }
.contact-details > p { color: var(--muted); line-height: 1.8; }
.contact-person { padding: 24px 0; border-top: 1px solid #cfd5d9; }
.contact-person:last-child { border-bottom: 1px solid #cfd5d9; }
.contact-person strong, .contact-person a { display: block; }
.contact-person strong { margin-bottom: 8px; }
.contact-person a { margin-bottom: 5px; color: var(--muted); font-size: 13px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 18px; }
.form-field { position: relative; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid #bfc7cc; border-radius: 0; padding: 13px 0; background: transparent; color: var(--text); outline: 0; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); }
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea { border-color: #bd392f; }
.form-status { grid-column: 1 / -1; min-height: 22px; margin: 0; color: #bd392f; font-size: 12px; }
.form-status.is-success { color: #2e6f32; }
.office-map { min-height: 420px; display: grid; place-items: center; margin-top: 100px; color: var(--white); background-color: var(--navy); background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 42px 42px; text-align: center; }
.office-map strong { display: block; font-size: 32px; font-weight: 500; }.office-map span { color: var(--green); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }

.privacy-content { max-width: 900px; }
.privacy-content h2 { margin-top: 56px; font-size: 27px; }
.privacy-content p, .privacy-content li { color: var(--muted); line-height: 1.8; }

.sector-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #ccd3d7; border-left: 1px solid #ccd3d7; }
.sector-card { min-height: 390px; display: flex; flex-direction: column; padding: 38px; border-right: 1px solid #ccd3d7; border-bottom: 1px solid #ccd3d7; }
.sector-card > span { color: var(--green); font-size: 10px; letter-spacing: .13em; }
.sector-card h2 { margin: 70px 0 20px; font-size: clamp(28px,3vw,42px); }
.sector-card p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.75; }
.sector-card a { margin-top: auto; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.insights-hero-list { display: grid; grid-template-columns: 1.4fr .6fr; gap: 22px; }
.insights-hero-list article { position: relative; min-height: 620px; overflow: hidden; color: var(--white); background: var(--navy); }
.insights-hero-list article:last-child { min-height: 620px; }
.insights-hero-list img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.insights-hero-list article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,17,31,.94),transparent 70%); }
.insights-hero-list__copy { position: absolute; z-index: 1; inset: auto 34px 34px; }
.insights-hero-list__copy p { color: var(--green); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.insights-hero-list__copy h2 { margin: 14px 0 24px; font-size: clamp(28px,4vw,54px); }
.insights-hero-list__copy a { font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }

.portfolio-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.portfolio-preview > a { position: relative; min-height: 540px; overflow: hidden; color: var(--white); background: var(--navy); }
.portfolio-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .64; transition: transform .6s ease; }
.portfolio-preview > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,17,31,.94),rgba(4,17,31,.04) 72%); }
.portfolio-preview > a:hover img { transform: scale(1.035); }
.portfolio-preview > a > div { position: absolute; z-index: 1; inset: auto 34px 32px; }
.portfolio-preview p, .portfolio-preview span { margin: 0; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-preview p { color: var(--green); }
.portfolio-preview strong { display: block; margin: 10px 0 22px; font-size: clamp(42px,5vw,74px); font-weight: 500; letter-spacing: -.06em; }
.portfolio-preview span { color: rgba(255,255,255,.7); }

.portfolio-tabs { margin-bottom: 70px; }
.portfolio-tabs button { min-width: 210px; }
.portfolio-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7%; align-items: start; }
.portfolio-panel[hidden] { display: none; }
.portfolio-panel__summary { position: static; }
.portfolio-total { display: flex; align-items: flex-end; gap: 12px; margin: 34px 0; }
.portfolio-total strong { font-size: clamp(68px,8vw,118px); font-weight: 500; line-height: .82; letter-spacing: -.075em; }
.portfolio-total span { color: var(--green); font-size: clamp(20px,2vw,30px); font-weight: 600; }
.portfolio-panel__summary h2 { font-size: clamp(34px,4vw,58px); }
.portfolio-panel__summary > p:not(.section-label) { margin: 26px 0 36px; color: var(--muted); line-height: 1.8; }
.portfolio-panel dl { margin: 0; border-top: 1px solid #cbd2d6; }
.portfolio-panel dl div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid #cbd2d6; }
.portfolio-panel dt { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-panel dd { margin: 0; font-size: 12px; text-align: right; }
.portfolio-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 330px; gap: 12px; }
.portfolio-mosaic figure { margin: 0; overflow: hidden; background: #d8dde0; }
.portfolio-mosaic__wide { grid-column: 1 / -1; }
.portfolio-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.portfolio-mosaic figure:hover img { transform: scale(1.025); }
.project-roster { grid-column: 1 / -1; margin-top: 72px; }
.project-roster__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.project-roster__header h2 { margin-top: 12px; font-size: clamp(32px,4vw,54px); }
.project-roster__header > span { padding-bottom: 8px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.project-roster ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #cbd2d6; }
.project-roster li { display: grid; grid-template-columns: 122px 1fr auto; align-items: center; gap: 28px; min-height: 112px; padding: 12px 0; border-bottom: 1px solid #cbd2d6; }
.project-roster li img { width: 122px; height: 86px; object-fit: cover; background: #d8dde0; }
.project-roster li div > span { color: var(--green); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-roster li h3 { margin: 8px 0 0; font-size: clamp(20px,2.2vw,30px); font-weight: 500; letter-spacing: -.035em; }
.project-roster li > strong { font-size: clamp(18px,2vw,28px); font-weight: 500; white-space: nowrap; }
.portfolio-proof { display: grid; grid-template-columns: repeat(3,1fr); color: var(--white); background: var(--navy); }
.portfolio-proof div { min-height: 210px; padding: 46px max(24px,calc((100vw - 1320px)/6)); border-right: 1px solid rgba(255,255,255,.14); }
.portfolio-proof strong, .portfolio-proof span { display: block; }
.portfolio-proof strong { color: var(--green); font-size: clamp(38px,4vw,58px); font-weight: 500; letter-spacing: -.05em; }
.portfolio-proof span { margin-top: 38px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.romania-thesis { background: #eef2ec; }
.thesis-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #c6cec8; border-left: 1px solid #c6cec8; }
.thesis-grid article { min-height: 430px; padding: 38px; border-right: 1px solid #c6cec8; border-bottom: 1px solid #c6cec8; }
.thesis-grid article > span { color: #19734f; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.thesis-grid h3 { max-width: 460px; margin: 42px 0 34px; font-size: clamp(25px,2.7vw,38px); font-weight: 500; line-height: 1.15; letter-spacing: -.04em; }
.thesis-grid strong { display: block; color: #19734f; font-size: clamp(42px,5vw,72px); font-weight: 500; letter-spacing: -.06em; }
.thesis-grid small { color: var(--muted); font-size: 13px; letter-spacing: 0; }
.thesis-grid p { max-width: 530px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.source-note { margin: 24px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; letter-spacing: .05em; }
