@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --blue: #385193;
  --hero-blue: #5f7cff;
  --blue-deep: #15285f;
  --blue-dark: #091127;
  --blue-ink: #050b1d;
  --ice: #eef2f8;
  --ice-soft: #f7f9fc;
  --ink: #141724;
  --muted: #717785;
  --paper: #f7f8fb;
  --panel: #ffffff;
  --mist: #d8dde7;
  --line: #e2e6ee;
  --white: #ffffff;
  --green: #9bb36e;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(14, 24, 55, 0.16);
  --header-height: 74px;
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Archivo", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wave-pattern: url("assets/brand/wave-blue.svg?v=2");
  --hero-wave-pattern: url("assets/brand/wave-hero-blue.svg?v=2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.main-nav a,
.mobile-menu a,
.icon-button,
.primary-link,
.secondary-link,
.home-outline-button,
.home-project-card__cta,
.home-product-card strong,
.home-team-card h3,
.home-footer-top h2 {
  font-family: var(--font-display);
}

body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: calc(var(--scroll, 0) * 100%);
  height: 3px;
  content: "";
  background: var(--blue);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 16px;
  left: 16px;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: var(--radius);
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  padding-top: 12px;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  transition: padding 240ms ease;
}

.nav-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: normal;
  width: min(1220px, calc(100% - 32px));
  height: var(--header-height);
  padding: 0 18px;
  margin: 0 auto;
  gap: 24px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  transition:
    width 260ms ease,
    height 260ms ease,
    padding 260ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease,
    border-radius 260ms ease;
}

.brand-link {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  width: 230px;
  min-width: 180px;
  transition: width 260ms ease, min-width 260ms ease;
}

.brand-link img {
  width: 100%;
  height: auto;
}

.main-nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: gap 260ms ease;
}

.main-nav a,
.mobile-menu a {
  padding: 10px 13px;
  color: #252a36;
  font-size: 0.92rem;
  font-weight: 800;
  border-radius: var(--radius);
  transition: color 180ms ease, background 180ms ease, padding 260ms ease, border-radius 260ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  color: var(--blue);
  background: rgba(56, 81, 147, 0.08);
  outline: none;
}

.main-nav a.is-current,
.mobile-menu a.is-current,
.footer-grid a.is-current {
  color: var(--blue);
}

.nav-actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button,
.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 10px;
  padding: 0 16px;
  font-weight: 800;
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.icon-button,
.primary-link {
  color: var(--white);
}

.icon-button {
  background: linear-gradient(135deg, #4d68b5 0%, #314b92 60%, #22376e 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 14px 28px rgba(33, 52, 106, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.primary-link {
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(56, 81, 147, 0.28);
}

.icon-button:hover,
.icon-button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #5772bf 0%, #344d96 56%, #1f315f 100%);
  outline: none;
}

.primary-link:hover,
.primary-link:focus-visible {
  transform: translateY(-2px);
  background: var(--blue-deep);
  outline: none;
}

.secondary-link {
  color: var(--blue-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.secondary-link:hover,
.secondary-link:focus-visible {
  color: var(--blue);
  border-color: rgba(56, 81, 147, 0.28);
  outline: none;
}

.icon-button svg,
.primary-link svg,
.project-feature a svg,
.product-card button svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.icon-button__people {
  width: 22px;
  height: 22px;
  stroke-width: 1.95;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(56, 81, 147, 0.24);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  width: min(1220px, calc(100% - 32px));
  padding: 10px 18px 14px;
  margin: 10px auto 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 36, 76, 0.1);
  border-radius: 26px;
  box-shadow: 0 18px 36px rgba(7, 14, 36, 0.1);
  backdrop-filter: blur(16px);
}

.mobile-menu:not([hidden]) {
  display: grid;
  gap: 4px;
}

.site-header.is-condensed {
  padding-top: 10px;
}

.site-header.is-condensed .nav-shell {
  width: min(1280px, calc(100% - 56px));
  height: 66px;
  padding: 0 26px;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(24, 36, 76, 0.1);
  box-shadow:
    0 18px 36px rgba(7, 14, 36, 0.1),
    0 2px 8px rgba(7, 14, 36, 0.05);
  backdrop-filter: blur(16px);
}

.site-header.is-condensed .brand-link {
  width: 250px;
  min-width: 250px;
}

.site-header.is-condensed .main-nav {
  gap: 12px;
}

.site-header.is-condensed .main-nav a {
  padding: 9px 12px;
  border-radius: 999px;
}

.site-header.is-condensed .main-nav a.is-current {
  padding-inline: 18px;
  background: rgba(56, 81, 147, 0.1);
}

.site-header.is-condensed .icon-button {
  min-height: 48px;
  padding: 0 18px;
  font-size: 0.96rem;
  box-shadow: 0 10px 22px rgba(56, 81, 147, 0.2);
}

.site-header.is-condensed .icon-button svg {
  width: 17px;
  height: 17px;
}

.hero-editorial {
  min-height: calc(100svh - var(--header-height));
  padding: 50px 0 34px;
  background:
    radial-gradient(circle at 78% 22%, rgba(56, 81, 147, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 70%, rgba(9, 17, 39, 0.09) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(56, 81, 147, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(56, 81, 147, 0.06) 1px, transparent 1px),
    var(--ice);
  background-size: 140px 140px, 110px 110px, 72px 72px, 72px 72px, auto;
}

.hero-editorial::after {
  display: none;
}

.hero-editorial .hero-grid {
  position: relative;
  display: block;
  min-height: 570px;
}

.hero-editorial .hero-copy {
  position: relative;
  z-index: 2;
  max-width: none;
  padding-top: 40px;
}

.hero-editorial .eyebrow {
  color: var(--blue);
  font-size: 0.86rem;
}

.hero-editorial h1 {
  max-width: 1120px;
  margin: 0;
  color: var(--blue-ink);
  font-size: 7.35rem;
  font-weight: 950;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-editorial h1 span {
  display: block;
}

.hero-editorial h1::after {
  display: block;
  width: 340px;
  height: 16px;
  margin-top: 22px;
  content: "";
  background: var(--wave-pattern) left bottom / 52px 16px repeat-x;
}

.hero-editorial .hero-lede {
  max-width: 520px;
  margin-top: 28px;
  color: #343947;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
}

.container-hero {
  position: absolute;
  right: -28px;
  bottom: 14px;
  z-index: 3;
  width: 660px;
  height: 420px;
  pointer-events: none;
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
  will-change: transform;
}

.container-shadow {
  position: absolute;
  right: 44px;
  bottom: 20px;
  width: 520px;
  height: 74px;
  background: rgba(9, 17, 39, 0.16);
  filter: blur(18px);
  border-radius: 50%;
  transform: rotate(-5deg);
}

.sea-container {
  position: absolute;
  top: 86px;
  left: 40px;
  width: 560px;
  height: 210px;
  transform: rotate(-5deg) skewX(-8deg);
  filter: drop-shadow(0 30px 34px rgba(9, 17, 39, 0.28));
  animation: container-float 7s ease-in-out infinite;
}

.container-side {
  position: absolute;
  inset: 36px 80px 0 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 12%, rgba(0, 0, 0, 0.12) 78%),
    var(--blue);
  border: 5px solid var(--blue-deep);
  border-radius: 6px 0 0 6px;
}

.container-side span {
  position: relative;
  display: inline-block;
  width: 13.9%;
  height: 100%;
  border-right: 4px solid rgba(21, 40, 95, 0.68);
  box-shadow:
    inset 8px 0 0 rgba(255, 255, 255, 0.13),
    inset -6px 0 0 rgba(0, 0, 0, 0.08);
}

.container-front {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 104px;
  height: 202px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.24), transparent 40%),
    var(--blue-deep);
  border: 5px solid #10204f;
  border-radius: 0 6px 6px 0;
  transform: skewY(16deg);
}

.container-front span {
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 30px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top: 0;
  border-bottom: 0;
}

.container-front span:first-child {
  left: 15px;
}

.container-front span:last-child {
  right: 15px;
}

.container-roof {
  position: absolute;
  top: 0;
  left: 32px;
  right: 74px;
  height: 56px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0 14px, rgba(21, 40, 95, 0.2) 14px 18px),
    #516bb0;
  border: 4px solid var(--blue-deep);
  border-bottom: 0;
  border-radius: 6px 5px 0 0;
  transform: skewX(26deg);
}

.container-label {
  position: absolute;
  top: 74px;
  left: 54px;
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.62rem;
  font-weight: 950;
  background: rgba(9, 17, 39, 0.34);
  border-radius: 3px;
}

.container-window {
  position: absolute;
  top: 83px;
  right: 126px;
  width: 56px;
  height: 38px;
  background: rgba(246, 249, 252, 0.86);
  border: 4px solid var(--blue-deep);
  border-radius: 4px;
}

.system-skid {
  position: absolute;
  left: 120px;
  bottom: 28px;
  width: 260px;
  height: 86px;
  background: rgba(255, 255, 255, 0.94);
  border: 4px solid #c6ccd6;
  border-radius: 5px;
  transform: skewX(5deg);
}

.system-tank {
  position: absolute;
  left: 28px;
  bottom: 14px;
  width: 58px;
  height: 58px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent 48%),
    #d7dce5;
  border: 4px solid #aeb6c4;
  border-radius: 50%;
}

.system-pipe,
.system-belt,
.system-screen {
  position: absolute;
  display: block;
}

.system-pipe {
  height: 7px;
  background: var(--blue);
  border-radius: 999px;
}

.system-pipe--one {
  top: 28px;
  left: 92px;
  width: 108px;
}

.system-pipe--two {
  top: 52px;
  left: 72px;
  width: 146px;
}

