/* Kentunez — About & Contact hub pages */

:root {
  --about-cream: #f3ebc8;
  --about-cream-text: #141414;
  --about-cream-muted: rgba(20, 20, 20, 0.62);
  --about-gold: #c4a832;
  --about-gold-deep: #a88b22;
  --blue-banner: #2d46b9;
  --about-text: #121212;
  --about-muted: #535353;
  --about-link: #1ed760;
  --about-link-hover: #169c46;
}

/* ── About page — clean white two-column (Spotify-style) ── */

body.kn-about-page {
  background: #fff;
  color: #121212;
  overflow-x: clip;
}

/* Mobile nav — same dark drawer as homepage (body text stays dark for page content) */
body.kn-about-page .kn-drawer {
  background: var(--black);
  color: var(--white);
}

body.kn-about-page .kn-drawer a {
  color: var(--white);
  border-bottom-color: var(--border);
}

body.kn-about-page .kn-drawer a:hover {
  color: var(--accent);
}

body.kn-about-page main.kn-about,
body.kn-about-page main.kn-legal,
body.kn-about-page main.kn-contact {
  background: #fff;
  color: #121212;
}

body.kn-about-page .kn-about.kn-about--classic {
  padding-top: calc(var(--header-offset) + var(--nav-h));
  padding-bottom: 80px;
  background: #fff;
  color: #121212;
}

.kn-about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 64px 72px;
  align-items: start;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 24px;
}

.kn-about__page-title {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #121212;
  margin-bottom: 28px;
}

body.kn-about-page .kn-about--classic .kn-about__main > p,
body.kn-about-page .kn-about--classic .kn-about__team-lead,
body.kn-about-page .kn-about--classic .kn-about__support-list li,
body.kn-about-page .kn-about--classic .kn-about__address,
body.kn-about-page .kn-about--classic .kn-about__partner-name,
body.kn-about-page .kn-about--classic .kn-about__partner-detail,
body.kn-about-page .kn-about--classic .kn-about__team-name {
  color: #121212;
}

body.kn-about-page .kn-about--classic .kn-about__team-role,
body.kn-about-page .kn-about--classic .kn-about__partner-detail {
  color: #535353;
}

body.kn-about-page .kn-about--classic .kn-about__section-title {
  color: #121212;
}

.kn-about__main > p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--about-text);
  margin-bottom: 16px;
  max-width: 52ch;
}

.kn-about__section-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--about-text);
  margin-top: 40px;
  margin-bottom: 16px;
}

.kn-about__section-title--spaced {
  margin-top: 48px;
}

.kn-about__support-list {
  margin: 0;
  padding-left: 1.25rem;
  max-width: 52ch;
}

.kn-about__support-list li {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 8px;
  color: var(--about-text);
}

.kn-about__support-list a {
  color: var(--about-link);
  font-weight: 600;
  text-decoration: none;
}

.kn-about__support-list a:hover {
  color: var(--about-link-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-about__team-block {
  margin-top: 0;
  padding-top: 56px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  max-width: 980px;
  scroll-margin-top: calc(var(--header-offset) + var(--nav-h) + 24px);
}

.kn-about__team-block .kn-about__section-title {
  margin-top: 0;
}

.kn-about__team-lead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--about-muted);
  margin-bottom: 28px;
  max-width: 48ch;
}

.kn-about__team-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.kn-about__team-photo.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  color: #535353;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.kn-about__team-photo.is-placeholder::after {
  content: "JO";
}

.kn-about__team-member {
  text-align: center;
}

.kn-about__team-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f0f0f0;
}

.kn-about__team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.kn-about__team-img--joseph { object-position: center 18%; }
.kn-about__team-img--clinton { object-position: center 14%; }
.kn-about__team-img--jasper { object-position: center 12%; }

.kn-about__team-role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--about-muted);
  margin-bottom: 2px;
}

.kn-about__team-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--about-text);
}

.kn-about__side {
  padding-top: 8px;
}

.kn-about__address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.65;
  color: var(--about-text);
}

.kn-about__address strong {
  font-weight: 700;
}

.kn-about__address a {
  color: var(--about-link);
  font-weight: 600;
  text-decoration: none;
}

