@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('/font/cormorant-garamond-400.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('/font/cormorant-garamond-400i.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('/font/cormorant-garamond-600.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-display: swap; src: url('/font/cormorant-garamond-700.woff2') format('woff2'); }

@font-face { font-family: 'Crimson Pro'; font-style: normal; font-weight: 400; font-display: swap; src: url('/font/crimson-pro-400.woff2') format('woff2'); }
@font-face { font-family: 'Crimson Pro'; font-style: italic; font-weight: 400; font-display: swap; src: url('/font/crimson-pro-400i.woff2') format('woff2'); }
@font-face { font-family: 'Crimson Pro'; font-style: normal; font-weight: 700; font-display: swap; src: url('/font/crimson-pro-700.woff2') format('woff2'); }

:root {
--pv-sfondo-primario: #f0f5ec;
--pv-sfondo-secondario: #d4e4c8;
--pv-testo-primario: #2c3e28;
--pv-testo-secondario: #4a5e44;
--pv-accento: #4a6741;
--pv-accento-chiaro: #8fbc8f;
--pv-bordo-finestra: #a8c4a0;
--pv-ombra: rgba(44, 62, 40, 0.12);
--pv-font-titolo: 'Cormorant Garamond', serif;
--pv-font-corpo: 'Crimson Pro', serif;
--pv-nebbia-base: #000000;
--pv-nebbia-scuro: #0a1508;
--pv-nebbia-medio: #2c3e28;
--pv-nebbia-chiaro: #8fbc8f;
}

/* Capolettera — Giardino (Rinascimentale) */
.capolettera {
  color: #3a5a30;
  background: linear-gradient(145deg, #f0f5ec 0%, #d4e4c8 50%, #c0d8b0 100%);
  border: 2px solid #8fbc8f;
  border-radius: 3px;
  box-shadow: inset 0 0 8px rgba(74,103,65,0.12), 2px 2px 6px rgba(44,62,40,0.12);
  text-shadow: 1px 1px 0 rgba(212,228,200,0.7);
  padding: 0.1em 0.14em 0.06em 0.1em;
}
.capolettera::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(143,188,143,0.3);
  border-radius: 2px;
  pointer-events: none;
}
.capolettera::after {
  content: '';
  position: absolute;
  inset: -3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath d='M2 7Q4 3 7 2Q10 3 12 7Q10 11 7 12Q4 11 2 7Z' fill='none' stroke='%234a6741' stroke-width='.3' opacity='.2'/%3E%3C/svg%3E") repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

/* Fregi — Giardino (rami, foglie, viticci) */
.finestra-parola .contenuto-finestra::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(143,188,143,0.12);
  border-radius: 4px;
  pointer-events: none;
  z-index: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M4 28Q2 20 4 14Q6 8 14 4' fill='none' stroke='%234a6741' stroke-width='.5' opacity='.25'/%3E%3Cpath d='M6 18Q4 16 6 14' fill='none' stroke='%234a6741' stroke-width='.4' opacity='.2'/%3E%3Cellipse cx='8' cy='10' rx='3' ry='2' transform='rotate(-30 8 10)' fill='%234a6741' opacity='.08'/%3E%3C/svg%3E") no-repeat top left,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M26 28Q28 20 26 14Q24 8 16 4' fill='none' stroke='%234a6741' stroke-width='.5' opacity='.25'/%3E%3Cpath d='M24 18Q26 16 24 14' fill='none' stroke='%234a6741' stroke-width='.4' opacity='.2'/%3E%3Cellipse cx='22' cy='10' rx='3' ry='2' transform='rotate(30 22 10)' fill='%234a6741' opacity='.08'/%3E%3C/svg%3E") no-repeat top right,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M4 2Q2 10 4 16Q6 22 14 26' fill='none' stroke='%234a6741' stroke-width='.5' opacity='.25'/%3E%3Cellipse cx='8' cy='20' rx='3' ry='2' transform='rotate(30 8 20)' fill='%234a6741' opacity='.08'/%3E%3C/svg%3E") no-repeat bottom left,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M26 2Q28 10 26 16Q24 22 16 26' fill='none' stroke='%234a6741' stroke-width='.5' opacity='.25'/%3E%3Cellipse cx='22' cy='20' rx='3' ry='2' transform='rotate(-30 22 20)' fill='%234a6741' opacity='.08'/%3E%3C/svg%3E") no-repeat bottom right;
}
.fregio-divisore {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16'%3E%3Cpath d='M30 8Q60 3 100 8Q140 13 170 8' fill='none' stroke='%234a6741' stroke-width='.8' opacity='.3'/%3E%3Cellipse cx='100' cy='8' rx='4' ry='2.5' fill='%234a6741' opacity='.1'/%3E%3Cpath d='M96 6Q100 2 104 6' fill='none' stroke='%238fbc8f' stroke-width='.5' opacity='.3'/%3E%3C/svg%3E");
}