:root {
  --black: #080a08;
  --black-soft: #10130f;
  --graphite: #191d18;
  --olive-dark: #404a22;
  --olive: #75843a;
  --olive-bright: #95a64b;
  --khaki-dark: #a5956b;
  --khaki: #c9b98b;
  --sand: #ddd1ad;
  --cream: #f1eee3;
  --white: #fffdf5;
  --signal: #d93632;
  --line: rgba(201, 185, 139, 0.24);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
  --header-height: 108px;
  --radius: 2px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: var(--black);
  background-image: linear-gradient(rgba(8, 10, 8, 0.9), rgba(8, 10, 8, 0.94)), url("../images/klettkommando-hintergrund.png");
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  color: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; }

a { color: inherit; text-underline-offset: 0.2em; }

button,
input,
select,
textarea { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

::selection { background: var(--olive-bright); color: var(--black); }

:focus-visible { outline: 3px solid var(--khaki); outline-offset: 4px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.content-narrow { max-width: 920px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--cream);
  color: var(--black);
  padding: 12px 18px;
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: var(--header-height);
  background: rgba(8, 10, 8, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 22%;
  height: 2px;
  background: var(--olive-bright);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  flex: 0 0 auto;
  display: flex;
  width: 308px;
  height: 82px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  text-decoration: none;
}

.brand__mark,
.brand__wordmark {
  display: block;
  flex: 0 0 auto;
  background-image: url("../images/klettkommando-logo.png");
  background-repeat: no-repeat;
}

.brand__mark {
  width: 66px;
  height: 82px;
  background-size: 105px 105px;
  background-position: -20px -7px;
}

.brand__wordmark {
  width: 230px;
  height: 30px;
  background-size: 276px 276px;
  background-position: -26px -230px;
}

.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); }

.primary-nav > a:not(.button) {
  position: relative;
  color: rgba(241, 238, 227, 0.74);
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.primary-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 2px;
  background: var(--olive-bright);
  transition: right 0.2s ease;
}

.primary-nav > a:hover,
.primary-nav > a.is-active { color: var(--cream); }

.primary-nav > a:hover::after,
.primary-nav > a.is-active::after { right: 0; }

.nav-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 22px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover { transform: translateY(-2px); }

.button--primary { position: relative; background: var(--olive-bright); color: var(--black); border-color: var(--olive-bright); }

.button--primary::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--black);
  transform: rotate(45deg);
}

.button--primary:hover { background: var(--khaki); border-color: var(--khaki); }

.button--ghost { border-color: rgba(241, 238, 227, 0.32); color: var(--cream); background: rgba(255, 255, 255, 0.02); }

.button--ghost:hover { border-color: var(--khaki); background: rgba(201, 185, 139, 0.08); }

.nav-cta { min-height: 46px; padding-inline: 18px; }

.eyebrow {
  margin: 0 0 16px;
  color: var(--olive-bright);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3 { margin-top: 0; color: var(--cream); }

h1,
h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 { font-size: clamp(3.3rem, 7vw, 7.8rem); }

h2 { font-size: clamp(2.25rem, 4.7vw, 5.2rem); }

h3 { font-size: 1.15rem; line-height: 1.25; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(820px, calc(100vh - var(--header-height)));
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 8, 0.76) 0%, rgba(8, 10, 8, 0.38) 48%, rgba(8, 10, 8, 0.12) 100%),
    url("../images/klettkommando-hintergrund.png");
  background-position: center;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(118deg, transparent 0 64px, rgba(201, 185, 139, 0.11) 65px 66px, transparent 67px 128px),
    repeating-radial-gradient(ellipse at 82% 50%, transparent 0 22px, rgba(201, 185, 139, 0.16) 23px 24px, transparent 25px 48px);
  mask-image: linear-gradient(90deg, transparent 0 38%, #000 72%);
}

.hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(201, 185, 139, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 185, 139, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.hero__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.58fr); gap: clamp(44px, 8vw, 112px); align-items: center; padding-block: 84px; }

.hero h1 { margin-bottom: 28px; max-width: 850px; }

