:root {
  --kf-ink: #202421;
  --kf-graphite: #343a36;
  --kf-sage: #71806f;
  --kf-sage-dark: #4e5f4f;
  --kf-accent: #4e5f4f;
  --kf-accent-soft: #eef0ed;
  --kf-accent-sand: #f4f0e8;
  --kf-topbar-bg: #202421;
  --kf-header-bg: rgba(255,255,255,.96);
  --kf-header-ink: #202421;
  --kf-footer-bg: #171a18;
  --kf-footer-muted: rgba(255,255,255,.7);
  --kf-footer-link: rgba(255,255,255,.78);
  --kf-logo-bg: #050605;
  --kf-logo-rule: #c43827;
  --kf-logo-stone: #b7b5ad;
  --kf-logo-tile: #6f7f80;
  --kf-stone: #b7ab96;
  --kf-sand: #f4f0e8;
  --kf-mist: #eef0ed;
  --kf-white: #fff;
  --kf-line: #dfe3de;
  --kf-shadow: 0 18px 55px rgba(24, 31, 26, .11);
  --kf-radius: 3px;
  --kf-container: 1180px;
}

body.kf-sector-tile {
  --kf-accent: #655f56;
  --kf-accent-soft: #f1eee8;
  --kf-accent-sand: #f7f3eb;
  --kf-topbar-bg: #34312c;
  --kf-header-bg: rgba(247,243,235,.97);
  --kf-header-ink: #2b2925;
  --kf-footer-bg: #292722;
  --kf-footer-muted: rgba(250,246,238,.72);
  --kf-footer-link: rgba(250,246,238,.82);
  --kf-logo-bg: #1d1b18;
  --kf-logo-rule: #b8955b;
  --kf-logo-stone: #c6beb1;
  --kf-logo-tile: #7a7770;
}
body.kf-sector-garden {
  --kf-accent: #5f713d;
  --kf-accent-soft: #edf2e6;
  --kf-accent-sand: #f4eedb;
  --kf-topbar-bg: #3f4c2c;
  --kf-header-bg: rgba(237,242,230,.97);
  --kf-header-ink: #29321f;
  --kf-footer-bg: #26311f;
  --kf-footer-muted: rgba(244,238,219,.72);
  --kf-footer-link: rgba(244,238,219,.84);
  --kf-logo-bg: #3f4c2c;
  --kf-logo-rule: #b9c77c;
  --kf-logo-stone: #c4c2a9;
  --kf-logo-tile: #7f8f55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--kf-ink);
  background: var(--kf-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--kf-accent); text-underline-offset: .2em; }
