:root {
  --navy: #020d21;
  --night: #031a38;
  --deep: #063663;
  --cobalt: #075db5;
  --electric: #1689ed;
  --sky: #79bdf5;
  --ice: #e9f4ff;
  --white: #ffffff;
  --ink: #071424;
  --line: rgba(8, 37, 67, .16);
  --gutter: clamp(22px, 5.5vw, 92px);
  --header: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 Manrope, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; }

.topbar { position: fixed; z-index: 60; inset: 0 0 auto; height: var(--header); display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 42px; padding: 0 var(--gutter); color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: .35s; }
.topbar.scrolled { height: 72px; background: rgba(2,13,33,.92); backdrop-filter: blur(18px); }
.logo img { width: 181px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); }
.desktop-nav a { font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.desktop-nav a:after { content: ""; display: block; width: 0; height: 2px; margin-top: 6px; background: var(--electric); transition: .25s; }
.desktop-nav a:hover:after { width: 100%; }
.top-actions { display: flex; align-items: center; gap: 18px; }
.language, .menu-button { color: white; background: none; border: 0; }
.language { padding: 10px; font-size: .68rem; font-weight: 700; }
.language span { margin-left: 8px; opacity: .4; }
.contact-pill { display: flex; gap: 24px; align-items: center; padding: 12px 17px; border: 1px solid rgba(255,255,255,.45); font-size: .76rem; font-weight: 700; }
.menu-button { display: none; width: 42px; height: 42px; }
.menu-button i { display: block; height: 2px; margin: 6px; background: white; transition: .25s; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: calc(var(--header) + 80px) var(--gutter) 10vh; color: white; background: var(--navy); overflow: hidden; }
.hero-image { position: absolute; inset: 0 0 0 38%; background: linear-gradient(90deg,var(--navy),rgba(2,13,33,.18) 42%,rgba(2,13,33,.12)), url("assets/hero.webp") center/cover; }
.hero-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(1,9,23,.15),rgba(1,9,23,.58)); }
.hero-blueprint { position: absolute; inset: 0; background-image: linear-gradient(rgba(88,177,255,.09) 1px, transparent 1px), linear-gradient(90deg,rgba(88,177,255,.09) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 68%); }
.hero-content { position: relative; z-index: 3; width: min(940px,76vw); transform: translateY(clamp(-90px,-7vh,-48px)); }
.kicker { margin-bottom: 24px; color: #9dd1ff; font-size: .67rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.kicker.ink { color: var(--cobalt); }
.hero h1 { margin: 0; font-size: clamp(4.8rem,10.4vw,10.8rem); line-height: .76; letter-spacing: -.075em; }
.hero h1 em { color: var(--electric); font-style: normal; }
.hero-intro { max-width: 560px; margin: 42px 0 0; font-size: clamp(1.05rem,1.7vw,1.45rem); color: #d9ebfb; }
.primary-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 70px; min-width: 248px; margin-top: 44px; padding: 17px 20px; color: var(--navy); background: var(--ice); font-size: .78rem; font-weight: 700; }
.hero-stat { position: absolute; z-index: 4; right: var(--gutter); bottom: 10vh; display: flex; align-items: center; gap: 18px; padding: 18px 0 18px 22px; border-left: 2px solid var(--electric); text-transform: uppercase; }
.hero-stat strong { font: 700 3.5rem/1 "Space Grotesk",sans-serif; }
.hero-stat span { font-size: .62rem; line-height: 1.5; letter-spacing: .14em; }
.hero-code { position: absolute; z-index: 3; top: 132px; right: var(--gutter); font: 600 .62rem "Space Grotesk",sans-serif; letter-spacing: .18em; }
.hero-word { position: absolute; z-index: 1; right: -2vw; bottom: -9vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); font: 700 clamp(12rem,30vw,32rem)/.8 "Space Grotesk",sans-serif; letter-spacing: -.1em; }

