/* HK Oberflächentechnik — Theme Styles */

:root {
  --hk-bg: #ffffff;
  --hk-surface: #ffffff;
  --hk-ink: #121212;
  --hk-muted: #54545c;
  --hk-muted-light: #8a8a92;
  --hk-border: #e8e8e8;
  --hk-border-dark: #2a2a2a;
  --hk-accent: #121212;
  --hk-footer: #141414;
  --hk-panel: #f5f5f5;
  --hk-soft: #fafafa;
  --hk-container: 1240px;
  --hk-hero-width: calc(var(--hk-container) + 88px);
  --hk-radius: 16px;
  --hk-radius-sm: 10px;
  --hk-shadow: 0 20px 60px rgba(18, 18, 18, .06);
  --hk-shadow-sm: 0 8px 24px rgba(18, 18, 18, .05);
  --hk-ease: cubic-bezier(.22, 1, .36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  color: var(--hk-ink);
  background: var(--hk-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

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

/* ── Header ─────────────────────────────────────────── */

.hk-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(18, 18, 18, .08);
  transition: box-shadow .25s var(--hk-ease), background .25s var(--hk-ease);
}

.hk-header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 28px rgba(18, 18, 18, .08);
}

.hk-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
}

.hk-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}

.hk-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  flex-shrink: 0;
}

.hk-brand__mark img {
  display: block;
  width: 52px;
  height: 31px;
  object-fit: contain;
}

.hk-brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.15;
}

.hk-brand__text strong {
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -.025em;
}

.hk-brand__text small {
  font-size: .74rem;
  color: var(--hk-muted);
  font-weight: 500;
}

.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 42px; width: auto; }

.hk-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hk-nav__list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hk-nav__list a {
  display: block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 550;
  font-size: .9rem;
  color: #2c2c32;
  transition: color .18s var(--hk-ease), background .18s var(--hk-ease);
}

.hk-nav__list a:hover,
.hk-nav__item.is-active a {
  color: var(--hk-ink);
  background: rgba(18, 18, 18, .05);
}

.hk-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--hk-border);
  border-radius: 12px;
  background: var(--hk-surface);
  padding: 0;
  cursor: pointer;
}

.hk-nav-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--hk-ink);
  border-radius: 2px;
}

/* ── Buttons ────────────────────────────────────────── */

.hk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s var(--hk-ease), color .2s var(--hk-ease), border-color .2s var(--hk-ease), transform .2s var(--hk-ease);
}

.hk-btn:hover { transform: translateY(-1px); }

.hk-btn--dark,
.hk-btn--primary {
  background: var(--hk-ink);
  color: #fff;
}

.hk-btn--dark:hover,
.hk-btn--primary:hover {
  background: #2a2a2a;
  color: #fff;
}

.hk-btn--ghost {
  background: transparent;
  border-color: var(--hk-border);
  color: var(--hk-ink);
}

.hk-btn--ghost:hover {
  border-color: var(--hk-ink);
  background: rgba(18, 18, 18, .03);
}

/* ── Main ───────────────────────────────────────────── */

.hk-main { min-height: 50vh; }

/* ── Hero Cinema (Home) ─────────────────────────────── */

.hk-eyebrow {
  margin: 0 0 14px;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--hk-muted);
}

.hk-hero-cinema .hk-eyebrow {
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .55);
}

.hk-hero-cinema {
  padding: 12px 0 28px;
  --spray-energy: 0;
}

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

.hk-hero-cinema__card {
  position: relative;
  width: 100%;
  margin-inline: 0;
  min-height: clamp(400px, 56vh, 520px);
  border-radius: calc(var(--hk-radius) + 8px);
  border: none;
  outline: none;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 28px 80px rgba(18, 18, 18, .14);
}

.hk-hero-cinema__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hk-hero-cinema__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.02);
}

.hk-hero-cinema.is-static .hk-hero-cinema__video {
  display: none;
}

.hk-hero-cinema.is-static .hk-hero-cinema__media {
  background:
    url('../img/hero-spray-poster.png') 72% center / cover no-repeat;
}

.hk-hero-cinema__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(10, 10, 10, .72) 0%,
      rgba(10, 10, 10, .55) 22%,
      rgba(10, 10, 10, .28) 42%,
      rgba(10, 10, 10, .08) 58%,
      transparent 78%),
    linear-gradient(0deg,
      rgba(10, 10, 10, .35) 0%,
      transparent 42%);
  pointer-events: none;
}

