:root {
  --navy-950: #050d13;
  --navy-900: #071824;
  --navy-800: #0b2a3b;
  --navy-700: #123e52;
  --paper: #f3f0ea;
  --paper-2: #e9e4dc;
  --white: #ffffff;
  --ink: #101820;
  --muted: #64707a;
  --line: #d8d2c9;
  --copper: #bd744d;
  --copper-light: #edb28f;
  --green: #6ea77c;
  --max: 1240px;
  --shadow: 0 26px 70px rgba(5, 18, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
main { flex: 1 0 auto; }
figure { margin: 0; }
body.lang-en .de,
body.lang-de .en { display: none !important; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 4px; }
.container { width: min(var(--max), calc(100% - clamp(32px, 5vw, 80px))); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  background: var(--white); color: var(--ink); padding: 12px 16px;
}
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: clamp(8px, 1.2vw, 14px) 0 auto; z-index: 100; }
.header-shell {
  min-height: 74px; display: flex; align-items: center; gap: 18px;
  padding: 8px 10px 8px 16px; background: rgba(255,255,255,.96);
  border: 1px solid rgba(7,24,36,.09); box-shadow: 0 14px 38px rgba(7,24,36,.11);
  backdrop-filter: blur(16px);
}
.brand { width: 138px; flex: 0 0 auto; }
.brand img { height: 56px; object-fit: contain; object-position: left center; }
.desktop-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 2px; }
.desktop-nav a {
  padding: 10px 9px; color: #4a5560; font-size: 10px; line-height: 1;
  font-weight: 800; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap;
}
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--navy-900); background: #f0ece6; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.language-toggle { display: flex; border: 1px solid var(--line); background: var(--white); }
.language-toggle button {
  min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 0 10px; border: 0; color: #69747e; background: transparent;
  font-size: 10px; font-weight: 900; cursor: pointer; white-space: nowrap;
}
.language-toggle button + button { border-left: 1px solid var(--line); }
.language-flag { font-size: 16px; line-height: 1; }
.language-name { line-height: 1; }
.language-toggle button.is-active { background: var(--navy-900); color: var(--white); }
.header-cta, .button {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  gap: 9px; padding: 0 18px; border: 1px solid transparent;
  background: linear-gradient(135deg, var(--copper-light), var(--copper));
  color: #21130c; font-size: 10px; font-weight: 900; letter-spacing: .07em;
  text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(189,116,77,.22); }
.button.secondary { background: transparent; color: inherit; border-color: currentColor; box-shadow: none; }
.menu-button {
  display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line);
  background: #f5f1eb; color: var(--navy-900); cursor: pointer;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav {
  display: none; position: fixed; inset: 98px 24px auto; max-height: calc(100vh - 116px);
  overflow: auto; padding: 10px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.mobile-nav.is-open { display: grid; }
