/*
Theme Name: TK Bau
Theme URI: https://tk-bau-gmbh.de
Author: scinet
Description: Individuelles WordPress-Theme für die TK Bau GmbH – Erdarbeiten, Tiefbau und Infrastruktur.
Version: 4.7.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: tk-bau
*/

@font-face {
  font-family: "TK Fira";
  src: url("assets/fonts/fira-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TK Fira";
  src: url("assets/fonts/fira-sans-extrabold.woff2") format("woff2");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TK Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --tk-red: #d20a11;
  --tk-red-dark: #a8070d;
  --tk-ink: #1d1d1b;
  --tk-charcoal: #242421;
  --tk-steel: #5f625e;
  --tk-line: #d9d9d3;
  --tk-paper: #f3f3ef;
  --tk-white: #fff;
  --tk-container: 1280px;
  --tk-radius: 3px;
  --tk-font: "TK Fira", "Arial Narrow", Arial, sans-serif;
  --tk-body: "TK Manrope", "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--tk-paper);
  color: var(--tk-ink);
  font-family: var(--tk-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
ul,
ol,
figure {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--tk-font);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.tk-kicker,
.tk-eyebrow {
  margin-bottom: 1rem;
  color: var(--tk-red);
  font-family: var(--tk-font);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tk-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  margin-right: 10px;
  vertical-align: 3px;
  background: currentColor;
}

.tk-kicker.is-light {
  color: #ff6256;
}

.tk-button,
button,
input[type="submit"] {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid var(--tk-red);
  border-radius: var(--tk-radius);
  background: var(--tk-red);
  color: var(--tk-white);
  font: 800 0.85rem/1 var(--tk-body);
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tk-button:hover,
.tk-button:focus-visible,
button:hover,
input[type="submit"]:hover {
  border-color: var(--tk-red-dark);
  background: var(--tk-red-dark);
  transform: translateY(-2px);
}

.tk-button.is-light {
  border-color: var(--tk-white);
  background: var(--tk-white);
  color: var(--tk-ink);
}

.tk-button.is-light:hover {
  border-color: var(--tk-paper);
  background: var(--tk-paper);
}

/* Header */
.tk-site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 0;
}

body.admin-bar .tk-site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .tk-site-header {
    top: 46px;
  }
}

.tk-header-bar {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 72px);
  border-bottom: 1px solid rgba(29, 29, 27, 0.08);
  border-top: 3px solid var(--tk-red);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px) saturate(1.25);
}

.tk-branding {
  flex: 0 0 auto;
}

.tk-branding img {
  width: 185px;
  height: auto;
}

.tk-menu {
  margin-left: auto;
}

.tk-menu ul,
.tk-footer-nav ul,
.tk-mobile-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tk-menu a {
  position: relative;
  display: block;
  padding: 29px 13px 27px;
  color: #353532;
  font-size: 0.8rem;
  font-weight: 780;
  letter-spacing: 0.018em;
}

.tk-menu a::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 19px;
  left: 13px;
  height: 2px;
  background: var(--tk-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.tk-menu a:hover::after,
.tk-menu .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.tk-menu .menu-item-has-children {
  position: relative;
}

.tk-menu .menu-item-has-children > a {
  padding-right: 28px;
}

.tk-menu .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 180ms ease;
}

.tk-menu .menu-item-has-children:hover > a::before,
.tk-menu .menu-item-has-children:focus-within > a::before {
  transform: translateY(-25%) rotate(225deg);
}

.tk-menu .sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  display: grid;
  visibility: hidden;
  width: 270px;
  gap: 0;
  gap: 2px;
  padding: 10px;
  border-top: 3px solid var(--tk-red);
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.tk-menu .menu-item-has-children:hover > .sub-menu,
.tk-menu .menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.tk-menu .sub-menu a {
  display: block;
  padding: 12px 14px;
  border-left: 2px solid transparent;
  font-size: 0.82rem;
}

.tk-menu .sub-menu a:hover {
  border-left-color: var(--tk-red);
  background: #f4f1ec;
  color: var(--tk-ink);
}

.tk-menu .sub-menu a::after {
  display: none;
}

.tk-header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-left: 16px;
  padding: 12px 17px;
  border: 1px solid var(--tk-ink);
  border-radius: 2px;
  background: var(--tk-ink);
  color: var(--tk-white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tk-header-cta::after {
  content: "↗";
  margin-left: 10px;
  color: #ff6256;
  font-size: 1rem;
}

.tk-header-cta:hover,
.tk-header-cta:focus-visible {
  border-color: var(--tk-red);
  background: var(--tk-red);
}

.tk-mobile-toggle,
.tk-mobile-nav {
  display: none;
}

/* Hero */
.tk-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #171715;
  color: var(--tk-white);
}

.tk-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 12, 11, 0.86) 0%, rgba(12, 12, 11, 0.62) 40%, rgba(12, 12, 11, 0.1) 78%),
    linear-gradient(0deg, rgba(12, 12, 11, 0.58) 0%, transparent 45%),
    url("assets/img/tk-bau-hero.webp") center/cover no-repeat;
  transform: scale(1.015);
}

.tk-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 900px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 170px;
}

.tk-hero-copy {
  max-width: 840px;
  padding-bottom: 66px;
}

.tk-eyebrow {
  color: #ff6256;
}

.tk-hero h1 {
  max-width: 830px;
  font-size: clamp(4rem, 7.1vw, 7rem);
  text-transform: uppercase;
}

.tk-hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.6;
}

.tk-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.tk-text-link {
  padding-block: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--tk-white);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tk-fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.tk-fact-strip > div {
  display: grid;
  min-height: 118px;
  align-content: center;
  padding: 18px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.tk-fact-strip > div:first-child {
  padding-left: 0;
}

.tk-fact-strip > div:last-child {
  border-right: 0;
}

.tk-fact-strip strong {
  font-family: var(--tk-font);
  font-size: 2.2rem;
  line-height: 1;
}

.tk-fact-strip span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Shared sections */
.tk-section {
  padding: 120px 0;
}

.tk-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.tk-section-intro h2,
.tk-capability-copy h2,
.tk-regions h2,
.tk-contact-card h2 {
  font-size: clamp(3rem, 5.3vw, 5.4rem);
  text-transform: uppercase;
}

.tk-section-intro > p {
  margin-bottom: 4px;
  color: var(--tk-steel);
  font-size: 1.04rem;
}

.tk-section-intro.is-centered {
  display: block;
  max-width: 840px;
}

.tk-section-intro.is-centered > p {
  max-width: 650px;
  margin: 24px 0 0;
}

/* Services */
.tk-services-section {
  background:
    linear-gradient(rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    var(--tk-paper);
  background-size: 40px 40px;
}

.tk-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--tk-line);
  border-left: 1px solid var(--tk-line);
}

.tk-service {
  position: relative;
  min-height: 390px;
  padding: 46px;
  border-right: 1px solid var(--tk-line);
  border-bottom: 1px solid var(--tk-line);
  background: rgba(243, 243, 239, 0.93);
  transition: background-color 180ms ease, color 180ms ease;
}

.tk-service:hover {
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-service-number {
  display: block;
  margin-bottom: 56px;
  color: var(--tk-red);
  font-family: var(--tk-font);
  font-weight: 900;
}

.tk-service h3 {
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  text-transform: uppercase;
}

.tk-service p {
  max-width: 540px;
  margin: 22px 0 24px;
  color: var(--tk-steel);
}

.tk-service:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.tk-service ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 0.88rem;
  font-weight: 650;
}

