/* ============================================================
   HOME PAGE STYLES
   ============================================================ */

/* ─── HERO ─── */
.hero {
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,25,15,0.88) 0%,
    rgba(10,25,15,0.45) 50%,
    rgba(10,25,15,0.15) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
  color: var(--cream);
}

.hero-content .label {
  color: var(--gold-light);
  display: block;
  margin-bottom: 1.2rem;
  animation: fadeUp 0.8s ease 0.2s both;
}

.hero-content h1 {
  color: var(--cream);
  margin-bottom: 1.2rem;
  animation: fadeUp 0.8s ease 0.4s both;
}

.hero-content p {
  color: rgba(245,240,224,0.85);
  font-size: 1.1rem;
  max-width: 52ch;
  margin-bottom: 2.2rem;
  animation: fadeUp 0.8s ease 0.6s both;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeUp 0.8s ease 0.8s both;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-scroll-hint span {
  display: block;
  width: 1.5px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(245,240,224,0.6));
  animation: float 1.8s ease-in-out infinite;
}

/* ─── TAGLINE STRIP ─── */
.tagline-strip {
  background: var(--green-dark);
  padding: 1.4rem 0;
}

.tagline-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.tagline-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 2.5rem;
  color: rgba(245,240,224,0.9);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tagline-icon { font-size: 1rem; }

.tagline-divider {
  width: 1px;
  height: 28px;
  background: rgba(245,240,224,0.2);
}

/* ─── ABOUT STRIP ─── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.about-images {
  position: relative;
  height: 520px;
}

.about-img-main {
  position: absolute;
  top: 0; left: 0;
  width: 82%;
  height: 80%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.about-img-main img,
.about-img-accent img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-img-main:hover img,
.about-img-accent:hover img {
  transform: scale(1.04);
}

.about-img-accent {
  position: absolute;
  bottom: 0; right: 0;
  width: 55%;
  height: 55%;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 4px solid var(--cream);
}

.about-text .label { display: block; margin-bottom: 0.75rem; }
.about-text h2 { margin-bottom: 1.2rem; }
.about-text > p { margin-bottom: 2rem; }

.about-pillars {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.pillar {
  padding: 1.2rem 1.5rem;
  background: var(--cream-dark);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--green-mid);
}

.pillar strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--green-dark);
  margin-bottom: 0.25rem;
}

.pillar p { font-size: 0.88rem; margin: 0; }

/* ─── DISHES ─── */
.dishes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.dish-card { border-radius: var(--radius-lg); }

.dish-img {
  height: 220px;
  overflow: hidden;
}

.dish-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dish-card:hover .dish-img img { transform: scale(1.06); }

.dish-info {
  padding: 1.8rem;
}

.dish-info h3 {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  color: var(--green-dark);
}

.dish-info p { font-size: 0.9rem; margin-bottom: 1rem; }

.dish-price {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--maroon);
}

/* ─── GALLERY STRIP ─── */
.gallery-strip {
  overflow: hidden;
  padding: 0;
  background: var(--cream-dark);
}

.gallery-track {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  animation: scrollGallery 30s linear infinite;
  width: max-content;
}

.gallery-track:hover { animation-play-state: paused; }

.gallery-item {
  flex-shrink: 0;
  width: 280px;
  height: 200px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img { transform: scale(1.06); }

@keyframes scrollGallery {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── LOCATIONS ─── */
.locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 820px;
  margin: 0 auto;
}

.location-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  border: 2px solid transparent;
  transition: all var(--transition);
}

.location-card:hover {
  border-color: var(--green-light);
  transform: translateY(-4px);
}

.location-card-soon {
  border: 2px dashed var(--gold);
  background: linear-gradient(135deg, #fff 60%, #fdf8ee);
}

.location-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.location-card h3 {
  color: var(--green-dark);
  margin-bottom: 0.75rem;
}

.location-card p {
  font-size: 0.9rem;
  margin: 0 auto;
}

.location-note {
  margin-top: 0.75rem !important;
  font-size: 0.78rem !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-light) !important;
}

.coming-soon { color: var(--gold) !important; }

/* ─── CTA BANNER ─── */
.cta-banner {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
}

.cta-bg {
  position: absolute;
  inset: 0;
}

.cta-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27,58,45,0.82);
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--cream);
}

.cta-content h2 {
  color: var(--cream);
  margin-bottom: 1.2rem;
}

.cta-content p {
  color: rgba(245,240,224,0.85);
  margin: 0 auto 2.5rem;
  max-width: 52ch;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-images { height: 320px; margin-bottom: 2rem; }
  .dishes-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .tagline-inner { gap: 0; }
  .tagline-item { padding: 0.5rem 1.2rem; font-size: 0.72rem; }
}

@media (max-width: 640px) {
  .locations-grid { grid-template-columns: 1fr; }
  .hero-content p br { display: none; }
}
