/* Krohma Unternehmensgruppe
   Cookie-frei, ohne externe Schriften oder Frameworks. */

:root {
  --red: #c72026;
  --red-dark: #981419;
  --red-bright: #e12c31;
  --orange: #f28a17;
  --ink: #171b20;
  --ink-soft: #242a31;
  --text: #20252c;
  --muted: #68717b;
  --line: #dfe3e6;
  --paper: #f4f3f0;
  --white: #fff;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(18, 22, 27, .12);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { display: block; }
::selection { color: #fff; background: var(--red); }

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

.sr-only {
  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 {
  position: fixed;
  z-index: 1000;
  top: 12px; left: 12px;
  padding: 12px 18px;
  color: #fff;
  background: var(--red);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0; left: 0; right: 0;
  color: #fff;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(15, 18, 22, .08);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { width: 245px; flex: 0 0 auto; }
.brand img { width: 100%; filter: brightness(0) invert(1); transition: filter .25s ease; }
.site-header.scrolled .brand img { filter: none; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 700;
}
.main-nav > a:not(.nav-cta) {
  position: relative;
  padding: 12px 0;
}
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 7px;
  height: 2px;
  background: var(--red);
  transition: right .25s var(--ease);
}
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(199, 32, 38, .28);
}
.nav-cta svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.menu-toggle {
  display: none;
  width: 48px; height: 48px;
  padding: 12px;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(199, 32, 38, .20), transparent 30%),
    linear-gradient(135deg, #13171c 0%, #1d2228 62%, #111418 100%);
}
.hero-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, #000, transparent 60%);
}
.hero-flare {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}
.hero-flare-one {
  width: 420px; height: 420px;
  right: 7%; top: 5%;
  background: radial-gradient(circle, rgba(199,32,38,.33), transparent 68%);
}
.hero-flare-two {
  width: 500px; height: 500px;
  left: -240px; bottom: -260px;
  background: radial-gradient(circle, rgba(242,138,23,.12), transparent 68%);
}
.hero-layout {
  position: relative;
  z-index: 2;
  min-height: inherit;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  align-items: center;
  gap: clamp(54px, 7vw, 110px);
  padding-top: 105px;
  padding-bottom: 70px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 42px; height: 2px; background: var(--red-bright); }
.hero h1 {
  margin: 0;
  max-width: 730px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 300;
}
.hero h1 strong { color: #fff; font-weight: 850; }
.hero-copy > p {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 32px rgba(199,32,38,.28);
}
.button-primary:hover { background: var(--red-bright); box-shadow: 0 18px 42px rgba(199,32,38,.34); }
.button-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
}
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.1); }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 42px;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-proof span { position: relative; }
.hero-proof span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px; top: 50%;
  width: 3px; height: 3px;
  background: var(--red);
  border-radius: 50%;
}

.hero-visual { position: relative; }
.hero-image-shell {
  position: relative;
  width: 100%;
  aspect-ratio: .94;
  overflow: hidden;
  border-radius: 4px 4px 120px 4px;
  box-shadow: 0 42px 90px rgba(0,0,0,.35);
}
.hero-image-shell::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 2px 2px 100px 2px;
  pointer-events: none;
}
.hero-image-shell > img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 54% center;
  transform: scale(1.02);
}
.hero-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(14,17,21,.72) 100%),
    linear-gradient(90deg, rgba(199,32,38,.16), transparent 42%);
}
.hero-corner-label {
  position: absolute;
  z-index: 3;
  left: 36px; bottom: 34px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-corner-label img { width: 56px; height: 56px; filter: brightness(0) invert(1); }
.hero-badge {
  position: absolute;
  z-index: 4;
  left: -48px;
  top: 14%;
  width: 142px; height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--red);
  border: 8px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 20px 46px rgba(0,0,0,.3);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-badge-number { font-size: 46px; line-height: .9; letter-spacing: -.04em; }
.hero-scroll {
  position: absolute;
  z-index: 4;
  left: 28px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.4);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}
.hero-scroll span { width: 44px; height: 1px; background: rgba(255,255,255,.35); }

