/* ==========================================================================
   1. Tokens
   ========================================================================== */
:root {
  color-scheme: light;
  --navy-950: #071c28;
  --navy-900: #0b2737;
  --navy-800: #12394b;
  --green-700: #276044;
  --green-600: #337a55;
  --green-100: #dceadf;
  --field-500: #b6c85b;
  --earth-500: #c78f4b;
  --ink: #13252e;
  --ink-soft: #40535d;
  --surface: #ffffff;
  --surface-soft: #f4f7f4;
  --surface-deep: #e7eee8;
  --line: #c7d2cc;
  --focus: #f2b84b;
  --danger: #9a2f2f;
  --success: #1f6847;
  --shadow-sm: 0 0.25rem 1rem rgb(7 28 40 / 0.09);
  --shadow-lg: 0 1.25rem 3.5rem rgb(7 28 40 / 0.18);
  --radius-sm: 0.35rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --content: 74rem;
  --measure: 70ch;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --z-header: 30;
  --z-menu: 40;
}

/* ==========================================================================
   2. Basis
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  min-height: 100%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  min-width: 20rem;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-wrap: normal;
  word-break: normal;
  color: var(--ink);
  background: var(--surface);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

main {
  flex: 1 0 auto;
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

picture {
  display: block;
}

video {
  width: 100%;
  background: var(--navy-950);
}

h1,
h2,
h3 {
  margin-block: 0;
  color: var(--navy-950);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.025em;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.25rem, 8vw, 4.9rem);
}

h2 {
  font-size: clamp(1.75rem, 5vw, 3.1rem);
}

h3 {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
}

p,
li,
blockquote,
figcaption {
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}

p,
li {
  text-wrap: pretty;
}

p {
  max-width: var(--measure);
}

.manual-hyphenation {
  hyphens: manual;
}

a {
  color: var(--green-700);
  font-weight: 700;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: var(--navy-800);
}

a[href^="mailto:"],
a[href^="http://"],
a[href^="https://"] {
  overflow-wrap: anywhere;
  hyphens: manual;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.2rem;
}

::selection {
  color: var(--surface);
  background: var(--green-700);
}

.skip-link {
  position: fixed;
  z-index: calc(var(--z-menu) + 1);
  inset-block-start: 0.5rem;
  inset-inline-start: 0.5rem;
  padding: 0.75rem 1rem;
  color: var(--navy-950);
  background: var(--focus);
  border-radius: var(--radius-sm);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==========================================================================
   3. Layout
   ========================================================================== */
.container {
  width: min(100% - 2rem, var(--content));
  margin-inline: auto;
}

.section {
  padding-block: clamp(3.5rem, 9vw, 7.5rem);
}

.section--soft {
  background: var(--surface-soft);
}

.section--deep {
  color: #e6efe9;
  background: var(--navy-900);
}

.section--deep h2,
.section--deep h3 {
  color: var(--surface);
}

.section--deep .lead {
  color: #d6e3dc;
}

