:root {
  --kk-ink: #101112;
  --kk-paper: #f7f3ea;
  --kk-muted: #d9d1c2;
  --kk-red: #d3422f;
  --kk-green: #1c715e;
  --kk-yellow: #f0b429;
  --kk-blue: #245f89;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--kk-ink);
  color: var(--kk-paper);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
  letter-spacing: 0;
}

.dialog-off-canvas-main-canvas,
.kk-home {
  min-height: 100vh;
}

.kk-home {
  background:
    linear-gradient(90deg, rgba(247, 243, 234, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 243, 234, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #101112 0%, #171512 42%, #0d1716 100%);
  background-size: 52px 52px, 52px 52px, auto;
  overflow: hidden;
}

.kk-home a {
  color: inherit;
}

.kk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  min-height: min(760px, 86vh);
  padding: clamp(28px, 5vw, 72px);
  gap: clamp(26px, 6vw, 88px);
  align-items: center;
}

.kk-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.kk-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--kk-yellow);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.kk-kicker::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 4px;
  background: var(--kk-red);
}

.kk-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--kk-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 8vw, 7.8rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
}

.kk-lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(247, 243, 234, 0.78);
  font-size: clamp(1.08rem, 1.55vw, 1.38rem);
  line-height: 1.58;
}

.kk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.kk-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 243, 234, 0.28);
  padding: 0 18px;
  background: rgba(247, 243, 234, 0.08);
  color: var(--kk-paper);
  text-decoration: none;
  font-weight: 700;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.kk-actions a:hover,
.kk-actions a:focus-visible {
  border-color: var(--kk-yellow);
  background: rgba(240, 180, 41, 0.16);
  transform: translateY(-2px);
}

.kk-hero__art {
  position: relative;
  min-height: 520px;
}

.kk-linework {
  position: absolute;
  border: 1px solid rgba(247, 243, 234, 0.22);
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(247, 243, 234, 0.2) 48% 52%, transparent 52%),
    linear-gradient(0deg, transparent 0 48%, rgba(247, 243, 234, 0.2) 48% 52%, transparent 52%);
}

.kk-linework--one {
  inset: 36px 32px auto auto;
  width: min(26vw, 320px);
  aspect-ratio: 1 / 1;
}

.kk-linework--two {
  right: clamp(10px, 3vw, 44px);
  bottom: 42px;
  width: min(34vw, 420px);
  height: 190px;
  transform: skewY(-8deg);
  border-color: rgba(28, 113, 94, 0.7);
}

.kk-panel {
  position: absolute;
  border: 1px solid rgba(247, 243, 234, 0.32);
  background: rgba(16, 17, 18, 0.78);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.kk-panel--image {
  top: 110px;
  right: 56px;
  width: min(28vw, 330px);
  min-width: 220px;
  padding: 18px;
}

.kk-panel--image img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(1.08) contrast(1.05);
}

.kk-panel--signal {
  left: 20px;
  bottom: 112px;
  display: grid;
  grid-template-columns: repeat(3, minmax(72px, 1fr));
  width: min(34vw, 390px);
  min-width: 270px;
  border-color: rgba(211, 66, 47, 0.72);
}

.kk-panel--signal span {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(247, 243, 234, 0.18);
  color: var(--kk-paper);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kk-panel--signal span:last-child {
  border-right: 0;
}

.kk-work {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(247, 243, 234, 0.18);
  border-bottom: 1px solid rgba(247, 243, 234, 0.18);
}

.kk-work__item {
  min-height: 172px;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid rgba(247, 243, 234, 0.18);
  color: var(--kk-paper);
  text-decoration: none;
  background: rgba(247, 243, 234, 0.045);
  transition: background 160ms ease;
}

.kk-work__item:last-child {
  border-right: 0;
}

.kk-work__item:hover,
.kk-work__item:focus-visible {
  background: rgba(247, 243, 234, 0.1);
}

.kk-work__item span {
  display: block;
  margin-bottom: 24px;
  color: var(--kk-yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.kk-work__item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.kk-work__item em {
  display: block;
  max-width: 270px;
  color: rgba(247, 243, 234, 0.68);
  font-style: normal;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .kk-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .kk-hero__art {
    order: -1;
    min-height: 330px;
  }

  .kk-panel--image {
    top: 28px;
    right: 22px;
    width: min(56vw, 300px);
  }

  .kk-panel--signal {
    left: 0;
    bottom: 18px;
    width: min(78vw, 360px);
  }

  .kk-linework--one {
    width: 220px;
  }

  .kk-linework--two {
    width: 280px;
  }

  .kk-work {
    grid-template-columns: 1fr;
  }

  .kk-work__item {
    border-right: 0;
    border-bottom: 1px solid rgba(247, 243, 234, 0.18);
  }

  .kk-work__item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .kk-hero {
    padding: 22px;
  }

  .kk-hero h1 {
    font-size: clamp(2.72rem, 15vw, 4.3rem);
  }

  .kk-panel--image {
    min-width: 176px;
    padding: 12px;
  }

  .kk-panel--signal {
    grid-template-columns: 1fr;
    min-width: 190px;
    width: 62vw;
  }

  .kk-panel--signal span {
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 243, 234, 0.18);
  }

  .kk-panel--signal span:last-child {
    border-bottom: 0;
  }
}