.section { padding: 120px 0; }
.statement { background: #fff; }
.statement-grid {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 70px;
  align-items: start;
}
.section-kicker,
.section-label {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.statement-copy h2,
.section-heading h2,
.promise-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.statement-copy h2 em { color: var(--red); font-style: normal; font-weight: 800; }
.statement-copy p {
  max-width: 780px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

.group { background: var(--paper); }
.section-heading {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 70px;
}
.section-heading > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-number {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.company-list { display: grid; gap: 28px; }
.company-card {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 22, 27, .08);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(18,22,27,.05);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.company-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.company-card:nth-child(even) { grid-template-columns: .92fr 1.08fr; }
.company-card:nth-child(even) .company-media { order: 2; }
.company-card:nth-child(even) .company-content { order: 1; }
.company-link { position: absolute; z-index: 10; inset: 0; }
.company-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: var(--ink);
}
.company-media > img:not(.feurico-symbol) {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.company-card:hover .company-media > img:not(.feurico-symbol) { transform: scale(1.04); }
.company-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(13,16,19,.10), rgba(13,16,19,.48));
}
.shop-shade {
  background: linear-gradient(135deg, rgba(12,15,19,.15), rgba(199,32,38,.5));
}
.company-index {
  position: absolute;
  z-index: 2;
  top: 24px; left: 26px;
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}
.company-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
}
.company-logo-box {
  width: 100%;
  max-width: 580px;
  margin-bottom: 32px;
}
.company-logo-box img { max-height: 112px; width: auto; }
.company-logo-white {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.company-logo-white img { width: 100%; max-height: none; }
.company-content p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.company-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 28px 0 34px;
  list-style: none;
}
.company-tags li {
  padding: 8px 12px;
  color: #555e67;
  background: #f1f2f3;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.company-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}
.company-cta svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .25s ease; }
.company-card:hover .company-cta svg { transform: translateX(6px); }

.feurico-media {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #211d1c, #171b20);
}
.feurico-lines {
  position: absolute;
  inset: 0;
  opacity: .35;
  background:
    radial-gradient(circle at 72% 24%, rgba(215,42,34,.7), transparent 18%),
    repeating-linear-gradient(32deg, transparent 0 36px, rgba(215,42,34,.17) 37px 39px);
}
.feurico-symbol {
  position: relative;
  z-index: 1;
  width: 58%;
  height: 58%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.32));
}
.feurico-logo-box img { width: min(100%, 520px); max-height: 112px; }
.shop-logo-box img { width: min(100%, 520px); max-height: 120px; }
.shop-pill {
  position: absolute;
  right: 26px; bottom: 24px;
  padding: 10px 14px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.competences {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(199,32,38,.22), transparent 28%),
    var(--ink);
}
.competences::before {
  content: "";
  position: absolute;
  right: -220px; bottom: -280px;
  width: 700px; height: 700px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  box-shadow: inset 0 0 0 90px rgba(255,255,255,.018), inset 0 0 0 180px rgba(255,255,255,.018);
}
.section-heading-light h2 { color: #fff; }
.section-heading-light .section-label { color: rgba(255,255,255,.55); }
.competence-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  border-left: 1px solid rgba(255,255,255,.12);
}
.competence-item {
  min-height: 285px;
  padding: 42px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .25s ease;
}
.competence-item:hover { background: rgba(255,255,255,.045); }
.competence-icon {
  width: 54px; height: 54px;
  display: grid;
  place-items: center;
  color: var(--red-bright);
  background: rgba(199,32,38,.12);
  border: 1px solid rgba(199,32,38,.32);
  border-radius: 14px;
}
.competence-icon svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.competence-item h3 {
  margin: 30px 0 12px;
  font-size: 20px;
  letter-spacing: -.02em;
}
.competence-item p {
  margin: 0;
  color: rgba(255,255,255,.58);
  line-height: 1.65;
}

