:root {
  --brand-burgundy: #aa1945;
  --brand-burgundy-dark: #7f1033;
  --brand-cream: #f8f4ed;
  --brand-footer-cream: #f0e7df;
  --brand-tan: #e9dfd0;
  --brand-gold: #b79a63;
  --brand-gold-soft: #d2bc8a;
  --brand-text: #222222;
  --brand-muted: #666666;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--brand-text);
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}

a {
  color: var(--brand-burgundy);
  text-decoration: none;
}

a:hover {
  color: var(--brand-burgundy-dark);
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.brand-logo-nav {
  width: clamp(180px, 20vw, 255px);
}

.brand-logo-footer {
  width: clamp(180px, 24vw, 280px);
}

.site-header {
  background-color: var(--brand-footer-cream);
}

.top-banner {
  background-color: var(--brand-burgundy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.45rem 0;
}

.top-banner a {
  color: #fff;
}

.top-banner a:hover {
  color: var(--brand-gold-soft);
}

.top-banner-social a {
  font-size: 1rem;
  line-height: 1;
}

.site-header .navbar {
  background-color: var(--brand-footer-cream);
  border-bottom: 4px solid var(--brand-gold);
}

.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  color: #1e1e1e;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--brand-burgundy);
}

.btn-brand {
  background-color: var(--brand-burgundy);
  border-color: var(--brand-burgundy);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.btn-ui {
  border-radius: 0;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.btn-brand:hover {
  background-color: var(--brand-burgundy-dark);
  border-color: var(--brand-burgundy-dark);
  color: #fff;
}

.btn-outline-brand {
  border: 1px solid var(--brand-burgundy);
  color: var(--brand-burgundy);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.btn-outline-brand:hover {
  background-color: var(--brand-burgundy);
  color: #fff;
}

.btn-outline-brand-light {
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  background-color: rgba(0, 0, 0, 0.25);
}

.btn-outline-brand-light:hover {
  background-color: var(--brand-burgundy);
  border-color: var(--brand-burgundy);
  color: #fff;
}

.hero-section {
  min-height: 72vh;
  background-image: url("https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&w=2000&q=80");
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.78) 0%, rgba(8, 8, 8, 0.45) 35%, rgba(0, 0, 0, 0.15) 100%);
  border-bottom: 2px solid rgba(183, 154, 99, 0.7);
}

.hero-kicker,
.section-kicker {
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: #8b8b8b;
}

.hero-kicker {
  color: #d7d7d7;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
  font-weight: 600;
}

.bg-cream {
  background-color: var(--brand-cream);
}

.story-photo-wrap {
  position: relative;
}

.story-photo-wrap img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.est-badge {
  position: absolute;
  left: -14px;
  bottom: 16px;
  background: #c0aa7a;
  color: #fff;
  padding: 0.9rem 1rem;
  min-width: 100px;
  text-align: center;
}

.est-badge span {
  font-size: 0.68rem;
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.est-badge strong {
  display: block;
  font-size: 1.1rem;
}

.section-title {
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 0.95;
}

.title-accent {
  display: block;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-gold), var(--brand-gold-soft));
}

.quick-info {
  background-color: #fcfaf5;
  border-color: #e8dece !important;
}

.info-icon {
  font-size: 1.5rem;
  color: #1f1f1f;
}

.info-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.7rem 0 0.4rem;
}

.quick-info .col-lg-3:not(:last-child) {
  border-right: 1px solid #e8dece;
}

.quick-link {
  color: var(--brand-gold);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  font-weight: 600;
}

.quick-link:hover {
  color: #8f753f;
}

.dish-card {
  border: 1px solid #ece2d2;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dish-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.dish-card h3 {
  margin-bottom: 0.3rem;
  font-size: 1.45rem;
}

.dish-card p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 0.82rem;
}

.dish-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.testimonial-band {
  background: linear-gradient(90deg, rgba(116, 15, 47, 0.96), rgba(170, 25, 69, 0.96)),
    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1600&q=80");
  background-position: center;
  background-size: cover;
}

