/* Bond-Art — Light Coffee Luxury Edition */

/* === CSS ПЕРЕМЕННЫЕ === */
:root {
    --color-primary: #F0E6D6;
    --color-cream: #FAF6F0;
    --color-warm: #E8DDD0;
    --color-gold: #B8956A;
    --color-gold-dark: #9A7B56;
    --color-espresso: #2C1810;
    --color-brown: #6B5345;
    --color-muted: #9B8578;
    --color-border: #D4C4B4;
}

/* === БАЗОВЫЕ СТИЛИ === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { 
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif; 
    background-color: #F0E6D6; color: #2C1810; overflow-x: hidden; 
    line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.3s; }
button { cursor: pointer; border: none; background: none; font: inherit; }
ul, ol { list-style: none; }

/* === УТИЛИТЫ === */
.hidden { display: none !important; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.inset-y-0 { top: 0; bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.top-0 { top: 0; }
.top-4 { top: 1rem; }
.right-4 { right: 1rem; }
.bottom-0 { bottom: 0; }
.left-1\/2 { left: 50%; }
.left-4 { left: 1rem; }
.-ml-5 { margin-left: -1.25rem; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-80 { opacity: 0.8; }
.opacity-100 { opacity: 1; }
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.h-1 { height: 0.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-64 { height: 16rem; }
.h-80 { height: 20rem; }
.h-\[24rem\] { height: 24rem; }
.h-\[40rem\] { height: 40rem; }
.h-\[50vh\] { height: 50vh; }
.min-w-\[280px\] { min-width: 280px; }
.appearance-none { appearance: none; -webkit-appearance: none; }
.cursor-ew-resize { cursor: ew-resize; }
.w-\[280px\] { width: 280px; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.min-h-\[70px\] { min-height: 70px; }
.min-h-\[100svh\] { min-height: 100svh; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.flex-1 { flex: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-col { flex-direction: column; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-20 { gap: 5rem; }
.space-x-1 > * + * { margin-left: 0.25rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.p-0\.5 { padding: 0.125rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-12 { padding: 3rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-24 { padding-top: 6rem; }
.pt-32 { padding-top: 8rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-20 { padding-bottom: 5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-24 { margin-bottom: 6rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-16 { margin-top: 4rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-4 { margin-left: 1rem; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* === ШРИФТЫ === */
.font-serif { font-family: 'Cormorant Garamond', Georgia, serif; }
.font-sans { font-family: 'Montserrat', sans-serif; }
.font-script { font-family: 'Great Vibes', cursive; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1.2; }
.text-6xl { font-size: 3.75rem; line-height: 1.1; }
.text-7xl { font-size: 4.5rem; line-height: 1.1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }
.text-\[9px\] { font-size: 9px; }
.text-\[11px\] { font-size: 11px; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.italic { font-style: italic; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-\[0\.3em\] { letter-spacing: 0.3em; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.75; }
.whitespace-nowrap { white-space: nowrap; }

/* === ЦВЕТА — LIGHT COFFEE LUXURY === */
.text-white { color: #ffffff; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-300 { color: #d1d5db; }
.text-accent { color: #B8956A; }
.text-coffee-300 { color: #D4C4B4; }
.text-coffee-500 { color: #9B8578; }
.text-coffee-700 { color: #6B5345; }
.text-coffee-900 { color: #2C1810; }
.bg-white { background-color: #FAF6F0; }
.bg-cream { background-color: #F0E6D6; }
.bg-darkcream { background-color: #E8DDD0; }
.bg-accent { background-color: #B8956A; }
.bg-coffee-900 { background-color: #2C1810; }
.bg-black\/50 { background-color: rgba(0,0,0,0.5); }
.bg-white\/60 { background-color: rgba(250,246,240,0.6); }
.bg-white\/80 { background-color: rgba(250,246,240,0.8); }
.bg-cream\/95 { background-color: rgba(240,230,214,0.95); }
.border-white { border-color: #ffffff; }
.border-accent { border-color: #B8956A; }
.border-accent\/20 { border-color: rgba(184,149,106,0.2); }
.border-accent\/80 { border-color: rgba(184,149,106,0.8); }
.border-coffee-300\/10 { border-color: rgba(212,196,180,0.3); }
.border-coffee-300\/20 { border-color: rgba(212,196,180,0.4); }
.border-coffee-300\/30 { border-color: rgba(212,196,180,0.5); }

/* === ГРАНИЦЫ И СКРУГЛЕНИЯ === */
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-4 { border-width: 4px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-l { border-left-width: 1px; border-left-style: solid; }
.border-l-2 { border-left-width: 2px; border-left-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-r-2 { border-right-width: 2px; border-right-style: solid; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-\[2rem\] { border-radius: 2rem; }
.rounded-\[2\.5rem\] { border-radius: 2.5rem; }
.rounded-\[3rem\] { border-radius: 3rem; }

/* === ТЕНИ — МЯГКИЕ ТЁПЛЫЕ === */
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(44,24,16,0.08), 0 4px 6px -2px rgba(44,24,16,0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(44,24,16,0.1), 0 10px 10px -5px rgba(44,24,16,0.06); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(44,24,16,0.15); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(44,24,16,0.08), 0 2px 4px -1px rgba(44,24,16,0.04); }
.shadow-\[5px_0_15px_rgba\(0\,0\,0\,0\.3\)\] { box-shadow: 5px 0 15px rgba(44,24,16,0.12); }
.shadow-\[0_0_40px_rgba\(194\,178\,128\,0\.4\)\] { box-shadow: 0 0 40px rgba(184,149,106,0.2); }

/* === ПЕРЕХОДЫ И АНИМАЦИИ === */
.transition-all { transition: all 0.3s ease; }
.transition-colors { transition: color 0.3s, background-color 0.3s, border-color 0.3s; }
.transition-opacity { transition: opacity 0.3s; }
.transition-transform { transition: transform 0.3s; }
.transition-shadow { transition: box-shadow 0.3s; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-1000 { transition-duration: 1000ms; }
.transform { transform: translateZ(0); }
.translate-y-4 { transform: translateY(1rem); }
.-translate-y-2 { transform: translateY(-0.5rem); }
.-translate-y-4 { transform: translateY(-1rem); }
.-translate-x-4 { transform: translateX(-1rem); }
.translate-x-4 { transform: translateX(1rem); }
.scale-105 { transform: scale(1.05); }
.scale-110 { transform: scale(1.1); }

/* === BACKDROP И ЭФФЕКТЫ === */
.backdrop-blur-xl { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

/* === СКРОЛЛБАР === */
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.snap-x { scroll-snap-type: x mandatory; }
.snap-start { scroll-snap-align: start; }
.snap-mandatory { scroll-snap-type: x mandatory; }
.scroll-smooth { scroll-behavior: smooth; }

/* === ГРУППА (hover) === */
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:translate-y-0 { transform: translateY(0); }
.group:hover .group-hover\:text-accent { color: #B8956A; }
.group:hover .group-hover\:bg-transparent { background-color: transparent; }

/* === HOVER === */
.hover\:bg-accent:hover { background-color: #B8956A; }
.hover\:bg-accentLight:hover { background-color: #9A7B56; }
.hover\:bg-white:hover { background-color: #FFFFFF; }
.hover\:bg-coffee-900:hover { background-color: #2C1810; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-accent:hover { color: #B8956A; }
.hover\:text-coffee-900:hover { color: #2C1810; }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(44,24,16,0.15); }
.hover\:-translate-y-2:hover { transform: translateY(-0.5rem); }
.hover\:scale-110:hover { transform: scale(1.1); }

/* === ГРАДИЕНТЫ === */
.from-coffee-900\/90 { --tw-gradient-from: rgba(44, 24, 16, 0.9); }
.via-coffee-900\/20 { --tw-gradient-via: rgba(44, 24, 16, 0.2); }
.to-transparent { --tw-gradient-to: transparent; }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }

/* === MIX BLEND === */
.mix-blend-overlay { mix-blend-mode: overlay; }

/* === КОНТЕЙНЕР === */
.container { 
    width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; 
}

/* === НАВИГАЦИЯ === */
#site-header {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 50;
}
#navbar {
    width: 100%;
}

/* Nav link underline effect */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #B8956A;
    transition: width 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}
.nav-link:hover {
    color: #B8956A !important;
}
.nav-link.active {
    color: #B8956A !important;
    font-weight: 600;
}

/* === HERO СЕКЦИЯ === */
.hero-overlay {
    background: linear-gradient(135deg, rgba(44,24,16,0.6) 0%, rgba(44,24,16,0.2) 40%, rgba(44,24,16,0.5) 100%);
}
.text-contrast-shadow {
    text-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.4);
}

/* === ТЁМНАЯ КАРТОЧКА НА СВЕТЛОМ ФОНЕ === */
.coffee-card {
    background: #2C1810; border-left: 4px solid #B8956A;
    box-shadow: 0 20px 40px rgba(44,24,16,0.2); transform: skewX(-5deg);
}
.coffee-card > div { transform: skewX(5deg); }

/* === БЕГУЩАЯ СТРОКА === */
.animate-marquee { animation: marquee 30s linear infinite; }
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* === REVEAL БЛОК === */
.reveal-block { position: relative; overflow: hidden; }
.reveal-block::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: #F0E6D6; z-index: 2; transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transform-origin: left;
}
.reveal-block.is-visible::before { transform: scaleX(0); }

/* === СЛАЙДЕР === */
.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 40px; height: 100vh; cursor: ew-resize; background: transparent;
}
.slider-range::-moz-range-thumb {
    width: 40px; height: 100vh; cursor: ew-resize; background: transparent; border: none;
}

/* === DROP SHADOW === */
.drop-shadow-lg { filter: drop-shadow(0 10px 8px rgba(44,24,16,0.06)) drop-shadow(0 4px 3px rgba(44,24,16,0.08)); }

/* === СЕТКА === */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* === АДАПТИВ (md: 768px) === */
@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:flex-row { flex-direction: row; }
    .md\:flex-col { flex-direction: column; }
    .md\:items-center { align-items: center; }
    .md\:items-end { align-items: flex-end; }
    .md\:items-start { align-items: flex-start; }
    .md\:justify-end { justify-content: flex-end; }
    .md\:justify-center { justify-content: center; }
    .md\:text-left { text-align: left; }
    .md\:text-center { text-align: center; }
    .md\:ml-auto { margin-left: auto; }
    .md\:ml-32 { margin-left: 8rem; }
    .md\:gap-6 { gap: 1.5rem; }
    .md\:gap-8 { gap: 2rem; }
    .md\:gap-10 { gap: 2.5rem; }
    .md\:gap-12 { gap: 3rem; }
    .md\:gap-16 { gap: 4rem; }
    .md\:gap-20 { gap: 5rem; }
    .md\:p-8 { padding: 2rem; }
    .md\:p-12 { padding: 3rem; }
    .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
    .md\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
    .md\:pt-6 { padding-top: 1.5rem; }
    .md\:pb-6 { padding-bottom: 1.5rem; }
    .md\:top-6 { top: 1.5rem; }
    .md\:right-6 { right: 1.5rem; }
    .md\:left-6 { left: 1.5rem; }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1.1; }
    .md\:text-7xl { font-size: 4.5rem; line-height: 1.1; }
    .md\:text-8xl { font-size: 6rem; line-height: 1; }
    .md\:text-9xl { font-size: 8rem; line-height: 1; }
    .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .md\:text-xs { font-size: 0.75rem; line-height: 1rem; }
    .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .md\:min-h-\[90px\] { min-height: 90px; }
    .md\:min-w-\[320px\] { min-width: 320px; }
    .md\:w-\[320px\] { width: 320px; }
    .md\:h-20 { height: 5rem; }
    .md\:h-\[70vh\] { height: 70vh; }
    .md\:-translate-y-4 { transform: translateY(-1rem); }
    .container { padding: 0 3rem; }
}

/* === АДАПТИВ (lg: 1024px) === */
@media (min-width: 1024px) {
    .lg\:flex { display: flex; }
    .lg\:hidden { display: none; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:h-24 { height: 6rem; }
    .lg\:text-\[8\.5rem\] { font-size: 8.5rem; line-height: 1; }
    .lg\:text-\[6\.5rem\] { font-size: 6.5rem; line-height: 1; }
    .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
}

/* === ЗАГРУЗЧИК === */
#page-loader {
    position: fixed; inset: 0; z-index: 9999;
    background: #F0E6D6; display: flex; align-items: center; justify-content: center;
    transition: opacity 0.5s;
}
#page-loader.hidden { opacity: 0; pointer-events: none; }
.loader-spinner {
    width: 40px; height: 40px;
    border: 2px solid rgba(184,149,106,0.2); border-top-color: #B8956A;
    border-radius: 50%; animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* === МОБИЛЬНОЕ МЕНЮ === */
#mobile-menu {
    transition: opacity 0.5s;
}

/* === ФУТЕР === */
footer { background-color: #F0E6D6; }

/* GSAP элементы — всегда видимы */
.gsap-hero-text, .gsap-fade {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* === СНИЗУ ВВЕРХ АНИМАЦИЯ === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* === АДАПТИВ ДЛЯ КАРУСЕЛИ === */
@media (max-width: 767px) {
    .hide-scrollbar { 
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none;
    }
    .hide-scrollbar::-webkit-scrollbar { display: none; }
    
    button, a { min-height: 44px; min-width: 44px; }
    
    .container { padding: 0 1rem; }
    .text-4xl { font-size: 1.75rem; }
    .text-5xl { font-size: 2rem; }
    .text-6xl { font-size: 2.5rem; }
    .py-24 { padding-top: 4rem; padding-bottom: 4rem; }
    .py-32 { padding-top: 5rem; padding-bottom: 5rem; }
    .mb-16 { margin-bottom: 3rem; }
    .mb-24 { margin-bottom: 4rem; }
}

/* === LIGHT LUXURY EXTRAS === */

.gold-divider {
    width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #B8956A, transparent);
    margin: 0 auto;
}

.gold-glow {
    box-shadow: 0 0 30px rgba(184,149,106,0.2), 0 0 60px rgba(184,149,106,0.08);
}

.gold-top-line {
    border-top: 1px solid rgba(184,149,106,0.3);
}

/* Скроллбар */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F0E6D6; }
::-webkit-scrollbar-thumb { background: #D4C4B4; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #B8956A; }

/* Selection */
::selection { background: rgba(184,149,106,0.3); color: #2C1810; }
::-moz-selection { background: rgba(184,149,106,0.3); color: #2C1810; }

/* === NAVIGATION IMPROVEMENTS === */
.nav-link.active,
.nav-link.bg-accent {
    background-color: #B8956A;
    color: #ffffff;
}

/* === BACK TO TOP === */
#back-to-top {
    backdrop-filter: blur(8px);
}

/* === FLOATING CTA === */
#floating-cta {
    box-shadow: 0 -4px 20px rgba(44,24,16,0.15);
}

/* === CAROUSEL DOTS === */
.cat-dot {
    cursor: pointer;
    transition: all 0.3s ease;
}
.cat-dot:hover {
    background-color: #B8956A;
}

/* === CATALOG CARD IMPROVEMENTS === */
#cat-track a {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
