.contact-info {
  background: var(--white);
  border-radius: 28px;
  padding: 36px;
  border: 1px solid rgba(43, 32, 22, 0.08);
  box-shadow: 0 20px 40px rgba(43, 32, 22, 0.08);
}

.contact-form-card {
  background: var(--bg-cream);
  border-radius: 32px;
  padding: 40px;
  box-shadow: inset 0 0 0 1px rgba(43, 32, 22, 0.06);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border-radius: 14px;
  border: 1px solid rgba(43, 32, 22, 0.15);
  background: var(--white);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.25);
}

.contact-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.contact-badges div {
  background: var(--bg-cream);
  border-radius: 18px;
  text-align: center;
  padding: 18px 10px;
  border: 1px solid rgba(43, 32, 22, 0.08);
}

.contact-badges h3 {
  margin: 0;
  font-size: 1.75rem;
  color: var(--primary);
}

.map-section iframe {
  width: 100%;
  min-height: 420px;
  border: none;
  filter: grayscale(20%);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    order: 2;
  }
}

/* Newsletter / CTA Enhancements */
.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 70%);
  top: -80px;
  right: -60px;
  pointer-events: none;
}

.cta-section::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
  bottom: -60px;
  left: -40px;
  pointer-events: none;
}

/* ==================== WO-FR-01: CAFÉ & BAKERY ==================== */
/* Brew & Bake - Warm, Cozy Café Template */
/* Color Palette: Coffee Brown, Cream, Warm Gold */

:root {
  --primary: #8b5a2b;
  --primary-dark: #6d4522;
  --secondary: #d4a574;
  --accent: #c9a87c;
  --text-dark: #2d2419;
  --text-light: #6b5b4d;
  --muted: #b99a82;
  --bg-light: #faf6f1;
  --bg-cream: #f5ebe0;
  --bg-deep: #2b2016;
  --white: #ffffff;
}

/* Override base colors */
.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 15px rgba(139, 90, 43, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 8px 25px rgba(139, 90, 43, 0.4);
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--secondary);
  color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--secondary);
  color: var(--white);
}

.section-badge {
  background: rgba(139, 90, 43, 0.15);
  color: var(--primary);
}

/* Typography */
body {
  font-family: 'Lato', sans-serif;
  background: var(--bg-light);
  color: var(--text-dark);
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: var(--text-dark);
  letter-spacing: -0.5px;
}

.section {
  position: relative;
  overflow: hidden;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212, 165, 116, 0.15), transparent 55%);
  opacity: 0.35;
  pointer-events: none;
}

.section > .container,
.section-alt > .container {
  position: relative;
  z-index: 1;
}

/* Navbar Dark (for hero overlay) */
.navbar-dark {
  background: transparent;
}

