/*
  joes-inner.css
  Shared styles for inner pages: contact.html, catering.html, about.html
  Loaded after joes-enhanced.css on inner pages only.
*/

/* ================================================================
   INNER PAGE BANNER (shared)
================================================================ */
.inner-page-banner {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  background-color: var(--dark-bg);
  overflow: hidden;
}

/* Split storefront panels — left: bar/cuisine signboard, right: pizza-pasta signboard */
.inner-page-banner::before,
.inner-page-banner::after {
  content: '';
  position: absolute;
  top: -57px;   /* shift images up ~1.5cm so sign letters clear the overlay */
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.inner-page-banner::before {
  left: 0;
  right: 50%;
  background-image: url('../assets/images/joes-pizza-italian-cuisine-bar-signboard.jpg');
  background-position: center top;
}

.inner-page-banner::after {
  left: 50%;
  right: 0;
  background-image: url('../assets/images/joes-pizza-pasta-signboard.jpg');
  background-position: center top;
}

.inner-banner-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  background: linear-gradient(to bottom, rgba(75,5,5,0.00) 0%, rgba(75,5,5,0.58) 28%, rgba(75,5,5,0.80) 100%);
  padding: 48px 0 44px;
}

.inner-page-title {
  font-family: 'Special Elite', cursive;
  font-size: 2.4em;
  color: #fff;
  margin: 0 0 10px;
  text-shadow: 1px 2px 5px rgba(0,0,0,0.7);
}

.inner-page-subtitle {
  color: rgba(255,255,255,0.82);
  font-size: 1.1em;
  margin-bottom: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-banner { min-height: 380px; }
}

@media (max-width: 767px) {
  .inner-page-title    { font-size: 1.7em; }
  .inner-page-subtitle { font-size: 0.95em; }
  .inner-page-banner   { min-height: 300px; }
  .inner-banner-overlay { padding-top: 36px; }
}

/* ================================================================
   CONTACT PAGE
================================================================ */
.contact-details-section {
  background-color: var(--dark-bg);
  color: #fff;
  padding: 4em 0;
}

.contact-details-section .section-title {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 16px;
}

.contact-row { align-items: flex-start; }

/* Hours table — inherits from joes-enhanced.css */
.hours-row--highlight th,
.hours-row--highlight td {
  color: #f15a24;
}

/* Address block */
.contact-address {
  font-style: normal;
  line-height: 1.9;
  color: rgba(255,255,255,0.82);
  font-size: 1em;
  margin-bottom: 16px;
}

.contact-address strong { color: #fff; }

.neighborhood-tag {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.88em;
  color: rgba(255,255,255,0.5);
  font-style: italic;
}

.contact-block { margin-bottom: 36px; }

/* Contact list */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.contact-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  gap: 12px;
  align-items: baseline;
  flex-wrap: wrap;
}

.contact-label {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  min-width: 72px;
  flex-shrink: 0;
}

.contact-value {
  color: #f15a24;
  text-decoration: none;
  font-size: 0.97em;
  word-break: break-word;
  transition: color 0.2s;
}
.contact-value:hover { color: #fff; text-decoration: underline; }
.contact-value--email { font-size: 0.88em; }

.contact-note {
  font-size: 0.88em;
  line-height: 1.6;
  margin-top: 12px;
}

/* Map */
.contact-map-col { padding-top: 4px; }

#contact-map {
  display: block;
  border-radius: 6px;
  min-height: 500px;
}

.map-caption {
  font-size: 0.88em;
  color: rgba(255,255,255,0.5);
  margin-top: 12px;
  line-height: 1.5;
}
.map-caption strong { color: rgba(255,255,255,0.75); }

@media (max-width: 767px) {
  #contact-map { min-height: 300px; margin-top: 32px; }
}

/* Order options strip */
.contact-order-strip {
  background-color: var(--site-yellow-mid);
  padding: 52px 0;
  border-top: 3px solid #f15a24;
}

.order-option {
  text-align: center;
  padding: 20px 30px;
  border-right: 1px solid #e5e5e5;
}
.order-option:last-child { border-right: none; }

.order-option-icon {
  font-size: 2.4em;
  display: block;
  margin-bottom: 12px;
}

