/* About page — визуально в стиле contacts.css / styles.css */

.breadcrumb {
    background: #f8f9fa;
    padding: 1rem 0;
    margin-top: 70px;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.breadcrumb-nav a {
    color: #6a6a6a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: #1a1a1a;
}

.current {
    color: #1a1a1a;
    font-weight: 500;
}
.about-hero{
    background: white;
    padding: 3.25rem 0 2.5rem;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .about-hero-inner h1{
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
  }
  
  .about-hero-inner p{
    font-size: 1.625rem;
    color: #6a6a6a;
    margin-bottom: 1.25rem;
  }
  
  .about-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #e5e5e5;
    background: #f8f9fa;
    color: #4a4a4a;
  }
  
  .about-content{
    padding: 2rem 0 3rem;
    background: #fafafa;
  }
  
  /* Stats */
  .stats-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
  }
  
  .stat-item{
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
  }
  
  .stat-number{
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
  }
  
  .stat-label{
    color: #6a6a6a;
    font-weight: 600;
  }
  
  /* Title */
  .about-title{
    text-align: center;
    font-size: 2.25rem;
    color: #1a1a1a;
    margin: 3.25rem 0 2rem;
    font-weight: 800;
  }
  
  /* Why us cards */
  .about-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
  
  .about-card{
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 1.5rem;
  }
  
  .about-card h3{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.9rem;
  }
  
  .about-icon{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .about-icon svg{
    width: 22px;
    height: 22px;
    fill: #1a1a1a;
  }
  
  .about-list{
    margin: 0;
    padding-left: 1.2rem;
    color: #4a4a4a;
  }
  
  .about-list li{
    margin: 0.5rem 0;
  }
  
  /* Salons */
  .contact-modern{
    margin-top: 3rem;
  }
  
  .section-head{
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .section-head h2{
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
  }
  
  .section-head p{
    color: #6a6a6a;
  }
  
  .contact-grid{
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 1.25rem;
    max-width: 860px; /* чтобы один салон не растягивался на всю ширину */
    margin: 0 auto;
  }
  
  .contact-item{
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 1.5rem;
  }
  
  .contact-item-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #f0f0f0;
  }

  .contact-item-title{
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
  }

  .contact-chip{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.2px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    color: #1a1a1a;
    flex-shrink: 0;
  }
  
  .contact-info{
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .contact-info:last-of-type{
    border-bottom: none;
  }
  
  .contact-label{
    font-weight: 800;
    color: #1a1a1a;
  }
  
  .contact-value{
    margin: 0;
    color: #2d2d2d;
  }
  
  .phone-link{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1a1a1a;
    font-weight: 800;
    text-decoration: none;
  }
  
  .phone-link:hover{
    text-decoration: underline;
  }
  
  /* Иконка телефона (старый и новый класс — на всякий) */
  .phone-icon-p{
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .phone-icon-p svg{
    width: 16px;
    height: 16px;
    fill: #1a1a1a;
  }
  
  .work-hours{
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    color: #4a4a4a;
    font-weight: 800;
    font-size: 0.9rem;
    text-align: center;
  }
  
  .contact-actions-row{
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    flex-wrap: wrap;
  }
  
  .contact-actions-row .btn{
    flex: 1 1 180px;
    text-align: center;
  }
  
  /* CTA */
  .cta-section{
    margin-top: 3rem;
    background: #1a1a1a;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    border: 1px solid #333;
  }
  
  .cta-inner{
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
  }
  
  .cta-title{
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
  }
  
  .cta-text{
    color: rgba(255,255,255,0.9);
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
  }
  
  /* Responsive */
  @media (max-width: 1024px){
    .stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-grid{
      grid-template-columns: 1fr;
    }
    .contact-grid{
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 768px){
    .about-hero-inner h1{
      font-size: 2rem;
    }
    .about-title{
      font-size: 1.8rem;
    }

    .contact-item-head{
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 10px;
    }
  
    /* чтобы метка всегда оставалась справа */
    .contact-item-title{
      flex: 1 1 auto;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  
    .contact-chip{
      white-space: nowrap;
    }
  }
  .btn-white{
    position: relative;
    overflow: hidden;
    isolation: isolate;
  
    background: #fff;
    color: #111;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 14px;
  
    box-shadow:
      0 10px 22px rgba(0,0,0,.10),
      0 1px 0 rgba(255,255,255,.9) inset;
  
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  
  /* еле заметное “стекло” */
  .btn-white::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index: 0;
  
    background: linear-gradient(
      135deg,
      rgba(0,0,0,.035) 0%,
      rgba(0,0,0,0) 40%,
      rgba(255,255,255,.55) 65%,
      rgba(255,255,255,0) 100%
    );
    opacity: .45;
  }
  
  /* МЯГКИЙ ШЛЕЙФ (широкий) */
  .btn-white::before{
    content:"";
    position:absolute;
    top:-70%;
    left:-60%;
    width: 70%;
    height: 260%;
    pointer-events:none;
    z-index: 0;
  
    background: linear-gradient(
      115deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 42%,
      rgba(0,0,0,.06) 49%,     /* тень до */
      rgba(255,255,255,.95) 52%,/* свет */
      rgba(0,0,0,.05) 56%,     /* тень после */
      rgba(0,0,0,0) 68%,
      rgba(0,0,0,0) 100%
    );
  
    filter: blur(6px);
    opacity: 0;
    transform: translateX(-160%) rotate(14deg);
    transition:
      transform .85s cubic-bezier(.2,.85,.2,1),
      opacity .22s ease;
  }
  
  /* УЗКАЯ ЛИНИЯ БЛИКА (второй слой) */
  .btn-white .shine-line{
    position:absolute;
    inset:-80% auto -80% -60%;
    width: 34%;
    pointer-events:none;
    z-index: 0;
  
    background: linear-gradient(
      115deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 40%,
      rgba(255,255,255,.95) 50%,
      rgba(255,255,255,0) 60%,
      rgba(255,255,255,0) 100%
    );
  
    filter: blur(0.8px);
    opacity: 0;
    transform: translateX(-160%) rotate(14deg);
    transition:
      transform .78s cubic-bezier(.2,.85,.2,1),
      opacity .18s ease;
  }
  
  /* текст поверх */
  .btn-white > *{
    position: relative;
    z-index: 1;
  }
  
  @media (prefers-reduced-motion: reduce){
    .btn-white::before,
    .btn-white .shine-line{ display:none; }
  }
  .button {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
  /* ===== About: Salon slider ===== */
.about-slider{
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}

.about-slider__shell{
  position: relative;
  border-radius: 18px;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,0.08);
}

.about-slider__viewport{
  outline: none;
}

.about-slider__viewport:focus-visible{
  box-shadow: 0 0 0 3px rgba(26,26,26,0.12);
}

.about-slider__track{
  display: flex;
  width: 100%;
  transform: translateX(0);
  transition: transform 450ms cubic-bezier(.2,.85,.2,1);
  will-change: transform;
}

.about-slider__slide{
  position: relative;
  min-width: 100%;
  margin: 0;
  aspect-ratio: 16 / 7;
  background: #f8f9fa;
}

.about-slider__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

/* Мягкий “тематический” градиент + подпись */
.about-slider__caption{
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;

  padding: 14px 14px 12px;
  border-radius: 14px;

  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.62) 0%,
    rgba(0,0,0,0.32) 55%,
    rgba(0,0,0,0.05) 100%
  );
  color: #fff;

  display: grid;
  gap: 6px;
}

.about-slider__caption strong{
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.about-slider__chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;

  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;

  background: rgba(255,255,255,0.92);
  color: #111;
  border: 1px solid rgba(0,0,0,0.12);
}

/* Кнопки */
.about-slider__btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 44px;
  height: 44px;
  border-radius: 14px;

  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.92);
  color: #111;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  z-index: 2;

  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.about-slider__btn span{
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.about-slider__btn--prev{ left: 12px; }
.about-slider__btn--next{ right: 12px; }

@media (hover:hover) and (pointer:fine){
  .about-slider__btn:hover{
    background: #fff;
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 14px 30px rgba(0,0,0,0.14);
  }
}
.about-slider__btn:active{
  transform: translateY(-50%) scale(0.98);
}

/* Dots */
.about-slider__dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.about-slider__dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.65);
  background: rgba(0,0,0,0.25);
  cursor: pointer;
  padding: 0;
}

.about-slider__dot.is-active{
  width: 26px;
  background: rgba(255,255,255,0.92);
  border-color: rgba(0,0,0,0.12);
}

/* Mobile */
@media (max-width: 768px){
  .about-slider__slide{ aspect-ratio: 16 / 10; }
  .about-slider__btn{ width: 40px; height: 40px; border-radius: 12px; }
  .about-slider__caption strong{ font-size: 1rem; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .about-slider__track{ transition: none !important; }
}