.hk-hero-cinema__mist {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 38% 34% at 72% 46%,
      color-mix(in srgb, var(--spray-tint, #c5c9cf) calc(18% + var(--spray-energy) * 28%), transparent) 0%,
      transparent 72%),
    radial-gradient(ellipse 28% 26% at 62% 58%,
      color-mix(in srgb, var(--spray-tint-2, #8f6a3d) calc(8% + var(--spray-energy) * 16%), transparent) 0%,
      transparent 70%);
  mix-blend-mode: soft-light;
  pointer-events: none;
  transition: opacity .85s ease;
  opacity: .7;
}

.hk-hero-cinema__shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: inherit;
}

.hk-hero-cinema__card .hk-container {
  width: 100%;
  max-width: none;
  padding-inline: clamp(22px, 3.2vw, 36px);
}

.hk-hero-cinema__top {
  display: flex;
  justify-content: flex-end;
  padding-top: clamp(10px, 1.4vh, 16px);
}

.hk-hero-cinema__body {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  padding-block: clamp(16px, 2vh, 24px) clamp(72px, 12vh, 120px);
}

.hk-hero-cinema__copy {
  max-width: 620px;
}

.hk-hero-cinema__title--base,
.hk-hero-cinema__title--base .hk-hero-cinema__line {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.hk-hero-cinema__title-stack {
  position: relative;
  display: grid;
  margin-bottom: 22px;
}

.hk-hero-cinema__title-stack > .hk-hero-cinema__title {
  grid-area: 1 / 1;
}

.hk-hero-cinema__title {
  margin: 0;
  font-size: clamp(2.6rem, 6.2vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 800;
}

.hk-hero-cinema__line {
  display: block;
}

.hk-hero-cinema__line--accent {
  color: #fff;
}

.hk-hero-cinema__title--base {
  position: relative;
  z-index: 1;
}

.hk-hero-cinema__title--fx {
  --spray-color: #8a9099;
  --spray-sat: 1;
  --spray-blur: 0px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: normal;
  color: var(--spray-color);
  -webkit-text-fill-color: var(--spray-color);
  filter:
    url(#hk-spray-distort)
    saturate(var(--spray-sat))
    blur(var(--spray-blur));
  -webkit-mask-image: linear-gradient(105deg,
    transparent 0%,
    transparent 10%,
    rgba(0, 0, 0, .18) 26%,
    rgba(0, 0, 0, .48) 44%,
    rgba(0, 0, 0, .82) 62%,
    #000 86%);
  mask-image: linear-gradient(105deg,
    transparent 0%,
    transparent 10%,
    rgba(0, 0, 0, .18) 26%,
    rgba(0, 0, 0, .48) 44%,
    rgba(0, 0, 0, .82) 62%,
    #000 86%);
  will-change: filter, opacity, color;
  transition: color 1.4s ease, opacity .75s ease, filter .75s ease;
}

.hk-hero-cinema__title--fx .hk-hero-cinema__line,
.hk-hero-cinema__title--fx .hk-hero-cinema__line--accent {
  color: inherit;
  -webkit-text-fill-color: inherit;
  text-shadow: none;
}

.hk-hero-cinema__lead {
  margin: 0 0 22px;
  font-size: clamp(1.02rem, 1.6vw, 1.12rem);
  color: rgba(255, 255, 255, .88);
  max-width: 46ch;
  line-height: 1.6;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.hk-hero-cinema__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.hk-hero-cinema__trust li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
}

.hk-hero-cinema__trust strong {
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
}

.hk-hero-cinema__trust span {
  font-size: .82rem;
  color: rgba(255, 255, 255, .7);
  font-weight: 500;
}

.hk-hero-cinema__trust li + li {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.hk-hero-cinema__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.hk-btn--light,
.hk-btn--hero-primary {
  background: #fff;
  color: #121212;
  border-color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.hk-btn--light:hover,
.hk-btn--hero-primary:hover {
  background: #f3f3f0;
  color: #121212;
  border-color: #f3f3f0;
}

.hk-btn--hero-secondary {
  background: transparent;
  border-color: transparent;
  color: #fff;
  padding-inline: 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, .45);
}

.hk-btn--hero-secondary:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration-color: #fff;
  transform: none;
}

.hk-btn--glass {
  background: rgba(18, 18, 18, .22);
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hk-btn--glass:hover {
  background: rgba(18, 18, 18, .34);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
}

.hk-hero-cinema__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  list-style: none;
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.hk-hero-cinema__proof li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .62);
}

.hk-hero-cinema__proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .85);
  font-size: .55rem;
  font-weight: 700;
  line-height: 1;
}

.hk-hero-cinema__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hk-hero-cinema__chips li {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(18, 18, 18, .28);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: .78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .78);
}


.hk-hero-cinema__aside {
  position: relative;
  width: min(100%, 400px);
  margin-left: auto;
  padding: 9px 12px 9px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #121212;
}

.hk-hero-cinema__aside-viewport {
  position: relative;
  min-height: 54px;
  width: 100%;
}

.hk-hero-cinema__aside-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity .65s ease, transform .65s ease;
  pointer-events: none;
}

.hk-hero-cinema__aside-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.hk-hero-cinema__aside-slide[hidden] {
  display: block;
}

.hk-hero-cinema__aside-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-bottom: 7px;
  padding-right: 34px;
}

.hk-hero-cinema__aside-kicker {
  margin: 0;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8a92;
}

.hk-hero-cinema__aside-title {
  margin: 0;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  color: #121212;
}

.hk-hero-cinema__aside-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.hk-hero-cinema__aside-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
}

.hk-hero-cinema__aside-tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(18, 18, 18, .04);
  border: 1px solid rgba(18, 18, 18, .07);
  font-size: .64rem;
  font-weight: 520;
  color: #3a3a42;
  letter-spacing: .01em;
  text-align: center;
  white-space: nowrap;
}

.hk-hero-cinema__aside-tag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  color: #6a6a72;
  opacity: .78;
}

.hk-hero-cinema__aside-tag-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hk-hero-cinema__aside-cta {
  flex: 0 0 84px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 8px;
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 650;
  letter-spacing: .01em;
  color: #121212;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(18, 18, 18, .28);
  white-space: nowrap;
  box-shadow: none;
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.hk-hero-cinema__aside-cta::after {
  content: "→";
  margin-left: 5px;
  font-size: .78em;
  opacity: .9;
}

.hk-hero-cinema__aside-cta:hover {
  background: rgba(18, 18, 18, .04);
  border-color: #121212;
  color: #121212;
}


.hk-hero-cinema__aside-slide--colors .hk-hero-cinema__aside-tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.hk-hero-cinema__aside-slide--colors .hk-hero-cinema__aside-tags li {
  flex: unset;
  justify-content: flex-start;
  gap: 4px;
  padding: 4px 5px;
  font-size: .58rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hk-hero-cinema__swatch {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, .45), transparent 42%),
    var(--swatch, #888);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12);
}

.hk-hero-cinema__swatch--chrome {
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, .75), transparent 40%),
    linear-gradient(145deg, #f2f4f7, #9ea5b0 45%, #e8eaee 70%, #7f8691);
}

.hk-hero-cinema__swatch--bronze {
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 230, 180, .55), transparent 42%),
    linear-gradient(145deg, #c9a36a, #8f6a3d 50%, #5d4020);
}

.hk-hero-cinema__swatch--candy {
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 170, 180, .55), transparent 42%),
    linear-gradient(145deg, #d64a5c, #8b1e2d 55%, #4c0f18);
}

@media (max-width: 900px) {
  .hk-hero-cinema__aside-slide--colors .hk-hero-cinema__aside-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hk-hero-cinema__aside-dots {
  position: absolute;
  top: 9px;
  right: 12px;
  z-index: 2;
  display: flex;
  gap: 4px;
  margin: 0;
  justify-content: flex-end;
}

.hk-hero-cinema__aside-dots button {
  width: 4px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 18, 18, .16);
  cursor: pointer;
  transition: width .35s ease, background .35s ease, opacity .35s ease;
}

.hk-hero-cinema__aside-dots button.is-active {
  width: 12px;
  background: rgba(18, 18, 18, .55);
}

.hk-hero-cinema__foot {
  margin-top: auto;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .16);
}

.hk-hero-cinema__foot .hk-container {
  padding-block: 14px;
}

.hk-hero-cinema__foot-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.hk-hero-cinema__foot-tags li {
  position: relative;
  font-size: .78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .74);
  letter-spacing: .01em;
  white-space: nowrap;
}