.system-belt {
  right: -58px;
  bottom: 12px;
  width: 132px;
  height: 18px;
  background: repeating-linear-gradient(90deg, #0b132c 0 9px, #283968 9px 14px);
  border-radius: 999px;
  transform: rotate(-16deg);
}

.system-screen {
  top: 14px;
  right: 28px;
  width: 40px;
  height: 44px;
  background: var(--blue);
  border-radius: 4px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.18);
}

.material-stream {
  position: absolute;
  right: 58px;
  bottom: 72px;
  display: flex;
  gap: 9px;
  transform: rotate(-13deg);
}

.material-stream span {
  width: 72px;
  height: 10px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  animation: stream 1200ms ease-in-out infinite;
}

.material-stream span:nth-child(2) {
  animation-delay: 140ms;
}

.material-stream span:nth-child(3) {
  animation-delay: 280ms;
}

.hero-panel {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-top: -56px;
}

.hero-options {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(56, 81, 147, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(9, 17, 39, 0.14);
}

.hero-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  color: var(--blue-ink);
  font-weight: 950;
  border-bottom: 1px solid rgba(56, 81, 147, 0.14);
  transition: background 180ms ease, color 180ms ease;
}

.hero-options a:last-child {
  border-bottom: 0;
}

.hero-options a.is-active,
.hero-options a:hover,
.hero-options a:focus-visible {
  color: var(--white);
  background: var(--blue-dark);
  outline: none;
}

.hero-options svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hero-editorial .hero-metrics {
  margin-top: 0;
  background: rgba(9, 17, 39, 0.08);
  box-shadow: 0 18px 44px rgba(9, 17, 39, 0.1);
}

.hero-editorial .metric {
  min-height: 126px;
  background: rgba(255, 255, 255, 0.86);
}

.page-hero {
  padding: 88px 0 54px;
  background:
    radial-gradient(circle at 78% 22%, rgba(56, 81, 147, 0.18) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(56, 81, 147, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(56, 81, 147, 0.06) 1px, transparent 1px),
    var(--ice);
  background-size: 140px 140px, 72px 72px, 72px 72px, auto;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 36px;
  align-items: end;
}

.page-hero-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--blue-ink);
  font-size: 4.8rem;
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

.page-hero-copy p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: #39404d;
  font-size: 1.12rem;
  font-weight: 760;
  line-height: 1.6;
}

.page-hero-aside {
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), transparent 48%),
    var(--blue-dark);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 22px 56px rgba(9, 17, 39, 0.18);
}

.page-hero-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero-aside strong {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.08;
}

.page-hero-aside span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.6;
}

.page-hero-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.page-hero-list li {
  padding-top: 10px;
  font-weight: 800;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-directory,
.feature-section,
.stat-section,
.use-section,
.faq-section,
.contact-meta {
  padding: 108px 0;
  background: var(--white);
}

.page-directory--soft,
.feature-section--soft,
.use-section--soft,
.faq-section--soft,
.contact-meta--soft {
  background: var(--ice-soft);
}

.teaser-grid,
.feature-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.teaser-grid--four,
.feature-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.teaser-card,
.feature-card,
.info-card {
  min-height: 240px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.teaser-card:hover,
.teaser-card:focus-within,
.feature-card:hover,
.feature-card:focus-within,
.info-card:hover,
.info-card:focus-within {
  border-color: rgba(56, 81, 147, 0.32);
  box-shadow: 0 20px 44px rgba(9, 17, 39, 0.08);
  transform: translateY(-4px);
}

.teaser-card p,
.feature-card p,
.info-card p {
  margin: 0;
  color: #505766;
  font-weight: 700;
  line-height: 1.6;
}

.teaser-card h3,
.feature-card h3,
.info-card h3 {
  margin: 10px 0 14px;
  font-size: 1.6rem;
  line-height: 1.08;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 24px;
  color: var(--blue);
  font-weight: 900;
}

.link-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

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

.stat-card {
  min-height: 170px;
  padding: 26px;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: var(--radius);
}

.stat-card:nth-child(2) {
  background: var(--blue);
}

.stat-card:nth-child(3) {
  color: var(--blue-ink);
  background: var(--ice);
  border: 1px solid var(--line);
}

.stat-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 3rem;
  line-height: 1;
}

.stat-card p {
  margin: 0;
  font-weight: 750;
  line-height: 1.55;
}

.cta-band {
  padding: 82px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    var(--blue-dark);
  background-size: 70px 70px;
}

.cta-band .section-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.cta-band h2 {
  max-width: 14ch;
  margin: 0;
  font-size: 3.1rem;
  line-height: 1.02;
}

.cta-band p {
  max-width: 520px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  line-height: 1.6;
}

.page-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-toolbar .secondary-link {
  min-width: 0;
}

.blog-section,
.detail-section,
.admin-section {
  padding: 108px 0;
  background: var(--white);
}

.blog-shell {
  display: grid;
  gap: 26px;
}

.blog-featured {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(320px, 0.8fr);
  overflow: hidden;
  background: var(--blue-dark);
  border-radius: var(--radius);
  box-shadow: 0 24px 54px rgba(9, 17, 39, 0.18);
}

.blog-featured__media,
.blog-card__media,
.detail-header__media {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
    linear-gradient(135deg, #4c66ab, #1a2b62 72%);
}

.blog-featured__media img,
.blog-card__media img,
.detail-header__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-featured__media::after,
.blog-card__media::after,
.detail-header__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 17, 39, 0) 0%, rgba(9, 17, 39, 0.2) 100%);
  pointer-events: none;
}

.blog-featured__copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px;
}

.blog-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--blue-ink);
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.pill--dark {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
}

.blog-featured__copy h2,
.detail-header__copy h1 {
  margin: 0;
  color: var(--white);
  font-size: 3rem;
  line-height: 0.96;
}

.blog-featured__copy p:last-child,
.detail-header__copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.65;
}

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

.blog-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  border-color: rgba(56, 81, 147, 0.32);
  box-shadow: 0 20px 44px rgba(9, 17, 39, 0.08);
  transform: translateY(-4px);
  outline: none;
}

.blog-card__media {
  min-height: 210px;
}

.blog-card__body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.blog-card__body h3 {
  margin: 0;
  color: var(--blue-ink);
  font-size: 1.65rem;
  line-height: 1.05;
}

.blog-card__body p {
  margin: 0;
  color: #505766;
  font-weight: 700;
  line-height: 1.6;
}

.detail-shell {
  display: grid;
  gap: 28px;
}

.detail-header {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
  overflow: hidden;
  background: var(--blue-dark);
  border-radius: var(--radius);
  box-shadow: 0 24px 54px rgba(9, 17, 39, 0.18);
}

.detail-header__media {
  min-height: 420px;
}

.detail-header__copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 40px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.5fr);
  gap: 22px;
}

.detail-body,
.detail-sidebar {
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.detail-body p {
  margin: 0 0 20px;
  color: #3f4656;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.75;
}

.detail-body p:last-child {
  margin-bottom: 0;
}

.detail-sidebar h2 {
  margin: 0 0 18px;
  color: var(--blue-ink);
  font-size: 1.4rem;
}

.detail-sidebar ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-sidebar li {
  padding-top: 12px;
  color: #3f4656;
  font-weight: 800;
  line-height: 1.55;
  border-top: 1px solid var(--line);
}

.detail-loading,
.empty-state {
  padding: 26px;
  color: #505766;
  font-weight: 700;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.admin-shell {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.admin-panel,
.admin-list-panel {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.admin-panel h2,
.admin-list-panel h2 {
  margin: 0 0 18px;
  color: var(--blue-ink);
  font-size: 1.65rem;
}

.admin-form {
  display: grid;
  gap: 14px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.admin-form textarea {
  min-height: 150px;
  resize: vertical;
}

.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(56, 81, 147, 0.12);
}

.admin-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  font-weight: 900;
}

.admin-checkbox input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
}

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

.admin-actions button {
  border: 0;
}

.admin-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-status.is-error {
  color: #ab2d4c;
}

.admin-project-list {
  display: grid;
  gap: 12px;
}

.admin-project-item {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.admin-project-item h3 {
  margin: 0;
  color: var(--blue-ink);
  font-size: 1.12rem;
  line-height: 1.15;
}

.admin-project-item p {
  margin: 0;
  color: #505766;
  font-weight: 700;
  line-height: 1.55;
}

.admin-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  color: var(--blue-dark);
  font-weight: 800;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  color: var(--blue);
  border-color: rgba(56, 81, 147, 0.3);
  outline: none;
}

.button-danger {
  color: #ab2d4c;
}

.hero {
  position: relative;
  min-height: calc(92svh - var(--header-height));
  padding: 54px 0 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(56, 81, 147, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(56, 81, 147, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110px;
  content: "";
  background: var(--white);
  clip-path: polygon(0 54%, 100% 0, 100% 100%, 0 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: 58px;
}

.hero-copy {
  max-width: 640px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker--light {
  color: rgba(255, 255, 255, 0.66);
}

.hero h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 5.25rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 560px;
  margin: 26px 0 0;
  color: #3b4150;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero-stage {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.stage-shape {
  position: absolute;
  inset: 78px 0 40px 34px;
  z-index: -1;
  background: var(--blue);
  border-radius: 48% 38% 50% 36% / 36% 42% 43% 52%;
  box-shadow: var(--shadow);
}

.stage-shape::after {
  position: absolute;
  right: 36px;
  bottom: 30px;
  width: 64%;
  height: 35%;
  content: "";
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transform: rotate(-8deg);
}

.machine {
  position: absolute;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 24px 34px rgba(7, 14, 36, 0.16));
  transition: transform 220ms ease-out;
  will-change: transform;
}

.machine--plant {
  top: 4px;
  right: -60px;
  width: 102%;
  animation: slow-lift 8s ease-in-out infinite;
}

.machine--truck {
  bottom: 6px;
  left: -12px;
  width: 48%;
  animation: slow-lift 7s ease-in-out 900ms infinite;
}

.flow-line {
  position: absolute;
  right: 52px;
  bottom: 104px;
  display: flex;
  gap: 10px;
  transform: rotate(-13deg);
}

.flow-line span {
  width: 52px;
  height: 8px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  animation: stream 1200ms ease-in-out infinite;
}

.flow-line span:nth-child(2) {
  animation-delay: 120ms;
}

.flow-line span:nth-child(3) {
  animation-delay: 240ms;
}

.flow-line span:nth-child(4) {
  animation-delay: 360ms;
}

.hero-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 32px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(15, 24, 52, 0.08);
}

.metric {
  min-height: 132px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.metric strong {
  display: block;
  color: var(--blue);
  font-size: 2rem;
  line-height: 1.05;
}

.metric span:last-child {
  display: block;
  max-width: 280px;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.mission,
.products,
.contact {
  padding: 118px 0;
  background: var(--ice-soft);
}

.mission {
  border-top: 1px solid rgba(56, 81, 147, 0.12);
}

.mission-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 72px;
  align-items: start;
}

.section-copy h2,
.section-heading h2,
.chain-copy h2,
.problem-intro h2,
.contact-copy h2 {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

.mission-text p,
.chain-copy p,
.contact-copy p {
  margin: 0;
  color: #454b59;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.72;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 14px 14px 14px 44px;
  font-weight: 700;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.check-list li::before {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--blue);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px var(--white);
}

.problem-band {
  padding: 118px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.14) 0 1px, transparent 2px),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 14px),
    var(--blue-dark);
  background-size: 120px 120px, auto, auto;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1fr);
  gap: 68px;
  align-items: start;
}

.problem-intro h2 {
  max-width: 680px;
  color: var(--white);
}

.problem-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.problem-card {
  min-height: 360px;
  padding: 32px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
}

.problem-card--dark {
  margin-top: 74px;
  background: var(--blue-dark);
  border-color: rgba(255, 255, 255, 0.18);
}

.problem-number {
  display: block;
  margin-bottom: 28px;
  font-size: 5rem;
  font-weight: 950;
  line-height: 1;
}

.problem-card h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
}

