/*
Theme Name: Colpatria
Theme URI: https://github.com/SMkonline/SMK
Author: SMK
Author URI: https://github.com/SMkonline/SMK
Description: Landing corporativa de Constructora Colpatria para colombianos en el exterior — tema clásico de WordPress, sin dependencias de terceros: cada funcionalidad usa únicamente APIs del core.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: colpatria
Tags: custom-menu, featured-images, translation-ready, blog
*/

/* The real visual styling of a generated theme comes from the imported HTML
   kit (assets/css/*). These are intentionally tiny, sane defaults so the base
   theme is presentable before any kit is applied. */
:root { --smk-max: 1100px; --smk-gap: 1.5rem; --smk-fg: #1a1a1a; --smk-accent: #2563eb; }
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color: var(--smk-fg); line-height: 1.6; }
a { color: var(--smk-accent); }
img { max-width: 100%; height: auto; }
.smk-container { max-width: var(--smk-max); margin-inline: auto; padding-inline: var(--smk-gap); }
.smk-site-header, .smk-site-footer { padding-block: 1rem; border-block: 1px solid #eee; }
.smk-site-header .smk-bar { display: flex; align-items: center; justify-content: space-between; gap: var(--smk-gap); }
.smk-menu ul { list-style: none; display: flex; gap: 1rem; margin: 0; padding: 0; flex-wrap: wrap; }
.smk-hero { padding-block: 4rem; text-align: center; }
.smk-hero h1 { font-size: clamp(2rem, 5vw, 3.25rem); margin: 0 0 .5rem; }
.smk-button { display: inline-block; background: var(--smk-accent); color: #fff; padding: .75rem 1.25rem; border-radius: .5rem; text-decoration: none; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
