/* Gerado pela Origem Viva. Não editar manualmente. */
:root {
  --ov-primary: #245343;
  --ov-secondary: #E2ECD8;
  --ov-accent: #D8902F;
  --ov-background: #FFFDF7;
  --ov-text: #19352C;
  --ov-radius: 14px;
  --ov-content-width: 1120px;
  --ov-space: 1;
  --ov-font: Lora, Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--ov-background); color: var(--ov-text); font-family: var(--ov-font); line-height: 1.6; }
a { color: inherit; }
.ov-shell { width: min(var(--ov-content-width), calc(100% - 32px)); margin: 0 auto; }
.ov-header { position: sticky; top: 0; z-index: 2; border-bottom: 1px solid color-mix(in srgb, var(--ov-text) 14%, transparent); background: color-mix(in srgb, var(--ov-background) 93%, transparent); backdrop-filter: blur(12px); }
.ov-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; }
.ov-brand { font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.ov-nav-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 14px; font-size: .9rem; }
.ov-nav-links a { color: color-mix(in srgb, var(--ov-text) 72%, transparent); text-decoration: none; }
.ov-hero { display: grid; align-items: end; min-height: 420px; padding: calc(54px * var(--ov-space)) 0; border-radius: 0 0 var(--ov-radius) var(--ov-radius); background: var(--ov-primary); color: white; }
.ov-hero--image { position: relative; overflow: hidden; background-position: center; background-size: cover; }
.ov-hero--image::before { position: absolute; inset: 0; background: linear-gradient(105deg, color-mix(in srgb, var(--ov-primary) 92%, black), color-mix(in srgb, var(--ov-primary) 42%, transparent)); content: ''; }
.ov-hero--minimal { min-height: 280px; color: var(--ov-text); background: var(--ov-secondary); }
.ov-hero-content { position: relative; max-width: 730px; }
.ov-kicker { margin: 0 0 10px; color: color-mix(in srgb, currentColor 76%, transparent); font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.3rem, 7vw, 5.5rem); }
h2 { margin: 0 0 14px; font-size: clamp(1.6rem, 3.3vw, 2.55rem); }
.ov-location { margin: 18px 0 0; font-size: 1.02rem; }
.ov-section { padding: calc(58px * var(--ov-space)) 0; }
.ov-section--tinted { background: color-mix(in srgb, var(--ov-secondary) 48%, transparent); }
.ov-section p { max-width: 760px; }
.ov-story p { font-size: 1.1rem; }
.ov-practices, .ov-gallery, .ov-lots { display: grid; gap: 16px; }
.ov-practices { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); padding: 0; list-style: none; }
.ov-practices li, .ov-contact, .ov-lot-card { padding: 18px; border: 1px solid color-mix(in srgb, var(--ov-text) 14%, transparent); border-radius: var(--ov-radius); background: color-mix(in srgb, white 82%, var(--ov-background)); box-shadow: 0 12px 28px rgba(21, 51, 40, .07); }
.ov-gallery { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.ov-gallery figure { margin: 0; overflow: hidden; border-radius: var(--ov-radius); background: var(--ov-secondary); }
.ov-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ov-gallery figcaption { padding: 10px 12px; font-size: .9rem; }
.ov-lots { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.ov-lot-card { display: flex; min-height: 180px; flex-direction: column; text-decoration: none; transition: transform 150ms ease, box-shadow 150ms ease; }
.ov-lot-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(21, 51, 40, .14); }
.ov-lot-card small { color: color-mix(in srgb, var(--ov-text) 60%, transparent); }
.ov-lot-card strong { margin: auto 0 8px; font-size: 1.15rem; }
.ov-button { display: inline-flex; width: fit-content; align-items: center; gap: 8px; margin-top: 14px; padding: 11px 15px; border-radius: calc(var(--ov-radius) - 2px); background: var(--ov-primary); color: white; font-weight: 800; text-decoration: none; }
.ov-contact-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ov-contact-links a { padding: 8px 11px; border: 1px solid color-mix(in srgb, var(--ov-text) 15%, transparent); border-radius: 999px; text-decoration: none; }
.ov-footer { padding: 28px 0 42px; color: color-mix(in srgb, var(--ov-text) 65%, transparent); font-size: .88rem; }
.ov-lot-page { padding: 64px 0; }
.ov-lot-meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin: 32px 0; }
.ov-lot-meta div { padding: 15px; border-radius: var(--ov-radius); background: var(--ov-secondary); }
.ov-lot-meta dt { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.ov-lot-meta dd { margin: 4px 0 0; font-weight: 700; }
.ov-template-historia_familiar .ov-hero { border-radius: 0; }
.ov-template-catalogo_premium .ov-hero { min-height: 500px; }
.ov-template-tecnico_rastreavel .ov-lot-card { border-left: 5px solid var(--ov-accent); }
.ov-template-minimalista .ov-header { border: 0; }
@media (max-width: 640px) { .ov-nav { align-items: flex-start; min-height: 72px; padding: 13px 0; flex-direction: column; } .ov-nav-links { justify-content: flex-start; } .ov-hero { min-height: 340px; } .ov-section { padding: 42px 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ov-lot-card { transition: none; } }
