

.page--home {
  --lh-primary: var(--brand-primary);
  --lh-accent:  var(--brand-accent);
  --lh-card:    var(--paper-2);
  --lh-line:    var(--line);
  --lh-muted:   var(--muted);
}

.lh-display,
.lh-h2,
.lh-prop__title,
.lh-plan__price,
.lh-prop__num {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .005em;
  line-height: .95;
}

.lh-eyebrow {
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--lh-accent);
  margin: 0 0 1rem;
}
.lh-eyebrow--ink { color: var(--brand-on-accent); opacity: .72; }

.lh-h2 {
  font-size: clamp(1.9rem, 1rem + 3vw, 3.1rem);
  font-weight: 700; color: var(--ink);
  margin: 0 0 .5rem;
}
.lh-h2--ink { color: var(--brand-on-accent); }

.lh-lead {
  font-size: 1.15rem; line-height: 1.6;
  color: var(--ink); max-width: 46ch; margin: 0 0 2rem;
}

.lh-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  font-size: 1.05rem; line-height: 1;
  padding: .95rem 1.6rem;
  border: 2px solid transparent; border-radius: 0;
  text-decoration: none; cursor: pointer;
  transition: transform .12s ease, background .15s ease, color .15s ease;
}
.lh-btn span { transition: transform .15s ease; }
.lh-btn:hover span { transform: translateX(4px); }
.lh-btn--accent {
  background: var(--lh-accent); color: var(--brand-on-accent);
  border-color: var(--lh-accent);
}
.lh-btn--accent:hover { background: #fff; border-color: #fff; color: #111; }
.lh-btn--ghost {
  background: transparent; color: var(--ink); border-color: var(--lh-line);
}
.lh-btn--ghost:hover { border-color: var(--lh-accent); color: var(--lh-accent); }
.lh-btn--block { display: flex; justify-content: center; width: 100%; }

.lh-actions { display: flex; flex-wrap: wrap; gap: .85rem; }

.lh-section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.lh-section--tight { padding: clamp(3rem, 5vw, 4.5rem) 0; }
.lh-section--alt { background: var(--lh-card); }

.lh-head { max-width: 44rem; margin: 0 0 2.5rem; }
.lh-head--row {
  display: flex; flex-wrap: wrap; align-items: flex-end;
  justify-content: space-between; gap: 1rem; max-width: none;
}
.lh-link-arrow {
  font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: var(--lh-accent); text-decoration: none; white-space: nowrap;
}
.lh-link-arrow:hover { color: #fff; }

.lh-hero {
  border-bottom: 1px solid var(--lh-line);
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}
.lh-hero__grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.lh-display {
  font-size: clamp(3rem, 4vw + 2.5rem, 6.5rem);
  font-weight: 700; color: var(--ink);
  margin: 0 0 1.5rem;
}
.lh-display__accent { color: var(--lh-accent); }
.lh-hero__trust {
  font-size: .95rem; color: var(--lh-muted);
  margin: 1.75rem 0 0; letter-spacing: .02em;
}
.lh-hero__trust strong { color: var(--ink); font-family: var(--font-display); font-size: 1.15rem; }

.lh-hero__media { position: relative; }
.lh-hero__img {
  display: block; width: 100%; aspect-ratio: 4 / 5;
  object-fit: cover; border-radius: 0;
  border: 1px solid var(--lh-line);
  filter: saturate(.92) contrast(1.02);
}
.lh-hero__badge {
  position: absolute; left: -1px; bottom: -1px;
  display: flex; flex-direction: column;
  background: var(--lh-accent); color: var(--brand-on-accent);
  padding: 1rem 1.4rem;
}
.lh-hero__badge-num { font-family: var(--font-display); font-weight: 700; font-size: 2rem; line-height: 1; }
.lh-hero__badge-label { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-top: .25rem; }

.lh-props {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--lh-line);
  border: 1px solid var(--lh-line);
}
.lh-prop {
  background: var(--lh-card);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex; flex-direction: column;
}
.lh-prop__num {
  font-size: clamp(3.5rem, 6vw, 5.5rem); font-weight: 700;
  color: var(--lh-primary); margin: 0 0 .25rem;
  -webkit-text-stroke: 1px var(--lh-accent);
}
.lh-prop__title {
  font-size: 1.5rem; font-weight: 700; color: var(--ink);
  margin: 0 0 .75rem; letter-spacing: .01em;
}
.lh-prop__body { font-size: 1rem; line-height: 1.6; color: var(--lh-muted); margin: 0; }

.lh-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.lh-tile {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--lh-line);
  text-decoration: none; color: var(--ink);
  transition: border-color .15s ease, transform .12s ease;
}
.lh-tile:hover { border-color: var(--lh-accent); transform: translateY(-3px); }
.lh-tile__img {
  display: block; width: 100%; aspect-ratio: 3 / 2;
  object-fit: cover; filter: saturate(.85) brightness(.85);
}
.lh-tile:hover .lh-tile__img { filter: saturate(1) brightness(1); }
.lh-tile__cat {
  font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .03em;
  font-size: 1.15rem; color: var(--ink);
  padding: .85rem 1rem .15rem;
}
.lh-tile__count {
  font-size: .82rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--lh-accent);
  padding: 0 1rem 1rem;
}