.hero h1 span { color: var(--khaki); }

.hero__lead { max-width: 680px; margin: 0; color: rgba(241, 238, 227, 0.76); font-size: clamp(1.04rem, 1.6vw, 1.28rem); }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.mission-card {
  position: relative;
  background: rgba(16, 19, 15, 0.86);
  border: 1px solid rgba(201, 185, 139, 0.34);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.mission-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(117, 132, 58, 0.18); pointer-events: none; }

.mission-card__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 18px 22px; font-size: 0.67rem; font-weight: 900; letter-spacing: 0.18em; }

.mission-card__head strong { color: var(--olive-bright); }

.mission-card dl { margin: 0; padding: 10px 22px; }

.mission-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px dashed rgba(201, 185, 139, 0.22); }

.mission-card dt { color: rgba(241, 238, 227, 0.55); font-size: 0.82rem; }

.mission-card dd { margin: 0; color: var(--cream); font-weight: 850; text-align: right; }

.mission-card > p { margin: 0; padding: 20px 22px 26px; color: var(--khaki); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }

.trust-strip { background: var(--olive-dark); border-bottom: 1px solid rgba(255, 255, 255, 0.12); }

.trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }

.trust-strip span { padding: 18px 16px; color: var(--cream); border-right: 1px solid rgba(255, 255, 255, 0.13); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-align: center; }

.trust-strip span:first-child { border-left: 1px solid rgba(255, 255, 255, 0.13); }

.section { padding-block: clamp(76px, 10vw, 132px); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr); align-items: end; gap: 56px; margin-bottom: 54px; }

.section-heading h2 { margin-bottom: 0; }

.section-heading > p { margin: 0 0 8px; color: rgba(241, 238, 227, 0.64); }

.audience-section { background: var(--black-soft); }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.audience-card { position: relative; min-height: 272px; padding: 32px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.012); transition: background 0.24s ease, transform 0.24s ease; }

.audience-card::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 94px; height: 94px; border: 1px solid rgba(149, 166, 75, 0.25); transform: rotate(45deg); }

.audience-card:hover { z-index: 1; background: rgba(117, 132, 58, 0.15); transform: translateY(-4px); }

.audience-card > span { display: block; margin-bottom: 44px; color: var(--olive-bright); font-family: var(--display); font-size: 1.3rem; }

.audience-card h3 { margin-bottom: 16px; font-size: 1.25rem; text-transform: uppercase; }

.audience-card p { margin: 0; color: rgba(241, 238, 227, 0.58); font-size: 0.92rem; }

.section--sand { background: var(--sand); color: var(--black); }

.section-heading--dark h2 { color: var(--black); }

.section-heading--dark .eyebrow { color: var(--olive-dark); }

.text-link { display: inline-block; color: var(--khaki); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.09em; text-decoration: none; text-transform: uppercase; }

.text-link:hover { text-decoration: underline; }

.text-link--dark { color: var(--black); margin-bottom: 8px; }

.process-line { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: process; }

.process-line li { position: relative; min-height: 260px; padding: 30px 30px 30px 0; border-top: 2px solid var(--black); }

.process-line li:not(:last-child) { margin-right: 28px; }

.process-line li::before { content: ""; position: absolute; right: -1px; top: -7px; width: 12px; height: 12px; background: var(--olive-dark); transform: rotate(45deg); }

.process-line strong { display: block; margin-bottom: 58px; color: var(--olive-dark); font-family: var(--display); font-size: 1.5rem; }

.process-line h3 { color: var(--black); text-transform: uppercase; }

.process-line p { margin: 0; color: rgba(8, 10, 8, 0.66); font-size: 0.9rem; }

