/* =========================================================
   HOME PANELS ONLY — LUX PANEL SEPARATION (SAFE)
   Only affects:
   - .quote-strip
   - .available-strip
   Does NOT touch hero/nav.
   ========================================================= */

.home .quote-strip,
.home .available-strip{
  width: 100%;
}

/* Override global .section padding ONLY for these two */
.home .quote-strip.section,
.home .available-strip.section{
  padding: 0;
}

/* Background stays cream, but we add intentional spacing */
.home .quote-strip{
  background: var(--cream);
  padding: clamp(28px, 4vw, 56px) 0 clamp(22px, 3.5vw, 44px);
}

.home .available-strip{
  background: var(--cream);
  padding: clamp(22px, 3.5vw, 44px) 0 clamp(64px, 7vw, 100px);
}

/* Centered content containers (available card stays here; quote-inner removed on purpose) */
.home .available-strip .available-card{
  max-width: 1100px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  box-sizing: border-box;
}

/* ---- Quote typography (legacy hooks; harmless if unused) ---- */
.home .quote-lock{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.12;
  margin: 0 0 18px;
}

.home .quote-body p{
  max-width: 74ch;
  font-size: 1.05rem;
  line-height: 1.85;
  margin: 0 0 14px;
  opacity: 0.92;
}

/* ---- Available: real card with restraint ---- */
.home .available-card{
  border: 1px solid rgba(30,42,61,0.14);
  border-radius: 18px;
  background: rgba(255,255,255,0.18);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  padding: clamp(18px, 2.6vw, 34px);

  /* FIX: use grid so CTA can pin to bottom-right */
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: clamp(18px, 3vw, 34px);
}

/* FIX: pin CTA lower (bottom-right) */
.home .available-cta{
  align-self: end;
  margin-bottom: 28px; /* tuning knob: 20–36px */
}


.home .available-text h3{
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  margin: 0 0 10px;
}

.home .available-intro,
.home .available-note{
  max-width: 74ch;
  line-height: 1.8;
  margin: 0 0 12px;
  opacity: 0.9;
}

.home .available-list{
  margin: 8px 0 12px;
  padding-left: 18px;
  line-height: 1.9;
}

.home .available-cta{
  flex: 0 0 auto;
}

/* Keep CTA aligned nicely if screen narrows */
@media (max-width: 900px){
  .home .available-card{
    flex-direction: column;
    align-items: flex-start;
  }
  .home .available-cta{
    width: 100%;
  }
  .home .available-cta .btn{
    width: 100%;
    justify-content: center;
  }
}

/* Mobile padding */
@media (max-width: 768px){
  .home .available-strip .available-card{
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* HOME — QUOTE STRIP OUTER SPACING (2 KNOBS) */
body.home .section.quote-strip{
  margin-top: 14px;      /* knob A: hero → panel */
  margin-bottom: 40px;   /* knob B: panel → Available */
  padding: 0;            /* prevent blank bands */
}

/* QUOTE STRIP — REMOVE LEGACY BORDERS (PREVENT 3RD LINE) */
body.home .section.quote-strip{
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* HOME — AVAILABLE STRIP → FOOTER SEPARATION */
body.home .section.available-strip{
  padding-bottom: 96px;   /* creates room before footer */
}
/* HOME — AVAILABLE CTA BUTTON (LOCKED) */
body.home .available-cta{
  align-self: flex-start;
  margin-top: 6px;
}

/* Hover — subtle depth only on intent */
body.home .available-cta .btn.primary:hover{
  box-shadow: 0 4px 10px rgba(11,27,43,0.12);
}

body.home .available-cta .btn.primary{
  display: inline-block;
  padding: 12px 28px;
  font-family: inherit;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  color: #0b1b2b; /* DLF Navy */
  background: transparent;

  border: 1px solid rgba(209,183,122,0.6); /* DLF Gold */
  border-radius: 999px;

  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover — quiet confidence */
body.home .available-cta .btn.primary:hover{
  background: rgba(209,183,122,0.12);
  border-color: rgba(209,183,122,0.9);
}

/* QUOTE STRIP — EMPHASIS ON "REAL" (FINAL) */
body.home .quote-strip .emphasis-real{
  font-style: italic;
  color: rgba(11,27,43,0.9);
}

/* =========================================
   PHILOSOPHY BLOCK — LEFT-WEIGHTED
   (this is the REAL home quote/philosophy markup)
   ========================================= */

.philosophy-block{
  background: var(--cream-bg);
}

.philosophy-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 5rem) 2rem;
  position: relative;
}

/* Restore 2 gold divider rules (top + bottom) */
body.home .quote-strip.philosophy-block .philosophy-inner::before,
body.home .quote-strip.philosophy-block .philosophy-inner::after{
  content: "";
  display: block;
  height: 1px;
  width: min(640px, 72%);                /* left-weighted measure */
  background: rgba(209, 183, 122, 0.45); /* DLF Gold hairline */
}

/* TOP RULE: keep it tight to the micro-heading */
body.home .quote-strip.philosophy-block .philosophy-inner::before{
  margin: 0 0 14px 0; /* rule → micro-heading */
}

/* BOTTOM RULE: after the body content */
body.home .quote-strip.philosophy-block .philosophy-inner::after{
  margin: clamp(26px, 3vw, 40px) 0 0 0; /* content → rule */
}

/* Quiet lead-in */
.philosophy-leadin{
  margin: 0 0 clamp(14px, 1.8vw, 20px) 0;
}

.micro-heading{
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  position: relative;
  padding-left: 3.5rem;
}

.micro-heading::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.5rem;
  height: 1px;
  background: var(--gold);
  transform: translateY(-50%);
  opacity: 0.6; /* restraint: micro-rule doesn’t fight the main hairline */
}

/* Left-weighted content */
.philosophy-content{
  max-width: 640px; /* asymmetry */
}

.philosophy-title{
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.philosophy-body p{
  margin-bottom: 1rem;
  color: var(--text-muted);
}




