/*
Theme Name: Ladomyr Elementor
Text Domain: ladomyr-elementor
Description: Односторінковий лендінг у стилі Ladomyr, готовий до роботи з Elementor. Використовує Tailwind CDN, теплу палітру (оливка/айворі/дуб/латунь) та текстури.
Version: 1.0.0
Author: Codex
*/

:root {
  --olive: #5f6b4a;
  --ivory: #f7f2e8;
  --oak: #6b5744;
  --brass: #c59a48;
  --paper: #efe6d7;
}

body {
  font-family: "Manrope", "Arial", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.35), transparent 26%),
    radial-gradient(circle at 82% -4%, rgba(0,0,0,0.06), transparent 32%),
    #cbbda6;
  color: var(--oak);
  font-size: 17px;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  letter-spacing: 0.04em;
}

a { color: inherit; }

.texture {
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.05) 100%), var(--ivory);
}

.shadow-soft {
  box-shadow: 0 10px 30px rgba(107, 87, 68, 0.15);
}

/* Hide swiper arrows on mobile for property gallery */
@media (max-width: 767px) {
  .property-swiper .swiper-button-prev,
  .property-swiper .swiper-button-next {
    display: none !important;
  }
}

/* Mobile menu: stack items vertically */
#mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
#mobile-menu li {
  display: block;
}
