*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
}

:root {
  --font-brand: 'Great Vibes', cursive;
  --berry-red: #C23B4A;
  --berry-dark: #8B1A2B;
  --berry-light: #E8626E;
  --gold: #C9A96E;
  --gold-light: #D4B87A;
  --gold-pale: #F5E6C8;
  --cream: #FFF8EE;
  --cream-dark: #F5EDDF;
  --green-leaf: #5B8C6A;
  --green-dark: #3D6B4A;
  --text-dark: #2C1810;
  --text-medium: #5A3E36;
  --text-light: #8B7355;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  /* Постоянное место под скролл — без скачка при body.fixed / меню */
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

html.menu-open {
  overscroll-behavior: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.6;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--cream-dark);
}
::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--berry-red);
}

/* ===== PRELOADER ===== */
.preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background:
    radial-gradient(ellipse 120% 80% at 100% 100%, rgba(201, 169, 110, 0.12) 0%, transparent 55%),
    var(--cream);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  overflow: hidden;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: transparent;
  overflow: hidden;
  box-sizing: border-box;
}

.preloader-branch {
  position: absolute;
  display: block;
  object-fit: contain;
  height: auto;
  left: var(--bx, 50%);
  top: var(--by, 50%);
  width: var(--bw, clamp(56px, 11vw, 120px));
  opacity: var(--bo, 0.32);
  z-index: var(--bz, 0);
  filter: drop-shadow(0 4px 14px rgba(44, 24, 16, 0.06));
  transform: translate(-50%, -50%) rotate(var(--br, 0deg)) scaleX(var(--bsx, 1));
  transform-origin: center center;
  animation: preloaderBranchBreath 22s ease-in-out infinite;
  animation-duration: var(--bdur, 22s);
  animation-delay: var(--bdel, 0s);
}

.preloader-branch--1  { --bx: 6%;  --by: 10%;  --bw: clamp(72px, 14vw, 138px);  --br: -18deg; --bsx: -1; --bo: 0.38; --bdur: 26s; --bdel: 0s; }
.preloader-branch--2  { --bx: 22%; --by: 6%;  --bw: clamp(52px, 9vw, 96px);   --br: 12deg;  --bsx: 1;  --bo: 0.26; --bdur: 30s; --bdel: -3s; --bz: -1; }
.preloader-branch--3  { --bx: 50%; --by: 4%;  --bw: clamp(64px, 11vw, 118px);  --br: -6deg; --bsx: -1; --bo: 0.28; --bdur: 24s; --bdel: -7s; }
.preloader-branch--4  { --bx: 78%; --by: 8%;  --bw: clamp(88px, 15vw, 160px);  --br: 22deg;  --bsx: 1;  --bo: 0.36; --bdur: 28s; --bdel: -2s; }
.preloader-branch--5  { --bx: 94%; --by: 14%; --bw: clamp(70px, 13vw, 132px);  --br: -14deg; --bsx: -1; --bo: 0.4;  --bdur: 32s; --bdel: -5s; }
.preloader-branch--6  { --bx: 4%;  --by: 38%; --bw: clamp(58px, 10vw, 104px);  --br: 25deg;  --bsx: 1;  --bo: 0.24; --bdur: 27s; --bdel: -9s; --bz: -1; }
.preloader-branch--7  { --bx: 16%; --by: 52%; --bw: clamp(96px, 17vw, 176px);  --br: -11deg; --bsx: -1; --bo: 0.34; --bdur: 29s; --bdel: -1s; }
.preloader-branch--8  { --bx: 84%; --by: 44%; --bw: clamp(60px, 11vw, 112px);  --br: 8deg;   --bsx: 1;  --bo: 0.3;  --bdur: 25s; --bdel: -11s; }
.preloader-branch--9  { --bx: 96%; --by: 58%; --bw: clamp(82px, 14vw, 148px);  --br: -20deg; --bsx: -1; --bo: 0.37; --bdur: 31s; --bdel: -4s; }
.preloader-branch--10 { --bx: 30%; --by: 72%; --bw: clamp(54px, 9vw, 100px);  --br: 16deg;  --bsx: 1;  --bo: 0.22; --bdur: 33s; --bdel: -8s; --bz: -1; }
.preloader-branch--11 { --bx: 50%; --by: 88%; --bw: clamp(76px, 13vw, 140px);  --br: -9deg; --bsx: -1; --bo: 0.33; --bdur: 26s; --bdel: -6s; }
.preloader-branch--12 { --bx: 72%; --by: 80%; --bw: clamp(68px, 12vw, 128px);  --br: 19deg;  --bsx: 1;  --bo: 0.29; --bdur: 28s; --bdel: -12s; }
.preloader-branch--13 { --bx: 92%; --by: 92%; --bw: clamp(90px, 15vw, 162px);  --br: -24deg; --bsx: -1; --bo: 0.35; --bdur: 30s; --bdel: -2s; }
.preloader-branch--14 { --bx: 8%;  --by: 78%; --bw: clamp(48px, 8vw, 88px);   --br: 6deg;   --bsx: 1;  --bo: 0.2;  --bdur: 34s; --bdel: -14s; --bz: -1; }
.preloader-branch--15 { --bx: 40%; --by: 28%; --bw: clamp(44px, 7vw, 80px);   --br: -28deg; --bsx: -1; --bo: 0.18; --bdur: 35s; --bdel: -10s; --bz: -2; }
.preloader-branch--16 { --bx: 62%; --by: 32%; --bw: clamp(42px, 7vw, 76px);   --br: 21deg;  --bsx: 1;  --bo: 0.17; --bdur: 36s; --bdel: -15s; --bz: -2; }
.preloader-branch--17 { --bx: 36%; --by: 48%; --bw: clamp(38px, 6vw, 72px);   --br: 14deg;  --bsx: -1; --bo: 0.14; --bdur: 38s; --bdel: -5s;  --bz: -2; }
.preloader-branch--18 { --bx: 68%; --by: 66%; --bw: clamp(40px, 6.5vw, 74px); --br: -16deg; --bsx: 1;  --bo: 0.15; --bdur: 37s; --bdel: -13s; --bz: -2; }

