/**
 * Химчистка кожаной мебели — scope [.chisto-lfc-ref]
 * Логика токенов: design-reference/style.css + leather-furniture-cleaning.html (inline)
 */
.chisto-lfc-ref {
  --lfc-navy-dark: #0f2240;
  --lfc-navy: #1a365d;
  --lfc-navy-light: #2a4a7f;
  --lfc-gold: #d4af37;
  --lfc-gold-light: #e8cc5a;
  --lfc-gold-pale: #faf3dc;
  --lfc-white: #fff;
  --lfc-gray-50: #f8f9fa;
  --lfc-gray-100: #f1f3f5;
  --lfc-gray-200: #e9ecef;
  --lfc-gray-400: #adb5bd;
  --lfc-gray-600: #6c757d;
  --lfc-text-main: #1a1f2e;
  --lfc-text-sub: #4a5568;
  --lfc-radius-sm: 6px;
  --lfc-radius-md: 12px;
  --lfc-shadow-sm: 0 2px 8px rgba(26, 54, 93, 0.08);
  --lfc-tr: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --lfc-font: var(--font);
  font-family: var(--lfc-font);
  color: var(--lfc-text-main);
}

.chisto-lfc-ref *,
.chisto-lfc-ref *::before,
.chisto-lfc-ref *::after {
  box-sizing: border-box;
}

.chisto-lfc-ref .chisto-lfc-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero */
.chisto-lfc-ref .chisto-lfc-hero {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(148deg, var(--lfc-navy-dark) 0%, var(--lfc-navy) 58%, #1d4080 100%);
}

.chisto-lfc-ref .chisto-lfc-hero__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.012) 40px,
    rgba(255, 255, 255, 0.012) 41px
  );
}

.chisto-lfc-ref .chisto-lfc-hero__glow {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 560px;
  height: 560px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 65%);
}

.chisto-lfc-ref .chisto-lfc-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr min(380px, 100%);
  gap: clamp(32px, 5vw, 48px);
  align-items: center;
  padding: clamp(56px, 8vw, 88px) 0;
  width: 100%;
}

.chisto-lfc-ref .chisto-lfc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lfc-gold-light);
  margin-bottom: 22px;
}

.chisto-lfc-ref .chisto-lfc-hero__title {
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.08;
  color: var(--lfc-white);
  margin: 0 0 20px;
}

.chisto-lfc-ref .chisto-lfc-hero__title .chisto-lfc-accent {
  color: var(--lfc-gold);
}

.chisto-lfc-ref .chisto-lfc-hero__lead {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
  max-width: 540px;
  margin: 0 0 32px;
}

.chisto-lfc-ref .chisto-lfc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.chisto-lfc-ref .chisto-lfc-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.chisto-lfc-ref .chisto-lfc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.chisto-lfc-ref .chisto-lfc-pill__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lfc-gold);
  flex-shrink: 0;
}

/* Sections */
.chisto-lfc-ref .chisto-lfc-block {
  padding: 88px 0;
}

.chisto-lfc-ref .chisto-lfc-block--muted {
  background: var(--lfc-gray-50);
}

.chisto-lfc-ref .chisto-lfc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lfc-gold);
  margin-bottom: 16px;
}

.chisto-lfc-ref .chisto-lfc-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--lfc-gold);
}

.chisto-lfc-ref .chisto-lfc-h2 {
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--lfc-navy);
  margin: 0 0 16px;
}

.chisto-lfc-ref .chisto-lfc-lead {
  font-size: 16px;
  line-height: 1.75;
  color: var(--lfc-text-sub);
  max-width: 600px;
  margin: 0;
}

/* Placeholders */
.chisto-lfc-ref .chisto-lfc-ph {
  background: var(--lfc-gray-100);
  border: 2px dashed #dee2e6;
  border-radius: var(--lfc-radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.chisto-lfc-ref .chisto-lfc-ph__icon {
  font-size: 28px;
  opacity: 0.45;
}

.chisto-lfc-ref .chisto-lfc-ph__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--lfc-gray-400);
  padding: 0 12px;
}

.chisto-lfc-ref .chisto-lfc-ph--tile {
  border-radius: var(--lfc-radius-sm);
  gap: 5px;
}

.chisto-lfc-ref .chisto-lfc-ph--tile .chisto-lfc-ph__icon {
  font-size: 22px;
  opacity: 0.4;
}

.chisto-lfc-ref .chisto-lfc-ph--tile .chisto-lfc-ph__label {
  font-size: 10px;
  padding: 0 8px;
}