.kn-about__address a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-about__partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
}

.kn-about__partner-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kn-about__partner-logo {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 2px;
}

.kn-about__partner-logo img {
  max-width: 132px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.kn-about__partner-logo--dark {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 10px;
  background: #121212;
}

.kn-about__partner-logo--dark img {
  max-height: 36px;
}

body.kn-about-page .kn-logo__mark {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}

.kn-about__partner-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--about-text);
  margin-bottom: 6px;
}

.kn-about__partner-detail {
  font-size: 14px;
  line-height: 1.55;
  color: var(--about-muted);
}

/* ── Contact page — clean white (matches About) ── */

body.kn-about-page .kn-contact.kn-contact--classic {
  padding-top: calc(var(--header-offset) + var(--nav-h));
  padding-bottom: 80px;
  background: #fff;
  color: #121212;
}

body.kn-about-page .kn-contact--classic .kn-about__main > p,
body.kn-about-page .kn-contact--classic .kn-contact__intro,
body.kn-about-page .kn-contact--classic .kn-faq-section__lead {
  color: #121212;
}

.kn-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 64px 80px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 56px;
  padding-bottom: 24px;
}

.kn-contact__intro {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 8px;
  max-width: 42ch;
}

.kn-contact__info .kn-about__section-title {
  margin-top: 36px;
}

.kn-contact__info .kn-about__section-title:first-of-type {
  margin-top: 28px;
}

.kn-contact__form-wrap {
  padding-top: 8px;
}

.kn-contact__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.kn-contact--classic .kn-form-field {
  margin-bottom: 20px;
}

.kn-contact--classic .kn-form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 8px;
}

.kn-contact--classic .kn-form-field input,
.kn-contact--classic .kn-form-field select,
.kn-contact--classic .kn-form-field textarea {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  color: #121212;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  transition: border-color 0.15s ease;
}

.kn-contact--classic .kn-form-field input::placeholder,
.kn-contact--classic .kn-form-field textarea::placeholder {
  color: #999;
}

.kn-contact--classic .kn-form-field input:focus,
.kn-contact--classic .kn-form-field select:focus,
.kn-contact--classic .kn-form-field textarea:focus {
  outline: none;
  border-color: #121212;
}

.kn-contact--classic .kn-form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.kn-form-hint {
  font-size: 13px;
  line-height: 1.5;
  color: #727272;
  margin-top: 8px;
}

.kn-contact__optional {
  margin-bottom: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 4px;
}

.kn-contact__optional summary {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  cursor: pointer;
  padding: 12px 0;
  list-style: none;
}

.kn-contact__optional summary::-webkit-details-marker {
  display: none;
}

.kn-contact__optional summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: #727272;
}

.kn-contact__optional[open] summary::after {
  content: "−";
}

.kn-contact__optional-body {
  padding-top: 4px;
}

.kn-contact__form-actions {
  margin-top: 4px;
}

.kn-contact__form-actions .kn-btn--lg {
  min-width: 180px;
}

.kn-contact--classic .kn-form-status {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.kn-contact--classic .kn-form-status.is-ok,
.kn-contact--classic .kn-form-status.is-err {
  display: block;
}

.kn-contact__tips {
  margin-top: 8px;
}

.kn-contact__form-section {
  max-width: 720px;
  padding-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  scroll-margin-top: calc(var(--header-offset) + var(--nav-h) + 24px);
}

.kn-contact__form-section .kn-about__section-title {
  margin-top: 0;
}

.kn-contact__form-lead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--about-muted);
  margin-bottom: 24px;
}

.kn-contact__form-card--light {
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fafafa;
}

.kn-contact--classic .kn-form-field label {
  color: #535353;
}

