/* Sabbia · web comercial · estilos de las páginas de texto (Ética, Seguridad,
   Verifactu y legales). UNA fuente: la home de Design NO carga este fichero.
   Cabecera y pie compartidos viven en plantilla/cabecera.html y plantilla/pie.html
   y los estampa desplegar_web.py. */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@600&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400&display=swap');

* { box-sizing: border-box; }
body { margin: 0; background: #fdfcfa; color: #4a4842; font-family: 'Newsreader', Georgia, 'Times New Roman', serif; }
a { color: #4a8f86; text-decoration: none; }
a:hover { color: #2f6f66; text-decoration: underline; }
.lienzo { display: flex; flex-direction: column; align-items: center; padding: 0 32px; }
.col { width: 100%; max-width: 680px; display: flex; flex-direction: column; padding-bottom: 72px; }

/* cabecera compartida */
.cabecera { display: flex; align-items: center; justify-content: space-between; padding: 40px 0 0 0; }
.marca { display: flex; align-items: center; gap: 10px; color: #4a4842; }
.marca:hover { text-decoration: none; color: #4a4842; }
.marca span { font-family: 'Cormorant Infant', Garamond, serif; font-size: 26px; font-weight: 600; letter-spacing: 0.01em; }
.marca em { font-style: normal; color: #4a8f86; }
.menu { display: flex; align-items: center; gap: 28px; font-family: system-ui, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0.01em; }
.menu a { color: #4a4842; transition: color 150ms ease; }
.menu a:hover { color: #4a8f86; text-decoration: none; }
.menu a[aria-current="page"] { color: #4a8f86; }
.version { font-family: system-ui, sans-serif; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #9c968b; margin: 56px 0 0 0; }

h1 { font-size: 52px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.1; margin: 14px 0 0 0; }
.lema { font-size: 20px; font-style: italic; font-weight: 400; color: #8d8578; line-height: 1.5; margin: 18px 0 0 0; }
.raya { height: 1px; background: #ece7dd; margin: 48px 0 0 0; }
.ceja { font-family: system-ui, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #4a8f86; }
.preambulo { display: flex; flex-direction: column; gap: 14px; margin: 44px 0 0 0; }
p { font-size: 17px; line-height: 1.7; margin: 0; }
.principios { display: flex; flex-direction: column; gap: 40px; margin: 56px 0 0 0; }
.principio { display: flex; flex-direction: column; gap: 8px; }
.principio ul { margin: 6px 0 0 0; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.principio li { font-size: 17px; line-height: 1.6; }
.fechas { display: flex; flex-direction: column; gap: 6px; margin-top: 6px; }
.fechas p strong { color: #2f6f66; }
h2 { font-size: 24px; font-weight: 600; line-height: 1.3; margin: 0; }
h2 .num { color: #4a8f86; font-weight: 500; }
.guarda { background: #f4f1ea; border-radius: 16px; padding: 36px 40px; margin: 64px 0 0 0; display: flex; flex-direction: column; gap: 14px; }
.guarda .ceja { font-family: system-ui, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #4a8f86; }
.guarda .preguntas, .guarda .enlaces { display: flex; flex-direction: column; gap: 10px; }
.guarda .preguntas p, .guarda .enlaces p { line-height: 1.6; }
.guarda .n { color: #4a8f86; font-weight: 600; }
.guarda .quien { font-family: system-ui, sans-serif; font-size: 12.5px; color: #9c968b; }
.cierre { font-size: 16px; font-style: italic; line-height: 1.7; color: #8d8578; margin: 8px 0 0 0; }

/* casillas de lo que falta por decidir (legales en borrador): se ven, se buscan */
.pendiente { display: inline-block; background: #f4f1ea; color: #8d8578; border: 1px dashed #d9d2c3; border-radius: 4px; padding: 0 7px; font-family: system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.04em; line-height: 1.6; vertical-align: 1px; white-space: nowrap; }

@media (max-width: 560px) {
  .lienzo { padding: 0 22px; }
  /* con 4 puntos el menú no cabe junto a la marca: baja a su propia línea */
  .cabecera { padding-top: 28px; flex-wrap: wrap; row-gap: 16px; }
  .menu { width: 100%; gap: 20px; font-size: 13px; }
  .version { margin-top: 44px; }
  h1 { font-size: 38px; }
  .lema { font-size: 18px; }
  .guarda { padding: 26px 24px; }
}