@keyframes preloaderBranchBreath {
  0%, 100% {
    filter: drop-shadow(0 4px 14px rgba(44, 24, 16, 0.06));
  }
  50% {
    filter: drop-shadow(0 8px 22px rgba(44, 24, 16, 0.09));
  }
}

@keyframes cornerSwayL {
  0%, 100% { transform: rotate(-20deg) scaleX(-1); }
  50% { transform: rotate(-15deg) scaleX(-1); }
}

@keyframes cornerSwayR {
  0%, 100% { transform: rotate(12deg) scaleX(-1); }
  50% { transform: rotate(17deg) scaleX(-1); }
}

@media (max-width: 480px) {
  .preloader-branch--15,
  .preloader-branch--16,
  .preloader-branch--17,
  .preloader-branch--18 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-deco .preloader-branch {
    animation: none;
  }
  .preloader-berry {
    animation: none;
  }
}

/* Hero: углы — та же логика, прижатие к краю экрана секции */
.hero-corner-branches {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42%;
  min-height: 160px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.hero-branch {
  position: absolute;
  display: block;
  object-fit: contain;
  width: auto;
  height: auto;
  opacity: 0.38;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
}

.hero-branch--tl {
  top: -2%;
  left: 0;
  width: clamp(92px, 20vw, 190px);
  transform: rotate(-16deg) scaleX(-1);
  transform-origin: center center;
  animation: cornerSwayL 28s ease-in-out infinite;
}

.hero-branch--tr {
  top: -4%;
  right: 0;
  width: clamp(92px, 20vw, 190px);
  transform: rotate(11deg) scaleX(-1);
  transform-origin: center center;
  animation: cornerSwayR 26s ease-in-out infinite;
}

@media (max-width: 480px) {
  .hero-branch {
    opacity: 0.32;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-branch {
    animation: none;
  }
}

.preloader-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preloader-berry {
  width: clamp(96px, 26vw, 140px);
  height: clamp(96px, 26vw, 140px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.65) 0%, transparent 45%),
    linear-gradient(155deg, var(--cream) 0%, var(--cream-dark) 100%);
  border: 3px solid rgba(194, 59, 74, 0.35);
  box-shadow:
    0 10px 36px rgba(44, 24, 16, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  animation: berryPulse 1.8s ease-in-out infinite;
}

.preloader-berry-img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  object-position: center;
  transform: scaleX(-1) rotate(-8deg);
  filter: drop-shadow(0 2px 10px rgba(44, 24, 16, 0.12));
  pointer-events: none;
}

.preloader-text {
  font-family: var(--font-brand);
  font-size: 2.2rem;
  color: var(--berry-dark);
  margin-top: 20px;
  letter-spacing: 2px;
}

@keyframes berryPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 10px 36px rgba(44, 24, 16, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.75);
  }
  50% {
    transform: scale(1.06);
    box-shadow:
      0 14px 44px rgba(44, 24, 16, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.85);
  }
}

