/* ============================================================
   Birdhouse Waitlist page (page-id-1645) — /birdhouse-waitlist/
   Scoped entirely to body.page-id-1645. Same visual family as
   css/meet-gurdy.css: rust canvas + vignette, cream sheet,
   serif title. CF7 field internals are styled site-wide by
   css/forms.css — deliberately not restyled here.
   ============================================================ */

body.page-id-1645 {
  --bc-brown:      #412818;
  --bc-brown-soft: #5a3a25;
  --bc-card:       #fffdf9;
  --bc-cream:      #FFF4E0;
  --bc-gold:       #b8860b;
  --bc-line:       rgba(65, 40, 24, 0.14);
}

/* ── Canvas — brand rust + vignette (matches Meet Gurdy) ──── */
body.page-id-1645 {
  background: #c4824c !important;
  background-image: radial-gradient(
    ellipse at center,
    transparent 40%,
    rgba(0, 0, 0, 0.25) 80%,
    rgba(0, 0, 0, 0.45) 100%
  ) !important;
  background-attachment: fixed !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
body.page-id-1645 .site-content {
  background-color: transparent;
}

/* ── Sheet wrapper ────────────────────────────────────────── */
body.page-id-1645 .inside-article {
  max-width: 720px;
  margin: 40px auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

/* ── Title lives inside the sheet (H1 in page content); the theme's
   bare title on the rust is hidden, same trick as Meet Gurdy. ── */
body.page-id-1645 .entry-header {
  display: none;
}
body.page-id-1645 .entry-content h1 {
  font-family: var(--font-heading), 'Libre Baskerville', serif;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 1.08;
  color: #412818;
  text-align: center;
  letter-spacing: -0.015em;
  margin: 0 0 0.7em;
}

/* ── Cream content sheet ──────────────────────────────────── */
body.page-id-1645 .entry-content {
  background: var(--bc-card);
  border: 1px solid var(--bc-line);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(40, 22, 12, 0.28);
  padding: clamp(28px, 5vw, 52px) clamp(24px, 5vw, 56px);
  font-family: var(--font-body), 'Outfit', sans-serif;
  color: var(--bc-brown-soft);
}
body.page-id-1645 .entry-content > p {
  font-size: 1.075rem;
  line-height: 1.78;
  margin: 0 0 1.4em;
}

/* center the submit row on this page */
body.page-id-1645 .wpcf7-form p:last-of-type {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 640px) {
  body.page-id-1645 .inside-article {
    margin: 24px auto;
  }
}