.order-option-title {
  font-family: 'Special Elite', cursive;
  font-size: 1.2em;
  color: #2a2a2a;
  margin: 0 0 10px;
}

.order-option p {
  font-size: 0.97em;
  color: #666;
  line-height: 1.6;
  margin-bottom: 14px;
}
.order-option p a { color: #f15a24; }

.btn-sm-cta {
  padding: 9px 20px !important;
  font-size: 0.88em !important;
}

@media (max-width: 767px) {
  .order-option { border-right: none; border-bottom: 1px solid #e5e5e5; margin-bottom: 0; }
  .order-option:last-child { border-bottom: none; }
}

/* ================================================================
   CATERING PAGE
================================================================ */
.catering-intro-section {
  background-color: #fff;
  padding: 4em 0;
}

.catering-event-list {
  margin: 8px 0 18px 20px;
  padding: 0;
  color: #555;
  line-height: 1.9;
  font-size: 1.0em;
}

/* Contact card */
.catering-contact-card {
  background-color: var(--dark-bg);
  color: #fff;
  padding: 34px 32px;
  border-radius: 6px;
  border-top: 4px solid #f15a24;
}

.catering-contact-title {
  font-family: 'Special Elite', cursive;
  font-size: 1.5em;
  color: #fff;
  margin: 0 0 12px;
}

.catering-contact-card > p {
  color: rgba(255,255,255,0.75);
  font-size: 1.0em;
  line-height: 1.65;
  margin-bottom: 20px;
}

.catering-email-main-btn {
  display: block;
  text-align: center;
  word-break: break-word;
  margin-bottom: 10px;
}

.catering-or-call {
  text-align: center;
  font-size: 0.88em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px !important;
}
.catering-or-call a { color: #f15a24; }

.catering-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px;
}
.catering-info-list li {
  font-size: 0.88em;
  color: rgba(255,255,255,0.65);
  padding: 5px 0;
  padding-left: 18px;
  position: relative;
  line-height: 1.4;
}
.catering-info-list li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  color: #f15a24;
  font-size: 0.8em;
}

/* Catering menu section */
.catering-menu-section {
  background-color: var(--site-yellow-mid);
  padding: 4em 0;
}

.catering-menu-header { margin-bottom: 36px; }

.catering-category-title {
  font-family: 'Special Elite', cursive;
  font-size: 2em;
  color: #2a2a2a;
  border-bottom: 2px solid #f15a24;
  display: inline-block;
  padding-bottom: 6px;
  margin: 0 0 20px;
}

.catering-items { margin-bottom: 32px; }

.catering-item-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.catering-item-img {
  width: 120px;
  height: 120px;
  background-color: #ede9e4;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

img.catering-item-img { object-fit: cover; display: block; }

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

.catering-item-header .item-name {
  font-family: Candara, Calibri, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  color: #3a3a3a;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
}

.catering-item-header .item-price {
  font-size: 1.5em;
  font-weight: 700;
  color: #f15a24;
  white-space: nowrap;
  flex-shrink: 0;
}

.catering-item-row .item-description {
  font-size: 1.2em;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

.catering-menu-note {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}

.catering-menu-note p {
  font-size: 0.95em;
  color: #777;
  margin-bottom: 20px;
}

.catering-call-btn {
  margin-left: 14px;
  border-color: #f15a24;
  color: #f15a24;
}
.catering-call-btn:hover {
  background-color: #f15a24;
  color: #fff;
}

@media (max-width: 767px) {
  .catering-menu-note .btn-primary-cta,
  .catering-menu-note .catering-call-btn {
    display: block;
    margin: 10px auto;
    max-width: 280px;
    text-align: center;
  }
  .catering-call-btn { margin-left: 0; }
  .catering-item-row { grid-template-columns: 80px 1fr; }
  .catering-item-img { width: 80px; height: 80px; }
}

/* Why section */
.catering-why-section {
  background-color: #fff;
  padding: 3.5em 0;
}

.catering-why-section .section-title { margin-bottom: 36px; }

.catering-why-item {
  text-align: center;
  padding: 0 24px 24px;
}

.why-icon {
  font-size: 2.6em;
  display: block;
  margin-bottom: 14px;
}

.why-title {
  font-family: 'Special Elite', cursive;
  font-size: 1.15em;
  color: #2a2a2a;
  margin: 0 0 10px;
}

.catering-why-item p {
  font-size: 0.97em;
  color: #666;
  line-height: 1.65;
}
.catering-why-item p a { color: #f15a24; }

/* Final CTA */
.catering-final-cta {
  background-color: var(--dark-bg);
  padding: 56px 20px;
  text-align: center;
}

.catering-final-title {
  font-family: 'Special Elite', cursive;
  font-size: 2em;
  color: #fff;
  margin-bottom: 12px;
}

.catering-final-cta > .container > p {
  color: rgba(255,255,255,0.72);
  margin-bottom: 24px;
  font-size: 1em;
}

.catering-final-cta .btn-primary-cta { word-break: break-word; }

.catering-final-phone {
  margin-top: 14px !important;
  font-size: 0.9em !important;
  color: rgba(255,255,255,0.45) !important;
}
.catering-final-phone a { color: #f15a24; }

/* ================================================================
   ABOUT PAGE
================================================================ */
.about-story-section {
  background-color: #fff;
  padding: 4em 0;
}

.about-story-row { align-items: center; }

.about-text-col p {
  color: #555;
  line-height: 1.75;
  font-size: 1.0em;
  margin-bottom: 16px;
}

.about-image {
  background-size: cover;
  background-position: center;
  background-color: #c4a882;
  border-radius: 6px;
}

.about-image--story    { height: 380px; }
.about-image--community { height: 360px; }

@media (max-width: 767px) {
  .about-image--story    { margin-top: 30px; height: 240px; }
  .about-image--community { margin-bottom: 28px; height: 220px; }
  .about-story-row .col-md-6:first-child { order: 2; }
  .about-story-row .col-md-6:last-child  { order: 1; }
}

/* Differentiators */
.about-differentiators {
  background-color: var(--site-yellow-mid);
  padding: 3.5em 0;
}

.about-differentiators .section-title { margin-bottom: 36px; }

.diff-item {
  text-align: center;
  padding: 0 16px 28px;
}

.diff-icon {
  font-size: 2.6em;
  display: block;
  margin-bottom: 12px;
}

.diff-title {
  font-family: 'Special Elite', cursive;
  font-size: 1.1em;
  color: #2a2a2a;
  margin: 0 0 10px;
}

.diff-item p {
  font-size: 0.97em;
  color: #666;
  line-height: 1.65;
}

/* Community section */
.about-community-section {
  background-color: #fff;
  padding: 4em 0;
}

.community-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 36px;
}

.community-text-col p {
  color: #555;
  line-height: 1.75;
  font-size: 1.0em;
  margin-bottom: 16px;
}

.community-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.about-contact-btn {
  border-color: #f15a24 !important;
  color: #f15a24 !important;
}
.about-contact-btn:hover {
  background-color: #f15a24 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .community-text-col { padding-left: 15px; margin-top: 28px; }
  .community-ctas a   { display: block; width: 100%; text-align: center; }
}

/* Facts strip */
.about-facts-strip {
  background-color: #f15a24;
  padding: 36px 0;
}

.facts-row { text-align: center; }

.fact-item {
  padding: 10px 16px;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.fact-item:last-child { border-right: none; }

.fact-number {
  display: block;
  font-family: 'Special Elite', cursive;
  font-size: 2.6em;
  color: #fff;
  line-height: 1;
}

.fact-label {
  display: block;
  font-size: 0.82em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.8);
  margin-top: 4px;
}

@media (max-width: 480px) {
  .fact-item    { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .fact-number  { font-size: 2em; }
}

/* Bottom CTA */
.about-bottom-cta {
  background-color: var(--dark-bg);
  padding: 56px 20px;
}

.about-bottom-cta .section-title { color: #fff; margin-bottom: 16px; }

.about-bottom-cta > .container > p {
  color: rgba(255,255,255,0.72);
  margin-bottom: 28px;
  font-size: 1em;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.about-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.about-address-line {
  font-size: 0.88em !important;
  color: rgba(255,255,255,0.4) !important;
  margin-top: 8px !important;
}
.about-address-line a { color: #f15a24; }

@media (max-width: 480px) {
  .about-cta-btns { flex-direction: column; align-items: center; }
  .about-cta-btns a { width: 220px; text-align: center; }
}
