/*
Theme Name: Decor Pronto
Theme URI: https://decor-pronto.ru
Author: Decor Pronto
Description: Премиальная тема для интернет-магазина Decor Pronto на WooCommerce.
Version: 1.0
Text Domain: decor-pronto
*/

/* ============================================
   ПЕРЕМЕННЫЕ
   ============================================ */
:root {
  --color-bg: #F5F5F2;
  --color-card: #B0C4DE;
  --color-accent: #FBE8ED;
  --color-accent2: #F2E5C9;
  --color-text: #4A4A4A;
  --font-heading: "Playfair Display", serif;
  --font-body: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-accent: "Cormorant Garamond", serif;
}

/* ============================================
   СБРОС И БАЗА
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   ШАПКА
   ============================================ */
.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(245, 245, 242, 0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-family: var(--font-heading);
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-logo a:hover {
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-search-form {
  position: relative;
}

.header-search-form input[type="search"] {
  padding: 6px 28px 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  background: #ffffff;
}

.header-search-form button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
}

.header-icon-link {
  position: relative;
  font-size: 16px;
}

.header-icon-link .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: var(--color-accent);
  color: #000;
  font-size: 11px;
  border-radius: 999px;
  padding: 1px 5px;
}

.header-nav {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 8px;
}

.primary-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.primary-menu a:hover {
  text-decoration: none;
}

/* ============================================
   ГЕРОЙ (ГЛАВНАЯ)
   ============================================ */
.hero {
  max-width: 1200px;
  margin: 20px auto 40px;
  padding: 0 20px;
}

.hero-inner {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #d0d6e0;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
}

.hero-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://via.placeholder.com/900x1600?text=Decor+Pronto");
}

.hero-content {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(245,245,242,0.96), rgba(251,232,237,0.9));
}

.hero-tagline {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  margin-bottom: 8px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.hero-subtitle {
  font-size: 14px;
  max-width: 260px;
}

.hero-quote {
  margin-top: 16px;
  font-family: var(--font-accent);
  font-size: 16px;
}

.hero-cta {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ============================================
   КНОПКИ
   ============================================ */
.button,
.wp-element-button,
button,
input[type="submit"] {
  border-radius: 999px;
  border: none;
  padding: 10px 24px;
  font-size: 13px;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  background: var(--color-accent);
  color: #000;
}

.button.button-outline {
  background: transparent;
  border: 1px solid var(--color-accent2);
}

/* ============================================
   СЕКЦИИ И БЛОК ИНСТАГРАМ
   ============================================ */
.section {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 26px;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 18px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.instagram-item {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #ccc;
}

/* ============================================
   ОСНОВНОЙ КОНТЕНТ
   ============================================ */
.site-main {
  max-width: 1200px;
  margin: 30px auto 40px;
  padding: 0 20px;
  width: 100%;
}

.breadcrumbs {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.7;
}

/* ============================================
   ПОДВАЛ
   ============================================ */
.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  background: #f2f0eb;
  margin-top: 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.footer-menu li {
  margin-bottom: 4px;
}

.footer-contacts a {
  display: block;
}

/* ============================================
   WOOCOMMERCE — СЕТКА КАТАЛОГА
   ============================================ */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* ============================================
   WOOCOMMERCE — КАРТОЧКА ТОВАРА (ОБЩАЯ)
   ============================================ */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  background: #B0C4DE;
  border-radius: 16px;
  padding: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
}

/* Ссылка на товар (обёртка картинки) */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block !important;
  width: 100% !important;
  line-height: 0;
  overflow: hidden;
  flex-shrink: 0;
}

/* Картинка в карточке */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
}

/* Текстовый блок внутри карточки */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  display: block !important;
  padding: 14px 14px 4px 14px !important;
  margin: 0 !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-wrap: break-word;
}

.woocommerce ul.products li.product .price {
  padding: 0 14px 8px 14px !important;
  margin: 0 !important;
  font-size: 15px !important;
  display: block !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
  margin: 0 14px 14px 14px !important;
  display: inline-block !important;
  width: auto !important;
  white-space: nowrap !important;
  align-self: flex-start;
}

/* Классы кастомного шаблона decor-pronto-card */
.decor-pronto-card__link {
  display: block !important;
  width: 100% !important;
  line-height: 0;
  overflow: hidden;
}

