.kc-page {
  --kc-ink: #1b2025;
  --kc-ink-soft: #252b31;
  --kc-gold: #b48658;
  --kc-cream: #f7f5f1;
  --kc-sand: #ece7de;
  --kc-line: #d8d1c6;
  color: var(--kc-ink);
  background: var(--kc-cream);
}

.kc-page *, .kc-page *::before, .kc-page *::after { box-sizing: border-box; }
.kc-page img { display: block; width: 100%; height: 100%; object-fit: cover; }
.kc-page a { text-underline-offset: 3px; }
.kc-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.kc-eyebrow { margin: 0 0 18px; color: var(--kc-gold); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kc-page h1, .kc-page h2, .kc-page h3 { margin-top: 0; color: inherit; font-family: Georgia, 'Times New Roman', serif; line-height: 1.04; }
.kc-page p { line-height: 1.68; }
.kc-section { padding: 92px 0; }
.kc-section--sand { background: var(--kc-sand); }
.kc-section--dark { color: #fff; background: var(--kc-ink); }
.kc-section-head { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); gap: 56px; align-items: end; margin-bottom: 44px; }
.kc-section-head h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(38px, 5vw, 64px); }
.kc-section-head > p { max-width: 470px; margin: 0; color: #5c6268; }
.kc-section--dark .kc-section-head > p { color: #cdd1d4; }

.kc-hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--kc-ink); }
.kc-hero__media, .kc-hero__media::after { position: absolute; inset: 0; }
.kc-hero__media::after { content: ''; background: linear-gradient(90deg, rgba(12,15,18,.9) 0%, rgba(12,15,18,.62) 46%, rgba(12,15,18,.18) 76%, rgba(12,15,18,.08) 100%); }
.kc-hero__media img { object-position: center 52%; }
.kc-hero__content { position: relative; z-index: 1; max-width: 800px; padding: 105px 0 86px; }
.kc-hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 84px); letter-spacing: -.035em; }
.kc-hero__lead { max-width: 690px; margin: 0 0 32px; font-size: clamp(18px, 2vw, 22px); color: #edf0f1; }
.kc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.kc-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--kc-gold); color: #fff; background: var(--kc-gold); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.kc-button:hover { color: #fff; background: #9d744c; }
.kc-button--outline { border-color: rgba(255,255,255,.7); background: transparent; }
.kc-button--outline:hover { background: rgba(255,255,255,.12); }
.kc-trustline { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.32); color: #e8eaeb; font-size: 13px; font-weight: 700; }
.kc-trustline span::before { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 9px 2px 0; border-radius: 50%; background: #d8b27e; }

.kc-anchor-nav { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--kc-line); background: rgba(247,245,241,.97); backdrop-filter: blur(10px); }
.kc-anchor-nav__inner { display: flex; overflow-x: auto; scrollbar-width: none; }
.kc-anchor-nav__inner::-webkit-scrollbar { display: none; }
.kc-anchor-nav a { flex: 0 0 auto; padding: 18px 22px; border-right: 1px solid var(--kc-line); color: #4e555c; font-size: 12px; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.kc-anchor-nav a:first-child { border-left: 1px solid var(--kc-line); }
.kc-anchor-nav a:hover { color: var(--kc-gold); background: #fff; }

.kc-intro-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr); gap: 76px; align-items: start; }
.kc-intro-grid h2 { margin-bottom: 24px; font-size: clamp(40px, 5vw, 64px); }
.kc-intro-grid .kc-copy { max-width: 710px; color: #4e555c; font-size: 18px; }
.kc-fact-card { padding: 34px; border-top: 4px solid var(--kc-gold); background: #fff; box-shadow: 0 20px 45px rgba(22,26,30,.08); }
.kc-fact-card h3 { font-size: 28px; }
.kc-fact-list { padding: 0; margin: 22px 0 0; list-style: none; }
.kc-fact-list li { padding: 13px 0; border-top: 1px solid var(--kc-line); color: #4d5358; line-height: 1.45; }
.kc-fact-list strong { display: block; margin-bottom: 3px; color: var(--kc-ink); }

.kc-style-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.kc-style-card { display: grid; min-height: 100%; color: var(--kc-ink); background: #fff; text-decoration: none; box-shadow: 0 10px 26px rgba(25,30,34,.06); transition: transform .2s ease, box-shadow .2s ease; }
.kc-style-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(25,30,34,.12); }
.kc-style-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: #ddd7cd; }
.kc-style-card__media img { transition: transform .35s ease; }
.kc-style-card:hover img { transform: scale(1.025); }
.kc-style-card__body { display: flex; flex-direction: column; padding: 24px; }
.kc-style-card__body h3 { margin-bottom: 10px; font-size: 28px; }
.kc-style-card__body p { margin: 0 0 18px; color: #62686d; font-size: 14px; }
.kc-style-card__link { margin-top: auto; color: #91683f; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.kc-decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid #40464c; background: #40464c; }
.kc-decision { min-height: 260px; padding: 32px; background: var(--kc-ink-soft); }
.kc-decision__num { display: block; margin-bottom: 34px; color: #d5aa75; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.kc-decision h3 { margin-bottom: 14px; font-size: 30px; }
.kc-decision p { margin: 0; color: #cfd3d6; font-size: 15px; }

.kc-spec-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.kc-spec-image { min-height: 610px; overflow: hidden; }
.kc-spec-image img { object-position: center; }
.kc-spec-list { border-top: 1px solid var(--kc-line); }
.kc-spec-row { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 21px 0; border-bottom: 1px solid var(--kc-line); }
.kc-spec-row h3 { margin: 0; font-family: inherit; font-size: 14px; line-height: 1.45; text-transform: uppercase; }
.kc-spec-row p { margin: 0; color: #5d6368; font-size: 15px; }

.kc-project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.kc-project-card { padding: 26px; border: 1px solid var(--kc-line); background: #fff; }
.kc-project-card h3 { margin-bottom: 12px; font-size: 25px; }
.kc-project-card p { margin: 0; color: #62686d; font-size: 14px; }

.kc-proof-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.kc-proof-image { position: relative; min-height: 580px; overflow: hidden; }
.kc-proof-image--small { min-height: 278px; }
.kc-proof-stack { display: grid; gap: 24px; }
.kc-proof-caption { position: absolute; inset: auto 18px 18px; padding: 14px 16px; color: #fff; background: rgba(19,23,27,.85); font-size: 13px; line-height: 1.45; }

.kc-input-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 44px; border-top: 1px solid var(--kc-line); }
.kc-input { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--kc-line); }
.kc-input__num { color: var(--kc-gold); font-size: 13px; font-weight: 800; }
.kc-input h3 { margin: 0 0 6px; font-family: inherit; font-size: 17px; }
.kc-input p { margin: 0; color: #61676c; font-size: 14px; }
.kc-note { margin-top: 30px; padding: 20px 24px; border-left: 3px solid var(--kc-gold); background: #fff; color: #53595e; }

.kc-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; border-top: 1px solid #454b51; border-bottom: 1px solid #454b51; }
.kc-step { min-height: 250px; padding: 28px 24px; border-right: 1px solid #454b51; }
.kc-step:last-child { border-right: 0; }
.kc-step span { display: block; margin-bottom: 50px; color: #d5aa75; font-size: 12px; font-weight: 800; }
.kc-step h3 { margin-bottom: 10px; font-size: 24px; }
.kc-step p { margin: 0; color: #cfd3d6; font-size: 14px; }
.kc-process-link { margin-top: 28px; color: #fff; }
.kc-process-link a { color: #e1b985; font-weight: 800; }

.kc-faq { border-top: 1px solid var(--kc-line); }
.kc-faq details { border-bottom: 1px solid var(--kc-line); }
.kc-faq summary { position: relative; padding: 24px 52px 24px 0; cursor: pointer; list-style: none; font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 700; }
.kc-faq summary::-webkit-details-marker { display: none; }
.kc-faq summary::after { content: '+'; position: absolute; right: 8px; top: 22px; color: var(--kc-gold); font-family: Arial, sans-serif; font-size: 28px; font-weight: 400; }
.kc-faq details[open] summary::after { content: '−'; }
.kc-faq details p { max-width: 860px; margin: 0; padding: 0 0 24px; color: #596066; }

.kc-cta { position: relative; min-height: 470px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--kc-ink); }
.kc-cta__media, .kc-cta__media::after { position: absolute; inset: 0; }
.kc-cta__media::after { content: ''; background: linear-gradient(90deg, rgba(18,22,25,.95), rgba(18,22,25,.73) 54%, rgba(18,22,25,.18)); }
.kc-cta__content { position: relative; z-index: 1; max-width: 700px; padding: 76px 0; }
.kc-cta h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 66px); }
.kc-cta p { max-width: 640px; margin: 0 0 28px; color: #e1e4e6; font-size: 18px; }

@media (max-width: 980px) {
  .kc-section-head, .kc-intro-grid, .kc-spec-layout { grid-template-columns: 1fr; gap: 32px; }
  .kc-style-grid, .kc-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kc-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kc-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kc-step { border-bottom: 1px solid #454b51; }
  .kc-step:nth-child(2n) { border-right: 0; }
  .kc-step:last-child { grid-column: 1 / -1; min-height: 190px; }
  .kc-spec-image { min-height: 500px; }
}

@media (max-width: 680px) {
  .kc-container { width: min(100% - 32px, 1180px); }
  .kc-section { padding: 58px 0; }
  .kc-section-head { margin-bottom: 30px; }
  .kc-section-head h2, .kc-intro-grid h2 { font-size: 38px; }
  .kc-hero { min-height: 620px; }
  .kc-hero__media::after { background: linear-gradient(0deg, rgba(12,15,18,.95), rgba(12,15,18,.6) 72%, rgba(12,15,18,.32)); }
  .kc-hero__media img { object-position: 58% center; }
  .kc-hero__content { padding: 120px 0 54px; }
  .kc-hero h1 { font-size: 47px; }
  .kc-hero__lead { font-size: 17px; }
  .kc-actions { display: grid; }
  .kc-button { width: 100%; }
  .kc-anchor-nav a { padding: 15px 16px; }
  .kc-style-grid, .kc-decision-grid, .kc-project-grid, .kc-proof-grid, .kc-input-grid, .kc-process { grid-template-columns: 1fr; }
  .kc-style-card__media { aspect-ratio: 16 / 11; }
  .kc-decision { min-height: 0; }
  .kc-spec-image { min-height: 380px; }
  .kc-spec-row { grid-template-columns: 1fr; gap: 8px; }
  .kc-proof-image { min-height: 410px; }
  .kc-proof-image--small { min-height: 260px; }
  .kc-step { min-height: 0; border-right: 0; }
  .kc-step:last-child { grid-column: auto; min-height: 0; }
  .kc-step span { margin-bottom: 24px; }
  .kc-cta { min-height: 520px; }
}