.kn-contact--classic .kn-form-field input,
.kn-contact--classic .kn-form-field select,
.kn-contact--classic .kn-form-field textarea {
  color: #121212;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.kn-contact--classic .kn-form-field input:focus,
.kn-contact--classic .kn-form-field select:focus,
.kn-contact--classic .kn-form-field textarea:focus {
  outline: none;
  border-color: #121212;
}

.kn-form-note--left {
  text-align: left;
  color: #727272;
}

.kn-contact__form-actions--left {
  justify-content: flex-start;
}

.kn-btn--ghost-dark {
  background: transparent;
  border: 1px solid #121212;
  color: #121212;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kn-btn--ghost-dark:hover {
  transform: scale(1.04);
  background: rgba(0, 0, 0, 0.04);
}

.kn-contact--classic .kn-form-status.is-ok {
  color: #169c46;
}

.kn-contact--classic .kn-form-status.is-err {
  color: #c0392b;
}

/* ── Partner apply page (About / Contact style) ── */

.kn-partner-apply__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--about-gold-deep);
  margin-bottom: 10px;
}

body.kn-about-page .kn-contact__info > p {
  font-size: 16px;
  line-height: 1.65;
  color: #121212;
  margin-bottom: 12px;
  max-width: 42ch;
}

.kn-partner-apply__note {
  font-size: 16px;
  line-height: 1.65;
  color: #121212;
  max-width: 42ch;
}

.kn-partner-apply__back {
  margin-top: 36px;
  font-size: 14px;
}

.kn-partner-apply__back a {
  color: var(--about-link);
  font-weight: 600;
  text-decoration: none;
}

.kn-partner-apply__back a:hover {
  color: var(--about-link-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-partner-apply__eligibility {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  font-size: 14px;
  line-height: 1.55;
  color: #9a3412;
  max-width: 42ch;
}

.kn-partner-apply__eligibility strong {
  display: block;
  margin-bottom: 4px;
  color: #7c2d12;
}

.kn-partner-apply__progress {
  margin: 8px 0 20px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
}

.kn-partner-apply__progress-label {
  font-size: 15px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 12px;
}

.kn-partner-apply__progress-track {
  height: 8px;
  border-radius: 999px;
  background: #e8e8e8;
  overflow: hidden;
}

.kn-partner-apply__progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #169c46, #1ed760);
  transition: width 0.35s ease;
}

.kn-partner-apply__progress-step {
  margin-top: 10px;
  font-size: 13px;
  color: #727272;
}

.kn-partner-apply__success {
  text-align: center;
  padding: 36px 24px;
  border-radius: 14px;
  border: 1px solid rgba(22, 156, 70, 0.25);
  background: #f0fdf4;
  margin: 8px 0 16px;
}

.kn-partner-apply__success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #169c46;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 56px;
}

.kn-partner-apply__success-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 8px;
}

.kn-partner-apply__success-text {
  font-size: 15px;
  color: #121212;
  margin-bottom: 8px;
}

.kn-partner-apply__success-note {
  font-size: 14px;
  line-height: 1.6;
  color: #535353;
  max-width: 36ch;
  margin: 0 auto 20px;
}

.kn-form-section-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #121212;
  margin: 32px 0 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.kn-form-section-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.kn-form-optional {
  font-weight: 400;
  color: #727272;
}

.kn-form-group {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.kn-form-group legend {
  font-size: 13px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 12px;
  padding: 0;
}

.kn-form-checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kn-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  cursor: pointer;
}

.kn-form-check input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #121212;
}

.kn-form-check a {
  color: var(--about-link);
  font-weight: 600;
  text-decoration: none;
}

.kn-form-check a:hover {
  text-decoration: underline;
}

.kn-form-legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 8px 0 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.kn-contact--classic .kn-form-field.is-invalid input,
.kn-contact--classic .kn-form-field.is-invalid select,
.kn-contact--classic .kn-form-field.is-invalid textarea {
  border-color: #c0392b;
}

.kn-form-group.is-invalid .kn-form-checks {
  outline: 2px solid rgba(192, 57, 43, 0.35);
  outline-offset: 4px;
  border-radius: 4px;
}

/* WhatsApp bot — coming soon */
.kn-wa-bot {
  margin-top: 40px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(37, 211, 102, 0.35);
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.08) 0%, rgba(37, 211, 102, 0.02) 100%);
}

.kn-wa-bot__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #128c7e;
  background: rgba(37, 211, 102, 0.15);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.kn-wa-bot__title {
  margin-top: 0 !important;
}

