/*
Theme Name: Brandylion
Template: kadence
Author: Ryan Flannagan
Description: Brandylion child theme. Pixel-perfect Pueblo Deco homepage via front-page.php; Kadence powers all inner pages and plugins.
Version: 1.0
*/

/* ============================================
   Brandylion Homepage Mockup
   Mobile-first. Desktop breakpoint at 900px+.
   ============================================ */

@media print {
  @page { size: 1440px 5400px; margin: 0; }
  html, body { margin: 0; padding: 0; }
  .nav { position: static; }
  .ribbon { position: static; }
}

/* Brand display font, self-hosted from Kellner's brand assets */
@font-face {
  font-family: 'Chocolatier';
  src: url('assets/fonts/Chocolatier.otf') format('opentype'),
       url('assets/fonts/Chocolatier.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #aa1d22;
  --red-dark: #7d1518;
  --ivory: #F4ECD8;
  --ivory-deep: #EFE4CC;
  --mint: #A7C4A0;
  --mint-deep: #87A682;
  --yellow: #D4A95E;
  --ink: #2A1A1A;
  --muted: #6B5A52;

  /* Brand fonts per Kellner's brand kit: Chocolatier (display) + Josefin Slab (body), self-hosted from the brand assets zip. */
  --font-display: 'Chocolatier', 'Bodoni Moda', 'Didot', Georgia, serif;
  --font-body: 'Josefin Slab', Georgia, serif;
  --font-accent: 'Josefin Slab', Georgia, serif;

  --photo-filter: contrast(1.05) saturate(1.02) sepia(0.05);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

button { font-family: inherit; cursor: pointer; border: 0; background: none; }

/* Section-break hairlines */
section + section { border-top: 1px solid rgba(42, 26, 26, 0.08); }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.eyebrow-light { color: rgba(244, 236, 216, 0.7); }

/* ============================================ */
/* Tonight ribbon                                */
/* ============================================ */

.ribbon {
  background: var(--ink);
  color: var(--ivory);
  font-size: 13px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 100;
}
.ribbon-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0.55rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.ribbon-label {
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--yellow);
}
.ribbon-event { color: var(--ivory); flex: 1 1 auto; text-align: center; }
.ribbon-link {
  color: var(--mint);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid rgba(167, 196, 160, 0.4);
  padding-bottom: 2px;
}
.ribbon-link:hover { color: var(--ivory); border-color: var(--ivory); }

/* ============================================ */
/* Nav                                           */
/* ============================================ */

.nav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(244, 236, 216, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(42, 26, 26, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
}
.nav-logo img { height: 46px; width: auto; display: block; }
.nav-links {
  display: none;
  list-style: none;
  gap: 2rem;
}
.nav-links a {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 0.5rem 0;
}
.nav-links a:hover { color: var(--red); }
.nav-ig {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
}

@media (min-width: 900px) {
  .nav { padding: 1.1rem 2.5rem; }
  .nav-logo img { height: 56px; }
  .nav-links { display: flex; }
}

/* Footer skyline banner */
.footer-skyline {
  max-width: 1320px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}
.footer-skyline img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================ */
/* Hero                                          */
/* ============================================ */

.hero {
  position: relative;
  min-height: 620px;
  max-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--ivory);
  padding: 4rem 1.5rem;
}
.hero-img {
  position: absolute;
  inset: 0;
  background-image: url('assets/photos/26aec0_202a88ca39094e69876e811bc59d99e1.jpg');
  background-size: cover;
  background-position: center;
  filter: var(--photo-filter) brightness(0.65);
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42,26,26,0.45) 0%, rgba(42,26,26,0.15) 50%, rgba(42,26,26,0.7) 100%);
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  text-align: center;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(40px, 9vw, 96px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin-bottom: 1.5rem;
  color: var(--ivory);
}
.hero-sub {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  color: var(--yellow);
  margin-bottom: 2.5rem;
  letter-spacing: 0.005em;
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: rgba(244, 236, 216, 0.6);
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

@media (min-width: 900px) {
  .hero { min-height: 760px; max-height: 820px; padding: 6rem 3rem; }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.95rem 1.7rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn-primary {
  background: var(--red);
  color: var(--ivory);
  border: 1px solid var(--red);
}
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-secondary {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(244, 236, 216, 0.7);
}
.btn-secondary:hover { background: rgba(244, 236, 216, 0.1); border-color: var(--ivory); }
.btn-private {
  background: var(--yellow);
  color: var(--ink);
  border: 1px solid var(--yellow);
}
.btn-private:hover { background: #B8923F; border-color: #B8923F; }

.cta-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
  border-bottom: 1px solid var(--red);
  padding-bottom: 4px;
  transition: opacity 0.2s ease;
}
.cta-link:hover { opacity: 0.7; }
.cta-link-center { display: block; text-align: center; margin-top: 2.5rem; }
.cta-mint { color: var(--mint-deep); border-color: var(--mint-deep); }
.cta-red { color: var(--red); border-color: var(--red); }

/* ============================================ */
/* Press strip                                   */
/* ============================================ */

.press {
  background: var(--ivory);
  padding: 3rem 1.5rem;
  text-align: center;
}
.press-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.press-quote {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 0.5rem;
  font-style: italic;
}
.press-cite {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2.5rem;
}
.press-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(42, 26, 26, 0.45);
}
.press-logos span { white-space: nowrap; }

@media (min-width: 900px) {
  .press { padding: 4rem 2rem; }
  .press-logos { gap: 3.5rem; }
}

/* ============================================ */
/* Events                                        */
/* ============================================ */

.events {
  background: var(--ink);
  color: var(--ivory);
  padding: 5rem 1.5rem;
}
.events-header {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
}
.events-header .eyebrow { color: var(--yellow); }
.events-header h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ivory);
}
.events-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.event-card {
  background: rgba(244, 236, 216, 0.04);
  border: 1px solid rgba(244, 236, 216, 0.12);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.event-card:hover {
  border-color: var(--yellow);
  background: rgba(244, 236, 216, 0.07);
}
.event-card-feature {
  background: rgba(158, 42, 43, 0.12);
  border-color: rgba(158, 42, 43, 0.5);
}
.event-date {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.event-day {
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--yellow);
  margin-bottom: 0.35rem;
}
.event-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 0.15rem;
}
.event-month {
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: rgba(244, 236, 216, 0.7);
}
.event-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--ivory);
}
.event-meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yellow);
}
.event-detail {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(244, 236, 216, 0.78);
}
.event-link {
  align-self: flex-start;
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 4px;
}
.event-link:hover { color: var(--ivory); border-color: var(--ivory); }
.events .cta-link-center {
  color: var(--yellow);
  border-color: var(--yellow);
}

