/*
Theme Name:   Vittles
Description:  Child theme for Vittles Family Restaurant
Author:       Turnkey Web Tools Inc.
Author URI:   https://twt-inc.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  vittles
*/

/* ─── CSS Custom Properties ─── */
:root {
  --cream:     #FBF7EE;
  --parchment: #F2EAD8;
  --brown:     #3A2518;
  --brown-mid: #6B4226;
  --sage:      #7A9B6E;
  --sage-dk:   #566E4C;
  --sage-lt:   #C8D9BE;
  --gold:      #C9993A;
  --gold-lt:   #E8C568;
  --text:      #2C1A0E;
  --text-mid:  #5C3D28;
}

/* ─── Base ─── */
body {
  font-family: 'Lato', sans-serif;
  background-color: var(--cream);
  color: var(--text);
}

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

/* ─── Elementor button overrides ─── */
.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper .elementor-button .elementor-button-text {
  font-family: 'Lato', sans-serif !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

/* ─── WPForms styling ─── */
.wpforms-form .wpforms-field-label {
  font-size: 0.75rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #999 !important;
  font-weight: 400 !important;
}
.wpforms-form input[type=text],
.wpforms-form input[type=email],
.wpforms-form input[type=tel],
.wpforms-form select,
.wpforms-form textarea {
  border: 1.5px solid rgba(122,155,110,0.4) !important;
  background: var(--cream) !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.9rem !important;
  color: var(--text) !important;
  border-radius: 0 !important;
}
.wpforms-form input:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
  border-color: var(--sage) !important;
  outline: none !important;
  box-shadow: none !important;
}
.wpforms-submit-container .wpforms-submit {
  background: var(--sage) !important;
  color: var(--cream) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 14px 36px !important;
  transition: background 0.2s !important;
}
.wpforms-submit-container .wpforms-submit:hover {
  background: var(--sage-dk) !important;
}
/* ═══════════════════════════════════════════════════════════
   GLOBAL — Shared across all PHP templates
═══════════════════════════════════════════════════════════ */

/* Override hello-elementor theme.css max-width on .site-main for our PHP templates */
body .site-main,
body #main {
  max-width: 100% !important;
  width: 100% !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

/* Override hello-elementor reset link color inside our page templates */
.vit-page-home a:not(.btn-primary):not(.btn-outline):not(.btn-outline-dark),
.vit-page-menu a:not(.btn-primary),
.vit-page-order a:not(.btn-primary):not(.btn-toast),
.vit-page-contact a:not(.btn-primary) {
  color: inherit;
}

/* Page offset below fixed nav */
.vit-page-home,
.vit-page-order,
.vit-page-contact {
  padding-top: 130px;
}

/* Section label */
.section-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-lt);
  margin-bottom: 12px;
  display: block;
}

/* Shared buttons */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--brown);
  padding: 14px 32px;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
  border: none;
}
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); color: var(--brown); }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--cream);
  padding: 13px 30px;
  border: 1.5px solid rgba(251,247,238,0.45);
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  cursor: pointer;
}
.btn-outline:hover { border-color: var(--gold-lt); color: var(--gold-lt); }

/* ═══════════════════════════════════════════════════════════
   HOME PAGE — Section layout CSS
═══════════════════════════════════════════════════════════ */

/* ─── Hero ─── */
.hero {
  position: relative;
  height: calc(92vh - 130px);
  min-height: 520px;
  background: linear-gradient(160deg, #3A2518 0%, #5C3820 45%, #7A5C38 100%);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.hero-texture {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 30% 50%, rgba(201,153,58,0.18) 0%, transparent 65%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9993a' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}
.hero-content {
  position: relative;
  padding: 0 5% 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-lt);
  margin-bottom: 18px;
}
.hero-eyebrow i { color: var(--sage-lt); margin-right: 6px; }
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 8px;
}
.hero-title em {
  font-style: italic;
  color: var(--gold-lt);
  display: block;
}
.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  color: rgba(251,247,238,0.75);
  margin-bottom: 36px;
  line-height: 1.6;
  max-width: 460px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* ─── Hero Photo Grid ─── */