.script-font {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.testimonial-text {
  max-width: 760px;
  font-size: 1.12rem;
}

.plan-section {
  background-color: var(--brand-footer-cream);
}

.footer-occasion {
  border-top: 1px solid #dfd1c3;
}

.cta-card {
  border: 1px solid #e6dfd2;
  background: #fff;
  padding: 1.35rem;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cta-card i {
  color: var(--brand-burgundy);
  font-size: 1.6rem;
}

.cta-card h3 {
  margin-top: 0.8rem;
  margin-bottom: 0.35rem;
  font-size: 1.5rem;
}

.cta-card p {
  color: var(--brand-muted);
  margin-bottom: 0.8rem;
}

.cta-card:hover {
  border-color: #ceb684;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.site-footer {
  background-color: var(--brand-footer-cream);
  border-top: 1px solid #e0d4c1;
}

.site-footer .footer-heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.site-footer p,
.site-footer li,
.site-footer a,
.site-footer span {
  font-size: 0.92rem;
}

.site-footer .brand-logo-link {
  position: relative;
}

.site-footer .brand-logo-link::after {
  content: "";
  display: block;
  margin-top: 0.45rem;
  width: 56px;
  height: 2px;
  background-color: var(--brand-gold);
}

.footer-social a {
  color: var(--brand-burgundy);
  font-size: 2rem;
  line-height: 1;
}

.footer-social a:hover {
  color: var(--brand-burgundy-dark);
}

.footer-building {
  width: 100%;
  max-width: 410px;
  margin-left: -0.75rem;
  display: block;
  mix-blend-mode: multiply;
}

.footer-col-5 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-brand-col {
  flex: 0 0 22%;
  max-width: 22%;
}

.footer-links-col {
  flex: 0 0 17%;
  max-width: 17%;
  padding-left: 2rem;
}

.footer-hours-col {
  flex: 0 0 23%;
  max-width: 23%;
  padding-left: 2.5rem;
}

.footer-location-col {
  flex: 0 0 18%;
  max-width: 18%;
  padding-left: 2rem;
  padding-right: 0;
}

.footer-illustration-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 0;
}

.footer-illustration-col {
  display: flex;
  justify-content: flex-start;
}

.footer-copyright {
  background-color: var(--brand-burgundy);
  color: #fff;
  margin-top: 2rem;
  padding: 0.9rem 0;
}

.footer-copyright a,
.footer-copyright span {
  color: #fff;
}

.footer-copyright a:hover {
  color: var(--brand-gold-soft);
}

.inner-hero {
  min-height: 42vh;
  display: flex;
  align-items: end;
  padding: 5rem 0 3.5rem;
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=2000&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.8) 0%, rgba(7, 7, 7, 0.35) 60%, rgba(7, 7, 7, 0.2) 100%);
  border-bottom: 2px solid rgba(183, 154, 99, 0.65);
}

.inner-hero-text {
  max-width: 720px;
  font-size: 1.05rem;
}

.menu-panel {
  background: #fff;
  border: 1px solid #e8dece;
  padding: 1.45rem 1.35rem;
}

.menu-group-title {
  font-size: 2rem;
  margin-bottom: 0.9rem;
}

.menu-item-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #eee4d6;
  padding: 0.7rem 0;
}

