/* Brunch conversion layer. Scoped to brunch.html so the shared site CSS stays stable. */

.brunch-page .brunch-hero {
  background:
    radial-gradient(circle at 78% 18%, rgb(193 154 75 / 18%), transparent 24rem),
    linear-gradient(180deg, var(--char), var(--coal));
  min-height: min(84svh, 820px);
}

.brunch-page .brunch-hero .page-hero-copy {
  max-width: 720px;
}

.brunch-page .brunch-hero h1 {
  font-size: clamp(4.4rem, 8.2vw, 7.9rem);
  max-width: 9.5ch;
}

.brunch-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.brunch-hero-points li {
  border: 1px solid rgb(245 237 220 / 20%);
  color: rgb(245 237 220 / 82%);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0.65rem 0.75rem;
  text-transform: uppercase;
}

.brunch-proof {
  background:
    radial-gradient(circle at 85% 10%, rgb(193 154 75 / 18%), transparent 24rem),
    var(--paper);
  color: var(--char);
  padding: clamp(3.2rem, 7vw, 6.5rem) clamp(1rem, 5vw, 4.5rem);
}

.brunch-proof-shell {
  align-items: end;
  display: grid;
  gap: clamp(1.6rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.brunch-proof-copy h2,
.brunch-reel-copy h3,
.brunch-booking-panel h3 {
  color: var(--char);
  font-family: 'Oswald', 'Bebas Neue', sans-serif;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.brunch-proof-copy h2 {
  font-size: clamp(3rem, 6.4vw, 6.2rem);
  max-width: 11ch;
}

.brunch-proof-copy p {
  color: rgb(10 9 7 / 72%);
  font-family: 'Fraunces', serif;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.45;
  margin: 1rem 0 0;
  max-width: 58ch;
}

.brunch-proof-actions,
.brunch-menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.brunch-proof .button-ghost {
  background: transparent;
  color: var(--char);
}

.brunch-menu-actions .button-ghost {
  background: transparent;
  color: var(--bone);
}

.brunch-booking-panel {
  background:
    radial-gradient(circle at 88% 0%, rgb(217 77 46 / 18%), transparent 14rem),
    var(--char);
  border: 1px solid rgb(10 9 7 / 18%);
  box-shadow: 0 22px 60px rgb(10 9 7 / 18%);
  color: var(--bone);
  padding: clamp(1.25rem, 2vw, 1.65rem);
}

.brunch-booking-panel h3 {
  color: var(--bone);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  margin-bottom: 0.8rem;
}

.brunch-booking-panel p {
  color: rgb(245 237 220 / 76%);
  font-family: 'Fraunces', serif;
  line-height: 1.45;
  margin: 0;
}

.brunch-booking-list {
  border-top: 1px solid rgb(245 237 220 / 14%);
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.1rem 0 1.2rem;
  padding: 1rem 0 0;
}

.brunch-booking-list li {
  align-items: baseline;
  display: flex;
  gap: 0.55rem;
  justify-content: space-between;
}

.brunch-booking-list strong {
  color: var(--brass);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brunch-booking-list span {
  color: rgb(245 237 220 / 84%);
  font-family: 'Fraunces', serif;
  text-align: right;
}

.brunch-booking-panel .button {
  width: 100%;
}

.brunch-reel-showcase {
  display: grid;
  gap: 1rem;
}

.brunch-reel-feature {
  align-items: center;
  background: rgb(10 9 7 / 96%);
  color: var(--bone);
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(250px, 0.75fr) minmax(326px, 0.55fr);
  padding: clamp(1rem, 2.6vw, 2rem);
}

.brunch-reel-copy h3 {
  color: var(--bone);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  max-width: 9ch;
}

.brunch-reel-copy p {
  color: rgb(245 237 220 / 76%);
  font-family: 'Fraunces', serif;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.45;
  margin: 1rem 0 0;
  max-width: 42ch;
}

.brunch-reel-copy .button {
  margin-top: 1.4rem;
}

.brunch-reel-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brunch-reel-card {
  background: rgb(255 248 232 / 78%);
  border: 1px solid rgb(10 9 7 / 14%);
  display: grid;
  gap: 0.9rem;
  padding: 0.8rem;
}

.brunch-reel-frame {
  align-items: flex-start;
  background: rgb(10 9 7 / 8%);
  display: flex;
  justify-content: center;
  min-height: 530px;
  overflow: visible;
  padding: 0.55rem;
  width: 100%;
}

.brunch-reel-feature .brunch-reel-frame {
  min-height: 590px;
}

.brunch-reel-frame .instagram-media {
  margin: 0 auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.brunch-reel-frame iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.brunch-reel-caption {
  display: grid;
  gap: 0.35rem;
  padding: 0 0.2rem 0.2rem;
}

.brunch-reel-caption strong {
  color: var(--char);
  font-family: 'Oswald', 'Bebas Neue', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.brunch-reel-caption span {
  color: rgb(10 9 7 / 68%);
  font-family: 'Fraunces', serif;
  font-size: 0.94rem;
  line-height: 1.35;
}

.instagram-media a {
  color: var(--ember);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brunch-menu-actions {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

.brunch-menu-section > h2 {
  max-width: 11ch;
}

@media (max-width: 1180px) {
  .brunch-reel-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  .brunch-reel-copy h3 {
    max-width: none;
  }

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

@media (max-width: 900px) {
  .brunch-page .brunch-hero h1 {
    font-size: clamp(3.4rem, 18vw, 6rem);
  }

  .brunch-proof-shell {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
  }

  .brunch-proof-copy h2 {
    max-width: none;
  }

  .brunch-reel-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .brunch-reel-frame,
  .brunch-reel-feature .brunch-reel-frame {
    min-height: 500px;
  }
}

@media (max-width: 560px) {
  .brunch-proof {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .brunch-reel-feature,
  .brunch-reel-card,
  .brunch-booking-panel {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .brunch-reel-frame,
  .brunch-reel-feature .brunch-reel-frame {
    min-height: 460px;
  }

  .brunch-booking-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .brunch-booking-list span {
    text-align: left;
  }
}