.hk-hero-cinema__foot-tags li + li {
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

@media (max-width: 900px) {
  .hk-hero-cinema__top {
    justify-content: flex-start;
    padding-top: 16px;
  }

  .hk-hero-cinema__aside {
    width: min(100%, 100%);
    margin-left: 0;
    padding: 7px 10px 6px;
  }

  .hk-hero-cinema__body {
    padding-block: 20px 16px;
  }

  .hk-hero-cinema__aside-viewport {
    min-height: 0;
  }

  .hk-hero-cinema__aside-head {
    margin-bottom: 5px;
    gap: 4px 6px;
  }

  .hk-hero-cinema__aside-row {
    gap: 6px;
  }

  .hk-hero-cinema__aside-tags li {
    padding: 3px 7px;
    font-size: .62rem;
  }

  .hk-hero-cinema__aside-cta {
    flex-basis: 76px;
    padding: 5px 8px;
    font-size: .62rem;
  }

  .hk-hero-cinema__foot-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .hk-hero-cinema__foot-tags li {
    font-size: .66rem;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    padding: 7px 5px;
    background: rgba(255, 255, 255, .07);
    border-radius: 8px;
  }

  .hk-hero-cinema__foot-tags li + li {
    padding-left: 5px;
    margin-left: 0;
    border-left: none;
  }

  .hk-hero-cinema__foot-tags li:last-child {
    display: none;
  }

  .hk-hero-cinema__foot .hk-container {
    padding-block: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hk-hero-cinema__aside-slide {
    transition: none;
  }

  .hk-hero-cinema__title--fx {
    transition: none;
  }
}

.hk-spray-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .hk-hero-cinema__title--fx,
  .hk-hero-cinema__mist {
    display: none;
  }

  .hk-hero-cinema__video {
    display: none;
  }

  .hk-hero-cinema__media {
    background: url('../img/hero-spray-poster.png') 72% center / cover no-repeat;
  }
}

/* ── Visual panels ──────────────────────────────────── */

.hk-visual {
  position: relative;
  border-radius: calc(var(--hk-radius) + 4px);
  overflow: hidden;
  background: var(--hk-panel);
  border: 1px solid var(--hk-border);
}

.hk-visual--hero {
  aspect-ratio: 4 / 3.2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding: 3px;
}

.hk-visual__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--hk-muted);
  backdrop-filter: blur(8px);
}

.hk-visual__panel {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 16px;
  border-radius: var(--hk-radius);
  min-height: 100%;
}

.hk-visual__panel span {
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .85);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hk-visual__panel--before {
  background:
    linear-gradient(160deg, rgba(18, 18, 18, .15), rgba(18, 18, 18, .55)),
    repeating-linear-gradient(135deg, #6b6b6b 0 2px, #555 2px 4px);
}

.hk-visual__panel--after {
  background:
    linear-gradient(160deg, rgba(18, 18, 18, .05), rgba(18, 18, 18, .25)),
    radial-gradient(circle at 30% 40%, #3a3a42, #121212 70%);
}

.hk-visual__panel--solo {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.hk-visual--finish {
  padding: 28px;
  background: var(--hk-surface);
  box-shadow: var(--hk-shadow-sm);
}

.hk-visual--studio {
  padding: 28px;
  background: var(--hk-surface);
  box-shadow: var(--hk-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hk-visual--studio strong {
  font-size: 1.1rem;
  letter-spacing: -.02em;
}

.hk-visual--studio span {
  color: var(--hk-muted);
}

.hk-visual--studio small {
  margin-top: 8px;
  color: var(--hk-muted-light);
  font-size: .85rem;
}

/* ── Stats ──────────────────────────────────────────── */

.hk-stats {
  padding: 48px 0 64px;
}

.hk-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hk-stat {
  padding: 24px 28px;
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  box-shadow: var(--hk-shadow-sm);
}

.hk-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 4px;
}

.hk-stat span {
  display: block;
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: 6px;
}

.hk-stat small {
  display: block;
  font-size: .82rem;
  color: var(--hk-muted);
  line-height: 1.45;
}

/* ── Sections ───────────────────────────────────────── */

.hk-section {
  padding: 72px 0;
}

.hk-section--panel {
  background: var(--hk-panel);
  border-block: 1px solid var(--hk-border);
}

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

.hk-section-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.hk-section-title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 800;
}

.hk-section-text {
  margin: 0;
  color: var(--hk-muted);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 58ch;
}

.hk-section-foot {
  margin: 32px 0 0;
  text-align: center;
}

.hk-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ── Cards ──────────────────────────────────────────── */

.hk-cards {
  display: grid;
  gap: 16px;
}

.hk-cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.hk-card {
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  padding: 28px;
  box-shadow: var(--hk-shadow-sm);
  transition: transform .25s var(--hk-ease), box-shadow .25s var(--hk-ease);
}

.hk-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--hk-shadow);
}

.hk-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hk-card p {
  margin: 0;
  color: var(--hk-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.hk-card--compact { padding: 22px; }

.hk-card__media {
  margin: -28px -28px 18px;
  border-radius: var(--hk-radius) var(--hk-radius) 0 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--hk-panel);
}

.hk-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-card__media--compact {
  margin: -22px -22px 14px;
}

.hk-card--compact .hk-card__media--compact {
  aspect-ratio: 16 / 10;
}

.hk-visual__photo {
  margin: -28px -28px 18px;
  border-radius: calc(var(--hk-radius) + 4px) calc(var(--hk-radius) + 4px) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.hk-visual__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-visual--finish {
  padding-top: 0;
}

/* ── Finish section (home) ──────────────────────────── */

.hk-finish-section {
  background: #fff;
}

.hk-split--finish {
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.hk-finish-copy .hk-section-head,
.hk-finish-copy .hk-eyebrow {
  margin-bottom: 10px;
}

.hk-finish-copy__title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 800;
}

.hk-finish-copy__lead {
  margin: 0 0 28px;
  color: var(--hk-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 38ch;
}

.hk-checklist--finish {
  gap: 14px;
  margin-bottom: 8px;
}

.hk-checklist--finish li {
  padding-left: 34px;
  color: var(--hk-ink);
  font-size: 1rem;
  font-weight: 500;
}

.hk-checklist--finish li::before {
  width: 20px;
  height: 20px;
  top: .2em;
  background: var(--hk-ink);
}

.hk-finish-copy .hk-btn {
  margin-top: 24px;
}

.hk-finish-media {
  margin: 0;
  border-radius: calc(var(--hk-radius) + 4px);
  overflow: hidden;
  background: #111;
  box-shadow: var(--hk-shadow);
  aspect-ratio: 4 / 3;
}

.hk-finish-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .hk-split--finish {
    grid-template-columns: 1fr;
  }

  .hk-finish-media {
    order: -1;
    aspect-ratio: 16 / 10;
  }
}




.hk-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 18px;
  font-weight: 600;
  font-size: .88rem;
  color: var(--hk-ink);
  transition: gap .18s var(--hk-ease);
}

.hk-link:hover { gap: 8px; }

/* ── Checklist ──────────────────────────────────────── */

.hk-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.hk-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--hk-muted);
  font-size: .95rem;
  line-height: 1.5;
}

