/*
 * ================================================================
 *  HOMEVILLA — Maro character kit
 *
 *  KIT STORY
 *  La Casa del Barrio: Andalusian cobalt blue against whitewashed
 *  walls, terracotta tiles, the Mediterranean in the distance.
 *  Cinzel for titles — Roman-inscription clarity, monumental
 *  without being heavy. NEVER italic — Cinzel italicised is wrong.
 *  Lora for body — warm, readable, bookish, at home in a place
 *  with 2,000 years of history.
 *  Hero mask: cool blue tint.
 * ================================================================
 */

:root {
  --hv-accent:        #1A4FA8;
  --hv-accent-soft:   #EAF0FA;
  --hv-font-display:  'Cinzel', Georgia, serif;
  --hv-font-body:     'Lora', Georgia, serif;
  --hv-motif-stroke:  rgba(255,255,255,0.85);
}

/* Cinzel must NEVER be italic */
.hv-hero-title,
.hv-hero-h1,
.hv-page-hero-title,
.hv-col h2,
h1, h2, h3 {
  font-style:     normal !important;
  letter-spacing: 0.06em;
  font-weight:    600;
}

/* Hero title — slightly smaller because Cinzel letterforms read large */
.hv-hero-title {
  font-size: clamp(1.6rem, 4.5vw, 2.8rem);
}

/* Body in Lora — slightly larger than Inter for readability */
body,
.item-page p,
.com-content-article__body p {
  font-size:   0.95rem;
  line-height: 1.85;
}

/* Hero tagline — Lora italic */
.hv-hero-tagline {
  font-family: var(--hv-font-body);
  font-style:  italic;
  font-size:   clamp(0.85rem, 1.6vw, 1rem);
}
