/* ============================================
   PLANNED COLLECTIVE — HOMEPAGE OVERRIDES v2
   Paste into: Appearance → Customize → Additional CSS
   (Replace any previous version)
   ============================================ */

/* === LOAD ALL 7 WEIGHTS OF LA LUXES SERIF PRO ===
   Files served from theme-uploaded /wp-content/uploads/fonts/ */
@font-face {
  font-family: "La Luxes Serif Pro";
  src: url("/wp-content/uploads/fonts/LaLuxesSerifPro-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "La Luxes Serif Pro";
  src: url("/wp-content/uploads/fonts/LaLuxesSerifPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "La Luxes Serif Pro";
  src: url("/wp-content/uploads/fonts/LaLuxesSerifPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "La Luxes Serif Pro";
  src: url("/wp-content/uploads/fonts/LaLuxesSerifPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "La Luxes Serif Pro";
  src: url("/wp-content/uploads/fonts/LaLuxesSerifPro-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "La Luxes Serif Pro";
  src: url("/wp-content/uploads/fonts/LaLuxesSerifPro-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "La Luxes Serif Pro";
  src: url("/wp-content/uploads/fonts/LaLuxesSerifPro-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* === KILL ASTRA WHITE BACKGROUND BLEED === */
body.page-id-76 .site-content,
body.page-id-76.ast-plain-container .site-content,
body.page-id-76 .ast-padded-layout.ast-plain-container .site-content {
  background-color: #e4dcd3 !important;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-76 #content,
body.page-id-76 #primary,
body.page-id-76 #main,
body.page-id-76 .ast-plain-container,
body.page-id-76.ast-plain-container,
body.page-id-76 .ast-page-builder-template {
  background-color: transparent !important;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

html:has(body.page-id-76),
body.page-id-76 {
  background-color: #e4dcd3 !important;
}

body.page-id-76 .ast-container,
body.page-id-76 #content > .ast-container,
body.page-id-76 .site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* === FORCE LA LUXES SERIF PRO ON ALL TYPOGRAPHY ===
   Uses the WP theme-registered name, falls back to Cormorant Garamond if font fails to load */
body.page-id-76,
body.page-id-76 .entry-content,
body.page-id-76 .entry-content *,
body.page-id-76 h1,
body.page-id-76 h2,
body.page-id-76 h3,
body.page-id-76 h4,
body.page-id-76 .display,
body.page-id-76 .hero__headline,
body.page-id-76 .experience__title,
body.page-id-76 .services__title,
body.page-id-76 .eyebrow,
body.page-id-76 .chapter__numeral,
body.page-id-76 .story__pullquote,
body.page-id-76 .site-footer__motto,
body.page-id-76 .site-footer__name,
body.page-id-76 .hero__meta-text,
body.page-id-76 .hero__scroll,
body.page-id-76 .experience__numeral,
body.page-id-76 .experience__closer-cutline,
body.page-id-76 .services__num-bg,
body.page-id-76 .services__num-small,
body.page-id-76 .contact__assurance,
body.page-id-76 .contact__media-cutline,
body.page-id-76 .site-footer__heading,
body.page-id-76 .site-footer__list,
body.page-id-76 .btn-ghost,
body.page-id-76 .form .wpcf7-form label,
body.page-id-76 .form .wpcf7-form input,
body.page-id-76 .form .wpcf7-form select,
body.page-id-76 .form .wpcf7-form textarea {
  font-family: "La Luxes Serif Pro", "Cormorant Garamond", Georgia, serif !important;
}

/* === HEADING COLORS (Astra forces these to its global color) === */
body.page-id-76 .entry-content h1,
body.page-id-76 .entry-content h2,
body.page-id-76 .entry-content h3,
body.page-id-76 .entry-content h4 {
  color: #302a23 !important;
}

/* === KILL ASTRA LINK STYLING === */
body.page-id-76 .entry-content a:not(.btn-ghost):not([href^="mailto"]):not([href^="tel"]) {
  text-decoration: none !important;
  color: inherit !important;
}

/* === RESTORE SECTION SPACING === */
body.page-id-76 .entry-content section {
  padding-block: 4.75rem !important;
  position: relative !important;
}
@media (min-width: 768px) {
  body.page-id-76 .entry-content section {
    padding-block: 8.5rem !important;
  }
}

body.page-id-76 .entry-content .chapter {
  padding-block: 4rem !important;
}