/* ============================================================
   TERRAE · Hero Split Editorial (Variante C)
   Painel esquerdo (sand) + painel direito (variável por sub-marca)
   ============================================================ */
.hero-split{display:grid;grid-template-columns:1.1fr 1fr;min-height:100vh;padding:0;background:#E4DDD3;border:0;position:relative}
.hero-split .pane-l,.hero-split .pane-r{padding:160px 64px 80px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:28px;min-height:100vh}
.hero-split .pane-l{background:#E4DDD3;color:#1D1D1B}

/* Variantes de sub-marca para o painel direito */
.hero-split .pane-r{background:#1D1D1B;color:#fff;position:relative;overflow:hidden}
.hero-split.is-sage .pane-r{background:#6F7560}
.hero-split.is-sienna .pane-r{background:#976E53}
.hero-split.is-ink .pane-r{background:#1D1D1B}
.hero-split.is-sand .pane-r{background:#1D1D1B} /* Sand pane-r = ink por defeito */

/* Painel esquerdo — mark + kicker + título + tagline + CTAs */
.hero-split .mark-c{width:72px;color:#1D1D1B;line-height:0;display:block;margin:0}
.hero-split .mark-c svg{display:block;width:100%;height:auto;aspect-ratio:301.55/282.9}
.hero-split .kicker-c{font-family:'Manrope',sans-serif;font-size:12px;letter-spacing:0.22em;text-transform:uppercase;font-weight:500;color:#6F7560;padding-left:0.22em;display:inline-block;margin:0}
.hero-split .title-c{font-family:'Arya',Georgia,serif;font-weight:400;font-size:clamp(2.25rem,4.2vw,4rem);line-height:1.05;color:#1D1D1B;margin:0;letter-spacing:-0.01em}
.hero-split .title-c em{font-style:normal;color:#976E53}
.hero-split.is-sage .title-c em{color:#6F7560}
.hero-split.is-ink .title-c em{color:#976E53}
.hero-split .tagline-c{font-family:'Manrope',sans-serif;font-size:13px;letter-spacing:0.28em;text-transform:uppercase;font-weight:500;color:#6F7560;padding-left:0.28em;margin:0}
.hero-split .lede-c{font-family:'Manrope',sans-serif;font-size:1.0625rem;line-height:1.55;color:#3F3D38;margin:0;max-width:46ch}
.hero-split .cta-row-c{display:flex;gap:14px;flex-wrap:wrap;margin:8px 0 0}
.hero-split .btn-c{display:inline-flex;align-items:center;gap:10px;padding:15px 26px;font-family:'Manrope',sans-serif;font-size:13px;letter-spacing:0.08em;text-transform:uppercase;font-weight:500;text-decoration:none;border-radius:0;transition:.2s;background:#1D1D1B;color:#fff;border:1px solid #1D1D1B}
.hero-split .btn-c:hover{background:#3F3D38;border-color:#3F3D38}
.hero-split .btn-c.ghost{background:transparent;color:#1D1D1B}
.hero-split .btn-c.ghost:hover{background:#1D1D1B;color:#fff}
.hero-split .btn-c svg{width:14px;height:14px}

/* Painel direito — aspas + frase âncora + sig + stats */
.hero-split .quote-mark-c{font-family:'Arya',Georgia,serif;font-size:6rem;line-height:0.4;color:#976E53;margin:0;display:block}
.hero-split.is-sienna .quote-mark-c{color:#E4DDD3}
.hero-split.is-sage .quote-mark-c{color:#E4DDD3}
.hero-split .anchor-c{font-family:'Arya',Georgia,serif;font-weight:400;font-size:clamp(1.625rem,2.2vw,2.25rem);line-height:1.3;color:#fff;max-width:22ch;margin:0}
.hero-split .sig-c{font-family:'Manrope',sans-serif;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;font-weight:500;color:rgba(255,255,255,0.55);margin:0;padding-left:0.22em}
.hero-split .stat-c{display:flex;gap:36px;flex-wrap:wrap;padding-top:28px;margin-top:8px;border-top:1px solid rgba(255,255,255,0.18);width:100%}
.hero-split .stat-c div{display:flex;flex-direction:column;gap:6px}
.hero-split .stat-c b{font-family:'Arya',Georgia,serif;font-size:1.625rem;font-weight:400;color:#fff;line-height:1}
.hero-split .stat-c small{font-size:10.5px;letter-spacing:0.18em;text-transform:uppercase;font-weight:500;color:rgba(255,255,255,0.55);padding-left:0.18em}

/* Decoração subtil do mark grande no canto */
.hero-split .deco-c{position:absolute;right:-100px;top:-80px;width:340px;opacity:0.06;color:#fff;line-height:0;pointer-events:none}
.hero-split .deco-c svg{display:block;width:100%;height:auto;aspect-ratio:301.55/282.9}

/* Mobile */
@media (max-width:960px){
  .hero-split{grid-template-columns:1fr;min-height:auto}
  .hero-split .pane-l,.hero-split .pane-r{padding:120px 28px 64px;min-height:auto;align-items:flex-start;gap:22px}
  .hero-split .pane-r{padding-top:64px}
  .hero-split .deco-c{width:220px;right:-60px;top:-40px}
}

/* Esconder hero antigo se ainda existir noutras renderizações */
.hero-split + .hero--photo,.hero-split + .hero{display:none}

/* Banda de imagem editorial (pós-hero) */
.img-band{display:block;width:100%;line-height:0;background:#1D1D1B;position:relative;overflow:hidden}
.img-band img{display:block;width:100%;height:clamp(320px,52vh,520px);object-fit:cover}
.img-band-cap{position:absolute;left:32px;bottom:24px;font-family:'Manrope',sans-serif;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;font-weight:500;color:rgba(255,255,255,0.85);background:rgba(29,29,27,0.55);padding:8px 16px;backdrop-filter:blur(6px)}
@media (max-width:760px){
  .img-band img{height:clamp(220px,42vh,380px)}
  .img-band-cap{left:16px;bottom:16px;font-size:10px}
}
