* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #f8f1e7;
  color: #1f1b16;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

.navbar {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.logo img {
  height: 58px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  color: #54483f;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
}

.btn-primary {
  background: #8ea684;
  color: white;
  border-color: #8ea684;
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #728a69;
  border-color: #8ea684;
}

.btn-secondary {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #1f1b16;
  background: #fcfaf5;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  background:
    radial-gradient(circle at top right, rgba(183, 201, 169, 0.45), transparent 30%),
    linear-gradient(135deg, #f8f1e7 0%, #efe2d0 100%);
}

/*.eyebrow{
      font-size: clamp(3.5rem, 8vw, 4.5rem) !im;
      text-transform:uppercase;
      letter-spacing:.05em;
      color:#6f8b64;
      font-size:.78rem;
      font-weight:800;
      margin-bottom:18px;
    }*/

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6f8b64;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
}
h1,
h2,
h3 {
  font-family: 'Fraunces', serif;
  line-height: 0.92;
}

.hero h1 {
  margin-bottom: 24px;
  font-size: 58px;
}

.hero h1 span {
  color: #6d8b63;
}

.hero p {
  font-size: 1.15rem;
  color: #6d6258;
  margin-bottom: 34px;
  max-width: 560px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-images {
  position: relative;
  min-height: 620px;
}

.card {
  position: absolute;
  overflow: hidden;
  border-radius: 34px;
  background: #fcfaf5;
  padding: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.card img {
  border-radius: 26px;
  height: 100%;
}

.card-large {
  width: 74%;
  height: 520px;
  right: 0;
  top: 20px;
  transform: rotate(3deg);
}

.card-small {
  width: 48%;
  height: 280px;
  left: 0;
  bottom: 20px;
  transform: rotate(-5deg);
}

.sun {
  position: absolute;
  width: 130px;
  height: 130px;
  background: #b7c9a9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 700;
  left: 14%;
  top: 0;
  z-index: 5;
  transform: rotate(-8deg);
  box-shadow: 0 12px 40px rgba(183, 201, 169, 0.45);
}

.section {
  padding: 110px 0;
}

.section-title {
  font-size: clamp(2.5rem, 4vw, 5rem);
  margin-bottom: 22px;
}

.section-copy {
  max-width: 700px;
  color: #6d6258;
  line-height: 1.8;
  font-size: 1.05rem;
}

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

.story-box {
  background: #fcfaf5;
  padding: 42px;
  border-radius: 34px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.story-image {
  border-radius: 40px;
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.story-image img {
  height: 620px;
}

.menu {
  background: #f4ece2;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.menu-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.menu-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 50%);
}

.menu-content {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  color: white;
}

.menu-content h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.menu-main-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 28px;
}

.menu-block {
  align-items: center;
}

.menu-block .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-cards .row,
.menu-block {
  row-gap: 24px;
}

.experience {
  background: linear-gradient(135deg, #6f8b64, #8ea684);
  color: white;
  text-align: center;
}

.experience .section-title,
.experience .section-copy,
.experience .eyebrow {
  color: white;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.feature {
  background: rgba(255, 255, 255, 0.12);
  padding: 30px;
  border-radius: 28px;
  backdrop-filter: blur(10px);
}

.feature h3 {
  margin: 16px 0 10px;
  font-size: 1.6rem;
}

.feature p {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  margin-top: 42px;
  background:
    radial-gradient(circle at top left, rgba(183, 201, 169, 0.2), transparent 35%),
    linear-gradient(180deg, #f4ece2 0%, #efe2d0 100%);
  color: #3f342b;
  border-top: 1px solid rgba(31, 27, 22, 0.09);
  padding: 56px 0 26px;
}

.footer-top {
  padding-bottom: 24px;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 12px;
  text-decoration: none;
}

.footer-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.footer-desc {
  color: #5f5449;
  line-height: 1.72;
  font-size: 0.95rem;
}

.footer-meta {
  color: #74685c;
  font-size: 0.88rem;
  font-weight: 600;
}

.footer-title {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  margin-bottom: 14px;
  color: #1f1b16;
}

.footer-links,
.footer-hours,
.footer-contact,
.footer-bottom-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-hours li,
.footer-contact li {
  margin-bottom: 8px;
  color: #665a4f;
  line-height: 1.6;
  font-size: 0.93rem;
}

.footer-links a,
.footer-contact a,
.footer-bottom-nav a,
.footer-social a,
.footer-extra a {
  color: #3f342b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom-nav a:hover {
  color: #6f8b64;
}

.footer-links-2col {
  display: grid;
  /*grid-template-columns:repeat(2,minmax(0,1fr));*/
  gap: 6px 14px;
}

.footer-links-2col li {
  margin-bottom: 0;
}

.footer-hours span {
  color: #1f1b16;
  font-weight: 700;
}

.footer-address {
  color: #665a4f;
  line-height: 1.65;
  margin-bottom: 12px;
  font-size: 0.93rem;
}

.footer-map {
  height: 176px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(31, 27, 22, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.footer-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.footer-bottom-strip {
  border-top: 1px solid rgba(31, 27, 22, 0.12);
  padding-top: 22px;
  margin-top: 10px;
  color: #62574b;
  font-size: 0.9rem;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.footer-copyright {
  color: #4f4339;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
}

.footer-credit {
  color: #7a6d60;
  font-size: 0.84rem;
  line-height: 1.5;
}

.footer-credit a {
  color: #6f8b64;
  font-weight: 700;
  text-decoration: none;
}

.footer-credit a:hover {
  color: #56724d;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-social a {
  border: 1px solid rgba(31, 27, 22, 0.14);
  border-radius: 999px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  font-weight: 600;
}

.footer-social a:hover {
  border-color: #8ea684;
  background: #8ea684;
  color: #fff;
}

.footer-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 600;
}

.footer-bottom-nav a {
  position: relative;
  color: #4f4339;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer-bottom-nav a + a {
  padding-left: 18px;
}

.footer-bottom-nav a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(31, 27, 22, 0.35);
  transform: translateY(-50%);
}

.footer-bottom-nav a:hover {
  color: #6f8b64;
}

.footer-extra {
  margin-top: 12px;
  color: #74695d;
  font-size: 0.86rem;
}

.mobile-btn {
  display: none;
  position: fixed;
  bottom: 14px;
  left: 14px;
  right: 14px;
  z-index: 100;
}

/* About Page Styles */
.nav-links a.active {
  color: #6f8b64;
}

.hero-content {
  max-width: 800px;
}

.hero.about-hero {
  min-height: 80vh;
  padding: 140px 0 60px;
}

.hero.about-hero h1 {
  font-size: clamp(3.5rem, 8vw, 6rem);
  color: #1f1b16;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.value-card {
  background: #fcfaf5;
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.value-card h3 {
  font-size: 1.5rem;
  margin: 12px 0 10px;
}

.value-card p {
  color: #6d6258;
  font-size: 0.95rem;
  line-height: 1.6;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.timeline-item {
  position: relative;
  background: #fcfaf5;
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.timeline-item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #6f8b64;
  border-radius: 50%;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-year {
  font-family: 'Fraunces', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #6f8b64;
  margin-bottom: 12px;
}

.timeline-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.timeline-description {
  color: #6d6258;
  font-size: 0.9rem;
  line-height: 1.5;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.team-card {
  text-align: center;
}

.team-image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.team-image img {
  height: 350px;
}

.team-card h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.team-role {
  color: #6f8b64;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-bio {
  color: #6d6258;
  font-size: 0.95rem;
  line-height: 1.6;
}

.highlights {
  background: #f4ece2;
  padding: 60px;
  border-radius: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.highlight-item h3 {
  font-size: 2.8rem;
  font-family: 'Fraunces', serif;
  color: #6f8b64;
  margin-bottom: 8px;
}

.highlight-item p {
  color: #6d6258;
  font-weight: 500;
}

.cta-section {
  background: linear-gradient(135deg, #6f8b64, #8ea684);
  color: white;
  text-align: center;
  padding: 80px 0;
  border-radius: 40px;
  margin: 110px 0;
}

.cta-section h2 {
  color: white;
  margin-bottom: 20px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Menu Page Styles */
.menu-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fcfaf5;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
  color: #1f1b16;
  font-size: 0.95rem;
}

.filter-btn.active {
  background: #8ea684;
  color: white;
  border-color: #8ea684;
}

.filter-btn:hover {
  border-color: #8ea684;
  background: rgba(142, 166, 132, 0.1);
}

.filter-btn.active:hover {
  background: #728a69;
}

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

#menu .menu-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.menu-category {
  margin-bottom: 40px;
}

.category-title {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #6f8b64;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(111, 139, 100, 0.2);
}

.menu-item {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

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

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

.item-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1f1b16;
}

.item-price {
  font-weight: 700;
  color: #6f8b64;
  font-size: 1.1rem;
  white-space: nowrap;
  margin-left: 12px;
}

.item-description {
  color: #6d6258;
  font-size: 0.95rem;
  line-height: 1.6;
}

.item-tags {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.item-tag {
  background: rgba(111, 139, 100, 0.1);
  color: #6f8b64;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Wine Page Styles */
.wine-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.wine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.wine-card {
  background: #fcfaf5;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
}

.wine-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.wine-image {
  height: 280px;
  background: linear-gradient(135deg, #d4a574, #c99157);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.wine-content {
  padding: 28px;
}

.wine-region {
  color: #6f8b64;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.wine-name {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1f1b16;
}

.wine-variety {
  color: #6d6258;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.wine-price {
  font-weight: 700;
  color: #6f8b64;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.wine-description {
  color: #6d6258;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.wine-notes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.note {
  background: rgba(111, 139, 100, 0.1);
  color: #6f8b64;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.pairing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.pairing-card {
  background: #fcfaf5;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pairing-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.pairing-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.pairing-card p {
  color: #6d6258;
  font-size: 0.9rem;
  line-height: 1.5;
}

.wine-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin: 110px 0;
}

.story-text h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.story-text p {
  color: #6d6258;
  line-height: 1.8;
  font-size: 0.98rem;
  margin-bottom: 16px;
}

.highlight-box {
  background: #f4ece2;
  padding: 50px;
  border-radius: 40px;
}

.highlight-box h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.highlight-box p {
  color: #6d6258;
  line-height: 1.7;
  font-size: 0.98rem;
}

.form-section {
  background: #fcfaf5;
  padding: 50px;
  border-radius: 34px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: 24px;
}

.form-group:last-child {
  margin-bottom: 0;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1f1b16;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #1f1b16;
  background: white;
  transition: 0.25s;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #8ea684;
  box-shadow: 0 0 0 3px rgba(142, 166, 132, 0.1);
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.form-group.full {
  margin-top: 32px;
}

.hours-section {
  background: #f4ece2;
  padding: 50px;
  border-radius: 34px;
  margin-top: 40px;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.hours-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

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

.hours-day {
  font-weight: 600;
  color: #1f1b16;
}

.hours-time {
  color: #6f8b64;
  font-weight: 600;
}

.map-section {
  background: white;
  padding: 40px;
  border-radius: 34px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
}

.map-container {
  width: 100%;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Blog Page Styles */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.blog-card {
  background: #fcfaf5;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.blog-image {
  height: 240px;
  background: linear-gradient(135deg, #b7c9a9, #8ea684);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}

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

.blog-content {
  padding: 28px;
}

.blog-category {
  color: #6f8b64;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.blog-title {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f1b16;
  line-height: 1.3;
}

.blog-excerpt {
  color: #6d6258;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.85rem;
  color: #6d6258;
}

.blog-read-more {
  color: #6f8b64;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
}

.blog-read-more:hover {
  color: #8ea684;
}

.blog-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 140px 0 60px;
  background:
    radial-gradient(circle at top right, rgba(183, 201, 169, 0.45), transparent 30%),
    linear-gradient(135deg, #f8f1e7 0%, #efe2d0 100%);
}

.blog-post-content {
  padding: 110px 0;
  max-width: 800px;
  margin: auto;
}

.featured-image {
  width: 100%;
  height: 400px;
  border-radius: 34px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

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

.post-text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4a4340;
}

.post-text p {
  margin-bottom: 28px;
}

.post-text h2 {
  font-size: 2rem;
  margin: 40px 0 20px;
  color: #1f1b16;
}

.post-text h3 {
  font-size: 1.5rem;
  margin: 30px 0 16px;
  color: #1f1b16;
}

.post-text ul,
.post-text ol {
  margin: 20px 0 28px 24px;
}

.post-text li {
  margin-bottom: 12px;
}

.post-text blockquote {
  border-left: 4px solid #6f8b64;
  padding-left: 24px;
  margin: 40px 0;
  font-style: italic;
  color: #6d6258;
  font-size: 1.1rem;
}

.post-text strong {
  font-weight: 700;
  color: #1f1b16;
}

.related-posts {
  background: #f4ece2;
  padding: 80px 0;
  margin-top: 80px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.related-card {
  background: #fcfaf5;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
}

.related-card:hover {
  transform: translateY(-4px);
}

.related-image {
  height: 200px;
  overflow: hidden;
}

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

.related-content {
  padding: 24px;
}

.related-title {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f1b16;
  line-height: 1.3;
}

.related-meta {
  color: #6d6258;
  font-size: 0.85rem;
}

/* Gallery Page Styles */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 1;
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
}

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

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

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

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(111, 139, 100, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s;
  backdrop-filter: blur(4px);
}

.overlay-icon {
  font-size: 3rem;
  color: white;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.gallery-masonry .gallery-item:nth-child(2) {
  grid-row: span 2;
}

.gallery-masonry .gallery-item:nth-child(5) {
  grid-row: span 2;
}

.gallery-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.gallery-4col .gallery-item {
  min-height: 260px;
}

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

  .menu-grid,
  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  #menu .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-cards .row,
  .menu-block {
    row-gap: 24px;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .wine-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pairing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid,
  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-4col {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-masonry .gallery-item:nth-child(2),
  .gallery-masonry .gallery-item:nth-child(5) {
    grid-row: auto;
  }

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

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

  .wine-story {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .nav-links a:not(.btn) {
    display: none;
  }

  .mobile-btn {
    display: flex;
  }

  .hero {
    padding-top: 130px;
  }

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

  .hero-images {
    min-height: 420px;
  }

  .card-large {
    height: 340px;
  }

  .card-small {
    height: 200px;
  }

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

  #menu .menu-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .menu-card {
    min-height: 280px;
  }

  #menu .menu-card {
    min-height: 320px;
  }

  .menu-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  #menu .menu-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .menu-content h3 {
    font-size: 1.45rem;
  }

  #menu .menu-content h3 {
    font-size: 1.35rem;
    margin-bottom: 6px;
  }

  #menu .menu-content p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .menu-main-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .menu-cards .row,
  .menu-block {
    row-gap: 18px;
  }

  .values-grid,
  .team-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

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

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

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

  .blog-hero {
    padding-top: 130px;
    min-height: 50vh;
  }

  .gallery-grid,
  .gallery-masonry {
    grid-template-columns: 1fr;
  }

  .gallery-4col {
    grid-template-columns: 1fr;
  }

  .contact-info,
  .form-section {
    padding: 30px;
    border-radius: 20px;
  }

  .map-container {
    height: 300px;
  }

  .hours-section {
    padding: 30px;
  }

  .featured-image {
    height: 280px;
  }

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

  .related-posts {
    padding: 50px 0;
  }

  .story-image img {
    height: 420px;
  }

  .cta-section {
    padding: 50px 20px;
    border-radius: 20px;
  }

  .highlight-box {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .pairing-section {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .site-footer {
    padding: 46px 0 22px;
  }

  .footer-title {
    font-size: 1.18rem;
  }

  .footer-links-2col {
    grid-template-columns: 1fr;
  }

  .footer-bottom-bar {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom-copy {
    align-items: center;
  }

  .footer-bottom-nav {
    justify-content: center;
  }

  .footer-bottom-strip {
    text-align: center;
  }
}

/* Laravel header compatibility (for _menu.blade.php) */
.glass-navbar {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 1100;
}

.glass-navbar .nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.glass-navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

.glass-navbar .navbar-brand img {
  height: 58px;
  width: auto;
}

.glass-navbar .navbar-collapse {
  justify-content: flex-end;
}

.glass-navbar .nav-pill-bg {
  display: flex;
  align-items: center;
  gap: 10px;
}

.glass-navbar .nav-link {
  text-decoration: none;
  color: #54483f !important;
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 14px !important;
  transition: 0.25s ease;
}

.glass-navbar .nav-link:hover,
.glass-navbar .nav-link.active {
  background: rgba(142, 166, 132, 0.15);
  color: #1f1b16 !important;
}

.glass-navbar .nav-item-cta .nav-link-cta {
  background: #8ea684;
  color: #fff !important;
}

.glass-navbar .nav-item-cta .nav-link-cta:hover,
.glass-navbar .nav-item-cta .nav-link-cta.active {
  background: #728a69;
  color: #fff !important;
}

.glass-navbar .navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.glass-navbar .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(31,27,22,0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .glass-navbar {
    top: 12px;
    z-index: 1200;
  }

  .glass-navbar .nav-shell {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    border-radius: 22px;
    align-items: flex-start;
    padding: 10px 14px;
  }

  .glass-navbar .navbar-brand img {
    height: 50px;
  }

  .glass-navbar .navbar-collapse {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: rgba(252, 250, 245, 0.98);
    padding: 96px 20px 28px;
    overflow-y: auto;
    z-index: 1;
    align-items: flex-start;
  }

  .glass-navbar .nav-pill-bg {
    width: 100%;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .glass-navbar .nav-pill-bg .nav-item {
    width: 100%;
  }

  .glass-navbar .nav-pill-bg .nav-link {
    width: 100%;
    justify-content: center;
    padding: 16px 18px !important;
    font-size: 1.15rem;
  }

  .glass-navbar .navbar-brand,
  .glass-navbar .navbar-toggler {
    position: relative;
    z-index: 3;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom-nav {
    justify-content: center;
  }
}

/* ================= MENU PAGE ================= */

.menu-page {
  font-family: 'Inter', sans-serif;
  background: #f8f1e7;
  color: #1f1b16;
  overflow-x: hidden;
}

.menu-page img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.menu-page h1,
.menu-page h2,
.menu-page h3 {
  font-family: 'Fraunces', serif;
  line-height: 0.92;
}

.menu-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 140px 0 60px;
  background:
    radial-gradient(circle at top right, rgba(183, 201, 169, 0.45), transparent 30%),
    linear-gradient(135deg, #f8f1e7 0%, #efe2d0 100%);
}

.menu-hero__content {
  max-width: 700px;
}

.menu-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6f8b64;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.menu-hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  margin-bottom: 24px;
  color: #1f1b16;
}

.menu-hero p {
  font-size: 1.15rem;
  color: #6d6258;
  margin-bottom: 34px;
  line-height: 1.7;
}

.menu-section {
  padding: 110px 0;
}

.menu-section__title {
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 22px;
}

.menu-section__copy {
  max-width: 700px;
  color: #6d6258;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.menu-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.menu-filter {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fcfaf5;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
  color: #1f1b16;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.menu-filter.active {
  background: #8ea684;
  color: #fff;
  border-color: #8ea684;
}

.menu-filter:hover {
  border-color: #8ea684;
  background: rgba(142, 166, 132, 0.1);
  color: #1f1b16;
}

.menu-filter.active:hover {
  background: #728a69;
  color: #fff;
}

.menu-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.menu-category {
  margin-bottom: 40px;
}

.menu-category__title {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #6f8b64;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(111, 139, 100, 0.2);
}

.menu-item {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

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

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

.menu-item__name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1f1b16;
}

.menu-item__price {
  font-weight: 700;
  color: #6f8b64;
  font-size: 1.1rem;
  white-space: nowrap;
}

.menu-item__description {
  color: #6d6258;
  font-size: 0.95rem;
  line-height: 1.6;
}

.menu-item__tags {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.menu-tag {
  background: rgba(111, 139, 100, 0.1);
  color: #6f8b64;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.menu-highlights {
  background: #f4ece2;
  padding: 60px;
  border-radius: 40px;
  margin: 110px 0;
}

.menu-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
}

.menu-highlight h3 {
  font-size: 1.8rem;
  color: #6f8b64;
  margin-bottom: 12px;
}

.menu-highlight p {
  color: #6d6258;
  font-weight: 500;
  margin-bottom: 0;
}

.menu-cta {
  background: linear-gradient(135deg, #6f8b64, #8ea684);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 40px;
  margin: 110px 0;
}

.menu-cta h2 {
  color: #fff;
  margin-bottom: 20px;
}

.menu-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.menu-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: #6d6258;
}

/* ================= WINE PAGE ================= */

.wine-page {
  font-family: 'Inter', sans-serif;
  background: #f8f1e7;
  color: #1f1b16;
  overflow-x: hidden;
}

.wine-page img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.wine-page h1,
.wine-page h2,
.wine-page h3 {
  font-family: 'Fraunces', serif;
  line-height: 0.92;
}

.wine-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 140px 0 60px;
  background:
    radial-gradient(circle at top right, rgba(183, 201, 169, 0.45), transparent 30%),
    linear-gradient(135deg, #f8f1e7 0%, #efe2d0 100%);
}

.wine-hero__content {
  max-width: 700px;
}

.wine-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6f8b64;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.wine-hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  margin-bottom: 24px;
  color: #1f1b16;
}

.wine-hero p {
  font-size: 1.15rem;
  color: #6d6258;
  margin-bottom: 34px;
  line-height: 1.7;
}

.wine-section {
  padding: 110px 0;
}

.wine-section__title {
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 22px;
}

.wine-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.wine-filter {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fcfaf5;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
  color: #1f1b16;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.wine-filter.active {
  background: #8ea684;
  color: #fff;
  border-color: #8ea684;
}

.wine-filter:hover {
  border-color: #8ea684;
  background: rgba(142, 166, 132, 0.1);
  color: #1f1b16;
}

.wine-filter.active:hover {
  background: #728a69;
  color: #fff;
}

.wine-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.wine-category {
  margin-bottom: 40px;
}

.wine-category__title {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #6f8b64;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(111, 139, 100, 0.2);
}

.wine-item {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wine-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wine-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}

.wine-item__name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1f1b16;
}

.wine-item__price {
  font-weight: 700;
  color: #6f8b64;
  font-size: 1.1rem;
  white-space: nowrap;
}

.wine-item__description {
  color: #6d6258;
  font-size: 0.95rem;
  line-height: 1.6;
}

.wine-item__tags {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.wine-tag {
  background: rgba(111, 139, 100, 0.1);
  color: #6f8b64;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.wine-highlights {
  background: #f4ece2;
  padding: 60px;
  border-radius: 40px;
  margin: 110px 0;
}

.wine-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
}

.wine-highlight h3 {
  font-size: 1.8rem;
  color: #6f8b64;
  margin-bottom: 12px;
}

.wine-highlight p {
  color: #6d6258;
  font-weight: 500;
  margin-bottom: 0;
}

.wine-cta {
  background: linear-gradient(135deg, #6f8b64, #8ea684);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 40px;
  margin: 110px 0;
}

.wine-cta h2 {
  color: #fff;
  margin-bottom: 20px;
}

.wine-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.wine-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: #6d6258;
}

/* ================= GALLERY PAGE ================= */

.gallery-page {
  font-family: 'Inter', sans-serif;
  background: #f8f1e7;
  color: #1f1b16;
  overflow-x: hidden;
}

.gallery-page img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.gallery-page h1,
.gallery-page h2,
.gallery-page h3 {
  font-family: 'Fraunces', serif;
  line-height: 0.92;
}

.gallery-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 140px 0 60px;
  background:
    radial-gradient(circle at top right, rgba(183, 201, 169, 0.45), transparent 30%),
    linear-gradient(135deg, #f8f1e7 0%, #efe2d0 100%);
}

.gallery-hero__content {
  max-width: 700px;
}

.gallery-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6f8b64;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.gallery-hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  margin-bottom: 24px;
  color: #1f1b16;
}

.gallery-hero p {
  font-size: 1.15rem;
  color: #6d6258;
  margin-bottom: 34px;
  line-height: 1.7;
}

.gallery-section {
  padding: 110px 0;
}

.gallery-section__title {
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 22px;
}

.gallery-section__copy {
  max-width: 760px;
  color: #6d6258;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 1;
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
}

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

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

.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(111, 139, 100, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s ease;
  backdrop-filter: blur(4px);
}

.overlay-icon {
  font-size: 1.9rem;
  color: #fff;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(31, 27, 22, 0.92);
  z-index: 200;
  padding: 24px;
}

.image-lightbox:target {
  display: flex;
}

.image-lightbox img {
  max-width: min(1100px, 100%);
  max-height: calc(100vh - 80px);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 1;
}

.gallery-cta {
  background: linear-gradient(135deg, #6f8b64, #8ea684);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 40px;
  margin: 110px 0;
}

.gallery-cta h2 {
  color: #fff;
  margin-bottom: 20px;
}

.gallery-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-empty {
  text-align: center;
  color: #6d6258;
  padding: 40px 0;
}

/* ================= RESPONSIVE PAGE TWEAKS ================= */

@media (max-width: 1020px) {
  .menu-layout,
  .menu-highlights__grid,
  .wine-layout,
  .wine-highlights__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .menu-hero,
  .wine-hero,
  .gallery-hero {
    padding-top: 150px;
    min-height: 50vh;
  }

  .menu-section,
  .wine-section,
  .gallery-section {
    padding: 80px 0;
  }

  .menu-filters,
  .wine-filters {
    gap: 10px;
  }

  .menu-filter,
  .wine-filter {
    width: 100%;
    justify-content: center;
  }

  .menu-item__header,
  .wine-item__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .menu-item__price,
  .wine-item__price {
    margin-left: 0;
  }

  .menu-highlights,
  .menu-cta,
  .wine-highlights,
  .wine-cta,
  .gallery-cta {
    padding: 30px 20px;
    border-radius: 20px;
    margin: 80px 0;
  }

  .menu-highlights__grid,
  .wine-highlights__grid {
    gap: 20px;
  }

  .menu-highlight h3,
  .wine-highlight h3 {
    font-size: 1.4rem;
  }

  .gallery-item {
    border-radius: 22px;
  }
}

@media (min-width: 701px) {
  .gallery-4col {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 50px;
  }

  .gallery-4col .gallery-item {
    min-height: 260px;
  }
}

@media (max-width: 700px) {
  .menu-main-img {
    max-width: 85%;
  }

  .menu-block {
    row-gap: 18px;
  }

  .menu-block .col-lg-6 {
    text-align: center;
  }

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

/* ================= BOOK A TABLE PAGE ================= */

.booking-hero {
  min-height: auto;
  padding: 140px 0 84px;
  background:
    radial-gradient(circle at top right, rgba(183, 201, 169, 0.38), transparent 30%),
    linear-gradient(135deg, #f8f1e7 0%, #efe2d0 100%);
}

.booking-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 540px);
  gap: 44px;
  align-items: start;
}

.booking-copy h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
  margin: 0 0 20px;
}

.booking-copy p {
  max-width: 580px;
  color: #6d6258;
  line-height: 1.8;
  font-size: 1.06rem;
}

.booking-tags {
  margin-top: 26px;
}

.booking-panel {
  width: 100%;
}

.booking-card {
  background: rgba(252, 250, 245, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.booking-card__head {
  margin-bottom: 22px;
}

.booking-form-eyebrow {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6f8b64;
  font-size: 0.78rem;
  font-weight: 800;
}

.booking-form-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  margin: 12px 0;
  color: #1f1b16;
}

.booking-form-copy {
  color: #6d6258;
  line-height: 1.7;
}

.booking-form .form-control,
.booking-form .form-select {
  min-height: 52px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #1f1b16;
  border-radius: 16px;
}

.booking-form textarea.form-control {
  min-height: 140px;
}

.booking-form .form-control::placeholder,
.booking-form textarea::placeholder {
  color: rgba(31, 27, 22, 0.45);
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
  border-color: #8ea684;
  box-shadow: 0 0 0 0.18rem rgba(142, 166, 132, 0.18);
}

.reservation-form .form-select.is-custom-select-native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.reservation-custom-select {
  position: relative;
}

.reservation-custom-select__trigger {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #1f1b16;
  border-radius: 16px;
  padding: 12px 44px 12px 14px;
  min-height: 52px;
  text-align: left;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  position: relative;
}

.reservation-custom-select__trigger::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #8ea684;
  border-bottom: 2px solid #8ea684;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.reservation-custom-select.is-open .reservation-custom-select__trigger,
.reservation-custom-select__trigger:focus-visible {
  border-color: #8ea684;
  box-shadow: 0 0 0 0.18rem rgba(142, 166, 132, 0.18);
  background: #fff;
  outline: none;
}

.reservation-custom-select__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  padding: 8px;
  max-height: 280px;
  overflow-y: auto;
  z-index: 40;
  display: none;
  backdrop-filter: blur(14px);
}

.reservation-custom-select.is-open .reservation-custom-select__menu {
  display: block;
}

.reservation-custom-select__option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #1f1b16;
  text-align: left;
  border-radius: 12px;
  padding: 10px 12px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.reservation-custom-select__option:hover,
.reservation-custom-select__option:focus-visible,
.reservation-custom-select__option.is-selected {
  background: rgba(142, 166, 132, 0.12);
  color: #1f1b16;
  outline: none;
}

.reservation-custom-select__option.is-placeholder {
  color: rgba(31, 27, 22, 0.45);
}

.booking-form label {
  color: #54483f;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.booking-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.booking-form-actions .btn {
  min-width: 170px;
}

.booking-secondary-link {
  color: #6f8b64;
  text-decoration: none;
}

.booking-secondary-link:hover {
  color: #1f1b16;
}

@media (max-width: 991px) {
  .booking-hero {
    padding: 130px 0 64px;
  }

  .booking-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .booking-card {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .booking-card {
    padding: 22px;
    border-radius: 22px;
  }

  .booking-form-actions {
    flex-direction: column;
  }

  .booking-form-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