.problem-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.6;
}

.chain {
  padding: 124px 0;
  overflow: hidden;
  background: var(--white);
}

.chain-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: 68px;
  align-items: center;
}

.chain-copy p {
  margin-top: 24px;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.step-button {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px;
  color: var(--ink);
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.step-button span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  background: rgba(56, 81, 147, 0.1);
  border-radius: 50%;
}

.step-button strong {
  font-size: 1rem;
}

.step-button:hover,
.step-button:focus-visible,
.step-button.is-active {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  outline: none;
  transform: translateY(-2px);
}

.step-button:hover span,
.step-button:focus-visible span,
.step-button.is-active span {
  color: var(--blue);
  background: var(--white);
}

.chain-visual {
  position: relative;
  min-height: 600px;
  padding: 24px 0 0 42px;
}

.process-map {
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 0;
  width: 10px;
}

.process-track,
.process-fill {
  position: absolute;
  left: 4px;
  width: 2px;
  border-radius: 999px;
}

.process-track {
  top: 0;
  bottom: 0;
  background: var(--mist);
}

.process-fill {
  top: 0;
  height: 0%;
  background: var(--blue);
  transition: height 320ms ease;
}

.process-dot {
  position: absolute;
  left: -7px;
  width: 18px;
  height: 18px;
  background: var(--white);
  border: 2px solid var(--mist);
  border-radius: 50%;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.process-dot:nth-of-type(3) {
  top: 0;
}

.process-dot:nth-of-type(4) {
  top: 33.33%;
}

.process-dot:nth-of-type(5) {
  top: 66.66%;
}

.process-dot:nth-of-type(6) {
  top: 100%;
}

.process-dot.is-active {
  background: var(--blue);
  border-color: var(--blue);
  transform: scale(1.2);
}

.process-stage {
  position: relative;
  display: grid;
  min-height: 580px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.64) 1px, transparent 1px),
    var(--blue);
  background-size: 54px 54px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.process-stage::before {
  position: absolute;
  inset: 48px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
}

.process-stage img {
  position: absolute;
  right: -16%;
  bottom: -6%;
  width: 104%;
  max-width: none;
  filter: drop-shadow(0 32px 44px rgba(0, 0, 0, 0.22));
  transition: opacity 220ms ease, transform 380ms ease;
}

.process-card {
  position: absolute;
  left: 36px;
  bottom: 36px;
  width: min(360px, calc(100% - 72px));
  padding: 24px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}

.process-card p:first-child,
.product-detail p,
.project-feature p {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.process-card h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.12;
}

.process-card p:last-child {
  margin: 14px 0 0;
  color: #3f4656;
  font-weight: 700;
  line-height: 1.55;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  max-width: 980px;
  margin-bottom: 42px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  position: relative;
  min-height: 350px;
  padding: 22px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(9, 17, 39, 0.08));
  pointer-events: none;
}

.product-card:hover,
.product-card:focus-within,
.product-card.is-selected {
  border-color: rgba(56, 81, 147, 0.42);
  box-shadow: 0 20px 42px rgba(15, 24, 52, 0.11);
  transform: translateY(-4px);
}

.product-card.is-selected {
  background: #eef2f8;
}

.product-card.is-selected button {
  background: var(--blue-dark);
}

.product-card h3 {
  position: relative;
  z-index: 1;
  margin: 170px 0 10px;
  font-size: 1.35rem;
}

.product-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #515765;
  font-weight: 700;
  line-height: 1.55;
}

.product-card button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease;
}

.product-card button:hover,
.product-card button:focus-visible {
  background: var(--blue-deep);
  outline: none;
  transform: translateX(2px);
}

.material {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  height: 140px;
  overflow: hidden;
  border: 1px solid rgba(9, 17, 39, 0.12);
  border-radius: var(--radius);
  background: #ece7dc;
}

.material::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 20% 74%, rgba(255, 255, 255, 0.5) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 28%, rgba(255, 255, 255, 0.32) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 48%, rgba(0, 0, 0, 0.18) 0 1px, transparent 2px),
    linear-gradient(160deg, var(--mat-a), var(--mat-b));
}

.material::after {
  position: absolute;
  right: -12%;
  bottom: -26%;
  width: 120%;
  height: 60%;
  content: "";
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50% 50% 0 0;
  transform: rotate(-6deg);
}

.material img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}

.material--photo::before,
.material--photo::after {
  content: none;
  display: none;
}

.material--zand img,
.material--leem img,
.material--klei img,
.material--organisch img {
  display: block;
}

.material--zand img {
  object-position: center 76%;
}

.material--leem img {
  object-position: center 78%;
}

.material--klei img {
  object-position: center 76%;
}

.material--organisch img {
  object-position: center 76%;
}

.material--zand {
  --mat-a: #d6d0c2;
  --mat-b: #9a9c96;
}

.material--leem {
  --mat-a: #a8a99f;
  --mat-b: #747870;
}

.material--klei {
  --mat-a: #9da1a0;
  --mat-b: #64696b;
}

.material--organisch {
  --mat-a: #777b69;
  --mat-b: #343d32;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: var(--radius);
}

.product-detail h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.15;
}

.product-detail span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.6;
}

.projects {
  padding: 120px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    var(--blue-dark);
  background-size: 70px 70px;
}

.project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 16px;
}

.project-feature {
  position: relative;
  min-height: 520px;
  padding: 34px;
  overflow: hidden;
  background: var(--blue);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.project-feature img {
  position: absolute;
  right: -120px;
  bottom: -100px;
  width: 92%;
  max-width: none;
  opacity: 0.66;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28));
}

.project-feature div {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.project-feature h3 {
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.05;
}

.project-feature a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 15px;
  margin-top: 28px;
  color: var(--blue-dark);
  font-weight: 900;
  background: var(--white);
  border-radius: var(--radius);
}

.project-side {
  min-height: 252px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.project-side--blue {
  background: var(--white);
  color: var(--blue-dark);
}

.project-side h3 {
  margin: 0 0 14px;
  font-size: 1.55rem;
}

.project-side p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  line-height: 1.62;
}

.project-side--blue p {
  color: #4f5563;
}

.contact-grid {
  align-items: center;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 132px;
  padding: 12px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(56, 81, 147, 0.12);
}