.tk-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--tk-red);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.tk-machine-button {
  margin-top: 32px;
}

/* Capability */
.tk-dark-section {
  position: relative;
  overflow: hidden;
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-dark-section::before {
  content: "TK";
  position: absolute;
  right: -60px;
  bottom: -160px;
  color: rgba(255, 255, 255, 0.025);
  font: 900 520px/0.8 var(--tk-font);
  letter-spacing: -0.12em;
}

.tk-capability-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 90px;
  align-items: center;
}

.tk-capability-copy h2 {
  max-width: 720px;
}

.tk-capability-copy > p:not(.tk-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.05rem;
}

.tk-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin-top: 38px;
}

.tk-check-list div {
  font-size: 0.88rem;
  font-weight: 700;
}

.tk-check-list span {
  margin-right: 8px;
  color: #ff6256;
}

.tk-capability-image {
  position: relative;
  margin: 0;
}

.tk-capability-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -14px;
  left: -14px;
  width: 90px;
  height: 90px;
  border-top: 7px solid var(--tk-red);
  border-left: 7px solid var(--tk-red);
}

.tk-capability-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08);
}

.tk-capability-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 260px;
  padding: 18px 22px;
  background: var(--tk-red);
  color: var(--tk-white);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Process */
.tk-process-section {
  background: var(--tk-white);
}

.tk-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tk-line);
  list-style: none;
}

.tk-process li {
  min-height: 310px;
  padding: 34px 30px 24px;
  border-right: 1px solid var(--tk-line);
}

.tk-process li:first-child {
  padding-left: 0;
}

.tk-process li:last-child {
  border-right: 0;
}

.tk-process li > span {
  display: block;
  margin-bottom: 80px;
  color: var(--tk-red);
  font: 900 1rem/1 var(--tk-font);
}

.tk-process h3 {
  margin-bottom: 16px;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.tk-process p {
  margin-bottom: 0;
  color: var(--tk-steel);
  font-size: 0.91rem;
}

/* Machines */
.tk-machine-section {
  background: #deded8;
}

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

.tk-machine-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--tk-ink);
}

.tk-machine-card.is-wide {
  min-height: 520px;
}

.tk-home-machine-visual {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(210, 10, 17, 0.14), transparent 48%),
    var(--tk-ink);
}

.tk-home-machine-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.tk-home-machine-visual svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: visible;
  transition: opacity 250ms ease, transform 500ms ease;
}

.tk-machine-card:hover .tk-home-machine-visual svg {
  opacity: 0.74;
  transform: scale(1.035);
}

.tk-machine-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.84;
  filter: saturate(0.82);
  transition: opacity 250ms ease, transform 500ms ease;
}

.tk-machine-card:hover img {
  opacity: 0.68;
  transform: scale(1.035);
}

.tk-machine-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
}

.tk-machine-card > div {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 32px;
  left: 34px;
  color: var(--tk-white);
}

.tk-machine-card span {
  color: #ff6256;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tk-machine-card h3 {
  margin-top: 6px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  text-transform: uppercase;
}

.tk-equipment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.tk-equipment-list span {
  padding: 9px 14px;
  border: 1px solid rgba(29, 29, 27, 0.3);
  background: rgba(255, 255, 255, 0.25);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Regions + contact */
.tk-regions {
  padding: 100px 0;
  background: var(--tk-white);
}

.tk-regions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
  gap: 100px;
  align-items: center;
}

.tk-regions p:not(.tk-kicker) {
  max-width: 480px;
  margin: 24px 0 0;
  color: var(--tk-steel);
}

.tk-regions ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tk-line);
  list-style: none;
}

.tk-regions li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--tk-line);
  font: 900 clamp(1.5rem, 2.5vw, 2.7rem)/1.2 var(--tk-font);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.tk-regions li::after {
  content: "↗";
  color: var(--tk-red);
  font-size: 0.7em;
}

.tk-regions-map-wrap {
  min-width: 0;
}

.tk-bavaria-map--compact {
  display: block;
  color: var(--tk-white);
}

.tk-bavaria-map--compact svg {
  height: 560px;
  min-height: 0;
  object-fit: contain;
}

.tk-bavaria-map--compact .tk-map-heading {
  top: 26px;
  left: 28px;
}

.tk-map-compact-cta {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding: 12px 16px;
  border-left: 4px solid var(--tk-red);
  background: rgba(20, 20, 19, 0.94);
  color: var(--tk-white);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tk-map-compact-cta i {
  color: #ff6256;
  font-size: 1rem;
  font-style: normal;
}

.tk-bavaria-map--compact:hover .tk-map-compact-cta,
.tk-bavaria-map--compact:focus-visible .tk-map-compact-cta {
  background: var(--tk-red);
}

.tk-bavaria-map--compact:hover .tk-map-compact-cta i,
.tk-bavaria-map--compact:focus-visible .tk-map-compact-cta i {
  color: var(--tk-white);
}

.tk-regions-map-wrap .tk-map-source {
  margin-bottom: 0;
}

.tk-contact-section {
  padding: 0 0 80px;
  background: var(--tk-white);
}

.tk-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 80px;
  align-items: end;
  padding: 76px;
  background: var(--tk-red);
  color: var(--tk-white);
}

.tk-contact-card .tk-kicker {
  color: var(--tk-white);
}

.tk-contact-card > div > p:not(.tk-kicker) {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.tk-contact-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.tk-contact-action small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
}

/* Footer */
.tk-site-footer {
  padding: 78px 0 28px;
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-footer-top {
  display: grid;
  grid-template-columns: 260px minmax(0, 520px);
  gap: 80px;
  align-items: end;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tk-footer-logo {
  display: block;
  padding: 0;
}

.tk-footer-logo img {
  width: 100%;
}

.tk-footer-top p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.15rem;
}

.tk-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr 0.8fr;
  gap: 70px;
  padding: 45px 0;
}

.tk-footer-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tk-footer-grid a,
.tk-footer-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
}

.tk-footer-grid .tk-footer-action {
  display: block;
  margin-top: 10px;
  color: #ff6256;
  font-weight: 750;
}

.tk-footer-nav ul {
  display: grid;
  justify-content: start;
  gap: 8px;
}

.tk-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.69rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Multi-page premium layouts */
.tk-inner-page .tk-site-header {
  position: absolute;
}

.tk-page-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-page-hero--plain {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--tk-ink);
  background-size: 48px 48px;
}

.tk-page-hero--plain::after {
  content: "TK";
  position: absolute;
  right: -30px;
  bottom: -82px;
  color: rgba(255, 255, 255, 0.03);
  font: 900 430px/0.75 var(--tk-font);
  letter-spacing: -0.11em;
}

.tk-page-hero--image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.tk-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 12, 11, 0.95) 0%, rgba(12, 12, 11, 0.72) 48%, rgba(12, 12, 11, 0.16) 100%), linear-gradient(0deg, rgba(12, 12, 11, 0.58), transparent 60%);
}

.tk-company-hero .tk-page-hero-overlay {
  background: linear-gradient(90deg, rgba(12, 12, 11, 0.95) 0%, rgba(12, 12, 11, 0.6) 58%, rgba(12, 12, 11, 0.15) 100%);
}