.kn-wa-bot__lead {
  font-size: 15px;
  line-height: 1.6;
  color: #121212;
  margin-bottom: 14px;
  max-width: 48ch;
}

.kn-wa-bot__list {
  margin: 0 0 18px 1.1rem;
  padding: 0;
}

.kn-wa-bot__list li {
  font-size: 14px;
  line-height: 1.55;
  color: #535353;
  margin-bottom: 6px;
}

.kn-wa-bot__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.kn-btn--wa {
  background: #25d366;
  color: #fff;
  padding: 11px 20px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 14px;
  opacity: 0.55;
  cursor: not-allowed;
}

.kn-wa-bot__fine {
  font-size: 13px;
  color: #727272;
  margin: 0;
}

#knWhatsAppLink {
  color: var(--about-link) !important;
  text-decoration: none;
}

#knWhatsAppLink:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* FAQ accordion — light pages */
.kn-faq-section {
  max-width: 980px;
  padding-top: 56px;
  margin-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  scroll-margin-top: calc(var(--header-offset) + var(--nav-h) + 24px);
}

.kn-faq-section .kn-about__section-title {
  margin-top: 0;
}

.kn-faq-section__lead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--about-muted);
  margin-bottom: 20px;
}

.kn-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.kn-faq--light .kn-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #121212;
  background: none;
  border: none;
  cursor: pointer;
}

.kn-faq--light .kn-faq__q:hover {
  color: #000;
}

.kn-faq--light .kn-faq__chev {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: #535353;
}

.kn-faq--light .kn-faq__item.is-open .kn-faq__chev {
  transform: rotate(180deg);
}

.kn-faq--light .kn-faq__a {
  padding-bottom: 18px;
}

.kn-faq--light .kn-faq__a p {
  font-size: 14px;
  line-height: 1.65;
  color: #535353;
  max-width: 56ch;
}

.kn-about:not(.kn-about--classic),
.kn-contact:not(.kn-contact--classic) {
  padding-top: calc(var(--header-offset) + var(--nav-h));
  padding-bottom: 0;
  background: var(--black);
}

.kn-contact {
  padding-bottom: 0;
}

/* ── Contact page ── */

.kn-contact__band {
  padding: 64px 0;
}

.kn-contact__band--dark {
  background: var(--black);
}

.kn-contact__band--blue {
  background: var(--blue-banner);
  color: var(--white);
}

.kn-contact__center {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.kn-contact__intro {
  max-width: 560px;
  margin: 0 auto 40px;
  padding-top: 64px;
  text-align: center;
}

.kn-contact__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-dim);
  margin-bottom: 16px;
}

.kn-contact__title {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 20px;
}

.kn-contact__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 auto;
}

.kn-contact__channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 40px;
  text-align: center;
}

.kn-contact__channel {
  padding: 20px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.kn-contact__channel h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.kn-contact__channel p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 10px;
}

