/* ==========================================================================
   FKS Components
   Purpose: Custom pattern/component styling for FKSE Pro Theme
   Version: 1.0.0
   ========================================================================== */


/* ==========================================================================
   1. Shared Cover Component
   ========================================================================== */

.fks-cover {
    position: relative;
    overflow: hidden;
}

.fks-cover__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.fks-cover__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.fks-cover__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}


/* ==========================================================================
   2. Corporate Hub CTA
   ========================================================================== */

.fks-corporate-hub {
    min-height: 560px;
}

.fks-corporate-hub__overlay {
    background-color: #002855;
}

.fks-corporate-hub__inner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.fks-portal-card {
    margin: 0 auto;
    padding: 44px 34px;
    width: 100%;
    max-width: 560px;
    background-color: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    text-align: center;
}

.fks-portal-card__eyebrow {
    margin: 0 0 12px;
    color: #FF6600;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fks-portal-card__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.fks-portal-card__description {
    margin: 0 auto 28px;
    max-width: 460px;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.fks-portal-card__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fks-portal-card__note {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.6;
}

.fks-button {
    border-radius: 0;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.fks-button--primary {
    padding: 14px 26px;
}

.fks-button--outline-light {
    border: 2px solid #ffffff;
    padding: 12px 24px;
}


/* ==========================================================================
   3. Hero Section
   ========================================================================== */

.fks-hero {
    min-height: 90vh;
}

.fks-hero__overlay {
    background-color: #002855;
}

.fks-hero__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px;
}

.fks-hero__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fks-hero__title {
    font-size: clamp(48px, 6vw, 90px);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #ffffff;
    margin: 0;
}

.fks-hero__subtitle {
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.fks-hero__actions {
    margin-top: 40px;
}

.fks-hero__button {
    border-radius: 0;
    border: 2px solid #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    display: inline-block;
}


/* ==========================================================================
   4. Zoom Trigger / Lightbox Image Trigger
   ========================================================================== */

.fkse-zoom-trigger {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.fkse-zoom-trigger img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: auto;
    display: block;
}

.fkse-zoom-trigger:hover img {
    transform: scale(1.05);
}

.fkse-zoom-trigger::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.fkse-zoom-trigger:hover::after {
    opacity: 1;
}

.fks-image-cover-4x3 {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    display: block;
}

.fks-image-contain-square {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    display: block;
}


/* ==========================================================================
   5. Section Utilities
   ========================================================================== */

.fks-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.fks-section--white {
    background-color: #ffffff;
}

.fks-section--light-gray {
    background-color: #F5F7FA;
}

.fks-section-title {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fks-button-row {
    margin-top: 30px;
}

/* ==========================================================================
   6. About Modal Content
   ========================================================================== */

.fkse-modal__title {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fkse-modal__headline {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fkse-modal__text {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

.fkse-modal__divider {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.fkse-modal__subheading {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.fkse-modal__list {
    padding-left: 20px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 30px;
}

.fkse-modal__quote {
    background-color: #f5f7fa;
    padding: 20px;
    border-left: 4px solid var(--wp--preset--color--primary);
}

.fkse-modal__quote p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: #555555;
}