/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: #2D1F1F;
  background: #FAF0EF;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Typography ── */
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 800; line-height: 1.15; }

/* ── Nav ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250,240,239,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(123,45,59,0.08);
  transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: 0 4px 30px rgba(123,45,59,0.1); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; height: 72px; gap: 32px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.15rem;
  color: #7B2D3B;
}
.nav-logo-icon { width: 36px; height: 36px; flex-shrink: 0; }
.nav-logo-accent { color: #C4566A; }
.nav-links { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav-links a {
  padding: 8px 16px; border-radius: 8px; font-size: 0.9rem; font-weight: 500;
  color: #2D1F1F; transition: background 0.2s, color 0.2s;
}
.nav-links a:hover { background: rgba(123,45,59,0.08); color: #7B2D3B; }
.nav-cta {
  background: #7B2D3B !important; color: #fff !important; font-weight: 600 !important;
}
.nav-cta:hover { background: #612230 !important; }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 8px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; background: #7B2D3B;
  border-radius: 2px; transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ── */
.hero {
  position: relative; padding: 120px 0 0;
  background: linear-gradient(135deg, #FAF0EF 0%, #F5D5D5 50%, #EAB0B8 100%);
  overflow: hidden; min-height: 100vh; display: flex; flex-direction: column;
}
.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.geo { position: absolute; opacity: 0.12; }
.geo-circle-1 {
  width: 500px; height: 500px; border-radius: 50%;
  background: #7B2D3B; top: -150px; right: -100px;
}
.geo-circle-2 {
  width: 250px; height: 250px; border-radius: 50%;
  background: #C4566A; bottom: 10%; left: -60px;
}
.geo-triangle {
  width: 0; height: 0;
  border-left: 100px solid transparent; border-right: 100px solid transparent;
  border-bottom: 170px solid #7B2D3B;
  top: 20%; right: 5%; opacity: 0.08;
  transform: rotate(15deg);
}
.geo-square {
  width: 120px; height: 120px; background: #C4566A;
  bottom: 15%; right: 15%; opacity: 0.1;
  transform: rotate(45deg);
}
.geo-ring {
  width: 180px; height: 180px; border-radius: 50%;
  border: 30px solid #7B2D3B;
  top: 60%; left: 8%; opacity: 0.06;
}
.hero-grid {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(123,45,59,0.1); color: #7B2D3B;
  padding: 8px 16px; border-radius: 100px; font-size: 0.85rem; font-weight: 600;
  margin-bottom: 24px;
}
.hero-badge svg { width: 16px; height: 16px; }
.hero-headline {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem); margin-bottom: 20px;
  color: #1A0F0F;
}
.text-gradient {
  background: linear-gradient(135deg, #7B2D3B, #C4566A);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.1rem; color: #5A3D3D; margin-bottom: 32px; max-width: 480px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 12px; font-size: 0.95rem; font-weight: 600;
  border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: #7B2D3B; color: #fff;
  box-shadow: 0 8px 30px rgba(123,45,59,0.3);
}
.btn-primary:hover { background: #612230; box-shadow: 0 12px 40px rgba(123,45,59,0.4); }
.btn-secondary {
  background: #fff; color: #7B2D3B;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.btn-secondary:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.btn-white {
  background: #fff; color: #7B2D3B;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.btn-white:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
.btn-outline-white {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-map { margin-top: 24px; }

/* Hero visual */
.hero-visual { position: relative; }
.hero-card-main {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: 0 25px 60px rgba(123,45,59,0.25);
  aspect-ratio: 6/5;
}
.hero-card-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,15,15,0.7) 0%, transparent 50%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px;
}
.hero-card-tag {
  background: #C4566A; color: #fff; padding: 6px 14px; border-radius: 100px;
  font-size: 0.8rem; font-weight: 600; width: fit-content; margin-bottom: 8px;
}
.hero-card-title { color: #fff; font-size: 1.5rem; }
.stat-cards {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: space-between; pointer-events: none;
}
.stat-card {
  pointer-events: auto; background: #fff; border-radius: 16px;
  padding: 16px 20px; display: flex; align-items: center; gap: 14px;
  box-shadow: 0 10px 40px rgba(123,45,59,0.15);
  animation: float 4s ease-in-out infinite;
}
.stat-card--1 { animation-delay: 0s; }
.stat-card--2 { animation-delay: 1.3s; }
.stat-card--3 { animation-delay: 2.6s; }
.stat-card--1 { position: absolute; top: 5%; left: -40px; }
.stat-card--2 { position: absolute; top: 45%; right: -30px; }
.stat-card--3 { position: absolute; bottom: 8%; left: -20px; }
.stat-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.stat-card--1 .stat-icon { background: rgba(123,45,59,0.1); color: #7B2D3B; }
.stat-card--2 .stat-icon { background: rgba(196,86,106,0.1); color: #C4566A; }
.stat-card--3 .stat-icon { background: rgba(123,45,59,0.1); color: #7B2D3B; }
.stat-icon svg { width: 22px; height: 22px; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 800; color: #1A0F0F; }
.stat-label { font-size: 0.78rem; color: #7A5C5C; line-height: 1.3; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.hero-wave { margin-top: auto; }
.hero-wave svg { display: block; width: 100%; height: 80px; }

/* ── Highlights ── */
.highlights { background: #FAF0EF; padding: 48px 0; }
.highlights-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.highlight-item {
  display: flex; align-items: center; gap: 14px;
  background: #fff; padding: 20px 24px; border-radius: 16px;
  box-shadow: 0 4px 20px rgba(123,45,59,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.highlight-item:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(123,45,59,0.12); }
.highlight-icon-wrap {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(123,45,59,0.08); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.highlight-icon-wrap--blush { background: rgba(196,86,106,0.08); }
.highlight-icon-wrap svg { width: 24px; height: 24px; }
.highlight-item strong { display: block; font-size: 0.9rem; color: #1A0F0F; }
.highlight-item span { font-size: 0.8rem; color: #7A5C5C; }

/* ── Section shared ── */
.section-tag {
  display: inline-block; font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: #C4566A; margin-bottom: 12px;
}
.section-title { font-size: clamp(1.8rem, 3vw, 2.8rem); color: #1A0F0F; margin-bottom: 16px; }
.section-desc { font-size: 1.05rem; color: #5A3D3D; max-width: 560px; line-height: 1.7; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header .section-desc { margin: 0 auto; }

/* ── Menu ── */
.menu { background: #fff; padding: 100px 0; }
.menu-tabs {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 40px;
}
.menu-tab {
  padding: 10px 24px; border-radius: 100px; border: 2px solid rgba(123,45,59,0.15);
  background: transparent; color: #2D1F1F; font-size: 0.9rem; font-weight: 600;
  cursor: pointer; transition: all 0.2s;
}
.menu-tab:hover { border-color: #7B2D3B; color: #7B2D3B; }
.menu-tab.active { background: #7B2D3B; border-color: #7B2D3B; color: #fff; }
.menu-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px;
  margin-bottom: 32px;
}
.menu-item {
  background: #FAF0EF; border-radius: 16px; padding: 20px;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.menu-item:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(123,45,59,0.1); }
.menu-item-info h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: #1A0F0F; margin-bottom: 4px; }
.menu-item-info p { font-size: 0.82rem; color: #7A5C5C; line-height: 1.5; }
.menu-item-price {
  font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.1rem;
  color: #C4566A; white-space: nowrap; flex-shrink: 0;
}
.menu-note {
  text-align: center; font-size: 0.85rem; color: #7A5C5C;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.menu-note svg { width: 16px; height: 16px; color: #C4566A; flex-shrink: 0; }

/* ── About ── */
.about { background: #FAF0EF; padding: 100px 0; }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.about-visual { position: relative; }
.about-img-stack { position: relative; }
.about-img-main {
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 25px 60px rgba(123,45,59,0.15);
  aspect-ratio: 13/15;
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-accent {
  position: absolute; bottom: -30px; right: -30px;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 15px 40px rgba(123,45,59,0.2);
  border: 4px solid #fff;
}
.about-img-accent img { width: 100%; height: 100%; object-fit: cover; }
.about-geo-badge {
  position: absolute; top: -20px; left: -20px;
  width: 60px; height: 60px; animation: float 5s ease-in-out infinite;
}
.about-content .section-title { text-align: left; }
.about-text {
  font-size: 1rem; color: #5A3D3D; line-height: 1.8; margin-bottom: 16px;
}
.about-features { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.about-feature {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.95rem; font-weight: 500; color: #2D1F1F;
}
.about-feature svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ── Testimonials ── */
.testimonials { background: #fff; padding: 100px 0; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.testimonial-card {
  background: #FAF0EF; border-radius: 20px; padding: 32px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(123,45,59,0.1); }
.testimonial-card--accent {
  background: linear-gradient(135deg, #7B2D3B, #C4566A);
  color: #fff;
}
.testimonial-card--accent .testimonial-text { color: rgba(255,255,255,0.9); }
.testimonial-card--accent .testimonial-author span { color: rgba(255,255,255,0.8); }
.testimonial-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.testimonial-stars svg { width: 18px; height: 18px; }
.testimonial-text {
  font-size: 0.95rem; line-height: 1.7; color: #2D1F1F; margin-bottom: 24px;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: #7B2D3B; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem;
}
.testimonial-card--accent .testimonial-avatar { background: rgba(255,255,255,0.2); }
.testimonial-author span { font-weight: 600; font-size: 0.9rem; color: #2D1F1F; }

/* ── CTA ── */
.cta {
  position: relative; background: #7B2D3B; padding: 100px 0; overflow: hidden;
}
.cta-shapes { position: absolute; inset: 0; pointer-events: none; }
.cta-shape { position: absolute; border-radius: 50%; }
.cta-shape--1 { width: 400px; height: 400px; background: rgba(196,86,106,0.2); top: -100px; left: -100px; }
.cta-shape--2 { width: 250px; height: 250px; background: rgba(255,255,255,0.05); bottom: -80px; right: 10%; }
.cta-shape--3 { width: 120px; height: 120px; background: rgba(196,86,106,0.3); top: 20%; right: 5%; }
.cta-content {
  position: relative; z-index: 1; text-align: center; max-width: 640px; margin: 0 auto;
}
.cta-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: #fff; margin-bottom: 16px; }
.cta-text { font-size: 1.1rem; color: rgba(255,255,255,0.8); margin-bottom: 32px; line-height: 1.7; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── Visit ── */
.visit { background: #FAF0EF; padding: 100px 0; }
.visit-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.visit-info .section-title { text-align: left; }
.visit-details { display: flex; flex-direction: column; gap: 24px; margin-top: 32px; }
.visit-detail { display: flex; gap: 16px; align-items: flex-start; }
.visit-detail-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(123,45,59,0.08); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.visit-detail-icon svg { width: 22px; height: 22px; }
.visit-detail strong { display: block; font-size: 0.9rem; color: #1A0F0F; margin-bottom: 2px; }
.visit-detail span, .visit-detail a { font-size: 0.9rem; color: #5A3D3D; }
.visit-detail a:hover { color: #7B2D3B; }
.visit-map {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 15px 40px rgba(123,45,59,0.12);
  min-height: 400px;
}

/* ── Footer ── */
.footer { background: #1A0F0F; color: rgba(255,255,255,0.7); padding: 64px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 48px;
  padding-bottom: 48px;
}
.footer-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.1rem;
  color: #fff; margin-bottom: 16px;
}
.footer-logo-icon { width: 36px; height: 36px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.footer-links strong, .footer-contact strong {
  display: block; color: #fff; font-size: 0.85rem; text-transform: uppercase;
  letter-spacing: 0.08em; margin-bottom: 16px;
}
.footer-links a, .footer-contact a {
  display: block; font-size: 0.9rem; color: rgba(255,255,255,0.6);
  padding: 6px 0; transition: color 0.2s;
}
.footer-links a:hover, .footer-contact a:hover { color: #F5D5D5; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0; display: flex; justify-content: space-between; align-items: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.4);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-sub { margin: 0 auto 32px; }
  .hero-actions { justify-content: center; }
  .hero-visual { max-width: 500px; margin: 0 auto; }
  .stat-card--1 { left: 0; }
  .stat-card--2 { right: 0; }
  .stat-card--3 { left: 10%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-content .section-title { text-align: center; }
  .about-text { text-align: center; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-info .section-title { text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links {
    position: fixed; top: 72px; left: 0; right: 0;
    background: rgba(250,240,239,0.98); backdrop-filter: blur(16px);
    flex-direction: column; padding: 24px; gap: 8px;
    transform: translateY(-120%); transition: transform 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-toggle { display: flex; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 480px) {
  .highlights-grid { grid-template-columns: 1fr; }
  .stat-card { padding: 12px 14px; }
  .stat-num { font-size: 1.1rem; }
  .stat-label { font-size: 0.72rem; }
  .stat-card--1 { left: -10px; top: 2%; }
  .stat-card--2 { right: -10px; top: 42%; }
  .stat-card--3 { left: 0; bottom: 5%; }
  .about-img-accent { right: -10px; bottom: -20px; }
}