.decor-pronto-card__img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
}

.decor-pronto-card__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.decor-pronto-card__title {
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 6px 0;
  display: block;
  word-wrap: break-word;
}

.decor-pronto-card__excerpt {
  font-size: 12px;
  opacity: 0.85;
  margin-bottom: 8px;
}

.decor-pronto-card__price {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.decor-pronto-card .stock-status {
  display: inline-block;
  color: #8a8078;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 0;
}

.decor-pronto-card .button,
.decor-pronto-card .add_to_cart_button {
  margin: 0 !important;
  align-self: flex-start;
  white-space: nowrap;
}

/* ============================================
   WOOCOMMERCE — СТРАНИЦА ТОВАРА
   ============================================ */
.single-product .product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
}

.single-product .product .images {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
}

.single-product .product .summary {
  font-size: 14px;
}

.single-product .product_title {
  font-family: var(--font-heading);
  font-size: 28px;
  margin-bottom: 6px;
}

.single-product .price {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-product .product_meta {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 16px;
}

/* ============================================
   АДАПТИВ
   ============================================ */
@media (max-width: 1024px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-content {
    order: -1;
  }
  .single-product .product {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .header-actions {
    width: 100%;
    justify-content: space-between;
  }
  .primary-menu {
    justify-content: center;
  }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ========== Shop layout: filters + products ========== */
.dp-shop-layout{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items:start;
}

.dp-shop-filters{
  position: sticky;
  top: 92px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(242,229,201,0.25);
  border: 1px solid rgba(0,0,0,0.06);
}

.dp-shop-filters .widget{
  margin: 0 0 18px 0;
}

.dp-shop-filters .widget-title,
.dp-shop-filters h2,
.dp-shop-filters h3{
  font-family: var(--font-heading);
  font-size: 18px;
  margin: 0 0 10px 0;
}

.dp-shop-filters ul{
  list-style:none;
  padding:0;
  margin:0;
}

.dp-shop-filters li{
  margin: 8px 0;
}

.dp-shop-results .woocommerce-result-count,
.dp-shop-results .woocommerce-ordering{
  margin-bottom: 14px;
}

@media (max-width: 980px){
  .dp-shop-layout{ grid-template-columns: 1fr; }
  .dp-shop-filters{ position: static; top:auto; }
}
/* ========== Layout: фильтры + товары ========== */
.dp-shop-layout{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items:start;
}

.dp-shop-filters{
  position: sticky;
  top: 92px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(242,229,201,0.25);
  border: 1px solid rgba(0,0,0,0.06);
}

.dp-shop-filters .widget{ margin: 0 0 18px 0; }
.dp-shop-filters .widget-title{
  font-family: var(--font-heading);
  font-size: 18px;
  margin: 0 0 10px 0;
}
.dp-shop-filters ul{ list-style:none; padding:0; margin:0; }
.dp-shop-filters li{ margin: 8px 0; }

@media (max-width: 980px){
  .dp-shop-layout{ grid-template-columns: 1fr; }
  .dp-shop-filters{ position: static; top:auto; }
}

/* ========== Related / Blocks: не сжимать карточки ========== */
.woocommerce .related ul.products{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.wc-block-grid__products{
  display:grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding: 0 !important;
}
.wc-block-grid__product{
  width: auto !important;
  max-width: none !important;
}
@media (max-width: 1024px){
  .wc-block-grid__products{ grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (max-width: 640px){
  .wc-block-grid__products{ grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
/* ============================================================
   DECOR PRONTO — LUXURY WOW LAYER
   Добавить в конец style.css
   ============================================================ */

/* ── Переменные (расширение) ─────────────────────────────── */
:root {
  --dp-cream:   #F5F0E8;
  --dp-ivory:   #FDFAF5;
  --dp-stone:   #C8BFB0;
  --dp-charcoal:#2A2A2A;
  --dp-muted:   #8A8078;
  --dp-rose:    #E8D5D0;
  --dp-gold:    #C4A882;
  --dp-easing:  cubic-bezier(0.23, 1, 0.32, 1);
  --dp-ease-in: cubic-bezier(0.7, 0, 0.84, 0);
}

/* ── Header: scrolled state ──────────────────────────────── */
.site-header {
  transition: padding 0.4s var(--dp-easing), box-shadow 0.4s var(--dp-easing);
}
.site-header.is-scrolled {
  box-shadow: 0 2px 32px rgba(0,0,0,0.08);
  padding: 6px 0;
}

/* ── Marquee announcement bar ────────────────────────────── */
.dp-marquee-bar {
  background: var(--dp-charcoal);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  overflow: hidden;
  height: 32px;
  display: flex;
  align-items: center;
}
.dp-marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: dp-marquee 28s linear infinite;
  will-change: transform;
}
.dp-marquee-track span {
  padding: 0 24px;
  opacity: 0.85;
}
.dp-marquee-dot {
  opacity: 0.3 !important;
  padding: 0 4px !important;
}
@keyframes dp-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Scroll reveal ───────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s var(--dp-easing),
    transform 0.75s var(--dp-easing);
  transition-delay: var(--reveal-delay, 0s);
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* ── Layout utilities ────────────────────────────────────── */
.dp-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 640px) {
  .dp-container { padding: 0 18px; }
}

.dp-label {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--dp-muted);
  margin-bottom: 10px;
}
.dp-label--light { color: rgba(255,255,255,0.6); }

.dp-section-head {
  margin-bottom: 40px;
}
.dp-section-head--between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.dp-section-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
  color: var(--dp-charcoal);
}
.dp-section-title em {
  font-style: italic;
  color: var(--dp-gold);
}
.dp-link-arrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dp-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s var(--dp-easing), color 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.dp-link-arrow:hover { color: var(--dp-charcoal); gap: 14px; text-decoration: none; }
.dp-link-arrow span { transition: transform 0.3s var(--dp-easing); }
.dp-link-arrow:hover span { transform: translateX(4px); }

/* ── Buttons ─────────────────────────────────────────────── */
.dp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 32px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, transform 0.2s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.dp-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  opacity: 0;
  transition: opacity 0.3s;
}
.dp-btn:hover::after { opacity: 1; }
.dp-btn:active { transform: scale(0.97); }

.dp-btn--primary {
  background: var(--dp-charcoal);
  color: #fff;
  box-shadow: 0 4px 24px rgba(42,42,42,0.18);
}
.dp-btn--primary:hover {
  box-shadow: 0 8px 32px rgba(42,42,42,0.28);
  transform: translateY(-1px);
  text-decoration: none;
  color: #fff;
}
.dp-btn--ghost {
  background: transparent;
  color: var(--dp-charcoal);
  border: 1px solid var(--dp-charcoal);
}
.dp-btn--ghost:hover {
  background: var(--dp-charcoal);
  color: #fff;
  text-decoration: none;
}
.dp-btn--lg { padding: 18px 48px; font-size: 13px; }

/* ── HERO ────────────────────────────────────────────────── */
.dp-hero {
  position: relative;
  min-height: min(90vh, 780px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--dp-cream);
}

.dp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.dp-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}
.dp-hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--dp-cream) 30%, transparent 80%);
}

