/* ── Reset & Base ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

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

.skip-link {
  position: absolute; top: -100%; left: 16px;
  background: #B85446; color: #FDF9F5;
  padding: 8px 16px; border-radius: 0 0 8px 8px;
  z-index: 200; font-weight: 600;
}
.skip-link:focus { top: 0; }

/* ── Scroll Reveal (progressive enhancement) ─────── */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(32px);
  }
  .reveal.revealed {
    opacity: 1;
    transform: translateY(0);
  }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
}

/* ── Buttons ─────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 6px;
  font-weight: 600; font-size: 0.938rem;
  border: 2px solid transparent; cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-terra {
  background: #B85446; color: #FDF9F5; border-color: #B85446;
}
.btn-terra:hover { background: #9E4438; border-color: #9E4438; box-shadow: 0 8px 24px rgba(184,84,70,0.3); }
.btn-outline {
  background: transparent; color: #1A1A18; border-color: #1A1A18;
}
.btn-outline:hover { background: #1A1A18; color: #FDF9F5; }
.btn-sand {
  background: #D1965A; color: #1A1A18; border-color: #D1965A;
}
.btn-sand:hover { background: #BF7D42; border-color: #BF7D42; box-shadow: 0 8px 24px rgba(209,150,90,0.35); }
.btn-outline-light {
  background: transparent; color: #FDF9F5; border-color: rgba(253,249,245,0.4);
}
.btn-outline-light:hover { background: rgba(253,249,245,0.1); border-color: #FDF9F5; }
.btn-outline-dark {
  background: transparent; color: #B85446; border-color: #B85446;
}
.btn-outline-dark:hover { background: #B85446; color: #FDF9F5; }
.btn-full { width: 100%; justify-content: center; }
.btn-sm { padding: 10px 20px; font-size: 0.875rem; }

/* ── Section Eyebrow ─────────────────────────────── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.813rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #B85446; margin-bottom: 16px;
}
.section-eyebrow::before {
  content: ''; display: block;
  width: 32px; height: 2px; background: #B85446;
}
.section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15; font-weight: 400;
  color: #1A1A18; margin-bottom: 20px;
}
.title-light { color: #FDF9F5; }
.section-subtitle {
  font-size: 1.063rem; line-height: 1.7;
  color: #5C5C54; max-width: 560px;
}

/* ── Divider ─────────────────────────────────────── */
.section-divider {
  display: flex; justify-content: center;
  padding: 8px 0; color: #B85446; opacity: 0.5;
}
.divider-icon { width: 24px; height: 24px; }

/* ── Navigation ──────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100; background: rgba(253,249,245,0.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26,26,24,0.08);
  transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: 0 4px 20px rgba(26,26,24,0.08); }
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 24px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Serif Display', Georgia, serif;
}
.nav-brand-mark {
  width: 40px; height: 40px;
  background: #B85446; color: #FDF9F5;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 0.875rem; font-weight: 700; letter-spacing: 0.02em;
}
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand-name { font-size: 1.063rem; color: #1A1A18; font-weight: 700; }
.nav-brand-tag { font-size: 0.688rem; color: #78786C; letter-spacing: 0.06em; text-transform: uppercase; font-family: 'Inter', sans-serif; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 0.875rem; font-weight: 500; color: #44443C;
  transition: color 0.2s; position: relative;
}
.nav-links a:not(.nav-cta):hover { color: #B85446; }
.nav-links a:not(.nav-cta)::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: #B85446;
  transition: width 0.2s;
}
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { padding: 10px 20px; font-size: 0.813rem; }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; position: relative;
}
.hamburger {
  position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
  display: block; width: 20px;
}
.hamburger::before, .hamburger::after {
  content: ''; display: block;
  width: 100%; height: 2px; background: #1A1A18;
  border-radius: 2px; transition: transform 0.3s, top 0.3s;
}
.hamburger::before { top: 6px; }
.hamburger::after { top: -6px; }
.nav-toggle[aria-expanded="true"] .hamburger::before {
  transform: rotate(45deg); top: 0;
}
.nav-toggle[aria-expanded="true"] .hamburger::after {
  transform: rotate(-45deg); top: 0;
}

/* Mobile Nav */
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
    background: rgba(253,249,245,0.98);
    backdrop-filter: blur(16px);
    flex-direction: column; justify-content: flex-start;
    padding: 40px 24px; gap: 24px;
    transform: translateX(100%); transition: transform 0.35s ease;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.125rem; }
  .nav-cta { margin-top: 16px; }
}