/* ===== NAVIGATION ===== */
.nav {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 1008;
  padding: 20px 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav.scrolled {
  background: rgba(255, 248, 238, 0.95);
  backdrop-filter: blur(20px);
  padding: 12px 0;
  box-shadow: 0 2px 30px rgba(44, 24, 16, 0.08);
}
.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-brand);
  font-size: 2rem;
  font-weight: 400;
  color: var(--cream);
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav.scrolled .nav-logo {
  color: var(--berry-dark);
}
.nav-logo svg {
  width: 28px;
  height: 28px;
}
.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,248,238,0.85);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s;
}
.nav.scrolled .nav-links a {
  color: var(--text-medium);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-links a:hover {
  color: var(--gold-light);
}
.nav.scrolled .nav-links a:hover {
  color: var(--berry-red);
}

/* Пока открыт моб. меню: не блокируем клики по оверлею (nav выше по z-index) */
body.menu-open .nav {
  pointer-events: none;
}
body.menu-open .nav-inner,
body.menu-open .nav .hamburger,
body.menu-open .nav .nav-logo {
  pointer-events: auto;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  padding: 5px;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: var(--cream);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.nav.scrolled .hamburger span {
  background: var(--text-dark);
}
.hamburger.active span {
  background: var(--text-dark);
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0; right: -100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: var(--cream);
  z-index: 1007;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: right 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.mobile-menu.open {
  right: 0;
  pointer-events: auto;
}
.mobile-menu a {
  font-family: 'Marck Script', cursive;
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--text-dark);
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.mobile-menu.open a {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu.open a:nth-child(1) { transition-delay: 0.2s; }
.mobile-menu.open a:nth-child(2) { transition-delay:0.3s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.4s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.5s; }
.mobile-menu.open a:nth-child(5) { transition-delay: 0.6s; }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(
    180deg,
    rgba(44, 24, 16, 0.3) 0%,
    rgba(44, 24, 16, 0.1) 40%,
    rgba(44, 24, 16, 0.5) 100%
  );
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  border: 1px solid rgba(201, 169, 110, 0.5);
  border-radius: 30px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s 0.5s forwards;
}
.hero-badge span {
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 400;
}
.hero-title {
  font-family: var(--font-brand);
  font-size: clamp(4.5rem, 14vw, 12rem);
  font-weight: 400;
  color: var(--cream);
  line-height: 0.95;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.2s 0.8s forwards;
  text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: rgba(255,248,238,0.7);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.2s 1.1s forwards;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold-light);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.2s 1.4s forwards;
}
.hero-cta:hover {
  background: var(--gold);
  color: var(--text-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(201, 169, 110, 0.3);
}
.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp 1s 2s forwards;
}
.hero-scroll span {
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,248,238,0.5);
  writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.3; transform: scaleY(0.6); }
}

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

/* Floating Berries */
.floating-berries {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.berry-particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: floatBerry linear infinite;
}
@keyframes floatBerry {
  0% {
    opacity: 0;
    transform: translateY(100vh) rotate(0deg);
  }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% {
    opacity: 0;
    transform: translateY(-100px) rotate(360deg);
  }
}

/* ===== SECTION COMMON ===== */
.section {
  padding: 120px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 80px;
}
.section-label {
  font-size: 0.7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: 20px;
}
.section-title em {
  font-style: italic;
  color: var(--berry-red);
}
.section-divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto;
}

.section--flush {
  padding-top: 0;
  padding-bottom: 0;
}