.dp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
  padding: 80px 32px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.dp-hero__eyebrow {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--dp-muted);
  margin: 0 0 18px;
}
.dp-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(44px, 6.5vw, 80px);
  font-weight: 400;
  line-height: 1.02;
  margin: 0 0 22px;
  color: var(--dp-charcoal);
}
.dp-hero__title em {
  font-style: italic;
  color: var(--dp-gold);
  position: relative;
}
.dp-hero__sub {
  font-size: 14px;
  line-height: 1.75;
  color: var(--dp-muted);
  margin: 0 0 36px;
  max-width: 380px;
}
.dp-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.dp-hero__img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--dp-stone);
  box-shadow: 0 32px 80px rgba(0,0,0,0.12);
}
.dp-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s var(--dp-easing);
}
.dp-hero__img-wrap:hover .dp-hero__img {
  transform: scale(1.04);
}
.dp-hero__badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.dp-hero__badge-text {
  font-family: var(--font-heading);
  font-size: 11px;
  line-height: 1.3;
  color: var(--dp-charcoal);
  font-weight: 500;
}
.dp-hero__stats {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding: 18px 24px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.8);
}
.dp-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.dp-hero__stat-num {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--dp-charcoal);
  font-weight: 400;
}
.dp-hero__stat-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dp-muted);
  margin-top: 3px;
}
.dp-hero__stat-divider {
  width: 1px;
  height: 32px;
  background: var(--dp-stone);
}

