/*
Theme Name: LYNA LETA
Theme URI: https://lynaleta.ru
Author: LYNA LETA
Author URI: https://lynaleta.ru
Description: Минималистичная тема для ювелирного бренда LYNA LETA с поддержкой WooCommerce. Авторские украшения ручной работы из натуральных камней.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lynaleta
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, theme-options, translation-ready

LYNA LETA — нежность с характером
*/

/* ============================================
   CSS Custom Properties
   ============================================ */

:root {
  /* Brand colors from brandbook */
  --color-primary: #9674A6;
  --color-primary-hover: #5D2E73;
  --color-primary-light: #B3ADD9;
  --color-gold: #DEC67A;
  --color-gold-hover: #A69574;
  --color-beige: #A69574;
  --color-bg: #ffffff;
  --color-text: #3a3a3a;
  --color-text-light: #f5f0eb;
  --color-gray-bg: #f9f7f5;
  --color-border: #e8e3de;

  /* Typography — luxury serif */
  --font-heading: 'Cinzel', 'Georgia', 'Times New Roman', serif;
  --font-body: 'Cormorant Garamond', 'Georgia', serif;

  /* Spacing */
  --header-height: 70px;
  --top-bar-height: 0px;
}

/* ============================================
   Reset & Base
   ============================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

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

ul {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* ============================================
   Container
   ============================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.container--narrow {
  max-width: 800px;
}

/* ============================================
   Top Bar
   ============================================ */
.top-bar {
  display: none;
}

.top-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar__left,
.top-bar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-bar__link {
  color: var(--color-text-light);
  opacity: 0.85;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
}

.top-bar__link:hover {
  opacity: 1;
}

/* ============================================
   Header
   ============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--color-primary-hover);
  height: var(--header-height);
  border-bottom: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.header--scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header__icon {
  color: var(--color-text-light);
  opacity: 0.85;
  transition: opacity 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header__icon:hover {
  opacity: 1;
  color: var(--color-gold);
}

.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  overflow: hidden;
  height: 40px;
}

.header__logo-img,
.header__logo .custom-logo {
  height: 52px;
  width: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.header__logo-img--purple {
  display: none;
}

.header__logo-img--gold {
  display: block;
}

.header__logo:hover .header__logo-img {
  opacity: 0.85;
}

/* Burger */
.header__burger {
  width: 28px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header__burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--color-text-light);
  transition: all 0.3s ease;
  transform-origin: center;
}

.header__burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ============================================
   Desktop Navigation
   ============================================ */
.nav-desktop {
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  z-index: 998;
  transition: transform 0.3s ease;
}

.nav-desktop__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav-desktop__list {
  display: flex;
  justify-content: center;
  gap: 0;
}

.nav-desktop__link {
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 20px;
  display: block;
  position: relative;
  color: var(--color-text);
  transition: color 0.3s ease;
}

.nav-desktop__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: var(--color-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-desktop__link:hover {
  color: var(--color-primary);
}

.nav-desktop__link:hover::after {
  transform: scaleX(1);
}

/* Desktop submenu */
.nav-desktop__has-sub {
  position: relative;
}

.nav-desktop__sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s ease;
  z-index: 100;
}

.nav-desktop__has-sub:hover .nav-desktop__sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-desktop__sub a {
  display: block;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: background 0.3s ease, color 0.3s ease;
}

.nav-desktop__sub a:hover {
  background: var(--color-gray-bg);
  color: var(--color-primary);
}

/* WordPress menu compatibility */
.nav-desktop__list .menu-item-has-children {
  position: relative;
}

.nav-desktop__list .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s ease;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-desktop__list .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-desktop__list .sub-menu a {
  display: block;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: background 0.3s ease, color 0.3s ease;
}

.nav-desktop__list .sub-menu a:hover {
  background: var(--color-gray-bg);
  color: var(--color-primary);
}

/* ============================================
   Mobile Navigation
   ============================================ */
.nav-mobile__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}

.nav-mobile__overlay.active {
  opacity: 1;
  visibility: visible;
}

.nav-mobile__panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-bg);
  z-index: 1002;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 24px;
}

.nav-mobile__panel.active {
  transform: translateX(0);
}