@media (min-width: 900px) {
  .events { padding: 7rem 3rem; }
  .events-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}

/* ============================================ */
/* Daypart                                       */
/* ============================================ */

.daypart {
  background: var(--ivory);
  padding: 5rem 1.5rem;
}
.daypart-header {
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: center;
}
.daypart-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.daypart-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.daypart-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}
.daypart-img {
  height: 280px;
  background-size: cover;
  background-position: center;
  filter: var(--photo-filter);
}
.daypart-img-tea { background-image: url('assets/photos/26aec0_27f8fe0ea9a44661acdada983aeb728b.jpg'); }
.daypart-img-night { background-image: url('assets/photos/26aec0_d519d3b08fc449c3a67fed0d13d75fd3.jpg'); }
.daypart-body {
  padding: 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.daypart-hours {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.daypart-card h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 400;
  line-height: 1.15;
}
.daypart-card p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}
.daypart-tea { border-top: 3px solid var(--mint); }
.daypart-tea .daypart-hours { color: var(--mint-deep); }
.daypart-night { border-top: 3px solid var(--red); }
.daypart-night .daypart-hours { color: var(--red); }

@media (min-width: 900px) {
  .daypart { padding: 7rem 3rem; }
  .daypart-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .daypart-img { height: 360px; }
  .daypart-body { padding: 2.5rem; }
}

/* ============================================ */
/* Story                                         */
/* ============================================ */

.story {
  background: var(--ivory-deep);
  padding: 5rem 1.5rem;
  text-align: center;
}
.story-inner {
  max-width: 760px;
  margin: 0 auto;
}
.story-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.8vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 1.75rem;
}
.story-body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  margin-bottom: 2rem;
}

@media (min-width: 900px) {
  .story { padding: 7rem 3rem; }
}

/* ============================================ */
/* Brick-arch divider                            */
/* ============================================ */

.arch-divider {
  background: var(--ivory-deep);
  line-height: 0;
}
.arch-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}

@media (min-width: 900px) {
  .arch-divider svg { height: 80px; }
}

/* ============================================ */
/* Private events                                */
/* ============================================ */

