.home-body {
  background: var(--premium-canvas);
  color: var(--premium-black);
  text-align: left;
}
.home-page {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
  padding: 18px 0 88px;
}
.home-page :where(h1, h2, h3, p, ol) { margin-top: 0; }
.home-eyebrow {
  margin: 0 0 22px;
  color: #777771;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}
.home-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(370px, .82fr);
  align-items: center;
  gap: clamp(52px, 7vw, 94px);
  padding: clamp(46px, 6vw, 76px);
  border: 1px solid var(--premium-line-strong);
  border-radius: 16px;
  background: #fff;
}
.home-hero-copy { max-width: 720px; }
.home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--premium-black);
  font-size: clamp(52px, 5.3vw, 72px);
  font-weight: 690;
  line-height: .98;
  letter-spacing: -.058em;
}
.home-lead {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--premium-muted);
  font-size: 16px;
  line-height: 1.72;
}
.home-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}
.home-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 18px;
  border: 1px solid var(--premium-line-strong);
  border-radius: 8px;
  color: var(--premium-black);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.home-button:hover { transform: translateY(-2px); }
.home-button-primary { border-color: var(--premium-black); background: var(--premium-black); color: #fff; }
.home-button-primary:hover { background: #292927; }
.home-button-secondary { background: #fff; }
.home-button-secondary:hover { border-color: var(--premium-black); }
.home-note { margin: 24px 0 0; color: #7f7f78; font-size: 14px; font-weight: 700; letter-spacing: .025em; }

.home-feature-showcase {
  padding: 28px;
  border: 1px solid var(--premium-line-strong);
  border-radius: 12px;
  background: #fbfbf8;
  box-shadow: 0 18px 45px rgba(15, 15, 14, .055);
}
.home-showcase-heading { display: grid; gap: 5px; padding-bottom: 19px; border-bottom: 1px solid var(--premium-line); }
.home-showcase-heading span {
  color: #8f8f88;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-showcase-heading strong { color: var(--premium-black); font-size: 18px; }
.home-feature-list { display: grid; }
.home-feature-list > a {
  min-height: 104px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--premium-line);
  color: var(--premium-black);
  text-decoration: none;
}
.home-feature-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 23, 20, .09);
  border-radius: 16px;
  background: #f7f6f1;
  transition: background .35s ease, border-color .35s ease;
}
.home-feature-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.home-feature-list > a:hover .home-feature-icon { background: #fff; border-color: rgba(23, 23, 20, .16); }
.home-feature-list > a:hover .home-feature-icon img {
  transform: translateY(-2px) scale(1.04);
}
.home-feature-list > a > div { display: grid; gap: 5px; }
.home-feature-list strong { font-size: 15px; }
.home-feature-list small { color: #74746e; font-size: 14px; line-height: 1.55; }
.home-showcase-cta {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 15px;
  border-radius: 7px;
  background: var(--premium-black);
  color: #fff;
  font-size: 14px;
  font-weight: 740;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.home-showcase-cta:hover { background: #292927; transform: translateY(-1px); }

.home-metrics {
  width: min(100% - 80px, 1080px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding: 48px 0;
  border-bottom: 1px solid var(--premium-line-strong);
}
.home-metrics > div { min-height: 74px; display: flex; justify-content: flex-start; flex-direction: column; padding: 0 clamp(14px, 2.5vw, 30px); border-right: 1px solid var(--premium-line); }
.home-metrics > div:first-child { padding-left: 0; }
.home-metrics > div:last-child { border-right: 0; }
.home-metrics strong { color: var(--premium-black); font-size: 30px; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.home-metrics span { margin-top: 9px; color: #767670; font-size: 14px; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }

.home-process {
  width: min(100% - 80px, 1080px);
  margin: 0 auto;
  padding: 108px 0;
}
.home-process > header { max-width: 850px; }
.home-process h2,
.home-cta h2,
.home-links h2 {
  margin: 0;
  color: var(--premium-black);
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: -.052em;
}
.home-process > header > p:last-child { max-width: 670px; margin: 24px 0 0; color: var(--premium-muted); font-size: 16px; line-height: 1.75; }
.home-process > header > p:last-child a { color: var(--premium-black); font-weight: 720; text-underline-offset: 3px; }
.home-process ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 56px 0 0; padding: 0; border-top: 1px solid var(--premium-line-strong); border-bottom: 1px solid var(--premium-line-strong); list-style: none; }
.home-process li { min-height: 220px; padding: 28px; border-right: 1px solid var(--premium-line); transition: background .25s ease; }
.home-process li:first-child { padding-left: 0; }
.home-process li:last-child { border-right: 0; }
.home-process li:hover { background: rgba(255, 255, 255, .55); }
.home-process li > span { color: #92928b; font-size: 14px; font-weight: 800; }
.home-process h3 { margin: 48px 0 11px; color: var(--premium-black); font-size: 19px; letter-spacing: -.025em; }
.home-process li p { margin: 0; color: var(--premium-muted); font-size: 14px; line-height: 1.7; }

.home-end-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 14px; }
.home-cta,
.home-links { min-height: 390px; padding: clamp(36px, 5vw, 60px); border-radius: 14px; }
.home-cta { display: flex; align-items: flex-start; flex-direction: column; background: var(--premium-black); color: #fff; }
.home-cta .home-eyebrow { color: #85857f; }
.home-cta h2 { max-width: 650px; color: #fff; }
.home-cta > p:not(.home-eyebrow) { max-width: 500px; margin: 22px 0 30px; color: #aaa9a2; font-size: 15px; line-height: 1.7; }
.home-button-light { margin-top: auto; border-color: #fff; background: #fff; color: var(--premium-black); }
.home-button-light:hover { background: #e8e8e2; }
.home-links { border: 1px solid var(--premium-line-strong); background: #fff; }
.home-links h2 { font-size: clamp(30px, 3vw, 42px); }
.home-links nav { display: grid; margin-top: 30px; border-top: 1px solid var(--premium-line); }
.home-links nav a { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--premium-line); color: var(--premium-black); font-size: 14px; font-weight: 700; text-decoration: none; }
.home-body .site-footer { margin-top: 0; }

@media (max-width: 960px) {
  .home-hero { grid-template-columns: minmax(0, 1fr) 350px; gap: 42px; }
}
@media (max-width: 820px) {
  .home-page { padding-top: 10px; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; padding: 54px 42px 42px; }
  .home-feature-showcase { width: 100%; }
  .home-metrics,
  .home-process { width: min(100% - 48px, 1080px); }
  .home-end-grid { grid-template-columns: 1fr; }
  .home-cta,
  .home-links { min-height: 350px; }
}
@media (max-width: 600px) {
  .home-page { width: min(100% - 16px, 1240px); padding-bottom: 64px; }
  .home-hero { gap: 34px; padding: 40px 20px 20px; border-radius: 12px; }
  .home-hero h1 { font-size: 42px; line-height: 1.01; }
  .home-lead { margin-top: 20px; font-size: 14px; }
  .home-actions { align-items: stretch; flex-direction: column; }
  .home-button { width: 100%; }
  .home-feature-showcase { padding: 21px; box-shadow: none; }
  .home-metrics { width: calc(100% - 24px); grid-template-columns: 1fr; padding: 24px 0; }
  .home-metrics > div,
  .home-metrics > div:first-child { min-height: 92px; padding: 0; border-right: 0; border-bottom: 1px solid var(--premium-line); }
  .home-metrics > div:last-child { border-bottom: 0; }
  .home-process { width: calc(100% - 24px); padding: 78px 0; }
  .home-process h2 { font-size: 37px; }
  .home-process ol { grid-template-columns: 1fr; margin-top: 40px; }
  .home-process li,
  .home-process li:first-child { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--premium-line); }
  .home-process li:last-child { border-bottom: 0; }
  .home-process h3 { margin-top: 24px; }
  .home-end-grid { gap: 8px; }
  .home-cta,
  .home-links { min-height: 330px; padding: 32px 24px; border-radius: 12px; }
  .home-cta h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-feature-icon img {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