.nav-mobile__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--color-text);
  padding: 4px;
}

.nav-mobile__list {
  margin-top: 60px;
}

.nav-mobile__link,
.nav-mobile__list .menu-item > a {
  font-family: var(--font-heading);
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
  transition: color 0.3s ease;
}

.nav-mobile__link:hover,
.nav-mobile__list .menu-item > a:hover {
  color: var(--color-primary);
}

.nav-mobile__has-sub {
  position: relative;
}

.nav-mobile__toggle {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 4px;
  transition: transform 0.3s ease;
}

.nav-mobile__toggle.active {
  transform: rotate(180deg);
}

.nav-mobile__sub,
.nav-mobile__list .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-mobile__sub.active,
.nav-mobile__list .sub-menu.active {
  max-height: 400px;
}

.nav-mobile__sub a,
.nav-mobile__list .sub-menu a {
  display: block;
  padding: 10px 0 10px 16px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  transition: color 0.3s ease;
}

.nav-mobile__sub a:hover,
.nav-mobile__list .sub-menu a:hover {
  color: var(--color-primary);
}

.nav-mobile__search {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

.nav-mobile__search .nav-mobile__link {
  display: flex;
  align-items: center;
}

/* ============================================
   Hero Slider
   ============================================ */
.hero {
  margin-top: var(--header-height);
  position: relative;
  height: 75vh;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
  background: var(--color-primary-hover);
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

.hero__slide--active {
  opacity: 1;
  z-index: 2;
}

.hero__slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--color-primary-hover);
  background-image: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary) 50%, var(--color-primary-hover) 100%);
  transform: scale(1);
  transition: transform 6s ease;
}

.hero__slide--active .hero__slide-bg {
  transform: scale(1.05);
}

.hero__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}

.hero__content {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  padding: 0 24px;
  color: #fff;
}

.hero__label {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s 0.3s forwards;
}

.hero__title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1.2;
  margin: 16px 0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s 0.5s forwards;
}

.hero__subtitle {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 500px;
  margin: 0 auto 32px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s 0.7s forwards;
}

.hero__btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s 0.9s forwards;
}

.hero__btn:hover {
  background: var(--color-gold);
  color: #fff;
  border-color: var(--color-gold);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Nav */
.hero__nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero__arrow {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.hero__arrow:hover {
  color: #fff;
}

.hero__dots {
  display: flex;
  gap: 8px;
}

.hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  padding: 10px;
  background-clip: content-box;
  cursor: pointer;
}

.hero__dot--active {
  background: #fff;
  transform: scale(1.2);
}

/* ============================================
   Section
   ============================================ */
.section {
  padding: 80px 0;
}

.section--gray {
  background: var(--color-gray-bg);
}

.section--burgundy {
  background: var(--color-primary);
  color: var(--color-text-light);
}

.section__title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}

.section__title--light {
  color: var(--color-text-light);
}

.section__title--left {
  text-align: left;
}

.section__line {
  width: 60px;
  height: 1px;
  background: var(--color-gold);
  margin: 20px auto 40px;
}

.section__line--light {
  background: var(--color-text-light);
  opacity: 0.5;
}

.section__line--left {
  margin-left: 0;
}