.pricing-preview { background: linear-gradient(135deg, #0b0d0a 0%, #141812 100%); }

.pricing-layout { display: grid; grid-template-columns: minmax(0, 0.74fr) minmax(400px, 1fr); align-items: center; gap: clamp(54px, 10vw, 132px); }

.pricing-copy h2 { margin-bottom: 30px; }

.pricing-copy p:not(.eyebrow) { color: rgba(241, 238, 227, 0.64); max-width: 520px; }

.pricing-copy .button { margin-top: 22px; }

.price-terminal { border: 1px solid rgba(201, 185, 139, 0.3); background: rgba(0, 0, 0, 0.25); box-shadow: var(--shadow); }

.price-terminal__head,
.price-terminal > div:not(.price-terminal__head) { display: flex; justify-content: space-between; align-items: center; gap: 30px; }

.price-terminal__head { padding: 15px 24px; background: var(--olive-dark); color: var(--cream); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.14em; }

.price-terminal > div:not(.price-terminal__head) { padding: 22px 24px; border-bottom: 1px dashed rgba(201, 185, 139, 0.2); }

.price-terminal > div span { color: rgba(241, 238, 227, 0.64); }

.price-terminal > div strong { font-family: var(--display); font-size: 1.7rem; letter-spacing: 0.05em; }

.price-terminal > div.is-highlight { background: rgba(149, 166, 75, 0.14); }

.price-terminal small { display: block; padding: 18px 24px; color: rgba(241, 238, 227, 0.48); font-size: 0.68rem; }

.cta-section { position: relative; background: var(--black); }

.cta-panel { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 72px; align-items: end; padding: clamp(36px, 6vw, 72px); border: 1px solid rgba(149, 166, 75, 0.46); background: linear-gradient(120deg, rgba(64, 74, 34, 0.4), rgba(16, 19, 15, 0.88)); clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 36px 100%, 0 calc(100% - 36px)); }

.cta-panel h2 { margin-bottom: 0; }

.cta-panel > div:last-child p { color: rgba(241, 238, 227, 0.64); }

.cta-panel .button { margin-top: 14px; }

.page-hero { position: relative; isolation: isolate; min-height: 310px; display: grid; align-items: end; overflow: hidden; background: var(--black); border-bottom: 1px solid var(--line); }

.page-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(90deg, rgba(8, 10, 8, 0.86), rgba(8, 10, 8, 0.48)), url("../images/klettkommando-hintergrund.png"); background-position: center; background-size: cover; }

.page-hero::after { content: ""; position: absolute; inset: 0; opacity: 0.24; background-image: repeating-linear-gradient(125deg, transparent 0 68px, rgba(201, 185, 139, 0.13) 69px 70px), repeating-radial-gradient(circle at 86% 50%, transparent 0 25px, rgba(149, 166, 75, 0.18) 26px 27px, transparent 28px 55px); }

.page-hero__inner { position: relative; z-index: 1; padding-block: 70px 56px; }

.page-hero h1 { margin: 0; font-size: clamp(3.25rem, 7vw, 6.5rem); }

.page-content { min-height: 50vh; background: rgba(16, 19, 15, 0.97); }

.prose { font-size: 1rem; }

.prose > :first-child { margin-top: 0; }

.prose > :last-child { margin-bottom: 0; }

.prose p { color: rgba(241, 238, 227, 0.73); }

.prose .lead { max-width: 780px; margin-bottom: clamp(46px, 7vw, 74px); color: var(--cream); font-size: clamp(1.12rem, 2vw, 1.42rem); line-height: 1.62; }

.prose h2 { margin-top: 0; margin-bottom: 20px; font-family: var(--display); font-size: clamp(1.75rem, 3.2vw, 3rem); line-height: 1; }

.prose h3 { margin-bottom: 10px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0 0 76px; background: var(--line); border: 1px solid var(--line); }

.feature-card { min-height: 280px; padding: 34px; background: var(--black); }

.feature-card > span { display: block; margin-bottom: 46px; color: var(--olive-bright); font-family: var(--display); font-size: 1.35rem; }

.feature-card h2 { font-family: var(--body); font-size: 1.15rem; line-height: 1.25; text-transform: uppercase; }

.feature-card p { margin-bottom: 0; font-size: 0.93rem; }

.content-block { margin-block: 70px; }

.check-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0 0; padding: 0; }

.check-grid li { position: relative; padding: 18px 18px 18px 48px; background: rgba(117, 132, 58, 0.12); border: 1px solid rgba(149, 166, 75, 0.22); font-weight: 750; }