a:hover { color: var(--kf-ink); }
p { margin: 0 0 1.2rem; }
h1, h2, h3, h4 {
  margin: 0 0 .75em;
  color: var(--kf-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.55rem, 6.2vw, 5.7rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 3.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
address { font-style: normal; }

.screen-reader-text,
.kf-skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.kf-skip-link:focus {
  position: fixed;
  z-index: 99999;
  top: 1rem;
  left: 1rem;
  padding: .7rem 1rem;
  color: var(--kf-white);
  background: var(--kf-ink);
}
.kf-container {
  width: min(calc(100% - 2rem), var(--kf-container));
  margin-inline: auto;
}
.kf-container--content { max-width: 860px; }
.kf-main { min-height: 60vh; }
.kf-section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.kf-section--compact { padding: clamp(3rem, 6vw, 5rem) 0; }
.kf-section--mist { background: var(--kf-accent-soft); }
.kf-section--sand { background: var(--kf-accent-sand); }
.kf-section--dark { color: rgba(255,255,255,.8); background: var(--kf-ink); }
.kf-section--dark h2,
.kf-section--dark h3 { color: var(--kf-white); }
.kf-eyebrow {
  margin-bottom: 1rem;
  color: var(--kf-accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.kf-section--dark .kf-eyebrow { color: #c9d3c7; }
.kf-lead {
  max-width: 760px;
  color: #505852;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}
.kf-section--dark .kf-lead { color: rgba(255,255,255,.76); }
.kf-section-heading { max-width: 770px; margin-bottom: 2.5rem; }
.kf-section-heading p:last-child { margin-bottom: 0; }

.kf-build-notice {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  color: #2d281e;
  background: #f2cf78;
  border-bottom: 1px solid rgba(45,40,30,.14);
  font-size: .84rem;
  line-height: 1.35;
}
.kf-build-notice__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding-block: .45rem;
  text-align: center;
}
.kf-build-notice strong {
  flex: 0 0 auto;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.kf-build-notice strong::before { content: ""; display: inline-block; width: .42rem; height: .42rem; margin-right: .45rem; border-radius: 50%; background: currentColor; vertical-align: .08em; }
.kf-topbar { width: 100vw; margin-inline: calc(50% - 50vw); color: rgba(255,255,255,.78); background: var(--kf-topbar-bg); font-size: .84rem; transition: background-color .24s ease; }
.kf-topbar__inner { display: flex; justify-content: space-between; gap: 1rem; padding-block: .45rem; }
.kf-topbar a { color: var(--kf-white); font-weight: 700; text-decoration: none; }
.kf-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-bottom: 1px solid color-mix(in srgb, var(--kf-header-ink) 10%, transparent);
  background: var(--kf-header-bg);
  backdrop-filter: blur(14px);
  transition: background-color .24s ease, border-color .24s ease;
}
.kf-header__inner { display: flex; min-height: 112px; align-items: center; gap: 1.8rem; }
.kf-brand { display: inline-flex; align-items: center; color: var(--kf-header-ink); text-decoration: none; white-space: nowrap; }
.kf-brand--logo {
  width: clamp(150px, 16vw, 225px);
  filter: none;
}
.kf-brand picture { display: block; width: 100%; }
.kf-brand__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 92px;
  height: auto;
  border-radius: 2px;
}
.kf-nav { margin-left: auto; }
.kf-nav__list, .kf-nav ul { display: flex; align-items: center; gap: 1.55rem; margin: 0; padding: 0; list-style: none; }
.kf-nav li { position: relative; }
.kf-nav a { display: block; padding: .65rem 0; color: var(--kf-header-ink); font-size: .94rem; font-weight: 650; text-decoration: none; }
.kf-nav a:hover, .kf-nav .current-menu-item > a, .kf-nav .current_page_item > a { color: var(--kf-accent); }
.kf-nav .sub-menu {
  position: absolute;
  top: calc(100% - .1rem);
  left: -1rem;
  display: grid;
  min-width: 250px;
  gap: 0;
  padding: .75rem 1rem;
  visibility: hidden;
  border: 1px solid var(--kf-line);
  background: var(--kf-white);
  box-shadow: var(--kf-shadow);
  opacity: 0;
  transform: translateY(8px);
  transition: .18s ease;
}
.kf-nav li:hover > .sub-menu,
.kf-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
@media (min-width: 821px) {
  .kf-nav__list > .menu-item-has-children > .sub-menu {
    left: 50%;
    width: min(700px, calc(100vw - 2rem));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 2rem;
    padding: 1.2rem 1.4rem;
    transform: translate(-50%, 8px);
  }
  .kf-nav__list > .menu-item-has-children:hover > .sub-menu,
  .kf-nav__list > .menu-item-has-children:focus-within > .sub-menu { transform: translate(-50%, 0); }
  .kf-nav__list > li > .sub-menu > li > a { padding-bottom: .55rem; border-bottom: 1px solid var(--kf-line); font-weight: 800; }
  .kf-nav__list > li > .sub-menu > li:first-child > a { color: #57534d; }
  .kf-nav__list > li > .sub-menu > li:nth-child(2) > a { color: #5f713d; }
  .kf-nav__list > li > .sub-menu .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: .45rem 0 0;
    visibility: visible;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }
  .kf-nav__list > li > .sub-menu .sub-menu a { padding: .35rem 0; font-size: .88rem; font-weight: 600; }
}
.kf-header__cta, .kf-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .68rem 1.1rem;
  border: 1px solid var(--kf-ink);
  border-radius: var(--kf-radius);
  color: var(--kf-white);
  background: var(--kf-ink);
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: .18s ease;
}
.kf-header__cta { border-color: var(--kf-accent); background: var(--kf-accent); }
.kf-header__cta:hover, .kf-btn:hover { color: var(--kf-white); background: var(--kf-accent); border-color: var(--kf-accent); transform: translateY(-1px); }
.kf-btn--light { color: var(--kf-ink); background: var(--kf-white); border-color: var(--kf-white); }
.kf-btn--light:hover { color: var(--kf-white); }
.kf-btn--ghost { color: var(--kf-ink); background: transparent; }
.kf-btn--ghost:hover { color: var(--kf-white); background: var(--kf-ink); }
.kf-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.65rem; }
.kf-nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.kf-nav-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--kf-header-ink); transition: .2s ease; }

.kf-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7f5ef 0%, #eef1ed 68%, #e3e8e2 100%);
}
.kf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: url("../images/surface-grid.svg");
  background-position: right center;
  background-size: min(56vw, 820px) auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