.contact-form button {
  width: fit-content;
  border: 0;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-footer {
  padding: 34px 0;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid img {
  width: 190px;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-weight: 800;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--blue);
  outline: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slow-lift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes container-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@keyframes stream {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(8px);
  }
}

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

  .menu-toggle {
    display: block;
  }

  .hero-grid,
  .mission-grid,
  .problem-grid,
  .chain-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 470px;
  }

  .problem-story,
  .product-grid,
  .project-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-feature {
    grid-column: 1 / -1;
  }

  .chain-visual {
    min-height: auto;
  }

  .page-hero-grid,
  .cta-band .section-inner {
    grid-template-columns: 1fr;
  }

  .hero-editorial .hero-grid {
    min-height: 720px;
  }

  .hero-editorial h1 {
    max-width: 820px;
    font-size: 5.8rem;
  }

  .container-hero {
    right: -90px;
    bottom: 82px;
    width: 610px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    margin-top: -24px;
  }

  .teaser-grid,
  .feature-grid,
  .info-grid,
  .stat-grid,
  .teaser-grid--four,
  .feature-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-featured,
  .detail-header,
  .detail-layout,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band .section-inner {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .nav-shell {
    width: min(100% - 24px, 1220px);
    gap: 12px;
  }

  .brand-link {
    width: 178px;
    min-width: 150px;
  }

  .icon-button--desktop {
    display: none;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-editorial {
    padding: 34px 0 42px;
  }

  .page-hero {
    padding: 56px 0 34px;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: 2.85rem;
    line-height: 1;
  }

  .hero-editorial .hero-grid {
    min-height: auto;
  }

  .hero-editorial .hero-copy {
    padding-top: 14px;
  }

  .hero-editorial h1 {
    max-width: 8ch;
    font-size: 3.45rem;
    line-height: 0.84;
  }

  .hero-editorial h1::after {
    width: 210px;
    height: 10px;
    margin-top: 16px;
    background-size: 26px 10px;
  }

  .hero-editorial .hero-lede {
    max-width: 100%;
    font-size: 1rem;
  }

  .container-hero {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 330px;
    margin-top: 24px;
  }

  .sea-container {
    top: 48px;
    left: -34px;
    width: 500px;
    transform: scale(0.78) rotate(-5deg) skewX(-8deg);
    transform-origin: left top;
  }

  .container-shadow {
    right: 4px;
    bottom: 58px;
    width: 340px;
  }

  .material-stream {
    right: 24px;
    bottom: 104px;
  }

  .material-stream span {
    width: 42px;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .hero-actions,
  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .hero-stage {
    min-height: 340px;
  }

  .stage-shape {
    inset: 66px 0 40px 0;
  }

  .machine--plant {
    right: -40px;
    width: 118%;
  }

  .machine--truck {
    width: 58%;
  }

  .flow-line {
    right: 22px;
    bottom: 76px;
  }

  .flow-line span {
    width: 32px;
  }

  .hero-metrics,
  .problem-story,
  .product-grid,
  .project-layout,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    gap: 16px;
    margin-top: 8px;
  }

  .hero-options a {
    min-height: 54px;
  }

  .page-hero-copy h1 {
    font-size: 3.15rem;
    line-height: 0.94;
  }

  .page-hero-aside {
    padding: 22px;
  }

  .page-hero-aside strong {
    font-size: 1.5rem;
  }

  .page-directory,
  .feature-section,
  .stat-section,
  .use-section,
  .faq-section,
  .contact-meta,
  .cta-band {
    padding: 76px 0;
  }

  .teaser-grid,
  .feature-grid,
  .info-grid,
  .stat-grid,
  .teaser-grid--four,
  .feature-grid--four,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .teaser-card,
  .feature-card,
  .info-card,
  .stat-card {
    min-height: auto;
  }

  .cta-band h2 {
    font-size: 2.35rem;
  }

  .blog-featured__copy,
  .detail-header__copy,
  .detail-body,
  .detail-sidebar,
  .admin-panel,
  .admin-list-panel {
    padding: 22px;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .mission,
  .products,
  .contact,
  .problem-band,
  .chain,
  .projects {
    padding: 76px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .chain-copy h2,
  .problem-intro h2,
  .contact-copy h2 {
    font-size: 2.2rem;
  }

  .step-list {
    grid-template-columns: 1fr;
  }

  .problem-card,
  .problem-card--dark {
    min-height: auto;
    margin-top: 0;
  }

  .process-stage {
    min-height: 520px;
  }

  .process-stage img {
    right: -30%;
    width: 145%;
  }

  .process-card {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }

  .product-card {
    min-height: 300px;
  }

  .product-card h3 {
    margin-top: 154px;
  }

  .project-feature {
    min-height: 430px;
  }

  .project-feature h3 {
    font-size: 2rem;
  }

  .project-feature img {
    right: -130px;
    bottom: -52px;
    width: 130%;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .brand-link {
    width: 154px;
  }

  .hero h1 {
    font-size: 2.62rem;
  }

  .hero-editorial h1 {
    font-size: 3.05rem;
  }

  .sea-container {
    left: -52px;
    transform: scale(0.68) rotate(-5deg) skewX(-8deg);
  }

  .metric {
    padding: 22px;
  }

  .metric strong {
    font-size: 1.65rem;
  }

  .contact-form {
    padding: 18px;
  }
}

body[data-page="home"] {
  background: #ffffff;
}

body[data-page="home"] .site-header {
  position: fixed;
  right: 0;
  left: 0;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

body[data-page="home"] .nav-shell {
  width: min(1400px, calc(100% - 36px));
  height: 112px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(34px, 5vw, 88px);
}

body[data-page="home"] .brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  min-width: 108px;
  height: 108px;
  padding: 0;
  margin-left: clamp(10px, 1.6vw, 28px);
  color: #111930;
  font-size: clamp(1.75rem, 2.6vw, 2.7rem);
  font-weight: 950;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .brand-link img {
  display: block;
}

body[data-page="home"] .brand-link__icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

body[data-page="home"] .main-nav {
  position: static;
  grid-column: 2;
  justify-self: center;
  align-self: center;
  gap: clamp(34px, 4vw, 58px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

body[data-page="home"] .nav-actions {
  grid-column: 3;
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}

body[data-page="home"] .nav-actions .icon-button--desktop {
  display: inline-flex;
}

body[data-page="home"] .main-nav a,
body[data-page="home"] .mobile-menu a {
  padding: 10px 0;
  color: #ffffff;
  font-size: clamp(1.08rem, 1.22vw, 1.42rem);
  font-weight: 800;
  background: transparent;
  border-radius: 0;
}

body[data-page="home"] .language-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
}

body[data-page="home"] .language-toggle::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 34px;
  content: "";
  background: rgba(255, 255, 255, 0.42);
}

body[data-page="home"] .language-toggle a {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1vw, 1.18rem);
  font-weight: 800;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

body[data-page="home"] .language-toggle a[aria-current="true"] {
  color: #ffffff;
}

body[data-page="home"] .menu-toggle {
  display: block;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body[data-page="home"] .icon-button--desktop {
  min-height: 58px;
  padding: 0 32px;
  color: #ffffff;
  font-size: clamp(1rem, 1vw, 1.16rem);
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  box-shadow: none;
}

body[data-page="home"] .icon-button--desktop:hover,
body[data-page="home"] .icon-button--desktop:focus-visible {
  color: #111930;
  background: #ffffff;
  outline: none;
  transform: translateY(-2px);
}

body[data-page="home"] .site-header:not(.is-condensed) .main-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.34);
}

body[data-page="home"] .site-header:not(.is-condensed) .main-nav a:hover,
body[data-page="home"] .site-header:not(.is-condensed) .main-nav a:focus-visible,
body[data-page="home"] .site-header:not(.is-condensed) .main-nav a.is-current {
  color: #385193;
  background: rgba(56, 81, 147, 0.08);
}

body[data-page="home"] .site-header:not(.is-condensed) .icon-button {
  color: #ffffff;
  background: rgba(6, 12, 28, 0.28);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

body[data-page="home"] .site-header:not(.is-condensed) .menu-toggle span {
  background: #ffffff;
}

body[data-page="home"] .site-header.is-condensed .nav-shell {
  width: min(1280px, calc(100% - 56px));
  height: 60px;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 0 22px;
  background:
    linear-gradient(135deg, rgba(9, 17, 39, 0.96), rgba(32, 56, 111, 0.94));
  border-color: rgba(184, 221, 255, 0.18);
  box-shadow:
    0 14px 26px rgba(7, 14, 36, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

body[data-page="home"] .site-header.is-condensed .brand-link {
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  margin-left: 0;
  font-size: 1.1rem;
  font-weight: 900;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body[data-page="home"] .site-header.is-condensed .brand-link img {
  display: block;
}

body[data-page="home"] .site-header.is-condensed .brand-link__icon {
  width: 46px;
  height: 46px;
}

body[data-page="home"] .site-header.is-condensed .main-nav {
  position: static;
  grid-column: 2;
  justify-self: center;
  gap: clamp(16px, 2.5vw, 34px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

body[data-page="home"] .site-header.is-condensed .main-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.9rem, 1vw, 1rem);
  text-shadow: none;
  white-space: nowrap;
}

body[data-page="home"] .site-header.is-condensed .language-toggle::before {
  background: rgba(201, 235, 255, 0.24);
}

body[data-page="home"] .site-header.is-condensed .language-toggle a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  text-shadow: none;
}

body[data-page="home"] .site-header.is-condensed .language-toggle a[aria-current="true"] {
  color: #ffffff;
}

body[data-page="home"] .site-header.is-condensed .menu-toggle span {
  background: #ffffff;
}

body[data-page="home"] .site-header.is-condensed .icon-button--desktop {
  min-height: 46px;
  padding: 0 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: none;
}

body[data-page="home"] .site-header.is-condensed .icon-button--desktop:hover,
body[data-page="home"] .site-header.is-condensed .icon-button--desktop:focus-visible {
  color: #111930;
  background: #ffffff;
  border-color: #ffffff;
}

body[data-page="home"] .site-header.is-condensed .main-nav a:hover,
body[data-page="home"] .site-header.is-condensed .main-nav a:focus-visible,
body[data-page="home"] .site-header.is-condensed .main-nav a.is-current {
  color: #c9ebff;
  background: rgba(201, 235, 255, 0.1);
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .nav-shell {
  color: #111930;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(201, 235, 255, 0.42);
  box-shadow:
    0 18px 44px rgba(7, 14, 36, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .main-nav a {
  color: rgba(17, 25, 48, 0.88);
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .main-nav a:hover,
body[data-page="home"] .site-header.is-condensed.is-over-blue .main-nav a:focus-visible,
body[data-page="home"] .site-header.is-condensed.is-over-blue .main-nav a.is-current {
  color: #385193;
  background: rgba(56, 81, 147, 0.1);
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .language-toggle::before {
  background: rgba(24, 36, 76, 0.18);
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .language-toggle a {
  color: rgba(17, 25, 48, 0.45);
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .language-toggle a[aria-current="true"] {
  color: #111930;
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .menu-toggle span {
  background: #111930;
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .icon-button--desktop {
  color: #111930;
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(24, 36, 76, 0.28);
}

body[data-page="home"] .site-header.is-condensed.is-over-blue .icon-button--desktop:hover,
body[data-page="home"] .site-header.is-condensed.is-over-blue .icon-button--desktop:focus-visible {
  color: #ffffff;
  background: #385193;
  border-color: #385193;
}

@media (max-width: 1220px) {
  body[data-page="home"] .site-header.is-condensed .nav-shell {
    width: min(1180px, calc(100% - 32px));
    gap: 14px;
    padding-inline: 18px;
  }

  body[data-page="home"] .site-header.is-condensed .main-nav {
    gap: 18px;
  }

  body[data-page="home"] .site-header.is-condensed .nav-actions {
    gap: 18px;
  }

  body[data-page="home"] .site-header.is-condensed .language-toggle {
    padding-left: 22px;
  }

  body[data-page="home"] .site-header.is-condensed .icon-button--desktop {
    padding-inline: 20px;
  }
}

body[data-page="home"] .icon-button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  box-shadow: 0 16px 26px rgba(56, 81, 147, 0.22);
}

.home-main {
  position: relative;
  padding-bottom: 140px;
  background: #ffffff;
}

.home-frame {
  position: relative;
  width: min(1400px, calc(100% - 36px));
  padding-inline: 26px;
  margin: 0 auto;
  border-left: 1px dashed rgba(57, 79, 142, 0.22);
  border-right: 1px dashed rgba(57, 79, 142, 0.22);
}

.home-section {
  position: relative;
  padding: 0 0 clamp(96px, 12vh, 150px);
}

.home-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(57, 79, 142, 0.16);
}

.home-kicker {
  margin: 0 0 24px;
  color: #e2e2e2;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-title-row {
  margin-bottom: 28px;
}

.home-title-row h2,
.home-contact-copy h2 {
  margin: 0;
  color: #111930;
  font-size: clamp(2.6rem, 4.8vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.home-title-row--wide h2 {
  max-width: 1080px;
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  line-height: 1.35;
}

.home-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  color: #1a223d;
  font-weight: 800;
  background: #ffffff;
  border: 1px solid rgba(24, 36, 76, 0.18);
  border-radius: 999px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-outline-button:hover,
.home-outline-button:focus-visible {
  border-color: rgba(56, 81, 147, 0.45);
  box-shadow: 0 16px 28px rgba(7, 14, 36, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.home-outline-button svg,
.home-scroll-cue svg,
.home-back-to-top svg,
.home-solution-icon svg,
.home-project-card__cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-center-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.home-hero {
  position: relative;
  min-height: 100svh;
  padding: 28px 0 54px;
  overflow: hidden;
  background: #060c1c;
  isolation: isolate;
}

.home-hero-card {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: calc(100svh - 82px);
}

.home-hero .home-frame {
  border-color: transparent;
}

.home-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.home-hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 12, 28, 0.74) 0%, rgba(6, 12, 28, 0.28) 47%, rgba(6, 12, 28, 0.2) 100%),
    linear-gradient(0deg, rgba(6, 12, 28, 0.66) 0%, rgba(6, 12, 28, 0.1) 44%, rgba(6, 12, 28, 0.32) 100%);
}

.home-hero-media::after {
  content: none;
  display: none;
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  max-width: min(960px, 100%);
  padding-top: 0;
  text-align: center;
  transform: translateY(clamp(34px, 5vh, 78px));
}

.home-hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 6.1vw, 6.9rem);
  font-stretch: 108%;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-shadow: 0 18px 42px rgba(6, 12, 28, 0.38);
  text-transform: none;
}

.home-hero-copy h1 span {
  display: block;
  color: #ffffff;
  font-weight: 900;
  white-space: nowrap;
}

.home-hero-accent {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: var(--hero-blue) !important;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.24),
    0 18px 42px rgba(6, 12, 28, 0.42);
}

.home-hero-accent.wave-underline::after {
  bottom: -0.03em;
  height: 0.16em;
  background-image: var(--hero-wave-pattern);
  background-size: 0.58em 0.16em;
  animation: none;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.16));
}

.wave-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.wave-underline::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 18px;
  content: "";
  background-image: var(--wave-pattern);
  background-position: 0 center;
  background-repeat: repeat-x;
  background-size: 72px 18px;
  animation: wave-current 3.45s linear infinite;
  will-change: background-position;
}

@keyframes wave-current {
  to {
    background-position: 72px center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wave-underline::after {
    animation: none;
  }
}

.home-hero-copy p {
  display: none;
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 42px;
}

.home-hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  gap: 12px;
  padding: 0 26px;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 18px 32px rgba(6, 12, 28, 0.16);
}

.home-hero-action--primary {
  color: #ffffff;
  background: #385193;
}

.home-hero-action--secondary {
  color: #111930;
  background: #ffffff;
}

.home-hero-action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-hero-contact {
  display: none;
}

.home-scroll-cue {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 14px auto 0;
  color: rgba(17, 25, 48, 0.45);
}

.home-mission-grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  min-height: 112svh;
  padding-top: 0;
  overflow: hidden;
}

.home-section--mission .home-frame {
  border-color: transparent;
}

.home-section--mission .home-frame::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(880px, 86vw);
  aspect-ratio: 1;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M17 5v24M5 17h24' stroke='%23111930' stroke-opacity='.13' stroke-width='3.2' stroke-linecap='round'/%3E%3Cpath d='M9 9l16 16M25 9 9 25' stroke='%23111930' stroke-opacity='.06' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(circle, #000 0 56%, transparent 72%);
  mask-image: radial-gradient(circle, #000 0 56%, transparent 72%);
  opacity: 0.72;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.home-hero-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.2fr);
  background: rgba(4, 18, 12, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(2px);
}

.home-hero-info-card {
  min-height: 176px;
  padding: 34px 38px;
  color: #ffffff;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
}

.home-hero-info-card:last-child {
  border-right: 0;
}

.home-hero-info-kicker {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 700;
}

.home-hero-info-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.22;
}

.home-hero-info-card p {
  max-width: 440px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-hero-info-card__body {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.home-hero-info-card__body img {
  width: 156px;
  aspect-ratio: 1.5;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
}

.home-hero-info-card__body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 116px;
  margin-top: 22px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(5, 20, 12, 0.16);
}

.home-section--mission .home-kicker {
  display: none;
}

.home-mission-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: clamp(24px, 3.6vh, 38px);
  width: min(1380px, 100%);
  min-height: auto;
  text-align: center;
}

.home-mission-copy h2 {
  margin: 0;
  color: #111930;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.home-mission-copy p {
  margin: 0;
  color: #111930;
  font-size: clamp(2.35rem, 4.05vw, 4.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.home-mission-line {
  display: inline;
}

.home-mission-copy .is-strong {
  color: #121a32;
  font-weight: 900;
}

.home-mission-copy .is-link {
  position: relative;
  color: #385193;
  font-weight: 800;
  white-space: nowrap;
}

.home-mission-accent {
  color: #405aa2;
  font-weight: 900;
  white-space: nowrap;
}

.home-mission-accent.wave-underline {
  padding-bottom: 0.22em;
}

.home-mission-accent.wave-underline::after {
  height: 0.22em;
  background-image: var(--wave-pattern);
  background-size: 0.78em 0.22em;
  filter: none;
}

.home-flow-graphic {
  display: none;
}

.home-flow-graphic svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.home-flow-ring {
  fill: none;
  stroke: rgba(56, 81, 147, 0.72);
  stroke-linecap: round;
  stroke-width: 18;
  marker-end: url("#flow-arrow");
}

.home-flow-ring:nth-of-type(2) {
  stroke: rgba(17, 25, 48, 0.2);
}

.home-flow-ring:nth-of-type(3) {
  stroke: rgba(56, 81, 147, 0.44);
}

.home-flow-graphic marker path {
  fill: currentColor;
}

.home-flow-node circle {
  fill: rgba(255, 255, 255, 0.96);
  stroke: rgba(56, 81, 147, 0.32);
  stroke-width: 2;
  filter: drop-shadow(0 18px 30px rgba(7, 14, 36, 0.12));
}

.home-flow-node path {
  fill: none;
  stroke: #111930;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
}

.home-flow-node text {
  fill: #111930;
  font-size: 28px;
  font-weight: 900;
  text-anchor: middle;
}

.home-flow-node--process circle {
  fill: #385193;
  stroke: rgba(56, 81, 147, 0.36);
}

.home-flow-node--process path,
.home-flow-node--process text {
  fill: none;
  stroke: #ffffff;
}

.home-flow-node--process text {
  fill: #385193;
  stroke: none;
}

.home-section--blue {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 235, 255, 0.22), transparent 26%),
    radial-gradient(circle at 84% 72%, rgba(9, 17, 39, 0.22), transparent 30%),
    linear-gradient(135deg, #405aa2 0%, #5069aa 58%, #385193 100%);
}

.home-section--blue::before,
.home-section--blue::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.home-section--blue::before {
  background-image:
    repeating-radial-gradient(
      ellipse at 18% 34%,
      rgba(255, 255, 255, 0.18) 0 1px,
      transparent 1px 34px
    ),
    repeating-radial-gradient(
      ellipse at 88% 64%,
      rgba(255, 255, 255, 0.12) 0 1px,
      transparent 1px 42px
    );
  opacity: 0.34;
  transform: rotate(-8deg) scale(1.08);
}

.home-section--blue::after {
  background:
    linear-gradient(90deg, transparent 0 49.92%, rgba(255, 255, 255, 0.12) 50%, transparent 50.08%),
    radial-gradient(circle at center, transparent 0 31%, rgba(201, 235, 255, 0.16) 31.2% 31.8%, transparent 32%),
    radial-gradient(circle at center, transparent 0 43%, rgba(7, 14, 36, 0.12) 43.2% 43.8%, transparent 44%);
  opacity: 0.62;
}

.home-problem-frame {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-rows: auto 1fr auto;
  min-height: 112svh;
  padding-top: clamp(104px, 12vh, 148px);
  padding-bottom: clamp(86px, 10vh, 128px);
  border-color: rgba(201, 235, 255, 0.18);
}

.home-problem-frame::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: min(760px, 68vw);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(201, 235, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(201, 235, 255, 0.045),
    inset 0 0 0 28px rgba(7, 14, 36, 0.05);
  transform: translate(-50%, -46%);
}

.home-problem-heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: center;
}

.home-problem-columns {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(72px, 9vw, 140px);
  align-self: center;
  width: min(1120px, 100%);
  margin: 56px auto 0;
}

.home-problem-columns::before {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 50%;
  width: 2px;
  min-height: 460px;
  content: "";
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.94) 0 16px,
    transparent 16px 24px
  );
  transform: translateX(-50%);
}

.home-problem-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 410px;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(7, 14, 36, 0.08);
  border: 1px solid rgba(201, 235, 255, 0.16);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 60px rgba(7, 14, 36, 0.08);
  backdrop-filter: blur(2px);
}

.home-problem-panel::before {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 82px;
  height: 82px;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  opacity: 0.76;
}

.home-problem-panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

.home-problem-panel p {
  align-self: end;
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
}

.home-problem-panel strong {
  color: #ffffff;
  font-weight: 800;
}

.home-problem-panel em {
  color: rgba(255, 255, 255, 0.78);
}

.home-problem-meter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(990px, 78%);
  min-height: 78px;
  margin: clamp(28px, 5vh, 54px) auto 0;
  overflow: hidden;
  color: #ffffff;
  background: rgba(7, 14, 36, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 14, 36, 0.12);
  backdrop-filter: blur(2px);
}

.home-problem-meter div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.home-problem-meter__label {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.28em;
  white-space: nowrap;
}

.home-problem-meter__label [data-count] {
  min-width: 1.25em;
  text-align: right;
}

.home-problem-meter sup {
  position: relative;
  top: -0.32em;
  font-size: 0.58em;
  line-height: 0;
}

.home-problem-meter div + div {
  border-left: 2px solid rgba(255, 255, 255, 0.72);
}

.home-problem-grid,
.home-issue-grid {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 44px;
  padding-top: 40px;
}

.home-tower {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 670px;
  padding: 36px 18px;
  text-align: center;
  border-radius: 22px;
}

.home-tower strong,
.home-stat-box strong {
  display: block;
  font-size: clamp(3rem, 5vw, 4.35rem);
  line-height: 0.9;
  font-weight: 900;
}

.home-tower span,
.home-stat-box span {
  display: block;
  margin-top: 10px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-tower--striped {
  color: #ffffff;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.58) 0 2px, transparent 2px 10px),
    rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.home-tower--dark {
  justify-content: flex-end;
  color: #ffffff;
  background: #0b1029;
  border: 2px solid rgba(18, 26, 51, 0.34);
}

.home-problem-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
  gap: 26px;
  align-items: start;
  margin-bottom: 38px;
}

.home-mini-machine {
  width: 180px;
  filter: saturate(0) brightness(1.65) sepia(0.18) hue-rotate(175deg);
}

.home-part-label {
  margin: 18px 0 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

.home-problem-title h2,
.home-issue-intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.home-problem-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.home-media-card {
  position: relative;
  min-height: 404px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.12);
}

.home-media-card__image {
  position: absolute;
  inset: 0;
}

.home-media-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.8) saturate(0.62) brightness(0.76);
}

.home-media-card__image--cover img {
  object-position: center;
}

.home-media-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 14, 36, 0.02), rgba(7, 14, 36, 0.22)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px);
  background-size: auto, 5px 5px;
  pointer-events: none;
}