.promise { background: #fff; }
.promise-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}
.promise-visual {
  position: relative;
  min-height: 660px;
}
.promise-visual > img {
  width: calc(100% - 55px);
  height: 100%;
  min-height: 660px;
  object-fit: cover;
  border-radius: 4px 80px 4px 4px;
}
.promise-mark {
  position: absolute;
  right: 0; bottom: 52px;
  width: 150px; height: 150px;
  display: grid;
  place-items: center;
  background: var(--red);
  border: 12px solid #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
}
.promise-mark img { width: 84px; filter: brightness(0) invert(1); }
.promise-copy .section-label {
  display: inline-block;
  margin: 0 0 28px 12px;
}
.promise-copy > p {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}
.promise-points {
  display: grid;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.promise-points > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.promise-points strong { color: var(--ink); }
.promise-points span { color: var(--muted); }

.contact {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--red);
}
.contact-grid { opacity: .16; mask-image: linear-gradient(to left, #000, transparent 90%); }
.contact::after {
  content: "";
  position: absolute;
  top: -100px; right: -70px;
  width: 380px; height: 380px;
  border: 70px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.contact-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 115px 1fr auto;
  gap: 42px;
  align-items: center;
}
.contact-logo { width: 110px; filter: brightness(0) invert(1); }
.contact-kicker {
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact h2 {
  margin: 10px 0 6px;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1;
  letter-spacing: -.04em;
}
.contact p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.6; }
.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.button-light { color: var(--red); background: #fff; }
.contact-phone {
  padding: 4px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.site-footer {
  color: rgba(255,255,255,.72);
  background: #111418;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr .8fr .9fr;
  gap: 70px;
  padding-top: 78px;
  padding-bottom: 58px;
}
.footer-brand img { width: 270px; filter: brightness(0) invert(1); }
.footer-brand p {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
}
.footer-column h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-column a:hover { color: #fff; }
.footer-column address { margin: 0 0 6px; font-style: normal; line-height: 1.65; }
.footer-bottom {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255,255,255,.38);
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 12px;
}
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: #fff; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { background: #fff; }
.legal-hero {
  padding: 150px 0 72px;
  color: #fff;
  background: var(--ink);
}
.legal-hero .brand-inline { width: 270px; margin-bottom: 52px; filter: brightness(0) invert(1); }
.legal-hero h1 { margin: 0; font-size: clamp(48px, 7vw, 82px); letter-spacing: -.05em; }
.legal-content { width: min(calc(100% - 48px), 900px); margin: 0 auto; padding: 80px 0 120px; }
.legal-content h2 { margin: 48px 0 15px; color: var(--ink); font-size: 26px; }
.legal-content h3 { margin: 30px 0 10px; color: var(--ink); font-size: 19px; }
.legal-content p, .legal-content li { color: #565f68; line-height: 1.75; }
.legal-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 44px; font-weight: 800; }

@media (max-width: 1040px) {
  .hero { height: auto; min-height: 900px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(54px, 7vw, 78px); }
  .hero-badge { left: -24px; width: 120px; height: 120px; }
  .company-card,
  .company-card:nth-child(even) { grid-template-columns: 1fr 1fr; }
  .competence-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 90px 1fr; }
  .contact-logo { width: 84px; }
  .contact-actions { grid-column: 2; align-items: flex-start; flex-direction: row; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 34px), var(--max)); }
  .header-inner { min-height: 76px; }
  .brand { width: 205px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 90px 34px 40px;
    color: #fff;
    background: rgba(17,20,24,.98);
    transform: translateX(100%);
    transition: transform .3s var(--ease);
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a { font-size: 25px; }
  .nav-cta { margin-top: 8px; font-size: 15px !important; }
  body.menu-open { overflow: hidden; }

  .hero { min-height: auto; }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 140px;
    padding-bottom: 95px;
  }
  .hero-copy > p { max-width: 680px; }
  .hero-visual { width: min(100%, 650px); margin-left: auto; }
  .hero-image-shell { aspect-ratio: 1.15; border-radius: 4px 4px 80px 4px; }
  .hero-badge { left: -8px; top: -34px; }
  .hero-scroll { display: none; }

  .section { padding: 88px 0; }
  .statement-grid,
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .section-heading { margin-bottom: 48px; }
  .company-card,
  .company-card:nth-child(even) { grid-template-columns: 1fr; }
  .company-card:nth-child(even) .company-media { order: 1; }
  .company-card:nth-child(even) .company-content { order: 2; }
  .company-media { min-height: 360px; }
  .company-content { padding: 42px 32px 46px; }
  .company-logo-box { max-width: 580px; }
  .promise-layout { grid-template-columns: 1fr; }
  .promise-visual, .promise-visual > img { min-height: 520px; }
  .promise-visual { order: 2; }
  .promise-copy { order: 1; }
  .contact-inner { grid-template-columns: 70px 1fr; gap: 24px; }
  .contact-logo { width: 68px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand { width: 180px; }
  .hero-layout { padding-top: 120px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-image-shell { aspect-ratio: .92; border-radius: 4px 4px 58px 4px; }
  .hero-corner-label { left: 24px; bottom: 24px; font-size: 12px; }
  .hero-corner-label img { width: 45px; height: 45px; }
  .hero-badge { width: 105px; height: 105px; border-width: 6px; }
  .hero-badge-number { font-size: 38px; }
  .statement-copy h2,
  .section-heading h2,
  .promise-copy h2 { font-size: 42px; }
  .company-media { min-height: 280px; }
  .company-content { padding: 34px 24px 38px; }
  .company-logo-white { padding: 10px; }
  .competence-grid { grid-template-columns: 1fr; }
  .competence-item { min-height: auto; padding: 34px 28px; }
  .promise-visual, .promise-visual > img { min-height: 430px; }
  .promise-mark { width: 115px; height: 115px; border-width: 9px; }
  .promise-mark img { width: 62px; }
  .promise-points > div { grid-template-columns: 1fr; gap: 5px; }
  .contact-inner { grid-template-columns: 1fr; text-align: left; }
  .contact-logo { width: 76px; }
  .contact-actions { grid-column: 1; flex-direction: column; align-items: stretch; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; }
}

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