@charset "UTF-8";
/* ============================================================
   HOMEPAGE DESIGN SYSTEM — verbatim, unmodified
   ============================================================ */
:root {
  /* Raw palette */
  --wine-deep: #350109;
  --wine-dark: #4a0210;
  --red-primary: #b3000e;
  --red-warm: #c2001a;
  --red-light: #d4001a;
  --gold-bright: #edb12a;
  --gold-soft: #f2c050;
  --amber-deep: #9f5200;
  --cream-light: #fdf3e6;
  --pearl-warm: #e3c39a;
  --cream-soft: #ecdbb5;
  --text-muted-base: #6b2a30;
  /* Semantic roles */
  --background-main: #e3c39a;
  --background-soft: #fdf3e6;
  --background-alt: #ecdbb5;
  --text-primary: #350109;
  --text-muted: #6b2a30;
  --accent-primary: #b3000e;
  --accent-primary-hover: #c2001a;
  --accent-secondary: #edb12a;
  --accent-secondary-soft: #f2c050;
  --accent-earth: #9f5200;
  --border-red: rgba(179, 0, 14, 0.15);
  --border-gold: rgba(237, 177, 42, 0.25);
  --font-display: "Playfair Display", serif;
  --font-body: "Fira Sans", sans-serif;
  --font-accent: "Libre Baskerville", serif;
  --section-pad: clamp(80px, 10vw, 140px);
  --content-width: 1200px;
  --narrow-width: 800px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-body);
  background: var(--background-main);
  color: var(--text-primary);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
}

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

a {
  color: var(--accent-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--accent-primary-hover);
}

::selection {
  background: var(--wine-deep);
  color: var(--pearl-warm);
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

/* Buttons */
.btn-primary {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px 36px;
  background: linear-gradient(135deg, var(--accent-secondary), var(--accent-secondary-soft));
  color: var(--text-primary);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-block;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(237, 177, 42, 0.3);
  color: var(--text-primary);
}

.btn-secondary {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-soft);
  padding: 16px 0;
  transition: color 0.3s ease;
}

.btn-secondary:hover {
  color: var(--accent-primary);
}

/* Section utilities */
.section {
  padding: var(--section-pad) 40px;
}

.section-inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.section-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent-earth);
  margin-bottom: 16px;
  display: block;
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.section-heading em {
  font-style: italic;
  color: var(--accent-primary);
}

.section-body {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-primary);
  max-width: 680px;
}

.section--dark {
  background: var(--background-alt);
}

.section--wine {
  background: var(--background-main);
}

.section--rich {
  background: var(--pearl-warm);
}

/* Philosophy ribbon */
.philosophy-ribbon {
  padding: 60px 40px;
  background: var(--text-primary);
  text-align: center;
  border-top: 1px solid rgba(237, 177, 42, 0.2);
  border-bottom: 1px solid rgba(237, 177, 42, 0.2);
}

.philosophy-ribbon blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 300;
  font-style: italic;
  color: var(--pearl-warm);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.philosophy-ribbon .ribbon-accent {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--accent-secondary);
  margin: 24px auto 0;
}

/* Service card */
.service-card {
  padding: 48px 40px;
  background: rgba(227, 195, 154, 0.5);
  border: 1px solid var(--border-gold);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-secondary), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.service-card:hover {
  border-color: rgba(237, 177, 42, 0.5);
  transform: translateY(-4px);
}

.service-card:hover::before {
  opacity: 1;
}

/* Image divider */
.image-divider {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.image-divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.image-divider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--background-main), transparent 20%, transparent 80%, var(--background-main));
}

.image-divider-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 40px;
}

.image-divider-text p {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-primary);
  max-width: 700px;
  text-align: center;
  line-height: 1.9;
}

/* CTA section */
.cta-section {
  text-align: center;
  padding: var(--section-pad) 40px;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(179, 0, 14, 0.1) 0%, transparent 70%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-section h2 em {
  font-style: italic;
  color: var(--accent-primary);
}

.cta-section p {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 36px;
  line-height: 1.8;
}

.cta-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 24px;
}

/* Learn more link */
.learn-more-link {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.learn-more-link:hover {
  gap: 14px;
}

/* Bio photo wrapper corner treatment */
.bio-photo-wrapper {
  position: relative;
}

.bio-photo-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 60%;
  height: 40%;
  border-right: 1px solid var(--accent-secondary);
  border-bottom: 1px solid var(--accent-secondary);
  opacity: 0.3;
}

/* About image wrapper */
.about-image-wrapper {
  position: relative;
}

.about-image-wrapper img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05);
}

.about-image-wrapper::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--accent-secondary);
  opacity: 0.3;
  z-index: -1;
}

/* Feature split */
.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 48px;
}

/* Footer */
.footer {
  padding: 48px 40px;
  border-top: 1px solid rgba(237, 177, 42, 0.15);
  text-align: center;
  background: var(--background-main);
}