.private {
  position: relative;
  background: var(--red);
  color: var(--ivory);
  padding: 6rem 1.5rem;
  overflow: hidden;
}
.private::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('assets/photos/26aec0_f590c4af31c540aab2f88cfceddd0f1a.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: var(--photo-filter);
}
.private-content {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.private h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.2vw, 56px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  color: var(--ivory);
}
.private p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(244, 236, 216, 0.92);
  margin-bottom: 2.25rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .private { padding: 8rem 3rem; }
}

/* ============================================ */
/* SMS capture                                   */
/* ============================================ */

.capture {
  background: var(--ink);
  color: var(--ivory);
  padding: 5rem 1.5rem;
}
.capture-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.capture h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.8vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.capture p {
  font-size: 16px;
  color: rgba(244, 236, 216, 0.72);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}
.capture-form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.capture-form input {
  flex: 1 1 240px;
  padding: 0.95rem 1.25rem;
  font-family: var(--font-body);
  font-size: 16px;
  background: rgba(244, 236, 216, 0.06);
  border: 1px solid rgba(244, 236, 216, 0.25);
  color: var(--ivory);
  border-radius: 2px;
}
.capture-form input::placeholder { color: rgba(244, 236, 216, 0.4); }
.capture-form input:focus { outline: 1px solid var(--yellow); border-color: var(--yellow); }
.btn-capture { flex: 0 0 auto; }
.capture-fine {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 236, 216, 0.4);
  margin-bottom: 0;
}

/* ============================================ */
/* Footer                                        */
/* ============================================ */

.footer {
  background: var(--ivory);
  color: var(--ink);
  padding: 4rem 1.5rem 2rem;
  border-top: 1px solid rgba(42, 26, 26, 0.1);
}
.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}
.footer-col address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 0.75rem;
}
.footer-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  border-bottom: 1px solid var(--red);
  padding-bottom: 2px;
}
.footer-hours {
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
}
.footer-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(42, 26, 26, 0.08);
  padding: 0.3rem 0;
}
.footer-hours li span:first-child {
  font-weight: 600;
  color: var(--muted);
  width: 40px;
}
.footer-social {
  list-style: none;
  font-size: 15px;
  line-height: 2;
  color: var(--ink);
}
.footer-social a:hover { color: var(--red); }
.footer-col p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.footer-col p em { font-family: var(--font-accent); font-style: italic; color: var(--red); }

.footer-base {
  max-width: 1320px;
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 26, 26, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.footer-base a:hover { color: var(--red); }

@media (min-width: 900px) {
  .footer { padding: 6rem 3rem 2rem; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 0.9fr 1fr; gap: 3rem; }
}

.press-logos a { text-decoration: none; transition: color 0.2s ease; }
.press-logos a:hover span { color: var(--red); }

/* ============================================ */
/* Inner pages (page.php template)               */
/* ============================================ */

.bl-page-header {
  background: var(--red);
  padding: 5rem 1.5rem 3.5rem;
  text-align: center;
}
.bl-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 0.9rem;
}
.bl-page-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 68px);
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.08;
  margin: 0 0 1.5rem;
}
.bl-header-rule {
  width: 64px; height: 1px;
  background: var(--ivory); opacity: 0.45;
  margin: 0 auto;
}

.bl-page-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 1.5rem 5rem;
}
.bl-page-content h1 { display: none; } /* title shown in header band */
.bl-page-content h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 400; color: var(--ink);
  margin: 2.75rem 0 1rem;
}
.bl-page-content h3 {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--red); margin: 2rem 0 0.6rem;
}
.bl-page-content p, .bl-page-content li {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.75; color: var(--ink);
}
.bl-page-content ul { padding-left: 1.2rem; margin: 1rem 0; }
.bl-page-content li { margin-bottom: 0.4rem; }
.bl-page-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.bl-page-content a:hover { color: var(--red-dark); }

/* Deco diamond section divider */
.bl-divider { display: flex; align-items: center; gap: 14px; margin: 3rem 0; }
.bl-divider::before, .bl-divider::after { content: ""; flex: 1; height: 1px; background: var(--muted); opacity: 0.35; }
.bl-divider span { width: 10px; height: 10px; border: 1px solid var(--yellow); transform: rotate(45deg); flex-shrink: 0; }

/* Map embed */
.bl-map { margin: 2rem 0; border: 1px solid rgba(42,26,26,0.12); }
.bl-map iframe { display: block; width: 100%; height: 400px; border: 0; }