.home-glass-note {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  width: min(290px, calc(100% - 56px));
  padding: 28px 22px;
  color: #1a223d;
  background: rgba(239, 242, 247, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(14px);
}

.home-glass-note h3 {
  margin: 0;
  color: #3652a1;
  font-size: 1.15rem;
  line-height: 1.2;
}

.home-glass-note p {
  margin: 18px 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-section--issue {
  background: #ffffff;
}

.home-issue-main {
  display: grid;
  gap: 34px;
}

.home-media-card--cool {
  min-height: 448px;
  border-color: rgba(57, 79, 142, 0.16);
}

.home-media-card--cool .home-media-card__image img {
  filter: contrast(0.9) saturate(0.7) brightness(0.88);
}

.home-issue-bottom {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 0.4fr) minmax(320px, 0.9fr);
  gap: 30px;
  align-items: end;
}

.home-issue-intro {
  display: grid;
  gap: 18px;
}

.home-issue-intro img {
  width: 180px;
  filter: grayscale(1) brightness(1.14);
}

.home-issue-intro .home-part-label {
  margin: 0 0 14px;
  color: #1c2440;
}

.home-issue-intro h2 {
  color: #121932;
}

.home-issue-copy {
  margin: 0;
  color: #17203c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.home-section--approach {
  background: #ffffff;
}

.home-approach-frame {
  min-height: 112svh;
  padding-top: clamp(104px, 12vh, 150px);
  padding-bottom: clamp(102px, 12vh, 148px);
}

.home-approach-heading {
  margin: 0;
  color: #111930;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-align: center;
}

.home-approach-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  align-items: stretch;
  margin-top: clamp(36px, 5vh, 56px);
  padding-bottom: 74px;
}

