/* ─── Reset & Base ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  color: #1a1a2e;
  background: #faf9f7;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

/* ─── Custom Properties ─── */
:root {
  --plum: #4A1942;
  --plum-deep: #2D0F28;
  --plum-light: #6B2D5C;
  --amber: #D4A017;
  --amber-light: #E8C04A;
  --amber-pale: #FFF3D6;
  --cream: #FAF9F7;
  --warm-gray: #F5F0EB;
  --text: #1a1a2e;
  --text-muted: #6B6B7B;
  --border: #E8E2DA;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(74,25,66,0.06);
  --shadow-md: 0 8px 30px rgba(74,25,66,0.10);
  --shadow-lg: 0 20px 60px rgba(74,25,66,0.14);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── Typography ─── */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 600; line-height: 1.2; }
.accent { color: var(--amber); }

/* ─── Container ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px; font-weight: 500; font-size: 0.95rem;
  transition: all var(--transition); white-space: nowrap;
}
.btn-primary {
  background: var(--amber); color: var(--plum-deep);
  box-shadow: 0 4px 20px rgba(212,160,23,0.35);
}
.btn-primary:hover { background: var(--amber-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(212,160,23,0.45); }
.btn-outline {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-sm { padding: 10px 22px; font-size: 0.85rem; }
.btn-lg { padding: 18px 40px; font-size: 1.05rem; }
.btn-full { width: 100%; }

/* ─── Section Eyebrow ─── */
.section-eyebrow {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 12px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem); color: var(--plum); margin-bottom: 20px;
}

/* ─── Header ─── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250,249,247,0.92); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all var(--transition);
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px; height: 72px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { color: var(--plum); }
.logo-text { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; color: var(--plum); }
.logo-accent { color: var(--amber); }
.logo--light .logo-text { color: #fff; }
.logo--light .logo-icon { color: #fff; }
.nav { display: flex; gap: 32px; }
.nav a {
  font-size: 0.9rem; font-weight: 500; color: var(--text-muted);
  position: relative; transition: color var(--transition);
}
.nav a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--amber); transition: width var(--transition);
}
.nav a:hover { color: var(--plum); }
.nav a:hover::after { width: 100%; }
.header-cta { display: none; }
.mobile-toggle {
  display: flex; flex-direction: column; gap: 5px; padding: 8px;
}
.mobile-toggle span {
  display: block; width: 24px; height: 2px; background: var(--plum);
  transition: all var(--transition);
}
.mobile-menu {
  position: fixed; top: 72px; left: 0; right: 0;
  background: rgba(250,249,247,0.98); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 24px; display: flex; flex-direction: column; gap: 16px;
  transform: translateY(-120%); transition: transform var(--transition);
  z-index: 99;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { font-size: 1.1rem; font-weight: 500; color: var(--plum); padding: 8px 0; }

/* ─── Hero ─── */
.hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  background: linear-gradient(135deg, #1a0a18 0%, #4A1942 30%, #6B2D5C 55%, #8B3A62 75%, #D4A017 100%);
  padding: 120px 24px 80px; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  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.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, transparent 0%, rgba(26,10,24,0.4) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 800px; }
.hero-eyebrow {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 24px;
}
.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem); color: #fff; line-height: 1.1;
  margin-bottom: 24px; font-weight: 700;
}
.hero-title .accent {
  background: linear-gradient(135deg, var(--amber-light), var(--amber));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.8);
  max-width: 560px; margin: 0 auto 40px; line-height: 1.7;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
.hero-stats {
  display: flex; gap: 40px; justify-content: center; align-items: center;
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-number {
  display: block; font-family: 'Playfair Display', serif; font-size: 2rem;
  font-weight: 700; color: var(--amber);
}
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); letter-spacing: 0.05em; }
.stat-divider {
  width: 1px; height: 40px; background: rgba(255,255,255,0.2);
}
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.5); animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(8px); }
  60% { transform: translateX(-50%) translateY(4px); }
}

/* ─── About ─── */
.about { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-images { position: relative; }
.about-img-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img-main img { width: 100%; height: 450px; object-fit: cover; }
.about-img-secondary {
  position: absolute; bottom: -40px; right: -40px;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 6px solid var(--cream);
}
.about-img-secondary img { width: 100%; height: 200px; object-fit: cover; }
.about-badge {
  position: absolute; top: -20px; left: -20px;
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--amber); display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  color: var(--plum-deep); font-weight: 600; font-size: 0.7rem;
  box-shadow: var(--shadow-md);
}
.about-content .lead { font-size: 1.15rem; color: var(--plum); font-weight: 500; margin-bottom: 16px; }
.about-content p { color: var(--text-muted); margin-bottom: 16px; }
.about-features { margin-top: 32px; display: flex; flex-direction: column; gap: 20px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-icon { color: var(--amber); flex-shrink: 0; margin-top: 2px; }
.feature-item strong { display: block; color: var(--plum); font-size: 0.95rem; margin-bottom: 2px; }
.feature-item span { font-size: 0.85rem; color: var(--text-muted); }

/* ─── Menu ─── */
.menu { padding: 120px 0; background: var(--warm-gray); }
.menu-header { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.menu-intro { color: var(--text-muted); font-size: 1.05rem; }
.menu-tabs {
  display: flex; justify-content: center; gap: 8px; margin-bottom: 48px; flex-wrap: wrap;
}
.menu-tab {
  padding: 10px 28px; border-radius: 50px; font-size: 0.9rem; font-weight: 500;
  color: var(--text-muted); background: transparent;
  border: 1.5px solid var(--border); transition: all var(--transition);
}
.menu-tab:hover { color: var(--plum); border-color: var(--plum); }
.menu-tab.active {
  background: var(--plum); color: #fff; border-color: var(--plum);
}
.menu-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
  max-width: 900px; margin: 0 auto;
}
.menu-item {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all var(--transition);
  display: flex; flex-direction: column;
}
.menu-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.menu-item-img { overflow: hidden; }
.menu-item-img img { width: 100%; height: 180px; object-fit: cover; transition: transform 0.5s ease; }
.menu-item:hover .menu-item-img img { transform: scale(1.05); }
.menu-item-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.menu-item-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.menu-item-header h3 { font-size: 1.1rem; color: var(--plum); }
.menu-item-tag {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 50px; background: var(--amber-pale); color: var(--plum);
}
.menu-item-body p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; flex: 1; }
.menu-note { text-align: center; margin-top: 32px; font-size: 0.85rem; color: var(--text-muted); font-style: italic; }