/* ===== ABOUT ===== */
.about {
  background: var(--cream);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-image-wrapper {
  position: relative;
}
.about-image {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 2px;
}
.about-image-frame {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  z-index: -1;
}
.about-text h3 {
  font-family: 'Marck Script', cursive;
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 24px;
  line-height: 1.3;
}
.about-text p {
  font-size: 0.95rem;
  color: var(--text-medium);
  line-height: 1.9;
  margin-bottom: 16px;
  font-weight: 300;
}
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.about-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-feature-icon svg {
  width: 18px;
  height: 18px;
  color: var(--berry-red);
}
.about-feature span {
  font-size: 0.85rem;
  color: var(--text-medium);
  font-weight: 400;
}

/* ===== SERVICES ===== */
.services {
  background: var(--text-dark);
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}
.services::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.services .section-title {
  color: var(--cream);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.service-card {
  background: rgba(255, 248, 238, 0.04);
  border: 1px solid rgba(201, 169, 110, 0.15);
  padding: 50px 35px;
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--berry-red), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-card:hover {
  background: rgba(255, 248, 238, 0.08);
  border-color: rgba(201, 169, 110, 0.3);
  transform: translateY(-8px);
}
.service-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  color: var(--gold);
}
.service-card h3 {
  font-family: 'Marck Script', cursive;
  font-size: 2rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 14px;
}
.service-card p {
  font-size: 0.88rem;
  color: rgba(255,248,238,0.55);
  line-height: 1.8;
  font-weight: 300;
}
.service-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-family: 'Marck Script', cursive;
  font-size: 3.5rem;
  font-weight: 400;
  color: rgba(201, 169, 110, 0.08);
}