.check-grid li::before { content: ""; position: absolute; left: 21px; top: 25px; width: 9px; height: 9px; background: var(--olive-bright); transform: rotate(45deg); }

.notice-box,
.legal-note { margin-block: 44px; padding: 24px 26px; border-left: 4px solid var(--olive-bright); background: rgba(117, 132, 58, 0.13); color: var(--cream); }

.notice-box a { color: var(--khaki); }

.content-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 80px; padding: 40px; border: 1px solid var(--line); background: var(--black); }

.content-cta h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }

.timeline { list-style: none; margin: 0; padding: 0; }

.timeline li { display: grid; grid-template-columns: 96px 1fr; gap: 34px; padding: 38px 0; border-top: 1px solid var(--line); }

.timeline li:last-child { border-bottom: 1px solid var(--line); }

.timeline__number { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid var(--olive-bright); color: var(--olive-bright); font-family: var(--display); font-size: 1.55rem; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); background: rgba(117, 132, 58, 0.08); }

.timeline li h2 { margin-top: 3px; margin-bottom: 12px; font-family: var(--body); font-size: 1.3rem; line-height: 1.2; }

.timeline li p { margin-bottom: 0; }

.price-table-wrap { margin-bottom: 28px; overflow-x: auto; border: 1px solid var(--line); box-shadow: var(--shadow); }

.price-table { width: 100%; border-collapse: collapse; background: var(--black); }

.price-table caption { padding: 16px 20px; color: var(--khaki); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; text-align: left; text-transform: uppercase; }

.price-table th,
.price-table td { padding: 22px 26px; border-top: 1px solid var(--line); text-align: left; }

.price-table thead th { background: var(--olive-dark); color: var(--cream); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }

.price-table tbody th { color: rgba(241, 238, 227, 0.72); font-weight: 700; }

.price-table td { color: var(--cream); font-family: var(--display); font-size: 1.55rem; letter-spacing: 0.04em; }

.price-table__highlight { background: rgba(149, 166, 75, 0.15); }

.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 72px; background: var(--line); border: 1px solid var(--line); }

.info-grid section { padding: 32px; background: var(--black); }

.info-grid h2 { font-family: var(--body); font-size: 1.05rem; line-height: 1.3; }

.info-grid p { margin-bottom: 0; font-size: 0.92rem; }

.faq-list { border-top: 1px solid var(--line); }

.faq-list details { border-bottom: 1px solid var(--line); background: var(--black); }

.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 25px 28px; color: var(--cream); font-weight: 800; cursor: pointer; }

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span { flex: 0 0 auto; color: var(--olive-bright); font-family: var(--display); font-size: 1.7rem; transition: transform 0.2s ease; }

.faq-list details[open] summary span { transform: rotate(45deg); }

.faq-list details p { margin: 0; padding: 0 72px 28px 28px; }

.request-layout { display: grid; grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr); gap: 28px; align-items: start; }

.request-briefing { position: sticky; top: calc(var(--header-height) + 28px); padding: 30px; border: 1px solid var(--line); background: var(--black); }

.request-briefing h2 { font-size: 2rem; }

.request-briefing ul { margin: 24px 0; padding-left: 20px; }

.request-briefing li { color: rgba(241, 238, 227, 0.74); margin-bottom: 8px; }

.request-briefing > p:last-child { padding-top: 20px; border-top: 1px solid var(--line); font-size: 0.82rem; }

.request-form-wrap { scroll-margin-top: calc(var(--header-height) + 26px); }

.request-form { padding: 30px; border: 1px solid var(--line); background: var(--black); }

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

.request-form label { display: block; margin-bottom: 20px; color: var(--cream); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.03em; }

.request-form label b { color: var(--olive-bright); }

.request-form input,
.request-form select,
.request-form textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(201, 185, 139, 0.28); border-radius: 0; outline: none; background: #11150f; color: var(--cream); padding: 13px 14px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }

.request-form select { min-height: 50px; }