.navbar-dark.scrolled {
  background: rgba(45, 36, 25, 0.95);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-link {
  color: var(--white);
}

.navbar-dark .navbar-link:hover,
.navbar-dark .navbar-link.active {
  color: var(--secondary);
}

.navbar-dark .navbar-link::after {
  background: var(--secondary);
}

.navbar-dark .navbar-toggle span {
  background: var(--white);
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
}

.navbar-brand span {
  color: var(--secondary);
}

/* Hero Café */
.hero-cafe {
  min-height: 100vh;
  background: url('https://images.pexels.com/photos/1855214/pexels-photo-1855214.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45, 36, 25, 0.85) 0%, rgba(45, 36, 25, 0.6) 100%);
}

.hero-cafe .container {
  position: relative;
  z-index: 1;
}

.hero-cafe .hero-content {
  max-width: 650px;
  color: var(--white);
  animation: fadeSlideUp 1.2s ease forwards;
}

.hero-cafe .hero-badge {
  background: rgba(212, 165, 116, 0.2);
  color: var(--secondary);
  border: 1px solid rgba(212, 165, 116, 0.3);
}

.hero-cafe .hero-title {
  color: var(--white);
  font-size: clamp(2.5rem, 6vw, 4rem);
}

.hero-cafe .hero-title span {
  color: var(--secondary);
  -webkit-text-fill-color: var(--secondary);
}

.hero-cafe .hero-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.125rem;
  line-height: 1.8;
}

.hero-hours {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  z-index: 1;
}

.scroll-indicator {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  margin: 12px auto 0;
  position: relative;
}

.scroll-indicator::after {
  content: '';
  width: 4px;
  height: 8px;
  background: var(--secondary);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollBounce 2s infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
  50% { transform: translateX(-50%) translateY(12px); opacity: 0.3; }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 768px) {
  .hero-hours {
    flex-direction: column;
    gap: 12px;
  }
}

/* About Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

.about-images {
  position: relative;
  perspective: 1000px;
}

.about-img-1 {
  width: 80%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transform: rotateY(-6deg);
  transition: transform 0.6s ease;
}

.about-images:hover .about-img-1 {
  transform: rotateY(0deg);
}

.about-img-2 {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 50%;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border: 4px solid var(--white);
}

.about-badge {
  position: absolute;
  top: 30px;
  right: 60px;
  background: var(--primary);
  color: var(--white);
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(139, 90, 43, 0.4);
}

.badge-number {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.badge-text {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-content h2 {
  margin-bottom: 20px;
}

.about-content > p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-features {
  margin: 32px 0;
}

.about-feature {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.about-feature .feature-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.about-feature h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.about-feature p {
  color: var(--text-light);
  font-size: 0.9375rem;
  margin: 0;
}

.gallery-masonry {
  columns: 3;
  column-gap: 20px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-images {
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

/* Menu Section */
.menu-categories {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.menu-tab {
  padding: 12px 28px;
  background: var(--white);
  border: 2px solid var(--bg-cream);
  border-radius: 50px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-light);
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.menu-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.menu-item {
  display: flex;
  gap: 20px;
  background: var(--white);
  padding: 20px;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.menu-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--secondary);
}

.menu-item-image {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.menu-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-item-content {
  flex: 1;
}

.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.menu-item-header h3 {
  font-size: 1.125rem;
  margin: 0;
}

.menu-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
}

.menu-item-content p {
  color: var(--text-light);
  font-size: 0.875rem;
  margin: 0 0 8px;
  line-height: 1.5;
}

.menu-tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(139, 90, 43, 0.1);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-item {
    flex-direction: column;
  }

  .menu-item-image {
    width: 100%;
    height: 180px;
  }
}

/* Features Section */
.features-section {
  background: var(--primary);
  color: var(--white);
}

.features-section .feature-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.features-section .feature-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.features-section .feature-icon {
  background: rgba(255, 255, 255, 0.15);
  font-size: 2rem;
}

.features-section .feature-title {
  color: var(--white);
}

.features-section .feature-description {
  color: rgba(255, 255, 255, 0.8);
}

/* Gallery Grid */
.gallery-filter-bar {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 26px;
  border-radius: 999px;
  border: 1px solid rgba(43, 32, 22, 0.2);
  background: var(--white);
  color: var(--text-dark);
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: transparent;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

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

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

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 36, 25, 0.8) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .gallery-item-large {
    grid-column: span 2;
  }

  .gallery-item {
    height: 200px;
  }

  .gallery-item-large {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item-large {
    grid-column: span 1;
  }
}

/* Events Section */
.events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.events-content h2 {
  margin-bottom: 16px;
}

.events-content > p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 32px;
}

.events-list {
  margin-bottom: 32px;
}

.event-item {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bg-cream);
}

.event-item:last-child {
  border-bottom: none;
}

.event-date {
  width: 60px;
  height: 60px;
  background: var(--primary);
  color: var(--white);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.date-day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.date-month {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.event-info h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.event-info p {
  color: var(--text-light);
  font-size: 0.875rem;
  margin: 0;
}

.events-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

/* CTA Café */
.cta-cafe {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.cta-cafe .btn-primary {
  background: var(--white);
  color: var(--primary);
}

.cta-cafe .btn-secondary {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.cta-cafe .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cta-contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
}

@media (max-width: 576px) {
  .cta-contact {
    flex-direction: column;
    gap: 12px;
  }
}

/* Testimonials */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--bg-cream);
}

.testimonial-rating {
  color: var(--secondary);
}

/* Footer */
.footer {
  background: var(--text-dark);
}

.footer-brand {
  font-family: 'Playfair Display', serif;
}

.footer-brand span {
  color: var(--secondary);
}

.footer-social a:hover {
  background: var(--primary);
}

.footer-link:hover {
  color: var(--secondary);
}

/* Section Alt */
.section-alt {
  background: var(--bg-cream);
}

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(139, 90, 43, 0.4);
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-5px);
}

/* Page Header */
.page-header {
  padding: 140px 0 60px;
  background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-cream) 100%);
  text-align: center;
}

.page-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 12px;
}

.page-subtitle {
  color: var(--text-light);
  font-size: 1.125rem;
}