.home-approach-flow {
  position: absolute;
  right: clamp(42px, 5vw, 74px);
  bottom: 18px;
  left: clamp(42px, 5vw, 74px);
  z-index: 0;
  height: 46px;
  pointer-events: none;
}

.home-approach-flow__line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 3px;
  background-image: linear-gradient(90deg, rgba(56, 81, 147, 0.32) 50%, transparent 0);
  background-position: 0 50%;
  background-size: 18px 3px;
  transform: translateY(-50%);
}

.home-approach-flow__line::before,
.home-approach-flow__line::after {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  content: "";
  background: #ffffff;
  border: 3px solid rgba(56, 81, 147, 0.45);
  border-radius: 50%;
  transform: translateY(-50%);
}

.home-approach-flow__line::before {
  left: 0;
}

.home-approach-flow__line::after {
  right: 0;
}

.home-approach-flow__pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #5f7cff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow:
    0 0 0 10px rgba(95, 124, 255, 0.16),
    0 14px 28px rgba(17, 25, 48, 0.18);
  opacity: 0;
  transform: translate(-50%, -50%);
}

.home-approach-flow::before,
.home-approach-flow::after {
  position: absolute;
  top: 50%;
  color: rgba(56, 81, 147, 0.62);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateY(18px);
}

.home-approach-flow::before {
  left: 0;
  content: "01";
}

.home-approach-flow::after {
  right: 0;
  content: "03";
}

.home-approach-grid.is-running .home-approach-flow__line {
  animation: approach-dash 2.8s linear infinite;
}

.home-approach-grid.is-running .home-approach-flow__pulse {
  opacity: 1;
  animation: approach-pulse 12s ease-in-out infinite;
}

.home-approach-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: min(62vh, 560px);
  padding: clamp(26px, 2.6vw, 38px);
  color: #111930;
  background: #ffffff;
  border: 1px solid rgba(17, 25, 48, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7, 14, 36, 0.06);
  transition:
    border-color 420ms ease,
    box-shadow 420ms ease,
    transform 420ms ease,
    background 420ms ease;
}

.home-approach-card::before {
  position: absolute;
  inset: 14px;
  z-index: -1;
  content: "";
  border: 1px dashed rgba(56, 81, 147, 0.12);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 420ms ease;
}