.kn-contact__channel a {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-contact__form-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.kn-contact__form-card--centered {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.kn-contact__form-card h2 {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
  text-align: center;
}

.kn-contact__form-card > p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 20px;
  text-align: center;
}

.kn-contact__form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.kn-contact__fine {
  margin-top: 32px;
  padding-bottom: 32px;
  font-size: 13px;
  color: var(--muted-dim);
  text-align: center;
}

/* ── About bands ── */

.kn-about__band {
  padding: 64px 0;
}

.kn-about__band--dark {
  background: var(--black);
  color: var(--white);
}

.kn-about__band--cream {
  background: var(--about-cream);
  color: var(--about-cream-text);
}

.kn-about__band--gold {
  background: linear-gradient(165deg, var(--about-gold) 0%, var(--about-gold-deep) 100%);
  color: var(--white);
}

.kn-about__intro {
  max-width: 640px;
  padding-top: 64px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kn-about__center {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.kn-about__center .kn-about__block {
  margin-left: auto;
  margin-right: auto;
}

.kn-about__center .kn-about__block > p {
  margin-left: auto;
  margin-right: auto;
}

.kn-about__center .kn-about__grid,
.kn-about__center .kn-about__stats,
.kn-about__center .kn-about__creds,
.kn-about__center .kn-about__partners {
  text-align: center;
}

.kn-about__center .kn-about__cred {
  text-align: left;
}

.kn-about__center .kn-about__partner {
  text-align: left;
}

.kn-about__center .kn-about__cta {
  justify-content: center;
  text-align: center;
}

.kn-about__center .kn-about__cta-copy {
  width: 100%;
}

.kn-about__center .kn-about__cta-actions {
  justify-content: center;
  width: 100%;
}

/* Shared team section — blue band */
.kn-team {
  background: var(--blue-banner);
  color: var(--white);
  padding: 72px 0;
  width: 100%;
}

.kn-team__head {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 48px;
}

.kn-team__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 12px;
}

.kn-team__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 12px;
}

.kn-team__lead {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.kn-team__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.kn-team__photo.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.kn-team__photo.is-placeholder::after {
  content: "JO";
}

.kn-team__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kn-team__photo {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  background: rgba(0, 0, 0, 0.25);
}

.kn-team__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.kn-team__img--joseph { object-position: center 18%; }
.kn-team__img--clinton { object-position: center 14%; }
.kn-team__img--jasper { object-position: center 12%; }

.kn-team__role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

.kn-team__name {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.kn-team__bio {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  max-width: 200px;
}

.kn-about__block {
  max-width: 960px;
}

.kn-about__block--spaced {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
}

.kn-about__block > h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.kn-about__band--dark .kn-about__block > h2,
.kn-about__band--dark .kn-about__label {
  color: var(--muted-dim);
}

.kn-about__band--dark .kn-about__title {
  color: var(--white);
}

.kn-about__band--dark .kn-about__lead,
.kn-about__band--dark .kn-about__block > p,
.kn-about__band--dark .kn-about__item p,
.kn-about__band--dark .kn-about__stat span {
  color: var(--muted);
}

.kn-about__band--dark .kn-about__item h3,
.kn-about__band--dark .kn-about__stat strong {
  color: var(--white);
}

.kn-about__band--cream .kn-about__block > h2 {
  color: rgba(20, 20, 20, 0.45);
}

.kn-about__band--cream .kn-about__block > p {
  color: var(--about-cream-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
}

.kn-about__band--cream .kn-about__block > p + p {
  margin-top: 14px;
}

.kn-about__band--gold .kn-about__block > h2 {
  color: rgba(255, 255, 255, 0.75);
}

.kn-about__band--gold .kn-about__block > p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
  margin-bottom: 24px;
}

.kn-about__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-dim);
  margin-bottom: 16px;
}

.kn-about__title {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.kn-about__lead {
  font-size: 17px;
  line-height: 1.65;
  max-width: 640px;
}

.kn-about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 8px;
}

.kn-about__item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.kn-about__item p {
  font-size: 14px;
  line-height: 1.6;
}

.kn-about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}

.kn-about__stat {
  padding: 8px 0;
}

.kn-about__stat strong {
  display: block;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.kn-about__stat span {
  font-size: 14px;
}

/* Credentials */
.kn-about__creds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.kn-about__band--dark .kn-about__cred {
  padding: 28px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.kn-about__band--dark .kn-about__cred h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.kn-about__band--dark .kn-about__cred p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.kn-about__band--dark .kn-about__cred code {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 10px;
  font-size: 13px;
  font-family: ui-monospace, monospace;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}

.kn-about__band--dark .kn-about__cred ul {
  margin-top: 12px;
  padding-left: 18px;
}

.kn-about__band--dark .kn-about__cred li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 6px;
}

/* Gold band creds (unused if section is dark) */
.kn-about__cred {
  padding: 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.kn-about__cred h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.kn-about__cred p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.kn-about__cred code {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 10px;
  font-size: 13px;
  font-family: ui-monospace, monospace;
  color: var(--white);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 6px;
}

.kn-about__cred ul {
  margin-top: 12px;
  padding-left: 18px;
}

.kn-about__cred li {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 6px;
}

/* Partners — cream band */
.kn-about__band--cream .kn-about__partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.kn-about__partner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(20, 20, 20, 0.08);
}

.kn-about__partner-logo {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kn-about__partner-logo img {
  max-width: 52px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.kn-about__partner h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--about-cream-text);
  margin-bottom: 4px;
}

.kn-about__partner p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--about-cream-muted);
}