/* NAP / contact block */
.bl-nap { background: #fff; border-left: 3px solid var(--red); padding: 1.5rem 1.75rem; margin: 2rem 0; }
.bl-nap strong { font-family: var(--font-display); font-size: 20px; font-weight: 500; }

/* Email/contact rows */
.bl-contact-rows { display: grid; gap: 1.25rem; margin: 2rem 0; }
.bl-contact-rows .row { border-top: 1px solid rgba(42,26,26,0.1); padding-top: 1rem; }
.bl-contact-rows .label { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.25rem; }

/* Persistent inner-page CTA bar */
.bl-cta-bar {
  background: var(--ink); color: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  gap: 1.5rem; flex-wrap: wrap;
  padding: 1.25rem 1.5rem;
}
.bl-cta-hours { font-size: 13px; letter-spacing: 0.04em; color: rgba(244,236,216,0.8); }
.bl-cta-btn {
  display: inline-block; background: var(--red); color: var(--ivory);
  padding: 0.7rem 1.4rem; font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; border-radius: 2px;
}
.bl-cta-btn:hover { background: var(--red-dark); }

/* ============================================ */
/* Mobile responsiveness fixes                   */
/* ============================================ */
html, body { overflow-x: hidden; max-width: 100%; }
* { overflow-wrap: break-word; }

/* CSS-only hamburger (shown < 900px) */
.bl-burger { display: none; }
@media (max-width: 899px) {
  .nav { position: relative; flex-wrap: wrap; }
  .bl-burger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 30px; height: 30px; cursor: pointer; margin-left: auto;
  }
  .bl-burger span { display: block; height: 2px; width: 24px; background: var(--ink); transition: 0.2s; }
  .nav-ig { display: none; }
  .nav-links {
    display: none; flex-basis: 100%; flex-direction: column; gap: 0;
    margin-top: 0.75rem; border-top: 1px solid rgba(42,26,26,0.1);
  }
  .bl-nav-toggle:checked ~ .nav-links { display: flex; }
  .nav-links li { border-bottom: 1px solid rgba(42,26,26,0.08); }
  .nav-links li a { display: block; padding: 0.85rem 0; }
  .bl-nav-toggle:checked ~ .bl-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .bl-nav-toggle:checked ~ .bl-burger span:nth-child(2) { opacity: 0; }
  .bl-nav-toggle:checked ~ .bl-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Tame heading sizes so nothing overflows at 390px */
  .hero-headline { font-size: clamp(34px, 11vw, 56px); }
  .events-header h2, .daypart-header h2, .story-headline,
  .private h2, .capture h3, .bl-page-title { font-size: clamp(28px, 8vw, 40px); }
  .press-quote { font-size: clamp(20px, 6vw, 28px); }

  /* Press logos wrap tightly */
  .press-logos { gap: 1rem 1.5rem; font-size: 10px; }

  /* Events cards single column already; tighten map height */
  .bl-map iframe { height: 300px; }

  /* CTA bar stacks */
  .bl-cta-bar { flex-direction: column; gap: 0.75rem; text-align: center; }
}

/* Defensive: ensure headings shrink enough to never overflow narrow phones */
@media (max-width: 480px) {
  .hero-headline { font-size: clamp(26px, 7.5vw, 40px); line-height: 1.05; }
  .hero-sub { font-size: 18px; }
  .events-header h2, .daypart-header h2, .story-headline,
  .private h2, .capture h3, .bl-page-title { font-size: clamp(24px, 6.5vw, 34px); }
  .ribbon-inner { flex-direction: column; gap: 0.25rem; text-align: center; }
  .ribbon-event { font-size: 12px; }
  .press-logos { gap: 0.75rem 1.25rem; font-size: 9px; letter-spacing: 0.12em; }
  .hero, .events, .daypart, .story, .private, .capture { padding-left: 1.1rem; padding-right: 1.1rem; }
}

