:root {
  --bg: #f6efe7;
  --bg-soft: #efe2d4;
  --surface: #ffffff;
  --surface-soft: #fbf7f2;
  --text: #2c1c15;
  --text-soft: #6a5548;
  --dark: #241812;
  --dark-soft: rgba(27, 18, 14, 0.92);
  --primary: #8f3827;
  --primary-hover: #742b1d;
  --secondary: #e6d3c1;
  --secondary-hover: #dac3ad;
  --accent: #cfa15d;
  --line: #e7d7c9;
  --success: #22b35c;
  --shadow: 0 20px 60px rgba(34, 21, 16, 0.10);
  --shadow-soft: 0 12px 28px rgba(34, 21, 16, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  width: 100%;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-soft {
  background: var(--bg-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--dark-soft);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand strong {
  color: #fff3e3;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.brand span {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  gap: 26px;
}

.desktop-nav a {
  color: #f2e5d5;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  transition: width 0.25s ease;
}

.desktop-nav a:hover {
  color: var(--accent);
}

.desktop-nav a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-cta,
.mobile-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
  border: 0;
}

.header-cta,
.mobile-cta,
.btn-primary {
  background: var(--primary);
  color: #fff;
}

.header-cta:hover,
.mobile-cta:hover,
.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
}

.btn-secondary {
  background: var(--secondary);
  color: var(--text);
}

.btn-secondary:hover,
.btn-secondary-light:hover {
  background: var(--secondary-hover);
  transform: translateY(-2px);
}

.btn-secondary-light {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.menu-toggle {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.mobile-panel {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 1200;
}

.mobile-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 7, 0.62);
}

.mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: #211611;
  padding: 24px;
  transform: translateX(100%);
  transition: 0.28s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.24);
}

.mobile-panel.active .mobile-menu {
  transform: translateX(0);
}

.mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.mobile-links {
  display: grid;
  gap: 10px;
}

.mobile-links a {
  padding: 14px 16px;
  border-radius: 14px;
  color: #f6e7d4;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(26, 17, 13, 0.88) 0%, rgba(26, 17, 13, 0.66) 46%, rgba(26, 17, 13, 0.30) 100%),
    url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.20));
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 54px;
  padding: 56px 0 82px;
}

.hero-badge,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-tag {
  background: #f1dfcc;
  color: var(--primary);
}

.hero-content h1,
.content-box h2,
.section-head h2,
.contact-box h2 {
  margin: 18px 0 0;
  line-height: 1.06;
}

.hero-content h1 {
  font-size: clamp(36px, 5vw, 64px);
  max-width: 760px;
}

.content-box h2,
.section-head h2,
.contact-box h2 {
  font-size: clamp(30px, 4vw, 46px);
  color: var(--text);
}

.hero-content p,
.content-box p,
.section-head p,
.location-info p,
.info-card p,
.contact-box p,
.site-footer p {
  font-size: 18px;
  line-height: 1.8;
}

.hero-content p {
  color: #f0dfcf;
  max-width: 720px;
}

.content-box p,
.section-head p,
.location-info p,
.info-card p,
.contact-box p,
.site-footer p {
  color: var(--text-soft);
}

.hero-buttons,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.hero-info-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.hero-info-card small {
  display: block;
  color: #f2dfcb;
  margin-bottom: 6px;
}

.hero-info-card strong {
  font-size: 17px;
}

.hero-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(53, 33, 24, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.hero-card img {
  height: 560px;
  object-fit: cover;
}

.hero-card-text {
  padding: 22px;
  background: #231710;
}

.hero-card-text span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #cfa15d;
  margin-bottom: 6px;
}

.hero-card-text strong {
  color: #f7e6d2;
  font-size: 15px;
}

.split-grid,
.info-grid,
.footer-grid {
  display: grid;
  gap: 24px;
}

.split-grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.content-box,
.contact-box,
.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.image-box,
.map-wrap {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.image-box img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.info-grid {
  grid-template-columns: repeat(4, 1fr);
}

.info-card h3 {
  margin: 16px 0 0;
  font-size: 22px;
}

.info-icon-big {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3e1cf;
  font-size: 27px;
}

.location-info {
  display: grid;
  gap: 14px;
  margin: 26px 0 30px;
}

.info-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: var(--surface-soft);
  border: 1px solid #efe1d4;
}

.info-icon {
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

.info-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
}

.site-footer {
  background: #18100c;
  color: #e8d6c2;
  padding: 56px 0;
}

.footer-grid {
  grid-template-columns: repeat(3, 1fr);
}

.site-footer h3,
.site-footer h4 {
  margin: 0;
}

.site-footer p {
  margin-top: 10px;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 999px;
  background: var(--success);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(20, 10, 8, 0.18);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-card {
    max-width: 620px;
  }

  .hero-card img {
    height: 460px;
  }
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid {
    min-height: auto;
    padding: 52px 0 64px;
  }

  .hero-info,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 76px 0;
  }

  .container {
    width: min(var(--max), calc(100% - 22px));
  }

  .hero-buttons,
  .contact-actions {
    flex-direction: column;
  }

  .hero-buttons .btn,
  .contact-actions .btn {
    width: 100%;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .hero-card img {
    height: 320px;
  }

  .image-box img,
  .map-wrap iframe {
    min-height: 320px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}