.kn-about__cta {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 64px;
}

.kn-about__cta-copy h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 6px;
}

.kn-about__cta-copy p {
  font-size: 14px;
  color: var(--muted);
}

.kn-about__cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Form fields (contact) */

.kn-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kn-form-field {
  margin-bottom: 14px;
}

.kn-form-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
}

.kn-form-field input,
.kn-form-field select,
.kn-form-field textarea {
  width: 100%;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.kn-form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.kn-form-note {
  font-size: 12px;
  color: var(--muted-dim);
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}

.kn-form-status {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  display: none;
  text-align: center;
}

.kn-form-status.is-ok {
  display: block;
  color: var(--accent);
}

.kn-form-status.is-err {
  display: block;
  color: #f87171;
}

@media (max-width: 1100px) {
  .kn-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 700px) {
  .kn-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .kn-contact__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
  }

  .kn-about__layout {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 40px;
  }

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

  .kn-about__partners-grid {
    grid-template-columns: 1fr;
  }

  .kn-about__band {
    padding: 48px 0;
  }

  .kn-about__intro {
    padding-top: 40px;
  }

  .kn-about__grid,
  .kn-about__stats,
  .kn-about__creds,
  .kn-about__band--cream .kn-about__partners,
  .kn-contact__channels,
  .kn-team__grid {
    grid-template-columns: 1fr;
  }

  .kn-team {
    padding: 48px 0;
  }

  .kn-team__grid {
    max-width: 260px;
  }

  .kn-contact__intro {
    padding-top: 40px;
  }

  .kn-contact__band {
    padding: 48px 0;
  }

  .kn-form-row {
    grid-template-columns: 1fr;
  }

  .kn-about__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .kn-about__cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .kn-about__cta-actions .kn-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .kn-about__team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kn-contact__form-actions {
    flex-direction: column;
  }

  .kn-contact__form-actions .kn-btn--lg {
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
  }
}

/* ── Audience pages: Artists, Labels, Partners ── */

body.kn-about-page .kn-audience {
  padding-top: calc(var(--header-offset) + var(--nav-h));
  padding-bottom: 80px;
  background: #fff;
  color: #121212;
}

.kn-audience__hero {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 24px 40px;
}

.kn-audience__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #169c46;
  margin-bottom: 12px;
}

.kn-audience__lead {
  font-size: 18px;
  line-height: 1.6;
  color: #535353;
  max-width: 58ch;
  margin-bottom: 28px;
}

.kn-audience__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.kn-audience__feature {
  padding: 24px 22px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
}

.kn-audience__feature h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #121212;
  margin-bottom: 8px;
}

.kn-audience__feature p {
  font-size: 14px;
  line-height: 1.6;
  color: #535353;
  margin: 0;
}

.kn-audience__platforms {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.kn-audience__platforms img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  border-radius: 12px;
}

.kn-audience__split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px 64px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 56px;
  align-items: start;
}

.kn-audience__split p {
  font-size: 16px;
  line-height: 1.65;
  color: #121212;
  margin-bottom: 14px;
  max-width: 52ch;
}

.kn-audience__list {
  margin: 0;
  padding-left: 1.2rem;
}

.kn-audience__list li {
  font-size: 15px;
  line-height: 1.65;
  color: #121212;
  margin-bottom: 8px;
}

.kn-audience__list a {
  color: #169c46;
  font-weight: 600;
  text-decoration: none;
}

.kn-audience__list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-audience__cta-band {
  max-width: 980px;
  margin: 0 auto 48px;
  padding: 36px 32px;
  border-radius: 16px;
  background: #121212;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.kn-audience__cta-band h2 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.kn-audience__cta-band p {
  font-size: 14px;
  color: #b3b3b3;
  margin: 0;
  max-width: 42ch;
}

.kn-audience__cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.kn-audience__related {
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
  color: #535353;
}

.kn-audience__related a {
  color: #121212;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-audience__related a:hover {
  color: #169c46;
}

.kn-nav__links--audience .is-active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ── Legal pages (Terms, Privacy, Refund) ── */