.section--compact {
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.flow > * {
  margin-block: 0;
}

.flow > * + * {
  margin-block-start: 1.25rem;
}

.flow > h2 + *,
.flow > h3 + * {
  margin-block-start: 0.75rem;
}

.split {
  display: grid;
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.split--start {
  align-items: start;
}

.section-header {
  max-width: 52rem;
  margin-block-end: clamp(2rem, 5vw, 3.5rem);
}

.section-header p {
  margin-block: 1rem 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.center {
  text-align: center;
}

.center p {
  margin-inline: auto;
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.stack {
  display: grid;
  gap: 1.25rem;
}

.legal-layout {
  display: grid;
  gap: 2.5rem;
}

.legal-nav {
  align-self: start;
  padding: 1.25rem;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.legal-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-nav a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--ink);
}

.prose {
  max-width: 50rem;
}

.prose > * {
  margin-block: 0;
}

.prose > * + * {
  margin-block-start: 1rem;
}

.prose > h2 {
  margin-block-start: 3rem;
  font-size: clamp(1.45rem, 4vw, 2rem);
}

.prose > h3 {
  margin-block-start: 2rem;
}

/* ==========================================================================
   4. Header and navigation
   ========================================================================== */
.site-header {
  position: sticky;
  z-index: var(--z-header);
  inset-block-start: 0;
  flex: 0 0 auto;
  background: rgb(255 255 255 / 0.97);
  border-block-end: 1px solid rgb(199 210 204 / 0.8);
  transition: box-shadow 180ms var(--ease-out);
}

@supports (backdrop-filter: blur(1rem)) {
  .site-header {
    background: rgb(255 255 255 / 0.9);
    backdrop-filter: blur(1rem);
  }
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-sm);
}

.header-inner {
  min-height: 4.75rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-block: 0.5rem;
}

.logo {
  flex: 0 0 auto;
  display: inline-flex;
  min-width: 3.5rem;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 3.75rem;
  height: auto;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  min-width: 3rem;
  min-height: 3rem;
  margin-inline-start: auto;
  padding: 0.65rem 0.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: var(--navy-950);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 750;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  width: 1.25rem;
  height: 0.12rem;
  display: block;
  background: currentColor;
  border-radius: 1rem;
  transition: transform 180ms var(--ease-out);
}

.nav-toggle-lines {
  position: relative;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
}

.nav-toggle-lines::before {
  transform: translateY(-0.38rem);
}

.nav-toggle-lines::after {
  transform: translateY(0.38rem);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
  transform: rotate(-45deg);
}

.main-nav {
  margin-inline-start: auto;
}

.main-nav ul {
  display: flex;
  gap: 0.15rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.65rem;
  color: var(--ink);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--navy-950);
  background: var(--green-100);
}

.header-cta {
  white-space: nowrap;
}

.scroll-lock,
.lightbox-open {
  overflow: hidden;
}

/* ==========================================================================
   5. Components
   ========================================================================== */
.btn {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.05rem;
  color: var(--navy-950);
  background: transparent;
  border: 1px solid currentColor;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.btn:hover {
  color: var(--surface);
  background: var(--navy-800);
  border-color: var(--navy-800);
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  color: var(--surface);
  background: var(--green-700);
  border-color: var(--green-700);
}

.btn--primary:hover {
  color: var(--navy-950);
  background: var(--field-500);
  border-color: var(--field-500);
}

.btn--light {
  color: var(--navy-950);
  background: var(--surface);
  border-color: var(--surface);
}

.btn--light:hover {
  color: var(--surface);
  background: transparent;
  border-color: var(--surface);
}

.kicker {
  margin: 0 0 0.75rem;
  color: var(--green-700);
  font-size: 0.95rem;
  font-weight: 800;
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.6;
}

.muted {
  color: var(--ink-soft);
}

.media-frame {
  margin: 0;
  overflow: hidden;
  background: var(--surface-deep);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.media-frame img {
  width: 100%;
  object-fit: cover;
}

.media-frame--contain img {
  object-fit: contain;
  background: var(--surface);
}

.media-frame figcaption,
.video-caption {
  margin: 0;
  padding: 0.85rem 1rem;
  color: var(--ink-soft);
  background: var(--surface);
  font-size: 0.9rem;
}

.image-lightbox-trigger {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  text-align: inherit;
}

.image-lightbox-trigger::after {
  content: "Vergrößern";
  position: absolute;
  inset-block-end: 0.75rem;
  inset-inline-end: 0.75rem;
  padding: 0.4rem 0.65rem;
  color: var(--surface);
  background: rgb(7 28 40 / 0.88);
  border: 1px solid rgb(255 255 255 / 0.45);
  border-radius: 999rem;
  box-shadow: var(--shadow-sm);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.image-lightbox-trigger:focus-visible {
  outline-offset: -0.35rem;
}

.image-lightbox {
  width: min(96vw, 100rem);
  height: min(94vh, 60rem);
  height: min(94dvh, 60rem);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 3.75rem clamp(0.75rem, 2vw, 1.5rem) 1rem;
  overflow: hidden;
  color: var(--surface);
  background: var(--navy-950);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: var(--radius-lg);
  box-shadow: 0 1.5rem 5rem rgb(0 0 0 / 0.45);
}

.image-lightbox::backdrop {
  background: rgb(7 28 40 / 0.88);
  backdrop-filter: blur(0.2rem);
}

.image-lightbox__close {
  position: absolute;
  inset-block-start: 0.65rem;
  inset-inline-end: 0.75rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  color: var(--surface);
  background: transparent;
  border: 1px solid rgb(255 255 255 / 0.55);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 800;
}

.image-lightbox__close:hover {
  color: var(--navy-950);
  background: var(--surface);
}

.image-lightbox__figure {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.75rem;
  margin: 0;
}

.image-lightbox__image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.image-lightbox__caption {
  max-width: 70ch;
  margin: 0 auto;
  color: #d7e1dc;
  font-size: 0.9rem;
  text-align: center;
}

.video-frame {
  margin: 0;
  overflow: hidden;
  background: var(--navy-950);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.video-frame video {
  display: block;
  max-height: 42rem;
  object-fit: contain;
}

.video-frame--portrait {
  width: min(100%, 20rem);
  margin-inline: auto;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button-row--center {
  justify-content: center;
}

.check-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 2rem;
  padding-inline-start: 2rem;
}

.check-list li + li {
  margin-block-start: 0.75rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  inset-block-start: 0.4rem;
  inset-inline-start: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--green-600);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.3rem var(--surface);
}

.section--deep .check-list li::before {
  background: var(--field-500);
  box-shadow: inset 0 0 0 0.3rem var(--navy-900);
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-block-start: 1px solid var(--line);
  list-style: none;
}

.feature-list > li,
.feature-item {
  padding-block: 1.5rem;
  border-block-end: 1px solid var(--line);
}

.feature-item {
  display: grid;
  gap: 0.5rem;
}

.feature-item h3,
.feature-item p {
  margin: 0;
}

.feature-item p {
  color: var(--ink-soft);
}

.spec-grid {
  display: grid;
  gap: 1rem;
}

.spec {
  padding: 1.35rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.spec h3,
.spec p {
  margin: 0;
}

.spec p {
  margin-block-start: 0.5rem;
  color: var(--ink-soft);
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  min-height: 4rem;
  padding: 0 0 1.75rem 4rem;
  counter-increment: steps;
}

.steps li::before {
  content: counter(steps);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  color: var(--surface);
  background: var(--green-700);
  border-radius: 50%;
  font-weight: 850;
}

.steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block-start: 2.75rem;
  inset-block-end: 0.25rem;
  inset-inline-start: 1.35rem;
  width: 1px;
  background: var(--line);
}

.steps strong {
  color: var(--navy-950);
}

.section--deep .steps strong {
  color: var(--surface);
}

.notice {
  padding: 1.25rem;
  color: var(--navy-950);
  background: #edf4df;
  border: 1px solid #afc178;
  border-radius: var(--radius-md);
}

.notice--warning {
  background: #fff3da;
  border-color: #d4aa55;
}

.notice--error {
  color: #6b1f1f;
  background: #fff0f0;
  border-color: #c47a7a;
}

.notice[hidden] {
  display: none;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1.5rem;
  color: var(--navy-950);
  background: var(--surface-deep);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  font-size: 1.1rem;
  font-weight: 650;
}

details {
  border-block-start: 1px solid var(--line);
}

details:last-child {
  border-block-end: 1px solid var(--line);
}

summary {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  color: var(--navy-950);
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 800;
}

summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.5rem;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

details > :not(summary) {
  margin-block: 0;
  padding-block-end: 1.25rem;
}

details figure {
  margin-block-start: 1rem !important;
}

.tag {
  width: fit-content;
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0.25rem 0.65rem;
  color: var(--navy-950);
  background: var(--field-500);
  border-radius: 999rem;
  font-size: 0.85rem;
  font-weight: 850;
}

.contact-card {
  padding: clamp(1.25rem, 4vw, 2.25rem);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.contact-form {
  display: grid;
  gap: 1.25rem;
}

.form-grid {
  display: grid;
  gap: 1.15rem;
}

.field label,
.field-label {
  display: block;
  margin-block-end: 0.35rem;
  color: var(--navy-950);
  font-weight: 750;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid #8da098;
  border-radius: var(--radius-sm);
  font-size: 1rem;
}

.field textarea {
  min-height: 10rem;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #566861;
  opacity: 1;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--green-700);
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.1rem;
}

.field-hint {
  display: block;
  margin-block-start: 0.35rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.checkline {
  min-height: 2.75rem;
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
}

.checkline input {
  width: 1.35rem;
  height: 1.35rem;
  margin: 0.2rem 0 0;
  accent-color: var(--green-700);
}

.checkline label {
  margin: 0;
  font-weight: 500;
}

.hp-field {
  position: absolute;
  inset-inline-start: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.form-actions p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--surface);
  background: var(--green-700);
}

.cta-band::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  inset-block-end: -11rem;
  inset-inline-end: -5rem;
  border: 3rem solid rgb(255 255 255 / 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-band h2,
.cta-band .lead {
  color: var(--surface);
}

.cta-band .container {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   6. Page sections
   ========================================================================== */
.hero {
  position: relative;
  min-height: 34rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--surface);
  background: var(--navy-950);
}

.hero-media {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.hero-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(7 28 40 / 0.92) 0%, rgb(7 28 40 / 0.74) 52%, rgb(7 28 40 / 0.26) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(4rem, 11vw, 7.5rem);
}

.hero h1 {
  max-width: 13ch;
  color: var(--surface);
}

.hero .lead {
  max-width: 48rem;
  color: #edf4ef;
}

.hero .tag {
  margin-block-end: 1rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #e6efe9;
  background: var(--navy-900);
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 24rem;
  height: 24rem;
  inset-block-start: -13rem;
  inset-inline-end: -8rem;
  border: 4rem solid rgb(182 200 91 / 0.11);
  border-radius: 50%;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.5rem, 9vw, 7rem);
}

.page-hero h1 {
  max-width: 16ch;
  color: var(--surface);
}

.page-hero .lead {
  max-width: 52rem;
  color: #d6e3dc;
}

.page-hero .kicker {
  color: var(--field-500);
}

.page-hero a:not(.btn) {
  color: var(--field-500);
}

.page-hero .btn:not(.btn--light),
.section--deep .btn:not(.btn--light),
.cta-band .btn:not(.btn--light) {
  color: var(--surface);
  border-color: var(--surface);
}

.page-hero .btn:not(.btn--light):hover,
.section--deep .btn:not(.btn--light):hover,
.cta-band .btn:not(.btn--light):hover {
  color: var(--navy-950);
  background: var(--field-500);
  border-color: var(--field-500);
}

.page-hero--center .container,
.page-hero--center h1,
.page-hero--center p {
  margin-inline: auto;
  text-align: center;
}

.product-showcase {
  display: grid;
  gap: 2rem;
}

.test-grid {
  display: grid;
  gap: 1.5rem;
}

.test-grid figure {
  margin: 0;
}

.milestones {
  margin: 0;
  padding: 0;
  list-style: none;
}

.milestones li {
  display: grid;
  gap: 0.35rem;
  padding-block: 1.25rem;
  border-block-end: 1px solid var(--line);
}

.milestones strong {
  color: var(--green-700);
  font-size: 1.1rem;
}

.not-found-code {
  margin: 0;
  color: var(--field-500);
  font-size: clamp(4rem, 25vw, 10rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.06em;
}

/* ==========================================================================
   7. Footer
   ========================================================================== */
.site-footer {
  flex: 0 0 auto;
  padding-block: 3rem max(1.25rem, env(safe-area-inset-bottom));
  color: #d7e1dc;
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.footer-brand {
  color: var(--surface);
  font-size: 1.15rem;
}

.site-footer p {
  margin-block: 0.75rem 0;
}

.site-footer a {
  color: #eef5f0;
}

.site-footer a:hover {
  color: var(--field-500);
}

.footer-nav {
  display: grid;
  gap: 0.15rem;
}

.footer-nav a {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  width: fit-content;
}

.footer-meta {
  margin-block-start: 2.5rem;
  padding-block-start: 1.25rem;
  color: #aebdb5;
  border-block-start: 1px solid rgb(255 255 255 / 0.18);
  font-size: 0.9rem;
}

/* ==========================================================================
   8. Responsive
   ========================================================================== */
@media (min-width: 36rem) {
  .spec-grid,
  .test-grid,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field--full {
    grid-column: 1 / -1;
  }

  .feature-item {
    grid-template-columns: minmax(10rem, 0.7fr) minmax(0, 1.3fr);
    gap: 2rem;
  }

  .milestones li {
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 48rem) {
  .split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-showcase {
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
  }

  .legal-layout {
    grid-template-columns: 15rem minmax(0, 1fr);
  }

  .legal-nav {
    position: sticky;
    inset-block-start: 6rem;
  }
}

@media (max-width: 64.99rem) {
  .header-cta {
    display: none;
  }

  .main-nav a {
    font-size: 0.86rem;
  }
}

@media (max-width: 51.99rem) {
  .header-inner {
    flex-wrap: wrap;
  }

  .main-nav {
    width: 100%;
    margin-inline-start: 0;
  }

  .main-nav ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding-block-end: 0.5rem;
  }

  .main-nav a {
    min-height: 2.75rem;
  }

  .js .header-inner {
    flex-wrap: nowrap;
  }

  .js .nav-toggle {
    display: inline-flex;
  }

  .js .main-nav {
    position: fixed;
    z-index: var(--z-menu);
    inset-block-start: 4.75rem;
    inset-inline: 0;
    width: auto;
    max-height: calc(100vh - 4.75rem);
    max-height: calc(100dvh - 4.75rem);
    padding: 1rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background: var(--surface);
    transform: translateY(-1rem);
    transition:
      opacity 180ms var(--ease-out),
      transform 180ms var(--ease-out),
      visibility 0s linear 180ms;
  }

  .js .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .js .main-nav ul {
    display: grid;
    gap: 0.35rem;
    padding: 0;
  }

  .js .main-nav a {
    min-height: 3.25rem;
    padding-inline: 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 35.99rem) {
  .container {
    width: min(100% - 1.25rem, var(--content));
  }

  .button-row {
    align-items: stretch;
  }

  .button-row .btn {
    width: 100%;
  }

  .hero {
    min-height: 38rem;
  }

  .hero::after {
    background: rgb(7 28 40 / 0.78);
  }

  .hero-media {
    object-position: 64% center;
  }

  .contact-card {
    padding-inline: 1rem;
  }
}

@media (forced-colors: active) {
  .check-list li::before,
  .steps li::before {
    border: 2px solid CanvasText;
  }

  .tag {
    border: 1px solid CanvasText;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