.tk-page-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 720px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 170px;
  padding-bottom: 78px;
}

.tk-page-hero h1 {
  max-width: 990px;
  font-size: clamp(4rem, 7.2vw, 7.6rem);
  text-transform: uppercase;
}

.tk-page-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.tk-page-hero .tk-button {
  align-self: flex-start;
  margin-top: 32px;
}

.tk-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tk-breadcrumbs a:hover {
  color: var(--tk-white);
}

.tk-service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 100px;
  align-items: start;
}

.tk-service-intro-grid h2,
.tk-machine-feature h2,
.tk-region-sticky h2,
.tk-form-panel h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  text-transform: uppercase;
}

.tk-large-copy {
  margin-bottom: 28px;
  color: #373735;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.55;
}

.tk-inline-link,
.tk-inline-link a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--tk-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tk-service-facts {
  background: var(--tk-red);
  color: var(--tk-white);
}

.tk-service-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tk-service-fact-grid > div {
  min-height: 180px;
  padding: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.tk-service-fact-grid > div:first-child {
  padding-left: 0;
}

.tk-service-fact-grid > div:last-child {
  border-right: 0;
}

.tk-service-fact-grid strong {
  display: block;
  font: 900 clamp(2.2rem, 4vw, 4rem)/1 var(--tk-font);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.tk-service-fact-grid span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tk-scope-section {
  background: var(--tk-white);
}

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

.tk-scope-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--tk-line);
  border-bottom: 1px solid var(--tk-line);
}

.tk-scope-grid article::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background: var(--tk-red);
}

.tk-scope-grid span {
  color: var(--tk-red);
  font: 900 0.82rem/1 var(--tk-font);
}

.tk-scope-grid h3 {
  max-width: 330px;
  margin-top: 70px;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.tk-service-process-section,
.tk-equipment-section {
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-service-process-section .tk-section-intro > p,
.tk-equipment-section .tk-section-intro > p {
  color: rgba(255, 255, 255, 0.62);
}

.tk-process--dark {
  border-color: rgba(255, 255, 255, 0.18);
}

.tk-process--dark li {
  border-color: rgba(255, 255, 255, 0.18);
}

.tk-related-services {
  background: #deded8;
}

.tk-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(29, 29, 27, 0.2);
}

.tk-related-grid a {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid rgba(29, 29, 27, 0.2);
  transition: background-color 180ms ease, color 180ms ease;
}

.tk-related-grid a:hover {
  background: var(--tk-red);
  color: var(--tk-white);
}

.tk-related-grid span {
  color: var(--tk-red);
  font-weight: 900;
}

.tk-related-grid a:hover span {
  color: var(--tk-white);
}

.tk-related-grid h3 {
  position: absolute;
  bottom: 28px;
  left: 30px;
  font-size: 2rem;
  text-transform: uppercase;
}

.tk-related-grid i {
  position: absolute;
  top: 27px;
  right: 28px;
  font-style: normal;
}

.tk-page-cta {
  padding: 100px 0;
  background: var(--tk-red);
  color: var(--tk-white);
}

.tk-page-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 90px;
  align-items: end;
}

.tk-page-cta h2 {
  font-size: clamp(3rem, 5.3vw, 5.5rem);
  text-transform: uppercase;
}

.tk-page-cta-inner > div:last-child p {
  color: rgba(255, 255, 255, 0.74);
}

.tk-page-cta .tk-button {
  margin-top: 16px;
}

/* Services overview */
.tk-service-overview {
  background: var(--tk-paper);
}

.tk-service-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--tk-line);
  border-left: 1px solid var(--tk-line);
}

.tk-service-overview-card {
  min-height: 440px;
  padding: 42px;
  border-right: 1px solid var(--tk-line);
  border-bottom: 1px solid var(--tk-line);
  background: var(--tk-paper);
  transition: background-color 200ms ease, color 200ms ease;
}

.tk-service-overview-card:hover {
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-service-overview-card > div {
  display: flex;
  justify-content: space-between;
  color: var(--tk-red);
  font-weight: 900;
}

.tk-service-overview-card h2 {
  margin-top: 90px;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  text-transform: uppercase;
}

.tk-service-overview-card p {
  max-width: 540px;
  margin: 24px 0;
  color: var(--tk-steel);
}

.tk-service-overview-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.tk-service-overview-card strong {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tk-approach-section .tk-large-copy {
  color: rgba(255, 255, 255, 0.72);
}

.tk-approach-section .tk-button {
  margin-top: 20px;
}

.tk-client-section {
  background: var(--tk-white);
}

.tk-client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--tk-line);
}

.tk-client-grid > div {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-right: 1px solid var(--tk-line);
}

.tk-client-grid h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.tk-client-grid p {
  margin: 14px 0 0;
  color: var(--tk-steel);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Machinery page */
.tk-machine-feature {
  padding: 120px 0;
  background: var(--tk-white);
}

.tk-machine-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
  gap: 90px;
  align-items: center;
}

.tk-machine-feature p:not(.tk-kicker) {
  max-width: 570px;
  margin: 28px 0;
  color: var(--tk-steel);
}

.tk-machine-feature figure {
  position: relative;
  margin: 0;
}

.tk-machine-feature figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 92px;
  height: 92px;
  border-top: 7px solid var(--tk-red);
  border-left: 7px solid var(--tk-red);
}

.tk-machine-feature figure img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.tk-machine-feature figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 270px;
  padding: 18px 22px;
  background: var(--tk-red);
  color: var(--tk-white);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tk-fleet-section {
  background: #deded8;
}

.tk-fleet-grid {
  display: grid;
  gap: 22px;
}

.tk-fleet-grid article {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  min-height: 360px;
  background: var(--tk-white);
}

.tk-fleet-grid article:nth-child(even) img {
  grid-column: 2;
}

.tk-fleet-grid article:nth-child(even) > figure {
  grid-column: 2;
}

.tk-fleet-grid article:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
}

.tk-fleet-grid article > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.tk-fleet-machine-visual {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: center;
  margin: 0;
  padding: clamp(30px, 5vw, 62px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(229, 35, 20, 0.11), transparent 46%),
    var(--tk-ink);
}

.tk-fleet-machine-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.tk-fleet-machine-visual svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: visible;
}

.tk-fleet-machine-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 22px;
  left: 26px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.tk-fleet-grid article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

.tk-core-machine-card {
  min-height: 520px;
  border-top: 6px solid var(--tk-red);
}

.tk-core-machine-visual {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: center;
  margin: 0;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(229, 35, 20, 0.13), transparent 46%),
    var(--tk-ink);
}

.tk-core-machine-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.tk-core-machine-visual svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: visible;
}

.tk-core-machine-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.tk-tech-machine {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 255, 255, 0.9);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.tk-tech-action {
  fill: none;
  stroke: var(--tk-red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
}

.tk-tech-ground {
  fill: none;
  stroke: rgba(255, 255, 255, 0.42);
  stroke-dasharray: 10 12;
  stroke-width: 3;
}

.tk-tech-route {
  fill: none;
  stroke: var(--tk-red);
  stroke-width: 3;
}

.tk-tech-cut {
  fill: none;
  stroke: rgba(229, 35, 20, 0.55);
  stroke-width: 22;
}

.tk-core-machine-card > div {
  padding-block: 62px;
}

.tk-core-machine-card > div > p {
  max-width: 610px;
}

.tk-core-machine-card > div > p + p {
  margin-top: 14px;
}

.tk-core-machine-card--trencher .tk-core-machine-visual {
  grid-column: 2;
}

.tk-core-machine-card--trencher > div {
  grid-column: 1;
  grid-row: 1;
}

.tk-machine-capabilities {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--tk-line);
  list-style: none;
}