.section__desc {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

.section__desc--light {
  color: rgba(245, 230, 208, 0.8);
}

.section__cta {
  text-align: center;
  margin-top: 48px;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: var(--font-body);
}

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

.btn--outline:hover {
  background: var(--color-primary);
  color: #fff;
}

.btn--filled {
  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}

.btn--filled:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.btn--light {
  border: 1px solid var(--color-text-light);
  color: var(--color-text-light);
  background: transparent;
}

.btn--light:hover {
  background: var(--color-text-light);
  color: var(--color-primary);
}

/* ============================================
   Products Grid
   ============================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-card {
  text-align: center;
}

.product-card--dark {
  color: var(--color-text-light);
}

.product-card__image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--color-gray-bg);
  border-radius: 2px;
}

.product-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f6f3 0%, #ede8e2 100%);
}

.product-card__placeholder--dark {
  background: linear-gradient(135deg, rgba(128, 2, 9, 0.3) 0%, rgba(128, 2, 9, 0.5) 100%);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-primary);
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  z-index: 2;
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card__image:hover .product-card__overlay {
  opacity: 1;
}

.product-card__quick {
  padding: 14px 24px;
  background: #fff;
  color: var(--color-text);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.product-card__image:hover .product-card__quick {
  transform: translateY(0);
}

.product-card__quick:hover {
  background: var(--color-primary);
  color: #fff;
}

.product-card__name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.product-card__desc {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.product-card--dark .product-card__desc {
  color: rgba(245, 230, 208, 0.6);
}

.product-card__price {
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--color-text);
  letter-spacing: 1px;
}

.product-card--dark .product-card__price {
  color: var(--color-text-light);
}

/* ============================================
   Categories Grid
   ============================================ */
/* Category cards — now use .catalog-grid / .catalog-card from woocommerce.css */

/* ============================================
   Exclusive Slider
   ============================================ */
.exclusive-slider {
  position: relative;
  overflow: hidden;
}

.exclusive-slider__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.exclusive-slider__slide {
  min-width: 33.333%;
  padding: 0 12px;
}

.exclusive-card {
  text-align: center;
}

.exclusive-card__image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--color-gray-bg);
}

.exclusive-card__image .product-card__placeholder {
  background: linear-gradient(135deg, #f0ece8 0%, #e6dfd8 100%);
}

.exclusive-card__name {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.exclusive-card__desc {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.exclusive-card__price {
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--color-text);
}

.exclusive-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  transition: all 0.3s ease;
  z-index: 10;
}

.exclusive-slider__arrow:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.exclusive-slider__arrow--prev {
  left: 0;
}

.exclusive-slider__arrow--next {
  right: 0;
}

/* ============================================
   New Arrivals Slider
   ============================================ */
.new-slider {
  position: relative;
  overflow: hidden;
}

.new-slider__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.new-slider__slide {
  min-width: 25%;
  padding: 0 12px;
}

.new-slider__arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0.5;
}

.new-slider__arrow:hover {
  opacity: 1;
  color: var(--color-primary);
}

.new-slider__arrow--prev {
  left: 0;
}

.new-slider__arrow--next {
  right: 0;
}

/* ============================================
   Reviews Slider
   ============================================ */
.reviews-slider {
  position: relative;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
}

.reviews-slider__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews-slider__slide {
  min-width: 100%;
  padding: 0 40px;
}

.review-card {
  text-align: center;
  padding: 32px;
}

.review-card__stars {
  color: var(--color-gold);
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.review-card__text {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  color: #777;
  margin-bottom: 20px;
}

.review-card__author {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}

.reviews-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: color 0.3s ease;
}

.reviews-slider__arrow:hover {
  color: var(--color-primary);
}

.reviews-slider__arrow--prev {
  left: 0;
}

.reviews-slider__arrow--next {
  right: 0;
}

/* ============================================
   Delivery Grid
   ============================================ */
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.delivery-card {
  text-align: center;
  padding: 24px 16px;
}

.delivery-card__icon {
  margin-bottom: 20px;
}

.delivery-card__title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.delivery-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

/* ============================================
   About
   ============================================ */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about__placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #f0ece8 0%, #e6dfd8 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 16px;
  letter-spacing: 2px;
}

.about__image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.about__text p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #777;
}

.about__text .btn {
  margin-top: 12px;
}

/* ============================================
   Contacts
   ============================================ */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contacts__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 15px;
}

.contacts__socials {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.contacts__social {
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: all 0.3s ease;
}

.contacts__social:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.contacts__form-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.contacts__input,
.contacts__textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  margin-bottom: 16px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  outline: none;
}

.contacts__input:focus,
.contacts__textarea:focus {
  border-color: var(--color-primary);
}

.contacts__textarea {
  resize: vertical;
  min-height: 100px;
}

.contacts__form .btn {
  width: 100%;
}

/* ============================================
   Footer
   ============================================ */