.hk-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--hk-ink);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.5 11.5L3 8l1-1 2.5 2.5L12 4l1 1z'/%3E%3C/svg%3E") center / 10px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.5 11.5L3 8l1-1 2.5 2.5L12 4l1 1z'/%3E%3C/svg%3E") center / 10px no-repeat;
}

/* ── Finish grid ────────────────────────────────────── */

.hk-finish-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hk-finish-grid--wide {
  grid-template-columns: repeat(4, 1fr);
}

.hk-finish-grid span {
  padding: 14px 16px;
  border-radius: var(--hk-radius-sm);
  background: var(--hk-bg);
  border: 1px solid var(--hk-border);
  font-size: .88rem;
  font-weight: 500;
  text-align: center;
}

/* ── Steps ──────────────────────────────────────────── */

.hk-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hk-step {
  padding: 24px;
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
}

.hk-step__num {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--hk-muted-light);
  margin-bottom: 12px;
}

.hk-step h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hk-step p {
  margin: 0;
  font-size: .88rem;
  color: var(--hk-muted);
  line-height: 1.55;
}

/* ── CTA Band ───────────────────────────────────────── */

.hk-cta-band {
  padding: 56px 0 52px;
  background: linear-gradient(180deg, #1c1c1c 0%, var(--hk-ink) 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: relative;
}

.hk-cta-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .14) 20%, rgba(255, 255, 255, .14) 80%, transparent);
  pointer-events: none;
}

.hk-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.hk-cta-band__title {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.hk-cta-band__text {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  max-width: 52ch;
  font-size: .95rem;
  line-height: 1.6;
}

.hk-cta-band .hk-btn--dark {
  background: #fff;
  color: var(--hk-ink);
  flex-shrink: 0;
}

.hk-cta-band .hk-btn--dark:hover {
  background: #f5f5f5;
}


/* ── Page Cinema Hero (compact — Home bleibt größer) ── */

.hk-page-cinema {
  padding: 12px 0 28px;
}

.hk-page-cinema .hk-hero-cinema__card {
  min-height: clamp(240px, 32vh, 340px);
  box-shadow: 0 16px 48px rgba(18, 18, 18, .1);
}

.hk-page-cinema__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hk-page-cinema .hk-hero-cinema__body {
  padding-top: 28px;
  padding-bottom: 16px;
}

.hk-page-cinema .hk-hero-cinema__copy {
  max-width: min(920px, 92%);
}

.hk-page-cinema .hk-hero-cinema__title {
  font-size: clamp(1.65rem, 3.4vw, 2.45rem);
  line-height: 1.06;
  white-space: nowrap;
}

.hk-page-cinema .hk-hero-cinema__line {
  display: inline;
}

.hk-page-cinema .hk-hero-cinema__line + .hk-hero-cinema__line::before {
  content: ' ';
}

.hk-page-cinema .hk-hero-cinema__lead {
  max-width: 68ch;
  font-size: .98rem;
  margin-bottom: 18px;
}

.hk-page-cinema .hk-hero-cinema__actions {
  gap: 10px;
}

.hk-page-cinema .hk-hero-cinema__foot {
  padding-block: 12px 14px;
}

.hk-page-cinema .hk-hero-cinema__foot-tags li {
  font-size: .72rem;
  padding: 6px 12px;
}

.hk-page-cinema .hk-hero-cinema__shell {
  justify-content: flex-end;
}

.hk-page-cinema--felgen .hk-page-cinema__img {
  object-position: 55% center;
}


@media (max-width: 720px) {
  .hk-page-cinema {
    padding-top: 8px;
  }

  .hk-page-cinema .hk-hero-cinema__card {
    min-height: 300px;
  }

  .hk-page-cinema .hk-hero-cinema__body {
    padding-top: 22px;
  }

  .hk-page-cinema .hk-hero-cinema__copy {
    max-width: 100%;
  }

  .hk-page-cinema .hk-hero-cinema__title {
    white-space: normal;
  }

  .hk-page-cinema .hk-hero-cinema__line {
    display: block;
  }

  .hk-page-cinema .hk-hero-cinema__line + .hk-hero-cinema__line::before {
    content: none;
  }

  .hk-page-cinema .hk-hero-cinema__lead {
    max-width: 100%;
  }
}

/* ── Page Hero ──────────────────────────────────────── */

.hk-page-hero {
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--hk-border);
}

.hk-page-hero__title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 800;
  max-width: 18ch;
}

.hk-page-hero__lead {
  margin: 0;
  font-size: 1.05rem;
  color: var(--hk-muted);
  max-width: 58ch;
  line-height: 1.65;
}

/* ── Prices ─────────────────────────────────────────── */

.hk-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.hk-price-card {
  padding: 28px 24px;
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  box-shadow: var(--hk-shadow-sm);
  text-align: center;
}

.hk-price-card__size {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--hk-muted);
  margin-bottom: 12px;
}

.hk-price-card__price {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}

.hk-price-card p {
  margin: 0;
  font-size: .85rem;
  color: var(--hk-muted);
}

.hk-note {
  margin: 0;
  font-size: .88rem;
  color: var(--hk-muted-light);
  text-align: center;
  max-width: 62ch;
  margin-inline: auto;
}

/* ── Region cloud ───────────────────────────────────── */

.hk-region-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hk-region-cloud span {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  font-size: .88rem;
  font-weight: 500;
}

/* ── Inquiry form ───────────────────────────────────── */

.hk-inquiry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.hk-form--inquiry {
  padding: 28px;
  border: 1px solid var(--hk-border);
  border-radius: calc(var(--hk-radius) + 2px);
  background: #fff;
}

.hk-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.hk-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hk-form label span {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--hk-muted);
}

.hk-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="image"]),
.hk-form select,
.hk-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--hk-border);
  border-radius: 10px;
  background: #fff;
  font: inherit;
  font-size: .95rem;
  color: var(--hk-ink);
  transition: border-color .18s var(--hk-ease), box-shadow .18s var(--hk-ease);
  appearance: none;
  -webkit-appearance: none;
}

.hk-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238a8a92' d='M1.2 1.2 6 6l4.8-4.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.hk-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):hover,
.hk-form select:hover,
.hk-form textarea:hover {
  border-color: #cfcfcf;
}

.hk-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):focus,
.hk-form select:focus,
.hk-form textarea:focus {
  outline: none;
  border-color: var(--hk-ink);
  box-shadow: 0 0 0 3px rgba(18, 18, 18, .06);
}

.hk-form__full { grid-column: 1 / -1; }

