/* ============================================
   94 Trattoria Italiana — Stylesheet
   Classic Italian aesthetic with modern elegance
   ============================================ */

/* --- Announcement Popup --- */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10000;
  pointer-events: none;
}

.popup-overlay.hidden {
  display: none;
}

.popup {
  pointer-events: auto;
  background: linear-gradient(165deg, #1c0b10 0%, #2e1624 50%, #1c0f1a 100%);
  border-radius: 20px;
  max-width: 380px;
  width: 88%;
  padding: 44px 32px 32px;
  position: relative;
  text-align: center;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 2px 8px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(201, 169, 78, 0.2),
    inset 0 -1px 0 rgba(201, 169, 78, 0.05);
  border: 1px solid rgba(201, 169, 78, 0.35);
  transform: translateX(120%);
  animation: popupSlideIn 0.6s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  overflow: hidden;
  margin-right: 24px;
}

.popup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 78, 0.6), transparent);
}

.popup::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top center, rgba(201, 169, 78, 0.06) 0%, transparent 55%);
  pointer-events: none;
}

@media (max-width: 480px) {
  .popup {
    margin-right: 0;
    border-radius: 20px 0 0 20px;
    max-width: 340px;
  }
}

@keyframes popupSlideIn {
  to { transform: translateX(0); }
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
  z-index: 1;
}

.popup-close:hover {
  color: #DFC06A;
}

.popup-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 12px;
}

.popup-header {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.popup-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  color: #DFC06A;
  margin: 0 0 6px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.popup-subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-style: italic;
  letter-spacing: 0.5px;
}

.popup-body {
  position: relative;
  z-index: 1;
}

.popup-section {
  padding: 4px 0;
}

.popup-body h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 6px;
  letter-spacing: 0.5px;
}

.popup-price {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #DFC06A;
  margin: 3px 0;
  letter-spacing: 0.5px;
}

.popup-price span {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  margin-left: 2px;
}

.popup-days {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 10px 0 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.popup-divider {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 78, 0.5), transparent);
  margin: 18px auto;
}

.popup-time {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #DFC06A;
  margin: 4px 0;
  letter-spacing: 0.5px;
}

.popup-deal {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin: 8px 0 0;
  letter-spacing: 0.5px;
}

/* --- Events Section --- */
.events {
  padding: var(--section-padding);
  background: var(--color-cream);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.event-card {
  background: linear-gradient(165deg, #1c0b10 0%, #2e1624 50%, #1c0f1a 100%);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  border: 1px solid rgba(201, 169, 78, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.event-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 78, 0.6), transparent);
}

.event-date {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 8px;
}

.event-name {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: #DFC06A;
  margin: 0 0 8px;
}

.event-time {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin: 4px 0 12px;
}

.event-details {
  margin: 8px 0;
}

.event-price {
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 700;
  color: #DFC06A;
  margin: 3px 0;
}

.event-price span {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.event-days {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 12px;
}

.event-deal {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 0;
}

/* --- Custom Properties --- */
:root {
  --color-cream: #FAF6F0;
  --color-warm-white: #FFF9F2;
  --color-burgundy: #7A1E3A;
  --color-burgundy-dark: #5C1630;
  --color-burgundy-light: #9B2D4E;
  --color-olive: #5C6B3C;
  --color-olive-light: #7A8C56;
  --color-gold: #C9A94E;
  --color-gold-light: #DFC06A;
  --color-charcoal: #2C2C2C;
  --color-text: #3A3A3A;
  --color-text-light: #6B6B6B;
  --color-border: #E8E0D6;

  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Lato', 'Helvetica Neue', Arial, sans-serif;

  --max-width: 1200px;
  --section-padding: 100px 0;
}

/* --- Reset & Base --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Typography --- */
.section-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-burgundy);
  margin-bottom: 12px;
}

.section-label.center {
  text-align: center;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--color-charcoal);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-title.center {
  text-align: center;
}

.title-accent {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-burgundy), var(--color-gold));
  margin-bottom: 32px;
  border-radius: 2px;
}

.title-accent.center {
  margin-left: auto;
  margin-right: auto;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 14px 36px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background-color: var(--color-burgundy);
  color: #fff;
  border: 2px solid var(--color-burgundy);
}

.btn-primary:hover {
  background-color: var(--color-burgundy-dark);
  border-color: var(--color-burgundy-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(122, 30, 58, 0.3);
}

.btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.8);
}

.btn-secondary:hover {
  background-color: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-2px);
}