.mobile-nav a { padding: 14px 12px; border-bottom: 1px solid #ebe6df; font-size: 13px; font-weight: 750; }
.mobile-nav a:last-child { border: 0; }

.hero, .page-hero {
  position: relative; overflow: hidden; color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(111,166,194,.24), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(189,116,77,.18), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 55%, var(--navy-700));
}
.hero::before, .page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 72% 42%, rgba(255,255,255,.055), transparent 42%);
}
.hero { min-height: min(900px, 100svh); padding: clamp(132px, 13vh, 166px) 0 clamp(68px, 9vh, 96px); display: grid; align-items: center; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); gap: clamp(38px, 5vw, 74px); align-items: center; }
.eyebrow {
  display: block; margin-bottom: 18px; color: var(--copper-light); font-size: 10px;
  font-weight: 900; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(50px, 4.65vw, 74px); line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
h1 em { color: var(--copper-light); font-style: normal; }
.hero-copy > p { max-width: 670px; color: rgba(240,247,250,.75); font-size: 18px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border: 1px solid rgba(255,255,255,.14); }
.hero-trust article { min-height: 124px; padding: 18px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-trust article:last-child { border: 0; }
.hero-trust strong { display: block; margin-bottom: 7px; font-size: 12px; }
.hero-trust small { display: block; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.45; }
.icon {
  width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.hero-trust .icon { width: 22px; height: 22px; margin-bottom: 14px; color: var(--copper-light); }
.official-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.official-badge {
  display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.78); font-size: 9px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase;
}
.official-badge .icon { width: 15px; height: 15px; color: var(--copper-light); }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1.18fr 1.18fr .94fr; gap: clamp(7px, .8vw, 11px); height: clamp(500px, 51vw, 570px); min-height: 0; }
.photo-grid figure { position: relative; overflow: hidden; min-width: 0; background: #112a39; box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.photo-grid img { height: 100%; object-fit: cover; }
.photo-grid figcaption {
  position: absolute; inset: 12px auto auto 12px; padding: 6px 8px;
  background: rgba(4,17,25,.72); border: 1px solid rgba(255,255,255,.12);
  color: var(--white); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.photo-grid .care { grid-column: 1 / 3; grid-row: 1 / 3; }
.photo-grid .doctor { grid-column: 3 / 5; }
.photo-grid .chef { grid-column: 3 / 5; grid-row: 2 / 4; }
.photo-grid .industry { grid-column: 1; grid-row: 3; }
.photo-grid .logistics { grid-column: 2; grid-row: 3; }

.section { padding: clamp(76px, 8vw, 112px) 0; }
.section.white { background: var(--white); }
.section.dark { background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); color: var(--white); }
.section.copper { background: #d9b099; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr); gap: clamp(32px, 5vw, 72px); align-items: end; margin-bottom: clamp(34px, 4vw, 52px); }
h2 { margin-bottom: 20px; font-size: clamp(40px, 4.2vw, 64px); line-height: 1.06; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.2; letter-spacing: -.02em; }
p { color: var(--muted); font-size: 16px; line-height: 1.72; }
.dark p { color: rgba(240,247,250,.7); }
.intro { max-width: 800px; font-size: 18px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(42px, 6vw, 82px); align-items: center; }
.feature-image { position: relative; min-height: 0; aspect-ratio: 4 / 5; overflow: hidden; box-shadow: var(--shadow); }
.feature-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.feature-image figcaption { position: absolute; inset: auto 18px 18px; padding: 12px 14px; background: rgba(6,21,31,.85); color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.steps, .sector-grid, .principle-grid, .service-grid { display: grid; gap: 14px; }
.steps { grid-template-columns: repeat(5, 1fr); }
.sector-grid, .principle-grid, .service-grid { grid-template-columns: repeat(3, 1fr); }
.split .principle-grid { grid-template-columns: repeat(2, 1fr); }
.steps article, .sector-grid article, .principle-grid article, .service-grid article {
  min-height: 210px; padding: 24px; background: var(--white); border: 1px solid rgba(16,24,32,.09);
  border-top: 3px solid var(--copper); box-shadow: 0 14px 36px rgba(7,24,36,.065);
}
.card-kicker { display: flex !important; align-items: center; justify-content: space-between; margin-bottom: 26px !important; }
.card-kicker .icon { width: 29px; height: 29px; color: var(--navy-800); }
.card-kicker b { color: var(--copper); font-size: 9px; letter-spacing: .12em; }
.steps article > span, .sector-grid article > span, .principle-grid article > span, .service-grid article > span { display: block; margin-bottom: 28px; color: var(--copper); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.steps h3, .sector-grid h3, .principle-grid h3, .service-grid h3 { font-size: 21px; }
.steps p, .sector-grid p, .principle-grid p, .service-grid p { margin: 0; font-size: 14px; line-height: 1.6; }
.dark .steps article, .dark .sector-grid article, .dark .principle-grid article, .dark .service-grid article { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.14); }

.leadership-panel { display: grid; grid-template-columns: 210px 1fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.leader-mark {
  aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18);
  background: radial-gradient(circle at 34% 28%, rgba(237,178,143,.24), transparent 34%), rgba(255,255,255,.045);
  box-shadow: 0 24px 70px rgba(0,0,0,.22); color: var(--copper-light);
  font-size: 56px; font-weight: 850; letter-spacing: -.06em;
}
.leadership-role { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--copper-light); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.leadership-role .icon { width: 18px; height: 18px; }
.leadership-panel h2 { margin-bottom: 8px; }
.leadership-panel h3 { margin-bottom: 20px; color: rgba(255,255,255,.68); font-size: 16px; font-weight: 650; letter-spacing: .02em; }
.leadership-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.leadership-points > span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); font-size: 10px; font-weight: 750; }

.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border: 1px solid rgba(255,255,255,.15); }
.status-grid article { min-height: 165px; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); }
.status-grid article:last-child { border: 0; }
.status-grid small { display: block; margin-bottom: 28px; color: var(--copper-light); font-size: 9px; font-weight: 900; }
.status-grid strong { display: block; font-size: 13px; }
.status-grid em { display: block; margin-top: 15px; color: var(--green); font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.check-list { display: grid; gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.check-list div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 14px; background: var(--white); }
.check-list i { width: 34px; height: 34px; display: grid; place-items: center; background: var(--navy-900); color: var(--copper-light); font-style: normal; }
.check-list strong { font-size: 13px; }
.partner-note { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--copper-light); background: rgba(255,255,255,.06); }
.partner-note strong { display: block; margin-bottom: 6px; color: var(--copper-light); }
.partner-note p { margin: 0; font-size: 13px; }
.card-icon {
  width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px;
  background: rgba(189,116,77,.1); color: var(--copper); border: 1px solid rgba(189,116,77,.22);
}
.card-icon .icon { width: 23px; height: 23px; }
.dark .card-icon { background: rgba(237,178,143,.1); color: var(--copper-light); border-color: rgba(237,178,143,.24); }
.sector-meta { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.sector-meta strong { display: block; margin-bottom: 5px; color: var(--copper); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.sector-meta span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.roadmap-panel {
  display: grid; grid-template-columns: 76px minmax(0, 1fr) minmax(260px, .72fr);
  gap: clamp(24px, 4vw, 52px); align-items: start; padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow);
}
.roadmap-panel .card-icon { width: 64px; height: 64px; margin: 0; }
.roadmap-panel h2 { margin-top: 14px; }
.roadmap-panel .check-list { margin-top: 0; }

.page-hero { padding: 170px 0 92px; }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 960px; }
.page-hero p { max-width: 800px; color: rgba(240,247,250,.72); font-size: 19px; }
.content-narrow { max-width: 860px; }
.content-narrow h2 { margin-top: 54px; font-size: 34px; }
.content-narrow h2:first-child { margin-top: 0; }
.legal-grid { display: grid; grid-template-columns: 260px 1fr; gap: 0; border-top: 1px solid var(--line); }
.legal-grid dt, .legal-grid dd { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.legal-grid dt { padding-right: 20px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.project-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(38px, 5vw, 64px); align-items: center; }
.project-visual { border: 1px solid rgba(255,255,255,.15); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.project-visual img { aspect-ratio: 16 / 9; object-fit: cover; }
.badge { display: inline-flex; padding: 7px 9px; background: rgba(237,178,143,.12); color: var(--copper-light); border: 1px solid rgba(237,178,143,.35); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.badge.live-beta { align-items: center; gap: 7px; background: rgba(110,167,124,.12); color: #b9e7c3; border-color: rgba(110,167,124,.44); }
.badge.live-beta::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #83c891; box-shadow: 0 0 0 4px rgba(131,200,145,.12); }
.white .badge.live-beta { color: #2f6c3c; background: rgba(110,167,124,.1); border-color: rgba(47,108,60,.28); }
.white .badge.live-beta::before { background: #4d965e; box-shadow: 0 0 0 4px rgba(77,150,94,.11); }

.form-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: start; }
.form-shell { padding: 26px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--copper); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .consent-label { color: #5c6872; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 12px; border: 1px solid #d5cec5;
  background: #faf8f4; color: var(--ink); border-radius: 0; outline: none;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(189,116,77,.13); }
.consent-label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; text-transform: none; letter-spacing: 0; line-height: 1.5; }
.consent-label input { width: 18px; height: 18px; margin: 2px 0 0; }
.form-shell .button { margin-top: 18px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin-top: 12px; font-size: 11px; }
.contact-list { display: grid; border-top: 1px solid var(--line); }
.contact-list div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-list span { display: block; color: var(--copper); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong, .contact-list a { display: block; margin-top: 4px; font-size: 16px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 42px 20px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--copper); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 820px; padding-bottom: 20px; }

.site-footer { flex: 0 0 auto; padding: 58px 0 24px; background: var(--navy-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 54px; }
.footer-brand img { width: 128px; height: 72px; object-fit: contain; object-position: left; margin-bottom: 12px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.65; }
.footer-column { display: flex; flex-direction: column; gap: 7px; }
.footer-column h2 { margin: 0 0 6px; color: var(--copper-light); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-legal { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; }

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

@media (max-width: 1180px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid, .section-heading, .split, .project-feature, .form-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-grid { gap: 42px; }
  .hero-copy { max-width: 860px; }
  .photo-grid { width: 100%; max-width: 860px; height: clamp(480px, 68vw, 620px); }
  .section-heading { gap: 8px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .sector-grid, .principle-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-image { width: 100%; max-height: 680px; aspect-ratio: 16 / 10; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .leadership-panel { grid-template-columns: 160px 1fr; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .container { width: min(100% - 40px, 820px); }
  h1 { font-size: 58px; }
  h2 { font-size: 48px; }
  .hero { padding-bottom: 74px; }
  .section { padding: 82px 0; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .status-grid article:nth-child(2) { border-right: 0; }
  .status-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:last-child { grid-column: 1 / -1; min-height: 180px; }
  .feature-image { aspect-ratio: 16 / 10; }
  .page-hero { padding: 150px 0 78px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 82px; }
  .container { width: calc(100% - 24px); }
  .site-header { top: 8px; }
  .header-shell { min-height: 68px; padding: 6px 7px 6px 12px; gap: 7px; }
  .brand { width: 112px; }
  .brand img { height: 52px; }
  .language-toggle button { min-height: 42px; padding: 0 7px; gap: 4px; font-size: 9px; }
  .language-flag { font-size: 14px; }
  .menu-button { width: 44px; height: 44px; }
  .mobile-nav { inset: 84px 12px auto; max-height: calc(100vh - 96px); }
  .hero { padding: 110px 0 54px; }
  h1 { font-size: clamp(40px, 12vw, 52px); line-height: 1.02; }
  .hero-copy > p { font-size: 15px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; }
  .hero-trust article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .official-badges { display: grid; grid-template-columns: 1fr 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .9fr .9fr; height: clamp(390px, 112vw, 520px); }
  .photo-grid .care { grid-column: 1 / 3; grid-row: 1; }
  .photo-grid .doctor { grid-column: 1; grid-row: 2; }
  .photo-grid .chef { grid-column: 2; grid-row: 2; }
  .photo-grid .industry { grid-column: 1; grid-row: 3; }
  .photo-grid .logistics { grid-column: 2; grid-row: 3; }
  .section { padding: 64px 0; }
  h2 { font-size: 39px; }
  h3 { font-size: 21px; }
  p { font-size: 15px; }
  .steps, .sector-grid, .principle-grid, .service-grid { grid-template-columns: 1fr; }
  .split .principle-grid { grid-template-columns: 1fr; }
  .steps article, .sector-grid article, .principle-grid article, .service-grid article { min-height: auto; }
  .steps article > span, .sector-grid article > span, .principle-grid article > span, .service-grid article > span { margin-bottom: 26px; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .status-grid article { min-height: 150px; }
  .status-grid article:nth-child(2) { border-right: 0; }
  .status-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .feature-image { aspect-ratio: 4 / 3; }
  .page-hero { padding: 126px 0 62px; }
  .page-hero p { font-size: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-shell { padding: 18px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-grid dt { padding-bottom: 4px; border-bottom: 0; }
  .legal-grid dd { padding-top: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .site-footer { padding-top: 46px; }
  .leadership-panel { grid-template-columns: 1fr; }
  .leader-mark { width: 132px; }
  .roadmap-panel { grid-template-columns: 1fr; }
  .roadmap-panel .card-icon { width: 54px; height: 54px; }
}

@media (max-width: 360px) {
  .header-shell { padding-left: 9px; }
  .brand { width: 98px; }
  .brand img { height: 48px; }
  .language-toggle button { padding: 0 5px; gap: 3px; font-size: 8px; }
  .menu-button { width: 42px; height: 42px; }
  h1 { font-size: 39px; }
  h2 { font-size: 35px; }
  .status-grid { grid-template-columns: 1fr; }
  .status-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

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