.footer-inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.footer-logo {
  height: 100px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-contact {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.footer-copy {
  font-size: 0.75rem;
  color: rgba(53, 1, 9, 0.45);
  margin-top: 20px;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   LIVING DESIRE — PAGE-SPECIFIC EXTENSIONS
   All values derived strictly from the homepage design system.
   No new colors. No new fonts. No overrides.
   ============================================================ */
/* ── HERO ──
   Full-bleed, deep burgundy. The opening three lines of the
   copy are a declaration — they need to land like a statement,
   not a headline. The eyebrow + stacked display title uses the
   exact homepage .hero h1 technique. The "job" framing phrase
   sits as a quiet but grounded subtitle in Libre Baskerville. */
.ld-hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--text-primary);
  padding: 0 40px;
}

.ld-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 25% 55%, rgba(179, 0, 14, 0.18) 0%, transparent 55%), radial-gradient(ellipse at 75% 25%, rgba(237, 177, 42, 0.07) 0%, transparent 50%), radial-gradient(ellipse at 50% 90%, rgba(53, 1, 9, 0.3) 0%, transparent 55%);
}

.ld-hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
  padding-top: 80px;
}

.ld-hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent-earth);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 1s ease 0.2s forwards;
}

/* The declaration — large, stacked, Playfair weight 300 */
.ld-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 300;
  line-height: 1;
  color: var(--cream-light);
  max-width: 820px;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
  opacity: 0;
  animation: fadeUp 1.1s ease 0.35s forwards;
}

.ld-hero h1 em {
  font-style: italic;
  color: var(--pearl-warm);
}

/* Subtitle line — "You THE LIVING have a job to do." */
.ld-hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 300;
  line-height: 1.4;
  color: rgba(227, 195, 154, 0.85);
  max-width: 540px;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 1s ease 0.5s forwards;
}

/* "Your desire is an alive, breathing thing" — Libre Baskerville */
.ld-hero-declaration {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.9;
  color: rgba(227, 195, 154, 0.72);
  max-width: 540px;
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp 1s ease 0.65s forwards;
}

.ld-hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1s ease 0.85s forwards;
}

/* ── PROSE COLUMN ──
   Narrow, centered reading column for all body text.
   Same logic as the homepage .section-body but with more
   generous leading for sustained reading.                      */
.ld-prose {
  max-width: 660px;
  margin: 0 auto;
}

.ld-prose p {
  font-family: var(--font-body);
  font-size: 1.06rem;
  line-height: 2;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 1.7rem;
}

.ld-prose p:first-of-type {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.95;
}

.ld-prose a {
  color: var(--accent-primary);
  text-decoration: underline;
  text-decoration-color: rgba(179, 0, 14, 0.2);
  text-underline-offset: 3px;
  transition: color 0.3s, text-decoration-color 0.3s;
}

.ld-prose a:hover {
  color: var(--accent-earth);
}

/* ── LIFTED LINE ──
   A single key sentence pulled out of prose and given visual
   weight — somewhere between a pull quote and a section break.
   Uses the amber border of the .testimonial-card but more
   open and centered, on a darker background for contrast.      */
.ld-lifted {
  max-width: 660px;
  margin: 0 auto;
  padding: 36px 0 36px 28px;
  border-left: 2px solid var(--accent-primary);
}

.ld-lifted p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-primary);
}

/* On dark sections the lifted line inverts */
.ld-lifted--light p {
  color: var(--pearl);
}

.ld-lifted--light {
  border-left-color: rgba(237, 177, 42, 0.5);
}

/* ── PILLAR HEADING ──
   Chapter-level heading for each of the three practice pillars.
   Uses homepage .section-heading scale, slightly smaller.      */
.ld-pillar-heading {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 28px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.ld-pillar-heading em {
  font-style: italic;
  color: var(--accent-primary);
}

/* On dark sections */
.ld-pillar-heading--light {
  color: var(--cream-light);
}

.ld-pillar-heading--light em {
  color: var(--pearl-warm);
}

/* ── PRACTICE LIST ──
   The bullet-point content (The Practice, pillar sub-items) is
   given custom list styling using the homepage ◇ glyph pattern
   from .service-card ul li. Reads as intentional, not default. */
.ld-list {
  max-width: 660px;
  margin: 0 auto 1.7rem;
  list-style: none;
}

.ld-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--text-primary);
  border-bottom: 1px solid rgba(237, 177, 42, 0.12);
}

.ld-list li:last-child {
  border-bottom: none;
}

.ld-list li::before {
  content: "◇";
  position: absolute;
  left: 0;
  color: var(--accent-primary);
  font-size: 0.68rem;
  top: 14px;
}

/* On dark sections */
.ld-list--light li {
  color: var(--cream-light);
  border-bottom-color: rgba(237, 177, 42, 0.15);
}

.ld-list--light li::before {
  color: rgba(237, 177, 42, 0.6);
}

/* ── AMBER CHAPTER RULE ──
   Breath mark between sections within a light background.
   Derived from .ribbon-accent.                                  */
