/* Shared site chrome (nav, mobile menu, page hero, footer) for lander pages
   Buddy Boy Fine Barbeque — pairs with styles.css. DNA Hash: 0549daed38b4 */

/* ---- nav ---- */
.nav {
  position: fixed; top: var(--bar-h); left: 0; width: 100%; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1.25rem, 6vw, 4rem);
  transition: background var(--transition-speed) var(--transition-easing), padding var(--transition-speed) var(--transition-easing), box-shadow var(--transition-speed);
}
.nav.solid { background: var(--char-90); backdrop-filter: blur(8px); padding-top: 0.8rem; padding-bottom: 0.8rem; box-shadow: 0 10px 30px -20px rgba(0,0,0,0.7); }
.brand { display: flex; flex-direction: column; line-height: 1; color: var(--bone); text-shadow: 0 1px 10px rgba(36,31,29,0.65); }
.nav.solid .brand { text-shadow: none; }
.brand .script { font-size: 2.1rem; }
.brand .sub { font-family: var(--font-heading); font-size: 0.6rem; letter-spacing: 0.42em; text-transform: uppercase; margin-top: -2px; opacity: 0.85; }
.nav-links { display: none; gap: 1.9rem; align-items: center; }
.nav-links a { color: var(--bone); font-weight: 500; font-size: 0.95rem; opacity: 0.9; }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--gold-line); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.hamburger { background: none; border: 0; color: var(--bone); width: 44px; height: 44px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.hamburger svg { width: 26px; height: 26px; }
.nav-order { display: none; }

.mobile-menu {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh;
  z-index: 100; display: none; flex-direction: column;
  background: var(--char); color: var(--bone); overflow-y: auto;
  padding: 24px; padding-top: max(24px, env(safe-area-inset-top)); padding-bottom: max(24px, env(safe-area-inset-bottom));
}
.mobile-menu.is-open { display: flex; }
.mm-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; background: none; border: 0; color: var(--bone); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.mm-close svg { width: 30px; height: 30px; }
.mobile-menu nav { margin-top: 4rem; display: flex; flex-direction: column; gap: 0.4rem; }
.mobile-menu nav a { font-family: var(--font-heading); font-weight: 700; font-size: 1.9rem; padding: 0.55rem 0; border-bottom: 1px solid rgba(251,248,242,0.12); }
.mobile-menu nav a:hover { color: var(--ember); }
.mm-cta { margin-top: auto; padding-top: 1.5rem; }

/* ---- page hero (landers) ---- */
.page-hero { position: relative; min-height: 68vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--char); }
.page-hero .ph-media { position: absolute; inset: 0; z-index: 0; }
.page-hero .ph-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .ph-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,31,29,0.55) 0%, rgba(36,31,29,0.3) 45%, rgba(36,31,29,0.9) 100%); }
.page-hero .ph-inner { position: relative; z-index: 2; color: var(--bone); width: 100%; max-width: var(--layout-max-width); margin: 0 auto; padding: 0 clamp(1.25rem, 6vw, 4rem) clamp(2.6rem, 6vw, 4.5rem); }
.page-hero h1 { color: var(--bone); text-transform: uppercase; font-size: clamp(2.8rem, 9vw, 6rem); }
.page-hero .ph-script { display: block; font-family: var(--font-script); color: var(--gold-line); font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1; margin-bottom: -0.3rem; text-shadow: 0 2px 18px rgba(36,31,29,0.85); }
.page-hero .lead { color: rgba(251,248,242,0.88); margin-top: 1rem; }
.page-hero .ph-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.crumbs { font-size: 0.85rem; color: rgba(251,248,242,0.75); margin-bottom: 0.8rem; }
.crumbs a { color: rgba(251,248,242,0.75); }
.crumbs a:hover { color: var(--gold-line); }

/* ---- reusable content ---- */
.split { display: grid; gap: 2.5rem; grid-template-columns: 1fr; align-items: center; }
.split-media { position: relative; border-radius: var(--card-radius); overflow: hidden; min-height: 320px; background: var(--char); }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pkg-list { display: flex; flex-direction: column; gap: 0.4rem; margin: 1.4rem 0; }
.pkg-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px dashed var(--color-border); }
.pkg-row strong { font-family: var(--font-heading); font-size: 1.15rem; }
.pkg-row .from { color: var(--ember-deep); font-family: var(--font-heading); font-weight: 700; white-space: nowrap; }
.tiles { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.tile { background: var(--bone); border: var(--border); border-radius: var(--card-radius); padding: 1.5rem; }
.tile h3 { font-family: var(--font-heading); text-transform: uppercase; font-size: 1.3rem; margin-bottom: 0.5rem; }
.tile p { margin: 0; color: var(--color-text-secondary); font-size: 0.95rem; }
.tile .tile-num { font-family: var(--font-body); font-weight: 700; color: var(--ember); font-size: 2.3rem; line-height: 1; display: block; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.media-band { position: relative; overflow: hidden; min-height: 52vh; display: flex; align-items: center; }
.media-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; z-index: 0; }
.media-band .wrap { position: relative; z-index: 2; text-align: center; }
.hours-list { list-style: none; margin: 1rem 0 0; padding: 0; }
.hours-list li { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid var(--color-border); font-size: 0.95rem; }
.map-ph { min-height: 260px; border-radius: var(--card-radius); border: var(--border); display: flex; align-items: center; justify-content: center; color: var(--oak); font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  background: repeating-linear-gradient(45deg, var(--sand), var(--sand) 12px, var(--cream) 12px, var(--cream) 24px); }

/* ---- footer ---- */
footer.site { background: #1B1715; color: rgba(251,248,242,0.7); padding: clamp(3rem,6vw,5rem) 0 2rem; }
.foot-grid { display: grid; gap: 2rem 1.5rem; grid-template-columns: 1fr 1fr; }
footer.site h4 { font-family: var(--font-heading); color: var(--bone); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 1rem; }
footer.site a { display: block; padding: 0.28rem 0; font-size: 0.95rem; color: inherit; }
footer.site a:hover { color: var(--gold-line); }
.foot-bottom { border-top: 1px solid rgba(251,248,242,0.12); margin-top: 2.5rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between; font-size: 0.82rem; }

@media (min-width: 720px) {
  .split { grid-template-columns: 1fr 1fr; }
  .tiles { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; }
}
@media (min-width: 960px) {
  .nav-links { display: flex; }
  .nav-order { display: inline-flex; }
  .hamburger { display: none; }
}
