/* ================================================================
   Casa Lujuria — new homepage break-up sections
   (brand card-fan, full-bleed moment, giant display breaker,
    light marquee band). Base styles here are ALWAYS on, so the
    page reads correctly even with motion disabled. motion.css/js
    add the .gm choreography on top.
   ================================================================ */

/* ---------- shared ---------- */
.ls-sec-head { max-width: 720px; margin: 0 auto 2.4rem; text-align: center; }
.ls-sec-head .eyebrow { margin-bottom: .8rem; }
.ls-sec-head h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); line-height: 1.04; margin: 0 0 .7rem; letter-spacing: -.02em; }
.ls-sec-head .muted { margin: 0; }

/* ================================================================
   1) BRAND CARD-FAN  (pinned deck-spread signature)
   ================================================================ */
.ls-fan-sec { padding: clamp(3rem, 8vw, 6rem) 0; position: relative; z-index: 2; }
.ls-fan-stage {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 0; flex-wrap: nowrap; margin-top: 2.4rem; padding: 0 12px;
  perspective: 1400px;
}
.ls-fcard {
  flex: 0 0 auto; width: 186px; margin-left: -30px;
  background: linear-gradient(180deg, rgba(36,17,25,.92), rgba(16,8,12,.94));
  border: 1px solid var(--line-strong, rgba(246,239,226,.22));
  border-radius: 20px 8px 20px 8px; padding: 18px 16px 16px;
  box-shadow: 0 22px 50px rgba(0,0,0,.42), 0 0 0 1px rgba(242,178,51,.14);
  transform-origin: 50% 100%; text-decoration: none; color: var(--text, #f6efe2);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
  will-change: transform;
}
.ls-fcard:first-child { margin-left: 0; }
.ls-fcard .fav {
  width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.3rem; color: #fff; margin-bottom: 12px;
  background: linear-gradient(135deg, var(--gold, #f2b233), var(--rouge, #e5223f));
}
.ls-fcard h3 { margin: 0 0 3px; font-size: 1.04rem; letter-spacing: -.01em; }
.ls-fcard .flane { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--gold, #f2b233); margin-bottom: 10px; }
.ls-fcard .fgo { font-size: .78rem; color: rgba(246,239,226,.6); font-weight: 600; }
.ls-fcard:hover { box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(242,178,51,.4); }
/* readable resting fan: gentle arc via rotation + vertical offset */
.ls-fan-stage .ls-fcard:nth-child(1){ transform: rotate(-11deg) translateY(30px); }
.ls-fan-stage .ls-fcard:nth-child(2){ transform: rotate(-6.5deg) translateY(11px); }
.ls-fan-stage .ls-fcard:nth-child(3){ transform: rotate(-2deg) translateY(2px); }
.ls-fan-stage .ls-fcard:nth-child(4){ transform: rotate(2deg) translateY(2px); }
.ls-fan-stage .ls-fcard:nth-child(5){ transform: rotate(6.5deg) translateY(11px); }
.ls-fan-stage .ls-fcard:nth-child(6){ transform: rotate(11deg) translateY(30px); }
.ls-fan-hint { text-align: center; margin-top: 2.2rem; font-size: .8rem; color: rgba(246,239,226,.45); letter-spacing: .04em; }
/* phones: no fan, just a tidy horizontal scroll of upright cards */
@media (max-width: 720px) {
  .ls-fan-stage { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; gap: 12px; padding: 4px 16px 14px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .ls-fan-stage .ls-fcard { margin-left: 0; width: 150px; scroll-snap-align: center; }
  .ls-fan-stage .ls-fcard:nth-child(n){ transform: none; }
}

/* ================================================================
   2) FULL-BLEED IMAGE MOMENT  (placeholder art the user swaps)
   ================================================================ */
.ls-fullbleed {
  position: relative; width: 100%; min-height: clamp(360px, 62vh, 620px);
  display: grid; place-items: center; overflow: hidden; margin: clamp(2rem,6vw,4.5rem) 0;
  isolation: isolate;
}
.ls-fb-media {
  position: absolute; inset: -8% 0; z-index: -2;
  background:
    radial-gradient(60% 80% at 30% 30%, rgba(229,34,63,.42), transparent 60%),
    radial-gradient(70% 90% at 80% 70%, rgba(242,178,51,.30), transparent 62%),
    linear-gradient(160deg, #132043, #050814);
  background-size: cover; background-position: center;
  will-change: transform;
}
/* faint frame so it's obvious this is a swap-your-image slot, not a bug */
.ls-fullbleed::after {
  content: attr(data-ph); position: absolute; left: 18px; bottom: 14px; z-index: 1;
  font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
  color: rgba(246,239,226,.28); pointer-events: none;
}
.ls-fb-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,5,7,.35), rgba(10,5,7,.72)); }
.ls-fb-overlay { position: relative; z-index: 2; text-align: center; padding: 0 24px; }
.ls-fb-overlay .eyebrow { color: var(--gold, #f2b233); }
.ls-fb-word {
  font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-weight: 600;
  font-size: clamp(2.6rem, 8vw, 6rem); line-height: .98; margin: .3rem 0 0;
  color: var(--text, #f6efe2); text-shadow: 0 8px 40px rgba(0,0,0,.5);
  will-change: transform;
}
.ls-fb-bubble {
  position: absolute; z-index: 3; top: 16%; right: 8%;
  background: linear-gradient(135deg, var(--rouge,#e5223f), #a8162e); color: #fff;
  font-weight: 700; font-size: .82rem; padding: 9px 15px; border-radius: 14px 14px 14px 4px;
  box-shadow: 0 14px 34px rgba(0,0,0,.4); will-change: transform;
}
@media (max-width: 640px){ .ls-fb-bubble{ top: 9%; right: 6%; font-size: .74rem; } }

/* ================================================================
   3) GIANT DISPLAY-TYPE BREAKER  (morphing media panel + huge type)
   ================================================================ */
.ls-display { padding: clamp(3rem, 9vw, 7rem) 0; text-align: center; position: relative; z-index: 2; }
.ls-disp-media {
  width: min(560px, 82vw); height: clamp(180px, 30vw, 300px); margin: 0 auto clamp(1.4rem,3vw,2.4rem);
  border-radius: 32px;  /* under .gm this morphs from a circle down to this */
  background:
    radial-gradient(70% 90% at 35% 30%, rgba(242,178,51,.42), transparent 60%),
    linear-gradient(150deg, #e5223f, #132043);
  display: grid; place-items: center; overflow: hidden; will-change: transform, border-radius;
  box-shadow: 0 30px 80px rgba(0,0,0,.45), inset 0 0 0 1px rgba(242,178,51,.2);
}
.ls-disp-media span { font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; color: rgba(255,255,255,.9); font-size: clamp(1rem,2.4vw,1.5rem); letter-spacing: .02em; }
.ls-disp-h2 { margin: 0; line-height: .96; letter-spacing: -.03em; }
.ls-disp-line { display: block; font-size: clamp(2.6rem, 10vw, 7rem); font-weight: 800; color: var(--text, #f6efe2); }
.ls-disp-line.serif { font-weight: 600; }

/* ================================================================
   4) LIGHT MARQUEE BAND  (divider, scrolls opposite the brand one)
   ================================================================ */
.ls-band { position: relative; margin: clamp(2rem,5vw,3.6rem) 0; padding: 0; z-index: 2; }
.ls-band-inner {
  background: linear-gradient(90deg, var(--gold,#f2b233), #f0d8b4 50%, var(--gold,#f2b233));
  padding: 16px 0; transform: rotate(-1.4deg); box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.ls-band .marquee { -webkit-mask-image: none; mask-image: none; }
.ls-band-row { animation: lsBandScroll 30s linear infinite; gap: 40px; }
.ls-band-row .marquee-item { color: #132043; font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.ls-band-row .mq-dot { color: var(--rouge, #e5223f); margin-left: 40px; }
@keyframes lsBandScroll { to { transform: translateX(-50%); } }

/* ================================================================
   5) HOUSE RULES  (redesigned trust prose — no more Google-doc walls)
   ================================================================ */
.ls-house { margin-top: clamp(3rem, 7vw, 5.5rem); }
.ls-house .ls-sec-head { margin-bottom: 1.6rem; }

/* Manifesto centerpiece: the pull-quote becomes the hero of the section */
.ls-manifesto {
  position: relative; max-width: 900px; margin: 0 auto clamp(2.2rem, 5vw, 3.6rem);
  text-align: center; padding: clamp(1.4rem, 4vw, 2.6rem) 1.5rem 0;
}
.ls-manifesto .serif {
  display: block; font-size: clamp(1.7rem, 4.6vw, 3rem); line-height: 1.12; letter-spacing: -.01em;
}
.ls-manifesto::before {
  content: "\201C"; position: absolute; top: -.35em; left: 50%; transform: translateX(-50%);
  font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(4rem, 12vw, 7rem);
  line-height: 1; color: var(--rouge, #e5223f); opacity: .28;
}
.ls-manifesto::after {
  content: ""; display: block; width: 68px; height: 3px; margin: 1.1rem auto 0;
  border-radius: 99px; background: linear-gradient(90deg, var(--rouge,#e5223f), var(--gold,#f2b233));
}

/* Two designed panels instead of stacked paragraphs */
.ls-house-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2.4vw, 1.6rem); }
@media (max-width: 760px) { .ls-house-grid { grid-template-columns: 1fr; } }
.ls-house-card {
  position: relative; padding: clamp(1.5rem, 3vw, 2.2rem); border-radius: 20px;
  background: linear-gradient(180deg, rgba(36,17,25,.72), rgba(16,8,12,.55));
  border: 1px solid var(--line, rgba(246,239,226,.12));
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
  overflow: hidden;
}
/* accent bar down the left edge */
.ls-house-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--rouge,#e5223f), var(--gold,#f2b233)); opacity: .8;
}
.ls-hc-ic {
  display: inline-flex; width: 48px; height: 48px; border-radius: 14px; margin-bottom: 1rem;
  align-items: center; justify-content: center; color: #fff;
  background: linear-gradient(135deg, var(--gold,#f2b233), var(--rouge,#e5223f));
  box-shadow: 0 10px 24px rgba(229,34,63,.35);
}
.ls-hc-ic svg { width: 24px; height: 24px; }
.ls-house-card h3 { margin: 0 0 .5rem; font-size: 1.28rem; letter-spacing: -.01em; }
.ls-house-card .ls-lead {
  font-size: 1.16rem; font-weight: 700; color: var(--text, #f6efe2); line-height: 1.35;
  margin: 0 0 .7rem;
}
.ls-house-card p { color: rgba(246,239,226,.68); line-height: 1.72; margin: 0 0 .7rem; font-size: .96rem; }
.ls-house-card p:last-child { margin-bottom: 0; }
/* inline links read as designed chips, not raw underlines */
.ls-house-card a {
  color: var(--gold, #f2b233); text-decoration: none; font-weight: 600;
  background: linear-gradient(transparent 62%, rgba(242,178,51,.20) 0);
  padding: 0 2px; border-radius: 3px; transition: background .25s ease, color .25s ease;
}
.ls-house-card a:hover { color: #fff; background: linear-gradient(transparent 0, rgba(229,34,63,.4) 0); }
