@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #05070a;
  --bg-soft: #0d1218;
  --panel: #111821;
  --panel-2: #151f2b;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(82,194,255,.42);
  --text: #f4f7fb;
  --muted: #aeb8c5;
  --cyan: #39c8ff;
  --green: #7bd88f;
  --red: #ff6b6b;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 72% 0%, rgba(57,200,255,.15), transparent 32%), linear-gradient(180deg, #05070a 0%, #0a1017 55%, #05070a 100%);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 50% 20%, #000, transparent 72%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.project-detail > *, .detail-grid > *, .app-showcase > *, .project-card > *, .contact-grid > * { min-width: 0; }
.project-detail p, .project-panel p, .project-body p, .app-info p { overflow-wrap: anywhere; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 100; }
.skip-link:focus { left: 12px; padding: 10px 14px; background: #fff; color: #000; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5,7,10,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  position: relative;
}
.language-panel { display: grid; gap: 4px; justify-self: end; grid-column: 3; grid-row: 1; }
.language-panel span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.lang { display: flex; gap: 7px; }
.lang button {
  min-width: 54px;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.lang button.active { border-color: var(--line-strong); background: rgba(57,200,255,.12); }
.flag { width: 18px; height: 12px; display: inline-block; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255,255,255,.22) inset; overflow: hidden; }
.flag-ua { background: linear-gradient(#2f7fff 0 50%, #ffd34d 50%); }
.flag-en { background:
  linear-gradient(34deg, transparent 42%, #fff 42% 47%, #c8102e 47% 53%, #fff 53% 58%, transparent 58%),
  linear-gradient(-34deg, transparent 42%, #fff 42% 47%, #c8102e 47% 53%, #fff 53% 58%, transparent 58%),
  linear-gradient(90deg, transparent 39%, #fff 39% 61%, transparent 61%),
  linear-gradient(transparent 31%, #fff 31% 69%, transparent 69%),
  linear-gradient(90deg, transparent 45%, #c8102e 45% 55%, transparent 55%),
  linear-gradient(transparent 41%, #c8102e 41% 59%, transparent 59%),
  #012169; }
.nav-main { display: flex; align-items: center; justify-content: flex-start; gap: 30px; grid-column: 1 / 3; grid-row: 1; }
.brand img { width: 156px; height: auto; }
.menu { display: flex; align-items: center; gap: 22px; }
.menu a, .footer-nav a {
  color: #d6dee8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.menu a:hover, .menu a.active, .footer-nav a:hover, .footer-nav a.active { color: #fff; text-shadow: 0 0 16px rgba(57,200,255,.55); }
.nav-actions { display: none; }
.burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor: pointer;
}
.burger span, .burger::before, .burger::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.04);
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s, border-color .18s, background .18s;
}
.btn:hover { transform: translateY(-1px); border-color: var(--line-strong); background: rgba(57,200,255,.09); }
.btn.primary { border-color: rgba(57,200,255,.65); background: linear-gradient(135deg, #0a6cff, #05a6d9); }
.btn.whatsapp { border-color: rgba(123,216,143,.55); background: rgba(123,216,143,.12); }

.hero {
  min-height: 640px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(5,7,10,.96) 0%, rgba(5,7,10,.72) 44%, rgba(5,7,10,.18) 100%), url("../img/planet-hero.webp") center 62% / cover no-repeat;
}
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 42px; padding: 64px 0 92px; }
.eyebrow, .kicker {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero h1, .page-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  max-width: 680px;
}
.page-hero h1 { font-size: clamp(32px, 4vw, 48px); max-width: 620px; }
.hero p, .page-hero p, .project-body p, .app-info p, .donate-card p, .focus-card p, .project-detail p { color: var(--muted); }
.hero-actions, .card-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.hero-logo { justify-self: center; width: min(620px, 100%); filter: drop-shadow(0 0 24px rgba(57,200,255,.17)); }

.section { padding: 72px 0; border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.section-title { margin: 0; font-size: 14px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.carousel-controls { display: flex; gap: 8px; }
.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor: pointer;
}
.project-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
}
.project-carousel::-webkit-scrollbar { display: none; }
.carousel-card, .project-card, .app-card, .donate-card, .focus-card, .project-panel, .contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21,31,43,.88), rgba(11,16,23,.88));
}
.carousel-card {
  min-height: 360px;
  padding: 22px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.carousel-card img { height: 140px; object-fit: contain; margin: 0 auto 18px; }
.carousel-card h3 { margin: 8px 0; font-size: 23px; }
.carousel-card p { margin: 0; color: var(--muted); }
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(57,200,255,.10), rgba(123,216,143,.07));
}
.cta-band h2 { margin: 0 0 6px; font-size: clamp(24px, 3vw, 38px); }
.cta-band p { margin: 0; color: var(--muted); }

.page-hero { padding: 60px 0 46px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 38px; align-items: center; }
.page-hero .lead { max-width: 760px; font-size: 20px; color: var(--text); overflow-wrap: anywhere; }

/* Project pages are composed as a single product poster. */
body[data-page="project"] { background: #020407; }
body[data-page="project"]::after { display: none; }
.project-poster {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  background: #020407;
  border-bottom: 1px solid rgba(255,255,255,.12);
  width: 100%;
}
.poster-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.01);
}
body[data-project="umbraone"] .poster-bg { object-position: 62% center; }
body[data-project="cvc"] .poster-bg { object-position: 55% center; }
.poster-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2,4,7,.96) 0%, rgba(2,4,7,.82) 28%, rgba(2,4,7,.22) 59%, rgba(2,4,7,.30) 100%),
    linear-gradient(180deg, rgba(2,4,7,.18) 30%, rgba(2,4,7,.92) 87%, #020407 100%);
}
body[data-project="umbraone"] .poster-shade {
  background:
    linear-gradient(90deg, rgba(2,4,7,.96) 0%, rgba(2,4,7,.82) 34%, rgba(2,4,7,.24) 72%, rgba(2,4,7,.42) 100%),
    linear-gradient(180deg, rgba(2,4,7,.08), rgba(2,4,7,.92) 88%, #020407);
}
.poster-layout {
  min-height: calc(100svh - 76px);
  padding-top: clamp(42px, 7vh, 86px);
  padding-bottom: clamp(30px, 5vh, 58px);
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: start;
  gap: clamp(40px, 8vh, 94px);
}
.poster-copy { width: min(520px, 46vw); min-width: 0; }
.poster-logo {
  width: min(360px, 90%);
  max-height: 205px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 25px;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.55));
}
body[data-project="umbraone"] .poster-logo { width: min(430px, 94%); max-height: 100px; filter: brightness(1.35) drop-shadow(0 12px 30px rgba(0,0,0,.65)); }
.poster-type-logo {
  display: block;
  margin-bottom: 22px;
  color: #f5f5f3;
  font-size: clamp(72px, 9vw, 128px);
  font-weight: 900;
  line-height: .84;
  text-shadow: 0 0 1px #fff, 0 2px 0 #e85d14, 0 18px 50px rgba(0,0,0,.65);
}
.poster-copy .eyebrow { display: block; margin-bottom: 10px; }
.poster-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.06;
  font-weight: 750;
}
body[data-project="meteo"] .poster-copy h1,
body[data-project="umbraone"] .poster-copy h1,
body[data-project="cvc"] .poster-copy h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
.poster-copy .lead {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.25;
  font-weight: 600;
}
.poster-copy > p:last-child {
  max-width: 490px;
  margin: 0;
  color: rgba(236,242,248,.78);
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.poster-info {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 0;
  align-items: stretch;
  border-top: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(90deg, rgba(2,4,7,.55), rgba(2,4,7,.18));
  backdrop-filter: blur(8px);
}
.poster-card {
  min-width: 0;
  padding: 20px 22px 4px;
  border-left: 1px solid rgba(255,255,255,.17);
  overflow-wrap: anywhere;
}
.poster-card:first-child { border-left: 0; padding-left: 0; }
.poster-card h2 {
  margin: 0 0 12px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.poster-card p {
  margin: 0 0 9px;
  color: rgba(248,250,252,.88);
  font-size: 13px;
  line-height: 1.45;
}
.poster-card-context p:first-of-type { color: #fff; font-size: 15px; font-weight: 650; }
.poster-pills { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 18px; }
.poster-pills span {
  position: relative;
  padding-left: 14px;
  color: #f7fafc;
  font-size: 13px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}
.poster-pills span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(57,200,255,.8);
}
.poster-lines { display: grid; gap: 6px; }
.poster-lines p { padding-top: 6px; border-top: 1px solid rgba(255,255,255,.10); }
.poster-lines p:first-child { padding-top: 0; border-top: 0; }

@media (max-width: 980px) {
  .project-poster { min-height: auto; }
  .poster-layout { min-height: 920px; }
  .poster-copy { width: min(520px, 62vw); }
  .poster-info { grid-template-columns: repeat(2, 1fr); }
  .poster-card { padding: 18px; border-top: 1px solid rgba(255,255,255,.14); }
  .poster-card:first-child { padding-left: 18px; }
}

@media (max-width: 640px) {
  .project-poster { padding-top: min(58vh, 500px); }
  .poster-bg { height: min(58vh, 500px); object-position: 66% center; transform: none; }
  body[data-project="umbraone"] .poster-bg { object-position: 67% center; }
  body[data-project="cvc"] .poster-bg { object-position: 57% center; }
  .poster-shade {
    background:
      linear-gradient(180deg, rgba(2,4,7,.06) 28%, rgba(2,4,7,.72) 72%, #020407 100%),
      linear-gradient(90deg, rgba(2,4,7,.42), transparent 70%);
  }
  body[data-project="umbraone"] .poster-shade { background: linear-gradient(180deg, rgba(2,4,7,.05) 30%, rgba(2,4,7,.78) 76%, #020407 100%); }
  .poster-layout {
    min-height: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 34px;
    min-width: 0;
    max-width: calc(100% - 28px);
  }
  .poster-copy { width: 100%; margin-top: -78px; position: relative; }
  .poster-logo { width: min(270px, 80vw); max-height: 155px; margin-bottom: 18px; }
  body[data-project="umbraone"] .poster-logo { width: min(310px, 86vw); }
  .poster-type-logo { font-size: 76px; }
  .poster-copy h1 { font-size: 32px; }
  .poster-copy .lead { font-size: 20px; }
  .poster-copy > p:last-child { font-size: 14px; }
  .poster-info { grid-template-columns: minmax(0, 1fr); margin-top: 38px; backdrop-filter: none; background: transparent; min-width: 0; max-width: 100%; }
  .poster-card, .poster-card:first-child { padding: 18px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .poster-pills { grid-template-columns: 1fr 1fr; }
}

/* RE:RiSE meteo: continuous product story */
.story-ua { display: none; }
html[data-lang="ua"] .story-ua { display: block; }
html[data-lang="ua"] .story-en { display: none; }
.meteo-story { background: #020407; border-bottom: 1px solid rgba(255,255,255,.12); }
.meteo-scene {
  position: relative;
  min-height: clamp(620px, 72vw, 860px);
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.12);
  background: #020407;
}
.meteo-scene > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meteo-scene-shade { position: absolute; inset: 0; pointer-events: none; }
.meteo-scene-copy {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: clamp(70px, 9vw, 120px);
}
.meteo-scene-copy > div { width: min(500px, 42vw); }
.meteo-scene .eyebrow { display: block; margin-bottom: 18px; color: var(--cyan); font-size: 12px; font-weight: 850; }
.meteo-scene h2 { max-width: 650px; margin: 0 0 24px; color: #f7f9fb; font-size: clamp(36px, 4.7vw, 64px); line-height: 1.02; font-weight: 760; letter-spacing: 0; }
.meteo-scene p { max-width: 510px; margin: 0; color: rgba(239,245,250,.78); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.55; }
.meteo-scene ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 32px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.meteo-scene li { position: relative; padding-left: 14px; color: rgba(247,250,252,.9); font-size: 13px; font-weight: 650; line-height: 1.35; }
.meteo-scene li::before { content: ""; position: absolute; left: 0; top: .48em; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px rgba(57,200,255,.72); }
.meteo-scene-station .meteo-scene-shade { background: linear-gradient(90deg, rgba(2,4,7,.95) 0%, rgba(2,4,7,.68) 37%, rgba(2,4,7,.06) 70%); }
.meteo-scene-sensor .meteo-scene-copy { justify-content: flex-end; }
.meteo-scene-sensor .meteo-scene-shade { background: linear-gradient(90deg, rgba(2,4,7,.04) 38%, rgba(2,4,7,.72) 66%, rgba(2,4,7,.96) 100%); }
.meteo-scene-display { min-height: clamp(620px, 64vw, 790px); display: flex; align-items: center; background: radial-gradient(circle at 76% 48%, rgba(13,75,108,.20), transparent 38%), linear-gradient(90deg, #03070b 0%, #050b0f 46%, #0b1216 78%, #070d11 100%); }
.meteo-display-layout { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr); gap: clamp(42px, 7vw, 104px); align-items: center; padding-block: clamp(70px, 9vw, 120px); }
.meteo-display-copy h2 { font-size: clamp(36px, 4.4vw, 60px); }
.meteo-display-photo { position: relative; margin: 0 -5vw 0 -1vw; overflow: visible; background: transparent; }
.meteo-display-photo > .meteo-display-render { display: block; width: 100%; height: auto; object-fit: contain; -webkit-mask-image: radial-gradient(ellipse 82% 78% at 50% 50%, #000 58%, rgba(0,0,0,.96) 68%, transparent 100%); mask-image: radial-gradient(ellipse 82% 78% at 50% 50%, #000 58%, rgba(0,0,0,.96) 68%, transparent 100%); }
.meteo-readings { display: grid; gap: 0; margin: 30px 0 0; }
.meteo-readings div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.13); }
.meteo-readings dt { color: var(--cyan); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.meteo-readings dd { margin: 0; color: rgba(246,249,252,.9); font-size: 13px; font-weight: 650; }
.meteo-scene-app { min-height: clamp(760px, 76vw, 940px); display: flex; align-items: center; background: radial-gradient(circle at 73% 46%, rgba(21,97,119,.25), transparent 38%), #020509; }
.meteo-app-layout { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(620px, 1.22fr); gap: clamp(42px, 7vw, 110px); align-items: center; padding-block: clamp(70px, 8vw, 112px); }
.meteo-app-copy { position: relative; z-index: 3; }
.meteo-app-copy h2 { font-size: clamp(36px, 4vw, 56px); }
.meteo-app-visual { position: relative; min-height: clamp(660px, 58vw, 790px); }
.meteo-phone { position: absolute; margin: 0; overflow: hidden; width: min(350px, 46%); border: 7px solid #0c1118; border-radius: 30px; background: #080b10; box-shadow: 0 34px 80px rgba(0,0,0,.58), 0 0 34px rgba(42,202,213,.09); }
.meteo-phone img { display: block; width: 100%; height: auto; }
.meteo-phone-history { left: 3%; top: 11%; transform: rotate(-2deg); }
.meteo-phone-overview { right: 2%; top: 0; z-index: 2; transform: rotate(1.3deg); }
.meteo-contact { border-top: 1px solid rgba(255,255,255,.14); background: #05090d; }
.meteo-contact-inner { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-block: 64px; }
.meteo-contact-copy { max-width: 760px; }
.meteo-contact .eyebrow { display: block; margin-bottom: 14px; color: var(--cyan); font-size: 12px; font-weight: 850; }
.meteo-contact h2 { max-width: 720px; margin: 0 0 14px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; }
.meteo-contact p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.meteo-contact-action { flex: 0 0 auto; min-width: 170px; justify-content: center; }

@media (max-width: 900px) {
  .meteo-scene { min-height: auto; display: flex; flex-direction: column; }
  .meteo-scene > img { position: relative; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
  .meteo-scene-shade { display: none; }
  .meteo-scene-copy { min-height: 0; display: block; padding-block: 48px 62px; }
  .meteo-scene-copy > div { width: min(620px, 100%); }
  .meteo-scene-sensor .meteo-scene-copy { justify-content: initial; }
  .meteo-display-layout { grid-template-columns: 1fr; gap: 40px; padding-block: 58px 66px; }
  .meteo-display-photo { order: -1; margin: 0; }
  .meteo-app-layout { grid-template-columns: 1fr; gap: 38px; padding-block: 58px 70px; }
  .meteo-app-visual { order: -1; min-height: 720px; }
  .meteo-phone { width: min(330px, 46%); }
}

@media (max-width: 640px) {
  body[data-page="project"][data-project="meteo"] .poster-bg { object-position: 88% center; }
  .meteo-scene > img { aspect-ratio: 4 / 3; }
  .meteo-scene-station > img { object-position: 70% center; }
  .meteo-scene-sensor > img { aspect-ratio: 16 / 10; object-fit: contain; object-position: center; background: #03070b; }
  .meteo-scene-copy, .meteo-display-layout, .meteo-app-layout { width: calc(100% - 40px); }
  .meteo-scene-copy { padding-block: 38px 52px; }
  .meteo-scene h2 { font-size: 34px; }
  .meteo-scene p { font-size: 15px; }
  .meteo-scene ul { grid-template-columns: 1fr; }
  .meteo-display-layout { padding-block: 40px 54px; }
  .meteo-display-photo { margin: 0 -10px; }
  .meteo-readings div { grid-template-columns: 82px 1fr; gap: 10px; }
  .meteo-readings dd { overflow-wrap: anywhere; }
  .meteo-app-layout { padding-block: 42px 56px; }
  .meteo-app-visual { min-height: 560px; }
  .meteo-phone { width: 56%; border-width: 5px; border-radius: 22px; }
  .meteo-phone-history { left: -3%; top: 12%; }
  .meteo-phone-overview { right: -3%; }
  .meteo-contact-inner { min-height: 0; flex-direction: column; align-items: flex-start; gap: 28px; padding-block: 52px; }
  .meteo-contact h2 { font-size: 32px; }
  .meteo-contact p { font-size: 15px; }
  .meteo-contact-action { width: 100%; }
}
.page-visual img { max-height: 310px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 0 20px rgba(57,200,255,.12)); }

body[data-page="project"] .page-hero {
  min-height: calc(100svh - 76px);
  padding: 0;
  background: #02060b;
  overflow: hidden;
}
body[data-page="project"] .project-detail {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 76px);
  display: block;
}
body[data-page="project"] .project-detail > div:first-child {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(540px, 46vw);
  min-height: calc(100svh - 76px);
  padding: clamp(56px, 7vw, 112px) clamp(28px, 6vw, 92px);
  background: linear-gradient(90deg, rgba(2,6,11,.98) 0%, rgba(2,6,11,.92) 76%, rgba(2,6,11,.20) 100%);
}
body[data-page="project"] .project-detail > div:first-child::after {
  content: "";
  position: absolute;
  inset: 10% -90px 10% auto;
  width: 180px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2,6,11,.78), transparent);
}
body[data-page="project"] .project-detail-logo {
  width: min(360px, 82%);
  max-height: 170px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 28px;
  filter: drop-shadow(0 18px 38px rgba(0,0,0,.35));
}
body[data-page="project"] .project-detail h1 {
  margin-top: 14px;
  font-size: clamp(44px, 6vw, 82px);
  max-width: 760px;
  letter-spacing: 0;
}
body[data-page="project"] .project-detail .lead {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.22;
  font-weight: 700;
  max-width: 560px;
}
body[data-page="project"] .project-detail p:not(.lead) {
  max-width: 600px;
  font-size: 17px;
}
body[data-page="project"] .project-main-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100svh - 76px);
  min-height: 640px;
  max-height: none;
  object-fit: cover;
  object-position: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #02060b;
}

.project-list, .donate-list { display: grid; gap: 18px; }
.project-card { display: grid; grid-template-columns: 290px 1fr; overflow: hidden; }
.project-card .media { display: flex; align-items: stretch; justify-content: center; min-height: 310px; padding: 0; background: rgba(255,255,255,.025); overflow: hidden; }
.project-card .media img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; transition: transform .28s ease; }
.project-card:hover .media img { transform: scale(1.025); }
.project-body { padding: 28px; }
.project-body h2, .app-info h2, .donate-card h2, .project-panel h2 { margin: 8px 0 12px; font-size: clamp(26px, 3vw, 38px); }
ul { padding-left: 20px; }
li { margin: 5px 0; color: #d9e1eb; }

.apps-page { background: #06090d; }
.apps-hero { padding-block: 52px; background: linear-gradient(90deg, #06090d 0%, #08121a 100%); }
.apps-hero .page-visual img { width: min(230px, 62%); filter: drop-shadow(0 0 28px rgba(57,200,255,.2)); }
.apps-catalog { border-bottom: 1px solid var(--line); }
.app-list { display: grid; border-top: 1px solid var(--line); }
.app-showcase {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  padding: clamp(52px, 6.5vw, 84px) 0;
  border-bottom: 1px solid var(--line);
}
.app-showcase:last-child { border-bottom: 0; }
.app-title-row { display: flex; align-items: center; gap: 18px; }
.app-title-row > div { min-width: 0; }
.app-icon { flex: 0 0 auto; width: 78px; height: 78px; object-fit: contain; border-radius: 8px; }
.app-info h2 { margin: 5px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; overflow-wrap: anywhere; }
.app-info .app-summary { margin: 26px 0 10px; color: var(--text); font-size: 18px; line-height: 1.55; font-weight: 600; }
.app-info .app-description { margin: 0; font-size: 15px; line-height: 1.65; }
.app-meta { margin-top: 26px; padding: 16px 0; border-block: 1px solid var(--line); }
.app-meta span { display: block; margin-bottom: 6px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.app-meta p { margin: 0; font-size: 13px; line-height: 1.55; }
.app-screens { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
.app-screen { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #05080d; }
.app-screen-frame { display: grid; place-items: center; height: 410px; padding: 8px; overflow: hidden; background: #030609; }
.app-screen-frame img { width: 100%; height: 100%; object-fit: contain; }
.app-screen figcaption { display: flex; gap: 8px; min-height: 48px; align-items: center; padding: 10px 11px; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.25; }
.app-screen figcaption span { color: var(--cyan); font-size: 10px; }
.app-showcase-wenel .app-screens { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.app-showcase-wenel .app-screen-frame { height: 232px; }
.app-showcase-keylun { background: linear-gradient(90deg, transparent, rgba(57,200,255,.035), transparent); }
.form { scroll-margin-top: 100px; }

.donate-list { grid-template-columns: repeat(2, 1fr); }
.donate-card { padding: 28px; }
.donate-logo {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--cyan);
  font-weight: 900;
}
.mono { font-family: "Courier New", monospace; color: #fff !important; overflow-wrap: anywhere; }
.small-text { font-size: 13px; }
.warning { padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: rgba(255,255,255,.04); }

.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.focus-card { padding: 24px; }
.focus-icon { color: var(--cyan); font-size: 32px; font-weight: 900; }

.project-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; }
.project-detail-logo { width: min(420px, 100%); height: auto; margin-bottom: 20px; }
.project-main-image { max-height: 520px; margin-inline: auto; object-fit: contain; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: radial-gradient(circle at 50% 20%, rgba(57,200,255,.10), transparent 42%), rgba(255,255,255,.025); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.project-panel {
  padding: clamp(26px, 3.2vw, 42px);
  background: linear-gradient(180deg, rgba(20,29,39,.90), rgba(7,11,16,.94));
}
.project-panel h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.08; }
.project-panel li { margin: 10px 0; }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.media-item { margin: 0; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.035); overflow: hidden; }
.media-item:first-child { grid-column: 1 / -1; }
.media-item img { width: 100%; height: 430px; object-fit: cover; }
.media-item:first-child img { height: min(68vw, 680px); }
.media-item figcaption { padding: 14px 16px; color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: 1.35fr .75fr; gap: 18px; }
.contact-card { padding: 26px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form input, .form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.045);
  color: var(--text);
  padding: 12px 13px;
}
.form textarea { grid-column: 1 / -1; min-height: 150px; resize: vertical; }
.form input[type="checkbox"] { width: 16px; min-height: 16px; height: 16px; margin: 0 8px 0 0; vertical-align: -2px; accent-color: var(--cyan); }
.form .full { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-status { min-height: 28px; margin-top: 12px; font-weight: 800; }
.form-status.success { color: var(--green); }
.form-status.error { color: var(--red); }
.contact-info { display: grid; gap: 16px; }
.contact-info strong { display: block; color: var(--cyan); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.footer { padding: 34px 0; background: #05070a; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer img { width: 140px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.copyright { color: #7f8a96; font-size: 12px; }

.reveal { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav { display: flex; flex-wrap: wrap; min-height: 70px; padding: 10px 0; }
  .language-panel { order: 2; width: auto; margin-left: auto; justify-self: end; }
  .nav-main { order: 1; flex: 1 1 auto; justify-content: flex-start; min-width: 0; }
  .nav-main { flex-wrap: wrap; width: 100%; }
  .menu {
    display: flex;
    position: static;
    flex: 1 1 100%;
    padding: 10px 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px;
    background: transparent;
    border-bottom: 0;
  }
  .nav-actions { display: none; }
  .burger { display: none !important; }
  .hero-grid, .page-hero-grid, .project-detail, .detail-grid, .contact-grid, .project-card { grid-template-columns: 1fr; }
  body[data-page="project"] .project-detail { display: flex; flex-direction: column; grid-template-columns: 1fr; }
  body[data-page="project"] .project-detail > div:first-child { order: 2; width: 100%; min-height: 0; background: linear-gradient(180deg, rgba(2,6,11,.96), rgba(2,6,11,1)); }
  body[data-page="project"] .project-detail > div:first-child::after { display: none; }
  body[data-page="project"] .project-main-image { position: relative; order: 1; height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .hero { min-height: auto; }
  .hero-logo { order: -1; width: min(440px, 90%); justify-self: start; }
  .page-visual { order: -1; }
  .project-card .media { min-height: 210px; }
  .app-showcase { grid-template-columns: 1fr; align-items: start; }
  .app-info { max-width: 680px; }
  .focus-grid, .media-grid { grid-template-columns: 1fr; }
  .donate-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 28px); max-width: var(--max); }
  .nav { gap: 10px; }
  .brand img { width: 128px; }
  .menu { gap: 12px; }
  .menu a, .footer-nav a { font-size: 11px; }
  .language-panel { position: absolute; top: 10px; right: 0; width: auto; margin-left: 0; }
  .language-panel > span { display: none; }
  .nav-main { width: 100%; padding-right: 132px; }
  .nav-main .menu { width: calc(100vw - 28px); padding-right: 0; }
  .lang button { min-width: 58px; font-size: 13px; }
  .hero-grid { padding: 36px 0 70px; gap: 20px; }
  .hero h1, .page-hero h1 { font-size: 30px; line-height: 1.12; max-width: 350px; }
  .page-hero .lead { font-size: 19px; max-width: 350px; }
  .hero p { max-width: 340px; }
  .hero-logo { width: min(300px, 86vw); }
  .project-detail > div:first-child { padding-inline: 14px; }
  .project-detail h1, .project-detail .lead, .project-detail p { max-width: 320px; }
  .project-detail-logo { width: min(300px, 100%); max-height: 110px; object-fit: contain; object-position: left center; }
  .project-detail, .project-detail > div, .detail-grid, .media-grid, .project-panel { width: 100%; max-width: 100%; overflow: hidden; }
  body[data-page="project"] .page-hero { min-height: auto; }
  body[data-page="project"] .project-detail { min-height: auto; }
  body[data-page="project"] .project-detail > div:first-child { padding: 34px 22px 46px; }
  body[data-page="project"] .project-detail-logo { width: min(270px, 100%); max-height: 90px; margin-bottom: 20px; }
  body[data-page="project"] .project-detail h1 { font-size: 34px; max-width: 330px; }
  body[data-page="project"] .project-detail .lead { font-size: 22px; max-width: 330px; }
  body[data-page="project"] .project-detail p:not(.lead) { font-size: 16px; max-width: 330px; }
  body[data-page="project"] .project-main-image { aspect-ratio: 4 / 3; object-position: center; }
  .project-main-image { max-height: none; padding: 10px; }
  .project-body, .contact-card, .donate-card, .focus-card, .project-panel { padding: 20px; }
  .section { padding: 50px 0; }
  .section-head, .cta-band, .footer-grid { flex-direction: column; align-items: flex-start; }
  .project-carousel { grid-auto-columns: minmax(250px, 86vw); }
  .form { grid-template-columns: 1fr; }
  .hero-actions .btn, .card-actions .btn { width: 100%; }
  .apps-hero { padding-block: 38px; }
  .apps-hero .page-visual img { width: min(150px, 46vw); }
  .app-showcase { gap: 28px; padding: 46px 0; }
  .app-title-row { gap: 14px; }
  .app-icon { width: 66px; height: 66px; }
  .app-info h2 { font-size: 30px; }
  .app-info .app-summary { margin-top: 22px; font-size: 17px; }
  .app-screens,
  .app-showcase-wenel .app-screens {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(174px, 72vw);
    gap: 10px;
    margin-right: -14px;
    padding: 0 14px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .app-screen { scroll-snap-align: start; }
  .app-screen-frame { height: 410px; }
  .app-showcase-wenel .app-screen-frame { height: 220px; }
  .media-item img, .media-item:first-child img { height: 260px; }
}

/* Final project poster composition override */
[hidden] { display: none !important; }
body[data-page="project"] .project-poster {
  min-height: calc(100svh - 76px);
  padding: 0;
  isolation: isolate;
}
body[data-page="project"] .poster-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: saturate(.98) contrast(1.06);
}
body[data-page="project"] .poster-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2,4,7,.96) 0%, rgba(2,4,7,.84) 31%, rgba(2,4,7,.24) 62%, rgba(2,4,7,.38) 100%),
    linear-gradient(180deg, rgba(2,4,7,.10) 0%, rgba(2,4,7,.42) 64%, rgba(2,4,7,.94) 100%);
}
body[data-page="project"] .poster-layout {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  gap: clamp(34px, 7vh, 86px);
  padding-top: clamp(44px, 7vh, 82px);
  padding-bottom: clamp(28px, 4vh, 52px);
}
body[data-page="project"] .poster-copy {
  align-self: center;
  width: min(500px, 43vw);
  max-width: 500px;
}
body[data-page="project"] .poster-logo {
  width: min(340px, 90%);
  max-height: 190px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 24px;
  filter: drop-shadow(0 14px 34px rgba(0,0,0,.62));
}
body[data-project="umbraone"] .poster-logo { width: min(410px, 94%); max-height: 94px; }
body[data-page="project"] .poster-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(31px, 3.4vw, 50px);
  line-height: 1.04;
}
body[data-project="meteo"] .poster-copy h1,
body[data-project="umbraone"] .poster-copy h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
body[data-page="project"] .poster-copy .lead {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.22;
  font-weight: 750;
}
body[data-page="project"] .poster-copy > p:last-child {
  max-width: 480px;
  margin: 0;
  color: rgba(236,242,248,.82);
  font-size: 15px;
  line-height: 1.58;
}
body[data-page="project"] .poster-info {
  align-self: end;
  display: grid;
  grid-template-columns: minmax(340px, 1.35fr) repeat(3, minmax(190px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.24);
  background: linear-gradient(90deg, rgba(2,4,7,.58), rgba(2,4,7,.20));
  backdrop-filter: blur(10px);
}
body[data-page="project"] .poster-card {
  min-width: 0;
  padding: 18px 22px 8px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-page="project"] .poster-card:first-child { border-left: 0; padding-left: 0; }
body[data-page="project"] .poster-card h2 {
  margin: 0 0 12px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body[data-page="project"] .poster-card p {
  margin: 0 0 8px;
  color: rgba(248,250,252,.86);
  font-size: 13px;
  line-height: 1.45;
}
body[data-page="project"] .poster-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}
body[data-page="project"] .poster-pills span {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0 0 0 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f7fafc;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.34;
}
body[data-page="project"] .poster-pills span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(57,200,255,.8);
}
body[data-page="project"] .poster-lines { display: grid; gap: 0; }
body[data-page="project"] .poster-lines p {
  padding: 7px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}
body[data-page="project"] .poster-lines p:first-child { border-top: 0; padding-top: 0; }

@media (max-width: 980px) {
  body[data-page="project"] .project-poster { padding-top: min(60vh, 560px); }
  body[data-page="project"] .poster-bg { height: min(60vh, 560px); object-position: 64% center; }
  body[data-page="project"] .poster-shade { background: linear-gradient(180deg, rgba(2,4,7,.06) 20%, rgba(2,4,7,.70) 78%, #020407 100%); }
  body[data-page="project"] .poster-layout { min-height: 0; display: block; padding-top: 0; }
  body[data-page="project"] .poster-copy { width: min(620px, 100%); max-width: 620px; margin-top: -86px; }
  body[data-page="project"] .poster-info { grid-template-columns: 1fr 1fr; margin-top: 34px; }
  body[data-page="project"] .poster-card,
  body[data-page="project"] .poster-card:first-child { padding: 16px; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 640px) {
  .nav { display: block !important; position: relative; min-height: 104px; overflow: hidden; }
  .nav-main { display: block !important; width: 100%; }
  .brand { position: absolute; top: 14px; left: 0; display: block; }
  .menu { position: absolute; left: 0; right: 0; bottom: 12px; display: flex; flex-wrap: nowrap; gap: 12px; overflow: hidden; }
  .language-panel { display: block !important; position: absolute !important; top: 10px; right: 0; left: auto; z-index: 200; width: auto !important; margin: 0 !important; opacity: 1 !important; visibility: visible !important; }
  .language-panel > span { display: none; }
  .language-panel .lang { display: flex !important; position: static; opacity: 1 !important; visibility: visible !important; }
  .lang { gap: 5px; }
  .lang button { min-width: 42px; min-height: 32px; padding-inline: 6px; font-size: 0; }
  .lang button span:last-child { display: none; }
  .brand img { width: 118px; }
  .menu { padding-top: 18px; padding-right: 0; max-width: 100%; }
  body[data-page="project"] .project-poster { padding-top: min(52vh, 470px); }
  body[data-page="project"] .poster-bg { height: min(52vh, 470px); aspect-ratio: auto; object-position: 64% center; }
  body[data-page="project"] .poster-logo { width: min(260px, 82vw); max-height: 128px; }
  body[data-page="project"] .poster-copy h1 { font-size: 32px; }
  body[data-page="project"] .poster-copy .lead { font-size: 20px; }
  body[data-page="project"] .poster-layout { width: calc(100% - 52px) !important; max-width: 338px !important; overflow: hidden; margin-inline: auto; }
  body[data-page="project"] .poster-copy,
  body[data-page="project"] .poster-info,
  body[data-page="project"] .poster-card { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; }
  body[data-page="project"] .poster-copy > p,
  body[data-page="project"] .poster-card p,
  body[data-page="project"] .poster-pills span { overflow-wrap: anywhere; }
  body[data-page="project"] .poster-copy > p,
  body[data-page="project"] .poster-copy > p:last-child,
  body[data-page="project"] .poster-card p { max-width: 330px !important; }
  body[data-page="project"] .poster-info { grid-template-columns: 1fr; background: transparent; backdrop-filter: none; }
  body[data-page="project"] .poster-card,
  body[data-page="project"] .poster-card:first-child { padding: 16px 0; }
  body[data-page="project"] .poster-pills { grid-template-columns: 1fr; gap: 9px; }
  body[data-page="project"] .poster-pills span { font-size: 12px; }
  body[data-project="meteo"] .poster-info { margin-top: 24px; }
  body[data-project="meteo"] .poster-card,
  body[data-project="meteo"] .poster-card:first-child { padding: 12px 0; }
  body[data-project="meteo"] .poster-card h2 { margin-bottom: 8px; font-size: 9px; }
  body[data-project="meteo"] .poster-card p { margin-bottom: 6px; font-size: 11.5px; line-height: 1.4; }
  body[data-project="meteo"] .poster-pills { grid-template-columns: 1fr 1fr; gap: 7px 12px; }
  body[data-project="meteo"] .poster-pills span { font-size: 11px; line-height: 1.28; }
  body[data-project="meteo"] .poster-lines p { padding-block: 5px; }
}

/* Final brand and product presentation polish */
body[data-page="home"] .hero { min-height: 555px; }
body[data-page="home"] .hero-grid {
  grid-template-columns: minmax(360px, .72fr) minmax(520px, 1.28fr);
  gap: 48px;
  padding: 48px 0 66px;
}
body[data-page="home"] .hero-grid > div:first-child { max-width: 500px; }
body[data-page="home"] .hero h1 { max-width: 500px; font-size: clamp(34px, 3.8vw, 49px); }
body[data-page="home"] .hero p { max-width: 480px; font-size: 16px; }
.hero-brand-lockup { justify-self: end; width: min(700px, 100%); text-align: center; }
.hero-brand-lockup .hero-logo { width: 100%; margin: 0; filter: drop-shadow(0 0 28px rgba(57,200,255,.20)); }
.hero-systems {
  display: block;
  margin-top: 10px;
  color: rgba(239,246,252,.82);
  font-size: clamp(15px, 1.5vw, 21px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.carousel-card {
  min-height: 390px;
  padding: 0 22px 24px;
  overflow: hidden;
  background: #070b10;
  border-color: rgba(255,255,255,.14);
}
.carousel-media {
  height: 172px;
  margin: 0 -22px 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, rgba(34,74,96,.32), transparent 58%), #030609;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.carousel-card .carousel-media img { width: 78%; height: 128px; margin: 0; object-fit: contain; filter: drop-shadow(0 12px 24px rgba(0,0,0,.75)); }
.carousel-card[data-track-id="cvc"] .carousel-media img {
  width: 74%;
  height: auto;
  max-height: 122px;
  object-fit: contain;
  filter: brightness(1.42) drop-shadow(0 10px 22px rgba(229,95,27,.18));
}
.carousel-card[data-track="apps_open"] .carousel-media img { width: 120px; height: 120px; }
.carousel-card h3 { font-size: 22px; }

body[data-page="projects"] .section { padding-top: 44px; }
body[data-page="projects"] .project-list { gap: 28px; }
body[data-page="projects"] .project-card {
  min-height: 500px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  background: #06090d;
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
body[data-page="projects"] .project-card:nth-child(even) .media { order: 2; }
body[data-page="projects"] .project-card .media { min-height: 500px; position: relative; background: #020407; }
body[data-page="projects"] .project-card .media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(2,4,7,.35));
}
body[data-page="projects"] .project-card .media img { min-height: 500px; object-fit: cover; }
body[data-page="projects"] .project-body { padding: clamp(34px, 4vw, 56px); align-self: center; }
.project-wordmark { width: min(290px, 82%); max-height: 115px; margin: 0 0 26px; object-fit: contain; object-position: left center; filter: brightness(1.2) drop-shadow(0 10px 24px rgba(0,0,0,.7)); }
.project-wordmark-type { display: block; color: #f5f7fa; font-size: 68px; font-weight: 900; line-height: .9; text-shadow: 0 2px 0 #e55f1b; }
.project-wordmark-cvc { height: auto; }
.project-wordmark-cvc img { display: block; width: min(230px, 100%); height: auto; filter: brightness(1.38) drop-shadow(0 6px 12px rgba(229,95,27,.16)); }
body[data-page="projects"] .project-body h2 { margin-top: 10px; font-size: clamp(28px, 3vw, 40px); }
body[data-page="projects"] .project-body > p { max-width: 500px; font-size: 16px; }
body[data-page="projects"] .project-body ul { columns: 2; column-gap: 28px; margin: 22px 0 0; padding-left: 18px; }
body[data-page="projects"] .project-body li { break-inside: avoid; margin: 8px 0; font-size: 13px; }

.project-gallery { padding: clamp(12px, 1.5vw, 22px); background: #020407; border-bottom: 1px solid rgba(255,255,255,.12); }
.project-gallery-grid {
  width: min(1440px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(220px, 24vw, 360px);
  gap: clamp(8px, 1vw, 14px);
}
.gallery-shot { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #080d12; border-radius: 5px; }
.gallery-shot-1 { grid-column: span 7; grid-row: span 2; }
.gallery-shot-2 { grid-column: span 5; }
.gallery-shot-3 { grid-column: span 5; }
.gallery-shot-4 { grid-column: 3 / span 8; }
.project-gallery-grid[data-count="2"] .gallery-shot-1 { grid-row: span 1; }
.gallery-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-shot:hover img { transform: scale(1.018); filter: brightness(1.06); }
.gallery-shot figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  gap: 10px;
  padding: 38px 18px 15px;
  color: rgba(245,249,252,.84);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  background: linear-gradient(transparent, rgba(2,4,7,.76));
}
.gallery-shot figcaption span { color: var(--cyan); }

body[data-project="cvc"] .poster-bg { object-position: 58% center; }

@media (min-width: 641px) and (max-width: 980px) {
  .header .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 0;
    gap: 14px;
    align-items: center;
  }
  .header .nav-main {
    grid-column: 1;
    grid-row: 1;
    order: initial;
    width: auto;
    min-width: 0;
    flex-wrap: nowrap;
    gap: clamp(14px, 2.5vw, 26px);
  }
  .header .brand { flex: 0 0 auto; }
  .header .brand img { width: clamp(112px, 16vw, 142px); }
  .header .menu {
    position: static;
    display: flex;
    flex: 1 1 auto;
    width: auto;
    padding: 0;
    flex-wrap: nowrap;
    gap: clamp(8px, 1.5vw, 16px);
    overflow: visible;
  }
  .header .menu a { font-size: clamp(9px, 1.25vw, 11px); white-space: nowrap; }
  .header .language-panel {
    grid-column: 2;
    grid-row: 1;
    order: initial;
    display: block;
    width: auto;
    margin: 0;
  }
  .header .language-panel > span,
  .header .lang button span:last-child { display: none; }
  .header .lang { gap: 5px; }
  .header .lang button { min-width: 40px; padding-inline: 6px; font-size: 0; }
}
body[data-page="apps"] .page-visual img { width: min(245px, 70%); filter: drop-shadow(0 0 28px rgba(23,199,255,.25)); }

@media (max-width: 980px) {
  body[data-page="home"] .hero-grid { grid-template-columns: 1fr; padding: 42px 0 64px; }
  .hero-brand-lockup { order: -1; justify-self: start; width: min(560px, 88%); }
  body[data-page="projects"] .project-card { grid-template-columns: 1fr; min-height: 0; }
  body[data-page="projects"] .project-card:nth-child(even) .media { order: 0; }
  body[data-page="projects"] .project-card .media,
  body[data-page="projects"] .project-card .media img { min-height: 340px; }
}

@media (max-width: 640px) {
  body[data-page="home"] .hero { min-height: auto; }
  body[data-page="home"] .hero-grid { gap: 26px; padding: 34px 0 54px; }
  .hero-brand-lockup { width: min(330px, 92vw); }
  .hero-systems { margin-top: 7px; font-size: 13px; }
  body[data-page="home"] .hero h1 { font-size: 32px; }
  .carousel-card { min-height: 370px; }
  body[data-page="projects"] .project-card .media,
  body[data-page="projects"] .project-card .media img { min-height: 245px; }
  body[data-page="projects"] .project-body { padding: 26px 22px; }
  .project-wordmark { max-height: 82px; margin-bottom: 20px; }
  .project-wordmark-type { font-size: 52px; }
  body[data-page="projects"] .project-body ul { columns: 1; }
  .project-gallery { padding: 8px; }
  .project-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; gap: 8px; }
  .gallery-shot-1, .gallery-shot-2, .gallery-shot-3, .gallery-shot-4 { grid-column: 1; grid-row: auto; }
  .gallery-shot:first-child { grid-row: span 2; }
}

/* UmbraOne: public concept presentation derived from the project deck. */
.umbra-page { background: #070a08; color: #f3f5f2; }
.umbra-page .story-ua { display: none !important; }
html[data-lang="ua"] .umbra-page .story-ua { display: block !important; }
html[data-lang="ua"] .umbra-page .story-en { display: none !important; }
.umbra-hero { position: relative; min-height: calc(100svh - 76px); overflow: hidden; isolation: isolate; background: #080b08; border-bottom: 1px solid rgba(157,169,96,.26); }
.umbra-hero-media { position: absolute; z-index: -3; inset: 0 0 0 auto; width: 68%; height: 100%; object-fit: cover; object-position: center; }
.umbra-hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #070a08 0%, rgba(7,10,8,.98) 31%, rgba(7,10,8,.74) 52%, rgba(7,10,8,.12) 77%), linear-gradient(180deg, transparent 64%, rgba(7,10,8,.58)); }
.umbra-hero-content { min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: clamp(64px, 8vw, 110px); }
.umbra-brandline { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #aeb97a; font-size: 11px; font-weight: 800; }
.umbra-brandline img { width: 28px; height: 28px; object-fit: contain; }
.umbra-hero h1 { width: min(520px, 46vw); margin: 0 0 30px; }
.umbra-hero h1 img { display: block; width: 100%; height: auto; object-fit: contain; filter: brightness(1.34) drop-shadow(0 18px 34px rgba(0,0,0,.58)); }
.umbra-lead { max-width: 660px; margin: 0 0 18px; font-size: clamp(30px, 3.6vw, 50px); line-height: 1.08; font-weight: 760; }
.umbra-intro { max-width: 610px; margin: 0; color: rgba(238,242,235,.72); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.55; }
.umbra-hero-facts { width: min(670px, 55vw); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid rgba(187,198,130,.34); border-bottom: 1px solid rgba(187,198,130,.22); }
.umbra-hero-facts div { min-width: 0; padding: 18px 22px 18px 0; border-left: 1px solid rgba(187,198,130,.2); }
.umbra-hero-facts div:first-child { border-left: 0; }
.umbra-hero-facts strong { display: block; color: #f5f7ef; font-size: 20px; }
.umbra-hero-facts span { display: block; margin-top: 5px; color: #aeb97a; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.umbra-concept-note { margin: 16px 0 0; color: rgba(221,226,214,.48); font-size: 11px; }
.umbra-eyebrow { display: block; margin-bottom: 18px; color: #b3c071; font-size: 12px; font-weight: 850; }
.umbra-copy h2, .umbra-field-copy h2, .umbra-contact h2 { margin: 0 0 22px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.05; }
.umbra-copy p, .umbra-field-copy p, .umbra-contact p { max-width: 590px; margin: 0; color: rgba(235,239,231,.72); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.6; }
.umbra-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(177,190,110,.24); list-style: none; }
.umbra-copy li { position: relative; margin: 0; padding-left: 14px; color: rgba(246,248,242,.86); font-size: 13px; font-weight: 650; }
.umbra-copy li::before { content: ""; position: absolute; left: 0; top: .5em; width: 5px; height: 5px; border-radius: 50%; background: #39c8ff; box-shadow: 0 0 10px rgba(57,200,255,.6); }
.umbra-system { padding-block: clamp(84px, 10vw, 140px); background: #090d0b; border-bottom: 1px solid rgba(157,169,96,.2); }
.umbra-system-layout { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(560px, 1.2fr); gap: clamp(64px, 8vw, 120px); align-items: center; }
.umbra-network { position: relative; min-height: 590px; overflow: hidden; }
.umbra-network-ring { position: absolute; left: 50%; top: 50%; width: 390px; height: 390px; border: 1px solid rgba(177,190,110,.26); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 80px rgba(177,190,110,.035), 0 0 0 160px rgba(177,190,110,.018); }
.umbra-hub { position: absolute; z-index: 3; left: 50%; top: 50%; width: 172px; height: 172px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(81,210,255,.45); background: #0b1112; transform: translate(-50%, -50%); box-shadow: 0 22px 60px rgba(0,0,0,.45), 0 0 34px rgba(57,200,255,.08); }
.umbra-hub img { width: 62px; height: 52px; object-fit: contain; margin-bottom: 9px; }
.umbra-hub strong { font-size: 11px; color: #5bd1ff; }
.umbra-hub span { margin-top: 4px; color: rgba(244,247,241,.58); font-size: 10px; }
.umbra-node { position: absolute; z-index: 3; width: 94px; height: 94px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(177,190,110,.48); background: #10140d; }
.umbra-node i { position: relative; width: 34px; height: 34px; border: 2px solid #bbc786; border-radius: 50%; box-shadow: inset 0 0 0 8px #10140d, inset 0 0 0 10px rgba(57,200,255,.7); }
.umbra-node span { margin-top: 9px; color: rgba(239,243,233,.68); font-size: 9px; font-weight: 800; }
.umbra-node-1 { left: 3%; top: 6%; }.umbra-node-2 { right: 3%; top: 6%; }.umbra-node-3 { left: 3%; bottom: 6%; }.umbra-node-4 { right: 3%; bottom: 6%; }
.umbra-link { position: absolute; z-index: 1; left: 50%; top: 50%; width: 43%; height: 1px; background: rgba(177,190,110,.35); transform-origin: left center; }
.umbra-link::after { content: ""; position: absolute; right: 22%; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: #39c8ff; box-shadow: 0 0 12px rgba(57,200,255,.75); }
.umbra-link-1 { transform: rotate(218deg); }.umbra-link-2 { transform: rotate(322deg); }.umbra-link-3 { transform: rotate(142deg); }.umbra-link-4 { transform: rotate(38deg); }
.umbra-field { position: relative; min-height: clamp(650px, 62vw, 820px); display: flex; align-items: center; overflow: hidden; isolation: isolate; border-bottom: 1px solid rgba(157,169,96,.22); }
.umbra-field > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.05); }
.umbra-field-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,7,4,.7), rgba(4,7,4,.2) 32%, rgba(4,7,4,.2) 67%, rgba(4,7,4,.8)), linear-gradient(180deg, rgba(4,7,4,.24), rgba(4,7,4,.88)); }
.umbra-field-copy { width: min(600px, 54vw); margin-inline: auto; text-align: center; padding-block: 90px; }
.umbra-field-copy p { margin-inline: auto; }
.umbra-concept { padding-block: clamp(80px, 9vw, 130px); background: #080b09; border-bottom: 1px solid rgba(157,169,96,.22); }
.umbra-concept-layout { display: grid; grid-template-columns: minmax(500px, 1.2fr) minmax(360px, .8fr); gap: clamp(54px, 8vw, 110px); align-items: center; }
.umbra-concept-media { margin: 0; }
.umbra-concept-media img { display: block; width: 100%; height: auto; max-height: 690px; object-fit: cover; filter: contrast(1.06) saturate(.88); }
.umbra-concept-media figcaption { margin-top: 12px; color: rgba(231,236,225,.46); font-size: 11px; text-transform: uppercase; }
.umbra-status { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #b8c67b; font-size: 11px; font-weight: 800; }
.umbra-status i { width: 8px; height: 8px; border-radius: 50%; background: #e5b94d; box-shadow: 0 0 12px rgba(229,185,77,.65); }
.umbra-contact { background: #0b100c; }
.umbra-contact-inner { min-height: 330px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding-block: 68px; }
.umbra-contact-inner > div { max-width: 760px; }
.umbra-contact .btn { min-width: 170px; justify-content: center; }

@media (max-width: 980px) {
  .umbra-hero { min-height: auto; padding-top: 520px; }
  .umbra-hero-media { width: 100%; height: 560px; object-position: center 42%; }
  .umbra-hero-shade { background: linear-gradient(180deg, rgba(7,10,8,.06) 20%, rgba(7,10,8,.46) 58%, #070a08 94%); }
  .umbra-hero-content { min-height: 0; padding-block: 0 74px; }
  .umbra-hero h1 { width: min(470px, 72vw); }
  .umbra-hero-facts { width: min(670px, 100%); }
  .umbra-system-layout, .umbra-concept-layout { grid-template-columns: 1fr; }
  .umbra-network { min-height: 560px; order: -1; }
  .umbra-concept-media { order: -1; }
  .umbra-field-copy { width: min(600px, 82vw); }
}

@media (max-width: 640px) {
  .umbra-hero { padding-top: 390px; }
  .umbra-hero-media { height: 420px; object-position: 47% center; }
  .umbra-hero-content { width: calc(100% - 40px); padding-bottom: 54px; }
  .umbra-brandline { margin-bottom: 17px; }
  .umbra-hero h1 { width: min(330px, 88vw); margin-bottom: 22px; }
  .umbra-lead { font-size: 30px; }
  .umbra-intro { font-size: 15px; }
  .umbra-hero-facts { margin-top: 30px; }
  .umbra-hero-facts div { padding: 15px 8px; }
  .umbra-hero-facts strong { font-size: 14px; }
  .umbra-hero-facts span { font-size: 9px; }
  .umbra-copy h2, .umbra-field-copy h2, .umbra-contact h2 { font-size: 33px; }
  .umbra-copy p, .umbra-field-copy p, .umbra-contact p { font-size: 15px; }
  .umbra-copy ul { grid-template-columns: 1fr; }
  .umbra-system { padding-block: 60px 76px; }
  .umbra-system-layout { width: calc(100% - 40px); gap: 38px; }
  .umbra-network { min-height: 400px; }
  .umbra-network-ring { width: 240px; height: 240px; box-shadow: 0 0 0 50px rgba(177,190,110,.03); }
  .umbra-hub { width: 126px; height: 126px; }
  .umbra-hub img { width: 46px; height: 40px; }
  .umbra-node { width: 68px; height: 68px; }
  .umbra-node i { width: 26px; height: 26px; box-shadow: inset 0 0 0 6px #10140d, inset 0 0 0 8px rgba(57,200,255,.7); }
  .umbra-node span { margin-top: 5px; font-size: 7px; }
  .umbra-field { min-height: 610px; }
  .umbra-field > img { object-position: center; }
  .umbra-field-copy { width: calc(100% - 40px); padding-top: 230px; }
  .umbra-concept { padding-block: 66px; }
  .umbra-concept-layout { width: calc(100% - 40px); gap: 42px; }
  .umbra-concept-media img { min-height: 310px; object-fit: cover; }
  .umbra-contact-inner { min-height: 0; grid-template-columns: 1fr; gap: 30px; width: calc(100% - 40px); padding-block: 54px; }
  .umbra-contact .btn { width: 100%; }
}

/* 2/1: public AR-system presentation based on the supplied deck and form factor. */
.cvc-page { background: #080a0d; color: #f5f6f7; }
.cvc-page .story-ua { display: none !important; }
html[data-lang="ua"] .cvc-page .story-ua { display: block !important; }
html[data-lang="ua"] .cvc-page .story-en { display: none !important; }
.cvc-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  isolation: isolate;
  background: #07090c;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.cvc-hero-media {
  position: absolute;
  z-index: -3;
  inset: 0 0 0 auto;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  filter: contrast(1.04) saturate(.9);
}
.cvc-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, #07090c 0%, rgba(7,9,12,.98) 31%, rgba(7,9,12,.74) 49%, rgba(7,9,12,.12) 73%), linear-gradient(180deg, rgba(7,9,12,.08) 58%, rgba(7,9,12,.78));
}
.cvc-hero-content {
  min-height: calc(100svh - 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: clamp(66px, 8vw, 108px);
}
.cvc-brandline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  color: rgba(244,246,248,.7);
  font-size: 11px;
  font-weight: 800;
}
.cvc-brandline::before { content: ""; width: 40px; height: 2px; background: #d73436; box-shadow: 0 0 14px rgba(215,52,54,.5); }
.cvc-hero h1 {
  width: min(330px, 31vw);
  margin: 0 0 22px;
}
.cvc-hero h1 img { display: block; width: 100%; height: auto; filter: brightness(1.32) drop-shadow(0 12px 24px rgba(0,0,0,.55)); }
.cvc-lead { max-width: 660px; margin: 0 0 18px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; font-weight: 760; }
.cvc-intro { max-width: 590px; margin: 0; color: rgba(237,240,243,.72); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.58; }
.cvc-hero-facts {
  width: min(650px, 54vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.cvc-hero-facts div { min-width: 0; padding: 16px 20px 16px 0; border-left: 1px solid rgba(255,255,255,.12); }
.cvc-hero-facts div:first-child { border-left: 0; }
.cvc-hero-facts strong { display: block; color: #f6f7f8; font-size: 17px; }
.cvc-hero-facts span { display: block; margin-top: 5px; color: #d95b5e; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cvc-concept-note { max-width: 640px; margin: 15px 0 0; color: rgba(230,234,238,.46); font-size: 10px; line-height: 1.5; }
.cvc-baseline { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 2px; background: linear-gradient(90deg, #c92228 0 34%, rgba(201,34,40,.08) 70%); }
.cvc-eyebrow { display: block; margin-bottom: 18px; color: #e04a4d; font-size: 11px; font-weight: 850; }
.cvc-copy h2, .cvc-field-copy h2, .cvc-contact h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 56px); line-height: 1.05; }
.cvc-copy p, .cvc-field-copy p, .cvc-contact p { max-width: 600px; margin: 0; color: rgba(235,238,241,.72); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.62; }
.cvc-vision { padding-block: clamp(84px, 10vw, 140px); background: #0b0e12; border-bottom: 1px solid rgba(255,255,255,.1); }
.cvc-vision-layout { display: grid; grid-template-columns: minmax(380px, .8fr) minmax(560px, 1.2fr); gap: clamp(56px, 8vw, 120px); align-items: center; }
.cvc-feature-list { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.cvc-feature-list li { display: grid; grid-template-columns: 46px 1fr; align-items: center; min-height: 54px; border-bottom: 1px solid rgba(255,255,255,.1); }
.cvc-feature-list span { color: #d94548; font-size: 10px; font-weight: 850; }
.cvc-feature-list b { color: rgba(246,248,250,.9); font-size: 13px; font-weight: 650; }
.cvc-vision-media { position: relative; margin: 0; overflow: hidden; background: #050608; }
.cvc-vision-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 0 80px rgba(0,0,0,.28); }
.cvc-vision-media img { display: block; width: 100%; height: min(50vw, 650px); min-height: 460px; object-fit: cover; object-position: center; }
.cvc-vision-media figcaption { position: absolute; z-index: 2; left: 20px; bottom: 18px; padding-left: 28px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.cvc-vision-media figcaption::before { content: ""; position: absolute; left: 0; top: .55em; width: 18px; height: 1px; background: #d73436; }
.cvc-interface { padding-block: clamp(82px, 9vw, 126px); background: #101319; border-bottom: 1px solid rgba(255,255,255,.1); }
.cvc-interface-layout { display: grid; grid-template-columns: minmax(380px, .82fr) minmax(540px, 1.18fr); gap: clamp(60px, 9vw, 128px); align-items: center; }
.cvc-mode-display { min-height: 430px; display: grid; grid-template-rows: auto 1fr auto; padding: 24px; border: 1px solid rgba(255,255,255,.16); background: #080c11; box-shadow: 0 32px 80px rgba(0,0,0,.4), inset 0 0 60px rgba(24,112,144,.08); }
.cvc-mode-status { display: flex; align-items: center; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(233,237,241,.58); font-size: 10px; font-weight: 750; }
.cvc-mode-status i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: #4cdf91; box-shadow: 0 0 12px rgba(76,223,145,.8); }
.cvc-mode-status b { color: #4cdf91; font-size: 10px; }
.cvc-mode-view { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.cvc-mode-view::before, .cvc-mode-view::after { content: ""; position: absolute; background: rgba(63,198,236,.16); }
.cvc-mode-view::before { left: 12%; right: 12%; top: 50%; height: 1px; }
.cvc-mode-view::after { top: 12%; bottom: 12%; left: 50%; width: 1px; }
.cvc-mode-view strong { position: relative; z-index: 2; color: #f7f9fa; font-size: clamp(27px, 3vw, 42px); }
.cvc-mode-view small { position: relative; z-index: 2; margin-top: 8px; color: #45caef; font-size: 10px; font-weight: 800; }
.cvc-reticle { position: absolute; z-index: 1; width: 180px; height: 180px; border: 1px solid rgba(69,202,239,.38); border-radius: 50%; box-shadow: 0 0 0 45px rgba(69,202,239,.025), 0 0 40px rgba(69,202,239,.07); }
.cvc-reticle::before, .cvc-reticle::after { content: ""; position: absolute; background: rgba(215,52,54,.8); box-shadow: 0 0 10px rgba(215,52,54,.5); }
.cvc-reticle::before { left: 50%; top: -12px; width: 1px; height: 24px; }
.cvc-reticle::after { left: -12px; top: 50%; width: 24px; height: 1px; }
.cvc-modes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.cvc-modes span { padding: 15px 10px 0; border-left: 1px solid rgba(255,255,255,.12); color: rgba(239,243,247,.64); font-size: 10px; font-weight: 800; text-align: center; }
.cvc-modes span:first-child { border-left: 0; }
.cvc-field { position: relative; min-height: clamp(660px, 67vw, 860px); display: flex; align-items: center; overflow: hidden; isolation: isolate; border-bottom: 1px solid rgba(255,255,255,.1); }
.cvc-field > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.06) saturate(.82); }
.cvc-field-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,5,7,.1) 0 52%, rgba(4,5,7,.68) 68%, rgba(4,5,7,.94) 100%), linear-gradient(180deg, rgba(4,5,7,.08), rgba(4,5,7,.66)); }
.cvc-field-copy { width: min(590px, 46vw); margin-left: auto; padding-block: 90px; }
.cvc-status { padding-block: clamp(82px, 9vw, 126px); background: #0a0c10; border-bottom: 1px solid rgba(255,255,255,.1); }
.cvc-status-layout { display: grid; grid-template-columns: minmax(360px, .7fr) minmax(520px, 1.3fr); gap: clamp(60px, 9vw, 140px); align-items: center; }
.cvc-status-mark { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); background: #080a0d; }
.cvc-status-mark::before, .cvc-status-mark::after { content: ""; position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,.08); transform: rotate(32deg); }
.cvc-status-mark::before { left: 32%; }.cvc-status-mark::after { right: 32%; }
.cvc-status-mark span { position: relative; z-index: 2; color: #f4f6f8; font-size: 78px; line-height: 1; font-weight: 900; }
.cvc-status-mark i { position: absolute; z-index: 3; top: 50%; left: 50%; width: 11px; height: 11px; border-radius: 50%; background: #d73436; box-shadow: 0 0 24px rgba(215,52,54,.8); transform: translate(-50%, -50%); }
.cvc-status-mark small { position: absolute; z-index: 2; right: 22px; bottom: 20px; color: #d94548; font-size: 12px; font-weight: 850; }
.cvc-status-mark small img { display: block; width: 58px; height: auto; filter: brightness(1.4); }
.cvc-status-line { display: flex; align-items: center; gap: 11px; margin-top: 34px; color: rgba(246,248,250,.7); font-size: 10px; font-weight: 800; }
.cvc-status-line i { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: #e8aa42; box-shadow: 0 0 12px rgba(232,170,66,.6); }
.cvc-contact { background: #111419; }
.cvc-contact-inner { min-height: 330px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding-block: 68px; }
.cvc-contact-inner > div { max-width: 760px; }
.cvc-contact .btn { min-width: 170px; justify-content: center; }

@media (max-width: 980px) {
  .cvc-hero { min-height: auto; padding-top: 540px; }
  .cvc-hero-media { width: 100%; height: 580px; object-position: center 42%; }
  .cvc-hero-shade { background: linear-gradient(180deg, rgba(7,9,12,.08) 20%, rgba(7,9,12,.42) 59%, #07090c 94%); }
  .cvc-hero-content { min-height: 0; padding-block: 0 74px; }
  .cvc-hero-facts { width: min(650px, 100%); }
  .cvc-vision-layout, .cvc-interface-layout, .cvc-status-layout { grid-template-columns: 1fr; }
  .cvc-vision-media { order: -1; }
  .cvc-vision-media img { height: min(70vw, 620px); }
  .cvc-field-copy { width: min(590px, 54vw); }
  .cvc-mode-display { min-height: 390px; }
  .cvc-status-mark { min-height: 280px; }
}

@media (max-width: 640px) {
  .cvc-hero { padding-top: 410px; }
  .cvc-hero-media { height: 440px; object-position: center 44%; }
  .cvc-hero-content { width: calc(100% - 40px); padding-bottom: 54px; }
  .cvc-brandline { margin-bottom: 16px; }
  .cvc-hero h1 { width: 190px; margin-bottom: 18px; }
  .cvc-lead { font-size: 29px; }
  .cvc-intro { font-size: 15px; }
  .cvc-hero-facts { margin-top: 28px; }
  .cvc-hero-facts div { padding: 14px 7px; }
  .cvc-hero-facts strong { font-size: 12px; }
  .cvc-hero-facts span { font-size: 8px; }
  .cvc-copy h2, .cvc-field-copy h2, .cvc-contact h2 { font-size: 32px; }
  .cvc-copy p, .cvc-field-copy p, .cvc-contact p { font-size: 15px; }
  .cvc-vision, .cvc-interface, .cvc-status { padding-block: 64px; }
  .cvc-vision-layout, .cvc-interface-layout, .cvc-status-layout { width: calc(100% - 40px); gap: 42px; }
  .cvc-vision-media img { height: 330px; min-height: 0; object-position: center; }
  .cvc-mode-display { min-height: 330px; padding: 18px; }
  .cvc-reticle { width: 140px; height: 140px; }
  .cvc-field { min-height: 650px; align-items: flex-end; }
  .cvc-field > img { object-position: 43% center; }
  .cvc-field-shade { background: linear-gradient(180deg, rgba(4,5,7,.04) 18%, rgba(4,5,7,.26) 48%, rgba(4,5,7,.94) 78%); }
  .cvc-field-copy { width: calc(100% - 40px); margin-inline: auto; padding: 0 0 72px; }
  .cvc-status-mark { min-height: 230px; }
  .cvc-status-mark span { font-size: 62px; }
  .cvc-contact-inner { min-height: 0; grid-template-columns: 1fr; gap: 30px; width: calc(100% - 40px); padding-block: 54px; }
  .cvc-contact .btn { width: 100%; }
}
