/* =====================================================
   DUSH-WHYUS.css — WHY CHOOSE US (FINAL / ART)
   Шрифты берём из dush-base.css
   - var(--font-brand) -> Cormorant Garamond
   - var(--font-ui)    -> Inter
===================================================== */

.dushisto-why,
.dushisto-why *{ box-sizing: border-box; }

/* Секция */
.dushisto-why{
  position: relative;
  padding: 88px 0;
  background: transparent;
}

/* мягкая подсветка вокруг блока */
.dushisto-why::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1200px 520px at 18% 0%, rgba(217,186,155,.12), transparent 60%),
    radial-gradient(900px 420px at 88% 20%, rgba(142,106,79,.08), transparent 60%);
  opacity: .9;
}

/* Панель-контейнер */
.dushisto-why__container{
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;

  padding: 56px 44px;
  background: linear-gradient(180deg, #f2e9df 0%, #ece2d7 100%);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(60,40,20,.12);
  overflow: hidden;
}

/* бумажный свет + лёгкая фактура */
.dushisto-why__container::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(900px 420px at 18% 0%, rgba(217,186,155,.16), transparent 60%),
    radial-gradient(700px 360px at 90% 30%, rgba(142,106,79,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.10));
  pointer-events:none;
  opacity: .95;
}

.dushisto-why__container::after{
  content:"";
  position:absolute; inset:0;
  background-image: repeating-linear-gradient(0deg, rgba(43,29,20,.02) 0 1px, transparent 1px 3px);
  opacity: .14;
  pointer-events:none;
}

.dushisto-why__container > *{
  position: relative;
  z-index: 1;
}

/* Заголовок */
.dushisto-why__head{
  text-align: center;
  margin-bottom: 34px;
}

.dushisto-why__head h2{
  font-family: var(--font-brand) !important;
  font-size: 26px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(43,29,20,.92);
  margin: 0 0 10px;
  font-weight: 600;
}

.dushisto-why__head p{
  font-family: var(--font-ui) !important;
  font-size: 13px;
  color: rgba(43,29,20,.70);
  margin: 0;
  line-height: 1.7;
  letter-spacing: .04em;
}

.dushisto-why__line{
  width: 118px;
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, rgba(43,29,20,.08), rgba(43,29,20,.22), rgba(43,29,20,.08));
  opacity: .95;
}

/* Сетка */
.dushisto-why__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* Карточка */
.dushisto-why__item{
  position: relative;
  background: rgba(255,255,255,.62);
  border-radius: 20px;
  padding: 18px 16px 16px;
  text-align: center;

  border: 1px solid rgba(43,29,20,.10);
  box-shadow: 0 18px 45px rgba(60,40,20,.10);
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
  overflow: hidden;
  will-change: transform;
}

.dushisto-why__item::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(520px 240px at 20% 0%, rgba(217,186,155,.14), transparent 60%);
  opacity: .9;
  pointer-events:none;
}

.dushisto-why__item > *{
  position: relative;
  z-index: 1;
}

@media (hover:hover){
  .dushisto-why__item:hover{
    transform: translateY(-6px) rotate(-0.08deg);
    box-shadow: 0 34px 90px rgba(60,40,20,.14);
    border-color: rgba(43,29,20,.16);
  }
}

/* Иконка (emoji/символ) */
.dushisto-why__icon{
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;

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

  border-radius: 14px;
  background: rgba(234,220,205,.45);
  border: 1px solid rgba(43,29,20,.10);
  box-shadow: 0 10px 24px rgba(60,40,20,.10);

  font-size: 20px;
  line-height: 1;
}

/* Заголовок карточки */
.dushisto-why__item h3{
  font-family: var(--font-ui) !important;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(43,29,20,.88);
  margin: 6px 0 10px;
  font-weight: 500;
}

/* Текст карточки */
.dushisto-why__item p{
  font-family: var(--font-ui) !important;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(43,29,20,.72);
  margin: 0;
}

/* Адаптив */
@media (max-width: 1100px){
  .dushisto-why__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px){
  .dushisto-why{ padding: 72px 0; }

  .dushisto-why__container{
    width: min(1180px, calc(100% - 36px));
    padding: 44px 18px;
    border-radius: 22px;
  }

  .dushisto-why__grid{ grid-template-columns: 1fr; }

  .dushisto-why__head h2{ font-size: 24px; }
}


/* =========================================
   WHY — FINAL POLISH (ART LEVEL)
========================================= */

/* Чуть легче фон панели */
.dushisto-why__container{
  background: linear-gradient(180deg, #f3ebe2 0%, #ede4d9 100%) !important;
  padding: 60px 48px !important;
}

/* Убираем излишнюю "бежевость" краёв */
.dushisto-why::before{
  opacity: .55 !important;
}

/* Карточки — делаем более "бумажными" */
.dushisto-why__item{
  background: rgba(255,255,255,.78) !important;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(43,29,20,.08) !important;
  box-shadow: 0 20px 60px rgba(60,40,20,.08) !important;
}

/* Hover мягче и дороже */
@media (hover:hover){
  .dushisto-why__item:hover{
    transform: translateY(-5px) !important;
    box-shadow: 0 35px 90px rgba(60,40,20,.12) !important;
  }
}

/* Иконки чуть изящнее */
.dushisto-why__icon{
  background: rgba(234,220,205,.35) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(60,40,20,.08) !important;
}

/* Заголовок — чуть воздушнее */
.dushisto-why__head h2{
  letter-spacing: .16em !important;
}

/* Отступ между Коллекциями и блоком */
#why-dushisto{
  margin-top: 50px;
}


/* =========================================
   WHY — DEPTH & CONTRAST FIX
========================================= */

/* Больше воздуха сверху */
#why-dushisto{
  margin-top: 70px;
}

/* Контейнер — чуть глубже и плотнее */
.dushisto-why__container{
  box-shadow: 
    0 40px 110px rgba(50,35,20,.18),
    0 8px 25px rgba(50,35,20,.10) !important;
}

/* Лёгкий внутренний свет */
.dushisto-why__container::before{
  opacity: .75 !important;
}

/* Карточки — чуть темнее, чтобы появился слой */
.dushisto-why__item{
  background: rgba(255,255,255,.88) !important;
  box-shadow: 0 22px 60px rgba(50,35,20,.10) !important;
}

/* Hover — ещё мягче */
@media (hover:hover){
  .dushisto-why__item:hover{
    transform: translateY(-4px) !important;
    box-shadow: 0 36px 95px rgba(50,35,20,.14) !important;
  }
}

/* =========================================
   WHY — FINAL WIDTH BALANCE
========================================= */

.dushisto-why__container{
  width: min(1040px, calc(100% - 56px)) !important;
}