.tk-machine-capabilities li {
  position: relative;
  padding-left: 24px;
  color: var(--tk-ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
}

.tk-machine-capabilities li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 3px;
  background: var(--tk-red);
}

.tk-fleet-grid span {
  color: var(--tk-red);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tk-fleet-grid h2 {
  margin-top: 10px;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  text-transform: uppercase;
}

.tk-fleet-grid p {
  max-width: 500px;
  margin: 22px 0 0;
  color: var(--tk-steel);
}

.tk-equipment-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.tk-equipment-detail-grid > div {
  min-height: 190px;
  padding: 40px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.tk-equipment-detail-grid strong {
  display: block;
  font: 900 clamp(2rem, 3.5vw, 3.6rem)/1 var(--tk-font);
  text-transform: uppercase;
}

.tk-equipment-detail-grid span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tk-equipment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.tk-equipment-tags li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* Company */
.tk-company-intro {
  background: var(--tk-white);
}

.tk-company-intro .tk-service-intro-grid > div:last-child > p:last-child {
  color: var(--tk-steel);
}

.tk-values-section {
  padding: 120px 0;
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-values-section .tk-section-intro > p {
  color: rgba(255, 255, 255, 0.62);
}

.tk-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.tk-values-grid article {
  min-height: 320px;
  padding: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.tk-values-grid span {
  color: #ff6256;
  font-weight: 900;
}

.tk-values-grid h3 {
  margin-top: 90px;
  font-size: 2rem;
  text-transform: uppercase;
}

.tk-values-grid p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

/* Region */
.tk-region-page-section {
  background: var(--tk-white);
}

.tk-region-page-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(500px, 1.28fr);
  gap: 100px;
}

.tk-region-sticky {
  position: sticky;
  top: 120px;
  align-self: start;
}

.tk-region-sticky p:not(.tk-kicker) {
  margin: 25px 0;
  color: var(--tk-steel);
}

.tk-region-content,
.tk-region-visual {
  min-width: 0;
}

.tk-region-visual {
  margin-bottom: 70px;
}

.tk-bavaria-map {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--tk-radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 35% 65%, rgba(229, 35, 20, 0.11), transparent 35%),
    var(--tk-ink);
  background-size: 48px 48px, 48px 48px, auto, auto;
  color: var(--tk-white);
  isolation: isolate;
}

.tk-bavaria-map::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 7px;
  height: 118px;
  background: var(--tk-red);
}

.tk-bavaria-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
}

.tk-bavaria-map svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 620px;
}

