/* Liberty Partners — Whitemarsh Cove page */

  /* ── Cinematic hero — eyebrow + headline ── */
  .wc-hero { position: relative; min-height: clamp(560px, 82vh, 940px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
  .wc-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
  @media (prefers-reduced-motion: no-preference) {
    .wc-hero > img { animation: wcHeroPan 20s ease-out both; transform-origin: 58% 60%; }
  }
  @keyframes wcHeroPan { from { transform: scale(1.09); } to { transform: scale(1); } }
  .wc-hero-video { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; background: var(--ink); pointer-events: none; }
  @media (prefers-reduced-motion: reduce) { .wc-hero-video { display: none; } }
  .wc-hero::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(15,35,54,.36) 0%, rgba(15,35,54,0) 34%, rgba(15,35,54,.42) 70%, rgba(15,35,54,.86) 100%); }
  .wc-hero .inner { position: relative; z-index: 3; max-width: var(--max-w); width: 100%; margin: 0 auto; padding: 0 var(--gutter) clamp(48px, 5.5vw, 92px); color: var(--paper); }
  .wc-hero .eyebrow { display: flex; align-items: center; gap: 14px; color: var(--paper-2); text-shadow: 0 1px 10px rgba(15,35,54,.5); }
  .wc-hero .eyebrow .line { flex: 0 0 48px; height: 1px; background: var(--paper-3); opacity: .7; }
  .wc-hero h1 { font-family: var(--font-body); font-weight: 300; font-size: clamp(52px, 7vw, 124px); line-height: 0.94; letter-spacing: -0.03em; margin: 22px 0 0; max-width: 14ch; color: var(--paper); text-wrap: balance; }
  .wc-hero h1 em { font-style: italic; color: var(--sky); }
  .wc-hero .credit { position: absolute; z-index: 3; top: 28px; right: var(--gutter); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper-3); }
  @media (max-width: 720px) { .wc-hero { min-height: 72vh; } .wc-hero .credit { display: none; } }

  /* ── Intro / blurb + stats ── */
  .wc-intro { max-width: var(--max-w); margin: 0 auto; padding: clamp(48px, 6vw, 88px) var(--gutter) clamp(40px, 5vw, 72px); }
  .wc-intro .grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: stretch; }
  .wc-intro .grid > div:first-child { display: flex; flex-direction: column; }
  .wc-intro .eyebrow.accent { margin-bottom: 18px; }
  .wc-intro h2 { font-family: var(--font-body); font-weight: 300; font-size: clamp(34px, 4vw, 60px); line-height: 1.04; letter-spacing: -0.025em; margin: 0; text-wrap: balance; }
  .wc-intro h2 em { color: var(--accent); font-style: italic; }
  .wc-intro-fig { position: relative; flex: 1; margin: 36px 0 0; overflow: hidden; background: var(--paper-3); min-height: 320px; }
  .wc-intro-fig img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .wc-intro-fig figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 18px 14px; font-family: var(--font-display); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.92); background: linear-gradient(180deg, rgba(15,35,54,0) 0%, rgba(15,35,54,.6) 100%); }
  .wc-lede { font-family: var(--font-body); font-size: clamp(19px, 1.5vw, 23px); line-height: 1.58; color: var(--ink-soft); }
  .wc-lede p { margin: 0 0 1.1em; }
  .wc-lede p:last-child { margin-bottom: 0; }
  .wc-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--rule); margin-top: 40px; }
  .wc-stats .s { padding: 24px 24px 22px 0; border-right: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); }
  .wc-stats .s:nth-child(2n) { border-right: 0; padding-right: 0; padding-left: 24px; }
  .wc-stats .v { font-family: var(--font-body); font-weight: 300; font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
  .wc-stats .v em { color: var(--accent); font-style: normal; }
  .wc-stats .k { font-family: var(--font-display); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-top: 12px; }
  .wc-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
  @media (max-width: 880px) { .wc-intro .grid { grid-template-columns: 1fr; gap: 32px; } .wc-intro-fig { min-height: 0; aspect-ratio: 3 / 2; flex: none; } }

  /* ── The grounds — Reunion imagery ── */
  .wc-grounds { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter) clamp(56px, 7vw, 104px); }
  .wc-grounds .head { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: end; margin-bottom: 36px; }
  .wc-grounds .head .eyebrow.accent { margin-bottom: 16px; }
  .wc-grounds h2 { font-family: var(--font-body); font-weight: 300; font-size: clamp(32px, 3.6vw, 52px); line-height: 1.04; letter-spacing: -0.025em; margin: 0; text-wrap: balance; }
  .wc-grounds h2 em { color: var(--accent); font-style: italic; }
  .wc-grounds .head p { font-family: var(--font-body); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; color: var(--ink-soft); margin: 0; }
  .wc-gg { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; aspect-ratio: 16 / 8.2; }
  .wc-gg figure { margin: 0; position: relative; overflow: hidden; background: var(--paper-3); }
  .wc-gg figure.a { grid-row: 1 / 3; }
  .wc-gg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s var(--ease-out); }
  .wc-gg figure:hover img { transform: scale(1.04); }
  .wc-gg figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 18px 14px; font-family: var(--font-display); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.92); background: linear-gradient(180deg, rgba(15,35,54,0) 0%, rgba(15,35,54,.62) 100%); }
  @media (max-width: 880px) {
    .wc-grounds .head { grid-template-columns: 1fr; gap: 18px; }
    .wc-gg { grid-template-columns: 1fr; grid-template-rows: none; aspect-ratio: auto; }
    .wc-gg figure { aspect-ratio: 16 / 10; }
    .wc-gg figure.a { grid-row: auto; }
  }

  /* ── The flagship — walk Whitemarsh Way ── */
  .wc-flagship { background: var(--ink); color: var(--paper); }
  .wc-flag-inner { max-width: var(--max-w); margin: 0 auto; padding: clamp(56px, 7vw, 104px) var(--gutter); display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 5vw, 88px); align-items: center; }
  .wc-flag-inner figure { margin: 0; overflow: hidden; }
  .wc-flag-inner figure img { width: 100%; height: auto; display: block; }
  .wc-flag-inner figure figcaption { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper-3); margin-top: 12px; }
  .wc-flagship .eyebrow { color: var(--sky); margin-bottom: 16px; }
  .wc-flagship h2 { font-family: var(--font-body); font-weight: 300; font-size: clamp(34px, 4vw, 60px); line-height: 1.02; letter-spacing: -0.025em; margin: 0; color: var(--paper); }
  .wc-flagship h2 em { color: var(--sky); font-style: italic; }
  .wc-flagship p { font-family: var(--font-body); font-size: clamp(18px, 1.4vw, 21px); line-height: 1.58; color: var(--paper-2); margin: 22px 0 0; max-width: 50ch; }
  .wc-flag-meta { margin-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
  .wc-flag-meta .row { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--font-body); font-size: 16px; }
  .wc-flag-meta .row .k { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sky); align-self: center; }
  .wc-flagship .ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
  .wc-flagship .btn { color: var(--paper); border-color: rgba(255,255,255,.5); }
  .wc-flagship .btn:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
  .wc-flagship .btn.primary { background: var(--sky); color: var(--ink); border-color: var(--sky); }
  .wc-flagship .btn.primary:hover { background: var(--paper); border-color: var(--paper); }
  @media (max-width: 880px) { .wc-flag-inner { grid-template-columns: 1fr; gap: 32px; } }

  /* ── Available lots / site plan ── */
  .wc-lots { background: var(--paper-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .wc-lots-inner { max-width: var(--max-w); margin: 0 auto; padding: clamp(48px, 6vw, 88px) var(--gutter); }
  .wc-lots-copy { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(32px, 4vw, 64px); align-items: start; margin-top: clamp(32px, 4vw, 48px); }
  .wc-plan { border: 1px solid var(--rule); background: var(--paper); padding: 16px; }
  .wc-plan .sp-stage { border: 0; }
  .wc-plan .sp-cap { padding-left: 2px; padding-right: 2px; }
  .wc-lots .eyebrow.accent { margin-bottom: 16px; }
  .wc-lots h2 { font-family: var(--font-body); font-weight: 300; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -0.025em; margin: 0; }
  .wc-lots h2 em { color: var(--accent); font-style: italic; }
  .wc-lots p { font-family: var(--font-body); font-size: clamp(18px, 1.4vw, 21px); line-height: 1.58; color: var(--ink-soft); margin: 20px 0 0; max-width: 48ch; }
  .wc-lots .mini { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 28px; margin: 26px 0 0; }
  .wc-lots .mini .row { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; border-bottom: 1px solid var(--rule-soft); font-family: var(--font-body); font-size: 15px; }
  .wc-lots .mini .row .k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--accent); }
  .wc-lots .ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
  @media (max-width: 980px) { .wc-lots-copy { grid-template-columns: 1fr; gap: 24px; } .wc-lots .mini { grid-template-columns: 1fr; } }

  /* ── Closing inquiry CTA ── */
  .wc-close { position: relative; overflow: hidden; }
  .wc-close > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
  .wc-close::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(15,35,54,.86) 0%, rgba(15,35,54,.62) 52%, rgba(15,35,54,.36) 100%); }
  .wc-close .inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; padding: clamp(64px, 8vw, 128px) var(--gutter); }
  .wc-close .eyebrow { color: rgba(255,255,255,.72); }
  .wc-close h2 { font-family: var(--font-body); font-weight: 300; font-size: clamp(40px, 5.4vw, 84px); line-height: 0.98; letter-spacing: -0.025em; margin: 22px 0 0; color: var(--paper); max-width: 18ch; text-wrap: balance; }
  .wc-close h2 em { color: var(--sky); font-style: italic; }
  .wc-close p { font-family: var(--font-body); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; color: rgba(255,255,255,.84); margin: 26px 0 0; max-width: 56ch; }
  .wc-close .ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
  .wc-close .btn { color: var(--paper); border-color: rgba(255,255,255,.55); }
  .wc-close .btn:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
  .wc-close .btn.primary { background: var(--sky); color: var(--ink); border-color: var(--sky); }
  .wc-close .btn.primary:hover { background: var(--paper); border-color: var(--paper); }
