/**
 * Aero — Premium HVAC & Climate Engineering Template
 * ---------------------------------------------------------------------------
 * BRAND COLORS: Edit values in js/tailwind-config.js (primary, secondary, etc.)
 * CUSTOM CSS: This file holds layout helpers not covered by Tailwind utilities.
 */

.fill-1 {
    font-variation-settings: 'FILL' 1;
}

* {
    border-radius: 2px !important;
}

/* ==========================================================================
   HERO VIDEO SEQUENCE
   ========================================================================== */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    background-color: #0B0F15;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sequence-canvas {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}

/* ==========================================================================
   HEADER BRAND (wordmark-only default)
   ========================================================================== */
.brand-wordmark {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0B0F15;
    line-height: 1;
}

.brand-wordmark span {
    color: #FF5A00;
}
