/*
Theme Name: Signograf Iconos
Description: Ajustes visuales e iconos vectoriales sobre Signograf Horizons.
Version: 1.0.17
Template: signograf-horizons-theme
Text Domain: signograf-icons
*/

/* Estilo del tema padre encolado desde functions.php (sin @import) */

.ui-icon{width:1em;height:1em;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ui-icon.is-filled,.ui-icon .icon-fill{fill:currentColor;stroke:none}
.header-social .ui-icon{width:18px;height:18px}
.footer-social .ui-icon{width:21px;height:21px}
.footer-icon{display:grid;place-items:center;width:24px;height:24px}
.footer-icon .ui-icon{width:20px;height:20px}
.float .ui-icon{width:25px;height:25px;transition:transform .2s ease}
.float:hover .ui-icon{transform:scale(1.1)}
.float-map{background:linear-gradient(145deg,#1e5876,#123a55)}
.float-call{background:linear-gradient(145deg,#b51a25,#740810)}
.float-wa{background:linear-gradient(145deg,#2bdd72,#0eaf51)}
.float-instagram{bottom:211px;background:linear-gradient(145deg,#d62976,#7a1aa7)}
.float:focus-visible,.footer-social a:focus-visible,.header-social a:focus-visible{outline:3px solid #fa8c0f;outline-offset:3px}

/* Cabecera con las proporciones y tipografía aprobadas */
.site-header .wrap{width:min(1700px,calc(100% - 96px))}
.nav{height:96px;justify-content:flex-start;gap:34px}
.brand{flex:0 0 auto}.brand img{width:326px;height:62px;object-fit:contain;object-position:left center}
.menu{flex:1;justify-content:center;gap:38px}
.menu a:not(.btn){font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:.105em}
.menu .btn{margin-left:auto;padding:17px 27px;font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em}
.menu .btn span{font-size:17px;line-height:0}
.header-social{display:none}
.menu-toggle{flex:0 0 48px;width:48px;height:48px;margin-left:0;padding:10px;background:transparent;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.menu-toggle span{display:block;width:28px;height:3px;border-radius:2px;background:#f3f1ec;transition:.2s}
.menu-toggle:hover span{background:#fa8c0f}

/* Sustituye el rótulo anterior de la portada sin alterar su estructura */
.hero .eyebrow{max-width:760px;line-height:1.45;font:600 13px/1.45 Barlow Condensed,sans-serif;letter-spacing:.19em;color:var(--gold);text-transform:uppercase}

@media(max-width:1250px){.site-header .wrap{width:min(94%,1700px)}.brand img{width:260px}.menu{gap:23px}.menu a:not(.btn){font-size:12px}.menu .btn{padding:14px 20px}}
@media(max-width:900px){.nav{height:81px}.brand img{width:220px;height:52px}.menu-toggle{margin-left:auto}.menu{top:81px;justify-content:flex-start}.menu .btn{margin-left:0}.header-social{display:flex}.hero{padding-top:81px}.hero .eyebrow{max-width:520px}}
@media(max-width:580px){.site-header .wrap{width:92%}.brand img{width:190px}.menu-toggle{width:42px}.hero .eyebrow{font-size:10px;line-height:1.55;letter-spacing:.14em}}

@media(max-width:600px){
.hero{min-height:auto !important;padding-top:100px !important}
.hero-inner{padding:10px 0 30px !important}
.hero h1{font-size:40px !important}
.service-hero{min-height:auto !important;padding:100px 0 30px !important}
}

.feature-list{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:14px;max-width:760px}
.feature-list li{position:relative;padding-left:32px;font-size:17px;line-height:1.5;color:#ddd}
.feature-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--gold);font-weight:700;font-size:18px}
.faq-section{background:rgba(255,255,255,.03)}
.faq-item{max-width:820px;margin:0 0 24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}
.faq-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.faq-item h3{font:600 19px/1.3 Inter,Arial,sans-serif;margin:0 0 8px;color:#fff}
.faq-item p{margin:0;color:#bbb;font-size:16px;line-height:1.6}

.marquee-wrap{overflow:hidden;width:100%;padding:8px 0}
.marquee-track{display:flex;gap:14px;width:max-content;animation:marquee-scroll 45s linear infinite}
.marquee-wrap:hover .marquee-track{animation-play-state:paused}
.marquee-track figure{margin:0;flex:0 0 auto;width:280px;height:190px;overflow:hidden;border-radius:8px;background:#111}
.marquee-track img{width:100%;height:100%;object-fit:cover;display:block}
@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:600px){.marquee-track figure{width:190px;height:135px}}


/* === SEO Content Styling === */
#nosotros p,
#productos p,
.section-extra-text,
.why-signograf p,
.page-template-default .entry-content p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.75;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.btn-leer-mas {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 24px;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.btn-leer-mas:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

.why-signograf {
  text-align: center;
}


/* === Quiénes Somos - Texto regular justificado === */
#nosotros p {
  font-weight: 400 !important;
  text-align: justify !important;
  text-justify: inter-word;
  line-height: 1.8;
  font-size: 1em;
  color: rgba(255,255,255,0.85);
}


/* === Screen Reader Only - Accesibilidad SEO === */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Hero title visual (no es H1, es decorativo) */
.hero-title {
  display: block;
  margin: 48px 0 34px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(68px, 7vw, 104px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 900px) {
  .hero-title {
    margin-top: 34px;
  }
}

@media (max-width: 580px) {
  .hero-title {
    font-size: 64px;
    line-height: .96;
  }
}


/* HOME-HERO-01: H1 visible, secundario al slogan de marca */
.hero .hero-accent{color:#e31b2d}
.hero h1.hero-seo-title{margin:18px 0 0;max-width:720px;font-family:Inter,Arial,sans-serif;font-size:clamp(1rem,1.5vw,1.25rem)!important;font-weight:500;line-height:1.45;letter-spacing:.01em;text-transform:none;color:rgba(255,255,255,.9)}
@media(max-width:580px){.hero h1.hero-seo-title{margin-top:14px;font-size:1rem!important;line-height:1.4}}


/* Quiénes somos: sincroniza la insignia visual con la trayectoria aprobada */
.about-photo::after{content:"Innovaci\0000f3n\00000a& Servicio";white-space:pre;text-align:center;font-size:22px;line-height:1.08;padding:16px 22px}

/* -------------------------------------------------------------------
 * Fuentes alojadas localmente (Tarea 2, 2026-08-15).
 * Sustituyen al @import a fonts.googleapis.com del style.css del tema
 * padre, que se elimina en la copia generada por
 * signograf_parent_css_sin_fuentes() en functions.php.
 * Subconjuntos latin y latin-ext: el navegador descarga solo los que
 * necesita, segun unicode-range. Inter es fuente variable, un unico
 * fichero cubre los pesos 300-600.
 * ------------------------------------------------------------------- */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------------------------------------------------------------------
 * El logo pasa de <img> suelto a <picture> (Tarea 3, 2026-08-15).
 * <picture> es inline por defecto y envolvería un <img> que el tema
 * declara display:block, lo que añadiría espacio bajo el logo. Con
 * display:block el flujo queda idéntico al que había antes.
 * --------------------------------------------------------------------- */
.brand picture,
.footer-brand picture { display: block; }

/* ===== A3 (2026-08-15 tareaA): compactar bloque Quienes somos en escritorio ===== */
@media (min-width:901px){
  .about-grid{row-gap:12px}
  .about-grid .about-photo{align-self:end}
  .section.about{padding-bottom:44px}
  .section.products{padding-top:44px}
}
