:root {
  --bg: #f4ece2;
  --bg-soft: #efe2d3;
  --card: rgba(255, 248, 241, 0.72);
  --card-strong: #fff7ef;
  --text: #4a3223;
  --text-soft: #7d5b46;
  --line: rgba(121, 85, 58, 0.16);
  --accent: #9e7554;
  --accent-dark: #6e4c35;
  --shadow: 0 20px 60px rgba(96, 65, 42, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(190, 149, 108, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(134, 91, 61, 0.16), transparent 30%),
    linear-gradient(180deg, #f7efe6 0%, #f3e7db 46%, #ead8c6 100%);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-soft { padding: 88px 0; background: rgba(255,255,255,0.2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.center { text-align: center; margin-top: 26px; }

.page-glow {
  position: fixed;
  inset: -10%;
  background: radial-gradient(circle, rgba(175,127,92,0.08) 0%, transparent 55%);
  filter: blur(40px);
  z-index: -1;
  animation: pulseGlow 8s ease-in-out infinite;
}

.glass {
  background: rgba(255, 250, 245, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  width: min(1180px, calc(100% - 24px));
  margin: 16px auto 0;
  border-radius: 999px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.logo-mark {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, #d6b28f, #8c6042);
  color: #fff8f2;
  font-family: 'Playfair Display', serif;
  box-shadow: 0 10px 22px rgba(125, 88, 60, 0.28);
}
.logo-text { font-size: 1.05rem; letter-spacing: .04em; }

.main-nav { display: flex; align-items: center; gap: 14px; }
.main-nav a {
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--text-soft);
  font-weight: 600;
  transition: .3s ease;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--accent-dark);
  background: rgba(158, 117, 84, 0.12);
}

.nav-toggle {
  display: none; border: 0; background: transparent; padding: 8px; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; background: var(--accent-dark); margin: 5px 0; transition: .3s ease;
}

.hero {
  padding: 84px 0 56px;
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 48px;
}

.eyebrow {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  border-radius: 999px;
  font-size: .88rem;
  color: var(--text-soft);
  margin-bottom: 18px;
}

.hero h1, .section-head h1, .section-head h2 {
  font-family: 'Playfair Display', serif;
  line-height: .98;
  margin: 0 0 18px;
  letter-spacing: -.03em;
}
.hero h1 { font-size: clamp(3rem, 7vw, 6.2rem); }
.section-head h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.hero p, .section-head p, .info-card p, .review-card p, .team-card p, .site-footer p { color: var(--text-soft); line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 170px; padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: .35s ease;
}
.btn-primary { background: linear-gradient(135deg, #a97b59, #6c4932); color: #fff8f2; box-shadow: 0 16px 28px rgba(100, 69, 46, 0.25); }
.btn-primary:hover { transform: translateY(-3px); }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.4); color: var(--accent-dark); }
.btn-secondary:hover { transform: translateY(-3px); background: rgba(255,255,255,.7); }

.hero-photo-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.5);
}
.hero-photo-card img { height: 620px; object-fit: cover; width: 100%; }
.hero-badge {
  position: absolute; left: 22px; bottom: 22px;
  padding: 12px 16px; border-radius: 999px;
  background: rgba(255,248,241,.88); backdrop-filter: blur(12px); font-weight: 700;
}

.active-strip {
  overflow: hidden;
  background: linear-gradient(90deg, #ead6c4, #e5ccb4, #d8b191);
  border-top: 1px solid rgba(110, 76, 53, 0.08);
  border-bottom: 1px solid rgba(110, 76, 53, 0.08);
}
.active-strip-inner {
  display: flex; gap: 28px; white-space: nowrap; padding: 16px 0; font-weight: 700; color: #5d3d29;
}
.marquee { animation: marquee 18s linear infinite; }

.section-head { max-width: 760px; margin-bottom: 34px; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.long-grid { margin-top: 18px; }
.menu-card, .team-card, .review-card, .info-card, .map-card, .reviews-badge {
  background: var(--card);
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.menu-card, .team-card, .review-card, .info-card { padding: 26px; }
.menu-card h3, .info-card h2 { margin-top: 0; margin-bottom: 16px; }
.menu-card ul { list-style: none; padding: 0; margin: 0; }
.menu-card li {
  display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px dashed rgba(110, 76, 53, 0.18);
}
.menu-card li:last-child { border-bottom: 0; }
.menu-card strong { color: var(--accent-dark); }

.team-layout, .map-layout { display: grid; gap: 30px; }
.team-grid, .reviews-grid, .content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.reviews-grid { grid-template-columns: repeat(3, 1fr); }
.content-grid { grid-template-columns: repeat(3, 1fr); }
.contacts-grid { margin-bottom: 26px; }
.team-card { text-align: center; }
.avatar {
  width: 72px; height: 72px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, #d6b28f, #8c6042); color: #fff; font-weight: 800; font-size: 1.35rem;
}
.review-card strong, .team-card h3 { display: block; margin-top: 14px; }
.reviews-badge {
  display: inline-flex; padding: 14px 18px; font-weight: 800; margin-bottom: 24px; color: var(--accent-dark);
}
.map-card { overflow: hidden; padding: 10px; }
.map-card iframe { width: 100%; min-height: 420px; border: 0; border-radius: 18px; }

.inner-page { padding-top: 130px; padding-bottom: 48px; }
.site-footer {
  padding: 30px 0 42px;
  border-top: 1px solid rgba(110, 76, 53, 0.1);
  background: rgba(255,255,255,0.24);
}
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 26px;
}
.footer-grid h4 { margin-top: 0; margin-bottom: 14px; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: 10px; color: var(--text-soft); }
.footer-logo { margin-bottom: 12px; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }
.floating { animation: floating 5.5s ease-in-out infinite; }

@keyframes floating {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes pulseGlow {
  0%,100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.04); opacity: 1; }
}

@media (max-width: 980px) {
  .hero, .menu-grid, .footer-grid, .reviews-grid, .content-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: auto; }
  .hero-photo-card img { height: 460px; }
}

@media (max-width: 760px) {
  .site-header { border-radius: 28px; top: 10px; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: calc(100% + 10px); left: 0; right: 0; flex-direction: column; align-items: stretch;
    padding: 14px; border-radius: 24px; background: rgba(255, 248, 241, 0.95); box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,.45); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .3s ease;
  }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero, .menu-grid, .footer-grid, .reviews-grid, .content-grid, .team-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 128px; gap: 28px; }
  .hero-photo-card img { height: 360px; }
  .section, .section-soft { padding: 64px 0; }
  .active-strip-inner { gap: 18px; font-size: .94rem; }
}