.hk-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 22px 24px;
  border: 1.5px dashed #d4d4d4;
  border-radius: 14px;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
  transition: border-color .18s var(--hk-ease), background .18s var(--hk-ease), box-shadow .18s var(--hk-ease);
}

.hk-upload:hover,
.hk-upload:focus-visible {
  border-color: #bdbdbd;
  background: #f5f5f5;
  outline: none;
}

.hk-upload:focus-visible {
  box-shadow: 0 0 0 3px rgba(18, 18, 18, .08);
}

.hk-upload__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  color: var(--hk-ink);
}

.hk-upload strong {
  display: block;
  margin: 0;
  font-size: .98rem;
  letter-spacing: -.01em;
}

.hk-upload p {
  margin: 0;
  max-width: 42ch;
  font-size: .85rem;
  color: var(--hk-muted);
  line-height: 1.45;
}

.hk-upload__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .14);
  background: #fff;
  color: var(--hk-ink);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .01em;
  pointer-events: none;
  transition: background .15s var(--hk-ease), border-color .15s var(--hk-ease);
}

.hk-upload:hover .hk-upload__cta {
  border-color: rgba(0, 0, 0, .28);
  background: #fafafa;
}

.hk-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.hk-upload__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hk-upload__list li {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #f7f7f7;
  font-size: .8rem;
  font-weight: 500;
  color: var(--hk-ink);
  line-height: 1.3;
  word-break: break-all;
}

.hk-form__submit {
  margin-top: 22px;
  width: 100%;
  justify-content: center;
  min-height: 50px;
}

.hk-form__note {
  margin: 12px 0 0;
  font-size: .8rem;
  color: var(--hk-muted-light);
  text-align: center;
}

.hk-inquiry__aside {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
  align-self: start;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hk-inquiry__card {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--hk-border);
  border-radius: 14px;
  box-shadow: none;
}

.hk-inquiry__card h3 {
  margin: 0 0 10px;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hk-inquiry__card p {
  margin: 0 0 8px;
  color: var(--hk-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.hk-inquiry__card p:last-child {
  margin-bottom: 0;
}

.hk-inquiry__card a {
  color: var(--hk-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1024px) {
  .hk-inquiry__aside {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

.hk-mini-steps {
  margin: 0;
  padding-left: 18px;
  color: var(--hk-muted);
  font-size: .88rem;
  line-height: 1.7;
}

.hk-inquiry__card .hk-mini-prices {
  gap: 10px;
}

.hk-inquiry__card .hk-mini-prices li {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--hk-border);
}

.hk-inquiry__card .hk-mini-prices li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* ── Generic page / blog ────────────────────────────── */

.hk-page { padding: 56px 0 88px; }

.hk-page--center .hk-page__inner {
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
}

.hk-page__title {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -.03em;
}

.hk-content > *:first-child { margin-top: 0; }
.hk-content > *:last-child { margin-bottom: 0; }

.hk-post + .hk-post {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--hk-border);
}

.hk-post__title { margin: 0 0 8px; }
.hk-post__title a { text-decoration: none; }

/* ── Footer ─────────────────────────────────────────── */

.hk-footer {
  background: #0a0a0a;
  color: rgba(255, 255, 255, .75);
  padding: 52px 0 0;
}

.hk-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--hk-border-dark);
}

.hk-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  text-decoration: none;
  color: inherit;
}

.hk-footer__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.hk-footer__mark img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .92;
}

.hk-footer__brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.15;
}

.hk-footer__brand-text strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -.025em;
}

.hk-footer__brand-text small {
  font-size: .74rem;
  color: rgba(255, 255, 255, .5);
  font-weight: 500;
}

.hk-footer__brand p {
  margin: 0 0 8px;
  font-size: .88rem;
  line-height: 1.6;
  max-width: 32ch;
}

.hk-footer__family {
  margin-top: 16px !important;
  font-size: .78rem !important;
  color: rgba(255, 255, 255, .45) !important;
}

.hk-footer__col h3 {
  margin: 0 0 14px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
}

.hk-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.hk-footer__col a {
  font-size: .88rem;
  color: rgba(255, 255, 255, .7);
  transition: color .18s var(--hk-ease);
}

.hk-footer__col a:hover { color: #fff; }

.hk-footer__contact li {
  font-size: .88rem;
  line-height: 1.5;
}

.hk-footer__bottom {
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  margin-top: 4px;
}

.hk-footer__bottom p {
  margin: 0;
  font-size: .78rem;
  color: rgba(255, 255, 255, .35);
}

/* ── Scroll reveal ──────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s var(--hk-ease), transform .7s var(--hk-ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.hk-hero-stage.reveal {
  opacity: 1;
  transform: none;
}

/* ── A11y ───────────────────────────────────────────── */

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

/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 1024px) {
  .hk-split,
  .hk-inquiry {
    grid-template-columns: 1fr;
  }

  .hk-cards--3,
  .hk-stats__grid,
  .hk-steps,
  .hk-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-finish-grid--wide {
    grid-template-columns: repeat(2, 1fr);
  }

  .hk-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .hk-nav-toggle { display: inline-block; }

  .hk-nav {
    position: fixed;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 18px;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: var(--hk-radius);
    box-shadow: var(--hk-shadow);
  }

  .hk-nav.is-open { display: flex; }

  .hk-nav__list {
    flex-direction: column;
    align-items: stretch;
  }

  .hk-nav__cta { width: 100%; justify-content: center; }

  .hk-cards--3,
  .hk-stats__grid,
  .hk-steps,
  .hk-price-grid,
  .hk-finish-grid,
  .hk-finish-grid--wide {
    grid-template-columns: 1fr;
  }

  .hk-form__grid { grid-template-columns: 1fr; }

  .hk-form--inquiry {
    padding: 20px 16px;
  }

  .hk-footer__grid { grid-template-columns: 1fr; }

  .hk-cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hk-cta-band .hk-btn--dark { width: 100%; justify-content: center; }

  .hk-hero-cinema { padding-top: 12px; }

  .hk-hero-cinema__card { width: 100%; min-height: 380px; }

  


.hk-hero-cinema__aside-slide--wide .hk-hero-cinema__aside-viewport,


  .hk-hero-cinema__video { object-position: 80% center; }

  .hk-section { padding: 56px 0; }
}

/* ── Funnel bar ─────────────────────────────────────── */

.hk-funnel-bar {
  padding: 18px 0 28px;
  border-bottom: 1px solid var(--hk-border);
}

.hk-funnel-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.hk-funnel-bar__list li {
  position: relative;
  font-size: .88rem;
  font-weight: 600;
  color: var(--hk-muted);
}

.hk-funnel-bar__list li:not(:last-child)::after {
  content: '→';
  margin-left: 18px;
  color: var(--hk-muted-light);
}

