/*
Theme Name: Quantum Consulting ES
Theme URI: https://quantumcoinc.com/
Description: Tema hijo de Twenty Twenty-Five para Quantum Consulting Inc., basado en la estructura pública de quantumgroup.us y adaptado al español.
Author: Quantum Consulting Inc.
Template: twentytwentyfive
Version: 1.2.0
Text Domain: quantum-consulting-es
*/

:root {
    --qc-max: 1180px;
    --qc-content: 920px;
    --qc-border: #d8d8d8;
    --qc-text: #111111;
    --qc-muted: #666666;
    --qc-bg: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--qc-bg);
    color: var(--qc-text);
}

.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}

.qc-header {
    border-bottom: 1px solid var(--qc-border);
}

.qc-header-inner,
.qc-footer-inner {
    max-width: var(--qc-max);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.qc-header-inner {
    padding-top: 24px;
    padding-bottom: 20px;
}

.qc-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.qc-brand {
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0;
}

.qc-brand a {
    color: inherit;
    text-decoration: none;
}

.qc-nav {
    font-size: 0.98rem;
}

.qc-nav .wp-block-navigation-item__content {
    text-decoration: none;
}

.qc-main {
    max-width: var(--qc-content);
    margin: 0 auto;
    padding: 72px 24px 88px;
    min-height: 58vh;
}

.qc-main h1,
.qc-main h2,
.qc-main h3 {
    letter-spacing: -0.025em;
}

.qc-main h1 {
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 34px;
}

.qc-main h3 {
    margin-top: 42px;
    margin-bottom: 12px;
    font-size: 1.18rem;
    letter-spacing: 0.02em;
}

.qc-main p {
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 24px;
}

.qc-equation {
    font-size: clamp(1.1rem, 2.1vw, 1.55rem);
    line-height: 1.6;
    margin-bottom: 34px;
}

.qc-footer {
    border-top: 1px solid var(--qc-border);
}

.qc-footer-inner {
    padding-top: 42px;
    padding-bottom: 36px;
}

.qc-footer-title {
    font-size: 1.35rem;
    margin: 0 0 6px;
}

.qc-footer-tagline {
    margin: 0 0 28px;
    color: var(--qc-muted);
}

.qc-copyright {
    font-size: 0.9rem;
    color: var(--qc-muted);
    margin: 0;
}

.qc-contact p {
    margin-bottom: 7px;
}

.qc-compliance-links a {
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 780px) {
    .qc-brand-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .qc-main {
        padding-top: 48px;
        padding-bottom: 64px;
    }
}


.qc-site-logo {
    flex: 0 0 auto;
    line-height: 0;
}

.qc-site-logo img {
    width: min(300px, 62vw);
    height: auto;
    max-height: 82px;
    object-fit: contain;
}

@media (max-width: 780px) {
    .qc-site-logo img {
        width: min(245px, 72vw);
        max-height: 70px;
    }
}