.kf-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.kf-hero__content { max-width: 720px; }
.kf-hero h1 { max-width: 810px; }
.kf-hero .kf-lead { max-width: 660px; }
.kf-hero__proof { display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; margin-top: 2rem; color: #535b55; font-size: .9rem; }
.kf-hero__proof span::before { content: "✓"; margin-right: .42rem; color: var(--kf-accent); font-weight: 900; }
.kf-placeholder {
  display: block;
  min-height: 280px;
  border-radius: var(--kf-radius);
  background:
    linear-gradient(145deg, rgba(32,36,33,.12), rgba(113,128,111,.1)),
    url("../images/surface-grid.svg") center / cover,
    var(--kf-mist);
}
.kf-placeholder--hero { min-height: clamp(380px, 50vw, 620px); box-shadow: var(--kf-shadow); }
.kf-placeholder--hero::after {
  content: "Projektfoto";
  display: grid;
  width: 100%;
  min-height: inherit;
  place-items: end start;
  padding: 1rem;
  color: rgba(255,255,255,.84);
  background: linear-gradient(transparent 55%, rgba(24,30,25,.55));
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kf-hero-media {
  display: grid;
  min-height: clamp(360px, 42vw, 540px);
  gap: .85rem;
}
.kf-hero-media__item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--kf-radius);
  background: var(--kf-mist);
  box-shadow: var(--kf-shadow);
}
.kf-hero-media__item:first-child { min-height: clamp(240px, 28vw, 360px); }
.kf-hero-media__item:last-child { min-height: clamp(140px, 16vw, 210px); }
.kf-hero-media__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.kf-hero-media__item::after {
  content: attr(data-label);
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: .42rem .62rem;
  color: rgba(255,255,255,.92);
  background: rgba(24,30,25,.72);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kf-grid { display: grid; gap: 1rem; }
.kf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kf-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kf-sector-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.kf-sector-panel {
  position: relative;
  min-height: 430px;
  padding: clamp(1.7rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--kf-panel-line);
  border-top: 5px solid var(--kf-panel-accent);
  border-radius: var(--kf-radius);
  background: linear-gradient(145deg, var(--kf-white) 12%, var(--kf-panel-soft));
  box-shadow: 0 18px 50px rgba(32, 36, 33, .08);
}
.kf-sector-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 250px;
  height: 250px;
  border: 1px solid var(--kf-panel-line);
  border-radius: 50%;
  opacity: .65;
  pointer-events: none;
}
.kf-sector-panel--tile { --kf-panel-accent: #57534d; --kf-panel-soft: #f3efe7; --kf-panel-line: #d5cdc0; }
.kf-sector-panel--garden { --kf-panel-accent: #5f713d; --kf-panel-soft: #edf2df; --kf-panel-line: #cad3ad; }
.kf-sector-panel__number { display: block; margin-bottom: 2.2rem; color: var(--kf-panel-accent); font: 800 .8rem ui-monospace, monospace; }
.kf-sector-panel h3 { max-width: 540px; font-size: clamp(1.75rem, 3.2vw, 3rem); }
.kf-sector-panel .kf-eyebrow { color: var(--kf-panel-accent); }
.kf-sector-panel ul { margin: 1.4rem 0 2rem; padding-left: 1.15rem; }
.kf-sector-panel .kf-btn { position: relative; z-index: 1; border-color: var(--kf-panel-accent); background: var(--kf-panel-accent); }
.kf-sector-panel .kf-btn:hover { filter: brightness(.9); }
.kf-card {
  padding: clamp(1.3rem, 2.8vw, 2rem);
  border: 1px solid var(--kf-line);
  border-radius: var(--kf-radius);
  background: var(--kf-white);
}
.kf-card h2, .kf-card h3 { margin-bottom: .55rem; }
.kf-card p:last-child { margin-bottom: 0; }
.kf-card--service { position: relative; min-height: 260px; padding-top: 4.8rem; transition: .2s ease; }
.kf-card--service:hover { border-color: #bdc5bc; box-shadow: 0 16px 40px rgba(32,36,33,.08); transform: translateY(-3px); }
.kf-card--service::before {
  content: attr(data-number);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: var(--kf-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .78rem;
  font-weight: 800;
}
.kf-card__link { color: var(--kf-ink); font-weight: 800; text-decoration: none; }
.kf-card__link::after { content: " →"; color: var(--kf-accent); }
.kf-proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(2rem, 7vw, 7rem); }
.kf-proof-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: proof; }
.kf-proof-list li { position: relative; padding: 1.15rem 0 1.15rem 3.2rem; border-bottom: 1px solid rgba(255,255,255,.12); counter-increment: proof; }
.kf-proof-list li::before { content: "0" counter(proof); position: absolute; top: 1.2rem; left: 0; color: #bac6b8; font: 700 .8rem ui-monospace, monospace; }
.kf-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--kf-line); border: 1px solid var(--kf-line); }
.kf-process__step { min-height: 220px; padding: 1.6rem; background: var(--kf-white); }
.kf-process__number { color: var(--kf-accent); font: 800 .8rem ui-monospace, monospace; }
.kf-region-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.kf-region-list li { padding: .45rem .75rem; border: 1px solid var(--kf-line); background: var(--kf-white); font-size: .9rem; }
.kf-gallery-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 1.4rem; }
.kf-gallery-filters button {
  padding: .48rem .8rem;
  border: 1px solid var(--kf-line);
  border-radius: var(--kf-radius);
  color: var(--kf-ink);
  background: var(--kf-white);
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
}
.kf-gallery-filters button[aria-pressed="true"] { color: var(--kf-white); border-color: var(--kf-ink); background: var(--kf-ink); }
.kf-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.kf-gallery-grid [hidden] { display: none; }
.kf-reference-card a { display: block; color: var(--kf-ink); text-decoration: none; }
.kf-reference-card img, .kf-reference-card .kf-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--kf-radius);
  box-shadow: 0 14px 32px rgba(32,36,33,.08);
}
.kf-reference-card__body { display: grid; gap: .25rem; padding: .9rem 0 1.2rem; }
.kf-reference-card__body span { color: #667068; font-size: .9rem; }
.kf-featured-image img { width: 100%; border-radius: var(--kf-radius); }
.kf-project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
}
.kf-project-gallery figure { margin: 0; }
.kf-project-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--kf-radius);
  background: var(--kf-mist);
}
.kf-project-gallery figcaption {
  margin-top: .45rem;
  color: #667068;
  font-size: .82rem;
}
.kf-quote { margin: 0; padding: 1.7rem; border-left: 3px solid var(--kf-sage); background: var(--kf-mist); }
.kf-quote p { font-size: 1.12rem; }
.kf-quote cite { color: #5e675f; font-size: .88rem; font-style: normal; }
.kf-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); color: rgba(255,255,255,.8); background: var(--kf-ink); }
.kf-cta h2 { color: var(--kf-white); margin-bottom: .4rem; }
.kf-cta p { margin: 0; }