/* Features */
.chisto-lfc-ref .chisto-lfc-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.chisto-lfc-ref .chisto-lfc-feat-card {
  background: var(--lfc-white);
  border: 1px solid var(--lfc-gray-200);
  border-radius: var(--lfc-radius-md);
  padding: 28px 24px;
  transition: var(--lfc-tr);
}

.chisto-lfc-ref .chisto-lfc-feat-card:hover {
  border-color: var(--lfc-gold);
  box-shadow: var(--lfc-shadow-sm);
  transform: translateY(-3px);
}

.chisto-lfc-ref .chisto-lfc-feat-card__icon {
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 1;
}

.chisto-lfc-ref .chisto-lfc-feat-card__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--lfc-navy);
  margin: 0 0 7px;
}

.chisto-lfc-ref .chisto-lfc-feat-card__desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--lfc-text-sub);
  margin: 0;
}

/* Scope two-col */
.chisto-lfc-ref .chisto-lfc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 56px;
}

.chisto-lfc-ref .chisto-lfc-scope-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chisto-lfc-ref .chisto-lfc-scope-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--lfc-text-sub);
  padding: 11px 16px;
  background: var(--lfc-white);
  border: 1px solid var(--lfc-gray-200);
  border-radius: var(--lfc-radius-sm);
  transition: var(--lfc-tr);
}

.chisto-lfc-ref .chisto-lfc-scope-line:hover {
  border-color: var(--lfc-gold);
  background: var(--lfc-gold-pale);
}

.chisto-lfc-ref .chisto-lfc-scope-line__check {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--lfc-gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--lfc-navy);
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

.chisto-lfc-ref .chisto-lfc-ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Price table (reference) */
.chisto-lfc-ref .chisto-lfc-price-wrap {
  margin-top: 56px;
  overflow-x: auto;
}

.chisto-lfc-ref .chisto-lfc-price-table {
  width: 100%;
  border-collapse: collapse;
}

.chisto-lfc-ref .chisto-lfc-price-table thead th {
  background: var(--lfc-navy);
  color: var(--lfc-white);
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.chisto-lfc-ref .chisto-lfc-price-table thead th:first-child {
  border-radius: var(--lfc-radius-sm) 0 0 0;
}

.chisto-lfc-ref .chisto-lfc-price-table thead th:last-child {
  border-radius: 0 var(--lfc-radius-sm) 0 0;
  text-align: right;
}

.chisto-lfc-ref .chisto-lfc-price-table tbody tr {
  border-bottom: 1px solid var(--lfc-gray-200);
  transition: background var(--lfc-tr);
}

.chisto-lfc-ref .chisto-lfc-price-table tbody tr:hover {
  background: var(--lfc-gold-pale);
}

.chisto-lfc-ref .chisto-lfc-price-table tbody td {
  padding: 13px 20px;
  font-size: 13px;
}

.chisto-lfc-ref .chisto-lfc-price-table tbody td:first-child {
  font-weight: 600;
  color: var(--lfc-navy);
}

.chisto-lfc-ref .chisto-lfc-price-table tbody td:nth-child(2) {
  color: var(--lfc-gray-600);
}

.chisto-lfc-ref .chisto-lfc-price-table tbody td:last-child {
  font-weight: 800;
  color: var(--lfc-navy);
  text-align: right;
}

/* Gallery */
.chisto-lfc-ref .chisto-lfc-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.chisto-lfc-ref .chisto-lfc-gallery .chisto-lfc-ph--tile {
  aspect-ratio: 4/3;
}

/* Related links */
.chisto-lfc-ref .chisto-lfc-rel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.chisto-lfc-ref .chisto-lfc-rel-card {
  background: var(--lfc-white);
  border: 1px solid var(--lfc-gray-200);
  border-radius: var(--lfc-radius-md);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: var(--lfc-tr);
  text-decoration: none;
  color: inherit;
}

.chisto-lfc-ref .chisto-lfc-rel-card:hover {
  border-color: var(--lfc-navy);
  box-shadow: var(--lfc-shadow-sm);
}

.chisto-lfc-ref .chisto-lfc-rel-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--lfc-navy);
}

.chisto-lfc-ref .chisto-lfc-rel-card__arrow {
  color: var(--lfc-gold);
  font-size: 18px;
  flex-shrink: 0;
}

/* Reviews */
.chisto-lfc-ref .chisto-lfc-rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.chisto-lfc-ref .chisto-lfc-rev {
  background: var(--lfc-white);
  border: 1px solid var(--lfc-gray-200);
  border-radius: var(--lfc-radius-md);
  padding: 28px 24px;
  transition: var(--lfc-tr);
  position: relative;
}

