/*
Theme Name: Clara Sánchez
Theme URI: https://clarasanchez.org/
Author: Texto & Forma
Description: Tema propio para el sitio de Clara Sánchez Hernández, preparado para destacar proyectos culturales como LA ZAFRA, libres de trabajo infantil…
Version: 1.1.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: clara-zafra
*/

:root {
  --cz-verde: #4f5f2f;
  --cz-verde-oscuro: #34401f;
  --cz-tierra: #8a5a32;
  --cz-ocre: #c49a4a;
  --cz-crema: #f4efe4;
  --cz-negro: #191919;
  --cz-gris: #5b5b5b;
  --cz-blanco: #ffffff;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cz-blanco);
  color: var(--cz-negro);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.cz-site-header {
  position: relative;
  z-index: 20;
  background: var(--cz-crema);
  border-bottom: 1px solid rgba(25,25,25,.09);
}
.cz-header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cz-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}
.cz-brand-logo {
  display: block;
  width: 154px;
  height: auto;
}
.cz-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(25,25,25,.15);
  border-radius: 999px;
  background: transparent;
  color: var(--cz-negro);
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
}
.cz-nav { margin-left: auto; }
.cz-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cz-menu li { margin: 0; }
.cz-menu a {
  display: block;
  padding: 8px 0;
  color: #36382f;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
}
.cz-menu a:hover,
.cz-menu .current-menu-item > a,
.cz-menu .current_page_item > a,
.cz-menu a[aria-current="page"] {
  color: var(--cz-verde);
  border-bottom-color: var(--cz-ocre);
}
.cz-main {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 28px 16px 72px;
  box-sizing: border-box;
}
.cz-main--generic {
  width: min(900px, calc(100% - 32px));
  min-height: 50vh;
  margin: 0 auto;
}
.cz-generic-title {
  color: var(--cz-verde);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin: 24px 0;
}
.cz-generic-content { line-height: 1.75; }

.cz-site-footer {
  margin-top: 24px;
  padding: 44px 16px;
  background: var(--cz-negro);
  color: var(--cz-crema);
}
.cz-footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}
.cz-footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.cz-footer-brand img {
  display: block;
  width: 170px;
  height: auto;
}
.cz-footer-copy-block {
  text-align: right;
}
.cz-footer-text,
.cz-footer-copy {
  margin: 0;
  color: rgba(244,239,228,.72);
  font-size: .86rem;
  line-height: 1.55;
}
.cz-footer-copy { margin-top: 6px; }

@media (max-width: 900px) {
  .cz-header-inner { min-height: 76px; }
  .cz-nav-toggle { display: inline-grid; place-items: center; flex: 0 0 auto; }
  .cz-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--cz-crema);
    border-top: 1px solid rgba(25,25,25,.06);
    border-bottom: 1px solid rgba(25,25,25,.12);
    box-shadow: 0 12px 28px rgba(25,25,25,.08);
  }
  .cz-nav.is-open { display: block; }
  .cz-menu {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 12px 0 18px;
    display: block;
  }
  .cz-menu a { padding: 11px 2px; border-bottom: 1px solid rgba(25,25,25,.07); }
  .cz-menu li:last-child a { border-bottom: 0; }
}

@media (max-width: 760px) {
  .cz-main { padding: 16px 10px 52px; }
  .cz-header-inner { width: calc(100% - 24px); }
  .cz-brand-logo { width: 124px; }
  .cz-footer-inner { display: block; }
  .cz-footer-brand img { width: 150px; }
  .cz-footer-copy-block { margin-top: 20px; text-align: left; }
}