.kf-page-hero { padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem); background: linear-gradient(130deg, var(--kf-accent-sand), var(--kf-accent-soft)); }
.kf-page-hero h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.kf-page-content { padding-top: clamp(3rem, 6vw, 5.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.kf-page-content > * { max-width: 100%; }
.kf-page-content > .alignwide { width: min(100vw - 2rem, var(--kf-container)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.kf-page-content ul:not([class]) { padding-left: 1.3rem; }
.kf-page-content li { margin-bottom: .45rem; }
.kf-breadcrumbs { margin-bottom: 1.2rem; color: #687169; font-size: .82rem; }
.kf-breadcrumbs a { color: inherit; }

.kf-faq { display: grid; gap: .5rem; }
.kf-faq details { border: 1px solid var(--kf-line); background: var(--kf-white); }
.kf-faq summary { padding: 1rem 1.2rem; cursor: pointer; font-weight: 750; }
.kf-faq__answer { padding: 0 1.2rem 1.1rem; }
.kf-faq__answer p:last-child { margin-bottom: 0; }

.kf-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.kf-contact-form__full { grid-column: 1 / -1; }
.kf-contact-form label { display: grid; gap: .35rem; font-size: .9rem; font-weight: 700; }
.kf-contact-form input,
.kf-contact-form textarea,
.kf-contact-form select {
  width: 100%;
  min-height: 48px;
  padding: .72rem .85rem;
  border: 1px solid #cbd0cb;
  border-radius: 2px;
  color: var(--kf-ink);
  background: var(--kf-white);
  font: inherit;
}
.kf-contact-form textarea { min-height: 160px; resize: vertical; }
.kf-contact-form input:focus,
.kf-contact-form textarea:focus,
.kf-contact-form select:focus { outline: 3px solid rgba(113,128,111,.22); border-color: var(--kf-sage); }
.kf-contact-form__consent { display: flex !important; grid-template-columns: 20px 1fr; align-items: start; font-weight: 500 !important; }
.kf-contact-form__consent input { width: 18px; min-height: 18px; margin-top: .25rem; }
.kf-form-status { padding: .85rem 1rem; border-left: 3px solid var(--kf-accent); background: var(--kf-accent-soft); }
.kf-hp { position: absolute !important; left: -9999px !important; }

.kf-footer { width: 100vw; margin-inline: calc(50% - 50vw); padding-top: clamp(3.5rem, 7vw, 6rem); color: var(--kf-footer-muted); background: var(--kf-footer-bg); transition: background-color .24s ease; }
.kf-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: clamp(2rem, 6vw, 6rem); padding-bottom: 3rem; }
.kf-footer__logo {
  display: inline-block;
  width: min(210px, 100%);
  margin-bottom: 1rem;
  padding: .35rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0,0,0,.16);
}
.kf-footer__logo img { display: block; width: 100%; height: auto; }
.kf-footer h2 { margin-bottom: 1rem; color: var(--kf-white); font-size: .84rem; letter-spacing: .14em; text-transform: uppercase; }
.kf-footer ul { margin: 0; padding: 0; list-style: none; }
.kf-footer a { color: var(--kf-footer-link); text-decoration: none; }
.kf-footer a:hover { color: var(--kf-white); }
.kf-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.kf-footer__bottom nav { display: flex; gap: 1rem; }

@media (max-width: 1050px) {
  .kf-header__cta { display: none; }
  .kf-nav__list, .kf-nav ul { gap: 1rem; }
  .kf-hero__grid { grid-template-columns: 1fr .8fr; gap: 2.5rem; }
  .kf-grid--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .kf-topbar span { display: none; }
  .kf-topbar__inner { justify-content: flex-end; }
  .kf-header__inner { min-height: 84px; }
  .kf-brand--logo { width: 142px; }
  .kf-nav-toggle { display: block; margin-left: auto; }
  .kf-nav {
    position: fixed;
    inset: 100% 0 auto;
    max-height: calc(100vh - 84px);
    padding: 1rem;
    overflow: auto;
    visibility: hidden;
    border-top: 1px solid var(--kf-line);
    background: var(--kf-header-bg);
    opacity: 0;
    transform: translateY(-10px);
    transition: .18s ease;
  }
  .kf-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .kf-nav__list, .kf-nav ul { display: grid; gap: 0; }
  .kf-nav li { border-bottom: 1px solid var(--kf-line); }
  .kf-nav a { padding: .9rem .2rem; }
  .kf-nav .sub-menu { position: static; min-width: 0; padding: 0 0 .6rem 1rem; visibility: visible; border: 0; box-shadow: none; opacity: 1; transform: none; }
  .kf-nav .sub-menu .sub-menu { padding-left: .85rem; }
  .kf-nav__list > li > .sub-menu > li > a { font-weight: 800; }
  .kf-nav__list > li > .sub-menu > li:first-child > a { color: #57534d; }
  .kf-nav__list > li > .sub-menu > li:nth-child(2) > a { color: #5f713d; }
  .kf-hero__grid, .kf-proof-grid, .kf-cta { grid-template-columns: 1fr; }
  .kf-hero__grid { gap: 2.5rem; }
  .kf-hero-media { min-height: 0; }
  .kf-hero-media__item:first-child, .kf-hero-media__item:last-child { min-height: 260px; }
  .kf-placeholder--hero { min-height: 340px; }
  .kf-grid--3, .kf-gallery-grid, .kf-project-gallery { grid-template-columns: repeat(2, 1fr); }
  .kf-process { grid-template-columns: repeat(2, 1fr); }
  .kf-footer__grid { grid-template-columns: 1fr 1fr; }
  .kf-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .kf-container { width: min(calc(100% - 1.25rem), var(--kf-container)); }
  .kf-build-notice__inner { display: grid; min-height: 0; gap: .15rem; padding-block: .55rem; }
  .kf-build-notice strong::before { display: none; }
  .kf-brand--logo { width: min(135px, 40vw); }
  .kf-section { padding: 3.7rem 0; }
  .kf-grid--2, .kf-grid--3, .kf-grid--4, .kf-sector-grid, .kf-gallery-grid, .kf-project-gallery, .kf-process, .kf-footer__grid, .kf-contact-form { grid-template-columns: 1fr; }
  .kf-sector-panel { min-height: 0; }
  .kf-contact-form__full { grid-column: auto; }
  .kf-process { gap: 1px; }
  .kf-process__step { min-height: 0; }
  .kf-cta { padding: 1.5rem; }
  .kf-footer__grid > div:first-child { grid-column: auto; }
  .kf-footer__bottom { display: grid; }
}

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