.dp-hero__scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dp-muted);
}
.dp-scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--dp-stone), transparent);
  animation: dp-scroll-pulse 2s ease-in-out infinite;
}
@keyframes dp-scroll-pulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(1.3); opacity: 1; }
}

/* ── Categories ──────────────────────────────────────────── */
.dp-categories {
  padding: 100px 0;
  background: var(--dp-ivory);
}
.dp-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .dp-categories__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .dp-categories__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}

.dp-cat-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  transition: transform 0.45s var(--dp-easing), box-shadow 0.45s var(--dp-easing);
}
.dp-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  text-decoration: none;
}
.dp-cat-card__img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--dp-cream);
}
.dp-cat-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--dp-easing);
}
.dp-cat-card:hover .dp-cat-card__img {
  transform: scale(1.06);
}
.dp-cat-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dp-cream), var(--dp-rose));
}
.dp-cat-card__icon { font-size: 36px; }
.dp-cat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.dp-cat-card:hover .dp-cat-card__overlay { opacity: 1; }

.dp-cat-card__body {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.dp-cat-card__name {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--dp-charcoal);
  letter-spacing: 0.04em;
}
.dp-cat-card__desc {
  font-size: 11px;
  color: var(--dp-muted);
  display: none;
}
.dp-cat-card__arrow {
  color: var(--dp-muted);
  font-size: 16px;
  transition: transform 0.3s var(--dp-easing), color 0.3s;
  flex-shrink: 0;
}
.dp-cat-card:hover .dp-cat-card__arrow {
  transform: translateX(4px);
  color: var(--dp-charcoal);
}

/* ── Brand Statement ─────────────────────────────────────── */
.dp-statement {
  padding: 120px 0;
  background: var(--dp-charcoal);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.dp-statement__line {
  position: absolute;
  top: 50%;
  width: 160px;
  height: 1px;
  background: rgba(255,255,255,0.12);
}
.dp-statement__line--left  { left: 40px; }
.dp-statement__line--right { right: 40px; }

.dp-statement .dp-label { color: rgba(255,255,255,0.45); margin-bottom: 18px; }
.dp-statement__quote {
  font-family: var(--font-heading);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 28px;
  color: #fff;
}
.dp-statement__quote em {
  font-style: italic;
  color: var(--dp-gold);
}
.dp-statement__text {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,0.55);
  max-width: 540px;
  margin: 0 auto;
}

/* ── New Products ────────────────────────────────────────── */
.dp-new-products {
  padding: 100px 0;
  background: var(--dp-ivory);
}
.dp-products-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .dp-products-slider { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .dp-products-slider { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

.dp-product-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.4s var(--dp-easing), box-shadow 0.4s var(--dp-easing);
}
.dp-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.dp-product-card__img-wrap {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--dp-cream);
}
.dp-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--dp-easing);
}
.dp-product-card:hover .dp-product-card__img {
  transform: scale(1.07);
}

.dp-product-card__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s var(--dp-easing), background 0.2s;
  z-index: 2;
}
.dp-product-card:hover .dp-product-card__wishlist {
  opacity: 1;
  transform: scale(1);
}
.dp-product-card__wishlist.is-active {
  background: var(--dp-rose);
  opacity: 1;
  transform: scale(1);
}
.dp-product-card__wishlist:hover { background: var(--dp-rose); }

.dp-product-card__quick {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42,42,42,0.88);
  backdrop-filter: blur(6px);
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateY(100%);
  transition: transform 0.38s var(--dp-easing);
  font-family: var(--font-body);
}
.dp-product-card:hover .dp-product-card__quick {
  transform: translateY(0);
}

.dp-product-card__body {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dp-product-card__name {
  font-size: 13px;
  color: var(--dp-charcoal);
  line-height: 1.4;
  margin-bottom: auto;
  display: block;
  text-decoration: none;
  transition: color 0.2s;
}
.dp-product-card__name:hover { color: var(--dp-gold); text-decoration: none; }
.dp-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  gap: 8px;
  flex-wrap: wrap;
}
.dp-product-card__price {
  font-size: 15px;
  font-weight: 500;
  color: var(--dp-charcoal);
}
.dp-product-card__add {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--dp-charcoal);
  color: #fff !important;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}