.ld-rule {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 660px;
  margin: 0 auto 56px;
}

.ld-rule::before,
.ld-rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(179, 0, 14, 0.28);
}

.ld-rule-mark {
  font-size: 0.55rem;
  color: var(--accent-primary);
  letter-spacing: 0.3em;
}

/* ── FIT / NOT FIT CARDS ──
   Two-column grid on wide screens, stacked on mobile.
   Uses the .service-card visual language but without hover —
   these are informational, not offer cards.
   "For you" card is slightly warmer; "not for you" is cooler.  */
.ld-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 860px;
  margin: 0 auto;
}

.ld-fit-card {
  padding: 44px 40px;
  background: rgba(227, 195, 154, 0.45);
  border: 1px solid rgba(237, 177, 42, 0.2);
  position: relative;
  overflow: hidden;
}

.ld-fit-card--no {
  background: rgba(217, 183, 138, 0.3);
  border-color: rgba(179, 0, 14, 0.1);
}

/* Top rule — amber for yes, muted for no */
.ld-fit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-secondary), transparent);
}

.ld-fit-card--no::before {
  background: linear-gradient(90deg, transparent, rgba(179, 0, 14, 0.3), transparent);
}

.ld-fit-card-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 24px;
  line-height: 1.3;
}

.ld-fit-card-title em {
  font-style: italic;
  color: var(--accent-earth);
}

.ld-fit-card--no .ld-fit-card-title em {
  color: var(--text-muted);
}

.ld-fit-list {
  list-style: none;
}

.ld-fit-list li {
  padding: 8px 0 8px 24px;
  position: relative;
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--text-primary);
  border-bottom: 1px solid rgba(237, 177, 42, 0.1);
}

.ld-fit-list li:last-child {
  border-bottom: none;
}

.ld-fit-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 0.5rem;
  color: var(--accent-primary);
}

.ld-fit-card--no .ld-fit-list li::before {
  color: rgba(107, 42, 48, 0.5);
}

/* ── SESSION CARDS ──
   Three session cards in a horizontal row.
   Adapts the .service-card pattern with roman numerals
   as markers instead of diamond glyphs.                        */
.ld-session-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}

.ld-session-card {
  padding: 40px 32px;
  background: rgba(227, 195, 154, 0.5);
  border: 1px solid rgba(237, 177, 42, 0.22);
  position: relative;
  overflow: hidden;
}

.ld-session-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-secondary), transparent);
}

.ld-session-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.8rem;
  color: var(--accent-earth);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.ld-session-card h4 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.ld-session-card p {
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--text-muted);
  font-weight: 300;
}

/* ── INVESTMENT BLOCK ──
   Clean, grounded, honest. The price is clear.
   Adapts the dark subscribe-section treatment for weight.       */
.ld-investment {
  background: var(--text-primary);
  border-top: 1px solid rgba(237, 177, 42, 0.18);
  border-bottom: 1px solid rgba(237, 177, 42, 0.18);
  padding: clamp(64px, 9vw, 100px) 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ld-investment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(179, 0, 14, 0.07) 0%, transparent 65%);
}

.ld-investment-inner {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
}

.ld-investment-label {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent-earth);
  margin-bottom: 24px;
  display: block;
}

.ld-investment-amount {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 300;
  font-style: italic;
  color: var(--cream-light);
  line-height: 1.1;
  margin-bottom: 8px;
}

.ld-investment-term {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(227, 195, 154, 0.55);
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

.ld-investment-details {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(227, 195, 154, 0.7);
  margin-bottom: 40px;
}

/* Thin amber rule — .ribbon-accent */
.ld-investment-rule {
  width: 40px;
  height: 1px;
  background: var(--accent-secondary);
  margin: 0 auto 40px;
  display: block;
  opacity: 0.65;
}

/* Urgency dots */
.ld-spots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.ld-spots-text {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(227, 195, 154, 0.5);
}

.ld-spots-dots {
  display: flex;
  gap: 8px;
}

.ld-spots-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-secondary);
  opacity: 0.7;
}

/* ── RESPONSIVE ─────────────────────────────────────────────  */
@media (max-width: 1024px) {
  .ld-session-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ld-fit-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --section-pad: 64px;
  }
  .nav-links {
    display: none;
  }
  .nav-cta-btn {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .nav {
    padding: 16px 24px;
  }
  .ld-hero {
    padding: 0 24px;
  }
  .ld-hero h1 {
    font-size: 2.8rem;
  }
  .section {
    padding: var(--section-pad) 24px;
  }
  .ld-session-grid {
    grid-template-columns: 1fr;
  }
  .ld-investment {
    padding: 64px 24px;
  }
  .footer-links {
    flex-direction: column;
    gap: 16px;
  }
  .image-divider {
    height: 240px;
  }
  .feature-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .custom-page {
    max-width: 100%;
  }
  .wp-block-post-content,
  .entry-content,
  .site-main {
    max-width: 100% !important;
    padding: 0 !important;
  }
}