body.kn-about-page .kn-legal.kn-legal--classic {
  padding-top: calc(var(--header-offset) + var(--nav-h));
  padding-bottom: 80px;
  background: #fff;
  color: #121212;
}

.kn-legal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 64px 72px;
  align-items: start;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 24px;
}

.kn-legal__meta {
  font-size: 15px;
  line-height: 1.6;
  color: var(--about-muted);
  margin-bottom: 28px;
  max-width: 58ch;
}

.kn-legal__notice {
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 62ch;
}

.kn-legal__notice--warn {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}

.kn-legal__notice--info {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.kn-legal__notice strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.kn-legal__section {
  margin-bottom: 32px;
  scroll-margin-top: calc(var(--header-offset) + var(--nav-h) + 24px);
}

.kn-legal__section h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #121212;
  margin-bottom: 12px;
}

.kn-legal__section p {
  font-size: 16px;
  line-height: 1.65;
  color: #121212;
  margin-bottom: 12px;
  max-width: 62ch;
}

.kn-legal__section ul,
.kn-legal__section ol {
  margin: 0 0 12px 1.2rem;
  padding: 0;
  max-width: 62ch;
}

.kn-legal__section li {
  font-size: 16px;
  line-height: 1.65;
  color: #121212;
  margin-bottom: 8px;
}

.kn-legal__section a {
  color: var(--about-link);
  font-weight: 600;
  text-decoration: none;
}

.kn-legal__section a:hover {
  color: var(--about-link-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-legal__callout {
  border-left: 3px solid #121212;
  padding: 12px 16px;
  margin: 12px 0;
  background: #fafafa;
  border-radius: 0 8px 8px 0;
  max-width: 62ch;
}

.kn-legal__callout p {
  font-size: 14px;
  line-height: 1.6;
  color: #535353;
  margin: 0;
}

.kn-legal__callout p + p {
  margin-top: 8px;
}

.kn-legal__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.kn-legal__tag--no {
  background: #fee2e2;
  color: #991b1b;
}

.kn-legal__tag--yes {
  background: #d1fae5;
  color: #065f46;
}

.kn-legal__side {
  padding-top: 8px;
  position: sticky;
  top: calc(var(--header-offset) + var(--nav-h) + 24px);
}

.kn-legal__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kn-legal__nav li {
  margin-bottom: 8px;
}

.kn-legal__nav a {
  font-size: 14px;
  line-height: 1.45;
  color: #535353;
  text-decoration: none;
  font-weight: 500;
}

.kn-legal__nav a:hover {
  color: #121212;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-legal__related {
  margin: 0;
  padding-left: 1.1rem;
}

.kn-legal__related li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.kn-legal__related a {
  color: var(--about-link);
  font-weight: 600;
  text-decoration: none;
}

.kn-legal__related a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-legal__cookie {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fafafa;
  padding: 20px 22px;
  margin-top: 8px;
  max-width: 62ch;
}

.kn-legal__cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
}

.kn-legal__cookie-row:last-of-type {
  border-bottom: none;
}

.kn-legal__cookie-label span {
  display: block;
  font-weight: 600;
  color: #121212;
}

.kn-legal__cookie-label small {
  display: block;
  font-weight: 400;
  color: #727272;
  font-size: 12px;
  margin-top: 4px;
}

.kn-legal__cookie-switch {
  position: relative;
  width: 48px;
  height: 26px;
  flex-shrink: 0;
}

.kn-legal__cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.kn-legal__cookie-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #cbd5e1;
  border-radius: 26px;
  transition: 0.2s;
}

.kn-legal__cookie-slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

.kn-legal__cookie-switch input:checked + .kn-legal__cookie-slider {
  background: #169c46;
}

.kn-legal__cookie-switch input:checked + .kn-legal__cookie-slider::before {
  transform: translateX(22px);
}

.kn-legal__cookie-switch input:disabled + .kn-legal__cookie-slider {
  cursor: not-allowed;
  opacity: 0.85;
}

.kn-legal__cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.kn-legal__cookie-btn {
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #121212;
}

.kn-legal__cookie-btn:hover {
  background: #f5f5f5;
}

.kn-legal__cookie-btn--primary {
  background: #121212;
  color: #fff;
  border-color: #121212;
}