.dp-product-card__add:hover {
  background: var(--dp-gold);
  color: #fff !important;
  text-decoration: none;
  transform: scale(1.04);
}

/* ── Features USP ────────────────────────────────────────── */
.dp-features {
  padding: 80px 0;
  background: var(--dp-cream);
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dp-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 900px) {
  .dp-features__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .dp-features__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
.dp-feature { text-align: center; }
.dp-feature__icon {
  font-size: 20px;
  color: var(--dp-gold);
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0;
}
.dp-feature__title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 10px;
  color: var(--dp-charcoal);
}
.dp-feature__text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--dp-muted);
  margin: 0;
}

/* ── CTA Banner ──────────────────────────────────────────── */
.dp-cta-banner {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--dp-cream) 0%, var(--dp-rose) 60%, var(--dp-cream) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.dp-cta-banner::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,168,130,0.15), transparent 70%);
  pointer-events: none;
}
.dp-cta-banner__inner { position: relative; z-index: 1; }
.dp-cta-banner__title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
  margin: 16px 0 12px;
  color: var(--dp-charcoal);
  line-height: 1.1;
}
.dp-cta-banner__title em { font-style: italic; color: var(--dp-gold); }
.dp-cta-banner__sub {
  font-size: 14px;
  color: var(--dp-muted);
  margin: 0 0 36px;
}

/* ── Quick View Modal ────────────────────────────────────── */
.dp-quick-view-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,18,16,0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--dp-easing);
}
.dp-quick-view-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.dp-quick-view-modal {
  background: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 880px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.4s var(--dp-easing);
  box-shadow: 0 32px 80px rgba(0,0,0,0.2);
}
.dp-quick-view-overlay.is-open .dp-quick-view-modal {
  transform: none;
}
.dp-quick-view-close {
  position: sticky;
  top: 16px;
  float: right;
  margin: 16px 16px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.9);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s, transform 0.2s;
}
.dp-quick-view-close:hover {
  background: var(--dp-charcoal);
  color: #fff;
  transform: rotate(90deg);
}
.dp-quick-view-body { padding: 24px 36px 36px; clear: both; }
.dp-quick-view-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.dp-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(0,0,0,0.08);
  border-top-color: var(--dp-charcoal);
  border-radius: 50%;
  animation: dp-spin 0.7s linear infinite;
}
@keyframes dp-spin { to { transform: rotate(360deg); } }

/* ── Toast notification ──────────────────────────────────── */
#dp-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: var(--dp-charcoal);
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.35s var(--dp-easing);
  z-index: 10000;
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
#dp-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── Cursor glow ─────────────────────────────────────────── */
.dp-cursor-glow {
  position: fixed;
  top: 0; left: 0;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,168,130,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  transition: transform 0.15s linear;
}

/* ── Hero responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .dp-hero__inner {
    grid-template-columns: 1fr;
    padding: 60px 24px 48px;
    gap: 40px;
  }
  .dp-hero__right { order: -1; }
  .dp-hero__img-wrap { aspect-ratio: 16/9; max-height: 280px; }
  .dp-hero__scroll-hint { display: none; }
  .dp-statement__line { display: none; }
  .dp-categories { padding: 60px 0; }
  .dp-new-products, .dp-features { padding: 60px 0; }
  .dp-cta-banner { padding: 60px 0; }
}
/* ============================================================
   DECOR PRONTO — НОВЫЙ БОКОВОЙ ФИЛЬТР + ПАГИНАЦИЯ
   Вставить в КОНЕЦ style.css (после всего существующего кода)
   ============================================================ */

/* ── Базовый layout каталога ─────────────────────────────── */
.dp-catalog-main {
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding: 0 28px 60px !important;
}

/* Переопределяем старый layout — теперь 240px сайдбар */
.dp-shop-layout {
  display: grid !important;
  grid-template-columns: 240px 1fr !important;
  gap: 36px !important;
  align-items: start !important;
}

/* ── КРАСИВЫЙ БОКОВОЙ САЙДБАР ────────────────────────────── */
.dp-sidebar {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.07);
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

