/* =============================================
   AROMABLOG — LUXURY HALF & HALF v3
   Header + Hero: тёмный #1C1410
   Страница: тёплый кремовый #FAF7F2
   Карточки: белый #FFFFFF
   Акцент: золото #B8955A
   ============================================= */

html, body, .t-body {
  background-color: #FAF7F2 !important;
  color: #1C1410 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
}

::selection { background: rgba(184,149,90,0.25); color: #1C1410; }

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: #FAF7F2; }
::-webkit-scrollbar-thumb { background: #B8955A; }

/* === HEADER — тёмный === */

.t456 {
  background: rgba(28,20,16,0.97) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid rgba(184,149,90,0.2) !important;
}

.t-menu__link-item {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #C8B99A !important;
  transition: color 0.3s ease !important;
}

.t-menu__link-item:hover { color: #B8955A !important; }

/* === HERO — тёмный === */

.t-cover__carrier {
  filter: brightness(0.45) saturate(0.7) !important;
}

.t-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,20,16,0.9) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

.t-cover .t-container, .t-cover .t-col { position: relative; z-index: 2; }

.t001__uptitle, .t-cover .t-uptitle {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(38px, 5.5vw, 72px) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
  color: #FAF7F2 !important;
  line-height: 1.15 !important;
}

.t001__title, .t-cover .t-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: rgba(184,149,90,0.9) !important;
  margin-top: 16px !important;
}

.t-cover__arrow svg path, .t-cover__arrow svg polyline {
  stroke: #B8955A !important;
}

/* === ВСЕ СЕКЦИИ — кремовый фон === */

.t-rec,
.t-rec[style] {
  background-color: #FAF7F2 !important;
}

.t-rec[style*="efefef"],
.t-rec[style*="f5f5f5"],
.t-rec[style*="ffffff"],
.t-rec[style*="FFFFFF"] {
  background-color: #F0EBE3 !important;
}

/* === ABOUT === */

.t220 { background: #FAF7F2 !important; }

.t220__textwrapper,
.t220__textwrapper[style] {
  background-color: #F0EBE3 !important;
  border-left: 2px solid rgba(184,149,90,0.5) !important;
  padding-left: 32px !important;
  border-radius: 2px !important;
}

.t220__title, .t-heading {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(24px, 2.8vw, 38px) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #1C1410 !important;
  letter-spacing: 0.02em !important;
}

.t220__text, .t-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.95 !important;
  color: #5C5248 !important;
  letter-spacing: 0.025em !important;
}

/* === ФИЛЬТРЫ === */

.t-feed__parts-switch-btn {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #5C5248 !important;
  background: transparent !important;
  border: 1px solid #C8B99A !important;
  border-radius: 0 !important;
  padding: 9px 20px !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}

.t-feed__parts-switch-btn:hover {
  color: #1C1410 !important;
  border-color: #B8955A !important;
  background: rgba(184,149,90,0.08) !important;
}

.t-feed__parts-switch-btn_active,
.t-feed__parts-switch-btn.t-active {
  color: #FAF7F2 !important;
  background: #1C1410 !important;
  border-color: #1C1410 !important;
}

/* === КАРТОЧКИ === */

.t-feed__col-grid__post-wrapper {
  background: #FFFFFF !important;
  border: 1px solid rgba(28,20,16,0.08) !important;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.t-feed__col-grid__post-wrapper:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(184,149,90,0.4) !important;
  box-shadow: 0 16px 40px rgba(28,20,16,0.1) !important;
}

.t-feed__col-grid__wrapper {
  background: #FFFFFF !important;
  padding: 20px 20px 24px !important;
  box-sizing: border-box !important;
}

.t-feed__post-tag {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  color: #B8955A !important;
}

.t-feed__col-grid__post-wrapper .t-feed__post-title,
.t-feed__col-grid__post-wrapper .t-name {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #1C1410 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  transition: color 0.25s ease !important;
}

.t-feed__col-grid__post-wrapper:hover .t-feed__post-title,
.t-feed__col-grid__post-wrapper:hover .t-name {
  color: #B8955A !important;
}

.t-feed__post-descr, .t-descr {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #5C5248 !important;
  line-height: 1.75 !important;
}

.t-feed__post-date {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
  color: #9C8E82 !important;
}

.t-feed__post-bgimg {
  filter: saturate(0.88) !important;
  transition: filter 0.5s ease, transform 0.6s ease !important;
}

.t-feed__col-grid__post-wrapper:hover .t-feed__post-bgimg {
  filter: saturate(1) !important;
  transform: scale(1.03) !important;
}

/* === POPULAR SLIDER === */

.t-feed__slider-grid__post-wrapper,
.t-feed__slider-grid__post-wrapper[style] {
  background: #FFFFFF !important;
  border: 1px solid rgba(28,20,16,0.08) !important;
  transition: border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.t-feed__slider-grid__post-wrapper:hover {
  border-color: rgba(184,149,90,0.4) !important;
  box-shadow: 0 12px 32px rgba(28,20,16,0.1) !important;
}

.t-slds__arrow {
  background: rgba(184,149,90,0.1) !important;
  border: 1px solid rgba(184,149,90,0.4) !important;
  border-radius: 0 !important;
  transition: background 0.25s ease !important;
}

.t-slds__arrow:hover { background: rgba(184,149,90,0.22) !important; }

.t-slds__arrow svg path, .t-slds__arrow svg line,
.t-slds__arrow svg polyline { stroke: #B8955A !important; }

/* Заголовки секций */
.t-title, .t-feed__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #1C1410 !important;
  letter-spacing: 0.02em !important;
}

/* === T123 === */
.t123 { background: #FAF7F2 !important; }

/* === СТРАНИЦА ПОСТА — светлая тема === */

.t-feed__post-popup,
.t-feed__post-popup__container,
.t-feed__post-popup__content-wrapper,
.t-feed__post-popup__content {
  background: #FAF7F2 !important;
}

/* Хедер поста (кнопка назад + шейр) */
.t-feed__post-popup__close-wrapper {
  background: rgba(250,247,242,0.97) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(184,149,90,0.2) !important;
}

.t-feed__post-popup__close-text,
.t-feed__post-popup__close-text .t-descr {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #5C5248 !important;
}

/* Иконка закрытия / стрелка назад */
.t-popup__close-icon path,
.t-popup__close-icon line,
.t-popup__close-icon polyline { stroke: #1C1410 !important; }

/* Заголовок поста */
.t-feed__post-popup__title,
.js-feed-post-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(26px, 3.8vw, 50px) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #1C1410 !important;
  line-height: 1.2 !important;
}

/* Линия под заголовком */
.t-feed__post-popup__title-wrapper::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #B8955A;
  margin-top: 20px;
  opacity: 0.6;
}

/* Обложка */
.t-feed__post-popup__cover-wrapper { overflow: hidden !important; position: relative !important; }
.t-feed__post-popup__img { filter: brightness(0.95) saturate(0.9) !important; }

.t-feed__post-popup__cover-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100px;
  background: linear-gradient(to top, #FAF7F2, transparent);
  pointer-events: none;
}

/* Дата */
.t-feed__post-popup__date,
.js-feed-post-date {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #9C8E82 !important;
}

/* Теги */
.t-feed__post-popup__tag {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  color: #B8955A !important;
  border: 1px solid rgba(184,149,90,0.35) !important;
  background: rgba(184,149,90,0.07) !important;
  padding: 4px 12px !important;
}
.t-feed__post-popup__tag span { color: #B8955A !important; }

/* Основной текст поста */
.t-redactor__text,
.t-feed__post-popup__text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
  color: #3A3028 !important;
  background: transparent !important;
}

/* H2 */
.t-redactor__h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(20px, 2.8vw, 32px) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #1C1410 !important;
}

/* H3 */
.t-redactor__h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(17px, 2.2vw, 24px) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #1C1410 !important;
  padding-left: 14px !important;
  border-left: 1px solid rgba(184,149,90,0.45) !important;
  margin-top: 40px !important;
}

/* Strong */
.t-redactor__text strong { font-weight: 600 !important; color: #1C1410 !important; }

/* Ссылки */
.t-feed__post-popup__text a,
.t-redactor__text a {
  color: #B8955A !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(184,149,90,0.4) !important;
}

/* Списки */
.t-redactor__text ul li,
.t-feed__post-popup__text ul li {
  list-style: none !important;
  padding-left: 18px !important;
  position: relative !important;
  color: #3A3028 !important;
  font-weight: 300 !important;
}

.t-redactor__text ul li::before,
.t-feed__post-popup__text ul li::before {
  content: '—' !important;
  position: absolute !important;
  left: 0 !important;
  color: rgba(184,149,90,0.7) !important;
}

/* Шейр-иконка */
.t-feed__share-icon svg path { fill: #5C5248 !important; }

/* Анимация открытия */
.t-popup_show .t-popup__container-animated {
  animation: luxIn 0.4s cubic-bezier(0.16,1,0.3,1) forwards !important;
}

@keyframes luxIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}