.request-form textarea { resize: vertical; min-height: 170px; }

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus { border-color: var(--olive-bright); box-shadow: 0 0 0 3px rgba(149, 166, 75, 0.13); }

.request-form ::placeholder { color: rgba(241, 238, 227, 0.32); }

.check-consent { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 12px; margin-top: 24px; font-weight: 600 !important; letter-spacing: 0 !important; line-height: 1.5; }

.check-consent input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--olive-bright); }

.check-consent a { color: var(--khaki); }

.form-note { font-size: 0.74rem; color: rgba(241, 238, 227, 0.48) !important; }

.form-message { margin-bottom: 22px; padding: 18px 20px; border-left: 4px solid; background: var(--black); }

.form-message--success { border-color: var(--olive-bright); }

.form-message--error { border-color: var(--signal); }

.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

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

.contact-card { padding: 32px; border: 1px solid var(--line); background: var(--black); }

.contact-card--wide { grid-column: 1 / -1; }

.contact-card > span { display: block; margin-bottom: 38px; color: var(--olive-bright); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.16em; }

.contact-card h2 { font-family: var(--body); font-size: 1.1rem; line-height: 1.3; }

.contact-card a { color: var(--khaki); font-weight: 800; }

.contact-card address { font-style: normal; color: rgba(241, 238, 227, 0.74); }

.legal-status { display: inline-block; margin-bottom: 48px; padding: 9px 13px; border: 1px solid rgba(149, 166, 75, 0.32); color: var(--khaki) !important; font-size: 0.74rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }

.legal-section { padding-block: 32px; border-top: 1px solid var(--line); }

.legal-section:last-child { border-bottom: 1px solid var(--line); }

.legal-section h2 { margin-bottom: 16px; font-family: var(--body); font-size: 1.15rem; line-height: 1.35; text-transform: none; }

.legal-section p:last-child { margin-bottom: 0; }

.legal-section address { color: rgba(241, 238, 227, 0.74); font-style: normal; }

.legal-section a { color: var(--khaki); overflow-wrap: anywhere; }

.legal-section--emphasis { padding: 32px; border: 1px solid rgba(149, 166, 75, 0.4) !important; background: rgba(117, 132, 58, 0.13); }

.error-page { min-height: 65vh; display: grid; align-items: center; }

.legal-panel { padding: 42px; border: 1px solid var(--line); background: var(--black-soft); }

.legal-panel h1 { font-size: clamp(3rem, 8vw, 6rem); }

.examples-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr); align-items: end; gap: 56px; margin-bottom: 58px; }

.examples-heading h2 { margin-bottom: 0; }

.examples-heading > p { max-width: 480px; margin: 0 0 8px; color: rgba(241, 238, 227, 0.66); }

.examples-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }

.example-card { margin: 0; border: 1px solid var(--line); background: var(--black); box-shadow: var(--shadow); }

.example-card__media { display: grid; place-items: center; overflow: hidden; background: #050605; }

.example-card__media img { display: block; width: 100%; height: auto; object-fit: contain; }

.example-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 22px; border-top: 1px solid var(--line); }

.example-card figcaption span { color: var(--olive-bright); font-size: 0.67rem; font-weight: 900; letter-spacing: 0.14em; }

.example-card figcaption strong { color: var(--cream); font-size: 0.82rem; text-align: right; text-transform: uppercase; }

.examples-cta { margin-top: 70px; }

.site-footer { border-top: 1px solid var(--line); background: #050605; }

.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 48px; padding-block: 66px 54px; }

.footer-logo { display: flex; width: 308px; height: 82px; align-items: center; gap: 12px; margin-bottom: 18px; overflow: hidden; text-decoration: none; }

.footer-brand p { max-width: 330px; margin: 0; color: rgba(241, 238, 227, 0.5); font-size: 0.82rem; }

.site-footer h2 { margin-bottom: 20px; font-family: var(--body); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }

.footer-links { list-style: none; margin: 0; padding: 0; }

.footer-links li { margin-bottom: 9px; }

.footer-links a,
.site-footer address a { color: rgba(241, 238, 227, 0.58); font-size: 0.84rem; text-decoration: none; }