/* Шапка сайдбара */
.dp-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dp-sidebar__title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 400;
  color: #2A2A2A;
  letter-spacing: 0.03em;
}
.dp-sidebar__reset {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C4A882;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(196,168,130,0.4);
  transition: all 0.2s;
}
.dp-sidebar__reset:hover {
  background: #C4A882;
  color: #fff;
  text-decoration: none;
}

/* Активные теги фильтров */
.dp-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dp-sidebar__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(196,168,130,0.12);
  color: #5a4020;
  border: 1px solid rgba(196,168,130,0.35);
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.dp-sidebar__tag:hover {
  background: #2A2A2A;
  color: #fff;
  border-color: #2A2A2A;
  text-decoration: none;
}
.dp-sidebar__tag span { opacity: 0.6; font-size: 13px; line-height: 1; }

/* ── Accordion секции фильтра ────────────────────────────── */
.dp-filter-section {
  border-bottom: 1px solid rgba(0,0,0,0.055);
}
.dp-filter-section:last-child { border-bottom: none; }

.dp-filter-section__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2A2A2A;
  text-align: left;
  transition: color 0.2s, background 0.2s;
}
.dp-filter-section__head:hover {
  background: rgba(0,0,0,0.02);
  color: #C4A882;
}
.dp-chevron {
  opacity: 0.4;
  transition: transform 0.3s cubic-bezier(0.23,1,0.32,1), opacity 0.2s;
  flex-shrink: 0;
}
.dp-filter-section__head[aria-expanded="true"] .dp-chevron {
  transform: rotate(180deg);
  opacity: 0.8;
}

.dp-filter-section__body {
  padding: 4px 20px 14px;
}

/* Список пунктов фильтра */
.dp-filter-section__body ul,
.dp-sidebar .widget ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dp-filter-section__body li,
.dp-sidebar .widget li {
  margin: 0 !important;
}
.dp-filter-section__body a,
.dp-sidebar .widget a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 7px 0 !important;
  font-size: 13px !important;
  color: #4A4A4A !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.04) !important;
  transition: color 0.2s !important;
  line-height: 1.4 !important;
}
.dp-filter-section__body li:last-child a,
.dp-sidebar .widget li:last-child a {
  border-bottom: none !important;
}
.dp-filter-section__body a:hover,
.dp-sidebar .widget a:hover {
  color: #2A2A2A !important;
  text-decoration: none !important;
}
.dp-filter-section__body a.chosen,
.dp-sidebar .widget a.chosen {
  color: #2A2A2A !important;
  font-weight: 600 !important;
}
.dp-filter-section__body .count,
.dp-sidebar .widget .count {
  margin-left: auto !important;
  font-size: 10px !important;
  color: #aaa !important;
  background: rgba(0,0,0,0.05) !important;
  padding: 1px 6px !important;
  border-radius: 999px !important;
}

/* Слайдер цены */
.dp-filter-section__body .price_slider_wrapper,
.dp-sidebar .price_slider_wrapper {
  padding: 4px 0 !important;
}
.dp-filter-section__body .price_slider,
.dp-sidebar .price_slider {
  background: rgba(0,0,0,0.08) !important;
  border: none !important;
  height: 3px !important;
  border-radius: 999px !important;
  margin: 18px 6px 22px !important;
}
.dp-filter-section__body .ui-slider-range,
.dp-sidebar .ui-slider-range {
  background: #2A2A2A !important;
  border-radius: 999px !important;
  border: none !important;
}
.dp-filter-section__body .ui-slider-handle,
.dp-sidebar .ui-slider-handle {
  width: 16px !important;
  height: 16px !important;
  top: -7px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 2px solid #2A2A2A !important;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15) !important;
  cursor: pointer !important;
  outline: none !important;
  transition: transform 0.15s, border-color 0.15s !important;
  margin-left: -8px !important;
}
.dp-filter-section__body .ui-slider-handle:hover,
.dp-filter-section__body .ui-slider-handle:focus,
.dp-sidebar .ui-slider-handle:hover {
  transform: scale(1.2) !important;
  border-color: #C4A882 !important;
}
.dp-filter-section__body .price_label,
.dp-sidebar .price_label {
  font-size: 12px !important;
  color: #4A4A4A !important;
  margin-bottom: 10px !important;
  display: block !important;
}
.dp-filter-section__body .price_label .from,
.dp-filter-section__body .price_label .to {
  font-weight: 500;
}
.dp-filter-section__body button.button,
.dp-sidebar button.button {
  display: inline-block !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: #2A2A2A !important;
  color: #fff !important;
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-family: var(--font-body) !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  margin-top: 6px !important;
}
.dp-filter-section__body button.button:hover,
.dp-sidebar button.button:hover {
  background: #C4A882 !important;
}