/* ─── Experience ─── */
.experience { padding: 120px 0; }
.experience-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.exp-card {
  border-radius: var(--radius-lg); overflow: hidden;
  background: #fff; box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}
.exp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.exp-card-img { overflow: hidden; height: 240px; }
.exp-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.exp-card:hover .exp-card-img img { transform: scale(1.05); }
.exp-card-body { padding: 28px; }
.exp-card-body h3 { font-size: 1.3rem; color: var(--plum); margin-bottom: 10px; }
.exp-card-body p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }

/* ─── Gallery ─── */
.gallery { padding: 120px 0; background: var(--plum-deep); }
.gallery .section-title { color: #fff; }
.gallery-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 16px;
}
.gallery-item { border-radius: var(--radius); overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item--large { grid-column: span 5; grid-row: span 2; }
.gallery-item--wide { grid-column: span 7; }
.gallery-item:not(.gallery-item--large):not(.gallery-item--wide) { grid-column: span 3; }

/* ─── Visit ─── */
.visit { padding: 120px 0; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.visit-detail {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 24px 0; border-bottom: 1px solid var(--border);
}
.visit-detail:first-child { padding-top: 0; }
.visit-detail:last-child { border-bottom: none; }
.visit-icon { color: var(--amber); flex-shrink: 0; margin-top: 2px; }
.visit-detail strong { display: block; color: var(--plum); font-size: 0.95rem; margin-bottom: 4px; }
.visit-detail p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
.visit-detail a { color: var(--plum-light); transition: color var(--transition); }
.visit-detail a:hover { color: var(--amber); }
.visit-form-card {
  background: #fff; border-radius: var(--radius-lg); padding: 40px;
  box-shadow: var(--shadow-md);
}
.visit-form-card h3 { font-size: 1.5rem; color: var(--plum); margin-bottom: 8px; }
.visit-form-card > p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group--full { margin-bottom: 16px; }
.form-group label { font-size: 0.85rem; font-weight: 500; color: var(--plum); }
.form-group input, .form-group select, .form-group textarea {
  padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--radius);
  font-size: 0.95rem; color: var(--text); background: var(--cream);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--amber); box-shadow: 0 0 0 3px rgba(212,160,23,0.15);
}
.form-group textarea { resize: vertical; min-height: 80px; }
.form-success {
  text-align: center; padding: 40px 20px;
}
.form-success svg { color: var(--amber); margin: 0 auto 16px; }
.form-success h4 { font-size: 1.3rem; color: var(--plum); margin-bottom: 8px; }
.form-success p { color: var(--text-muted); font-size: 0.9rem; }

/* ─── Footer ─── */
.footer { background: var(--plum-deep); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand p { margin-top: 16px; font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 {
  font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber);
  margin-bottom: 20px;
}
.footer-col a, .footer-col p {
  display: block; font-size: 0.9rem; color: rgba(255,255,255,0.6);
  margin-bottom: 10px; transition: color var(--transition);
}
.footer-col a:hover { color: var(--amber); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; font-size: 0.8rem; color: rgba(255,255,255,0.4);
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom a { color: rgba(255,255,255,0.4); transition: color var(--transition); }
.footer-bottom a:hover { color: var(--amber); }

/* ─── Animations ─── */
.fade-up {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .about-grid { gap: 48px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid .exp-card:last-child { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav, .header-cta { display: none; }
  .mobile-toggle { display: flex; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img-secondary { right: 16px; bottom: -24px; }
  .about-badge { top: -12px; left: -12px; width: 64px; height: 64px; }
  .menu-grid { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid .exp-card:last-child { grid-column: span 1; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery-item--large { grid-column: span 2; grid-row: span 1; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item:not(.gallery-item--large):not(.gallery-item--wide) { grid-column: span 1; }
  .gallery-item img { height: 200px; }
  .gallery-item--large img { height: 280px; }
  .visit-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-stats { gap: 24px; }
  .stat-divider { display: none; }
}

@media (max-width: 480px) {
  .hero { padding: 100px 16px 60px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-lg { width: 100%; }
  .about-img-main img { height: 300px; }
  .about-img-secondary { position: relative; bottom: auto; right: auto; margin-top: -30px; margin-left: 20px; }
  .visit-form-card { padding: 24px; }
}