.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 4% 40px 10px;
}
.hero-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  height: 500px;
}
.hero-photo {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,153,58,0.22);
  overflow: hidden;
  position: relative;
  transition: border-color 0.25s;
}
.hero-photo:hover { border-color: rgba(201,153,58,0.55); }
.hero-photo.large { grid-row: span 2; }
.hero-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.hero-photo.large::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,153,58,0.07) 0%, transparent 50%, rgba(122,155,110,0.07) 100%);
  pointer-events: none;
}
.hero-photo-badge {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  background: rgba(58,37,24,0.88);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(201,153,58,0.45);
  padding: 10px 14px;
  text-align: center;
  z-index: 2;
}
.hero-photo-badge-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  font-style: italic;
  color: var(--gold-lt);
  margin-bottom: 2px;
}
.hero-photo-badge-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--cream);
}
.hero-photo-badge-note {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--sage-lt);
  text-transform: uppercase;
}

/* ─── Strip ─── */
.strip {
  background: var(--sage);
  color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 5vw, 80px);
  padding: 18px 5%;
  flex-wrap: wrap;
}
.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.strip-icon { font-size: 1.1rem; color: #fff; }
.strip-icon i { color: #fff; }
.strip-sep { width: 4px; height: 4px; background: rgba(255,255,255,0.4); border-radius: 50%; }

/* ─── Community ─── */
.community {
  padding: 90px 8% 80px;
}
.community-inner {
  max-width: 1409px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.community-text .section-label {
  color: var(--sage);
}
.community-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--brown);
  margin-bottom: 20px;
}
.community-text h2 em { font-style: italic; color: var(--gold); }
.community-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 14px;
}
.community-text p:last-of-type { margin-bottom: 28px; }

.community-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 480px;
}
.community-img-slot {
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(122,155,110,0.25);
}
.community-img-slot.tall { grid-row: span 2; }
.community-img-slot img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* ─── Specials ─── */
.specials {
  background: var(--brown);
  padding: 80px 8%;
  position: relative;
  overflow: hidden;
}
.specials::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9993a' fill-opacity='0.05'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E");
}
.specials-inner { position: relative; z-index: 1; max-width: 1409px; margin: 0 auto; }
.specials .section-label {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sage-lt); margin-bottom: 14px;
}
.specials h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 48px;
}
.specials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.special-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,153,58,0.25);
  padding: 30px 28px;
  position: relative; overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.special-card:hover { border-color: rgba(201,153,58,0.6); transform: translateY(-4px); }
.special-card.featured { background: rgba(201,153,58,0.1); border-color: var(--gold); }
.special-tag {
  font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.special-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 600;
  color: var(--cream); margin-bottom: 10px;
}
.special-desc {
  font-size: 0.88rem;
  color: rgba(251,247,238,0.65);
  line-height: 1.6; margin-bottom: 16px;
}
.special-desc p { margin: 0; }
.special-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 700;
  color: var(--gold-lt);
}