/* ── Trust intro ────────────────────────────────────── */

.hk-stats__intro {
  max-width: 640px;
  margin-bottom: 28px;
}

.hk-stats__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 800;
}

/* ── Finish swatches ────────────────────────────────── */

.hk-swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.hk-swatch {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.hk-swatch__chip {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, .04),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

.hk-swatch__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    118deg,
    rgba(255, 255, 255, .38) 0%,
    rgba(255, 255, 255, .08) 28%,
    transparent 48%,
    transparent 68%,
    rgba(0, 0, 0, .18) 100%
  );
  mix-blend-mode: soft-light;
}

.hk-swatch__chip--matte .hk-swatch__shine {
  opacity: .18;
  mix-blend-mode: normal;
  background: linear-gradient(180deg, rgba(255,255,255,.06), transparent 40%);
}

.hk-swatch__chip--gloss .hk-swatch__shine {
  opacity: 1;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, .55) 0%,
    rgba(255, 255, 255, .12) 22%,
    transparent 42%,
    transparent 72%,
    rgba(255, 255, 255, .08) 100%
  );
  mix-blend-mode: screen;
}

.hk-swatch__chip--metallic .hk-swatch__shine {
  opacity: .95;
  background:
    linear-gradient(105deg, rgba(255,255,255,.5) 0%, transparent 32%),
    linear-gradient(160deg, transparent 40%, rgba(255,255,255,.12) 58%, transparent 72%);
  mix-blend-mode: soft-light;
}

.hk-swatch__chip--candy .hk-swatch__shine {
  opacity: 1;
  background: radial-gradient(120% 90% at 20% 15%, rgba(255,255,255,.45), transparent 42%),
              linear-gradient(145deg, rgba(255,180,200,.18), transparent 50%);
  mix-blend-mode: soft-light;
}

