:root {
  --gold: #d4af37;
  --black: #000;
  --white: #f2ecd0;
}

/* ===== GLOBAL RESET ===== */
body {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  background: var(--white);
  color: var(--black);
}

/* ===== HEADER ===== */
.site-header {
  background: var(--black);
  text-align: center;
  padding: 18px 0;
  border-bottom: 4px solid var(--gold);
}

.site-title {
  color: var(--gold);
  font-size: 2.4rem;
  font-family: "Cinzel", serif;
  margin-bottom: 6px;
}

/* ===== NAV ===== */
.main-nav a {
  margin: 0 22px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--black);
  padding: 35px 0; /* bigger + consistent */
  text-align: center;
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  color: var(--gold);
  font-size: 1.15rem; /* bigger */
}

.site-footer p {
  margin-top: 8px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

/* ===== CONTACT PAGE ===== */
/* ===== CONTACT PAGE ===== */
.contact-page {
  background: #f4f1e9; /* warm parchment */
  padding-top: 40px;
  text-align: center;
  color: #000;
}

/* Contact title */
.contact-info h2 {
  font-family: "Cinzel", serif;
  font-size: 2.4rem; /* bigger title */
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: var(--black);
}

.contact-info p {
  margin: 10px 0; /* tighter & consistent spacing */
  font-size: 1.45rem; /* bigger body text */
  line-height: 1.4;
}
.contact-info .hours {
  margin-top: 28px;
  font-size: 1.35rem;
  font-weight: 600;
}
.contact-info strong {
  font-weight: 700;
}

/* Clickable Links (Phone / Email / Address) */
/* Contact Links — No Underline */
.contact-info a {
  color: var(--black);
  font-weight: 600;
  text-decoration: none; /* remove underline */
  transition: 0.3s;
}
.contact-page {
  background: #f4f1e9;
  padding-top: 0px; /* was 40px+ */
  text-align: center;
  color: #000;
}

.contact-info a:hover {
  color: var(--gold);
}

/* MAP CONTAINER + BORDER */
.map-container {
  margin: 25px auto 60px;
  display: flex;
  justify-content: center;
}

.map {
  width: 90%;
  max-width: 900px;
  height: 450px;
  border: 4px solid var(--gold);
  border-radius: 8px;
}
/* INDEX HERO */
.hero-section {
  background-image: url("../image/flag.jpg");
  background-size: cover;
  background-position: center 28%;
  background-attachment: fixed;
  min-height: 80vh;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 200px 20px 160pxpx; /* space under header, no crowding */
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  border: 3px solid var(--gold);
  border-radius: 12px;
  max-width: 900px;
  padding: 50px 60px;

  color: var(--white);
  text-align: center;
  line-height: 1.6;
}

.hero-overlay h2 {
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  margin-bottom: 22px;
}

.hero-overlay strong {
  color: var(--gold);
}
/* HISTORY HERO */
.history-hero {
  background-image: url("../image/outside.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 20px 160px;
}

.history-overlay {
  background: rgba(0, 0, 0, 0.55);
  border: 3px solid var(--gold);
  border-radius: 12px;
  max-width: 900px;
  padding: 50px 60px;
  color: var(--white);
  line-height: 1.6;
  margin: 0 auto;
  text-align: left;
}

.history-title {
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--gold);
}

.family-photo {
  text-align: center;
  margin-top: 40px;
}

.family-photo img {
  max-width: 300px;
  border-radius: 6px;
  border: 3px solid var(--gold);
}

.caption {
  margin-top: 10px;
  font-style: italic;
  color: var(--gold);
}
.site-header,
.site-footer {
  background: black;
  text-align: center;
  padding: 28px 0;
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
}

.site-title,
.footer-title {
  color: var(--gold);
  font-size: 2.4rem;
  margin: 0 0 12px;
  letter-spacing: 2px;
}

.main-nav a {
  margin: 0 28px;
  color: var(--white);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 0.3s;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
}
.family-photo {
  text-align: center;
  margin: 50px auto;
  max-width: 600px;
}

.family-photo img {
  width: 100%;
  border: 3px solid var(--gold);
  border-radius: 8px;
  display: block;
}

.family-photo .caption {
  margin-top: 12px;
  font-style: italic;
  color: var(--gold);
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 85%;
  margin: 60px auto;
  text-align: center;
}

/* GOLD TITLE CENTERED */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 across */
  gap: 40px 60px;
  justify-items: center;
  align-items: start;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

/* CENTER TITLE BLOCK */
.menu-title-wrapper {
  text-align: center;
}

/* GRID */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: 85%;
  max-width: 1400px;
  margin: 0 auto 80px;
}

/* CARDS */
.menu-card {
  width: 260px;
  text-align: center;
  padding: 15px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.menu-card:hover {
  transform: scale(1.05);
}

/* IMAGES */
.menu-card img {
  width: 100%;
  max-width: 320px;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* TITLE */
.menu-card h3 {
  color: var(--black);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/* INGREDIENTS */
.menu-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: var(--black);
  line-height: 1.55;
}
.menu-title {
  text-align: center;
  margin: 40px auto 60px;
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;

  /* Gold outline on black text */
  text-align: center;
  color: #000;
  text-shadow: -1px -1px 0 var(--gold), 1px -1px 0 var(--gold),
    -1px 1px 0 var(--gold), 1px 1px 0 var(--gold);
}
.family-photo {
  text-align: center;
  margin: 50px auto;
}

.family-photo img {
  width: 85%;
  max-width: 600px;
  border: 3px solid var(--gold);
  border-radius: 10px;
  display: block;
  margin: 40px auto;
  box-shadow: 0 0 18px rgba(0,0,0,0.45);
}

.family-photo .caption {
  margin-top: 14px;
  font-style: italic;
  color: var(--white);
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
.history-hero {
  background-image: url("../image/outside.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 20px 160px;
}