/* ─── Hours & CTA ─── */
.hours-cta {
  background: var(--parchment);
  padding: 60px 8%;
}
.hours-cta-inner {
  max-width: 1409px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.hours-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 700;
  color: var(--brown); margin-bottom: 10px;
}
.hours-row { font-size: 0.88rem; color: var(--text-mid); line-height: 1.9; }
.hours-row strong { color: var(--brown); font-weight: 700; min-width: 160px; display: inline-block; }
.cta-block { text-align: center; }
.cta-block p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1.2rem;
  color: var(--text-mid); margin-bottom: 20px;
}
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ─── Home Responsive ─── */
@media (max-width: 900px) {
  .hero { height: auto; min-height: unset; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-content { padding: 50px 6% 30px; }
  .hero-right { padding: 0 6% 40px; justify-content: center; }
  .hero-photo-grid { max-width: 100%; height: 180px; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr; }
  .hero-photo.large { grid-row: span 1; }
  .hero-photo-badge { display: none; }
  .community { grid-template-columns: 1fr; gap: 40px; padding: 60px 6%; }
  .community-img { display: none; }
  .specials-grid { grid-template-columns: 1fr 1fr; }
  .hours-cta { flex-direction: column; padding: 50px 6%; }
}
@media (max-width: 600px) {
  .strip { gap: 16px; }
  .strip-sep { display: none; }
  .hero-ctas { flex-direction: column; }
  .specials-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   ORDER ONLINE PAGE
═══════════════════════════════════════════════════════════ */

.order-hero {
  background: var(--sage);
  padding: 70px 8% 50px;
  text-align: center;
}
.order-hero .section-label { color: rgba(255,255,255,0.7); }
.order-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 14px;
}
.order-hero p { color: rgba(255,255,255,0.8); font-size: 1rem; font-style: italic; }

.ordering-content {
  padding: 70px 8%;
  max-width: 960px;
  margin: 0 auto;
}

.toast-card {
  border: 2px solid var(--gold);
  padding: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  background: linear-gradient(135deg, var(--parchment) 0%, var(--cream) 100%);
}
.toast-badge {
  display: inline-block;
  background: var(--brown);
  color: var(--cream);
  font-family: 'Lato', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 16px;
  margin-bottom: 24px;
}
.toast-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 14px;
}
.toast-card > p {
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 30px;
}
.btn-toast {
  display: inline-block;
  background: var(--brown);
  color: var(--gold-lt);
  padding: 16px 40px;
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--brown);
  transition: all 0.2s;
}
.btn-toast:hover {
  background: transparent;
  color: var(--brown);
}

.ordering-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}
.ord-feature {
  text-align: center;
  padding: 30px 20px;
}
.ord-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
  color: var(--sage-dk);
}
.ord-icon i { color: var(--sage-dk); }
.ord-feature h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 8px;
}
.ord-feature p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }

.banquet-cta {
  background: var(--parchment);
  padding: 36px 40px;
  border-left: 4px solid var(--sage);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.banquet-cta-text .section-label { color: var(--sage-dk); }
.banquet-cta-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 8px;
}
.banquet-cta-text p { color: var(--text-mid); font-size: 0.9rem; }
.banquet-cta .btn-primary { white-space: nowrap; }