.tk-map-heading {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 32px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.tk-map-heading span,
.tk-bavaria-map figcaption span {
  color: #ff6256;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tk-map-heading strong {
  margin-top: 2px;
  font: 900 clamp(2.4rem, 5vw, 4.8rem)/0.9 var(--tk-font);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.tk-map-land {
  fill: #343431;
}

.tk-map-border {
  fill: none;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.tk-map-route {
  fill: none;
  stroke: rgba(255, 255, 255, 0.14);
  stroke-dasharray: 5 10;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.tk-map-service-glow {
  fill: url(#tk-service-glow);
}

.tk-map-ring {
  fill: rgba(229, 35, 20, 0.12);
  stroke: var(--tk-red);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.tk-map-ring--outer {
  fill: none;
  opacity: 0.42;
  stroke-dasharray: 4 7;
}

.tk-map-dot {
  fill: var(--tk-red);
  stroke: var(--tk-white);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.tk-map-leader {
  fill: none;
  stroke: var(--tk-white);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.tk-map-label {
  fill: var(--tk-white);
  font: 900 18px var(--tk-font);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.tk-map-sublabel {
  fill: rgba(255, 255, 255, 0.52);
  font: 750 10px var(--tk-body);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tk-bavaria-map figcaption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 28px;
  width: min(330px, calc(100% - 56px));
  padding: 22px 24px 23px;
  border-left: 4px solid var(--tk-red);
  background: rgba(20, 20, 19, 0.93);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.tk-bavaria-map figcaption strong {
  display: block;
  margin-top: 7px;
  font: 900 1.5rem/1 var(--tk-font);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.tk-bavaria-map figcaption p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
}

.tk-map-source {
  margin: 13px 0 0;
  color: #8a8d88;
  font-size: 0.66rem;
  line-height: 1.45;
}

.tk-map-source a {
  border-bottom: 1px solid currentColor;
}

.tk-map-source a:hover {
  color: var(--tk-ink);
}

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

.tk-region-list article {
  padding: 32px 0;
  border-bottom: 1px solid var(--tk-line);
}

.tk-region-list h2 {
  font-size: clamp(2.3rem, 4.2vw, 4.3rem);
  text-transform: uppercase;
}

.tk-region-list p {
  max-width: 510px;
  margin: 12px 0 0;
  color: var(--tk-steel);
}

.tk-region-band {
  padding: 100px 0;
  background: var(--tk-red);
  color: var(--tk-white);
}

.tk-region-band p {
  margin-bottom: 14px;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tk-region-band h2 {
  max-width: 1020px;
  font-size: clamp(2.7rem, 5vw, 5rem);
  text-transform: uppercase;
}

.tk-region-band .tk-button {
  margin-top: 30px;
}

/* Contact */
.tk-page-hero--contact {
  min-height: 650px;
  background:
    linear-gradient(120deg, rgba(229, 35, 20, 0.17), transparent 50%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--tk-ink);
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.tk-page-hero--contact .tk-page-hero-content {
  min-height: 650px;
}

.tk-contact-page-section {
  padding: 120px 0;
  background: var(--tk-white);
}

.tk-contact-page-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(520px, 1.35fr);
  gap: 90px;
}

.tk-contact-sidebar {
  padding: 36px;
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-contact-sidebar h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
}

.tk-contact-mail {
  display: inline-block;
  margin: 18px 0 48px;
  color: #ff6256;
  font-weight: 750;
}

.tk-contact-sidebar > div {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.tk-contact-sidebar > div > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tk-contact-sidebar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.tk-form-panel h2 {
  margin-bottom: 36px;
}

.tk-contact-form {
  display: grid;
  gap: 22px;
}

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

.tk-contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tk-contact-form input,
.tk-contact-form select,
.tk-contact-form textarea {
  border: 1px solid #c9c9c3;
  background: #f8f8f5;
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.tk-contact-form input:focus,
.tk-contact-form select:focus,
.tk-contact-form textarea:focus {
  border-color: var(--tk-red);
  outline: 2px solid rgba(229, 35, 20, 0.16);
}

.tk-contact-form .tk-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 0.73rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.tk-checkbox input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.tk-checkbox a {
  color: var(--tk-red-dark);
  text-decoration: underline;
}

.tk-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.tk-form-message {
  margin-bottom: 28px;
  padding: 14px 16px;
  border-left: 4px solid;
}

.tk-form-message.is-success {
  border-color: #268344;
  background: #e7f6eb;
}

.tk-form-message.is-error {
  border-color: var(--tk-red);
  background: #fff0ee;
}

.tk-error-page {
  display: grid;
  min-height: 82vh;
  place-items: center;
  padding: 160px 0 100px;
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-error-page h1 {
  max-width: 900px;
  font-size: clamp(4rem, 8vw, 8rem);
  text-transform: uppercase;
}

.tk-error-page p:not(.tk-kicker) {
  color: rgba(255, 255, 255, 0.65);
}

/* Standard WordPress content */
.tk-content-shell {
  min-height: 70vh;
  padding: 170px 0 100px;
  background: var(--tk-white);
}

.tk-page-header,
.tk-post-single,
.tk-post-grid {
  width: min(calc(100% - 48px), 920px);
  margin-inline: auto;
}

.tk-page-header h1,
.tk-post-single h1 {
  margin-bottom: 40px;
  font-size: clamp(3rem, 7vw, 6rem);
  text-transform: uppercase;
}

.tk-prose,
.tk-post-single .entry-content {
  color: #373735;
  font-size: 1.05rem;
}

.tk-prose a,
.entry-content a {
  color: var(--tk-red-dark);
  text-decoration: underline;
}

.tk-post-grid {
  display: grid;
  gap: 24px;
}

.tk-post-card {
  padding: 32px;
  border: 1px solid var(--tk-line);
}

/* Glossary */
.tk-glossary-index,
.tk-glossary-single {
  background:
    linear-gradient(rgba(29, 29, 27, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.025) 1px, transparent 1px),
    var(--tk-paper);
  background-size: 48px 48px;
}

.tk-glossary-index main.container,
.tk-glossary-single main.container {
  width: min(calc(100% - 48px), 1120px);
  margin-inline: auto;
  padding: 190px 0 120px;
}

.tk-glossary-index main.container > header {
  max-width: 900px;
  margin-bottom: 72px;
}

.tk-glossary-index main.container > header > h1,
.tk-glossary-single main.container > header > h1 {
  margin-bottom: 32px;
  font-size: clamp(4.6rem, 9vw, 8.5rem);
  text-transform: uppercase;
}

.tk-glossary-index .page-intro {
  max-width: 820px;
}

.tk-glossary-index .page-intro .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--tk-red-dark);
  font: 900 0.75rem/1.2 var(--tk-font);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tk-glossary-index .page-intro .eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--tk-red);
}

.tk-glossary-index .page-intro h2 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  text-transform: uppercase;
}

.tk-glossary-index .page-intro p:not(.eyebrow) {
  max-width: 760px;
  color: var(--tk-steel);
  font-size: 1.06rem;
}

.tk-glossary-index main.container > h2 {
  display: flex;
  min-height: 92px;
  align-items: center;
  margin-top: 54px;
  border-top: 1px solid var(--tk-line);
  color: var(--tk-red);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  text-transform: uppercase;
}

.tk-glossary-index main.container > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tk-line);
  border-left: 1px solid var(--tk-line);
  list-style: none;
}

.tk-glossary-index main.container > ul li {
  min-width: 0;
  border-right: 1px solid var(--tk-line);
  border-bottom: 1px solid var(--tk-line);
}

.tk-glossary-index main.container > ul a {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.42);
  font: 850 clamp(1.2rem, 2vw, 1.65rem)/1.12 var(--tk-font);
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.tk-glossary-index main.container > ul a::after {
  content: "↗";
  flex: 0 0 auto;
  color: var(--tk-red);
  font: 900 1rem/1 var(--tk-body);
}

.tk-glossary-index main.container > ul a:hover,
.tk-glossary-index main.container > ul a:focus-visible {
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-glossary-single main.container {
  width: min(calc(100% - 48px), 920px);
}

.tk-glossary-single main.container > header {
  margin-bottom: 58px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--tk-line);
}

.tk-glossary-single main.container > header .lead {
  max-width: 800px;
  margin: 0;
  color: #42423f;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.tk-glossary-single .content {
  max-width: 800px;
  color: #373735;
  font-size: 1.06rem;
}

.tk-glossary-single .content h2 {
  margin: 58px 0 18px;
  padding-top: 24px;
  border-top: 1px solid var(--tk-line);
  font-size: clamp(2rem, 4vw, 3.5rem);
  text-transform: uppercase;
}

.tk-glossary-single .content p {
  margin-bottom: 22px;
}

.tk-glossary-single .glossary-term-link {
  color: var(--tk-red-dark);
  text-decoration-line: underline;
  text-decoration-color: rgba(185, 24, 13, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tk-glossary-single .glossary-faq {
  width: min(calc(100% - 48px), 920px);
  margin: -52px auto 120px;
  padding: 48px;
  background: #deded8;
}

.tk-glossary-single .glossary-faq > h2 {
  margin-bottom: 28px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  text-transform: uppercase;
}

.tk-glossary-single .faq-item {
  padding: 26px 0;
  border-top: 1px solid rgba(29, 29, 27, 0.22);
}

.tk-glossary-single .faq-item h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.tk-glossary-single .faq-item p {
  max-width: 760px;
  margin: 0;
  color: var(--tk-steel);
}

/* Keep long German terms and media inside the viewport. */
.tk-container > *,
.tk-section-intro > *,
.tk-capability-grid > *,
.tk-regions-grid > *,
.tk-contact-card > *,
.tk-service-intro-grid > *,
.tk-page-cta-inner > *,
.tk-machine-feature-grid > *,
.tk-region-page-grid > *,
.tk-contact-page-grid > *,
.tk-fleet-grid article > * {
  min-width: 0;
}

.tk-page-hero h1,
.tk-hero h1,
.tk-section h2,
.tk-page-cta h2,
.tk-region-band h2,
.tk-form-panel h2,
.tk-contact-sidebar h2,
.tk-glossary-index h1,
.tk-glossary-index h2,
.tk-glossary-single h1,
.tk-glossary-single h2,
.tk-glossary-single h3,
.tk-contact-mail {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.tk-button,
.tk-header-cta,
.tk-inline-link,
.tk-inline-link a {
  max-width: 100%;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--tk-line);
  border-radius: 0;
  background: var(--tk-white);
  color: var(--tk-ink);
  font: inherit;
}

textarea {
  min-height: 160px;
}

@media (max-width: 1040px) {
  .tk-site-header {
    padding-top: 16px;
  }

  .tk-header-bar {
    width: min(calc(100% - 32px), var(--tk-container));
    margin-inline: auto;
    border: 1px solid rgba(29, 29, 27, 0.08);
    border-top: 3px solid var(--tk-red);
    border-radius: 4px;
  }

  .tk-menu {
    display: none;
  }

  .tk-header-cta {
    margin-left: auto;
  }

  .tk-mobile-toggle {
    position: relative;
    display: block;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    margin-left: 12px;
    padding: 0;
    border: 1px solid rgba(29, 29, 27, 0.2);
    border-radius: 50%;
    background: var(--tk-ink);
    transform: none;
  }

  .tk-mobile-toggle span:not(.screen-reader-text) {
    position: absolute;
    left: 13px;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--tk-white);
    transition: top 180ms ease, left 180ms ease, width 180ms ease, opacity 120ms ease, transform 180ms ease, background-color 180ms ease;
  }

  .tk-mobile-toggle span:first-child {
    left: 12px;
    top: 16px;
    width: 22px;
  }

  .tk-mobile-toggle span:nth-child(2) {
    left: 12px;
    top: 23px;
    width: 22px;
  }

  .tk-mobile-toggle span:nth-child(3) {
    left: 17px;
    top: 30px;
    width: 17px;
  }

  .tk-mobile-toggle:hover,
  .tk-mobile-toggle:focus-visible {
    border-color: var(--tk-red);
    background: var(--tk-ink);
    transform: none;
  }

  .tk-mobile-toggle:hover span:not(.screen-reader-text),
  .tk-mobile-toggle:focus-visible span:not(.screen-reader-text) {
    background: #ff6256;
  }

  .tk-mobile-toggle[aria-expanded="true"] span:first-child {
    left: 13px;
    top: 23px;
    width: 20px;
    transform: rotate(45deg);
  }

  .tk-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .tk-mobile-toggle[aria-expanded="true"] span:nth-child(3) {
    left: 13px;
    top: 23px;
    width: 20px;
    transform: rotate(-45deg);
  }

  .tk-mobile-nav {
    position: fixed;
    z-index: 29;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    padding: 120px 24px 40px;
    background: var(--tk-ink);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .tk-mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
  }

  .tk-mobile-nav ul {
    display: grid;
    gap: 4px;
  }

  .tk-mobile-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .tk-mobile-nav li a {
    display: block;
    padding: 12px 0;
    color: var(--tk-white);
    font: 900 clamp(1.7rem, 6vw, 2.2rem)/1 var(--tk-font);
    overflow-wrap: anywhere;
    text-transform: uppercase;
  }

  .tk-mobile-nav .sub-menu {
    margin-left: 18px;
    padding-left: 14px;
    border-left: 2px solid var(--tk-red);
  }

  .tk-mobile-nav .sub-menu li {
    border-bottom: 0;
  }

  .tk-mobile-nav .sub-menu li a {
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.15rem;
  }

  .tk-mobile-nav .tk-button {
    align-self: flex-start;
    margin-top: 30px;
  }

  .tk-section-intro,
  .tk-capability-grid,
  .tk-regions-grid,
  .tk-contact-card,
  .tk-service-intro-grid,
  .tk-page-cta-inner,
  .tk-machine-feature-grid,
  .tk-region-page-grid,
  .tk-contact-page-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .tk-service-intro-grid,
  .tk-page-cta-inner,
  .tk-machine-feature-grid,
  .tk-region-page-grid,
  .tk-contact-page-grid {
    gap: 60px;
  }

  .tk-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-service-overview-grid,
  .tk-equipment-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tk-machine-feature figure img {
    min-height: 480px;
  }

  .tk-region-sticky {
    position: static;
  }

  .tk-region-visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .tk-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-process li:nth-child(2) {
    border-right: 0;
  }

  .tk-process li:nth-child(n+3) {
    border-top: 1px solid var(--tk-line);
  }

  .tk-capability-image img {
    min-height: 480px;
  }

  .tk-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
	body.admin-bar .tk-site-header {
		top: 46px;
	}
  .tk-container {
    width: min(calc(100% - 32px), var(--tk-container));
  }

  .tk-site-header {
    padding-top: 12px;
  }

  .tk-header-bar {
    min-height: 64px;
    padding-inline: 14px;
  }

  .tk-glossary-index main.container,
  .tk-glossary-single main.container {
    width: min(calc(100% - 32px), 1120px);
    padding: 132px 0 82px;
  }

  .tk-glossary-index main.container > header {
    margin-bottom: 48px;
  }

  .tk-glossary-index main.container > header > h1,
  .tk-glossary-single main.container > header > h1 {
    margin-bottom: 24px;
    font-size: clamp(2.8rem, 13vw, 5rem);
  }

  .tk-glossary-index .page-intro h2 {
    font-size: clamp(2.3rem, 12vw, 3.7rem);
  }

  .tk-glossary-index main.container > h2 {
    min-height: 72px;
    margin-top: 38px;
    font-size: 3rem;
  }

  .tk-glossary-index main.container > ul {
    grid-template-columns: 1fr;
  }

  .tk-glossary-index main.container > ul a {
    min-height: 72px;
    padding: 18px;
    font-size: clamp(1.05rem, 6vw, 1.4rem);
  }

  .tk-glossary-single main.container > header {
    margin-bottom: 42px;
    padding-bottom: 32px;
  }

  .tk-glossary-single .content h2 {
    margin-top: 44px;
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .tk-glossary-single .glossary-faq {
    width: min(calc(100% - 32px), 920px);
    margin: -30px auto 82px;
    padding: 32px 22px;
  }

  .tk-glossary-single .glossary-faq > h2 {
    font-size: clamp(2.1rem, 11vw, 3.4rem);
  }

  .tk-glossary-single .faq-item h3 {
    font-size: 1.25rem;
  }

  .tk-mobile-nav {
    padding: 104px 20px 30px;
  }

  .tk-mobile-nav li a {
    padding: 10px 0;
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .tk-mobile-nav .sub-menu {
    margin-left: 10px;
    padding-left: 12px;
  }

  .tk-mobile-nav .sub-menu li a {
    font-size: clamp(0.98rem, 5vw, 1.15rem);
  }

  .tk-branding img {
    width: 142px;
  }

  .tk-header-cta {
    display: none;
  }

  .tk-hero,
  .tk-hero-inner {
    min-height: 780px;
  }

  .tk-page-hero,
  .tk-page-hero-content,
  .tk-page-hero--contact,
  .tk-page-hero--contact .tk-page-hero-content {
    min-height: 690px;
  }

  .tk-page-hero-content {
    padding-top: 112px;
    padding-bottom: 50px;
  }

  .tk-page-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.9rem);
  }

  .tk-page-hero--plain::after {
    right: -24px;
    bottom: -34px;
    font-size: 220px;
  }

  .tk-breadcrumbs {
    margin-bottom: 70px;
  }

  .tk-hero-media {
    background:
      linear-gradient(0deg, rgba(12, 12, 11, 0.78) 0%, rgba(12, 12, 11, 0.22) 80%),
      url("assets/img/tk-bau-hero.webp") 62% center/cover no-repeat;
  }

  .tk-hero-inner {
    padding-top: 120px;
  }

  .tk-hero-copy {
    padding-bottom: 38px;
  }

  .tk-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.6rem);
  }

  .tk-hero-lead {
    font-size: 0.96rem;
  }

  .tk-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .tk-fact-strip {
    grid-template-columns: 1fr;
  }

  .tk-fact-strip > div,
  .tk-fact-strip > div:first-child {
    min-height: 72px;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .tk-fact-strip > div:last-child {
    border-bottom: 0;
  }

  .tk-fact-strip strong {
    font-size: 1.55rem;
  }

  .tk-section {
    padding: 82px 0;
  }

  .tk-section-intro {
    margin-bottom: 38px;
  }

  .tk-section-intro h2,
  .tk-capability-copy h2,
  .tk-regions h2,
  .tk-contact-card h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .tk-services,
  .tk-machine-grid,
  .tk-process,
  .tk-scope-grid,
  .tk-service-overview-grid,
  .tk-related-grid,
  .tk-client-grid,
  .tk-values-grid,
  .tk-equipment-detail-grid,
  .tk-form-row {
    grid-template-columns: 1fr;
  }

  .tk-service-fact-grid {
    grid-template-columns: 1fr;
  }

  .tk-service-fact-grid > div,
  .tk-service-fact-grid > div:first-child {
    min-height: 115px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .tk-service-fact-grid > div:last-child {
    border-bottom: 0;
  }

  .tk-scope-grid article {
    min-height: 180px;
  }

  .tk-scope-grid h3 {
    margin-top: 48px;
  }

  .tk-related-grid a {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  }

  .tk-page-cta {
    padding: 76px 0;
  }

  .tk-service-overview-card {
    min-height: 370px;
    padding: 30px;
  }

  .tk-service-overview-card h2 {
    margin-top: 64px;
  }

  .tk-client-grid > div {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--tk-line);
  }

  .tk-client-grid h3 {
    margin-top: 0;
  }

  .tk-machine-feature {
    padding: 82px 0;
  }

  .tk-machine-feature figure img {
    min-height: 360px;
  }

  .tk-fleet-grid article,
  .tk-fleet-grid article:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .tk-fleet-grid article:nth-child(even) img,
	.tk-fleet-grid article:nth-child(even) > figure,
  .tk-fleet-grid article:nth-child(even) > div {
    grid-column: 1;
    grid-row: auto;
  }

  .tk-fleet-machine-visual {
    min-height: 300px;
  }

  .tk-core-machine-card--trencher .tk-core-machine-visual,
  .tk-core-machine-card--trencher > div {
    grid-column: 1;
    grid-row: auto;
  }

  .tk-core-machine-visual {
    min-height: 360px;
  }

  .tk-core-machine-card > div {
    padding: 38px 30px 44px;
  }

  .tk-fleet-grid article > img {
    min-height: 300px;
    max-height: 360px;
  }

  .tk-fleet-grid article > div {
    padding: 32px 26px;
  }

  .tk-equipment-detail-grid > div {
    min-height: 130px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .tk-values-section {
    padding: 82px 0;
  }

  .tk-values-grid article {
    min-height: 250px;
    padding: 28px;
  }

  .tk-values-grid h3 {
    margin-top: 55px;
  }

  .tk-region-list article {
    display: block;
  }

  .tk-region-visual {
    margin-bottom: 52px;
  }

  .tk-bavaria-map svg {
    min-height: 0;
  }

  .tk-map-heading {
    top: 14px;
    left: 14px;
    padding: 10px 12px 11px;
    background: rgba(20, 20, 19, 0.9);
  }

  .tk-map-heading strong {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .tk-bavaria-map--compact svg {
    height: auto;
  }

  .tk-bavaria-map--compact .tk-map-heading {
    top: 14px;
    left: 14px;
  }

  .tk-map-compact-cta {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    justify-content: space-between;
    padding: 16px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left-width: 5px;
  }

  .tk-bavaria-map figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 23px 22px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left-width: 5px;
    box-shadow: none;
  }

  .tk-map-label {
    font-size: 24px;
  }

  .tk-map-sublabel {
    font-size: 14px;
  }

  .tk-region-band {
    padding: 76px 0;
  }

  .tk-contact-page-section {
    padding: 82px 0;
  }

  .tk-contact-sidebar {
    padding: 28px;
  }

  .tk-service {
    min-height: 0;
    padding: 32px 26px;
  }

  .tk-service-number {
    margin-bottom: 35px;
  }

  .tk-check-list {
    grid-template-columns: 1fr;
  }

  .tk-capability-grid {
    gap: 58px;
  }

  .tk-capability-image img {
    min-height: 370px;
  }

  .tk-process li,
  .tk-process li:first-child {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-top: 1px solid var(--tk-line);
  }

  .tk-process li > span {
    margin-bottom: 28px;
  }

  .tk-machine-card,
  .tk-machine-card.is-wide {
    min-height: 360px;
  }

  .tk-regions {
    padding: 78px 0;
  }

  .tk-regions-grid {
    gap: 48px;
  }

  .tk-contact-section {
    padding-bottom: 0;
  }

  .tk-contact-card {
    width: 100%;
    padding: 64px 24px;
  }

  .tk-contact-action .tk-button {
    width: 100%;
    font-size: 0.72rem;
  }

  .tk-footer-top,
  .tk-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tk-footer-logo {
    max-width: 220px;
  }

  .tk-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Premium content, accessibility and glossary additions */
.tk-page-hero h1,
.tk-hero h1,
.tk-project-intro h2 {
  hyphens: none;
  overflow-wrap: normal;
}

.tk-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border: 2px solid var(--tk-white);
  background: var(--tk-ink);
  color: var(--tk-white);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ff5b4f;
  outline-offset: 4px;
}

.tk-footer-legal {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tk-footer-legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tk-deep-dive-grid,
.tk-knowledge-grid,
.tk-home-projects-grid,
.tk-glossary-reading-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(54px, 8vw, 118px);
  align-items: start;
}

.tk-deep-dive-lead {
  position: sticky;
  top: 40px;
}

.tk-deep-dive-lead h2,
.tk-home-projects h2,
.tk-company-principle h2,
.tk-project-proof h2,
.tk-glossary-service-links h2,
.tk-glossary-service-bridge h2 {
  max-width: 760px;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.tk-deep-dive-lead > p:last-child,
.tk-home-projects-grid > div:first-child > p,
.tk-project-proof p,
.tk-glossary-reading-aside > p {
  margin-top: 1.6rem;
  color: var(--tk-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

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

.tk-method-list article {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) 1fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--tk-line);
}

.tk-method-list h3 {
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.tk-method-list p {
  margin: 0;
  color: var(--tk-muted);
  line-height: 1.7;
}

.tk-method-list--horizontal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tk-method-list--horizontal article {
  display: block;
  padding: 32px;
  border-right: 1px solid var(--tk-line);
}

.tk-method-list--horizontal article:last-child {
  border-right: 0;
}

.tk-service-knowledge {
  background: var(--tk-paper);
}

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

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

.tk-faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-family: var(--tk-font);
  font-size: 1.15rem;
  font-weight: 800;
  list-style: none;
}

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

.tk-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 2px;
  color: var(--tk-red);
  font-size: 1.8rem;
}

.tk-faq-list details[open] summary::after {
  content: "–";
}

.tk-faq-list details p {
  max-width: 760px;
  margin: 0;
  padding: 0 48px 24px 0;
  color: var(--tk-muted);
  line-height: 1.75;
}

.tk-glossary-links {
  padding: clamp(30px, 5vw, 58px);
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-glossary-links h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.tk-glossary-links > p:not(.tk-kicker) {
  color: #c7c7c2;
  line-height: 1.7;
}

.tk-glossary-links ul {
  margin: 28px 0 32px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.tk-glossary-links li a {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--tk-white);
  font-weight: 750;
}

.tk-home-projects {
  background: #ecebe5;
}

.tk-home-projects-grid > div:first-child .tk-button {
  margin-top: 28px;
}

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

.tk-home-projects-list a {
  display: grid;
  grid-template-columns: 0.85fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--tk-line);
  color: var(--tk-ink);
}

.tk-home-projects-list span {
  color: var(--tk-muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tk-home-projects-list strong {
  font-family: var(--tk-font);
  font-size: 1.5rem;
}

.tk-company-profile {
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-company-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tk-company-profile-grid > div {
  min-height: 210px;
  padding: 44px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.tk-company-profile-grid > div:last-child {
  border-right: 0;
}

.tk-company-profile strong,
.tk-company-profile span {
  display: block;
}

.tk-company-profile strong {
  margin-bottom: 46px;
  color: #ff6256;
  font-family: var(--tk-font);
  font-size: clamp(2rem, 4vw, 4rem);
}

.tk-company-profile span {
  max-width: 290px;
  color: #d2d2cd;
  line-height: 1.55;
}

.tk-project-fields {
  padding-top: 0;
}

.tk-project-field {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  min-height: 520px;
  border-top: 1px solid var(--tk-line);
}

.tk-project-field:nth-child(even) .tk-project-field-media {
  grid-column: 2;
}

.tk-project-field:nth-child(even) .tk-project-field-copy {
  grid-column: 1;
  grid-row: 1;
}

.tk-project-field-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.tk-project-field-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 7vw, 90px);
}

.tk-project-field-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.5rem);
}

.tk-project-field-copy > p:not(.tk-kicker) {
  color: var(--tk-muted);
  line-height: 1.7;
}

.tk-project-field-copy ul {
  margin: 18px 0 28px;
  padding-left: 20px;
  line-height: 1.8;
}

.tk-project-proof,
.tk-glossary-service-links,
.tk-glossary-service-bridge {
  background: var(--tk-ink);
  color: var(--tk-white);
}

.tk-project-proof-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.tk-project-proof-list p {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #e0e0dc;
}

.tk-glossary-alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 64px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tk-line);
}

.tk-glossary-alphabet a {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--tk-line);
  color: var(--tk-ink);
  font-family: var(--tk-font);
  font-weight: 900;
}

.tk-glossary-alphabet a:hover {
  border-color: var(--tk-red);
  background: var(--tk-red);
  color: var(--tk-white);
}

.tk-glossary-group {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 48px;
  padding: 46px 0;
  border-top: 1px solid var(--tk-line);
  scroll-margin-top: 30px;
}

.tk-glossary-group > h2 {
  color: var(--tk-red);
  font-size: clamp(3rem, 7vw, 7rem);
}

.tk-glossary-term-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tk-glossary-term-grid > a {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--tk-line);
  background: var(--tk-white);
  color: var(--tk-ink);
  transition: border-color 160ms ease, transform 160ms ease;
}

.tk-glossary-term-grid > a:hover {
  border-color: var(--tk-red);
  transform: translateY(-3px);
}

.tk-glossary-term-grid h3 {
  font-size: 1.7rem;
}

.tk-glossary-term-grid p {
  color: var(--tk-muted);
  line-height: 1.65;
}

.tk-glossary-term-grid span {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  color: var(--tk-red);
  font-weight: 800;
}

.tk-glossary-reading-aside {
  position: sticky;
  top: 40px;
  padding-right: 20px;
}

.tk-glossary-content {
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.82;
}

.tk-glossary-content h2 {
  margin-top: 2.8em;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.tk-glossary-content h3 {
  margin-top: 2.2em;
  font-size: 1.55rem;
}

.tk-file-field > span {
  display: inline;
  color: var(--tk-muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.tk-file-field input {
  padding: 14px;
  background: var(--tk-white);
}

.tk-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}

.tk-legal-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}

.tk-legal-grid > aside {
  position: sticky;
  top: 40px;
  color: var(--tk-muted);
}

.tk-legal-content {
  max-width: 840px;
  line-height: 1.8;
}

.tk-legal-content h2 {
  margin-top: 2.3em;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
}

.tk-legal-content h2:first-child {
  margin-top: 0;
}

@media (max-width: 900px) {
  .tk-deep-dive-grid,
  .tk-knowledge-grid,
  .tk-home-projects-grid,
  .tk-glossary-reading-grid,
  .tk-project-field {
    grid-template-columns: 1fr;
  }

  .tk-legal-grid {
    grid-template-columns: 1fr;
  }

  .tk-legal-grid > aside {
    position: static;
  }

  .tk-deep-dive-lead,
  .tk-glossary-reading-aside {
    position: static;
  }

  .tk-method-list--horizontal,
  .tk-company-profile-grid {
    grid-template-columns: 1fr;
  }

  .tk-method-list--horizontal article,
  .tk-company-profile-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--tk-line);
  }

  .tk-project-field:nth-child(even) .tk-project-field-media,
  .tk-project-field:nth-child(even) .tk-project-field-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .tk-glossary-group {
    grid-template-columns: 70px 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .tk-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .tk-method-list article,
  .tk-home-projects-list a,
  .tk-glossary-group {
    grid-template-columns: 1fr;
  }

  .tk-method-list article {
    gap: 12px;
  }

  .tk-home-projects-list a {
    gap: 8px;
  }

  .tk-home-projects-list i {
    display: none;
  }

  .tk-company-profile-grid > div {
    min-height: 0;
    padding: 34px 0;
  }

  .tk-company-profile strong {
    margin-bottom: 20px;
  }

  .tk-project-field-media img {
    min-height: 300px;
  }

  .tk-project-field-copy {
    padding: 42px 0;
  }

  .tk-glossary-group > h2 {
    padding-top: 8px;
    font-size: 3.5rem;
  }

  .tk-glossary-term-grid {
    grid-template-columns: 1fr;
  }
}

/* Privacy notice */
.tk-cookie-settings {
  appearance: none;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.tk-cookie-settings:hover,
.tk-cookie-settings:focus-visible {
  border-bottom-color: currentColor;
  color: var(--tk-white);
}

.tk-cookie-notice[hidden] {
  display: none;
}

.tk-cookie-notice {
  position: fixed;
  z-index: 100000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: 24px 26px;
  border-top: 4px solid var(--tk-red);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--tk-ink);
  background-size: 52px 52px, auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  color: var(--tk-white);
}

.tk-cookie-notice__mark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--tk-red);
  font: 900 1.35rem/1 var(--tk-font);
  letter-spacing: -0.04em;
}

.tk-cookie-notice__eyebrow {
  margin: 0 0 5px;
  color: #ff6256;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tk-cookie-notice h2 {
  margin: 0;
  color: var(--tk-white);
  font: 900 clamp(1.45rem, 2.5vw, 2.1rem)/1 var(--tk-font);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.tk-cookie-notice__copy > p:not(.tk-cookie-notice__eyebrow) {
  max-width: 760px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.55;
}

.tk-cookie-notice__copy > a {
  display: inline-block;
  margin-top: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--tk-white);
  font-size: 0.74rem;
  font-weight: 750;
}

.tk-cookie-notice__actions button {
  min-width: 150px;
  padding: 15px 20px;
  border: 1px solid var(--tk-red);
  border-radius: 2px;
  background: var(--tk-red);
  color: var(--tk-white);
  cursor: pointer;
  font: 850 0.73rem/1 var(--tk-body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.tk-cookie-notice__actions button:hover,
.tk-cookie-notice__actions button:focus-visible {
  background: var(--tk-white);
  color: var(--tk-ink);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .tk-cookie-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    padding: 22px;
  }

  .tk-cookie-notice__mark {
    display: none;
  }

  .tk-cookie-notice__actions button {
    width: 100%;
  }
}