.home-approach-card.is-active {
  background:
    radial-gradient(circle at 84% 82%, rgba(95, 124, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff, #f8faff);
  border-color: rgba(95, 124, 255, 0.54);
  box-shadow:
    0 24px 56px rgba(7, 14, 36, 0.1),
    0 0 0 6px rgba(95, 124, 255, 0.08);
  transform: translateY(-8px);
}

.home-approach-card.is-active::before {
  opacity: 1;
}

.home-approach-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #111930;
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: left;
}

.home-approach-card h3 span {
  display: inline-grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 0.85rem;
  background: #385193;
  border-radius: 50%;
  place-items: center;
}

.home-approach-card p {
  margin: clamp(34px, 5vh, 56px) 0 0;
  color: #202844;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  font-weight: 500;
  line-height: 1.48;
}

.home-approach-visual {
  align-self: end;
  display: grid;
  min-height: 190px;
  margin-top: 40px;
  color: rgba(17, 25, 48, 0.56);
  place-items: center;
}

.home-approach-visual img {
  width: min(220px, 78%);
  height: auto;
  opacity: 0.9;
  transition: opacity 420ms ease, transform 420ms ease;
}

.home-approach-card.is-active .home-approach-visual img {
  opacity: 1;
  transform: translateY(-6px) scale(1.05);
}

.home-approach-visual svg {
  width: min(240px, 82%);
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.home-approach-visual .home-visual-fill {
  fill: rgba(56, 81, 147, 0.08);
}

.home-approach-visual .home-visual-fill--solid {
  fill: rgba(56, 81, 147, 0.9);
  stroke: #385193;
}

@keyframes approach-dash {
  to {
    background-position: 18px 50%;
  }
}

@keyframes approach-pulse {
  0%,
  10% {
    left: 0;
  }

  33%,
  43% {
    left: 50%;
  }

  66%,
  76% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

.home-section--blueprint {
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 12%, rgba(95, 124, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #111930 0%, #243d74 100%);
}

.home-section--blueprint::after {
  background: rgba(255, 255, 255, 0.08);
}

.home-blueprint-frame {
  display: grid;
  align-content: center;
  min-height: 108svh;
  padding-top: clamp(106px, 13vh, 156px);
  padding-bottom: clamp(112px, 14vh, 170px);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-blueprint-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: clamp(48px, 8vh, 86px);
}

.home-blueprint-head p,
.home-blueprint-head h2 {
  margin: 0;
  color: #ffffff;
}

.home-blueprint-head p {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.3vw, 4.1rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.home-blueprint-head h2 {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.8rem, 2.8vw, 3.3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.home-blueprint-timeline {
  position: relative;
  min-width: 0;
}

.home-blueprint-years {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: clamp(26px, 3vw, 54px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.home-blueprint-years::before {
  position: absolute;
  right: 0;
  left: 0;
  top: clamp(118px, 12vw, 170px);
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(184, 221, 255, 0.86), rgba(184, 221, 255, 0.2));
  box-shadow: 0 0 28px rgba(95, 124, 255, 0.22);
}

.home-blueprint-years li {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 210px;
}

.home-blueprint-year {
  color: rgba(184, 221, 255, 0.28);
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 8.6rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.82;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  transition: color 260ms ease, opacity 260ms ease, transform 260ms ease;
}

.home-blueprint-years li.is-active .home-blueprint-year {
  color: rgba(218, 241, 255, 0.9);
  opacity: 1;
  transform: translateY(-8px);
}

.home-blueprint-years li.is-active {
  z-index: 3;
}

.home-blueprint-dot {
  position: absolute;
  top: calc(clamp(118px, 12vw, 170px) - 8px);
  left: 6px;
  z-index: 2;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  background: #c9ebff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(201, 235, 255, 0.08);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-blueprint-dot:hover,
.home-blueprint-dot:focus-visible,
.home-blueprint-years li.is-active .home-blueprint-dot {
  background: #ffffff;
  box-shadow:
    0 0 0 10px rgba(201, 235, 255, 0.14),
    0 0 34px rgba(95, 124, 255, 0.36);
  outline: none;
  transform: scale(1.16);
}

.home-blueprint-detail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 24px;
  width: min(760px, 100%);
  min-height: 132px;
  margin-top: clamp(26px, 4vh, 48px);
  padding: 24px 28px;
  color: #ffffff;
  background: rgba(7, 14, 36, 0.28);
  border: 1px solid rgba(201, 235, 255, 0.16);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.home-blueprint-detail span {
  grid-row: 1 / span 2;
  color: rgba(201, 235, 255, 0.9);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.home-blueprint-detail h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.home-blueprint-detail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  font-weight: 500;
  line-height: 1.42;
}

.home-section--solution {
  background: #ffffff;
}

.home-solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 286px;
  gap: 54px;
  align-items: start;
  padding-top: 42px;
}

.home-solution-copy h2 {
  max-width: 840px;
  margin: 0;
  color: #111930;
  font-size: clamp(2.6rem, 4.7vw, 4.3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.home-solution-copy .is-link {
  position: relative;
  color: #385193;
}

.home-solution-lede {
  max-width: 850px;
  margin: 26px 0 0;
  color: #111930;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.32;
}

.home-solution-machine {
  margin-top: 52px;
}

.home-solution-machine__shell {
  position: relative;
  min-height: 216px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #20386f;
  border: 4px solid #18284f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.home-machine-block {
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #dedede, #a3adb6);
  border: 2px solid rgba(20, 31, 64, 0.28);
}

.home-machine-block--motor {
  top: 34px;
  left: 24px;
  width: 150px;
  height: 56px;
  border-radius: 6px;
}

.home-machine-block--pump {
  left: 94px;
  bottom: 28px;
  width: 82px;
  height: 76px;
  border-radius: 10px;
}

.home-machine-block--tank {
  top: 22px;
  left: 218px;
  width: 126px;
  height: 132px;
  border-radius: 50%;
}

.home-machine-block--filter {
  top: 54px;
  right: 160px;
  width: 104px;
  height: 90px;
  border-radius: 8px;
}

.home-machine-block--press {
  right: 26px;
  bottom: 32px;
  width: 264px;
  height: 48px;
  border-radius: 999px 999px 14px 14px;
}

.home-machine-line {
  position: absolute;
  display: block;
  height: 5px;
  background: #1a223d;
  border-radius: 999px;
}

.home-machine-line--top {
  top: 72px;
  left: 166px;
  right: 192px;
}

.home-machine-line--bottom {
  top: 112px;
  left: 150px;
  right: 94px;
}

.home-solution-lower {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  gap: 28px;
  align-items: start;
  margin-top: 38px;
}

.home-solution-feature {
  display: grid;
  gap: 18px;
  align-content: start;
}

.home-solution-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #111930;
}

.home-solution-feature h3 {
  margin: 0;
  color: #111930;
  font-size: 1.2rem;
}

.home-solution-feature p {
  margin: 0;
  color: #1f2743;
  font-size: 1rem;
  line-height: 1.45;
}

.home-vertical-media {
  min-height: 380px;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(7, 14, 36, 0.12), rgba(7, 14, 36, 0.02)),
    #d4d7dd;
}

.home-vertical-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.82) saturate(0.65) brightness(0.88);
}

.home-solution-side {
  min-height: 100%;
}

.home-stat-stack {
  position: sticky;
  top: calc(var(--header-height) + 34px);
  display: grid;
  gap: 0;
}

.home-stat-box {
  min-height: 330px;
  padding: 42px 20px;
  text-align: center;
  border: 2px solid rgba(24, 36, 76, 0.18);
  border-radius: 24px;
}

.home-stat-box--light {
  color: #385193;
  background: #ffffff;
}

.home-stat-box--dark {
  margin-top: -2px;
  color: #ffffff;
  background: #0b1029;
}

.home-section--products,
.home-section--projects,
.home-section--team,
.home-section--partners,
.home-section--contact {
  background: #ffffff;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-product-card {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 482px;
  padding: 20px 24px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(24, 36, 76, 0.16);
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.home-product-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 14, 36, 0) 48%, rgba(7, 14, 36, 0.36) 100%);
}

.home-product-card strong {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
}

.home-product-visual {
  position: absolute;
  inset: 0;
  background: #ece7dc;
}

.home-product-visual img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.home-product-visual::before,
.home-product-visual::after {
  content: "";
  display: none;
}

.home-product-visual--photo {
  background: #ebe4d9;
}

.home-product-visual--photo::after,
.home-product-visual--photo::before {
  content: none;
  display: none;
}

.home-product-visual--sand img {
  object-position: center 70%;
}

.home-product-visual--loam img {
  object-position: center 70%;
}

.home-product-visual--clay img {
  object-position: center 74%;
}

.home-product-visual--organic img {
  object-position: center 72%;
}

.home-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 18px;
}

.home-project-skeleton {
  min-height: 100%;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef2f7, #dfe5ee);
  animation: slow-lift 5s ease-in-out infinite;
}

.home-project-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 26px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(24, 36, 76, 0.16);
  border-radius: 28px;
  isolation: isolate;
}

.home-project-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 14, 36, 0.04), rgba(7, 14, 36, 0.64)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px);
  background-size: auto, 6px 6px;
}

.home-project-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(160deg, #6f86b4, #3d527d);
}

.home-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.84) saturate(0.76) brightness(0.72);
}

.home-project-card__meta,
.home-project-card__cta {
  position: relative;
  z-index: 1;
}

.home-project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.home-project-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.74rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.home-project-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.home-project-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 44px;
  padding: 0 16px;
  margin-top: 18px;
  color: #ffffff;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}

.home-project-card--featured {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.home-project-card--featured h3 {
  max-width: 760px;
  font-size: 2rem;
}

.home-project-card--tall {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.home-project-card--small {
  min-height: 100%;
}

.home-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.home-team-card {
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(57, 79, 142, 0.28);
}

.home-team-card h3 {
  margin: 24px 0 10px;
  color: #111930;
  font-size: 1.4rem;
}

.home-team-card a {
  color: rgba(17, 25, 48, 0.58);
  font-size: 0.92rem;
  font-weight: 700;
}

.home-portrait {
  position: relative;
  width: min(100%, 258px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(180deg, #a9adb4, #7f8289);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 12px 28px rgba(7, 14, 36, 0.08);
}

.home-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.05);
}

.home-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.22) 0 8%, transparent 9%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 14, 36, 0.08));
  pointer-events: none;
}

.home-portrait--one img {
  object-position: center 26%;
}

.home-portrait--two img {
  object-position: 58% 26%;
  transform: scale(1.08);
}

.home-portrait--three img {
  object-position: center 23%;
  transform: scale(1.06);
}

.home-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding-top: 36px;
}

.home-partner-card {
  display: grid;
  gap: 16px;
  place-items: center;
  min-height: 168px;
  text-align: center;
}

.home-partner-card span {
  color: rgba(17, 25, 48, 0.46);
  font-size: 0.96rem;
  font-weight: 800;
}

.home-partner-card strong {
  color: #171f39;
  font-size: 1rem;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  gap: 56px;
  align-items: center;
  min-height: 540px;
}

.home-contact-copy p {
  margin: 26px 0 0;
  color: #17203c;
  font-size: 1.1rem;
  font-weight: 500;
}