@media (max-width: 768px) {
  .ordering-features { grid-template-columns: 1fr; }
  .toast-card { padding: 30px 20px; }
  .banquet-cta { flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════════════ */

.vit-page-contact {
  background: linear-gradient(to right, var(--parchment) 50%, var(--cream) 50%);
}

.contact-hero {
  background: var(--brown);
  padding: 70px 8% 50px;
  text-align: center;
}
.contact-hero .section-label { color: rgba(251,247,238,0.5); }
.contact-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 14px;
}
.contact-hero p { color: rgba(251,247,238,0.65); font-style: italic; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  max-width: 1409px;
  margin: 0 auto;
}
.contact-info {
  background: var(--parchment);
  padding: 60px 8%;
  min-width: 0;
  overflow: hidden;
}
.contact-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 28px;
}
.contact-detail {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
  align-items: flex-start;
}
.contact-icon {
  font-size: 1.2rem;
  margin-top: 2px;
  color: var(--sage);
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.contact-detail-text h4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-dk);
  margin-bottom: 4px;
}
.contact-detail-text p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin: 0;
}
.contact-detail-text a {
  color: var(--text-mid);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-detail-text a:hover { color: var(--sage-dk); }

.map-embed { margin-top: 28px; }
.map-embed iframe { width: 100%; height: 220px; border: 0; display: block; }

.map-placeholder {
  background: var(--sage-lt);
  height: 220px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: var(--sage-dk);
  text-align: center;
}
.map-icon { font-size: 2.5rem; opacity: 0.5; }
.map-placeholder span { font-family: 'Lato', sans-serif; font-size: 0.78rem; letter-spacing: 0.1em; opacity: 0.7; }

.amenity-badges {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.amenity-badge {
  background: var(--sage-lt);
  color: var(--sage-dk);
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  padding: 6px 12px;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.contact-form-col {
  background: var(--cream);
  padding: 60px 8%;
  min-width: 0;
}
.contact-form-col h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .vit-page-contact { padding-top: 130px; }
}

/* ─── Hero gradient + texture ─── */
.vit-s-hero {
  background: linear-gradient(160deg, #3A2518 0%, #5C3820 45%, #7A5C38 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}
.vit-s-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(ellipse at 30% 50%, rgba(201,153,58,0.18) 0%, transparent 65%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9993a' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* lift inner content above texture overlay */
.vit-s-hero > .elementor-container,
.vit-s-hero .elementor-widget-wrap,
.vit-s-hero .elementor-widget {
  position: relative;
  z-index: 1;
}
/* hero container: vertically center columns */
.vit-s-hero > .elementor-container {
  display: flex !important;
  align-items: center !important;
}
.vit-s-hero > .elementor-container > .elementor-row {
  align-items: center !important;
  width: 100% !important;
}

/* Hero button row: collapse columns to button widths so they sit together */
.elementor-element-96f8010 .elementor-column {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: none !important;
}
.elementor-element-96f8010 > .elementor-container {
  justify-content: flex-start !important;
}

/* Hours right column: put quote + spacer full-width, buttons side-by-side */
.vit-hours-btn-col > .elementor-element-populated {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.vit-hours-btn-col .elementor-widget-text-editor,
.vit-hours-btn-col .elementor-widget-spacer {
  width: 100% !important;
}
.vit-hours-btn-col .elementor-widget-button {
  flex: 0 0 auto !important;
}
/* Wrap the two buttons in a flex row */
.vit-hours-btn-col .elementor-element-d2b6eb4,
.vit-hours-btn-col .elementor-element-a1b2c3d4 {
  display: inline-flex !important;
  flex: 0 0 auto !important;
}
.vit-hours-btn-col > .elementor-element-populated {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
}
.vit-hours-btn-col .elementor-widget-text-editor,
.vit-hours-btn-col .elementor-widget-spacer {
  flex: 0 0 100% !important;
}
.vit-hours-btn-col .elementor-element-d2b6eb4 { margin-right: 14px !important; }

/* Eyebrow line — leaf icon via ::before */
.vit-hero-eyebrow .elementor-heading-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23C8D9BE' d='M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16H288 216s0 0 0 0c-16.6 0-32.7 1.9-48.2 5.4l-22.8 5.1L137 248.4l-22.9 5.1c-36.4 10-67.1 31.5-88.2 60.7C43 327.4 48 347.9 48 369.6V400c0 8.8 7.2 16 16 16h16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h16V384c0-8.8 7.2-16 16-16s16 7.2 16 16v32h16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c88.4 0 160-71.6 160-160C448 167.6 368 96 272 96z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* h1 em = italic gold on its own line */
.vit-s-hero h1 {
  line-height: 1.05 !important;
}
.vit-s-hero h1 em {
  color: #E8C568 !important;
  font-style: italic !important;
  display: block !important;
}

/* hero leaf icon color */
.vit-s-hero .elementor-widget-icon .elementor-icon svg {
  fill: #C8D9BE !important;
}
.vit-s-hero .elementor-widget-icon .elementor-icon {
  color: #C8D9BE !important;
}

/* ─── Hero — outline CTA button ─── */
.vit-btn-outline a.elementor-button {
  background: transparent !important;
  color: #FBF7EE !important;
  border: 1.5px solid rgba(251,247,238,0.45) !important;
  box-shadow: none !important;
}
.vit-btn-outline a.elementor-button:hover {
  background: transparent !important;
  border-color: #E8C568 !important;
  color: #E8C568 !important;
}

/* ─── Hero — photo grid ─── */
/* Prime rib inner section: bg image + fixed height, relative for badge overlay */
.vit-photo-prime {
  min-height: 540px !important;
  background-size: cover !important;
  background-position: center !important;
  border: 1px solid rgba(201,153,58,0.22) !important;
  position: relative !important;
  overflow: hidden !important;
}
/* Badge container: absolute, pinned to bottom with 14px inset margin */
.vit-photo-prime > .elementor-container {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  padding: 14px !important;
  max-width: 100% !important;
  background: transparent !important;
}
.vit-photo-prime > .elementor-container > .elementor-row {
  width: 100% !important;
}
/* prime rib badge: dark glass panel */
.vit-photo-prime > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  background: rgba(58,37,24,0.88) !important;
  border: 1px solid rgba(201,153,58,0.45) !important;
  backdrop-filter: blur(4px) !important;
  padding: 10px 14px !important;
  text-align: center !important;
  z-index: 3 !important;
}

/* Small photos: fixed height, cover */
.vit-photo-sm .elementor-widget-container,
.vit-photo-sm .elementor-image {
  line-height: 0 !important;
}
.vit-photo-sm img {
  height: 262px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* ─── Strip ─── */
/* Force icon list horizontal — Elementor defaults to block for list items */
.vit-s-strip .elementor-icon-list-items {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(16px, 4vw, 60px) !important;
  padding: 0 !important;
}
.vit-s-strip .elementor-icon-list-item {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vit-s-strip .elementor-icon-list-item > a,
.vit-s-strip .elementor-icon-list-item > span {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.vit-s-strip .elementor-icon-list-icon { margin: 0 !important; }
.vit-s-strip .elementor-icon-list-icon i { font-size: 1.1rem !important; color: #fff !important; }
/* SVG icons (Elementor 3.x renders icons as SVG) */
.vit-s-strip .elementor-icon-list-icon svg {
  fill: #fff !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
/* Dot separators between strip items */
.vit-s-strip .elementor-icon-list-item:not(:last-child)::after {
  content: '•' !important;
  color: rgba(255,255,255,0.4) !important;
  font-size: 0.45rem !important;
  line-height: 1 !important;
  margin-left: clamp(8px, 2vw, 30px) !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* ─── Community h2 italic em ─── */
.vit-s-community h2 em { font-style: italic !important; color: #C9993A !important; }

/* Community photos */
.vit-photo-dining img {
  height: 380px !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.vit-photo-story-sm img {
  height: 185px !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.vit-photo-dining .elementor-widget-container,
.vit-photo-story-sm .elementor-widget-container,
.vit-photo-dining .elementor-image,
.vit-photo-story-sm .elementor-image { line-height: 0 !important; }

/* Community section inner section: stretch to fill */
.vit-s-community .elementor-inner-section > .elementor-container > .elementor-row {
  align-items: stretch !important;
}
.vit-s-community .elementor-inner-section > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  height: 100% !important;
}

/* ─── Specials — card columns ─── */
.vit-s-specials { position: relative !important; }
.vit-s-specials::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9993a' fill-opacity='0.05'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E");
}
.vit-s-specials > .elementor-container { position: relative; z-index: 1; }

/* equal-height row */
.vit-specials-grid > .elementor-container > .elementor-row {
  align-items: stretch !important;
}
/* card background+border targets the INNER widget-wrap, not the outer column wrapper */
.vit-specials-card > .elementor-column-wrap,
.vit-specials-card > .elementor-widget-wrap {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(201,153,58,0.25) !important;
  transition: border-color 0.2s, transform 0.2s !important;
  height: 100% !important;
}
.vit-specials-card:hover > .elementor-column-wrap,
.vit-specials-card:hover > .elementor-widget-wrap {
  border-color: rgba(201,153,58,0.6) !important;
  transform: translateY(-4px) !important;
}
.vit-specials-featured > .elementor-column-wrap,
.vit-specials-featured > .elementor-widget-wrap {
  background: rgba(201,153,58,0.1) !important;
  border-color: #C9993A !important;
}

/* ─── Menu page tab overrides (beat Hello Elementor button resets) ─── */
.vittles-menu-page .menu-tab {
  color: var(--text-mid) !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
}
.vittles-menu-page .menu-tab:hover,
.vittles-menu-page .menu-tab.active {
  color: var(--sage-dk) !important;
  background-color: transparent !important;
  border-bottom: 2px solid var(--sage) !important;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .vit-photo-prime { min-height: 280px !important; }
  .vit-photo-sm img { height: 180px !important; }
  .vit-photo-dining img { height: 240px !important; }
  .vit-photo-story-sm img { height: 130px !important; }
  .vit-s-strip .elementor-icon-list-items { gap: 16px !important; }
}