/* ============================================ */
/* Menu page item styling                        */
/* ============================================ */
.bl-section-blurb { color: var(--muted); margin-top: -0.25rem !important; }
.bl-menu-list { margin: 1.5rem 0 2.5rem; }
.bl-mi { padding: 0.9rem 0; border-bottom: 1px solid rgba(42,26,26,0.1); }
.bl-mi:last-child { border-bottom: 0; }
.bl-mi-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.bl-mi-name { font-family: var(--font-display); font-size: 20px; font-weight: 500; color: var(--ink); line-height: 1.2; }
.bl-mi-price { font-family: var(--font-body); font-size: 15px; font-weight: 700; color: var(--red); white-space: nowrap; }
.bl-mi-notes { font-family: var(--font-accent); font-style: italic; font-size: 15px; color: var(--red-dark); margin-top: 0.15rem; }
.bl-mi-ing { font-family: var(--font-body); font-size: 13.5px; line-height: 1.55; color: var(--muted); margin-top: 0.3rem; }
.bl-menu-foot { font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.bl-page-content h2 + .bl-section-blurb { margin-bottom: 0.5rem; }

/* ============================================ */
/* The Events Calendar — brand overrides         */
/* ============================================ */
.tribe-events-page-template,
.single-tribe_events,
.post-type-archive-tribe_events {
  background-color: var(--ivory) !important;
}
.single-tribe_events .content-bg,
.tribe-events-page-template .content-bg,
.post-type-archive-tribe_events .content-bg,
.tribe-common .tribe-events-calendar-list,
.tribe-events { background: transparent !important; }

.tribe-common {
  --tec-color-accent-primary: #9E2A2B;
  --tec-color-accent-primary-hover: #7d1518;
  --tec-color-accent-primary-active: #7d1518;
  --tec-color-accent-primary-multiday: #c9676a;
  --tec-color-accent-primary-multiday-hover: #9E2A2B;
  --tec-color-link-primary: #9E2A2B;
  --tec-color-link-accent: #9E2A2B;
  --tec-color-link-accent-hover: #7d1518;
  --tec-color-background-secondary: #EFE4CC;
  --tec-font-family-sans-serif: 'Josefin Slab', Georgia, serif;
  --tec-font-family-base: 'Josefin Slab', Georgia, serif;
  font-family: var(--font-body);
}
/* Event titles in brand display font */
.tribe-events .tribe-events-calendar-list__event-title,
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event-title,
.tribe-events .tribe-events-single-event-title,
.tribe-events-single .tribe-events-single-event-title {
  font-family: var(--font-display) !important;
  color: var(--ink) !important;
  font-weight: 500;
}
.tribe-events .tribe-events-calendar-list__event-title-link:hover { color: var(--red) !important; }
/* Month / date headers */
.tribe-events .tribe-events-calendar-list__month-separator-text,
.tribe-events .tribe-events-c-top-bar__datepicker-button {
  font-family: var(--font-display) !important; color: var(--ink) !important;
}
/* Buttons → brand red */
.tribe-common .tribe-common-c-btn,
.tribe-events .tribe-events-c-view-selector__button,
.tribe-events button.tribe-events-c-search__button {
  background-color: var(--red) !important; border-color: var(--red) !important; color: var(--ivory) !important;
}
.tribe-common .tribe-common-c-btn:hover { background-color: var(--red-dark) !important; }
/* Active view tab underline in red */
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  color: var(--red) !important;
}

/* Force ivory background on Events Calendar pages (Kadence content wrappers) */
body.tribe-events-page-template,
body.single-tribe_events { background-color: var(--ivory) !important; }
body.tribe-events-page-template #wrapper,
body.tribe-events-page-template .site,
body.tribe-events-page-template .site-container,
body.tribe-events-page-template #main,
body.tribe-events-page-template .site-main,
body.tribe-events-page-template .content-bg,
body.tribe-events-page-template .entry-content-wrap,
body.single-tribe_events #wrapper,
body.single-tribe_events .site,
body.single-tribe_events .site-container,
body.single-tribe_events #main,
body.single-tribe_events .site-main,
body.single-tribe_events .content-bg,
body.single-tribe_events .entry-content-wrap {
  background-color: var(--ivory) !important;
}

/* Events pages: header background ivory (remove white shoulders) */
body.tribe-events-page-template .site-header,
body.tribe-events-page-template .site-header-wrap,
body.tribe-events-page-template .site-header-row-container,
body.tribe-events-page-template .site-main-header-wrap,
body.single-tribe_events .site-header,
body.single-tribe_events .site-header-wrap,
body.single-tribe_events .site-header-row-container,
body.single-tribe_events .site-main-header-wrap {
  background-color: var(--ivory) !important;
}

/* ============================================ */
/* Photography: figures & galleries              */
/* ============================================ */
.bl-figure { margin: 2.25rem 0; }
.bl-figure img { width: 100%; height: auto; display: block; border: 1px solid rgba(42,26,26,0.12); }
.bl-figure figcaption { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 0.6rem; text-align: center; }
.bl-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 2.25rem 0; }
.bl-gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; display: block; border: 1px solid rgba(42,26,26,0.12); }
@media (max-width: 600px) { .bl-gallery { grid-template-columns: 1fr; } }

