@font-face {font-family: "NotoSans_Condensed_Bold";src: url("NotoSans_Condensed-Bold.ttf");}
@font-face {font-family: "NotoSans_Condensed_Regular";src: url("NotoSans_Condensed-Regular.ttf");}
@font-face {font-family: "NotoSans_Condensed_SemiBold";src: url("NotoSans_Condensed-SemiBold.ttf");}


*{
    box-sizing: border-box;
}

body{
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(31, 143, 134, .16), transparent 32rem),
        linear-gradient(135deg, #eef2f3 0%, #f8faf9 52%, #e6e9ea 100%);
    color: #1c2633;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.siteMenu .menuBar{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: auto;
}

.indexPageContent{
    min-height: 100vh;
    transition: margin-left .3s ease;
}

.socialIcons{
    min-height: 48px;
    background: rgba(14, 27, 44, .92);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 10px 28px 10px 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.liveClockArticle{
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
.liveClockArticle span{padding-left: 0;}

.socialIconsSection{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.socialIconsSection a{
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}
.socialIconsSection img{
    display: block;
    max-width: 25px;
    height: auto;
}

.profileHero{
    min-height: 530px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    align-items: center;
    gap: 36px;
    padding: 70px 8vw 56px;
    background:
        linear-gradient(90deg, rgba(248, 250, 249, .96), rgba(248, 250, 249, .82)),
        url("../images/theme.png") center/cover no-repeat;
}

.profileContent{
    width: min(100%, 760px);
}

.eyebrow{
    margin: 0 0 10px;
    color: #52606d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.profileContent h1{
    margin: 0;
    color: #0e1b2c;
    font-size: clamp(36px, 8vw, 72px);
    line-height: 1;
}

.summary{
    max-width: 56ch;
    margin: 20px 0 0;
    color: #334e68;
    font-size: clamp(16px, 2.6vw, 20px);
    line-height: 1.6;
}

.heroMeta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.heroMeta span{
    border: 1px solid rgba(16, 42, 67, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #243b53;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 13px;
}

.actionGroup{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.primaryAction,
.secondaryAction{
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #102a43;
    padding: 11px 18px;
    color: #102a43;
    font-weight: 700;
    text-decoration: none;
}

.primaryAction{
    background-color: #102a43;
    color: #fff;
}

.heroHighlights{
    display: grid;
    gap: 12px;
}

.heroHighlights article{
    border: 1px solid rgba(16, 42, 67, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 14px 30px rgba(16, 42, 67, .08);
    padding: 18px;
}

.highlightLabel{
    color: #1f8f86;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.heroHighlights strong{
    color: #102a43;
    display: block;
    font-size: 18px;
    line-height: 1.25;
}

.heroHighlights p{
    color: #52606d;
    line-height: 1.55;
    margin: 9px 0 0;
}

.focusStrip{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 8vw 0;
}

.contactItem{
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(16, 42, 67, .07);
    color: #102a43;
    display: flex;
    gap: 12px;
    min-height: 104px;
    padding: 18px;
    text-decoration: none;
}

.focusStrip .contactItem{
    min-height: 118px;
}

.contactItem i{
    align-items: center;
    background: #eaf2f1;
    border-radius: 50%;
    color: #146e67;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 18px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.contactItem span{
    color: #52606d;
    display: block;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: anywhere;
}

.contactItem strong{
    color: #102a43;
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.infoSection{
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
    gap: 24px;
    padding: 44px 8vw 24px;
}

.introPanel{
    padding-right: 4vw;
}

.sectionLabel{
    margin: 0 0 8px;
    color: #1f8f86;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.introPanel h2{
    margin: 0;
    color: #102a43;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.12;
}

.introPanel p:last-child{
    max-width: 68ch;
    color: #52606d;
    font-size: 17px;
    line-height: 1.65;
}

.quickStats{
    display: grid;
    gap: 12px;
}

.quickStats article{
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 10px 24px rgba(16, 42, 67, .07);
    padding: 18px;
}

.quickStats strong{
    display: block;
    color: #0e1b2c;
    font-size: 34px;
    line-height: 1;
}

.quickStats span{
    display: block;
    margin-top: 8px;
    color: #52606d;
    line-height: 1.45;
}

.quickStats .statLabel{
    color: #1f8f86;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quickStats .statText{
    color: #52606d;
    font-size: 14px;
}

.brandSection{
    padding: 18px 8vw 18px;
}

.brandGrid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.brandCard{
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 12px 28px rgba(16, 42, 67, .07);
    padding: 18px;
}

.brandCard img{
    width: 100%;
    max-width: 180px;
    height: 52px;
    object-fit: contain;
    object-position: left center;
}

.brandCard.darkLogo{
    background: #102a43;
}

.brandCard.darkLogo span{
    color: #d9e2e8;
}

.brandCard.compactLogo img{
    max-width: 130px;
}

.brandCard span{
    color: #52606d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.brandCard strong{
    color: #102a43;
    display: block;
    font-size: 15px;
    line-height: 1.25;
}

.brandCard.darkLogo strong{
    color: #fff;
}

.capabilityHeader{
    padding: 28px 8vw 0;
}

.capabilityHeader h2{
    color: #102a43;
    font-size: clamp(24px, 3.4vw, 34px);
    line-height: 1.15;
    margin: 0;
    max-width: 760px;
}

.cardGrid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 8vw 64px;
}

.profileCard{
    min-height: 220px;
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(16, 42, 67, .08);
    padding: 24px;
}

.cardIcon{
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf2f1;
    color: #146e67;
    font-size: 18px;
}

.profileCard h3{
    margin: 18px 0 10px;
    color: #102a43;
    font-size: 20px;
}

.profileCard p{
    color: #52606d;
    line-height: 1.6;
    margin: 0;
}

.videoProfileSection{
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 24px;
    padding: 0 8vw 72px;
}

.videoCard{
    background: #102a43;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(16, 42, 67, .15);
    color: #fff;
    overflow: hidden;
}

.videoPoster{
    aspect-ratio: 16 / 10;
    background: #0e1b2c;
    min-height: 220px;
    position: relative;
}

.videoPoster img{
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: .82;
    width: 100%;
}

.playMark{
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border-radius: 50%;
    color: #102a43;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    left: 50%;
    padding-left: 4px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
}

.videoMeta{
    padding: 20px;
}

.videoMeta span{
    color: #65d3cd;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.videoMeta strong{
    display: block;
    font-size: 21px;
    line-height: 1.2;
}

.videoMeta p{
    color: #d9e2e8;
    line-height: 1.55;
    margin: 10px 0 0;
}

.videoScript{
    background: #fff;
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(16, 42, 67, .08);
    padding: 28px;
}

.videoScript h2{
    color: #102a43;
    font-size: clamp(24px, 3.4vw, 34px);
    line-height: 1.15;
    margin: 0 0 18px;
}

.scriptBox{
    display: grid;
    gap: 12px;
}

.scriptBox p{
    color: #52606d;
    line-height: 1.65;
    margin: 0;
}

@media screen and (max-width: 800px){
    .siteMenu .menuBar{
        position: static;
        width: 100%;
    }

    .indexPageContent{
        margin-left: 0!important;
    }

    .socialIcons{
        padding-left: 20px;
    }

    .profileHero{
        grid-template-columns: 1fr;
        padding: 36px 24px;
    }

    .infoSection,
    .brandSection,
    .capabilityHeader,
    .cardGrid,
    .videoProfileSection{
        grid-template-columns: 1fr;
        padding-left: 24px;
        padding-right: 24px;
    }

    .focusStrip{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 24px;
        padding-right: 24px;
    }

    .brandGrid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media screen and (max-width: 560px){
    .socialIcons{
        align-items: flex-start;
        flex-direction: column;
    }

    .socialIconsSection{
        justify-content: flex-start;
    }

    .profileHero{
        padding: 30px 18px;
    }

    .heroHighlights article{
        padding: 16px;
    }

    .heroMeta span{
        width: 100%;
    }

    .actionGroup{
        flex-direction: column;
    }

    .primaryAction,
    .secondaryAction{
        width: 100%;
    }

    .infoSection,
    .brandSection,
    .capabilityHeader,
    .cardGrid,
    .videoProfileSection{
        padding-left: 18px;
        padding-right: 18px;
    }

    .focusStrip{
        grid-template-columns: 1fr;
        padding-left: 18px;
        padding-right: 18px;
    }

    .brandGrid{
        grid-template-columns: 1fr;
    }

    .contactItem{
        min-height: auto;
    }

    .videoScript{
        padding: 20px;
    }

    .videoPoster{
        min-height: 190px;
    }
}
