/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Nunito', sans-serif;
  color: #3D2C2C;
  background: #FDF6EE;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: 'DM Serif Display', serif; line-height: 1.2; font-weight: 400; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; top: -100%; left: 16px; background: #C0603A; color: #fff; padding: 8px 16px; border-radius: 8px; z-index: 9999; font-weight: 700; }
.skip-link:focus { top: 16px; }

/* ===== COLOR VARIABLES ===== */
:root {
  --terracotta: #C0603A;
  --terracotta-dark: #A84E2C;
  --terracotta-light: #D4845E;
  --sand: #F5E6D3;
  --sand-light: #FDF6EE;
  --sand-dark: #E8D5C0;
  --cream: #FFF9F2;
  --brown-dark: #3D2C2C;
  --brown-mid: #6B4F4F;
  --brown-light: #9A7E7E;
  --white: #FFFFFF;
  --shadow-sm: 0 2px 8px rgba(61, 44, 44, 0.06);
  --shadow-md: 0 4px 20px rgba(61, 44, 44, 0.1);
  --shadow-lg: 0 8px 40px rgba(61, 44, 44, 0.12);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-full: 9999px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 0.95rem;
  padding: 12px 28px; border-radius: var(--radius-full); border: 2px solid transparent;
  cursor: pointer; transition: all 0.3s ease; text-align: center;
}
.btn:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
.btn-primary { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
.btn-primary:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-secondary:hover { background: rgba(255,255,255,0.15); border-color: var(--white); transform: translateY(-2px); }
.btn-sm { padding: 8px 20px; font-size: 0.85rem; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* ===== SECTION TAGS ===== */
.section-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--terracotta); background: rgba(192, 96, 58, 0.1);
  padding: 6px 16px; border-radius: var(--radius-full); margin-bottom: 16px;
}
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--brown-dark); margin-bottom: 20px; }
.section-subtitle { font-size: 1.1rem; color: var(--brown-mid); max-width: 560px; }
.center { text-align: center; }