/* ── Hero ────────────────────────────────────────── */
.hero {
  min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center;
  background: #1A1A18;
  padding: 100px 24px 60px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(184,84,70,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(209,150,90,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 0.85fr;
  gap: 60px; align-items: center; position: relative; z-index: 1;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
}
.hero-eyebrow-line {
  width: 40px; height: 2px; background: #B85446; flex-shrink: 0;
}
.hero-eyebrow span {
  font-size: 0.813rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: #D1965A;
}
.hero-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  line-height: 1.08; color: #FDF9F5;
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 1.125rem; line-height: 1.75;
  color: #A8A89C; max-width: 480px; margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-badges { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-badge {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.813rem; font-weight: 500; color: #D4D4CC;
}
.hero-badge-icon { width: 16px; height: 16px; color: #B85446; flex-shrink: 0; }
.hero-visual { position: relative; height: 100%; min-height: 520px; }
.hero-image-frame {
  position: absolute; top: 0; right: 0;
  width: 85%; height: 88%;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 32px 64px rgba(0,0,0,0.4);
}
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-accent {
  position: absolute; bottom: 0; left: 0;
  width: 55%; border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 48px rgba(0,0,0,0.35);
  border: 4px solid rgba(253,249,245,0.15);
}
.hero-image-accent img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .hero { padding: 120px 24px 80px; min-height: auto; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

/* ── Menu Section ────────────────────────────────── */
.menu-section {
  padding: 100px 0;
  background: #FDF9F5;
}
.section-header { text-align: center; margin-bottom: 64px; }
.section-header .section-subtitle { margin: 0 auto; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.menu-card {
  background: #F4F4F0;
  border-radius: 12px; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,26,24,0.1); }
.menu-card-img {
  position: relative; height: 220px; overflow: hidden;
}
.menu-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.menu-card:hover .menu-card-img img { transform: scale(1.05); }
.menu-card-tag {
  position: absolute; top: 12px; left: 12px;
  background: #B85446; color: #FDF9F5;
  padding: 4px 12px; border-radius: 20px;
  font-size: 0.688rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.menu-card-body { padding: 24px; }
.menu-card-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.313rem; color: #1A1A18; margin-bottom: 10px;
}
.menu-card-desc { font-size: 0.938rem; line-height: 1.65; color: #5C5C54; }
@media (max-width: 960px) { .menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .menu-grid { grid-template-columns: 1fr; } }

/* ── About Section ───────────────────────────────── */
.about-section {
  padding: 100px 0;
  background: #1A1A18;
  position: relative;
}
.about-grid {
  display: grid; grid-template-columns: 0.9fr 1fr; gap: 64px; align-items: center;
}
.about-images { position: relative; }
.about-img-main { border-radius: 16px; overflow: hidden; }
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-secondary {
  position: absolute; bottom: -32px; right: -24px;
  width: 60%; border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 48px rgba(0,0,0,0.3);
  border: 4px solid #1A1A18;
}
.about-img-secondary img { width: 100%; height: 100%; object-fit: cover; }
.about-stat {
  position: absolute; top: -20px; left: -16px;
  background: #B85446; color: #FDF9F5;
  padding: 16px 20px; border-radius: 12px;
  text-align: center; box-shadow: 0 12px 32px rgba(184,84,70,0.3);
}
.about-stat-num { display: block; font-family: 'DM Serif Display', Georgia, serif; font-size: 1.5rem; }
.about-stat-label { font-size: 0.688rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.about-content { padding: 8px 0; }
.about-body { margin-bottom: 36px; }
.about-body p {
  font-size: 1rem; line-height: 1.8; color: #A8A89C; margin-bottom: 16px;
}
.about-body p:last-child { margin-bottom: 0; }
.about-values { display: flex; flex-direction: column; gap: 16px; }
.about-value {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.938rem; font-weight: 500; color: #D4D4CC;
}
.about-value-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(184,84,70,0.15); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #B85446;
}
.about-value-icon svg { width: 20px; height: 20px; }
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 80px; }
  .about-images { max-width: 480px; margin: 0 auto; }
}

/* ── Atmosphere Section ──────────────────────────── */
.atm-section {
  padding: 100px 0;
  background: #B85446;
  position: relative;
}
.atm-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(209,150,90,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.atm-header { text-align: center; margin-bottom: 64px; position: relative; z-index: 1; }
.atm-header .section-eyebrow { color: #FDF9F5; }
.atm-header .section-eyebrow::before { background: #FDF9F5; }
.atm-header .section-subtitle { color: rgba(253,249,245,0.75); margin: 0 auto; }
.atm-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 16px; position: relative; z-index: 1;
}
.atm-gallery-item {
  border-radius: 12px; overflow: hidden; position: relative;
  cursor: pointer;
}
.atm-gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.atm-gallery-item:hover img { transform: scale(1.06); }
.atm-gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(26,26,24,0.8), transparent);
  color: #FDF9F5; font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.063rem;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
}
.atm-gallery-item:hover .atm-gallery-caption { opacity: 1; transform: translateY(0); }
.atm-gallery-item.tall  { grid-column: 1 / 5;  grid-row: 1 / 3; }
.atm-gallery-item.wide  { grid-column: 5 / 10; grid-row: 1; }
.atm-gallery-item       { grid-column: 10 / 13; grid-row: 1; }
.atm-gallery-item:nth-child(4) { grid-column: 5 / 8; grid-row: 2; }
.atm-gallery-item:nth-child(5) { grid-column: 8 / 13; grid-row: 2; }
@media (max-width: 960px) {
  .atm-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .atm-gallery-item.tall,
  .atm-gallery-item.wide,
  .atm-gallery-item:nth-child(4),
  .atm-gallery-item:nth-child(5) {
    grid-column: auto; grid-row: auto;
  }
  .atm-gallery-item { min-height: 220px; }
  .atm-gallery-item.tall { grid-column: 1 / -1; min-height: 280px; }
}
@media (max-width: 480px) {
  .atm-gallery { grid-template-columns: 1fr; }
  .atm-gallery-item.tall { grid-column: auto; }
}

/* ── Visit Section ───────────────────────────────── */
.visit-section {
  padding: 100px 0;
  background: #F4F4F0;
}
.visit-grid {
  display: grid; grid-template-columns: 1fr 0.85fr; gap: 64px; align-items: start;
}
.visit-details { margin: 40px 0; display: flex; flex-direction: column; gap: 24px; }
.visit-detail { display: flex; gap: 16px; }
.visit-detail-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: #FDF9F5; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #B85446; box-shadow: 0 4px 12px rgba(26,26,24,0.06);
}
.visit-detail-icon svg { width: 22px; height: 22px; }
.visit-detail strong { display: block; font-size: 0.813rem; letter-spacing: 0.08em; text-transform: uppercase; color: #78786C; margin-bottom: 4px; }
.visit-detail p { font-size: 1rem; color: #1A1A18; line-height: 1.6; }
.visit-detail a { color: #B85446; font-weight: 500; transition: color 0.2s; }
.visit-detail a:hover { color: #9E4438; }
.visit-cta { display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 960px) { .visit-grid { grid-template-columns: 1fr; } }

/* ── Contact Form ────────────────────────────────── */
.visit-form-wrap { position: relative; }
.visit-form-card {
  background: #FDF9F5; border-radius: 16px; padding: 40px;
  box-shadow: 0 16px 48px rgba(26,26,24,0.08);
  border: 1px solid rgba(26,26,24,0.06);
}
.visit-form-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.5rem; color: #1A1A18; margin-bottom: 8px;
}
.visit-form-sub { font-size: 0.938rem; color: #78786C; margin-bottom: 28px; line-height: 1.6; }
.form-group { margin-bottom: 20px; }
.form-label {
  display: block; font-size: 0.813rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: #5C5C54; margin-bottom: 8px;
}
.form-input, .form-textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid #E8E8E2; border-radius: 8px;
  background: #FDF9F5; color: #1A1A18;
  font-size: 0.938rem; transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-input:focus, .form-textarea:focus {
  border-color: #B85446; box-shadow: 0 0 0 3px rgba(184,84,70,0.1);
}
.form-input::placeholder, .form-textarea::placeholder { color: #A8A89C; }
.form-textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.813rem; color: #A8A89C; margin-top: 12px; text-align: center; }
.form-success {
  text-align: center; padding: 32px 16px;
}
.form-success svg { width: 48px; height: 48px; color: #B85446; margin: 0 auto 16px; }
.form-success-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.375rem; color: #1A1A18; margin-bottom: 8px;
}
.form-success p { font-size: 0.938rem; color: #5C5C54; margin-bottom: 20px; }

/* ── Footer ──────────────────────────────────────── */
.footer {
  background: #1A1A18; color: #A8A89C; padding: 72px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(168,168,156,0.15);
}
.footer-logo {
  width: 56px; height: 56px;
  background: #B85446; color: #FDF9F5;
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', Georgia, serif; font-size: 1.25rem; font-weight: 700;
  margin-bottom: 16px;
}
.footer-tagline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.188rem; color: #FDF9F5; margin-bottom: 12px;
}
.footer-desc { font-size: 0.938rem; line-height: 1.7; max-width: 280px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong, .footer-contact strong {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: #D4D4CC; margin-bottom: 4px;
}
.footer-links a {
  font-size: 0.938rem; color: #A8A89C; transition: color 0.2s;
}
.footer-links a:hover { color: #B85446; }
.footer-contact p { font-size: 0.938rem; line-height: 1.7; }
.footer-contact a { color: #D1965A; transition: color 0.2s; }
.footer-contact a:hover { color: #FDF9F5; }
.footer-bottom {
  padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 0.813rem; color: #78786C;
}
.footer-bottom a { color: #D1965A; }
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}