/* Individual powder-coat looks */
.hk-swatch__chip--schwarz-glanz {
  background:
    radial-gradient(120% 80% at 18% 12%, rgba(90,90,90,.55), transparent 45%),
    linear-gradient(160deg, #3a3a3a 0%, #111 38%, #050505 72%, #1c1c1c 100%);
}

.hk-swatch__chip--anthrazit {
  background:
    linear-gradient(135deg, #7a808a 0%, #4b515b 28%, #2f343c 58%, #5a616c 82%, #3a4048 100%);
}

.hk-swatch__chip--bronze {
  background:
    linear-gradient(140deg, #e0b787 0%, #b88852 24%, #8a5c32 52%, #6a4220 78%, #c9a06a 100%);
}

.hk-swatch__chip--silber {
  background:
    linear-gradient(135deg, #f2f4f7 0%, #c9ced6 22%, #9aa3b0 48%, #d5dae2 74%, #aeb6c2 100%);
}

.hk-swatch__chip--gold {
  background:
    linear-gradient(140deg, #f3e0a6 0%, #d8b45a 26%, #b8923a 52%, #8f6d24 78%, #e2c36e 100%);
}

.hk-swatch__chip--gunmetal {
  background:
    linear-gradient(135deg, #9aa3b0 0%, #6a7382 26%, #3f4652 55%, #7b8493 78%, #555e6c 100%);
}

.hk-swatch__chip--candy {
  background:
    radial-gradient(90% 70% at 25% 20%, rgba(255,120,140,.35), transparent 50%),
    linear-gradient(155deg, #c4334a 0%, #8e1228 35%, #4a0612 68%, #a51d36 100%);
}

.hk-swatch__chip--wunschfarbe,
.hk-swatch__chip--custom {
  background:
    linear-gradient(135deg, #f4f4f4 0%, #e8e8e8 40%, #dcdcdc 100%);
  border-style: dashed;
}

.hk-swatch__chip--wunschfarbe::after,
.hk-swatch__chip--custom::after {
  content: '+';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--hk-muted);
  z-index: 1;
}

.hk-swatch--link {
  text-decoration: none;
  color: inherit;
  transition: transform .18s var(--hk-ease);
}

.hk-swatch--link:hover {
  transform: translateY(-2px);
}

.hk-swatch--link:hover .hk-swatch__hint {
  color: var(--hk-ink);
}

.hk-swatch__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 2px;
}

.hk-swatch__label {
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--hk-ink);
}

.hk-swatch__hint {
  font-size: .72rem;
  font-weight: 500;
  color: var(--hk-muted);
}

.hk-swatch-note {
  margin: 18px 0 0;
  font-size: .88rem;
  color: var(--hk-muted);
  line-height: 1.5;
}

/* ── Shipping cards ─────────────────────────────────── */

.hk-shipping-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hk-shipping-card {
  padding: 28px;
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  box-shadow: var(--hk-shadow-sm);
}

.hk-shipping-card.is-highlight {
  border-color: var(--hk-ink);
  box-shadow: var(--hk-shadow);
}

.hk-shipping-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.hk-shipping-card__head h3 {
  margin: 0;
  font-size: 1.1rem;
}

.hk-shipping-card__head strong {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.hk-shipping-card p {
  margin: 0 0 16px;
  color: var(--hk-muted);
  line-height: 1.6;
}

.hk-shipping-card .hk-btn {
  margin-top: 20px;
}

.hk-checklist--compact li {
  font-size: .88rem;
}

/* ── Leasing block ──────────────────────────────────── */

.hk-leasing {
  padding: 56px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2b2e33 100%);
  color: #fff;
}

.hk-leasing__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hk-leasing .hk-eyebrow {
  color: rgba(255,255,255,.65);
}

.hk-leasing__title {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 800;
}

.hk-leasing__text,
.hk-leasing__note {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.65;
  max-width: 58ch;
}

.hk-leasing__note {
  margin-top: 12px;
  font-size: .85rem;
  color: rgba(255,255,255,.55);
}

.hk-leasing .hk-btn--dark {
  background: #fff;
  color: var(--hk-ink);
  flex-shrink: 0;
}

/* ── Gallery ────────────────────────────────────────── */

.hk-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hk-gallery__item {
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
  overflow: hidden;
}

.hk-gallery__panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 1.4;
}

.hk-gallery__panel {
  display: flex;
  align-items: flex-end;
  padding: 10px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hk-gallery__panel--before {
  background: linear-gradient(145deg, #8a8f98, #6b7280);
  color: rgba(255,255,255,.85);
}

.hk-gallery__panel--after {
  background: linear-gradient(145deg, #2b2e33, #111);
  color: rgba(255,255,255,.9);
}

.hk-gallery__item--bronze .hk-gallery__panel--after { background: linear-gradient(145deg, #8f6a3d, #5c4228); }
.hk-gallery__item--silver .hk-gallery__panel--after { background: linear-gradient(145deg, #c5c9cf, #8b919a); }
.hk-gallery__item--gloss .hk-gallery__panel--after,
.hk-gallery__item--black .hk-gallery__panel--after { background: linear-gradient(145deg, #1a1a1a, #000); }
.hk-gallery__item--repair .hk-gallery__panel--before { background: linear-gradient(145deg, #9ca3af, #6b7280); }
.hk-gallery__item--metal .hk-gallery__panel--after { background: linear-gradient(145deg, #4b5563, #1f2937); }
.hk-gallery__item--moto .hk-gallery__panel--after { background: linear-gradient(145deg, #374151, #111827); }
.hk-gallery__item--bike .hk-gallery__panel--after { background: linear-gradient(145deg, #dc2626, #7f1d1d); }

.hk-gallery__item p {
  margin: 0;
  padding: 12px 14px;
  font-size: .88rem;
  font-weight: 600;
}

/* ── Inquiry form extras ────────────────────────────── */

.hk-form__type {
  border: 0;
  margin: 0 0 22px;
  padding: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid var(--hk-border);
}

.hk-form__type legend {
  width: 100%;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--hk-muted);
  margin-bottom: 10px;
}

.hk-form label.hk-radio,
.hk-radio {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid var(--hk-border);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: .9rem;
  transition: border-color .18s var(--hk-ease), background .18s var(--hk-ease), color .18s var(--hk-ease);
}

.hk-form .hk-radio input {
  width: auto;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  accent-color: var(--hk-ink);
}

.hk-form .hk-radio span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  color: inherit;
}

.hk-radio:hover {
  border-color: #cfcfcf;
}

.hk-radio:has(input:checked) {
  border-color: var(--hk-ink);
  background: var(--hk-ink);
  color: #fff;
}

.hk-form__panel {
  margin: 18px 0 8px;
}

.hk-form__note.is-error {
  color: #b42318;
}

.hk-form-success {
  padding: 40px;
  background: var(--hk-soft);
  border: 1px solid var(--hk-border);
  border-radius: var(--hk-radius);
}

.hk-form-success h2 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.hk-form-success p {
  margin: 0;
  color: var(--hk-muted);
}

/* ── Inquiry funnel ─────────────────────────────────── */

.hk-form--inquiry.hk-funnel {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hk-funnel__progress {
  margin-bottom: 8px;
  padding: 4px 4px 14px;
  border-bottom: 1px solid var(--hk-border);
}

.hk-funnel__progress-bar {
  height: 3px;
  border-radius: 999px;
  background: #ececec;
  overflow: hidden;
  margin-bottom: 14px;
}

.hk-funnel__progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--hk-ink);
  border-radius: inherit;
  transition: width .35s var(--hk-ease);
}

.hk-funnel__dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.hk-funnel__dots li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: default;
  opacity: .38;
  transition: opacity .2s var(--hk-ease);
  user-select: none;
}

.hk-funnel__dots li.is-reachable {
  opacity: .72;
  cursor: pointer;
}

.hk-funnel__dots li.is-active,
.hk-funnel__dots li.is-done {
  opacity: 1;
}

.hk-funnel__dots li span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: .75rem;
  font-weight: 700;
  border: 1.5px solid var(--hk-border);
  background: #fff;
  color: var(--hk-muted);
  transition: background .2s var(--hk-ease), border-color .2s var(--hk-ease), color .2s var(--hk-ease);
}

.hk-funnel__dots li.is-done span {
  background: var(--hk-ink);
  border-color: var(--hk-ink);
  color: #fff;
}

.hk-funnel__dots li.is-active span {
  background: #fff;
  border-color: var(--hk-ink);
  color: var(--hk-ink);
  box-shadow: 0 0 0 3px rgba(18, 18, 18, .08);
}

.hk-funnel__dots li em {
  font-style: normal;
  font-size: .72rem;
  font-weight: 600;
  color: var(--hk-muted);
  letter-spacing: .01em;
}

.hk-funnel__dots li.is-active em {
  color: var(--hk-ink);
}

.hk-funnel__step {
  position: relative;
  border: 1px solid var(--hk-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s var(--hk-ease), box-shadow .2s var(--hk-ease);
}

.hk-funnel__step.is-active {
  z-index: 2;
  border-color: #cfcfcf;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .04);
}

.hk-funnel__step.is-done:not(.is-active) {
  background: #fafafa;
}

.hk-funnel__step.is-locked {
  opacity: .55;
}

.hk-funnel__head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.hk-funnel__head:disabled {
  cursor: default;
}

.hk-funnel__num {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: .78rem;
  font-weight: 700;
  background: var(--hk-ink);
  color: #fff;
}

.hk-funnel__step:not(.is-active):not(.is-done) .hk-funnel__num {
  background: #e8e8e8;
  color: var(--hk-muted);
}

.hk-funnel__step.is-done:not(.is-active) .hk-funnel__num {
  background: var(--hk-ink);
}

.hk-funnel__head-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hk-funnel__head-text strong {
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hk-funnel__summary {
  font-size: .8rem;
  color: var(--hk-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hk-funnel__chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #b0b0b0;
  border-bottom: 2px solid #b0b0b0;
  transform: rotate(45deg);
  transition: transform .25s var(--hk-ease);
  margin-right: 4px;
}

.hk-funnel__step.is-open .hk-funnel__chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.hk-funnel__body {
  padding: 0 18px 20px;
  animation: hkFunnelIn .28s var(--hk-ease);
}

@keyframes hkFunnelIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.hk-funnel__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hk-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 18px 16px;
  border: 1.5px solid var(--hk-border);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .18s var(--hk-ease), background .18s var(--hk-ease), box-shadow .18s var(--hk-ease);
  z-index: 1;
}

.hk-choice:hover {
  border-color: #c4c4c4;
}

.hk-choice:focus {
  outline: none;
}

.hk-choice:focus-visible {
  outline: 2px solid var(--hk-ink);
  outline-offset: 2px;
}

.hk-choice.is-selected {
  border-color: var(--hk-ink);
  background: #f7f7f7;
  box-shadow: none;
}

.hk-choice span {
  letter-spacing: 0;
}

.hk-choice__icon {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  color: var(--hk-muted);
  margin-bottom: 4px;
}

.hk-choice.is-selected .hk-choice__icon {
  color: var(--hk-ink);
}

.hk-form .hk-choice__title,
.hk-choice__title {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--hk-ink);
}

.hk-form .hk-choice__desc,
.hk-choice__desc {
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--hk-muted);
}

.hk-funnel__optional {
  margin-top: 16px;
  border: 1px dashed #d8d8d8;
  border-radius: 12px;
  background: #fafafa;
  padding: 0;
}

.hk-funnel__optional summary {
  list-style: none;
  cursor: pointer;
  padding: 13px 16px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--hk-ink);
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.hk-funnel__optional summary::-webkit-details-marker { display: none; }

.hk-funnel__optional summary::before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(-45deg);
  transition: transform .2s var(--hk-ease);
  margin-top: -2px;
}

.hk-funnel__optional[open] summary::before {
  transform: rotate(45deg);
  margin-top: 2px;
}

.hk-funnel__optional summary em {
  font-style: normal;
  font-weight: 500;
  color: var(--hk-muted);
  font-size: .82rem;
}

.hk-funnel__optional .hk-form__grid {
  padding: 0 16px 16px;
}

.hk-funnel__hint {
  margin: 12px 0 0;
  font-size: .85rem;
  color: var(--hk-muted);
}

.hk-funnel__opt-tag {
  font-style: normal;
  font-weight: 500;
  color: var(--hk-muted);
  font-size: .78rem;
}

.hk-funnel__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, .06);
}

.hk-funnel__nav--submit .hk-form__submit {
  margin-top: 0;
  width: auto;
  flex: 1;
  max-width: 360px;
  margin-left: auto;
}

.hk-funnel .hk-form__panel {
  margin: 0;
}

.hk-funnel .hk-form__type {
  display: none;
}

.hk-upload.is-dragover {
  border-color: var(--hk-ink);
  background: #f0f0f0;
  box-shadow: inset 0 0 0 1px var(--hk-ink);
}

.hk-upload.is-dragover .hk-upload__cta {
  border-color: var(--hk-ink);
}

.hk-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .hk-form--inquiry.hk-funnel {
    padding: 14px;
  }

  .hk-funnel__choices {
    grid-template-columns: 1fr;
  }

  .hk-funnel__dots li em {
    display: none;
  }

  .hk-funnel__nav {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .hk-funnel__nav--submit .hk-form__submit {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }

  .hk-funnel__head {
    padding: 14px;
  }

  .hk-funnel__body {
    padding: 0 14px 16px;
  }
}

.hk-mini-prices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hk-mini-prices li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: .88rem;
}

.hk-checklist--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}

.hk-cards--extras {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* ── Mobile sticky CTA ──────────────────────────────── */

.hk-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  border-top: 1px solid var(--hk-border);
  backdrop-filter: blur(12px);
  transform: translateY(110%);
  transition: transform .25s var(--hk-ease);
}

.hk-sticky-cta.is-visible {
  display: flex;
  transform: translateY(0);
}

.hk-sticky-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: var(--hk-radius-sm);
  font-weight: 700;
  text-decoration: none;
}

.hk-sticky-cta__btn--primary {
  flex: 1;
  background: var(--hk-ink);
  color: #fff;
}

.hk-sticky-cta__btn--secondary {
  width: 48px;
  background: var(--hk-surface);
  border: 1px solid var(--hk-border);
  color: var(--hk-ink);
}

@media (max-width: 1024px) {
  .hk-swatches { grid-template-columns: repeat(4, 1fr); }
  .hk-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .hk-funnel-bar__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .hk-funnel-bar__list li:not(:last-child)::after {
    display: none;
  }

  .hk-shipping-grid,
  .hk-leasing__inner,
  .hk-gallery,
  .hk-checklist--cols {
    grid-template-columns: 1fr;
  }

  .hk-swatches {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .hk-leasing__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hk-leasing .hk-btn--dark {
    width: 100%;
    justify-content: center;
  }

  body:has(.hk-sticky-cta.is-visible) {
    padding-bottom: 72px;
  }
}

.hk-gallery__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.hk-gallery__badges {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
}

.hk-gallery__badge {
  align-self: start;
  justify-self: start;
  margin: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hk-gallery__badge--before {
  background: rgba(255, 255, 255, .88);
  color: #1a1a1a;
}

.hk-gallery__badge--after {
  justify-self: end;
  background: rgba(26, 26, 26, .82);
  color: #fff;
}

.hk-gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hk-gallery__item.has-image .hk-gallery__panels {
  display: none;
}


/* ── Legal pages ────────────────────────────────────── */

.hk-page--legal {
  padding-top: 48px;
}

.hk-legal {
  max-width: 760px;
}

.hk-legal__content h2 {
  margin: 36px 0 12px;
  font-size: 1.15rem;
  letter-spacing: -.02em;
}

.hk-legal__content h2:first-child {
  margin-top: 0;
}

.hk-legal__content p {
  margin: 0 0 14px;
  color: var(--hk-muted);
  line-height: 1.7;
}

.hk-legal__note {
  font-size: .88rem;
  color: var(--hk-muted-light) !important;
  font-style: italic;
}

.hk-footer__bottom a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Maps & photo visuals ───────────────────────────── */

.hk-map {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.hk-map__frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 260px;
  border: 0;
  border-radius: var(--hk-radius, 14px);
  background: #ececec;
  box-shadow: var(--hk-shadow-sm);
}

.hk-map--bare .hk-map__frame {
  margin-top: 14px;
  aspect-ratio: 16 / 10;
  min-height: 200px;
}

.hk-map__caption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: .9rem;
}

.hk-map__caption strong {
  letter-spacing: -.02em;
}

.hk-map__caption span {
  color: var(--hk-muted);
}

.hk-visual--photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--hk-radius, 14px);
  background: #ececec;
  box-shadow: var(--hk-shadow-sm);
}

.hk-visual--photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.hk-visual--studio .hk-map {
  margin-top: 8px;
}

/* ── Funnel tools (save / expand) ───────────────────── */

.hk-funnel__tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0 0 18px;
}

.hk-funnel__tool {
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 999px;
  background: transparent;
  color: var(--hk-muted);
  font: inherit;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  transition: color .15s var(--hk-ease), border-color .15s var(--hk-ease), background .15s var(--hk-ease);
}

.hk-funnel__tool:hover,
.hk-funnel__tool[aria-pressed="true"] {
  color: var(--hk-ink);
  border-color: rgba(0, 0, 0, .22);
  background: #f7f7f7;
}

.hk-funnel__tool-status {
  font-size: .76rem;
  color: var(--hk-muted);
  min-height: 1em;
}

.hk-funnel.is-expanded .hk-funnel__progress {
  display: none;
}

.hk-funnel.is-expanded .hk-funnel__step {
  opacity: 1;
}

.hk-funnel.is-expanded .hk-funnel__step.is-locked {
  opacity: 1;
}

.hk-funnel.is-expanded .hk-funnel__nav:not(.hk-funnel__nav--submit) {
  display: none;
}

.hk-funnel.is-expanded .hk-funnel__step + .hk-funnel__step {
  margin-top: 12px;
}