.kn-legal__cookie-btn--primary:hover {
  background: #333;
}

.kn-legal__cookie-status {
  font-size: 13px;
  color: #727272;
  margin-top: 12px;
  min-height: 1.2em;
}

.kn-legal__cookie-status.is-ok {
  color: #169c46;
  font-weight: 600;
}

@media (max-width: 900px) {
  .kn-legal__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
  }

  .kn-legal__side {
    position: static;
    order: -1;
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .kn-audience__features {
    grid-template-columns: 1fr;
  }

  .kn-audience__split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .kn-audience__cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .kn-audience__cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .kn-audience__cta-actions .kn-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── 404 page ── */

body.kn-notfound-page {
  background: #fff;
}

.kn-notfound {
  padding-top: calc(var(--header-offset) + var(--nav-h));
  padding-bottom: 80px;
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
  background: #fff;
}

.kn-notfound__in {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 24px 32px;
  text-align: center;
}

.kn-notfound__code {
  font-size: clamp(88px, 18vw, 148px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.28) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kn-notfound__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 14px;
}

.kn-notfound__lead {
  font-size: 16px;
  line-height: 1.65;
  color: #535353;
  margin: 0 auto 32px;
  max-width: 46ch;
}

.kn-notfound__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 36px;
}

.kn-notfound__btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #121212;
  background: #fff;
  border: 1.5px solid rgba(18, 18, 18, 0.18);
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.kn-notfound__btn-outline:hover {
  border-color: #121212;
  background: #fafafa;
  transform: scale(1.03);
}

.kn-notfound__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  font-size: 14px;
  color: #727272;
}

.kn-notfound__links a {
  color: #121212;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.kn-notfound__links a:hover {
  color: var(--about-link-hover);
  border-bottom-color: var(--about-link);
}

@media (max-width: 600px) {
  .kn-notfound__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kn-notfound__actions .kn-btn,
  .kn-notfound__btn-outline {
    width: 100%;
  }
}

/* ── Mobile polish — About, Contact, Legal, Partner apply ── */

@media (max-width: 640px) {
  body.kn-about-page .kn-about.kn-about--classic,
  body.kn-about-page .kn-contact.kn-contact--classic,
  body.kn-about-page .kn-legal.kn-legal--classic,
  body.kn-about-page .kn-audience {
    padding-bottom: 48px;
  }

  .kn-about__layout,
  .kn-contact__layout,
  .kn-legal__layout {
    padding-top: 28px;
    gap: 32px;
  }

  .kn-about__page-title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 20px;
  }

  .kn-about__main > p,
  .kn-about__support-list,
  .kn-legal__section p,
  .kn-legal__section ul,
  .kn-legal__section ol,
  .kn-legal__meta,
  .kn-legal__notice,
  .kn-legal__callout,
  .kn-legal__cookie {
    max-width: none;
  }

  .kn-legal__section h2 {
    font-size: 18px;
  }

  .kn-legal__section p,
  .kn-legal__section li {
    font-size: 15px;
  }

  .kn-legal__cookie-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .kn-legal__cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kn-legal__cookie-btn {
    width: 100%;
    text-align: center;
  }

  .kn-contact__form-card--light,
  .kn-partner-apply__progress {
    padding: 18px 16px;
  }

  .kn-contact__form-actions .kn-btn--lg,
  .kn-btn--ghost-dark {
    width: 100%;
    justify-content: center;
  }

  .kn-faq-section {
    padding-top: 40px;
  }

  .kn-about__team-block {
    padding-top: 40px;
  }

  .kn-audience__hero {
    padding: 36px 0 28px;
  }

  .kn-audience__features,
  .kn-audience__platforms,
  .kn-audience__split {
    padding-left: 0;
    padding-right: 0;
  }

  .kn-audience__cta-band {
    padding: 28px 20px;
    margin-bottom: 32px;
  }
}

@media (max-width: 480px) {
  .kn-about__team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .kn-about__team-name {
    font-size: 13px;
  }

  .kn-about__team-role {
    font-size: 10px;
  }

  .kn-legal__nav a {
    font-size: 13px;
  }
}