/* ===== GALLERY ===== */
.gallery {
  background: var(--cream-dark);
  padding: 120px 40px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item:nth-child(4) {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-item-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, transparent 50%, rgba(44, 24, 16, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}
.gallery-item-overlay span {
  font-family: 'Marck Script', cursive;
  font-size: 1.5rem;
  color: var(--cream);
  font-weight: 400;
  transform: translateY(10px);
  transition: transform 0.5s;
}
.gallery-item:hover .gallery-item-overlay span {
  transform: translateY(0);
}

/* ===== MENU ===== */
.menu {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
  padding: 120px 40px;
}

.menu .section {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 1100px;
  margin: 0 auto;
}

.menu-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(201, 169, 110, 0.25);
  border-radius: 6px;
  padding: 30px 26px;
  box-shadow: 0 10px 30px rgba(44, 24, 16, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(44, 24, 16, 0.1);
  border-color: rgba(194, 59, 74, 0.25);
}

.menu-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(201, 169, 110, 0.35);
}

.menu-card-head h3 {
  font-family: 'Marck Script', cursive;
  font-size: 2rem;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
}

.menu-card-head span {
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: var(--berry-red);
  font-weight: 600;
  white-space: nowrap;
}

.menu-list {
  list-style: none;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(44, 24, 16, 0.08);
}

.menu-list li:last-child {
  border-bottom: none;
}

.menu-list span {
  font-size: 0.93rem;
  color: var(--text-medium);
  font-weight: 400;
}

.menu-list b {
  font-size: 0.9rem;
  color: var(--text-dark);
  font-weight: 600;
}

/* ===== SOFT SECTION DIVIDER ===== */
.section-divider-soft {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px 18px;
  background: var(--cream-dark);
}

.section-divider-soft span {
  width: min(220px, 42vw);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(201, 169, 110, 0) 0%,
    rgba(201, 169, 110, 0.55) 50%,
    rgba(201, 169, 110, 0) 100%
  );
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  background: linear-gradient(135deg, var(--text-dark) 0%, #1a0f0a 100%);
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}
.testimonials .section-title {
  color: var(--cream);
}
.testimonials .section-label {
  color: var(--gold);
}
.testimonial-slider {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.testimonial-slide {
  display: none;
  animation: fadeIn 0.6s ease;
}
.testimonial-slide.active {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.testimonial-quote {
  font-family: 'Marck Script', cursive;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 400;
  color: rgba(255,248,238,0.85);
  line-height: 1.5;
  margin-bottom: 32px;
}
.testimonial-quote::before {
  content: '«';
  color: var(--gold);
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.2em;
  margin-right: 4px;
}
.testimonial-quote::after {
  content: '»';
  color: var(--gold);
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.2em;
  margin-left: 4px;
}
.testimonial-author {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.3);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}
.testimonial-dot.active {
  background: var(--gold);
  transform: scale(1.3);
}

/* ===== CONTACT ===== */
.contact {
  background: var(--cream);
  padding: 120px 40px;
}
.contact-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.contact-wrapper h3 {
  font-family: 'Marck Script', cursive;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.contact-wrapper > p {
  font-size: 1rem;
  color: var(--text-light);
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 1.8;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-card--phones {
  cursor: default;
}

.contact-phone-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.contact-phone-lines a {
  font-size: 0.95rem;
  color: var(--text-medium);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}

.contact-phone-lines a:hover {
  color: var(--berry-red);
}

.contact-address-block {
  margin-bottom: 48px;
  text-align: center;
}

.contact-address-block-inner {
  background: white;
  padding: 36px 32px 32px;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(44, 24, 16, 0.05);
  border: 1px solid rgba(201, 169, 110, 0.15);
}

.contact-address-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.contact-address-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--berry-red);
  flex-shrink: 0;
}

.contact-address-icon svg {
  width: 22px;
  height: 22px;
}

.contact-address-title {
  font-family: 'Marck Script', cursive;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  font-weight: 400;
  color: var(--text-dark);
  margin: 0;
}

.contact-address-text {
  font-size: 1rem;
  color: var(--text-medium);
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 300;
}

.contact-route-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  margin-bottom: 24px;
  background: var(--berry-red);
  color: var(--cream);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  border-radius: 4px;
  transition: background 0.3s, transform 0.2s;
}

.contact-route-btn:hover {
  background: var(--berry-dark);
  color: var(--cream);
}

.contact-map-wrap {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  background: var(--cream-dark);
}

.contact-map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-card {
  background: white;
  padding: 40px 30px;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(44, 24, 16, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(44, 24, 16, 0.1);
  border-color: rgba(201, 169, 110, 0.3);
}
.contact-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--berry-red);
}
.contact-card-icon svg {
  width: 22px;
  height: 22px;
}
.contact-card h4 {
  font-family: 'Marck Script', cursive;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.contact-card p,
.contact-card a {
  font-size: 0.95rem;
  color: var(--text-medium);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}
.contact-card a:hover {
  color: var(--berry-red);
}
.contact-card-address {
  color: var(--berry-red);
  font-weight: 500;
  transition: color 0.3s;
}
.contact-card:hover .contact-card-address {
  color: var(--berry-dark);
}
.contact-card-hint {
  color: var(--gold);
  font-size: 0.8rem;
  margin-top: 8px;
  display: block;
}
.contact-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
.social-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-medium);
  text-decoration: none;
  transition: all 0.3s;
}
.social-link:hover {
  background: var(--berry-red);
  color: var(--cream);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(194, 59, 74, 0.25);
}
.social-link svg {
  width: 20px;
  height: 20px;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--text-dark);
  padding: 60px 40px 30px;
  text-align: center;
}
.footer-logo {
  font-family: var(--font-brand);
  font-size: 3rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 20px;
}
.footer-logo em {
  font-style: italic;
  color: var(--gold);
}
.footer-text {
  font-size: 0.8rem;
  color: rgba(255,248,238,0.4);
  font-weight: 300;
  margin-bottom: 8px;
}
.footer-divider {
  width: 40px;
  height: 1px;
  background: rgba(201, 169, 110, 0.3);
  margin: 30px auto;
}
.footer-copy {
  font-size: 0.7rem;
  color: rgba(255,248,238,0.25);
  font-weight: 300;
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .about-grid {
    gap: 50px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
  }
  .gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-item:nth-child(4) {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-inner {
    padding: 0 20px;
  }
  .section {
    padding: 80px 20px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-image-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
  .services {
    padding: 80px 20px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .gallery {
    padding: 80px 20px;
  }
  .menu {
    padding: 80px 20px;
  }
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .menu-card {
    padding: 24px 18px;
  }
  .menu-card-head h3 {
    font-size: 1.7rem;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .gallery-item {
    height: 250px;
  }
  .gallery-item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
    height: 300px;
  }
  .testimonials {
    padding: 80px 20px;
  }
  .contact {
    padding: 80px 20px;
  }
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: none;
  }
  .contact-address-block-inner {
    padding: 28px 20px 24px;
  }
  .contact-route-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .about-features {
    grid-template-columns: 1fr;
  }
  .hero-cta {
    padding: 14px 30px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 4rem;
  }
  .section-title {
    font-size: 2rem;
  }
}