.menu-item-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-item-row strong {
  color: var(--brand-burgundy);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.menu-note {
  color: var(--brand-muted);
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.toppings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.toppings-grid span {
  background: #f5efe4;
  border: 1px solid #e6d8c2;
  color: #503a17;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.32rem 0.5rem;
}

.image-placeholder {
  border: 1px dashed #cfbe9e;
  background: #f8f3ea;
  min-height: 240px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1rem;
  color: #7a6846;
}

.image-placeholder i {
  font-size: 2rem;
  margin-bottom: 0.45rem;
}

.image-placeholder p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.75rem;
  font-weight: 600;
}

.image-placeholder-lg {
  min-height: 390px;
}

.map-placeholder {
  min-height: 320px;
}

.map-embed {
  border: 1px solid #e7dccb;
  overflow: hidden;
}

.map-embed iframe {
  display: block;
  width: 100%;
  min-height: 360px;
}

.info-panel {
  border: 1px solid #e7dccb;
  background-color: #fff;
  padding: 1.25rem;
}

.info-panel i {
  color: var(--brand-burgundy);
  font-size: 1.45rem;
}

.info-panel h3 {
  margin-top: 0.7rem;
  margin-bottom: 0.4rem;
  font-size: 1.55rem;
}

.info-panel p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 0.9rem;
}

.feature-list {
  margin: 0;
  padding-left: 1rem;
}

.feature-list li {
  margin-bottom: 0.3rem;
}

.form-control-brand {
  border-radius: 0;
  border-color: #d8c9af;
}

.form-control-brand:focus {
  border-color: #b79a63;
  box-shadow: 0 0 0 0.2rem rgba(183, 154, 99, 0.18);
}

.placeholder-main {
  min-height: 52vh;
  display: grid;
  place-items: center;
  background: linear-gradient(rgba(90, 20, 32, 0.72), rgba(90, 20, 32, 0.72)),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.placeholder-main h1 {
  font-size: clamp(2.2rem, 4.7vw, 3.8rem);
}

.placeholder-main p {
  max-width: 700px;
  margin: 0.8rem auto 0;
}

@media (max-width: 991.98px) {
  .top-banner {
    display: none;
  }

  .footer-col-5 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar .btn-brand {
    margin-top: 0.65rem;
  }

  .story-photo-wrap img {
    height: 360px;
  }

  .quick-info .col-lg-3:not(:last-child) {
    border-right: 0;
  }

  .hero-section {
    min-height: 64vh;
  }

  .hero-title {
    font-size: clamp(2.1rem, 8vw, 2.8rem);
    line-height: 0.98;
  }

  .section-title {
    line-height: 1;
  }

  .dish-card img {
    height: 210px;
  }

  .cta-card {
    min-height: 100%;
  }

  .inner-hero {
    min-height: 36vh;
    padding-top: 4.5rem;
    padding-bottom: 2.8rem;
  }

  .menu-group-title {
    font-size: 1.8rem;
  }

  .image-placeholder-lg {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .footer-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .brand-logo-nav {
    width: clamp(165px, 52vw, 220px);
  }

  .hero-section {
    min-height: 70vh;
  }

  .hero-section .lead {
    font-size: 1rem;
  }

  .hero-section .btn-ui {
    width: 100%;
  }

  .story-photo-wrap img {
    height: 300px;
  }

  .est-badge {
    left: 0;
    bottom: 0;
    min-width: 92px;
    padding: 0.75rem 0.8rem;
  }

  .quick-info .row {
    row-gap: 1.5rem !important;
  }

  .quick-info .col-6 {
    border-right: 0;
    border-bottom: 1px solid #ebe2d4;
    padding-bottom: 1rem;
  }

  .quick-info .col-6:nth-last-child(-n + 2) {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .site-footer {
    text-align: center;
  }

  .footer-building {
    max-width: 300px;
    margin: 1rem auto 0;
  }

  .footer-illustration-col {
    justify-content: center;
  }

  .site-footer .d-flex {
    justify-content: center;
  }

  .site-footer .brand-logo-link::after {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-hero {
    min-height: 34vh;
    padding-top: 4.25rem;
    padding-bottom: 2.4rem;
  }

  .inner-hero-text {
    font-size: 0.98rem;
  }

  .menu-group-title {
    font-size: 1.65rem;
  }

  .menu-item-row {
    gap: 0.5rem;
  }

  .image-placeholder,
  .image-placeholder-lg {
    min-height: 230px;
  }

  .map-placeholder {
    min-height: 240px;
  }
}