.section-tag { display: flex; gap: 18px; align-items: center; color: #708196; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-tag span:first-child { color: var(--cobalt); }
.section-tag.light { color: #96b5d5; }
.section-tag.light span:first-child { color: var(--electric); }
.section-tag:after { content: ""; width: 42px; height: 1px; background: currentColor; }
.statement { display: grid; grid-template-columns: .38fr 1.35fr .72fr; gap: 5vw; padding: 150px var(--gutter); }
.statement-main h2, .factory-intro h2, .reach h2 { margin: 0; font-size: clamp(3rem,5.8vw,6rem); line-height: .95; letter-spacing: -.06em; }
.statement-copy { padding-top: 55px; }
.statement-copy .lead { font-size: 1.28rem; line-height: 1.5; font-weight: 600; }
.statement-copy > p:not(.lead) { color: #617184; }
.underlink { display: flex; justify-content: space-between; margin-top: 38px; padding: 13px 0; border-bottom: 1px solid #91a6bb; font-size: .75rem; font-weight: 700; }

.capabilities { color: white; background: var(--navy); padding-bottom: 110px; }
.cap-head { display: grid; grid-template-columns: .38fr 1.05fr .58fr; align-items: end; gap: 5vw; padding: 135px var(--gutter) 64px; }
.cap-head h2, .projects-head h2 { margin: 0; font-size: clamp(3.2rem,6.5vw,6.8rem); line-height: .9; letter-spacing: -.065em; }
.cap-head > p, .projects-head > p { color: #9cb2ca; }
.cap-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.cap-card { min-height: 440px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.18); transition: transform .35s, filter .35s; }
.cap-card:hover { transform: translateY(-10px); filter: brightness(1.08); }
.cap-card > span { font-size: .65rem; letter-spacing: .15em; opacity: .7; }
.cap-card h3 { font-size: clamp(1.35rem,2.05vw,2rem); line-height: 1.12; }
.cap-card p { margin: 18px 0 0; color: rgba(255,255,255,.7); font-size: .78rem; }
.cap-card > b { align-self: flex-end; font-size: 1.35rem; }
.tone-1 { background: #05244a; }.tone-2 { background: #073566; }.tone-3 { background: #064c8e; }.tone-4 { background: #0866b7; }.tone-5 { background: #1286df; }
.cert-line { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px,4vw,68px); padding: 48px var(--gutter) 0; }
.cert-line span { margin-right: auto; color: #7792ae; font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.cert-line strong { font: 600 1.1rem "Space Grotesk",sans-serif; }

.factory { padding: 145px var(--gutter); background: var(--ice); }
.factory-intro { display: grid; grid-template-columns: .38fr 1.15fr .65fr; align-items: end; gap: 5vw; margin-bottom: 75px; }
.factory-intro > p { color: #5b6e82; }
.factory-mosaic { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 310px; gap: 16px; }
.factory-mosaic figure { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--deep); }
.factory-mosaic img { height: 100%; object-fit: cover; transition: transform .7s; }
.factory-mosaic figure:hover img { transform: scale(1.04); }
.factory-mosaic figure:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(1,12,27,.75)); }
.factory-mosaic figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; justify-content: space-between; color: white; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.factory-mosaic figcaption b { opacity: .6; }

.film-section { display: grid; grid-template-columns: .68fr 1.32fr; min-height: 700px; color: white; background: var(--cobalt); }
.film-info { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 100px var(--gutter); overflow: hidden; }
.film-info:after { content: ""; position: absolute; width: 420px; height: 420px; right: -240px; bottom: -150px; border: 90px solid rgba(255,255,255,.08); border-radius: 50%; }
.film-index { position: absolute; top: 35px; color: #8bc9ff; font: 600 .66rem "Space Grotesk",sans-serif; }
.film-info h2 { margin: 0; font-size: clamp(3.2rem,5.4vw,5.7rem); line-height: .92; letter-spacing: -.065em; }
.film-info > p:last-child { max-width: 440px; margin-top: 38px; color: #cce7ff; }
.film-frame { position: relative; min-height: 560px; background: #000; }
.film-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; background: #000; }

.projects { padding: 140px var(--gutter); color: white; background: var(--night); }
.projects-head { display: grid; grid-template-columns: .38fr 1.05fr .58fr; align-items: end; gap: 5vw; margin-bottom: 72px; }
.projects-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.project { position: relative; min-height: 470px; overflow: hidden; background: var(--deep); }
.project-feature { grid-column: 1 / -1; min-height: min(72vh,760px); }
.project img { height: 100%; object-fit: cover; transition: transform .75s, filter .75s; }
.project:hover img { transform: scale(1.035); filter: saturate(1.12); }
.project:after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(1,10,24,.88)); }
.project-info { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: grid; grid-template-columns: 100px 1fr; align-items: end; }
.project-info > span { font-size: .64rem; letter-spacing: .12em; }
.project-info h3 { margin: 0; font-size: clamp(1.5rem,2.8vw,3rem); line-height: 1; }
.project-info p { margin: 7px 0 0; color: #b6cae0; font-size: .8rem; }

.reach { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8vw; padding: 140px var(--gutter); }
.reach-title .section-tag { margin-bottom: 56px; }
.reach-list { border-top: 1px solid var(--line); }
.reach-list article { display: grid; grid-template-columns: 65px 1fr; column-gap: 25px; align-items: start; border-bottom: 1px solid var(--line); }
.reach-code { padding-top: 31px; color: var(--electric); font-size: .66rem; font-weight: 700; }
.reach-trigger { display: grid; grid-template-columns: 1fr auto 34px; align-items: center; gap: 20px; width: 100%; padding: 25px 0; color: var(--ink); background: none; border: 0; text-align: left; }
.reach-country { font-family: "Space Grotesk", sans-serif; font-size: 1.35rem; font-weight: 700; }
.reach-place { color: #64778b; font-size: .78rem; }
.reach-toggle { display: grid; width: 30px; height: 30px; place-items: center; color: var(--cobalt); border: 1px solid #b9d3e9; border-radius: 50%; font-size: 1rem; transition: transform .3s ease, color .3s ease, background .3s ease; }
.reach-address { grid-column: 2; max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-8px); transition: max-height .4s ease, opacity .28s ease, transform .35s ease; }
.reach-address-inner { padding: 0 0 28px; }
.reach-address p { margin: 0 0 18px; color: #64778b; font-size: .78rem; line-height: 1.75; }
.reach-address p:last-child { margin-bottom: 0; }
.reach-address strong { color: var(--ink); }
.reach-location.is-open .reach-address { max-height: 330px; opacity: 1; transform: translateY(0); }
.reach-location.is-open .reach-toggle { color: white; background: var(--cobalt); transform: rotate(45deg); }
.reach-trigger:focus-visible { outline: 2px solid var(--electric); outline-offset: 4px; }
@media (hover: hover) {
  .reach-location:hover .reach-address { max-height: 330px; opacity: 1; transform: translateY(0); }
  .reach-location:hover .reach-toggle { color: white; background: var(--cobalt); transform: rotate(45deg); }
}

.credentials { padding: 135px var(--gutter); background: #f5faff; }
.credentials-head { display: grid; grid-template-columns: .38fr 1.05fr .58fr; align-items: end; gap: 5vw; margin-bottom: 64px; }
.credentials-head h2 { margin: 0; font-size: clamp(3rem,5.4vw,5.7rem); line-height: .94; letter-spacing: -.06em; }
.credentials-head > p { margin: 0; color: #60758b; }
.funding-card, .awards-card, .tuv-card { background: white; border: 1px solid #dbe8f3; }
.funding-card { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 45px; min-height: 190px; padding: 38px 46px; }
.funding-card img { width: min(640px,100%); justify-self: center; }
.funding-card { transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.funding-card:hover, .funding-card:focus-visible { border-color: #79b9ed; box-shadow: 0 18px 45px rgba(5,62,120,.10); transform: translateY(-2px); }
.funding-card:focus-visible { outline: 3px solid rgba(18,136,231,.28); outline-offset: 3px; }
.credential-label { color: var(--cobalt); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.recognition-grid { display: grid; grid-template-columns: 1.65fr .75fr; gap: 18px; margin-top: 18px; }
.awards-card, .tuv-card { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px 34px; }
.awards-card img { width: min(100%,1060px); margin: 35px auto 5px; }
.tuv-card img { width: min(100%, 300px); margin: 30px auto 10px; }
.whistle-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: clamp(40px,7vw,110px); margin-top: 18px; padding: 45px 52px; color: white; background: linear-gradient(125deg,#031a38,#075db5); border: 1px solid #0c70cc; transition: transform .25s ease, box-shadow .25s ease; }
.whistle-card:hover, .whistle-card:focus-visible { transform: translateY(-2px); box-shadow: 0 22px 55px rgba(3,45,91,.22); }
.whistle-card:focus-visible { outline: 3px solid rgba(18,136,231,.3); outline-offset: 3px; }
.whistle-card .credential-label { color: #91cdfd; }
.whistle-copy h3 { max-width: 720px; margin: 18px 0 14px; font-size: clamp(2rem,4vw,4.2rem); line-height: .98; letter-spacing: -.05em; }
.whistle-copy p { max-width: 560px; margin: 0; color: #c7e2f8; }
.whistle-link { display: inline-block; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .75rem; font-weight: 700; }
.whistle-visual { display: grid; gap: 10px; width: clamp(178px,17vw,226px); }
.whistle-brand { display: grid; place-items: center; padding: 14px; background: white; border-radius: 4px; }
.whistle-brand img { width: min(100%,150px); height: auto; }
.whistle-qr { padding: 14px; background: white; border-radius: 4px; }
.whistle-qr img { width: 100%; aspect-ratio: 1; }

.contact { position: relative; display: grid; grid-template-columns: .28fr 1fr .48fr; gap: 5vw; align-items: end; padding: 125px var(--gutter); color: white; background: linear-gradient(125deg,#020d21 0%,#053e78 55%,#1288e7 100%); overflow: hidden; }
.contact:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,transparent,#000); }
.contact > * { position: relative; z-index: 2; }
.contact-number { align-self: start; color: #8bc7fa; font: 600 .66rem "Space Grotesk",sans-serif; }
.contact-main h2 { margin: 0; font-size: clamp(4rem,8vw,8rem); line-height: .84; letter-spacing: -.075em; }
.email-link { display: flex; justify-content: space-between; max-width: 620px; margin-top: 52px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 700; }
.contact-details { color: #c4ddf3; font-size: .8rem; }
.contact-details strong { color: white; }
footer { display: flex; justify-content: space-between; align-items: center; padding: 46px var(--gutter); color: #7890a9; background: var(--navy); font-size: .7rem; }
footer img { width: 165px; }
footer p { margin: 0; }
footer a { color: white; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s, transform .75s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .topbar { grid-template-columns: 190px 1fr; }
  .desktop-nav, .contact-pill { display: none; }
  .top-actions { justify-self: end; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; z-index: 55; inset: 0; display: flex; align-items: center; padding: 120px var(--gutter) 55px; color: white; background: var(--night); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .3s; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu nav { width: 100%; }
  .mobile-menu a { display: block; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.13); font: 600 clamp(2.2rem,7vw,4.5rem) "Space Grotesk",sans-serif; letter-spacing: -.045em; }
  .statement, .cap-head, .factory-intro, .projects-head { grid-template-columns: 100px 1fr; }
  .statement-main, .factory-intro > div:nth-child(2), .cap-head h2, .projects-head h2 { grid-column: 2; }
  .statement-copy, .factory-intro > p, .cap-head > p, .projects-head > p { grid-column: 2; }
  .cap-grid { grid-template-columns: repeat(2,1fr); }
  .cap-card { min-height: 360px; }
  .film-section { grid-template-columns: 1fr; }
  .film-info { min-height: 520px; }
  .film-frame { min-height: 56vw; }
  .hero-stat { display: none; }
  .contact { grid-template-columns: 90px 1fr; }
  .contact-details { grid-column: 2; }
  .credentials-head { grid-template-columns: 100px 1fr; }
  .credentials-head h2, .credentials-head > p { grid-column: 2; }
}

@media (max-width: 700px) {
  :root { --header: 70px; --gutter: 22px; }
  .topbar { grid-template-columns: 1fr auto; }
  .topbar.scrolled { height: 64px; }
  .logo img { width: 145px; }
  .language { padding-right: 2px; }
  .hero { min-height: 790px; padding-bottom: 68px; }
  .hero-image { inset: 0; opacity: .58; background-position: 61% center; }
  .hero-content { width: 100%; transform: translateY(-42px); }
  .hero h1 { font-size: clamp(4.1rem,21vw,6.8rem); line-height: .8; }
  .hero-intro { max-width: 90%; font-size: 1rem; }
  .hero-word { font-size: 16rem; bottom: -40px; }
  .hero-code { top: 96px; }
  .statement, .cap-head, .factory-intro, .projects-head { display: block; }
  .statement { padding: 92px var(--gutter); }
  .section-tag { margin-bottom: 40px; }
  .statement-main h2, .factory-intro h2, .reach h2 { font-size: 2.8rem; }
  .statement-copy { padding-top: 42px; }
  .cap-head { padding: 92px var(--gutter) 50px; }
  .cap-head h2, .projects-head h2 { font-size: 3.3rem; }
  .cap-head > p, .projects-head > p, .factory-intro > p { margin-top: 28px; }
  .cap-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .cap-grid::-webkit-scrollbar { display: none; }
  .cap-card { flex: 0 0 84vw; min-height: 390px; scroll-snap-align: start; }
  .cert-line { display: grid; grid-template-columns: 1fr 1fr; justify-content: start; }
  .cert-line span { grid-column: 1 / -1; }
  .factory { padding: 92px var(--gutter); }
  .factory-mosaic { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .factory-mosaic::-webkit-scrollbar { display: none; }
  .factory-mosaic figure { flex: 0 0 86vw; height: 112vw; max-height: 560px; scroll-snap-align: start; }
  .film-info { min-height: auto; padding: 88px var(--gutter); }
  .film-frame { min-height: 62vw; }
  .projects { padding: 92px var(--gutter); }
  .projects-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .projects-grid::-webkit-scrollbar { display: none; }
  .project, .project-feature { flex: 0 0 86vw; min-height: 116vw; max-height: 600px; scroll-snap-align: start; }
  .project-info { grid-template-columns: 1fr; }
  .project-info > span { margin-bottom: 12px; }
  .reach { display: block; padding: 92px var(--gutter); }
  .reach-title { margin-bottom: 55px; }
  .reach-list article { grid-template-columns: 38px 1fr; column-gap: 12px; }
  .reach-trigger { grid-template-columns: 1fr 30px; gap: 12px; }
  .reach-place { grid-column: 1; margin-top: -8px; }
  .reach-toggle { grid-column: 2; grid-row: 1 / span 2; }
  .reach-address { grid-column: 2; }
  .credentials { padding: 92px var(--gutter); }
  .credentials-head { display: block; }
  .credentials-head h2 { font-size: 2.9rem; }
  .credentials-head > p { margin-top: 25px; }
  .funding-card { display: block; min-height: 0; padding: 28px 24px; }
  .funding-card img { margin-top: 30px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .awards-card, .tuv-card { min-height: 210px; padding: 27px 24px; }
  .whistle-card { grid-template-columns: 1fr; padding: 34px 24px; }
  .whistle-copy h3 { font-size: 2.5rem; }
  .whistle-visual { width: min(62vw,220px); margin-top: 5px; }
  .contact { display: block; padding: 92px var(--gutter); }
  .contact-number { margin-bottom: 48px; }
  .contact-main h2 { font-size: 4.1rem; }
  .contact-details { margin-top: 55px; }
  footer { flex-direction: column; align-items: flex-start; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