/* --- Navigation --- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.4s ease;
}

.navbar.scrolled {
  background-color: rgba(44, 44, 44, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 36px;
}

.nav-menu a {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  position: relative;
}

.nav-menu a:not(.nav-cta):hover {
  color: #fff;
}

.nav-menu a:not(.nav-cta)::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-gold);
  transition: width 0.3s ease;
}

.nav-menu a:not(.nav-cta):hover::after {
  width: 100%;
}

.nav-cta {
  background-color: var(--color-burgundy);
  padding: 10px 24px;
  border-radius: 4px;
  color: #fff !important;
}

.nav-cta:hover {
  background-color: var(--color-burgundy-dark);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('images/storefront.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 10, 10, 0.7) 0%,
    rgba(44, 28, 28, 0.6) 50%,
    rgba(20, 10, 10, 0.8) 100%
  );
}

.hero-logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid rgba(255,255,255,0.3);
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  color: var(--color-gold-light);
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.hero-divider::before,
.hero-divider::after {
  content: '';
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.divider-leaf {
  font-size: 1.2rem;
  filter: grayscale(40%) brightness(1.2);
}

.hero-tagline {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}

.hero-formerly {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 36px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- About --- */
.about {
  padding: var(--section-padding);
  background-color: var(--color-warm-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image img {
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.about-image::before {
  content: '';
  position: absolute;
  top: -16px;
  left: -16px;
  right: 16px;
  bottom: 16px;
  border: 2px solid var(--color-gold);
  border-radius: 8px;
  z-index: -1;
}

.about-text p {
  margin-bottom: 18px;
  font-size: 1.05rem;
  color: var(--color-text);
}

.about-text p:last-child {
  margin-bottom: 0;
}

/* --- Menu --- */
.menu {
  padding: var(--section-padding);
  background-color: var(--color-cream);
}

.menu-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.menu-tab {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 28px;
  border: 2px solid var(--color-border);
  background: transparent;
  color: var(--color-text-light);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.menu-tab.active {
  background-color: var(--color-burgundy);
  border-color: var(--color-burgundy);
  color: #fff;
}

.menu-category {
  display: none;
  animation: fadeIn 0.4s ease;
}

.menu-category.active {
  display: block;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.menu-item {
  padding: 28px 32px;
  background: var(--color-warm-white);
  border-radius: 8px;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.menu-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border-color: var(--color-gold);
}

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

.menu-item-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-charcoal);
}

.menu-item-price {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-burgundy);
  white-space: nowrap;
}

.menu-item-desc {
  font-size: 0.92rem;
  color: var(--color-text-light);
  line-height: 1.6;
}

.menu-item-section-label {
  background: transparent;
  border: none;
  padding: 12px 32px 0;
}

.menu-item-section-label:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.menu-subsection {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-burgundy);
  letter-spacing: 1px;
}

/* --- Gallery --- */
.gallery {
  padding: var(--section-padding);
  background-color: var(--color-charcoal);
}

.gallery .section-label {
  color: var(--color-gold);
}

.gallery .section-title {
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
}

.gallery-item-large {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}

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

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

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

  .gallery-item-large {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .gallery-item {
    aspect-ratio: 4 / 3;
  }
}

/* --- Parallax Break --- */
.parallax-break {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('images/linguine-mare.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 28, 28, 0.75);
}

.parallax-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 24px;
}

.parallax-quote {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.3;
}

.parallax-translation {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-gold-light);
}

/* --- Contact --- */
.contact {
  padding: var(--section-padding);
  background-color: var(--color-warm-white);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.contact-card {
  text-align: center;
  padding: 40px 28px;
  background: var(--color-cream);
  border-radius: 8px;
  border: 1px solid var(--color-border);
}

.contact-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.contact-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-charcoal);
  margin-bottom: 12px;
}

.contact-card p {
  font-size: 0.95rem;
  color: var(--color-text-light);
  line-height: 1.8;
}

.contact-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: var(--color-burgundy);
  font-size: 0.95rem;
}

.contact-link:hover {
  color: var(--color-burgundy-dark);
}