/* ===== HEADER ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253, 246, 238, 0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(192, 96, 58, 0.08);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-md); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: var(--brown-dark); }
.logo-icon { color: var(--terracotta); }
.nav-list { display: flex; align-items: center; gap: 8px; }
.nav-list a { padding: 8px 16px; border-radius: var(--radius-full); font-weight: 600; font-size: 0.9rem; color: var(--brown-mid); transition: all 0.2s ease; }
.nav-list a:hover { color: var(--terracotta); background: rgba(192, 96, 58, 0.08); }
.nav-list .btn { margin-left: 8px; }

/* Hamburger */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 22px; height: 2px; background: var(--brown-dark); border-radius: 2px; transition: all 0.3s ease; }
.hamburger::before { content: ''; margin-bottom: 6px; }
.hamburger::after { content: ''; margin-top: 6px; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle[aria-expanded="true"] .hamburger::after { transform: rotate(-45deg) translate(6px, -6px); }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 120px 24px 80px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.gradient-orb {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.7;
  animation: orbFloat 8s ease-in-out infinite;
}
.orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, #D4845E, #C0603A); top: -10%; left: -10%; animation-delay: 0s; }
.orb-2 { width: 500px; height: 500px; background: radial-gradient(circle, #E8B88A, #D4956A); bottom: -10%; right: -5%; animation-delay: -3s; }
.orb-3 { width: 350px; height: 350px; background: radial-gradient(circle, #F5C8A0, #E8A87A); top: 40%; left: 50%; animation-delay: -5s; }
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
}
.hero-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}
.hero-content { position: relative; z-index: 1; text-align: center; max-width: 780px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.2); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.3); color: var(--white);
  font-size: 0.85rem; font-weight: 700; padding: 8px 20px; border-radius: var(--radius-full);
  margin-bottom: 28px;
}
.hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem); color: var(--white);
  margin-bottom: 24px; line-height: 1.1;
  text-shadow: 0 2px 40px rgba(0,0,0,0.15);
}
.hero-title .accent {
  display: block; font-style: italic;
  background: linear-gradient(135deg, #FFE0C0, #FFD4A8);
  -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.9);
  max-width: 560px; margin: 0 auto 36px; line-height: 1.8;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.hero-stats {
  display: flex; align-items: center; justify-content: center; gap: 32px;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.25); border-radius: var(--radius-lg);
  padding: 20px 40px; display: inline-flex;
}
.stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--white); }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.75); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.3); }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.6); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* ===== ABOUT ===== */
.about { padding: 100px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-images { position: relative; }
.img-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.img-card--main { width: 100%; }
.img-card--accent { position: absolute; bottom: -30px; right: -20px; width: 55%; box-shadow: var(--shadow-lg); border: 4px solid var(--sand-light); }
.img-card--float { position: absolute; top: -20px; right: 20px; width: 45%; box-shadow: var(--shadow-lg); border: 4px solid var(--sand-light); }
.about-text .section-title { margin-bottom: 20px; }
.about-text p { color: var(--brown-mid); margin-bottom: 16px; font-size: 1.02rem; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.feature-item { display: flex; align-items: flex-start; gap: 12px; }
.feature-icon { flex-shrink: 0; width: 44px; height: 44px; background: rgba(192, 96, 58, 0.1); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: var(--terracotta); }
.feature-item span { font-size: 0.92rem; font-weight: 700; color: var(--brown-dark); line-height: 1.4; }

/* ===== DRINKS ===== */
.drinks { padding: 100px 0; background: var(--sand); }
.drinks-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 56px; }
.drink-card {
  background: var(--white); border-radius: var(--radius-md); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all 0.3s ease;
}
.drink-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.drink-img { height: 220px; overflow: hidden; }
.drink-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.drink-card:hover .drink-img img { transform: scale(1.08); }
.drink-body { padding: 28px; display: flex; align-items: flex-start; gap: 16px; }
.drink-icon { flex-shrink: 0; width: 48px; height: 48px; background: rgba(192, 96, 58, 0.1); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: var(--terracotta); }
.drink-body h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--brown-dark); }
.drink-body p { font-size: 0.92rem; color: var(--brown-mid); line-height: 1.7; }
.drinks-cta { margin-top: 56px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.drinks-note { font-size: 1.05rem; color: var(--brown-mid); font-style: italic; }

/* ===== VIBE ===== */
.vibe { padding: 100px 0; }
.vibe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.vibe-text p { color: var(--brown-mid); margin-bottom: 16px; font-size: 1.02rem; }
.vibe-text em { color: var(--terracotta); }
.vibe-highlights { margin-top: 36px; display: flex; flex-direction: column; gap: 20px; }
.vibe-highlight { display: flex; align-items: flex-start; gap: 16px; }
.vibe-num { font-size: 1.6rem; flex-shrink: 0; }
.vibe-highlight strong { display: block; font-size: 1rem; color: var(--brown-dark); margin-bottom: 2px; }
.vibe-highlight span { font-size: 0.9rem; color: var(--brown-mid); }
.vibe-img-grid { display: grid; gap: 20px; }
.vibe-img-grid img { border-radius: var(--radius-md); width: 100%; height: auto; object-fit: cover; box-shadow: var(--shadow-md); transition: transform 0.3s ease; }
.vibe-img-grid img:hover { transform: scale(1.02); }

/* ===== VISIT ===== */
.visit { padding: 100px 0; background: var(--sand); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.visit-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.visit-icon {
  flex-shrink: 0; width: 52px; height: 52px; background: var(--white); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; color: var(--terracotta);
  box-shadow: var(--shadow-sm);
}
.visit-detail strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brown-light); margin-bottom: 4px; }
.visit-detail p { font-size: 1rem; color: var(--brown-dark); line-height: 1.6; }
.visit-detail a { color: var(--terracotta); font-weight: 700; transition: color 0.2s; }
.visit-detail a:hover { color: var(--terracotta-dark); }
.hours-note { font-size: 0.85rem; color: var(--brown-light); font-weight: 600; }
.map-link { position: relative; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-lg); display: block; }
.map-link img { width: 100%; height: auto; }
.map-overlay {
  position: absolute; inset: 0; background: rgba(61, 44, 44, 0.5); backdrop-filter: blur(2px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: var(--white); font-weight: 700; font-size: 1rem;
  opacity: 0; transition: opacity 0.3s ease;
}
.map-link:hover .map-overlay { opacity: 1; }
.map-overlay svg { color: var(--white); }

/* ===== CONTACT ===== */
.contact { padding: 100px 0; }
.contact-wrapper {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.contact-text { padding: 56px 48px 56px 56px; background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark)); color: var(--white); }
.contact-text .section-tag { background: rgba(255,255,255,0.2); color: var(--white); }
.contact-text .section-title { color: var(--white); margin-bottom: 16px; }
.contact-text p { color: rgba(255,255,255,0.85); font-size: 1.02rem; }
.contact-form { padding: 56px 56px 56px 48px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--brown-dark); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 2px solid var(--sand-dark); border-radius: var(--radius-sm);
  font-family: 'Nunito', sans-serif; font-size: 0.95rem; color: var(--brown-dark);
  background: var(--sand-light); transition: all 0.2s ease; outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--terracotta); background: var(--white); box-shadow: 0 0 0 4px rgba(192, 96, 58, 0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-success {
  display: flex; align-items: center; gap: 10px; margin-top: 16px;
  padding: 14px 20px; background: rgba(76, 175, 80, 0.1); border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: var(--radius-sm); color: #2E7D32; font-weight: 700; font-size: 0.92rem;
}
.form-success svg { color: #2E7D32; flex-shrink: 0; }

/* ===== FOOTER ===== */
.site-footer { background: var(--brown-dark); color: rgba(255,255,255,0.7); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; }
.logo-light { color: var(--white); }
.logo-light .logo-icon { color: var(--terracotta-light); }
.footer-brand p { margin-top: 16px; font-size: 0.92rem; line-height: 1.8; max-width: 300px; }
.footer-links h4, .footer-contact h4 { color: var(--white); font-family: 'Nunito', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 800; margin-bottom: 20px; }
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.92rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--terracotta-light); }
.footer-contact address { font-style: normal; font-size: 0.92rem; line-height: 1.8; margin-bottom: 12px; }
.footer-contact p { font-size: 0.92rem; margin-bottom: 6px; }
.footer-contact a { color: var(--terracotta-light); font-weight: 700; transition: color 0.2s; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 0.85rem; }

