/* Quiet surfaces, clear product hierarchy, and real branch photography. */
.home-content { --home-ink: #103c53; --home-line: #dce8ee; --home-surface: #f4f8fa; }
.home-content .listing-section { padding-block: clamp(40px, 5vw, 76px); }
.home-content .section-heading { text-align: start; max-width: 760px; margin-inline: 0; margin-bottom: 28px; }
.home-content .section-heading h2, .home-branches h2 { font-size: clamp(25px, 2.6vw, 38px); line-height: 1.6; color: var(--home-ink); margin-block: 8px 12px; }
.home-content .section-lead { font-size: 16px; line-height: 1.9; max-width: 640px; }
.home-content .section-tag { background: transparent; border-radius: 0; padding: 0; color: #087691; font-size: 14px; }
.home-content .soft-section { background: var(--home-surface); }
.home-content .content-card { border: 1px solid var(--home-line); border-radius: 18px; box-shadow: none; overflow: hidden; }
.home-content .content-card-body { padding: 22px; }
.home-content .content-card h3 { font-size: 20px; line-height: 1.6; }
.home-content .content-card p { font-size: 14px; line-height: 1.85; }
.home-products .content-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 18px; }
.home-products .product-card__media { display: block; height: 230px; min-height: 0; background: #fff; }
.home-products .product-card__media img { object-fit: contain; height: 100%; min-height: 0; width: 100%; aspect-ratio: auto; }
.home-products .hero-actions { gap: 8px; }
.home-products .btn { min-height: 44px; padding: 10px 13px; font-size: 13px; }
.home-content .section-action { text-align: start; margin-top: 26px; }
.home-offers .content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.home-offers .content-card > img { width: 100%; aspect-ratio: 2 / 1; height: auto; object-fit: cover; }
.home-services .content-grid { gap: 20px; }
.home-services .content-card > img { height: 170px; width: 100%; object-fit: cover; }
.home-services .hero-actions .btn-primary { display: none; }
.home-content .brand-tile { min-width: 190px; width: 210px; min-height: 0; flex: 0 0 210px; padding: 22px 18px; background: #fff; border: 1px solid var(--home-line); border-radius: 14px; }
.home-content .brand-tile__logo-wrap { box-shadow: none; height: 75px; background: #fff; }
.home-content .brand-tile__title { font-size: 17px; }
.home-content .brand-tile__country, .home-content .brand-tile__cta { font-size: 12px; }
.home-content .steps-grid { gap: 0; border: 1px solid var(--home-line); border-radius: 18px; overflow: hidden; }
.home-content .step-card { border: 0; border-inline-end: 1px solid var(--home-line); border-radius: 0; box-shadow: none; padding: 28px; }
.home-content .step-card:last-child { border-inline-end: 0; }
.home-content .step-number { background: none; color: #087691; font-size: 28px; justify-content: start; }
.home-content .size-finder__intro { padding-block: 16px; }
.home-content .size-finder__status:empty { display: none; }
.home-branches { background: #fff; }
.home-branches__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.home-branches__heading p { max-width: 650px; color: #536a78; line-height: 1.9; }
.home-branches__heading > a { flex-shrink: 0; }
.home-branches__track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #a7c1ce transparent; padding-bottom: 16px; }
.home-branches__card { flex: 0 0 calc((100% - 24px) / 2); min-width: 0; scroll-snap-align: start; text-decoration: none; color: var(--home-ink); border: 1px solid var(--home-line); border-radius: 18px; overflow: hidden; background: #fff; }
.home-branches__photo { aspect-ratio: 4 / 3; background: #14212b; }
.home-branches__photo img { width: 100%; height: 100%; object-fit: contain; }
.home-branches__caption { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; }
.home-branches__caption h3 { font-size: 21px; margin: 0; }
.home-branches__caption > span { font-size: 26px; color: #087691; }
.home-branches__controls { display: flex; justify-content: end; align-items: center; gap: 18px; margin-top: 12px; }
.home-branches__controls[hidden] { display: none; }
.home-branches__controls button { width: 46px; height: 46px; border: 1px solid var(--home-line); border-radius: 50%; background: #fff; color: var(--home-ink); font-size: 23px; cursor: pointer; }
.home-branches__controls button:disabled { opacity: .35; cursor: default; }
.home-branches :focus-visible { outline: 3px solid #008cb5; outline-offset: 3px; }
.home-content .expert-recommendation-section .section-tag { color: #83e5fa; }
@media (max-width: 1100px) {
  .home-products .content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-branches__heading { align-items: start; flex-direction: column; }
}
@media (max-width: 640px) {
  .home-content .content-card-body { padding: 16px; }
  .home-products .content-grid { gap: 12px; }
  .home-products .product-card__media { height: 150px; }
  .home-products .content-card h3 { font-size: 16px; }
  .home-products .hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-products .product-price-row, .home-products .product-meta { flex-wrap: wrap; gap: 6px; }
  .home-offers .content-grid, .home-services .content-grid { grid-template-columns: 1fr; }
  .home-services .content-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); }
  .home-services .content-card > img { height: 100%; min-height: 160px; }
  .home-services .content-card p { display: none; }
  .home-content .steps-grid { grid-template-columns: 1fr; }
  .home-content .step-card { display: flex; align-items: center; gap: 18px; padding: 18px; border-inline-end: 0; border-bottom: 1px solid var(--home-line); }
  .home-content .step-card p { margin: 0; text-align: start; }
  .home-content .step-number { flex-shrink: 0; }
  .home-branches__track { gap: 16px; }
  .home-branches__card { flex-basis: 91%; }
  .home-branches__caption { padding: 16px; }
  .home-branches__controls { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .home-content *, .home-content *::before, .home-content *::after { scroll-behavior: auto !important; }
}