.hours-table {
  text-align: left;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--color-border);
  gap: 12px;
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-row.closed span:last-child {
  color: var(--color-burgundy);
  font-weight: 700;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.map-container iframe {
  display: block;
}

/* --- Footer --- */
.footer {
  background-color: var(--color-charcoal);
  color: rgba(255,255,255,0.7);
  padding: 60px 0 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 0.85rem;
  font-style: italic;
  color: rgba(255,255,255,0.4);
}

.footer-links {
  display: flex;
  gap: 28px;
}

.footer-links a {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.footer-links a:hover {
  color: var(--color-gold);
}

.footer-social a {
  color: rgba(255,255,255,0.6);
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: var(--color-gold);
}

.footer-bottom {
  text-align: center;
  padding: 24px 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

/* --- Animations --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Scroll-triggered animations */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 968px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --section-padding: 72px 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: rgba(44, 44, 44, 0.98);
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    transition: right 0.4s ease;
    padding: 24px;
  }

  .nav-menu.open {
    right: 0;
  }

  .nav-menu a {
    font-size: 1rem;
  }

  .hero-logo {
    width: 90px;
    height: 90px;
    margin: 0 auto 12px;
  }

  .hero-title {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .hero-tagline {
    margin-bottom: 4px;
  }

  .hero-formerly {
    margin-bottom: 20px;
  }

  .parallax-quote {
    font-size: 1.6rem;
  }

  .hero,
  .parallax-break {
    background-attachment: scroll;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hours-row {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    width: 72px;
    height: 72px;
    margin: 0 auto 8px;
  }

  .hero-title {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }

  .hero-divider {
    margin-bottom: 12px;
  }

  .hero-formerly {
    margin-bottom: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    text-align: center;
    max-width: 280px;
    padding: 12px 28px;
  }

  .menu-tab {
    padding: 10px 18px;
    font-size: 0.75rem;
  }

  .menu-item {
    padding: 20px;
  }
}

/* ============================================
   Newsletter Signup
   ============================================ */

.newsletter {
  padding: 80px 0;
  background: #1a1a1a;
  text-align: center;
}

.newsletter .section-label,
.newsletter .section-title {
  color: #f5f0eb;
}

.newsletter .title-accent.center {
  margin-left: auto;
  margin-right: auto;
}

.newsletter-desc {
  font-family: 'Lato', sans-serif;
  color: #bbb;
  font-size: 1.05rem;
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.newsletter-form {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-fields {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.newsletter-input {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  padding: 14px 18px;
  border: 1px solid #444;
  border-radius: 4px;
  background: #2a2a2a;
  color: #f5f0eb;
  outline: none;
  transition: border-color 0.3s;
  flex: 1;
  min-width: 180px;
}

.newsletter-input::placeholder {
  color: #888;
}

.newsletter-input:focus {
  border-color: #c4956a;
}

.newsletter-btn {
  padding: 14px 32px;
  white-space: nowrap;
  flex-shrink: 0;
}

.newsletter-status {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  margin-top: 16px;
  min-height: 1.4em;
  color: #c4956a;
}

.newsletter-status.error {
  color: #e74c3c;
}

@media (max-width: 600px) {
  .newsletter-fields {
    flex-direction: column;
    align-items: center;
  }

  .newsletter-input {
    width: 100%;
    min-width: unset;
  }

  .newsletter-btn {
    align-self: center;
  }
}

/* ============================================
   Reservation Modal
   ============================================ */
.reservation-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.reservation-modal-overlay.active {
  display: flex;
}

.reservation-modal {
  background: var(--color-cream);
  border-radius: 12px;
  padding: 2.5rem;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reservation-modal h2 {
  font-family: 'Playfair Display', serif;
  color: var(--color-burgundy);
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

.reservation-subtitle {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.reservation-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

.reservation-modal-close:hover {
  color: var(--color-burgundy);
}

.reservation-modal .form-group {
  margin-bottom: 1rem;
}

.reservation-modal .form-group label {
  display: block;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.reservation-modal .form-group input,
.reservation-modal .form-group select {
  width: 100%;
  max-width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  color: #333;
  transition: border-color 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.reservation-modal .form-group input:focus,
.reservation-modal .form-group select:focus {
  outline: none;
  border-color: var(--color-burgundy);
}

.reservation-modal .form-row {
  display: flex;
  gap: 1rem;
}

.reservation-modal .form-row .form-group {
  flex: 1;
  min-width: 0;
}

.reservation-submit {
  display: block;
  width: 100%;
  margin: 0.5rem auto 0;
  padding: 0.85rem;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 600px) {
  .reservation-modal-overlay {
    align-items: flex-start;
    padding: 0.5rem;
    overflow-y: auto;
  }

  .reservation-modal {
    padding: 1.5rem;
    margin: 1rem auto;
    max-width: 100%;
    max-height: none;
    box-sizing: border-box;
  }

  .reservation-modal h2 {
    font-size: 1.4rem;
  }

  .reservation-modal .form-row {
    flex-direction: column;
    gap: 0;
  }

  .reservation-modal .form-group input,
  .reservation-modal .form-group select {
    font-size: 16px; /* prevents iOS zoom on focus */
  }
}