.footer-links a:hover,
.site-footer address a:hover { color: var(--khaki); }

.site-footer address { margin-bottom: 13px; font-style: normal; }

.site-footer .text-link { color: var(--olive-bright); }

.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 19px; border-top: 1px solid rgba(201, 185, 139, 0.14); }

.footer-bottom p { margin: 0; color: rgba(241, 238, 227, 0.38); font-size: 0.68rem; letter-spacing: 0.04em; text-transform: uppercase; }

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

.js-reveal .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }

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

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

@media (max-width: 1020px) {
  :root { --header-height: 92px; }
  .brand { width: 258px; height: 68px; gap: 10px; }
  .brand__mark { width: 56px; height: 68px; background-size: 86px 86px; background-position: -16px -5px; }
  .brand__wordmark { width: 192px; height: 26px; background-size: 235px 235px; background-position: -22px -195px; }
  .footer-logo { width: 258px; height: 68px; gap: 10px; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 12px; border: 0; background: transparent; color: var(--cream); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; }
  .nav-toggle__icon { display: flex; width: 27px; flex-direction: column; gap: 5px; }
  .nav-toggle__icon i { display: block; height: 2px; background: currentColor; transition: transform 0.2s ease, opacity 0.2s ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 999; top: var(--header-height); right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 26px 20px 40px; background: rgba(8, 10, 8, 0.985); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav > a:not(.button) { padding: 18px 8px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .nav-cta { margin-top: 24px; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__content { max-width: 820px; }
  .mission-card { max-width: 620px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .process-line { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .pricing-layout { grid-template-columns: 1fr; }
  .price-terminal { max-width: 720px; }
  .examples-heading { grid-template-columns: 1fr; gap: 26px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --header-height: 82px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { gap: 18px; }
  .brand { width: 229px; height: 60px; gap: 10px; }
  .brand__mark { width: 49px; height: 60px; background-size: 77px 77px; background-position: -14px -5px; }
  .brand__wordmark { width: 170px; height: 24px; background-size: 205px 205px; background-position: -19px -169px; }
  .footer-logo { width: 229px; height: 60px; gap: 10px; }
  .nav-toggle__label { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.1rem, 11vw, 3.8rem); }
  .hero { min-height: auto; }
  .hero__inner { padding-block: 72px; gap: 48px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-strip span { border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .section { padding-block: 76px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 232px; }
  .process-line { grid-template-columns: 1fr; gap: 0; }
  .process-line li:not(:last-child) { margin-right: 0; }
  .process-line li { min-height: 210px; }
  .cta-panel { grid-template-columns: 1fr; gap: 34px; padding: 34px 26px; }
  .page-hero { min-height: 250px; }
  .page-hero__inner { padding-block: 54px 42px; }
  .feature-grid,
  .check-grid,
  .info-grid,
  .contact-grid,
  .form-grid { grid-template-columns: 1fr; }
  .contact-card--wide { grid-column: auto; }
  .examples-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .content-cta { align-items: stretch; flex-direction: column; padding: 30px 24px; }
  .timeline li { grid-template-columns: 62px 1fr; gap: 24px; }
  .timeline__number { width: 50px; height: 50px; font-size: 1.2rem; }
  .price-table th,
  .price-table td { padding: 18px; }
  .request-layout { grid-template-columns: 1fr; }
  .request-briefing { position: static; }
  .request-form { padding: 22px 18px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 440px) {
  .brand { width: 208px; height: 54px; gap: 8px; }
  .brand__mark { width: 44px; height: 54px; background-size: 69px 69px; background-position: -13px -4px; }
  .brand__wordmark { width: 156px; height: 22px; background-size: 190px 190px; background-position: -18px -157px; }
  .footer-logo { width: 208px; height: 54px; gap: 8px; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-strip span { border-left: 1px solid rgba(255, 255, 255, 0.13); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,
  .footer-grid > div:last-child { grid-column: auto; }
  .price-terminal__head,
  .price-terminal > div:not(.price-terminal__head) { padding-inline: 16px; }
  .price-terminal > div strong { font-size: 1.45rem; }
}
