/*
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: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: tk-bau
*/

:root {
  --tk-red: #e52314;
  --tk-red-dark: #b9180d;
  --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: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --tk-body: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

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;
}

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: 22px;
}

.tk-header-bar {
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 0 24px;
  border-radius: var(--tk-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.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: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tk-menu a {
  position: relative;
  padding-block: 28px;
  font-size: 0.88rem;
  font-weight: 750;
}

.tk-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  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-header-cta {
  margin-left: 28px;
  padding: 12px 16px;
  border-left: 4px solid var(--tk-red);
  background: var(--tk-ink);
  color: var(--tk-white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.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.94) 0%, rgba(12, 12, 11, 0.75) 40%, rgba(12, 12, 11, 0.16) 78%),
    linear-gradient(0deg, rgba(12, 12, 11, 0.75) 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;
}

/* 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-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.85fr) minmax(460px, 1.15fr);
  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-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: 14px;
  background: var(--tk-white);
}

.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-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;
}

/* 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);
}

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-menu {
    display: none;
  }

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

  .tk-mobile-toggle {
    display: grid;
    width: 46px;
    min-height: 46px;
    margin-left: 10px;
    padding: 11px;
    border-color: var(--tk-ink);
    background: var(--tk-ink);
    gap: 4px;
  }

  .tk-mobile-toggle span:not(.screen-reader-text) {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--tk-white);
  }

  .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;
    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 2.2rem/1 var(--tk-font);
    text-transform: uppercase;
  }

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

  .tk-section-intro,
  .tk-capability-grid,
  .tk-regions-grid,
  .tk-contact-card {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .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) {
  .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-branding img {
    width: 142px;
  }

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

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

  .tk-hero-media {
    background:
      linear-gradient(0deg, rgba(12, 12, 11, 0.9) 0%, rgba(12, 12, 11, 0.35) 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(3rem, 15vw, 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 {
    grid-template-columns: 1fr;
  }

  .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;
  }
}