.footer {
  background: var(--color-primary);
  color: var(--color-text-light);
  padding: 60px 0 30px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer__brand {
  text-align: center;
  margin-bottom: 40px;
}

.footer__logo {
  display: block;
  margin-bottom: 8px;
}

.footer__logo img {
  height: 40px;
  width: auto;
  margin: 0 auto;
}

.footer__tagline {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.8;
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 40px;
}

.footer__links a {
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.footer__links a:hover {
  opacity: 1;
}

/* WordPress footer menu */
.footer__menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}

.footer__menu a {
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.footer__menu a:hover {
  opacity: 1;
}

.footer__bottom {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 230, 208, 0.15);
  font-size: 12px;
  opacity: 0.65;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* ============================================
   WhatsApp Float
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 900;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

/* ============================================
   Scroll to Top
   ============================================ */
.scroll-top {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 44px;
  height: 44px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 900;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

/* ============================================
   Scroll Animations (Intersection Observer)
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }

/* ============================================
   WordPress Content Styles
   ============================================ */
.entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.entry-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.entry-content img {
  margin: 24px 0;
}

/* Page title */
.page-header {
  padding: 120px 0 40px;
  text-align: center;
  margin-top: calc(var(--header-height) + 50px);
}

.page-header__title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* ============================================
   Breadcrumbs
   ============================================ */
.breadcrumbs {
  padding: 16px 0;
  font-size: 13px;
  color: #999;
}

.breadcrumbs a {
  color: var(--color-primary);
}

.breadcrumbs a:hover {
  color: var(--color-primary-hover);
}

.breadcrumbs .separator {
  margin: 0 8px;
}

/* ============================================
   Responsive
   ============================================ */

/* WordPress admin bar offset */
body.admin-bar .header {
  top: 32px;
}

body.admin-bar .nav-desktop {
  top: calc(var(--header-height) + 32px);
}

@media (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

/* Hide desktop nav on mobile */
@media (max-width: 980px) {
  .nav-desktop {
    display: none;
  }

  .hero {
    margin-top: var(--header-height);
  }

  .page-header {
    margin-top: var(--header-height) !important;
    padding: 40px 0 24px;
  }

  .header__icons {
    gap: 10px;
  }

  .header__icon svg {
    width: 16px;
    height: 16px;
  }


  .header__logo {
    height: 33px;
  }

  .header__logo-img,
  .header__logo .custom-logo {
    height: 44px;
  }
}

@media (min-width: 981px) {
  .header__burger {
    display: none;
  }
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* categories now use catalog-grid from woocommerce.css */

  .delivery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .exclusive-slider__slide {
    min-width: 50%;
  }

  .new-slider__slide {
    min-width: 50%;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about__text {
    text-align: center;
  }

  .section__title--left {
    text-align: center;
  }

  .section__line--left {
    margin-left: auto;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contacts__info {
    text-align: center;
  }

  .contacts__item {
    justify-content: center;
  }

  .contacts__socials {
    justify-content: center;
  }

  .exclusive-slider__slide {
    min-width: 100%;
  }

  .new-slider__slide {
    min-width: 100%;
  }

  .header__logo-text {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .header__logo-sub {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .reviews-slider__slide {
    padding: 0 16px;
  }

  .review-card {
    padding: 16px 0;
  }

  .review-card__text {
    font-size: 17px;
  }

  .top-bar__left,
  .top-bar__right {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }

  /* categories now use catalog-grid from woocommerce.css */

  .delivery-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 400px;
    height: 60vh;
  }

  .hero__title {
    font-size: 28px;
  }

  .hero__subtitle {
    font-size: 13px;
  }

  .hero__btn {
    padding: 12px 28px;
    font-size: 11px;
  }

  .header__logo-text {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .top-bar__left,
  .top-bar__right {
    gap: 10px;
  }

  .top-bar__link svg {
    width: 16px;
    height: 16px;
  }
}

/* ============================================
   Footer Socials
   ============================================ */
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.footer__social {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(245, 230, 208, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-light);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.footer__social:hover {
  opacity: 1;
  border-color: var(--color-gold);
  color: var(--color-gold);
}

/* ============================================
   Search Overlay
   ============================================ */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay__inner {
  width: 90%;
  max-width: 600px;
  position: relative;
}

.search-overlay__close {
  position: absolute;
  top: -60px;
  right: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s ease;
}

.search-overlay__close:hover {
  color: #fff;
}

.search-overlay__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  letter-spacing: 2px;
  padding: 16px 0;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-overlay__input:focus {
  border-color: var(--color-gold);
}

.search-overlay__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