/* Best-practice feature-image sizing: tidy landscape banner regardless of source orientation */
.bl-figure img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  max-height: 480px;
}
@media (max-width: 600px) { .bl-figure img { aspect-ratio: 4 / 3; max-height: 320px; } }

/* ============================================ */
/* Press page cards                              */
/* ============================================ */
.bl-press { display: grid; gap: 1.25rem; margin: 2rem 0 2.5rem; }
.bl-press-card { background: #fff; border-left: 3px solid var(--red); padding: 1.5rem 1.75rem; }
.bl-press-outlet { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); }
.bl-press-headline { font-family: var(--font-display); font-size: 23px; line-height: 1.2; font-weight: 500; color: var(--ink); margin: 0.4rem 0 0.6rem; }
.bl-press-headline a { color: inherit; text-decoration: none; }
.bl-press-headline a:hover { color: var(--red); }
.bl-press-excerpt { font-family: var(--font-body); font-size: 15px; color: var(--muted); line-height: 1.65; margin: 0 0 0.9rem; }
.bl-press-link { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); border-bottom: 1px solid var(--red); padding-bottom: 2px; }
.bl-press-link:hover { color: var(--red-dark); border-color: var(--red-dark); }

/* ============================================ */
/* Contact form (Contact Form 7)                 */
/* ============================================ */
.wpcf7 { margin: 2rem 0; }
.wpcf7 .bl-form-row { margin-bottom: 1.1rem; }
.wpcf7 label { display: block; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel],
.wpcf7 select, .wpcf7 textarea {
  width: 100%; margin-top: 0.4rem; padding: 0.7rem 0.9rem;
  font-family: var(--font-body); font-size: 16px; color: var(--ink);
  background: #fff; border: 1px solid rgba(42,26,26,0.25); border-radius: 2px;
}
.wpcf7 textarea { min-height: 130px; }
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus { outline: 1px solid var(--red); border-color: var(--red); }
.wpcf7 input[type=submit] {
  background: var(--red); color: var(--ivory); border: 0; cursor: pointer;
  padding: 0.85rem 1.8rem; font-family: var(--font-body); font-size: 13px;
  font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; border-radius: 2px;
}
.wpcf7 input[type=submit]:hover { background: var(--red-dark); }
.bl-form-alt { font-size: 14px; color: var(--muted); margin-top: 0.75rem; }

/* ============================================ */
/* Instagram Feed section                        */
/* ============================================ */
.bl-ig-section { background: var(--ivory); padding: 3rem 0 3.5rem; }
.bl-ig-inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.bl-ig-label {
  font-family: var(--font-body); font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
  text-align: center; margin-bottom: 1.5rem;
}
.bl-ig-inner .sbi_feedtheme { background: transparent !important; }

/* ============================================ */
/* Homepage SMS capture (CF7 inline style)       */
/* ============================================ */
.capture-form-wrap { display: flex; justify-content: center; }
.capture-form-wrap .wpcf7 { margin: 0; width: 100%; }
.capture-form-wrap .wpcf7-form { max-width: 340px; margin: 0 auto; text-align: center; }
.capture-form-wrap .wpcf7-form p { margin: 0; }
.capture-form-wrap .wpcf7-tel {
  display: block; width: 100%; box-sizing: border-box; margin: 0 0 0.7rem;
  padding: 0.8rem 1rem; font-family: var(--font-body); font-size: 16px;
  color: var(--ink); background: #fff; border: 1px solid rgba(42,26,26,0.25);
  border-radius: 2px; text-align: center;
}
.capture-form-wrap .wpcf7-submit {
  display: block; width: 100%; box-sizing: border-box;
  background: var(--red); color: var(--ivory); border: 0; cursor: pointer;
  padding: 0.85rem 1.6rem; font-family: var(--font-body); font-size: 13px;
  font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px;
}
.capture-form-wrap .wpcf7-submit:hover { background: var(--red-dark); }
.capture-form-wrap .wpcf7-not-valid-tip,
.capture-form-wrap .wpcf7-response-output { font-size: 13px; text-align: center; margin: 0.5rem 0 0; }

/* ============================================ */
/* Visit page hours list                         */
/* ============================================ */
.bl-hours-list { list-style: none; margin: 1rem 0 1.5rem; padding: 0; max-width: 360px; }
.bl-hours-list li { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid rgba(42,26,26,0.12); font-family: var(--font-body); font-size: 16px; color: var(--ink); }
.bl-hours-list li span:first-child { font-weight: 600; }
.bl-hours-list li span:last-child { color: var(--muted); }
