 
/*
Theme Name: Lagash Serviços
Theme URI: https://lagashservicos.com.br
Author: Lagash Desenvolvimento
Author URI: https://lagashservicos.com.br
Description: Tema WordPress profissional e otimizado para SEO desenvolvido para a Lagash Serviços, empresa especializada em facilities, portaria, zeladoria, recepção e limpeza no Rio de Janeiro. Design responsivo, performance otimizada e foco em conversão.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lagash
Tags: business, services, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, translation-ready, blog, responsive-layout, accessibility-ready

Lagash Serviços WordPress Theme, Copyright 2026
Lagash Serviços é distribuído sob os termos da GNU GPL.
*/

/* 
=================================================================
ATENÇÃO: Este arquivo é obrigatório para o WordPress reconhecer
o tema. Os estilos CSS reais estão em assets/css/main.css
=================================================================
*/

/* Reset básico para compatibilidade */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Importação do CSS principal (será carregado via functions.php) */
/* @import url('assets/css/main.css'); */

/* Estilos específicos do WordPress que não estão no main.css */

/* Classes de alinhamento do WordPress */
.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Classes de largura do editor de blocos */
.alignwide {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Sticky posts */
.sticky {
    position: relative;
}

/* Gallery WordPress */
.gallery {
    margin-bottom: 1.5rem;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0.5rem;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

/* Accessibility - Skip to content */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100000;
}

.skip-link:focus {
    top: 0;
}

/* WordPress Admin Bar Adjustment */
body.admin-bar {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px;
    }
}

/* Gutenberg Editor Styles Support */
.wp-block {
    max-width: 1140px;
}

/* Comentários WordPress */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.comment-author {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.comment-metadata {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.reply {
    margin-top: 1rem;
}

.comment-respond {
    margin-top: 2rem;
}

/* Paginação WordPress */
.pagination {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.page-numbers {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.page-numbers:hover,
.page-numbers.current {
    background: #0066cc;
    color: #fff;
}

/* Widget Areas */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.widget ul li:last-child {
    border-bottom: none;
}