.chisto-lfc-ref .chisto-lfc-rev::before {
  content: "❝";
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 48px;
  color: var(--lfc-gray-100);
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}

.chisto-lfc-ref .chisto-lfc-rev:hover {
  transform: translateY(-4px);
  box-shadow: var(--lfc-shadow-sm);
  border-color: transparent;
}

.chisto-lfc-ref .chisto-lfc-rev__stars {
  color: var(--lfc-gold);
  font-size: 15px;
  margin-bottom: 12px;
}

.chisto-lfc-ref .chisto-lfc-rev__text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--lfc-text-sub);
  font-style: italic;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

.chisto-lfc-ref .chisto-lfc-rev__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--lfc-gray-100);
}

.chisto-lfc-ref .chisto-lfc-rev__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--lfc-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: var(--lfc-gold);
  flex-shrink: 0;
}

.chisto-lfc-ref .chisto-lfc-rev__name {
  font-size: 13px;
  font-weight: 800;
  color: var(--lfc-navy);
}

.chisto-lfc-ref .chisto-lfc-rev__meta {
  font-size: 11px;
  color: var(--lfc-gray-600);
  margin-top: 2px;
}

/* CTA */
.chisto-lfc-ref .chisto-lfc-cta {
  background: linear-gradient(135deg, var(--lfc-gold) 0%, #c4941f 100%);
  padding: 72px 0;
}

.chisto-lfc-ref .chisto-lfc-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.chisto-lfc-ref .chisto-lfc-cta__title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  color: var(--lfc-navy-dark);
  line-height: 1.15;
  margin: 0;
}

.chisto-lfc-ref .chisto-lfc-cta__sub {
  font-size: 16px;
  color: rgba(15, 34, 64, 0.7);
  margin-top: 10px;
}

.chisto-lfc-ref .chisto-lfc-cta__aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.chisto-lfc-ref .chisto-lfc-cta__phone {
  font-size: 28px;
  font-weight: 900;
  color: var(--lfc-navy-dark);
  text-align: center;
}

.chisto-lfc-ref .chisto-lfc-cta__phone:hover {
  color: var(--lfc-white);
}

.chisto-lfc-ref .chisto-lfc-cta__note {
  font-size: 12px;
  color: rgba(15, 34, 64, 0.6);
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.chisto-lfc-ref .chisto-lfc-floating {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.chisto-lfc-ref .chisto-lfc-faq-head {
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}

.chisto-lfc-ref .chisto-lfc-faq-list {
  margin-top: 40px;
}

/* Reveal */
.chisto-lfc-ref .chisto-lfc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.chisto-lfc-ref .chisto-lfc-reveal--on {
  opacity: 1;
  transform: translateY(0);
}

.chisto-lfc-ref .chisto-lfc-reveal--st1 {
  transition-delay: 0.1s;
}

.chisto-lfc-ref .chisto-lfc-reveal--st2 {
  transition-delay: 0.2s;
}

.chisto-lfc-ref .chisto-lfc-reveal--st3 {
  transition-delay: 0.3s;
}

.chisto-lfc-ref .chisto-lfc-reveal--st4 {
  transition-delay: 0.4s;
}

@media (max-width: 1100px) {
  .chisto-lfc-ref .chisto-lfc-hero__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .chisto-lfc-ref .chisto-lfc-feat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chisto-lfc-ref .chisto-lfc-split {
    grid-template-columns: 1fr;
  }

  .chisto-lfc-ref .chisto-lfc-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .chisto-lfc-ref .chisto-lfc-rev-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chisto-lfc-ref .chisto-lfc-rel-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .chisto-lfc-ref .chisto-lfc-block {
    padding: 60px 0;
  }

  .chisto-lfc-ref .chisto-lfc-feat-grid {
    grid-template-columns: 1fr;
  }

  .chisto-lfc-ref .chisto-lfc-rev-grid {
    grid-template-columns: 1fr;
  }

  .chisto-lfc-ref .chisto-lfc-rel-grid {
    grid-template-columns: 1fr;
  }

  .chisto-lfc-ref .chisto-lfc-cta__inner {
    flex-direction: column;
    text-align: center;
  }

  .chisto-lfc-ref .chisto-lfc-cta__aside {
    width: 100%;
  }

  .chisto-lfc-ref .chisto-lfc-shell {
    padding: 0 16px;
  }

  .chisto-lfc-ref .chisto-lfc-floating {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .chisto-lfc-ref .chisto-lfc-ba {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .chisto-lfc-ref .chisto-lfc-gallery {
    grid-template-columns: 1fr;
  }
}