.lh-band {
  background: var(--lh-accent); color: var(--brand-on-accent);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}
.lh-band__grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.lh-band__body {
  font-size: 1.1rem; line-height: 1.65;
  color: var(--brand-on-accent); max-width: 48ch; margin: 1rem 0 0;
}
.lh-roles {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.lh-role { display: flex; flex-direction: column; align-items: center; text-align: center; }
.lh-role__img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border: 2px solid var(--brand-on-accent); border-radius: 0;
  filter: grayscale(.25) contrast(1.03);
}
.lh-role__label {
  font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  font-size: 1.05rem; color: var(--brand-on-accent);
  margin-top: .65rem;
}

.lh-pricing {
  background: var(--lh-primary); color: #fff;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}
.lh-pricing__grid {
  display: grid; grid-template-columns: 1.2fr .8fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.lh-pricing .lh-eyebrow { color: var(--lh-accent); }
.lh-pricing .lh-h2 { color: #fff; }
.lh-pricing__body { font-size: 1.1rem; line-height: 1.65; color: rgba(255,255,255,.9); max-width: 50ch; margin: 0 0 1.5rem; }
.lh-pricing__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.lh-pricing__list li {
  position: relative; padding-left: 1.75rem;
  font-size: 1rem; color: rgba(255,255,255,.92);
}
.lh-pricing__list li::before {
  content: "\2192"; position: absolute; left: 0; top: 0;
  color: var(--lh-accent); font-weight: 700;
}

.lh-plan {
  background: var(--paper); border: 2px solid var(--lh-accent);
  padding: clamp(1.75rem, 3vw, 2.5rem); text-align: center;
}
.lh-plan__name {
  font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  font-size: 1rem; color: var(--lh-accent); margin: 0 0 .5rem;
}
.lh-plan__price {
  font-size: clamp(3.25rem, 7vw, 4.75rem); font-weight: 700;
  color: var(--ink); margin: 0 0 .25rem;
}
.lh-plan__price sup { font-size: .35em; vertical-align: super; color: var(--lh-muted); }
.lh-plan__price small { font-size: .26em; font-weight: 600; color: var(--lh-muted); letter-spacing: .04em; }
.lh-plan__desc { font-size: .95rem; line-height: 1.55; color: var(--lh-muted); margin: 0 0 1.5rem; }
.lh-plan__descriptor { font-size: .8rem; color: var(--lh-muted); margin: 1rem 0 0; }
.lh-plan__descriptor strong { color: var(--ink); }

.lh-faq { max-width: 50rem; }
.lh-faq__item {
  border: 1px solid var(--lh-line); border-bottom: 0;
  background: var(--lh-card);
}
.lh-faq__item:last-of-type { border-bottom: 1px solid var(--lh-line); }
.lh-faq__q {
  font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .02em;
  font-size: 1.2rem; color: var(--ink);
  padding: 1.1rem 1.35rem; cursor: pointer;
  list-style: none; position: relative;
}
.lh-faq__q::-webkit-details-marker { display: none; }
.lh-faq__q::after {
  content: "+"; position: absolute; right: 1.35rem; top: 50%;
  transform: translateY(-50%); color: var(--lh-accent);
  font-size: 1.5rem; font-weight: 700;
}
.lh-faq__item[open] .lh-faq__q::after { content: "\2212"; }
.lh-faq__a {
  font-size: 1rem; line-height: 1.65; color: var(--lh-muted);
  margin: 0; padding: 0 1.35rem 1.25rem;
}

@media (max-width: 991px) {
  .lh-hero__grid,
  .lh-band__grid,
  .lh-pricing__grid { grid-template-columns: 1fr; }
  .lh-hero__media { order: -1; }
  .lh-hero__img { aspect-ratio: 16 / 10; }
  .lh-props { grid-template-columns: 1fr; }
  .lh-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .lh-grid { grid-template-columns: repeat(2, 1fr); }
  .lh-actions { flex-direction: column; align-items: stretch; }
  .lh-btn { justify-content: center; }
  .lh-roles { grid-template-columns: 1fr 1fr; }
}

.site-footer {
  background: var(--paper, #0D0F12);
  color: var(--ink, #F4F5F6);
}
.site-footer .site-footer__name,
.footer-brand .brand-name,
.site-footer .brand .brand-name {
  color: #fff;
}