.home-contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #ededee;
  border: 1px solid rgba(24, 36, 76, 0.14);
  border-radius: 32px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.home-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-contact-form label {
  display: grid;
  gap: 8px;
  color: #111930;
  font-weight: 800;
}

.home-contact-form input,
.home-contact-form textarea {
  width: 100%;
  color: #111930;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(24, 36, 76, 0.08);
  border-radius: 18px;
  outline: none;
}

.home-contact-form input {
  height: 50px;
  padding: 0 16px;
}

.home-contact-form textarea {
  min-height: 120px;
  padding: 16px;
  resize: vertical;
}

.home-contact-form input:focus,
.home-contact-form textarea:focus {
  border-color: rgba(56, 81, 147, 0.42);
  box-shadow: 0 0 0 4px rgba(56, 81, 147, 0.1);
}

.home-contact-form .primary-link {
  width: 100%;
  border: 0;
  border-radius: 999px;
}

.site-footer--home {
  padding: 36px 0 24px;
  background: #efefef;
  border-top: 0;
}

.home-footer-top {
  padding: 20px 0 26px;
  border-bottom: 1px solid rgba(24, 36, 76, 0.08);
}

.home-footer-top h2 {
  margin: 0;
  color: #111930;
  font-size: 1.1rem;
}

.home-footer-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(24, 36, 76, 0.08);
}

.home-footer-meta p,
.home-footer-meta a,
.home-footer-bottom {
  margin: 0;
  color: #111930;
  font-size: 0.98rem;
  line-height: 1.45;
}

.home-footer-links {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.home-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 0;
}

.home-footer-wordmark {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 80px 0 6px;
  font-size: clamp(4.8rem, 11vw, 10rem);
  font-weight: 900;
  line-height: 0.9;
}

.home-footer-wordmark span:first-child {
  color: #385193;
}

.home-footer-wordmark span:last-child {
  color: #000000;
}

.home-floating-cta {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 75;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 10px 6px 6px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 36, 76, 0.08);
  border-radius: 999px;
  box-shadow: 0 24px 36px rgba(7, 14, 36, 0.16);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

body.is-past-hero .home-floating-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.home-floating-avatars {
  display: flex;
}

.home-floating-avatars span {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: -10px;
  background: #0b1029;
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
}

.home-floating-avatars img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  transform: scale(1.08);
}

.home-floating-avatars span:nth-child(2) img {
  object-position: 58% 24%;
}

.home-floating-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  color: #ffffff;
  font-weight: 900;
  background: #3652a1;
  border-radius: 999px;
}

.home-back-to-top {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 74;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: #ffffff;
  background: #1c1208;
  border-radius: 50%;
  box-shadow: 0 18px 32px rgba(7, 14, 36, 0.18);
}

@media (max-width: 1180px) {
  body[data-page="home"] .brand-link {
    width: auto;
  }

  body[data-page="home"] .site-header.is-condensed .brand-link {
    width: auto;
    min-width: 0;
  }

  .home-mission-grid,
  .home-contact-grid,
  .home-approach-grid,
  .home-solution-grid,
  .home-problem-head,
  .home-issue-bottom,
  .home-solution-lower {
    grid-template-columns: 1fr;
  }

  .home-product-grid,
  .home-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }

  .home-project-card--featured {
    grid-column: 1 / -1;
  }

  .home-project-card--tall {
    grid-column: 2;
    grid-row: auto / span 2;
  }

  .home-solution-side {
    order: -1;
  }

  .home-stat-stack {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stat-box {
    min-height: 260px;
  }

  .home-approach-card {
    min-height: auto;
  }

  .home-approach-flow {
    display: none;
  }

  .home-blueprint-frame {
    min-height: 760px;
  }

  .home-blueprint-timeline {
    overflow-x: auto;
    padding-bottom: 18px;
  }

  .home-blueprint-years {
    min-width: 1040px;
  }
}

@media (max-width: 880px) {
  .home-frame {
    width: min(100% - 28px, 1310px);
    padding-inline: 14px;
  }

  body[data-page="home"] .nav-actions {
    display: flex;
  }

  body[data-page="home"] .brand-link {
    width: auto;
    min-width: 0;
    height: 58px;
    padding: 0;
    font-size: 1.5rem;
  }

  body[data-page="home"] .site-header.is-condensed .brand-link {
    width: auto;
    min-width: 0;
    height: 48px;
    padding: 0;
  }

  body[data-page="home"] .main-nav {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-hero-card {
    min-height: calc(100svh - 70px);
  }

  .home-hero-copy {
    max-width: 500px;
    padding-top: 0;
  }

  .home-hero-info {
    grid-template-columns: 1fr;
  }

  .home-hero-info-card {
    min-height: auto;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .home-hero-info-card:last-child {
    border-bottom: 0;
  }

  .home-hero-contact {
    right: 18px;
    bottom: 42px;
  }

  .home-problem-columns {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 42px;
  }

  .home-problem-columns::before {
    display: none;
  }

  .home-problem-panel {
    min-height: auto;
    gap: 22px;
    padding: 24px;
  }

  .home-problem-panel::before {
    width: 58px;
    height: 58px;
    opacity: 0.42;
  }

  .home-problem-panel h3 {
    text-align: left;
  }

  .home-problem-meter {
    width: 100%;
  }

  .home-problem-grid,
  .home-issue-grid {
    grid-template-columns: 1fr;
  }

  .home-tower {
    min-height: auto;
    padding: 26px 18px;
  }

  .home-tower--dark {
    justify-content: center;
  }

  .home-team-grid,
  .home-partner-grid,
  .home-product-grid,
  .home-contact-form__grid,
  .home-footer-meta {
    grid-template-columns: 1fr;
  }

  .home-projects-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .home-project-card,
  .home-project-card--featured,
  .home-project-card--tall,
  .home-project-card--small {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }

  .home-footer-links {
    justify-items: start;
  }

  .home-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .home-main {
    padding-bottom: 120px;
  }

  .home-section {
    padding-bottom: 54px;
  }

  .home-kicker {
    margin-bottom: 18px;
    font-size: 0.9rem;
  }

  .home-approach-frame {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .home-approach-card {
    padding: 24px;
  }

  .home-approach-card h3 {
    align-items: flex-start;
  }

  .home-approach-card p {
    margin-top: 32px;
  }

  .home-approach-visual {
    min-height: 150px;
    margin-top: 28px;
  }

  .home-blueprint-frame {
    min-height: 700px;
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .home-blueprint-head {
    display: block;
    margin-bottom: 44px;
  }

  .home-blueprint-head p,
  .home-blueprint-head h2 {
    display: inline;
  }

  .home-blueprint-years {
    min-width: 860px;
    grid-template-columns: repeat(5, 150px);
    gap: 22px;
  }

  .home-blueprint-years li {
    min-height: 330px;
  }

  .home-blueprint-note {
    max-width: 170px;
    font-size: 0.92rem;
  }

  .home-hero {
    padding: 20px 0 36px;
  }

  .home-hero-card {
    min-height: 100svh;
  }

  .home-hero-copy {
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(24px);
  }

  .home-hero-copy p {
    font-size: 0.98rem;
  }

  .home-mission-grid {
    min-height: 100svh;
    padding-top: 0;
  }

  .home-mission-copy h2 {
    font-size: 0.82rem;
    line-height: 1;
  }

  .home-mission-copy p {
    font-size: clamp(1.95rem, 8.8vw, 3.2rem);
    line-height: 1.08;
  }

  .home-mission-copy .is-link,
  .home-mission-accent {
    white-space: normal;
  }

  .home-flow-graphic {
    right: -8%;
    width: min(42vw, 380px);
    opacity: 0.26;
  }

  .home-problem-head {
    margin-bottom: 24px;
  }

  .home-mini-machine {
    width: 132px;
  }

  .home-media-card,
  .home-media-card--cool {
    min-height: 320px;
    border-radius: 24px;
  }

  .home-glass-note {
    width: calc(100% - 28px);
    top: 14px;
    left: 14px;
    padding: 20px 18px;
    border-radius: 24px;
  }

  .home-solution-machine__shell {
    min-height: 184px;
  }

  .home-machine-block--motor {
    width: 100px;
  }

  .home-machine-block--tank {
    left: 146px;
    width: 84px;
    height: 102px;
  }

  .home-machine-block--filter {
    right: 92px;
    width: 72px;
  }

  .home-machine-block--press {
    right: 16px;
    width: 150px;
  }

  .home-vertical-media {
    min-height: 280px;
  }

  .home-product-card {
    min-height: 360px;
  }

  .home-contact-form {
    padding: 20px;
    border-radius: 24px;
  }

  .home-floating-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: space-between;
    transform: translateY(18px);
  }

  body.is-past-hero .home-floating-cta {
    transform: translateY(0);
  }

  .home-floating-cta a {
    flex: 1;
  }

  .home-back-to-top {
    right: 14px;
    bottom: 88px;
    width: 56px;
    height: 56px;
  }

  .home-footer-wordmark {
    padding-top: 44px;
  }
}

@media (max-width: 430px) {
  .home-hero-card {
    min-height: 100svh;
  }

  .home-hero-copy {
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(12px);
  }

  .home-hero-contact {
    right: 0;
    bottom: 34px;
    min-width: 140px;
  }

  .home-hero-info-card__body {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .home-hero-info-card__body img {
    width: 96px;
  }

  .wave-underline {
    padding-bottom: 12px;
  }

  .wave-underline::after {
    height: 10px;
    background-size: 30px 10px;
  }

  .home-flow-graphic {
    right: -22%;
    width: 78vw;
    opacity: 0.18;
  }

  .home-project-card {
    padding: 18px;
    min-height: 280px;
  }

  .home-floating-avatars span {
    width: 42px;
    height: 42px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