/* ── Топ-бар результатов ─────────────────────────────────── */
.dp-results-topbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.dp-catalog-title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  margin: 0;
  color: #2A2A2A;
}
.dp-results-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.dp-results-meta .woocommerce-result-count {
  font-size: 12px;
  color: #8A8078;
  margin: 0 !important;
}
.dp-results-meta .woocommerce-ordering { margin: 0 !important; }
.dp-results-meta .woocommerce-ordering select {
  font-family: var(--font-body);
  font-size: 12px;
  padding: 7px 28px 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #2A2A2A;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238A8078'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/* ── ПАГИНАЦИЯ — красивая ────────────────────────────────── */
.dp-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.dp-pagination .page-numbers {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dp-pagination .page-numbers li { margin: 0 !important; }

.dp-pagination .page-numbers a,
.dp-pagination .page-numbers span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  font-size: 13px !important;
  font-family: var(--font-body) !important;
  color: #2A2A2A !important;
  border: 1px solid transparent !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
  padding: 0 8px !important;
}
.dp-pagination .page-numbers a:hover {
  border-color: rgba(0,0,0,0.14) !important;
  background: rgba(0,0,0,0.03) !important;
  text-decoration: none !important;
}
.dp-pagination .page-numbers .current {
  background: #2A2A2A !important;
  color: #fff !important;
  border-color: #2A2A2A !important;
}
.dp-pagination .page-numbers .prev,
.dp-pagination .page-numbers .next {
  font-size: 16px !important;
  border-color: rgba(0,0,0,0.1) !important;
}
.dp-pagination .page-numbers .prev:hover,
.dp-pagination .page-numbers .next:hover {
  background: #2A2A2A !important;
  color: #fff !important;
  border-color: #2A2A2A !important;
}
.dp-pagination .page-numbers .dots {
  border: none !important;
  color: #aaa !important;
}

/* ── Адаптив ─────────────────────────────────────────────── */
@media (max-width: 980px) {
  .dp-shop-layout {
    grid-template-columns: 1fr !important;
  }
  .dp-sidebar {
    position: static !important;
    top: auto !important;
  }
}
@media (max-width: 640px) {
  .dp-catalog-main { padding: 0 14px 40px !important; }
  .dp-results-topbar { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   DECOR PRONTO — UX / SEO / CONSENT HARDENING
   ============================================================ */

.skip-link.screen-reader-text:focus {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 3000;
  background: #2A2A2A;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  clip: auto;
  height: auto;
  width: auto;
}

.header-nav-toggle {
  display: none;
  align-self: flex-start;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.75);
  color: #2A2A2A;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .14em;
}

.header-nav.is-open {
  display: flex;
}

.dp-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2500;
  pointer-events: none;
}

.dp-cookie-banner[hidden] {
  display: none !important;
}

.dp-cookie-banner__panel {
  max-width: 1180px;
  margin: 0 auto;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(42,42,42,0.97);
  color: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,0.28);
}

.dp-cookie-banner__copy strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

.dp-cookie-banner__copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  max-width: 840px;
}

.dp-cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dp-cookie-banner__btn {
  border: 0 !important;
  padding: 11px 18px !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
}

.dp-cookie-banner__btn--accept {
  background: #FBE8ED !important;
}

.dp-cookie-banner__btn--decline {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
}

@media (max-width: 900px) {
  .header-nav-toggle {
    display: inline-flex;
  }

  .header-nav {
    display: none;
    width: 100%;
    padding-top: 12px;
  }

  .primary-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
  }

  .header-actions {
    flex-wrap: wrap;
  }

  .dp-cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .dp-cookie-banner__panel {
    flex-direction: column;
    align-items: stretch;
  }

  .dp-cookie-banner__actions {
    justify-content: stretch;
  }

  .dp-cookie-banner__btn {
    width: 100%;
  }
}