/* ===== REVEAL ANIMATION ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== MOBILE NAV ===== */
@media (max-width: 900px) {
  .nav-toggle { display: block; z-index: 1001; }
  .nav-list {
    position: fixed; top: 0; right: 0; width: 280px; height: 100vh;
    background: var(--sand-light); flex-direction: column; align-items: stretch;
    padding: 90px 24px 32px; gap: 4px;
    box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform 0.35s ease;
  }
  .nav-list.open { transform: translateX(0); }
  .nav-list a { padding: 12px 16px; border-radius: var(--radius-sm); font-size: 1rem; }
  .nav-list .btn { margin-left: 0; text-align: center; justify-content: center; margin-top: 12px; }
  .nav-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 999;
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
  }
  .nav-overlay.active { opacity: 1; pointer-events: all; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .about-grid, .vibe-grid, .visit-grid, .contact-wrapper { grid-template-columns: 1fr; gap: 40px; }
  .drinks-grid { grid-template-columns: 1fr; }
  .about-images { order: -1; max-width: 500px; }
  .img-card--accent { width: 50%; bottom: -20px; right: -10px; }
  .img-card--float { width: 40%; top: -10px; right: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-stats { flex-direction: column; gap: 16px; padding: 24px 32px; }
  .stat-divider { width: 40px; height: 1px; }
  .contact-text { padding: 40px 28px; }
  .contact-form { padding: 40px 28px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { padding: 100px 20px 60px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .about-features { grid-template-columns: 1fr; }
  .about-images { display: grid; gap: 16px; }
  .img-card--accent, .img-card--float { position: static; width: 100%; }
  .drinks-grid { gap: 20px; }
  .section-title { font-size: clamp(1.6rem, 5vw, 2.2rem); }
}
