html {
    scroll-behavior: smooth;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /*background: #001f5b;*/
    background-color: #f3f4f6;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
a, .btn-link {
    color: #006bb7;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
.maritime-home {
    padding: 30px;
    color: #ffffff;
}

.small-label {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #8feaff;
    margin-bottom: 14px;
}



.btn-primary,
.btn-secondary {
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    background: #67e8f9;
    color: #062036;
    border-color: #1861ac;
}

.btn-secondary {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.14);
}

.hero-highlights {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.highlight-card {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #dcebf6;
}

.profile-panel,
.info-box {
    border-radius: 24px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.profile-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.profile-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.profile-badge {
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(103,232,249,0.12);
    border: 1px solid rgba(103,232,249,0.20);
    color: #baf6ff;
    font-size: 13px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.stat-box {
    border-radius: 18px;
    padding: 18px;
    background: rgba(4,12,24,0.45);
    border: 1px solid rgba(255,255,255,0.08);
}

.stat-number {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}

.stat-text {
    margin-top: 4px;
    color: #c4d4e0;
}

.service-status-list {
    margin-top: 20px;
    border-radius: 18px;
    padding: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}

.service-status-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #e6f3fb;
}

    .service-status-item:last-child {
        border-bottom: none;
    }

.content-section {
    padding: 24px 0 40px 0;
}

    .content-section h2,
    .about-box h2 {
        font-size: 38px;
        line-height: 1.2;
        
        margin: 0 0 14px 0;
    }

.section-text,
.about-box p,
.info-box p {
    color: #d3e2ee;
    line-height: 1.8;
    font-size: 17px;
}


.dark-panel {
    border-radius: 28px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding-left: 20px;
    padding-right: 20px;
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .tag-list span {
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.08);
        color: #e8f6ff;
    }

.about-box {
    max-width: 100%;
}

@media (max-width: 1100px) {
    .hero-section,
    .two-column-grid {
        grid-template-columns: 1fr;
    }

    .hero-left h1 {
        font-size: 42px;
    }
}

@media (max-width: 760px) {
    .maritime-home {
        padding: 18px;
    }

    .hero-left h1 {
        font-size: 32px;
    }

    .hero-highlights,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .content-section h2,
    .about-box h2 {
        font-size: 28px;
    }
}
.top-navbar {
    position: relative;
    top: 0;
    background: rgba(6,17,31,0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    z-index: 100;
}

.nav-container {
    max-width: 1300px;
    margin: auto;
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.top-nav-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 14px 30px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-dropdown {
    position: relative;
}

.top-nav-container .nav-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 7px;
}

.nav-dropdown-trigger .fa-chevron-down {
    font-size: 10px;
}

.nav-submenu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 110;
    display: none;
    min-width: 280px;
    padding: 0 0 6px;
    background: #ffffff;
    border: 1px solid #d9480f;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.nav-submenu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
    display: block;
}

.top-nav-container .nav-submenu a {
    display: block;
    padding: 12px 16px;
    border-left: 0;
    line-height: 1.35;
    color: #001f5b;
    background: #ffffff;
    font-weight: 700;
}

.nav-submenu-title {
    padding: 10px 16px;
    background: #d9480f;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.top-nav-container .nav-submenu a:hover,
.top-nav-container .nav-submenu a:focus-visible {
    color: #001f5b;
    background: #eaf2fb;
}
    .top-nav-container a {
        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .03em;
        padding: 0 12px;
    }

        .top-nav-container a:hover {
            color: #ffe7db;
        }

        .top-nav-container a + a {
            border-left: 1px solid rgba(255,255,255,0.4);
        }



.main-menu {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .main-menu a {
        text-decoration: none;
        color: #e6f3ff;
        font-weight: 500;
        font-size: 14px;
        transition: color 0.2s ease;
    }

.main-page {
    width: 100%;
    max-width: none;
    margin: 0;
    background-color: #f3f4f6;
}

.hero-banner {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    margin-top: 24px;
    background-image: url('/images/Hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 24px 60px rgba(0,0,0,0.30);
}

.hero-overlay {
    background: linear-gradient( 90deg, rgba(4, 12, 24, 0.88) 0%, rgba(4, 12, 24, 0.72) 45%, rgba(4, 12, 24, 0.62) 100% );
    padding: 10px 24px;
}


.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-kicker {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #7ddcff;
    font-weight: 600;
}

.brand-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    letter-spacing: .02em;
}


.brand-block {
    display: flex;
    align-items: center;
    gap: 12px;
}






.brand-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #7ddcff;
}

.brand-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.main-navbar {
    /* Orange Background */
    background: linear-gradient(90deg,#d93c00,#ff5a1f);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.nav-container {
    max-width: 1300px;
    margin: auto;
    padding: 14px 30px;
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}

    .nav-container a {
        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .03em;
    }

        .nav-container a:hover {
            color: #ffe7db;
        }


.site-header {
    /* Blue Background */
    background: #001f5b;
}

.header-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 22px 30px;
    box-sizing: border-box;
}

.brand-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}



.brand-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}



.top-nav {
    position: static;
    z-index: 100;
    /* Blue Background */
    background: #001f5b;
    /*background: #001846;*/
    border-bottom: 1px solid rgba(255,255,255,0.15);
}



.page-container {
    padding: 40px;
}

.page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 16px;
    color: #cbd5e1;
    margin-bottom: 30px;
}

.map-container {
    display: flex;
    justify-content: center;
}

.world-map {
    width: 100%;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}



.brand-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
}

.brand-tagline {
    font-size: 14px;
    color: #fff;
    letter-spacing: .04em;
    margin-top: 4px;
}

.side-nav a.active {
    background: rgba(255,255,255,0.25);
    border-left: 4px solid white;
}

.image-slider-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 20px;
    margin-bottom: 30px;
}

.image-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.slides-track {
    display: flex;
    width: max-content;
    animation: scrollSlides 64s linear infinite;
}

    .slides-track img {
        width: clamp(360px, 33.333vw, 640px);
        height: 360px;
        object-fit: cover;
        flex-shrink: 0;
    }

@keyframes scrollSlides {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
.home-icon svg {
    width: 20px;
    height: 20px;
}
.accent-bar {
    height: 20px;
    /* Orange Background */
    background: linear-gradient(90deg,#d93c00,#ff5a1f);
}
.classification-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.classification-image {
    max-width: 300px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.classification-disclaimer {
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
    opacity: 0.8;
}
.registry-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.registry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.registry-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    color: #001f5b;
    border: 2px solid #001f5b;
    border-radius: 12px;
    padding: 18px 14px;
    min-height: 130px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

    .registry-card:hover {
        /* Gray Background */
        background: #001f5b;
        color: white;
        transform: translateY(-4px);
        box-shadow: 0 14px 26px rgba(0,0,0,0.18);
    }

    .registry-card img {
        width: 60px;
        height: 40px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #d0d0d0;
        display: block;
        margin-bottom: 10px;
    }

    .registry-card span {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        line-height: 1.3;
    }


.portal-section {
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 20px 0 10px;
}

.portal-track-wrap {
    position: relative;
    min-height: 140px;
    border-radius: 18px;
    background: linear-gradient(180deg, #0f2f8f 0%, #001f5b 100%);
    overflow: hidden;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
}

.portal-water-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    height: 4px;
    background: rgba(255,255,255,0.25);
}

.ship-animation {
    position: absolute;
    left: 0;
    right: 220px;
    bottom: 30px;
    height: 90px;
}

.moving-ship {
    position: absolute;
    bottom: 0;
    left: -120px;
    width: 165px;
    height: auto;
    animation: shipSailToPortal 8s ease-in-out infinite;
}

.portal-login-box {
    position: absolute;
    right: 30px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
}


.portal-login-btn {
    text-decoration: none;
    background: linear-gradient(90deg, #d93c00, #ff5a1f);
    color: white;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

    .portal-login-btn:hover {
        opacity: 0.92;
    }

@keyframes shipSailToPortal {
    0% {
        left: -120px;
        transform: translateY(0px);
    }

    70% {
        left: calc(100% - 180px);
        transform: translateY(-2px);
    }

    100% {
        left: calc(100% - 180px);
        transform: translateY(0px);
    }
}


.portal-login-btn {
    text-decoration: none;
    background: linear-gradient(90deg, #d93c00, #ff5a1f);
    color: white;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 0 0 0 rgba(255,90,31,0.5), 0 8px 20px rgba(0,0,0,0.18);
    animation: portalGlow 2s ease-in-out infinite;
}

.portal-admin-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 8px;
}

.portal-admin-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 6px;
    background: #ffffff;
    color: #001f5b;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.portal-admin-link:hover,
.portal-admin-link:focus-visible {
    background: #edf2f7;
    color: #001f5b;
}

@keyframes portalGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255,90,31,0.25), 0 8px 20px rgba(0,0,0,0.18);
    }

    50% {
        box-shadow: 0 0 18px 4px rgba(255,90,31,0.28), 0 8px 20px rgba(0,0,0,0.18);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,90,31,0.25), 0 8px 20px rgba(0,0,0,0.18);
    }
}

.ceo-page {
    padding: 30px;
}

.ceo-hero {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 40px;
}

.ceo-photo-panel,
.ceo-bio-panel,
.ceo-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.ceo-photo-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceo-photo {
    width: 100%;
    max-width: 240px;
    border-radius: 12px;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,0.12);
}

.ceo-bio-panel h1 {
    margin: 0 0 12px 0;
    font-size: 36px;
    line-height: 1.2;
    color: white;
}

.ceo-meta {
    font-size: 15px;
    color: #dbe7ff;
    margin-bottom: 8px;
    font-weight: 600;
}

.ceo-summary {
    font-size: 16px;
    line-height: 1.8;
    color: #e7eeff;
    margin-top: 18px;
}

.ceo-section {
    margin-top: 35px;
}

    .ceo-section h2 {
        font-size: 30px;
        margin: 0 0 18px 0;
        
    }



.section-kicker {
    color: #d9480f;
}


.timeline {
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
    border-left: 3px solid rgba(255,255,255,0.18);
}

.timeline-item {
    position: relative;
    margin-bottom: 28px;
}

.timeline-dot {
    position: absolute;
    left: -38px;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff5a1f;
    border: 3px solid white;
}

.timeline-content {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    padding: 18px 20px;
}

    .timeline-content h3 {
        margin: 0 0 8px 0;
       
        font-size: 22px;
    }

.timeline-role {
    color: #ffd7c8;
    font-weight: 700;
    margin-bottom: 12px;
}

.timeline-content p {
    margin: 0;
    color: #e7eeff;
    line-height: 1.8;
}

.ceo-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ceo-list {
    margin: 0;
    padding-left: 18px;
    color: #e7eeff;
    line-height: 1.8;
}

    .ceo-list li {
        margin-bottom: 14px;
    }

@media (max-width: 900px) {
    .ceo-hero,
    .ceo-grid-two {
        grid-template-columns: 1fr;
    }

    .ceo-bio-panel h1 {
        font-size: 28px;
    }
}

.about-page {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.about-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}

.about-image-panel {
    display: flex;
    justify-content: center;
}

.about-image {
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* .about-text-panel {
    background: rgba(255,255,255,0.06);
    padding: 30px;
    border-radius: 12px;
} */
.about-text-panel {
    background: rgba(255,255,255,0.06);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}
    .about-text-panel p {
        line-height: 1.8;
        font-size: 16px;
        color: #e5eeff;
    }

@media (max-width: 900px) {
    .about-layout {
        grid-template-columns: 1fr;
    }
}
.classification-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.classification-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    gap: 20px;
    margin-top: 20px;
}

.classification-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

    .classification-card img {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
    }


.offices-page {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.world-map-image {
    width: 100%;
    border-radius: 12px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.map-pin {
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background: #ff5a1f;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    text-decoration: none;
}

    .map-pin:hover {
        background: #d93c00;
    }

    /* Adjust these positions based on your image */
    .map-pin.panama {
        top: 46%;
        left: 25.5%;
    }

    .map-pin.greece {
        top: 49%;
        left: 58%;
    }

    .map-pin.japan {
        top: 30%;
        left: 81.5%;
    }

    .map-pin.philippines {
        top: 64.5%;
        left: 73%;
    }

    .map-pin.madagascar {
        top: 88%;
        left: 58%;
    }

.office-details {
    margin-top: 30px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 24px;
}

.office-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    width: 75%;
    margin: 18px auto 0;
}

    .office-gallery img {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
        box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    }

@media (max-width: 700px) {
    .office-gallery {
        width: 100%;
    }
}

/* Shipowner classification command deck - 2026-08-11 */
.shipowner-classification-showcase {
    position: relative;
    margin-top: 34px;
    overflow: hidden;
    border-top: 6px solid var(--pc-orange);
    background-color: #052c46;
    background-image:
        linear-gradient(rgba(116, 181, 202, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 181, 202, 0.08) 1px, transparent 1px);
    background-size: 46px 46px;
    color: #ffffff;
}

.shipowner-classification-showcase::after {
    position: absolute;
    right: -40px;
    bottom: 34px;
    width: 34%;
    height: 2px;
    background: var(--pc-orange);
    box-shadow: -68px -68px 0 rgba(255, 255, 255, 0.14), -136px -136px 0 rgba(255, 255, 255, 0.08);
    content: "";
    transform: rotate(-18deg);
    transform-origin: right center;
}

.classification-command-shell {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 1540px;
    margin: 0 auto;
    padding: clamp(42px, 5vw, 76px) clamp(20px, 4vw, 64px) 26px;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.45fr);
    gap: clamp(34px, 5vw, 78px);
}

.classification-command-copy {
    align-self: center;
}

.classification-command-copy .section-kicker {
    color: #79d3dc;
}

.classification-command-copy h2 {
    max-width: 560px;
    margin: 10px 0 18px;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 66px);
    line-height: 0.98;
}

.classification-command-copy > p {
    max-width: 570px;
    margin: 0;
    color: #c8d9e2;
    font-size: 16px;
    line-height: 1.7;
}

.classification-iacs-mark {
    display: grid;
    max-width: 520px;
    margin-top: 30px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    grid-template-columns: 78px 1fr;
    align-items: center;
    gap: 18px;
}

.classification-iacs-mark img {
    width: 78px;
    height: 62px;
    padding: 7px;
    border-radius: 4px;
    background: #ffffff;
    object-fit: contain;
}

.classification-iacs-mark strong,
.classification-iacs-mark span {
    display: block;
}

.classification-iacs-mark strong {
    color: #ffffff;
    font-size: 15px;
}

.classification-iacs-mark span {
    margin-top: 4px;
    color: #9fb9c7;
    font-size: 12px;
}

.classification-command-stats {
    display: flex;
    margin-top: 26px;
    gap: 38px;
}

.classification-command-stats div {
    display: grid;
    gap: 2px;
}

.classification-command-stats strong {
    color: #f4b23e;
    font-size: 25px;
    line-height: 1;
}

.classification-command-stats span {
    color: #9fb9c7;
    font-size: 11px;
    text-transform: uppercase;
}

.classification-lanes {
    min-width: 0;
    align-self: center;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.classification-lane-heading {
    display: flex;
    margin-bottom: 18px;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.classification-live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #79d3dc;
    font-size: 10px;
}

.classification-live-indicator::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f4b23e;
    box-shadow: 0 0 0 5px rgba(244, 178, 62, 0.12);
    content: "";
}

.classification-rotation-viewport {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.classification-rotation-track {
    display: flex;
    width: max-content;
    animation: classification-scroll 34s linear infinite;
    will-change: transform;
}

.classification-rotation-viewport-reverse .classification-rotation-track {
    animation-direction: reverse;
    animation-duration: 39s;
}

.classification-rotation-viewport:hover .classification-rotation-track {
    animation-play-state: paused;
}

.classification-rotation-set {
    display: flex;
    padding-right: 12px;
    gap: 12px;
}

.classification-rotation-card {
    display: grid;
    width: 164px;
    height: 126px;
    flex: 0 0 164px;
    padding: 13px 14px 10px;
    border: 1px solid rgba(121, 211, 220, 0.24);
    border-radius: 5px;
    background: #ffffff;
    grid-template-rows: 1fr auto;
    place-items: center;
    gap: 7px;
    box-shadow: 0 12px 26px rgba(0, 14, 27, 0.25);
}

.classification-rotation-card img {
    display: block;
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.classification-rotation-card span {
    width: 100%;
    overflow: hidden;
    color: #24465a;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.shipowner-classification-showcase .classification-note {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 4px;
    color: #7fa0b0;
    font-size: 10px;
    text-align: right;
}

@keyframes classification-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
    .classification-command-shell {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .classification-command-copy h2,
    .classification-command-copy > p,
    .classification-iacs-mark {
        max-width: 680px;
    }
}

@media (max-width: 540px) {
    .classification-command-shell {
        padding-right: 18px;
        padding-left: 18px;
    }

    .classification-command-copy h2 {
        font-size: 38px;
    }

    .classification-command-stats {
        gap: 28px;
    }

    .classification-lane-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .classification-rotation-card {
        width: 138px;
        height: 108px;
        flex-basis: 138px;
        padding: 11px;
    }

    .classification-rotation-card img {
        max-height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .classification-rotation-track {
        animation: none;
    }

    .classification-rotation-viewport {
        overflow-x: auto;
        mask-image: none;
    }
}
.contact-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .contact-page h1 {
        margin-top: 0;
        margin-bottom: 10px;
        color: white;
        font-size: 42px;
    }

.contact-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-offices-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.contact-office-card {
    position: relative;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    min-height: 220px;
}

.office-number {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff5a1f;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.contact-office-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    
    font-size: 22px;
}

.contact-office-card p {
    color: #e5eeff;
    line-height: 1.7;
    margin: 0 0 12px;
}

.office-email {
    color: #ffd4c6;
    font-weight: 600;
    word-break: break-word;
}

.contact-form-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start;
}

.contact-form-panel,
.contact-side-panel {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

    .contact-form-panel h2 {
        margin-top: 0;
        
        font-size: 28px;
        margin-bottom: 20px;
    }

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group label {
        color: #ffffff;
        font-weight: 600;
        font-size: 15px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        border: 1px solid rgba(255,255,255,0.15);
        background: rgba(255,255,255,0.95);
        color: #001f5b;
        border-radius: 10px;
        padding: 14px 16px;
        font-size: 15px;
        box-sizing: border-box;
        outline: none;
    }

    .form-group textarea {
        resize: vertical;
        min-height: 160px;
    }

.contact-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.captcha-note {
    color: #d7e3ff;
    font-size: 12px;
    line-height: 1.6;
}

.contact-submit-btn {
    border: none;
    background: linear-gradient(90deg, #d93c00, #ff5a1f);
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 180px;
}

    .contact-submit-btn:hover {
        opacity: 0.92;
    }

.contact-side-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.side-contact-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 12px;
    padding: 18px;
}

    .side-contact-box h3 {
        margin-top: 0;
        margin-bottom: 10px;
       
        font-size: 20px;
    }

    .side-contact-box p {
        margin: 0 0 8px;
        color: #e5eeff;
        line-height: 1.7;
    }

.contact-qr-box {
    text-align: center;
    padding: 22px;
    background: #07529b;
    border-color: rgba(255, 255, 255, 0.26);
}

.contact-qr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 16px 0;
}

.contact-qr-item {
    display: grid;
    justify-items: center;
    gap: 9px;
    min-width: 0;
    padding: 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(0, 25, 70, 0.38);
    color: #ffffff;
    text-decoration: none;
}

.contact-qr-item strong {
    font-size: 12px;
    overflow-wrap: anywhere;
}

.contact-qr-service {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 750;
}

.contact-qr-image {
    display: block;
    width: min(100%, 150px);
    aspect-ratio: 1;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,0.3);
}

.contact-qr-box p {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .contact-form-section {
        grid-template-columns: 1fr;
    }

    .contact-page h1 {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .contact-qr-grid {
        grid-template-columns: 1fr;
    }

    .contact-qr-image {
        width: min(100%, 190px);
    }
}

.org-chart-section {
    margin-top: 60px;
    scroll-margin-top: 90px;
}

.org-chart-intro {
    color: #d9e5ff;
    margin-bottom: 30px;
}

.org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.org-level {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.operations-level {
    width: 100%;
}

.org-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    width: 220px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.ceo-card .org-photo {
    width: 140px;
    height: 140px;
}
.org-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 3px solid rgba(255,255,255,0.25);
}


.org-name {
    color: white;
    font-weight: 700;
}

.org-role {
    color: #ffd4c6;
    font-size: 14px;
}

.org-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: 12px;
    color: white;
    background: #0a66c2;
    border-radius: 4px;
    text-decoration: none;
}

.org-social-link:hover,
.org-social-link:focus-visible {
    color: white;
    background: #004182;
}


.imo-link-wrap {
    margin-top: 18px;
}
.brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language-selector {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    min-width: 145px;
    border: 1px solid rgba(255,255,255,0.35);
    background: #ffffff;
    color: #001f5b;
}

.language-selector select {
    min-width: 105px;
    max-width: 130px;
    border: 0;
    outline: 0;
    background: #ffffff;
    color: #001f5b;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.google-translate-host {
    position: fixed;
    left: -10000px;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

body {
    top: 0 !important;
}

.header-whatsapp {
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    background: #25D366;
    color: white;
    font-size: 34px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .header-whatsapp:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 22px rgba(0,0,0,0.22);
    }

@media (max-width: 900px) {
    .brand-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-whatsapp {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 30px;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
    }
}

.shipowner-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .shipowner-page h1 {
        margin-top: 0;
        margin-bottom: 12px;
        color: white;
        font-size: 42px;
    }

.shipowner-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
    max-width: 950px;
}

.shipowner-pillars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 40px;
}

@media (max-width: 1100px) {
    .shipowner-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .shipowner-pillars {
        grid-template-columns: 1fr;
    }
}

.shipowner-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    min-height: 250px;
}

.shipowner-card-label {
    color: #c63d00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.shipowner-card h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 14px;
}

.shipowner-card p {
    color: #e5eeff;
    line-height: 1.8;
    margin: 0;
}

.shipowner-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 34px;
}

.shipowner-content-box,
.shipowner-wide-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

    .shipowner-content-box h2,
    .shipowner-wide-box h2 {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 30px;
    }

.shipowner-list {
    margin: 0;
    padding-left: 20px;
    color: #e5eeff;
    line-height: 1.9;
}

    .shipowner-list li {
        margin-bottom: 8px;
    }

.shipowner-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.shipowner-highlight {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    padding: 20px;
}

    .shipowner-highlight h3 {
        margin-top: 0;
        margin-bottom: 10px;
        
        font-size: 22px;
    }

    .shipowner-highlight p {
        margin: 0;
        color: #e5eeff;
        line-height: 1.8;
    }

.two-column-list {
    columns: 2;
    column-gap: 30px;
}

.shipowner-note {
    margin-top: 20px;
    color: #ffd4c6;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .shipowner-content-grid {
        grid-template-columns: 1fr;
    }

    .two-column-list {
        columns: 1;
    }

    .shipowner-page h1 {
        font-size: 34px;
    }

    .shipowner-card h2,
    .shipowner-content-box h2,
    .shipowner-wide-box h2 {
        font-size: 26px;
    }
}
.registry-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .registry-page h1 {
        margin-top: 0;
        margin-bottom: 18px;
        color: white;
        font-size: 42px;
    }

.registry-conventions-line {
    color: #d9e5ff;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    padding: 14px 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
}

    .registry-conventions-line span {
        display: inline-block;
        margin-left: 12px;
        font-weight: 700;
        color: #ffd4c6;
        text-transform: uppercase;
    }

.registry-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
    margin-bottom: 40px;
}

.registry-service-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    min-height: 250px;
}

    .registry-service-card h2 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 1.25;
    }

    .registry-service-card p {
        margin: 0;
        color: #e5eeff;
        line-height: 1.8;
    }

.registry-subtitle {
    color: #ffd4c6;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.registry-content-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

    .registry-content-box h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 32px;
    }

.registry-checklist {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.registry-check-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: start;
}

.check-mark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff5a1f;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.registry-check-item h3 {
    margin: 0 0 8px 0;
    
    font-size: 24px;
}

.registry-check-item p {
    margin: 0 0 8px 0;
    color: #e5eeff;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .registry-page h1 {
        font-size: 34px;
    }

    .registry-service-card h2,
    .registry-content-box h2 {
        font-size: 26px;
    }

    .registry-check-item h3 {
        font-size: 22px;
    }
}

.maritime-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .maritime-page h1 {
        margin-top: 0;
        margin-bottom: 12px;
        color: white;
        font-size: 42px;
    }

.maritime-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
    max-width: 950px;
}

.maritime-top-grid,
.maritime-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.maritime-middle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.maritime-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    margin-bottom: 16px;
}

.maritime-main-card,
.maritime-mini-card,
.maritime-sub-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.maritime-main-card {
    padding: 26px;
    min-height: 260px;
}

.maritime-mini-card {
    padding: 20px;
    min-height: 170px;
}

.maritime-sub-card {
    padding: 18px;
    min-height: 140px;
}

.maritime-main-card h2 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.25;
}

.maritime-mini-card h3,
.maritime-sub-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    
    font-size: 22px;
    line-height: 1.3;
}

.maritime-main-card p,
.maritime-mini-card p,
.maritime-sub-card p {
    margin: 0;
    color: #e5eeff;
    line-height: 1.8;
}

.maritime-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 22px;
}

@media (max-width: 1000px) {
    .maritime-top-grid,
    .maritime-bottom-grid,
    .maritime-middle-grid,
    .maritime-sub-grid {
        grid-template-columns: 1fr;
    }

    .maritime-page h1 {
        font-size: 34px;
    }

    .maritime-main-card h2 {
        font-size: 26px;
    }

    .maritime-mini-card h3,
    .maritime-sub-card h3 {
        font-size: 20px;
    }
}
.investment-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .investment-page h1 {
        margin-top: 0;
        margin-bottom: 12px;
        color: white;
        font-size: 42px;
    }

.investment-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
    max-width: 950px;
}

.investment-top-grid,
.investment-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.investment-middle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.investment-main-card,
.investment-mini-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.investment-main-card {
    padding: 26px;
    min-height: 220px;
}

.investment-mini-card {
    padding: 20px;
    min-height: 170px;
}

.investment-main-card h2 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.25;
}

.investment-mini-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
   
    font-size: 22px;
    line-height: 1.3;
}

.investment-main-card p,
.investment-mini-card p {
    margin: 0;
    color: #e5eeff;
    line-height: 1.8;
}

.investment-content-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    margin-bottom: 34px;
}

    .investment-content-box h2 {
        margin-top: 0;
        margin-bottom: 20px;
       
        font-size: 32px;
    }

.investment-checklist {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.investment-check-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: start;
}

.investment-check-mark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff5a1f;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.investment-check-item h3 {
    margin: 0 0 8px 0;
    
    font-size: 24px;
}

.investment-check-item p {
    margin: 0;
    color: #e5eeff;
    line-height: 1.8;
}

@media (max-width: 1000px) {
    .investment-top-grid,
    .investment-bottom-grid,
    .investment-middle-grid {
        grid-template-columns: 1fr;
    }

    .investment-page h1 {
        font-size: 34px;
    }

    .investment-main-card h2,
    .investment-content-box h2 {
        font-size: 26px;
    }

    .investment-mini-card h3,
    .investment-check-item h3 {
        font-size: 20px;
    }
}
.imo-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .imo-page h1 {
        margin-top: 0;
        margin-bottom: 12px;
        color: white;
        font-size: 42px;
    }

.imo-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
    max-width: 950px;
}

.imo-top-grid,
.imo-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.imo-middle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.imo-main-card,
.imo-mini-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.imo-main-card {
    padding: 26px;
    min-height: 220px;
}

.imo-mini-card {
    padding: 20px;
    min-height: 170px;
}

.imo-main-card h2 {
    margin-top: 0;
    margin-bottom: 14px;
    
    font-size: 30px;
    line-height: 1.25;
}

.imo-mini-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    
    font-size: 22px;
    line-height: 1.3;
}

.imo-main-card p,
.imo-mini-card p {
    margin: 0;
    color: #e5eeff;
    line-height: 1.8;
}

.imo-content-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    margin-bottom: 34px;
}

    .imo-content-box h2 {
        margin-top: 0;
        margin-bottom: 20px;
        
        font-size: 32px;
    }

.imo-checklist {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.imo-check-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: start;
}

.imo-check-mark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff5a1f;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.imo-check-item h3 {
    margin: 0 0 8px 0;
    
    font-size: 24px;
}

.imo-check-item p {
    margin: 0;
    color: #e5eeff;
    line-height: 1.8;
}

@media (max-width: 1000px) {
    .imo-top-grid,
    .imo-bottom-grid,
    .imo-middle-grid {
        grid-template-columns: 1fr;
    }

    .imo-page h1 {
        font-size: 34px;
    }

    .imo-main-card h2,
    .imo-content-box h2 {
        font-size: 26px;
    }

    .imo-mini-card h3,
    .imo-check-item h3 {
        font-size: 20px;
    }
}
.foundation-page {
    max-width: 1250px;
    margin: auto;
    padding: 40px 20px 60px;
}

    .foundation-page h1 {
        margin-top: 0;
        margin-bottom: 12px;
        color: white;
        font-size: 42px;
    }

.foundation-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
    max-width: 950px;
}

.foundation-top-grid,
.foundation-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.foundation-middle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.foundation-main-card,
.foundation-mini-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.foundation-main-card {
    padding: 26px;
    min-height: 220px;
}

.foundation-mini-card {
    padding: 20px;
    min-height: 170px;
}

.foundation-main-card h2 {
    margin-top: 0;
    margin-bottom: 14px;
    
    font-size: 30px;
    line-height: 1.25;
}

.foundation-mini-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
   
    font-size: 22px;
    line-height: 1.3;
}

.foundation-main-card p,
.foundation-mini-card p {
    margin: 0;
    color: #e5eeff;
    line-height: 1.8;
}

.foundation-content-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    margin-bottom: 34px;
}

    .foundation-content-box h2 {
        margin-top: 0;
        margin-bottom: 20px;
        
        font-size: 32px;
    }

.foundation-checklist {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.foundation-check-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: start;
}

.foundation-check-mark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff5a1f;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.foundation-check-item h3 {
    margin: 0 0 8px 0;
    
    font-size: 24px;
}

.foundation-check-item p {
    margin: 0;
    color: #e5eeff;
    line-height: 1.8;
}
.foundation-image-card {
    overflow: hidden;
    padding: 0;
}

.foundation-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.foundation-image-card h3,
.foundation-image-card p {
    padding-left: 20px;
    padding-right: 20px;
}

.foundation-image-card h3 {
    margin-top: 18px;
}

.foundation-image-card p {
    padding-bottom: 20px;
}
@media (max-width: 1000px) {
    .foundation-top-grid,
    .foundation-bottom-grid,
    .foundation-middle-grid {
        grid-template-columns: 1fr;
    }

    .foundation-page h1 {
        font-size: 34px;
    }

    .foundation-main-card h2,
    .foundation-content-box h2 {
        font-size: 26px;
    }

    .foundation-mini-card h3,
    .foundation-check-item h3 {
        font-size: 20px;
    }
}


.maritime-image-card {
    overflow: hidden;
    padding: 0;
}

.maritime-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.maritime-image-card h3,
.maritime-image-card p {
    padding-left: 20px;
    padding-right: 20px;
}

.maritime-image-card h3 {
    margin-top: 18px;
}

.maritime-image-card p {
    padding-bottom: 20px;
}

.investment-image-card {
    overflow: hidden;
    padding: 0;
}

.investment-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.investment-image-card h3,
.investment-image-card p {
    padding-left: 20px;
    padding-right: 20px;
}

.investment-image-card h3 {
    margin-top: 18px;
}

.investment-image-card p {
    padding-bottom: 20px;
}

.imo-image-card {
    overflow: hidden;
    padding: 0;
}

.imo-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.imo-image-card h3,
.imo-image-card p {
    padding-left: 20px;
    padding-right: 20px;
}

.imo-image-card h3 {
    margin-top: 18px;
}

.imo-image-card p {
    padding-bottom: 20px;
}
.maritime-gallery-section {
    margin-top: 40px;
}

.maritime-gallery-intro {
    color: #d9e5ff;
    line-height: 1.8;
    margin-bottom: 20px;
}

.maritime-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

    .maritime-gallery-grid img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 14px;
        display: block;
        box-shadow: 0 10px 24px rgba(0,0,0,0.18);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .maritime-gallery-grid img:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 28px rgba(0,0,0,0.22);
        }

@media (max-width: 1100px) {
    .maritime-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .maritime-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.shipowner-image-card {
    overflow: hidden;
    padding: 0;
}

.shipowner-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.shipowner-image-card .shipowner-card-label,
.shipowner-image-card h2,
.shipowner-image-card p {
    padding-left: 24px;
    padding-right: 24px;
}

.shipowner-image-card .shipowner-card-label {
    margin-top: 18px;
}

.shipowner-image-card p {
    padding-bottom: 24px;
}

.registry-image-card {
    overflow: hidden;
    padding: 0;
}

.registry-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.registry-image-card h2,
.registry-image-card .registry-subtitle,
.registry-image-card p {
    padding-left: 24px;
    padding-right: 24px;
}

.registry-image-card h2 {
    margin-top: 18px;
}

.registry-image-card p:last-child {
    padding-bottom: 24px;
}

.page-banner-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.pmma-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.pmma-middle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.pmma-main-card,
.pmma-mini-card,
.pmma-feature-box,
.pmma-media-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.pmma-main-card {
    padding: 26px;
    min-height: 220px;
}

.pmma-mini-card {
    padding: 20px;
    min-height: 180px;
}

.pmma-feature-box {
    padding: 28px;
    margin-bottom: 34px;
}

.pmma-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pmma-media-card {
    padding: 22px;
}

    .pmma-main-card h2,
    .pmma-feature-box h2,
    .pmma-media-card h2 {
        margin-top: 0;
        margin-bottom: 14px;
        
        font-size: 30px;
        line-height: 1.25;
    }

.pmma-mini-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
   
    font-size: 22px;
    line-height: 1.3;
}

.pmma-main-card p,
.pmma-mini-card p,
.pmma-feature-box p,
.pmma-media-card p {
    margin: 0 0 12px 0;
    color: #e5eeff;
    line-height: 1.8;
}

.pmma-media-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.pmma-video-placeholder {
    min-height: 220px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px dashed rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #d9e5ff;
    padding: 20px;
}

@media (max-width: 1000px) {
    .pmma-top-grid,
    .pmma-middle-grid,
    .pmma-media-grid {
        grid-template-columns: 1fr;
    }

    .pmma-main-card h2,
    .pmma-feature-box h2,
    .pmma-media-card h2 {
        font-size: 26px;
    }

    .pmma-mini-card h3 {
        font-size: 20px;
    }
}

.pmma-banner-section {
    margin-bottom: 34px;
}

.pmma-banner-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.pmma-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.pmma-middle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.pmma-main-card,
.pmma-mini-card,
.pmma-feature-box,
.pmma-media-card,
.pmma-leadership-photo-panel {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.pmma-main-card {
    padding: 26px;
    min-height: 220px;
}

.pmma-mini-card {
    padding: 20px;
    min-height: 180px;
}

.pmma-feature-box {
    padding: 28px;
}

.pmma-media-card {
    padding: 22px;
}

    .pmma-main-card h2,
    .pmma-feature-box h2,
    .pmma-media-card h2 {
        margin-top: 0;
        margin-bottom: 14px;
        color: white;
        font-size: 30px;
        line-height: 1.25;
    }

.pmma-mini-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    
    font-size: 22px;
    line-height: 1.3;
}

.pmma-main-card p,
.pmma-mini-card p,
.pmma-feature-box p,
.pmma-media-card p {
    margin: 0 0 12px 0;
    color: #e5eeff;
    line-height: 1.8;
}

.pmma-image-card {
    overflow: hidden;
    padding: 0;
}

.pmma-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.pmma-image-card h3,
.pmma-image-card p {
    padding-left: 20px;
    padding-right: 20px;
}

.pmma-image-card h3 {
    margin-top: 18px;
}

.pmma-image-card p {
    padding-bottom: 20px;
}

.pmma-leadership-section {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    margin-bottom: 34px;
    align-items: stretch;
}

.pmma-leadership-photo-panel {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmma-leadership-photo {
    width: 100%;
    max-width: 240px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.pmma-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pmma-media-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.pmma-video-placeholder {
    min-height: 220px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px dashed rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #d9e5ff;
    padding: 20px;
}

@media (max-width: 1000px) {
    .pmma-top-grid,
    .pmma-middle-grid,
    .pmma-media-grid,
    .pmma-leadership-section {
        grid-template-columns: 1fr;
    }

    .pmma-main-card h2,
    .pmma-feature-box h2,
    .pmma-media-card h2 {
        font-size: 26px;
    }

    .pmma-mini-card h3 {
        font-size: 20px;
    }

    .pmma-banner-image {
        height: 240px;
    }
}
.shipowner-card-btn {
    display: inline-block;
    margin: 0 20px 20px 20px;
    padding: 10px 18px;
    background: linear-gradient(90deg, #a83200, #d9480f);
    color: white;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .shipowner-card-btn:hover {
        transform: translateY(-2px);
        opacity: 0.95;
    }

.classification-kicker {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #d9480f;
}
.flagstate-kicker {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #c63d00;
}

.executive-kicker {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #d9480f;
}

.page-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 20px 60px;
    box-sizing: border-box;
}

.page-header {
    margin-bottom: 34px;
}

    .page-header h1 {
        margin-top: 0;
        margin-bottom: 12px;
        color: white;
        font-size: 30px;
        line-height: 1.2;
    }

.page-intro {
    color: #d9e5ff;
    font-size: 16px;
    line-height: 1.8;
    max-width: 950px;
}

/* White border for all card-style components */
.profile-panel,
.info-box,
.highlight-card,
.dark-panel,
.registry-card,
.ceo-photo-panel,
.ceo-bio-panel,
.ceo-card,
.about-text-panel,
.classification-card,
.office-details,
.contact-office-card,
.contact-form-panel,
.contact-side-panel,
.side-contact-box,
.org-card,
.shipowner-card,
.shipowner-content-box,
.shipowner-wide-box,
.shipowner-highlight,
.registry-service-card,
.registry-content-box,
.maritime-main-card,
.maritime-mini-card,
.maritime-sub-card,
.investment-main-card,
.investment-mini-card,
.investment-content-box,
.imo-main-card,
.imo-mini-card,
.imo-content-box,
.foundation-main-card,
.foundation-mini-card,
.foundation-content-box,
.pmma-main-card,
.pmma-mini-card,
.pmma-feature-box,
.pmma-media-card,
.pmma-leadership-photo-panel {
    border: 2px solid rgba(255,255,255,0.85) !important;
}

.office-stat-box {
    margin-top: 16px;
    margin-bottom: 18px;
    padding: 16px 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 12px;
}

    .office-stat-box p {
        margin: 0 0 10px 0;
        color: #e5eeff;
        line-height: 1.7;
    }

        .office-stat-box p:last-child {
            margin-bottom: 0;
        }

.office-stat-link {
    color: #ffd4c6;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

    .office-stat-link:hover {
        color: white;
    }

h2,
h3,
strong {
    color: #c63d00;
}



.maritime-sub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.maritime-sub-card {
    background: rgba(255,255,255,0.05);
    /* background: #fff; */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 0 0 20px 0;
}

.maritime-sub-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    margin-bottom: 18px;
}

.maritime-sub-card h3,
.maritime-sub-card p {
    padding-left: 20px;
    padding-right: 20px;
}

.site-footer {
    /* Blue Background */
    background: #001f5b;
    /*  background: rgba(6,17,31,0.9); */
    color: #e5eeff;
    display: grid;
    grid-template-columns: 90px 1fr 90px;
    align-items: center;
    gap: 24px;
    padding: 28px 30px;
    position: relative;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 0.9fr;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.footer-company,
.footer-tagline-text,
.footer-copy {
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.footer-company,
.footer-tagline-text {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-copy {
    font-size: 16px;
    font-weight: 600;
}

.footer-social-left,
.footer-contact-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.footer-social-item,
.footer-contact-item {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    flex-shrink: 0;
}

.footer-social-left .footer-social-item:nth-child(1) {
    background: #1877f2;
}

.footer-social-left .footer-social-item:nth-child(2) {
    background: #22c55e;
}

.footer-social-left .footer-social-item:nth-child(3) {
    background: #000000;
}

.footer-contact-icons .footer-contact-item:nth-child(1) {
    background: #25d366;
}

.footer-contact-icons .footer-contact-item:nth-child(2) {
    background: #ff6b6b;
}

.footer-contact-icons .footer-contact-item:nth-child(3) {
    background: #2563eb;
}

@media (max-width: 1100px) {
    .site-footer {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-social-left,
    .footer-contact-icons {
        flex-direction: row;
        justify-content: center;
    }
}

/* Gray page theme contrast overrides */
html,
body {
    background-color: #f3f4f6;
    color: #1f2937;
}

.main-page {
    background-color: #f3f4f6;
    color: #1f2937;
}

.page-title,
.page-header h1,
.contact-page h1,
.shipowner-page h1,
.registry-page h1,
.maritime-page h1,
.investment-page h1,
.imo-page h1,
.foundation-page h1 {
    color: #001f5b;
}

.page-subtitle,
.page-intro,
.contact-intro,
.shipowner-intro,
.registry-conventions-line,
.maritime-intro,
.investment-intro,
.imo-intro,
.foundation-intro,
.org-chart-intro,
.maritime-gallery-intro {
    color: #334155;
}

.profile-panel,
.info-box,
.highlight-card,
.dark-panel,
.about-text-panel,
.ceo-photo-panel,
.ceo-bio-panel,
.ceo-card,
.timeline-content,
.office-details,
.office-stat-box,
.contact-office-card,
.contact-form-panel,
.contact-side-panel,
.side-contact-box,
.org-card,
.shipowner-card,
.shipowner-content-box,
.shipowner-wide-box,
.shipowner-highlight,
.registry-conventions-line,
.registry-service-card,
.registry-content-box,
.maritime-main-card,
.maritime-mini-card,
.maritime-sub-card,
.investment-main-card,
.investment-mini-card,
.investment-content-box,
.imo-main-card,
.imo-mini-card,
.imo-content-box,
.foundation-main-card,
.foundation-mini-card,
.foundation-content-box,
.pmma-main-card,
.pmma-mini-card,
.pmma-feature-box,
.pmma-media-card,
.pmma-leadership-photo-panel {
    background: #ffffff;
    border: 1px solid #d7dde5 !important;
    color: #1f2937;
}

.profile-title,
.contact-office-card h3,
.contact-form-panel h2,
.side-contact-box h3,
.shipowner-card h2,
.shipowner-content-box h2,
.shipowner-wide-box h2,
.shipowner-highlight h3,
.registry-service-card h2,
.registry-content-box h2,
.registry-check-item h3,
.maritime-main-card h2,
.maritime-mini-card h3,
.maritime-sub-card h3,
.investment-main-card h2,
.investment-mini-card h3,
.investment-content-box h2,
.investment-check-item h3,
.imo-main-card h2,
.imo-mini-card h3,
.imo-content-box h2,
.imo-check-item h3,
.foundation-main-card h2,
.foundation-mini-card h3,
.foundation-content-box h2,
.foundation-check-item h3,
.pmma-main-card h2,
.pmma-mini-card h3,
.pmma-feature-box h2,
.pmma-media-card h2,
.timeline-content h3,
.org-name {
    color: #001f5b;
}

.highlight-card,
.section-text,
.about-box p,
.info-box p,
.about-text-panel p,
.office-stat-box p,
.contact-office-card p,
.side-contact-box p,
.shipowner-card p,
.shipowner-list,
.shipowner-highlight p,
.registry-service-card p,
.registry-check-item p,
.maritime-main-card p,
.maritime-mini-card p,
.maritime-sub-card p,
.investment-main-card p,
.investment-mini-card p,
.investment-check-item p,
.imo-main-card p,
.imo-mini-card p,
.imo-check-item p,
.foundation-main-card p,
.foundation-mini-card p,
.foundation-check-item p,
.pmma-main-card p,
.pmma-mini-card p,
.pmma-feature-box p,
.pmma-media-card p,
.timeline-content p,
.ceo-summary,
.ceo-list,
.captcha-note {
    color: #334155;
}

.ceo-bio-panel h1 {
    color: #001f5b;
}

/* Location-led office cards */
.contact-offices-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.contact-office-card {
    isolation: isolate;
    overflow: hidden;
    min-height: 390px;
    padding: 28px 26px 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255,255,255,0.42) !important;
    border-radius: 8px;
    background-color: #001f5b !important;
    background-image:
        linear-gradient(180deg, rgba(0,31,91,0.04) 12%, rgba(0,24,67,0.38) 48%, rgba(0,18,51,0.96) 100%),
        var(--office-card-image) !important;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(0,31,91,0.2);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-office-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(0,31,91,0.28);
}

.contact-office-card--costa-del-este {
    --office-card-image: url('/images/contact-offices/panama-costa-del-este.png');
}

.contact-office-card--balboa {
    --office-card-image: url('/images/contact-offices/panama-balboa.png');
}

.contact-office-card--manila {
    --office-card-image: url('/images/contact-offices/manila-bgc.png');
}

.contact-office-card--greece {
    --office-card-image: url('/images/contact-offices/athens-greece.png');
}

.contact-office-card--madagascar {
    --office-card-image: url('/images/contact-offices/antananarivo-madagascar.png');
}

.contact-office-card--china {
    --office-card-image: url('/images/contact-offices/guangzhou-china.png');
}

.contact-office-card .office-card-type,
.contact-office-card h3,
.contact-office-card p,
.contact-office-card .office-email {
    position: relative;
    z-index: 1;
}

.contact-office-card .office-card-type {
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 9px;
    border-left: 3px solid #f4511e;
    background: rgba(0,31,91,0.76);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.contact-office-card h3 {
    max-width: calc(100% - 42px);
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}

.contact-office-card p {
    margin: 0 0 16px;
    color: rgba(255,255,255,0.92);
    line-height: 1.55;
    text-shadow: 0 1px 8px rgba(0,0,0,0.42);
}

.contact-office-card .office-email {
    width: fit-content;
    max-width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: anywhere;
    border-bottom: 2px solid #f4511e;
}

.contact-office-card .office-email:hover {
    color: #ffd7ca;
}

@media (max-width: 1050px) {
    .contact-offices-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .contact-offices-section {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-office-card {
        min-height: 360px;
        padding: 24px 22px 22px;
    }
}

/* Single-page leadership CV */
.leadership-cv {
    width: min(100% - 64px, 1240px);
    margin: 0 auto;
    padding: 56px 0 80px;
    color: var(--pc-ink);
}

.cv-header {
    display: grid;
    min-height: 245px;
    padding: 34px 40px;
    grid-template-columns: 172px minmax(0, 1fr) 150px;
    align-items: center;
    gap: 34px;
    background: var(--pc-navy);
    color: var(--pc-white);
}

.cv-portrait {
    display: block;
    width: 172px;
    height: 190px;
    border: 3px solid rgba(255,255,255,0.9);
    object-fit: cover;
    object-position: center top;
}

.cv-identity {
    min-width: 0;
}

.cv-eyebrow,
.cv-section-label {
    color: var(--pc-orange);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.cv-identity h1 {
    margin: 8px 0 5px;
    color: var(--pc-white);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
}

.cv-title {
    margin: 0 0 18px;
    color: #f2bd4e;
    font-size: 17px;
    font-weight: 700;
}

.cv-profile {
    max-width: 760px;
    margin: 0;
    color: #dce7ec;
    font-size: 14px;
    line-height: 1.65;
}

.cv-tenure {
    display: grid;
    align-self: stretch;
    padding-left: 28px;
    align-content: center;
    border-left: 1px solid rgba(255,255,255,0.24);
}

.cv-tenure strong {
    color: #f2bd4e;
    font-size: 38px;
    line-height: 1;
}

.cv-tenure span {
    margin-top: 9px;
    color: #dce7ec;
    font-size: 12px;
    line-height: 1.45;
}

.cv-layout {
    display: grid;
    grid-template-columns: minmax(255px, 0.72fr) minmax(0, 1.8fr);
    border-right: 1px solid var(--pc-line);
    border-bottom: 1px solid var(--pc-line);
    border-left: 1px solid var(--pc-line);
}

.cv-sidebar {
    padding: 36px 30px;
    background: #f1f5f6;
}

.cv-main {
    min-width: 0;
    padding: 36px 42px;
}

.cv-section + .cv-section {
    margin-top: 34px;
}

.cv-section-label {
    margin-bottom: 17px;
    padding-bottom: 9px;
    border-bottom: 2px solid var(--pc-orange);
    letter-spacing: 0;
}

.cv-plain-list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.cv-plain-list li {
    position: relative;
    padding-left: 15px;
    color: var(--pc-muted);
    font-size: 13px;
    line-height: 1.45;
}

.cv-plain-list li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--pc-teal);
    content: "";
}

.cv-education-item {
    display: grid;
    gap: 5px;
    padding: 0 0 17px;
}

.cv-education-item + .cv-education-item {
    padding-top: 17px;
    border-top: 1px solid #cbd8dd;
}

.cv-education-item strong {
    color: var(--pc-orange);
    font-size: 13px;
    line-height: 1.4;
}

.cv-education-item span {
    color: var(--pc-muted);
    font-size: 12px;
    line-height: 1.5;
}

.cv-language-list {
    display: grid;
    margin: 0;
    gap: 8px;
}

.cv-language-list div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 12px;
}

.cv-language-list dt {
    color: var(--pc-navy);
    font-weight: 700;
}

.cv-language-list dd {
    margin: 0;
    color: var(--pc-muted);
}

.cv-summary-section p {
    max-width: 850px;
    margin: 0;
    color: var(--pc-muted);
    font-size: 14px;
    line-height: 1.7;
}

.cv-experience-list {
    display: grid;
}

.cv-experience {
    padding: 0 0 20px;
}

.cv-experience + .cv-experience {
    padding-top: 20px;
    border-top: 1px solid var(--pc-line);
}

.cv-experience-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}

.cv-experience h2 {
    margin: 0 0 4px;
    color: var(--pc-navy);
    font-size: 17px;
    line-height: 1.35;
}

.cv-experience-heading p {
    margin: 0;
    color: var(--pc-orange);
    font-size: 13px;
    font-weight: 700;
}

.cv-experience-heading > span {
    flex: 0 0 150px;
    color: var(--pc-teal);
    font-size: 10px;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
}

.cv-experience > p {
    max-width: 800px;
    margin: 9px 0 0;
    color: var(--pc-muted);
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .leadership-cv {
        width: min(100% - 32px, 1240px);
        padding: 32px 0 56px;
    }

    .cv-header {
        grid-template-columns: 120px minmax(0, 1fr);
        padding: 26px;
        gap: 24px;
    }

    .cv-portrait {
        width: 120px;
        height: 150px;
    }

    .cv-tenure {
        grid-column: 1 / -1;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 14px;
        padding: 18px 0 0;
        border-top: 1px solid rgba(255,255,255,0.24);
        border-left: 0;
    }

    .cv-tenure strong {
        font-size: 28px;
    }

    .cv-tenure span {
        margin: 0;
    }

    .cv-layout {
        grid-template-columns: 1fr;
    }

    .cv-sidebar {
        display: grid;
        padding: 30px 26px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    .cv-sidebar .cv-section + .cv-section {
        margin-top: 0;
    }

    .cv-main {
        padding: 34px 26px;
    }
}

@media (max-width: 560px) {
    .cv-header {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cv-portrait {
        margin: 0 auto;
    }

    .cv-identity h1 {
        font-size: 34px;
    }

    .cv-tenure {
        justify-content: center;
        text-align: left;
    }

    .cv-sidebar {
        grid-template-columns: 1fr;
    }

    .cv-experience-heading {
        display: grid;
        gap: 7px;
    }

    .cv-experience-heading > span {
        text-align: left;
    }
}

@media print {
    .utility-bar,
    .site-header,
    .top-nav,
    .site-footer {
        display: none !important;
    }

    .leadership-cv {
        width: 100%;
        padding: 0;
    }

    .cv-header {
        min-height: 0;
        padding: 20px 24px;
    }

    .cv-layout {
        grid-template-columns: 30% 70%;
    }

    .cv-sidebar,
    .cv-main {
        padding: 22px;
    }

    .cv-section + .cv-section {
        margin-top: 22px;
    }

    .cv-experience {
        padding-bottom: 12px;
    }

    .cv-experience + .cv-experience {
        padding-top: 12px;
    }
}

/* Sequential home hero service headlines */
.home-hero .home-service-headlines {
    display: grid;
    max-width: 900px;
    margin: 0;
    gap: 3px;
    color: var(--pc-white);
    font-size: 37.7px;
    font-weight: 800;
    line-height: 1.02;
}

.home-service-headlines span {
    display: block;
    opacity: 0.52;
    animation: headlineFlashDown 6s ease-in-out infinite;
}

.home-service-headlines span:nth-child(2) {
    animation-delay: 1.2s;
}

.home-service-headlines span:nth-child(3) {
    animation-delay: 2.4s;
}

.home-service-headlines span:nth-child(4) {
    animation-delay: 3.6s;
}

.home-service-headlines span:nth-child(5) {
    animation-delay: 4.8s;
}

@keyframes headlineFlashDown {
    0%,
    25%,
    100% {
        color: rgba(255,255,255,0.72);
        opacity: 0.52;
    }

    7%,
    17% {
        color: #f2bd4e;
        opacity: 1;
    }
}

@media (max-width: 640px) {
    .home-hero .home-service-headlines {
        gap: 5px;
        font-size: 26px;
        line-height: 1.06;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-service-headlines span {
        color: var(--pc-white);
        opacity: 1;
        animation: none;
    }
}

.home-hero-overlay {
    background: rgba(5,24,38,0.44);
}

.ceo-meta,
.timeline-role,
.office-email,
.shipowner-note,
.registry-subtitle,
.registry-conventions-line span,
.org-role {
    color: #c2410c;
}

.form-group label {
    color: #1f2937;
}

.pmma-video-placeholder {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
}


.product-catalog-page {
    max-width: none;
}

.catalog-page-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.catalog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    align-items: start;
}

.catalog-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.catalog-toolbar {
    background: #ffffff;
    border: 1px solid #d7dde5;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.catalog-search {
    display: block;
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 12px;
}

.catalog-search input {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 12px 14px;
    color: #1f2937;
    background: #ffffff;
    box-sizing: border-box;
}

.catalog-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-filter {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 8px 12px;
    background: #f8fafc;
    color: #334155;
    font-weight: 700;
    cursor: pointer;
}

.catalog-filter.active {
    background: #001f5b;
    border-color: #001f5b;
    color: #ffffff;
}

.catalog-result-count {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px;
}

.catalog-card,
.cart-panel {
    background: #ffffff;
    border: 1px solid #d7dde5;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}

.catalog-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.catalog-image-button {
    border: none;
    padding: 0;
    background: #f8fafc;
    cursor: zoom-in;
}

.catalog-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    padding: 10px;
}

.catalog-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.catalog-code {
    color: #c2410c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-identifiers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.catalog-impa {
    color: #214a72;
    font-size: 12px;
    font-weight: 700;
}

.catalog-card h2 {
    margin: 0;
    color: #001f5b;
    font-size: 22px;
    line-height: 1.25;
}

.catalog-card p {
    color: #334155;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.catalog-page-ref {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.catalog-card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.catalog-card-qty {
    display: grid;
    grid-template-columns: auto 76px;
    align-items: center;
    gap: 8px;
    color: #1f2937;
    font-weight: 700;
}

.catalog-card-qty input {
    width: 76px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 8px;
    color: #1f2937;
    background: #ffffff;
    font-weight: 700;
}

.catalog-add-btn,
.catalog-email-btn,
.cart-clear-btn {
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.catalog-add-btn,
.catalog-email-btn {
    background: linear-gradient(90deg, #a83200, #d9480f);
    color: #ffffff;
    border-radius: 10px;
    padding: 11px 16px;
}

.catalog-email-btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 18px;
}

.catalog-email-btn:disabled {
    background: #cbd5e1;
    color: #64748b;
    cursor: not-allowed;
}

.catalog-selected-count,
.catalog-email-note,
.cart-empty {
    color: #64748b;
    font-size: 13px;
}

.catalog-cart {
    position: sticky;
    top: 92px;
}

.cart-panel {
    padding: 20px;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.cart-header h2 {
    color: #001f5b;
    margin: 4px 0 0;
    font-size: 24px;
}

.cart-count {
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #001f5b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
}

.cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.cart-item strong {
    display: block;
    color: #001f5b;
    line-height: 1.3;
}

.cart-item span {
    display: block;
    color: #64748b;
    font-size: 13px;
    margin-top: 3px;
}

.cart-qty {
    display: grid;
    grid-template-columns: 32px 34px 32px;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    overflow: hidden;
    background: #ffffff;
}

.cart-qty button {
    width: 32px;
    height: 32px;
    border: none;
    background: #ffffff;
    color: #001f5b;
    font-weight: 800;
    cursor: pointer;
}

.cart-qty span {
    margin: 0;
    text-align: center;
    color: #1f2937;
    font-weight: 700;
}

.cart-clear-btn {
    background: transparent;
    color: #c2410c;
    padding: 6px 0;
    margin-bottom: 16px;
}

.request-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.request-form label {
    color: #1f2937;
    font-weight: 700;
    font-size: 14px;
}

.request-form input,
.request-form textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 12px 14px;
    color: #1f2937;
    background: #ffffff;
    box-sizing: border-box;
}

.request-form textarea {
    min-height: 110px;
    resize: vertical;
}

.request-validation {
    color: #b42318;
    font-size: 12px;
    font-weight: 600;
}

.catalog-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(15, 23, 42, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.catalog-modal {
    position: relative;
    width: min(1000px, 96vw);
    max-height: 92vh;
    background: #ffffff;
    border-radius: 16px;
    overflow: auto;
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}

.catalog-modal img {
    display: block;
    width: 100%;
    height: auto;
}

.catalog-modal-caption {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    color: #001f5b;
}

.catalog-modal-caption span {
    color: #c2410c;
    font-weight: 700;
}

.catalog-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #001f5b;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .catalog-cart {
        position: static;
    }
}

@media (max-width: 700px) {
    .catalog-products {
        grid-template-columns: 1fr;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .catalog-modal-caption {
        flex-direction: column;
    }
}

.news-page {
    max-width: none;
}

.news-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.news-manage-link {
    flex: 0 0 auto;
    text-decoration: none;
}

.news-facebook-section {
    margin-bottom: 30px;
}

.news-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.news-section-kicker {
    color: #c2410c;
    font-size: 12px;
    font-weight: 800;
}

.news-section-heading h2 {
    margin: 4px 0 0;
    color: #102a43;
    font-size: 24px;
}

.news-section-heading > span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.news-facebook-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.news-facebook-panel {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #cfd7e2;
    border-radius: 8px;
    background: #ffffff;
}

.news-facebook-header {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border-bottom: 1px solid #d7dde5;
    background: #f4f7fa;
}

.news-facebook-header h3 {
    margin: 0;
    color: #111827;
    font-size: 16px;
}

.news-facebook-header a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    color: #00547c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.news-facebook-frame {
    min-height: 620px;
    background: #f0f2f5;
}

.news-facebook-frame iframe {
    display: block;
    width: min(100%, 500px);
    height: 620px;
    margin: 0 auto;
    border: 0;
}

.news-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.news-story-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d7dde5;
    border-radius: 8px;
    background: #ffffff;
}

.news-story-card.featured {
    display: grid;
    grid-column: span 2;
    grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr);
}

.news-story-grid.single-feed .news-story-card.featured {
    grid-column: 1 / -1;
}

.news-story-visual {
    position: relative;
    min-height: 128px;
    border-bottom: 1px solid #d7dde5;
    background: #eef4f7;
    color: #00547c;
    overflow: hidden;
}

.news-story-card.featured .news-story-visual {
    min-height: 270px;
    border-right: 1px solid #d7dde5;
    border-bottom: 0;
}

.news-story-visual.social {
    background: #edf4ff;
    color: #1877f2;
}

.news-story-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-story-fallback i {
    font-size: 42px;
}

.news-story-visual img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.news-story-kind {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.94);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-story-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.news-story-card.featured .news-story-content {
    justify-content: center;
    padding: 30px;
}

.news-story-meta {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-story-meta > span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-featured-label {
    flex: 0 0 auto;
    padding: 4px 7px;
    border: 1px solid #9dc1cf;
    border-radius: 4px;
    color: #00547c;
}

.news-story-content h2 {
    margin: 0 0 11px;
    color: #102a43;
    font-size: 19px;
    line-height: 1.35;
}

.news-story-card.featured .news-story-content h2 {
    font-size: 28px;
}

.news-story-content p {
    margin: 0 0 20px;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.news-story-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #00547c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.news-story-content a:hover,
.news-story-content a:focus-visible {
    color: #c2410c;
}

.maintenance-title {
    color: #001f5b;
}

.maintenance-url {
    display: block;
    max-width: 440px;
    overflow: hidden;
    color: #245b91;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.source-type-label {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #b8cbd6;
    border-radius: 4px;
    background: #f3f7f9;
    color: #244a5f;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .news-facebook-grid {
        grid-template-columns: 1fr;
    }

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

    .news-story-card.featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .news-page-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-story-grid {
        grid-template-columns: 1fr;
    }

    .news-section-heading,
    .news-facebook-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-story-card.featured {
        display: block;
        grid-column: auto;
    }

    .news-story-card.featured .news-story-visual {
        min-height: 150px;
        border-right: 0;
        border-bottom: 1px solid #d7dde5;
    }

    .news-story-card.featured .news-story-content {
        padding: 22px;
    }

    .news-story-card.featured .news-story-content h2 {
        font-size: 22px;
    }

    .portal-admin-links {
        align-items: flex-end;
    }
}

.admin-login-page {
    display: flex;
    justify-content: center;
    padding-top: 54px;
    padding-bottom: 70px;
}

.admin-login-panel {
    width: min(100%, 460px);
    padding: 32px;
    background: #ffffff;
    border: 1px solid #d7dde5;
    border-top: 4px solid #c2410c;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.admin-login-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #001f5b;
    color: #ffffff;
    font-size: 18px;
}

.admin-login-panel h1 {
    margin: 6px 0 10px;
    color: #001f5b;
    font-size: 30px;
}

.admin-login-panel > p {
    margin: 0 0 22px;
    color: #475569;
    line-height: 1.6;
}

.admin-login-form {
    display: grid;
    gap: 16px;
}

.admin-login-form label small {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

.admin-login-form label,
.admin-form-grid label {
    display: grid;
    gap: 7px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.admin-login-form input,
.admin-form-grid input,
.admin-form-grid select,
.admin-form-grid textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid #b8c3d1;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
}

.admin-form-grid textarea {
    min-height: 110px;
    resize: vertical;
}

.admin-image-field {
    display: grid;
    gap: 8px;
}

.admin-field-label {
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.admin-image-editor {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px;
    border: 1px solid #d7dde5;
    background: #f8fafc;
}

.admin-image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid #d7dde5;
    background: #ffffff;
    color: #94a3b8;
    font-size: 30px;
}

.admin-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.admin-image-upload {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.admin-file-input {
    width: 100%;
    color: #334155;
    font-size: 14px;
}

.admin-file-input::file-selector-button {
    margin-right: 12px;
    padding: 10px 14px;
    border: 1px solid #001f5b;
    border-radius: 6px;
    background: #001f5b;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.admin-field-help,
.admin-upload-status {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.admin-character-counter {
    justify-self: end;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.admin-upload-status.success {
    color: #166534;
}

.admin-upload-status.error {
    color: #b42318;
}

.admin-primary-btn,
.admin-secondary-btn,
.admin-danger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.admin-primary-btn {
    background: #001f5b;
    color: #ffffff;
}

.admin-primary-btn:hover,
.admin-primary-btn:focus-visible {
    background: #003184;
    color: #ffffff;
}

.admin-primary-btn:disabled {
    background: #94a3b8;
    cursor: wait;
}

.admin-secondary-btn {
    border-color: #b8c3d1;
    background: #ffffff;
    color: #001f5b;
}

.admin-danger-btn {
    background: #b42318;
    color: #ffffff;
}

.admin-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #475569;
    font-weight: 700;
    text-decoration: none;
}

.admin-alert {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
}

.admin-alert.error {
    border-color: #f1a5a0;
    background: #fff1f0;
    color: #8f1d16;
}

.admin-alert.warning {
    border-color: #f0c36b;
    background: #fff8e6;
    color: #744d00;
}

.admin-alert.development {
    border-color: #8db5dd;
    background: #eef6ff;
    color: #123f6d;
}

.admin-alert.success {
    border-color: #7bc6a4;
    background: #ecfdf5;
    color: #11613e;
}

.product-maintenance-page {
    max-width: none;
}

.maintenance-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.maintenance-header h1 {
    margin: 6px 0 8px;
    color: #001f5b;
    font-size: 32px;
}

.maintenance-header p {
    margin: 0;
    color: #475569;
}

.maintenance-header-actions,
.maintenance-toolbar-meta,
.maintenance-row-actions,
.admin-modal-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.maintenance-header-actions form {
    margin: 0;
}

.admin-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #b8c3d1;
    border-radius: 6px;
    background: #ffffff;
    color: #001f5b;
    cursor: pointer;
}

.admin-icon-btn:hover,
.admin-icon-btn:focus-visible {
    background: #edf2f7;
}

.admin-icon-btn.danger {
    color: #b42318;
}

.maintenance-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid #d7dde5;
    background: #ffffff;
}

.maintenance-search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(100%, 520px);
    color: #64748b;
}

.maintenance-search input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #b8c3d1;
    border-radius: 6px;
}

.maintenance-toolbar-meta span {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.maintenance-table-wrap {
    overflow-x: auto;
    border: 1px solid #d7dde5;
    background: #ffffff;
}

.maintenance-table {
    width: 100%;
    border-collapse: collapse;
}

.maintenance-table th,
.maintenance-table td {
    padding: 13px 15px;
    border-bottom: 1px solid #e5e9ef;
    color: #334155;
    text-align: left;
    vertical-align: middle;
}

.maintenance-table th {
    background: #f3f6f9;
    color: #001f5b;
    font-size: 13px;
    text-transform: uppercase;
}

.maintenance-table tbody tr:last-child td {
    border-bottom: 0;
}

.maintenance-product-cell {
    display: grid;
    grid-template-columns: 56px minmax(180px, 1fr);
    align-items: center;
    gap: 12px;
}

.maintenance-product-cell img {
    width: 56px;
    height: 48px;
    object-fit: contain;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.maintenance-product-cell strong,
.maintenance-product-cell span {
    display: block;
}

.maintenance-product-cell strong {
    color: #001f5b;
}

.maintenance-product-cell span {
    margin-top: 3px;
    color: #c2410c;
    font-size: 12px;
    font-weight: 800;
}

.maintenance-actions-heading {
    width: 112px;
}

.status-badge {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.status-badge.active {
    background: #dcfce7;
    color: #166534;
}

.status-badge.inactive {
    background: #e5e7eb;
    color: #475569;
}

.maintenance-empty {
    padding: 44px 20px;
    border: 1px solid #d7dde5;
    background: #ffffff;
    color: #64748b;
    text-align: center;
    font-weight: 700;
}

.admin-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.72);
}

.admin-modal,
.admin-confirm-dialog {
    width: min(100%, 760px);
    max-height: 92vh;
    overflow-y: auto;
    padding: 24px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
}

.admin-confirm-dialog {
    width: min(100%, 430px);
    text-align: center;
}

.admin-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.admin-modal-header h2,
.admin-confirm-dialog h2 {
    margin: 5px 0 0;
    color: #001f5b;
    font-size: 24px;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.admin-form-wide {
    grid-column: 1 / -1;
}

.admin-checkbox {
    display: flex !important;
    grid-template-columns: none;
    flex-direction: row;
    align-items: center;
}

.admin-checkbox input {
    width: 18px;
    height: 18px;
}

.admin-modal-actions {
    justify-content: flex-end;
    margin-top: 22px;
}

.admin-validation-summary {
    margin-bottom: 16px;
    color: #b42318;
}

.admin-confirm-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #fff1f0;
    color: #b42318;
}

.admin-confirm-dialog p {
    color: #475569;
    line-height: 1.6;
}

.admin-confirm-dialog .admin-modal-actions {
    justify-content: center;
}

@media (max-width: 760px) {
    .header-container {
        padding: 16px;
    }

    .brand-block {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr) 64px;
        width: 100%;
        gap: 8px;
    }

    .brand-logo {
        width: 64px;
        height: 64px;
    }

    .brand-text {
        min-width: 0;
    }

    .brand-title {
        overflow-wrap: anywhere;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .brand-tagline {
        font-size: 11px;
        line-height: 1.3;
    }

    .maintenance-header,
    .maintenance-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .maintenance-header-actions,
    .maintenance-toolbar-meta {
        justify-content: space-between;
    }

    .maintenance-search {
        width: 100%;
    }

    .admin-form-grid {
        grid-template-columns: 1fr;
    }

    .admin-image-editor {
        grid-template-columns: 1fr;
    }

    .admin-image-preview {
        width: 100%;
        max-width: 240px;
    }

    .admin-form-wide {
        grid-column: auto;
    }
}

/* Catalog-aware product assistant */
.product-chat-shell {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.product-chat-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 8px;
    background: #001f5b;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0,31,91,0.3);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.product-chat-trigger > img {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255,255,255,0.82);
    border-radius: 50%;
    object-fit: cover;
    object-position: center 28%;
}

.product-chat-trigger:hover,
.product-chat-trigger:focus-visible,
.product-chat-trigger.open {
    background: #c2410c;
}

.product-chat-panel {
    display: grid;
    grid-template-rows: auto minmax(190px, 1fr) auto auto;
    width: min(390px, calc(100vw - 32px));
    height: min(610px, calc(100vh - 120px));
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15,23,42,0.3);
}

.product-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
    border-bottom: 3px solid #c2410c;
    background: #001f5b;
    color: #ffffff;
}

.product-chat-identity {
    display: flex;
    align-items: center;
    gap: 11px;
}

.product-chat-avatar,
.product-chat-message-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-chat-avatar {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border: 2px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.24);
}

.product-chat-avatar img,
.product-chat-message-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
}

.product-chat-identity strong,
.product-chat-identity > div > span {
    display: block;
}

.product-chat-identity strong {
    color: #ffffff;
    font-size: 16px;
}

.product-chat-identity > div > span {
    margin-top: 3px;
    color: rgba(255,255,255,0.76);
    font-size: 12px;
}

.product-chat-identity > div > span i {
    margin-right: 4px;
    color: #38d873;
    font-size: 7px;
}

.product-chat-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
}

.product-chat-icon-btn:hover,
.product-chat-icon-btn:focus-visible {
    background: rgba(255,255,255,0.24);
}

.product-chat-messages {
    overflow-y: auto;
    padding: 18px 16px;
    background: #f3f6f9;
    scrollbar-width: thin;
}

.product-chat-message {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 14px;
}

.product-chat-message.user {
    justify-content: flex-end;
}

.product-chat-message-icon {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border: 2px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 3px 9px rgba(15,23,42,0.16);
}

.product-chat-bubble {
    max-width: 84%;
    padding: 11px 13px;
    border: 1px solid #d7dde5;
    border-radius: 8px 8px 8px 2px;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 4px 10px rgba(15,23,42,0.06);
}

.product-chat-message.user .product-chat-bubble {
    border-color: #001f5b;
    border-radius: 8px 8px 2px 8px;
    background: #001f5b;
    color: #ffffff;
}

.product-chat-bubble p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.product-chat-results {
    margin-top: 10px;
    border-top: 1px solid #e2e8f0;
}

.product-chat-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.product-chat-result:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-chat-result strong,
.product-chat-result span {
    display: block;
}

.product-chat-result strong {
    color: #001f5b;
    font-size: 13px;
    line-height: 1.3;
}

.product-chat-result span {
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.3;
}

.product-chat-result button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 32px;
    padding: 6px 9px;
    border: 0;
    border-radius: 6px;
    background: #c2410c;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.product-chat-quick-actions {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 10px 12px;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
}

.product-chat-quick-actions button {
    flex: 0 0 auto;
    padding: 7px 9px;
    border: 1px solid #b8c3d1;
    border-radius: 6px;
    background: #ffffff;
    color: #001f5b;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.product-chat-quick-actions button:hover,
.product-chat-quick-actions button:focus-visible {
    border-color: #001f5b;
    background: #edf4ff;
}

.product-chat-composer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
}

.product-chat-composer input {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #b8c3d1;
    border-radius: 6px;
    background: #ffffff;
    color: #1f2937;
    font: inherit;
}

.product-chat-composer button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #c2410c;
    color: #ffffff;
    cursor: pointer;
}

.product-chat-composer button:disabled {
    background: #cbd5e1;
    color: #64748b;
    cursor: not-allowed;
}

@media (max-width: 600px) {
    .product-chat-shell {
        left: 12px;
        right: 12px;
        bottom: 12px;
        align-items: stretch;
    }

    .product-chat-panel {
        width: 100%;
        height: min(590px, calc(100vh - 86px));
    }

    .product-chat-trigger {
        align-self: flex-end;
        min-height: 48px;
        padding: 0 14px;
    }
}

/* =====================================================================
   2026 SITE REDESIGN
   Shared visual system inspired by the clarity of the Micromax rebuild,
   expressed through a contemporary international maritime identity.
   ===================================================================== */

:root {
    --pc-ink: #0d1f2d;
    --pc-navy: #082b45;
    --pc-navy-deep: #061b2b;
    --pc-teal: #087f83;
    --pc-orange: #df4b20;
    --pc-gold: #c9a84f;
    --pc-mist: #eef3f5;
    --pc-paper: #fbfcfc;
    --pc-line: #d6e0e4;
    --pc-muted: #5c6f7d;
    --pc-white: #ffffff;
    --pc-shadow: 0 14px 40px rgba(8,43,69,0.09);
}

* {
    box-sizing: border-box;
}

html {
    background: var(--pc-paper);
}

body {
    margin: 0;
    background: var(--pc-paper);
    color: var(--pc-ink);
    font-family: Inter, Aptos, "Segoe UI", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

button,
input,
textarea,
select {
    font-family: inherit;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.brand-title {
    font-family: Manrope, Inter, sans-serif;
    letter-spacing: 0;
}

a {
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.main-page {
    min-height: 64vh;
    overflow: clip;
    background: var(--pc-paper);
    color: var(--pc-ink);
}

.utility-bar {
    background: var(--pc-navy-deep);
    color: #c8d5dc;
    font-size: 12px;
}

.utility-container {
    display: flex;
    width: min(100% - 64px, 1440px);
    min-height: 34px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.utility-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.utility-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #e5edf1;
    text-decoration: none;
}

.utility-links a:hover {
    color: var(--pc-white);
}

.site-header {
    position: static;
    background: var(--pc-white);
    color: var(--pc-ink);
    box-shadow: none;
}

.header-container {
    display: flex;
    width: min(100% - 64px, 1440px);
    min-height: 94px;
    margin: 0 auto;
    padding: 14px 0;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand-block {
    display: grid;
    min-width: 0;
    grid-template-columns: 64px minmax(240px, auto) 56px;
    align-items: center;
    gap: 14px;
    color: var(--pc-ink);
    text-decoration: none;
}

.brand-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.brand-logo.partner {
    width: 56px;
    height: 56px;
}

.brand-title {
    color: var(--pc-navy);
    font-size: clamp(18px, 1.65vw, 24px);
    font-weight: 800;
    line-height: 1.18;
    text-transform: none;
}

.brand-tagline {
    margin-top: 6px;
    color: var(--pc-white);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.language-selector {
    min-width: 142px;
    height: 42px;
    padding: 0 11px;
    border: 1px solid var(--pc-line);
    border-radius: 6px;
    background: var(--pc-white);
    color: var(--pc-navy);
}

.language-selector select {
    min-width: 100px;
    max-width: 118px;
    background: transparent;
    color: var(--pc-navy);
    font-size: 13px;
}

.header-portal-link {
    display: inline-flex;
    height: 42px;
    padding: 0 14px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--pc-line);
    border-radius: 6px;
    color: var(--pc-navy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.header-portal-link:hover {
    border-color: var(--pc-navy);
    background: var(--pc-mist);
}

.header-whatsapp {
    display: inline-flex;
    width: 42px;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1fae59;
    color: var(--pc-white);
    font-size: 20px;
    text-decoration: none;
}

.header-whatsapp:hover {
    transform: translateY(-2px);
    background: #148c46;
}

@media (min-width: 901px) {
    .header-whatsapp {
        width: 63px;
        min-width: 63px;
        height: 63px;
        font-size: 30px;
    }
}

.accent-bar,
.footer-accent-bar {
    display: none;
}

.top-nav {
    position: static;
    z-index: 100;
    background: var(--pc-navy);
    box-shadow: none;
}

.top-nav-container {
    width: min(100% - 64px, 1440px);
    min-height: 56px;
    margin: 0 auto;
    padding: 0;
}

.desktop-nav {
    display: flex;
    align-items: stretch;
    gap: 2px;
}

.desktop-nav > a,
.nav-dropdown-trigger {
    display: inline-flex;
    min-height: 56px;
    padding: 0 12px;
    align-items: center;
    gap: 7px;
    border: 0;
    color: #dce7ec;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

.desktop-nav > a:hover,
.nav-dropdown:hover .nav-dropdown-trigger,
.nav-dropdown-trigger:hover {
    background: rgba(255,255,255,0.08);
    color: var(--pc-white);
}

.desktop-nav .nav-contact-link {
    margin-left: auto;
    padding-inline: 18px;
    background: var(--pc-orange);
    color: var(--pc-white);
}

.desktop-nav .nav-contact-link:hover {
    background: #bd3814;
}

.nav-dropdown {
    position: relative;
    display: flex;
}

.nav-submenu {
    top: 100%;
    min-width: 250px;
    overflow: visible;
    border: 1px solid var(--pc-line);
    border-top: 3px solid var(--pc-orange);
    border-radius: 0 0 6px 6px;
    background: var(--pc-white);
    box-shadow: var(--pc-shadow);
}

.nav-submenu-title {
    padding: 11px 14px;
    background: var(--pc-mist);
    color: var(--pc-teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nav-submenu a {
    padding: 12px 14px;
    color: var(--pc-ink);
    font-size: 14px;
}

.nav-submenu a:hover {
    background: #f4f7f8;
    color: var(--pc-orange);
}

.nav-nested {
    position: relative;
}

.nav-nested-trigger {
    display: flex;
    width: 100%;
    min-height: 44px;
    padding: 12px 14px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 0;
    border-top: 1px solid var(--pc-line);
    background: var(--pc-white);
    color: var(--pc-ink);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    text-align: left;
}

.nav-nested-trigger i {
    color: var(--pc-teal);
    font-size: 10px;
}

.nav-nested:hover .nav-nested-trigger,
.nav-nested:focus-within .nav-nested-trigger {
    background: #f4f7f8;
    color: var(--pc-orange);
}

.nav-nested-submenu {
    position: absolute;
    top: -3px;
    left: calc(100% + 1px);
    z-index: 120;
    display: none;
    min-width: 220px;
    overflow: hidden;
    border: 1px solid var(--pc-line);
    border-top: 3px solid var(--pc-orange);
    border-radius: 0 0 6px 6px;
    background: var(--pc-white);
    box-shadow: var(--pc-shadow);
}

.nav-nested:hover .nav-nested-submenu,
.nav-nested:focus-within .nav-nested-submenu {
    display: block;
}

.mobile-nav {
    display: none;
}

.site-footer {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0;
    background: var(--pc-navy-deep);
    color: #d2dfe5;
}

.footer-main {
    display: grid;
    width: min(100% - 64px, 1440px);
    margin: 0 auto;
    padding: 68px 0 54px;
    grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(150px, 0.7fr));
    gap: 54px;
}

.footer-brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-brand-lockup img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.footer-brand-lockup strong,
.footer-brand-lockup span {
    display: block;
}

.footer-brand-lockup strong {
    color: var(--pc-gold);
    font-family: Manrope, Inter, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

.footer-brand-lockup span {
    margin-top: 5px;
    color: var(--pc-white);
    font-size: 12px;
}

.footer-brand p {
    max-width: 430px;
    margin: 20px 0;
    color: #aebfc8;
    font-size: 14px;
    line-height: 1.7;
}

.footer-socials {
    display: flex;
    gap: 8px;
}

.footer-socials a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    color: var(--pc-white);
    text-decoration: none;
}

.footer-socials a:hover {
    border-color: var(--pc-orange);
    background: var(--pc-orange);
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-column > strong {
    margin-bottom: 6px;
    color: var(--pc-white);
    font-size: 13px;
    text-transform: uppercase;
}

.footer-column a {
    color: #b7c7cf;
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--pc-white);
}

.footer-contact a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact-cta {
    margin-top: 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--pc-orange);
    color: var(--pc-white) !important;
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    width: min(100% - 64px, 1440px);
    min-height: 56px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.12);
    color: #8298a4;
    font-size: 11px;
}

/* Home */
.maritime-home {
    padding: 0;
    background: var(--pc-paper);
}

.home-hero {
    position: relative;
    display: flex;
    min-height: clamp(560px, 72vh, 690px);
    align-items: center;
    overflow: hidden;
    background: url('/images/Hero.jpg') center / cover no-repeat;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5,24,38,0.72);
}

.home-hero-content {
    position: relative;
    z-index: 1;
    width: min(100% - 64px, 1440px);
    margin: 0 auto;
    padding: 74px 0 56px;
    color: var(--pc-white);
}

.home-eyebrow,
.home-section-heading span,
.home-access-section > div > span {
    display: block;
    margin-bottom: 14px;
    color: #75d0cf;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--pc-white);
    font-size: clamp(44px, 5.5vw, 76px);
    font-weight: 800;
    line-height: 1.02;
    text-wrap: balance;
}

.home-hero-content > p {
    max-width: 670px;
    margin: 25px 0 0;
    color: #d5e2e8;
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.65;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.home-primary-action,
.home-secondary-action {
    display: inline-flex;
    min-height: 52px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.home-primary-action {
    background: var(--pc-orange);
    color: var(--pc-white);
}

.home-primary-action:hover {
    background: #bd3814;
    color: var(--pc-white);
}

.home-secondary-action {
    border: 1px solid rgba(255,255,255,0.5);
    color: var(--pc-white);
}

.home-secondary-action:hover {
    border-color: var(--pc-white);
    background: rgba(255,255,255,0.1);
}

.home-proof {
    display: grid;
    max-width: 760px;
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,0.22);
}

.home-proof > div {
    display: grid;
    padding: 20px 20px 0 0;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
}

.home-proof strong {
    color: var(--pc-white);
    font-family: Manrope, sans-serif;
    font-size: 28px;
}

.home-proof span {
    color: #b9cbd4;
    font-size: 12px;
    line-height: 1.4;
}

.home-pathways {
    display: grid;
    width: min(100% - 64px, 1440px);
    margin: clamp(22px, 2vw, 32px) auto 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background: var(--pc-white);
    border-right: 1px solid var(--pc-line);
    border-bottom: 1px solid var(--pc-line);
    border-left: 1px solid var(--pc-line);
}

.home-pathways > a {
    position: relative;
    display: grid;
    min-height: 136px;
    padding: 28px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    border-right: 1px solid var(--pc-line);
    color: var(--pc-ink);
    text-decoration: none;
    overflow: hidden;
}

.home-pathways > a.home-pathway-image {
    background-color: var(--pc-navy);
    background-image:
        linear-gradient(90deg, rgba(0, 31, 55, 0.94) 0%, rgba(0, 31, 55, 0.78) 58%, rgba(0, 31, 55, 0.48) 100%),
        var(--pathway-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-pathways > a.home-pathway-image > * {
    position: relative;
    z-index: 1;
}

.home-pathways > a:last-child {
    border-right: 0;
}

.home-pathways > a > span {
    color: #73d5d4;
    font-size: 12px;
    font-weight: 800;
}

.category-maintenance-table {
    min-width: 840px;
}

.category-maintenance-cell {
    grid-template-columns: 72px minmax(150px, 1fr);
}

.category-maintenance-cell img,
.category-image-placeholder {
    width: 72px;
    height: 52px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.category-maintenance-cell img {
    object-fit: cover;
}

.category-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 20px;
}

.category-description-preview {
    display: -webkit-box;
    max-width: 520px;
    overflow: hidden;
    color: #526172;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-image-preview {
    aspect-ratio: 16 / 10;
}

.category-image-preview img {
    object-fit: cover;
}

.home-pathways strong,
.home-pathways small {
    display: block;
}

.home-pathways strong {
    color: #ffffff;
    font-size: 22.1px;
    line-height: 1.2;
}

.home-pathways small {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.5;
}

.home-pathways > a > i {
    color: #ff7043;
    font-size: 18px;
}

.home-pathways > a.home-pathway-image:hover {
    background-image:
        linear-gradient(90deg, rgba(0, 31, 55, 0.88) 0%, rgba(0, 31, 55, 0.68) 58%, rgba(0, 31, 55, 0.34) 100%),
        var(--pathway-image);
}

.home-reel-section,
.home-trust-section,
.home-registry-section {
    padding: 90px max(32px, calc((100vw - 1440px) / 2));
}

.home-reel-section {
    padding-right: 0;
}

.home-safety-wheel {
    position: relative;
    display: block;
    width: 100vw;
    min-height: 700px;
    margin: 0 0 54px calc(-1 * max(32px, calc((100vw - 1440px) / 2)));
    padding-inline: max(32px, calc((100vw - 1440px) / 2));
    box-sizing: border-box;
}

.home-wheel-visual {
    position: absolute;
    inset: 0;
}

.home-random-question {
    position: absolute;
    z-index: 2;
    width: max-content;
    max-width: min(380px, 32vw);
    margin: 0;
    padding: 4px;
    border: 0;
    background: transparent;
    color: var(--pc-orange);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(27px, 2.45vw, 39px);
    font-weight: 800;
    line-height: 1.28;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.98);
    transition: opacity 1200ms ease-in-out, transform 1200ms ease-in-out;
}

.home-random-question.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.home-safety-wheel img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: min(52vw, 545px);
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    object-fit: contain;
    border: 0;
    filter: drop-shadow(0 20px 30px rgba(0, 31, 55, 0.16));
    transform: translate(-50%, -50%);
}

.home-wheel-contact {
    position: absolute;
    top: 50%;
    right: max(32px, calc((100vw - 1440px) / 2));
    z-index: 3;
    display: grid;
    width: min(28vw, 390px);
    margin: 0;
    padding-left: clamp(24px, 3vw, 44px);
    border-left: 0;
    gap: 12px;
    transform: translateY(-50%);
}

.home-wheel-contact h2 {
    max-width: 460px;
    margin: 2px 0 14px;
    color: var(--pc-navy);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
}

.home-wheel-contact > a {
    display: grid;
    width: fit-content;
    min-width: 0;
    padding: 10px 0;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: var(--pc-navy);
    font-size: clamp(15px, 1.25vw, 18px);
    font-weight: 800;
    text-decoration: none;
}

.home-wheel-contact > a i {
    color: var(--pc-orange);
    font-size: 25px;
    text-align: center;
}

.home-wheel-contact > a span,
.home-wheel-contact > a small {
    display: block;
}

.home-wheel-contact > a small {
    margin-bottom: 3px;
    color: var(--pc-teal);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.home-wheel-contact > a:hover {
    color: var(--pc-orange);
}

.home-section-heading {
    display: grid;
    max-width: 1440px;
    margin: 0 auto 34px;
    padding-right: max(32px, calc((100vw - 1440px) / 2));
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: end;
    gap: 60px;
}

.home-section-heading.compact {
    padding-right: 0;
}

.home-section-heading h2,
.home-access-section h2 {
    max-width: 720px;
    margin: 0;
    color: var(--pc-navy);
    font-size: clamp(32px, 3.3vw, 48px);
    line-height: 1.12;
}
.home-section-heading h2.italic-font {
    font-style: italic;
    font-size: clamp(18px, 1.8vw, 26px);
}

.home-section-heading.home-shop-slogan {
    display: flex;
    width: 100%;
    max-width: none;
    padding-inline: max(20px, calc((100vw - 1440px) / 2));
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-shop-slogan > div {
    width: min(100%, 1220px);
}

.home-shop-slogan h2,
.home-shop-slogan h2.italic-font {
    max-width: none;
    text-align: center;
}

.home-shop-slogan h2.italic-font {
    margin-top: 10px;
    color: #ff1f1f;
}

.home-section-heading > p {
    margin: 0;
    color: var(--pc-muted);
    line-height: 1.75;
}

.home-section-heading > a {
    align-self: end;
    justify-self: end;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--pc-orange);
    color: var(--pc-navy);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}


.home-reel-section .image-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

.home-reel-section .slides-track {
    animation-duration: 72s;
}

.home-reel-section .slides-track img {
    width: clamp(380px, 31vw, 620px);
    height: clamp(300px, 31vw, 440px);
    object-fit: cover;
    border-right: 6px solid var(--pc-paper);
}

.home-trust-section {
    margin: 0;
    background: var(--pc-mist);
}

.home-trust-section .classification-grid {
    max-width: 1440px;
    margin: 0 auto;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.home-trust-section .classification-card {
    min-height: 108px;
    padding: 18px;
    border: 1px solid var(--pc-line) !important;
    border-radius: 6px;
    background: var(--pc-white);
    box-shadow: none;
}

.home-trust-section .classification-card img {
    max-height: 54px;
}

.classification-note {
    max-width: 1440px;
    margin: 14px auto 0;
    color: var(--pc-muted);
    font-size: 11px;
}

.home-registry-section {
    margin: 0;
    background: var(--pc-paper);
}

.home-registry-section .registry-grid {
    max-width: 1440px;
    margin: 0 auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.home-registry-section .registry-card {
    min-height: 112px;
    padding: 20px 16px;
    border: 1px solid var(--pc-line) !important;
    border-radius: 6px;
    background: var(--pc-white);
    box-shadow: none;
}

.home-registry-section .registry-card:hover {
    transform: translateY(-3px);
    border-color: var(--pc-teal) !important;
    background: var(--pc-white);
    color: var(--pc-navy);
    box-shadow: var(--pc-shadow);
}

.home-registry-section .registry-card img {
    width: 58px;
    height: 38px;
}

.home-access-section {
    display: flex;
    position: relative;
    min-height: 330px;
    padding: 70px max(32px, calc((100vw - 1440px) / 2));
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background-color: var(--pc-navy);
    background-image:
        linear-gradient(90deg, rgba(4, 40, 64, 0.94) 0%, rgba(4, 40, 64, 0.72) 36%, rgba(4, 40, 64, 0.42) 58%, rgba(4, 40, 64, 0.88) 100%),
        url('/images/contact-offices/panama-balboa.png');
    background-position: center, center 51%;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--pc-white);
}

.home-access-section::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: var(--pc-orange);
    content: "";
}

.home-access-section > * {
    position: relative;
    z-index: 1;
}

.home-access-section h2 {
    color: var(--pc-white);
    font-size: clamp(28px, 3vw, 42px);
}

.home-access-actions {
    display: grid;
    width: min(760px, 62vw);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-access-actions a,
.home-access-login {
    display: grid;
    min-height: 88px;
    padding: 16px 18px;
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,0.34);
    border-radius: 6px;
    background: rgba(0, 31, 55, 0.46);
    color: var(--pc-white);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.home-access-actions a > i:first-child { color: #73d5d4; font-size: 22px; text-align: center; }
.home-access-actions a > i:last-child { color: var(--pc-orange); }
.home-access-actions a span { display: grid; gap: 4px; }
.home-access-actions a strong { color: #fff; font-size: 14px; }
.home-access-actions a small { color: #c7d6dd; font-size: 11px; font-weight: 500; line-height: 1.4; }

.home-access-actions a:hover,
.home-access-login:hover {
    border-color: var(--pc-orange);
    background: rgba(232, 73, 29, 0.9);
}

.home-access-actions a:hover > i { color: #fff; }

/* Shared public pages */
.page-shell {
    width: min(100% - 64px, 1440px);
    max-width: 1440px;
    margin: 0 auto;
    padding: 74px 0 96px;
}

.page-header,
.catalog-page-header {
    position: relative;
    max-width: 980px;
    margin: 0 0 52px;
    padding-left: 22px;
    border-left: 4px solid var(--pc-orange);
}

.executive-kicker,
.section-kicker,
.news-section-kicker {
    margin: 0 0 10px;
    color: var(--pc-teal);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-header h1,
.catalog-page-header h1,
.maintenance-header h1 {
    margin: 0 0 14px;
    color: var(--pc-navy);
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.08;
}

.page-intro,
.catalog-page-header p,
.maintenance-header p {
    max-width: 850px;
    margin: 0;
    color: var(--pc-muted);
    font-size: 17px;
    line-height: 1.7;
}

.page-header.page-header-image {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 330px;
    margin-bottom: 52px;
    padding: 48px clamp(28px, 4vw, 60px);
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border-left: 5px solid var(--pc-orange);
    border-radius: 0 6px 6px 0;
    background-color: var(--pc-navy);
    background-image:
        linear-gradient(90deg, rgba(0, 31, 55, 0.94) 0%, rgba(0, 31, 55, 0.84) 46%, rgba(0, 31, 55, 0.34) 78%, rgba(0, 31, 55, 0.12) 100%),
        var(--page-hero-image);
    background-position: center, var(--page-hero-position, center);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 18px 42px rgba(0, 31, 55, 0.16);
}

.page-header.page-header-image > div:first-child {
    max-width: 900px;
}

.news-page-header.page-header-image {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.page-header.page-header-image .executive-kicker {
    color: #8edbd8;
}

.page-header.page-header-image h1 {
    max-width: 940px;
    color: var(--pc-white);
    text-shadow: 0 3px 18px rgba(0, 18, 33, 0.56);
}

.page-header.page-header-image .page-intro {
    max-width: 850px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 10px rgba(0, 18, 33, 0.52);
}

.page-header.page-header-image .imo-link-wrap {
    margin-top: 24px;
}

.about-layout,
.ceo-hero,
.ceo-grid-two,
.shipowner-pillars,
.registry-services-grid,
.maritime-top-grid,
.maritime-middle-grid,
.maritime-sub-grid,
.investment-top-grid,
.investment-middle-grid,
.investment-sub-grid,
.imo-top-grid,
.imo-middle-grid,
.foundation-top-grid,
.foundation-middle-grid,
.pmma-top-grid,
.pmma-feature-grid {
    gap: 22px;
}

.profile-panel,
.info-box,
.highlight-card,
.dark-panel,
.about-text-panel,
.ceo-photo-panel,
.ceo-bio-panel,
.ceo-card,
.office-details,
.contact-form-panel,
.contact-side-panel,
.side-contact-box,
.org-card,
.shipowner-card,
.shipowner-content-box,
.shipowner-wide-box,
.shipowner-highlight,
.registry-service-card,
.registry-content-box,
.maritime-main-card,
.maritime-mini-card,
.maritime-sub-card,
.investment-main-card,
.investment-mini-card,
.investment-content-box,
.imo-main-card,
.imo-mini-card,
.imo-content-box,
.foundation-main-card,
.foundation-mini-card,
.foundation-content-box,
.pmma-main-card,
.pmma-mini-card,
.pmma-feature-box,
.pmma-media-card,
.pmma-leadership-photo-panel {
    border: 1px solid var(--pc-line) !important;
    border-radius: 8px;
    background: var(--pc-white);
    box-shadow: none;
}

.shipowner-card,
.registry-service-card,
.maritime-main-card,
.maritime-mini-card,
.maritime-sub-card,
.investment-main-card,
.investment-mini-card,
.imo-main-card,
.imo-mini-card,
.foundation-main-card,
.foundation-mini-card,
.pmma-main-card,
.pmma-mini-card,
.pmma-feature-box {
    overflow: hidden;
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.shipowner-card:hover,
.registry-service-card:hover,
.maritime-mini-card:hover,
.investment-mini-card:hover,
.imo-mini-card:hover,
.foundation-mini-card:hover,
.pmma-mini-card:hover {
    transform: translateY(-3px);
    border-color: #aac2cc !important;
    box-shadow: var(--pc-shadow);
}

.about-image-panel,
.ceo-photo-panel,
.pmma-banner-section,
.map-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.about-image,
.ceo-photo,
.pmma-banner-image,
.world-map-image {
    border-radius: 8px;
}

.about-text-panel,
.ceo-bio-panel,
.ceo-card,
.shipowner-content-box,
.shipowner-wide-box,
.registry-content-box,
.maritime-main-card,
.investment-main-card,
.investment-content-box,
.imo-main-card,
.imo-content-box,
.foundation-main-card,
.foundation-content-box,
.pmma-main-card,
.pmma-feature-box,
.pmma-media-card {
    padding: clamp(24px, 3vw, 40px);
}

.ceo-card h2,
.shipowner-card h2,
.shipowner-content-box h2,
.shipowner-wide-box h2,
.registry-service-card h2,
.registry-content-box h2,
.maritime-main-card h2,
.investment-main-card h2,
.imo-main-card h2,
.foundation-main-card h2,
.pmma-main-card h2,
.pmma-feature-box h2 {
    color: var(--pc-navy);
}

.btn-primary,
.shipowner-card-btn,
.contact-submit-btn,
.catalog-add-btn,
.catalog-email-btn,
.admin-primary-btn {
    border-radius: 6px;
    background: var(--pc-orange);
    color: var(--pc-white);
    box-shadow: none;
}

.btn-primary:hover,
.shipowner-card-btn:hover,
.contact-submit-btn:hover,
.catalog-add-btn:hover,
.catalog-email-btn:hover,
.admin-primary-btn:hover {
    background: #bd3814;
}

.map-wrapper {
    border: 1px solid var(--pc-line);
    background: var(--pc-white);
    box-shadow: var(--pc-shadow);
}

.map-pin {
    padding: 7px 10px;
    border: 2px solid var(--pc-white);
    border-radius: 6px;
    background: var(--pc-orange);
    box-shadow: 0 6px 18px rgba(8,43,69,0.24);
    font-size: 12px;
}

.office-details {
    margin-top: 24px;
    padding: 30px;
}

.org-chart-section {
    padding-top: 84px;
}

.org-card {
    border-radius: 8px;
}

/* Contact, news and tools */
.contact-offices-section {
    gap: 18px;
}

.contact-office-card {
    border-radius: 8px;
}

.contact-form-section {
    gap: 22px;
}

.contact-form-panel,
.contact-side-panel {
    padding: 28px;
}

.contact-form input,
.contact-form textarea,
.request-form input,
.request-form textarea,
.admin-login-form input,
.admin-form-grid input,
.admin-form-grid select,
.admin-form-grid textarea,
.maintenance-search input {
    border-radius: 6px;
    border-color: var(--pc-line);
}

.news-facebook-panel,
.news-story-card {
    border-color: var(--pc-line);
    border-radius: 8px;
    box-shadow: none;
}

.news-story-card:hover {
    border-color: #aac2cc;
    box-shadow: var(--pc-shadow);
}

.news-facebook-header {
    background: var(--pc-mist);
}

.catalog-layout {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 22px;
}

.catalog-toolbar,
.catalog-card,
.cart-panel,
.admin-login-panel,
.maintenance-toolbar,
.maintenance-table-wrap {
    border-color: var(--pc-line);
    border-radius: 8px;
    box-shadow: none;
}

.catalog-toolbar,
.cart-panel {
    padding: 20px;
}

.catalog-filter,
.status-badge {
    border-radius: 6px;
}

.catalog-filter.active {
    border-color: var(--pc-teal);
    background: var(--pc-teal);
}

.catalog-products {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
}

.catalog-card-image {
    background: #f6f8f9;
}

.catalog-card h2,
.cart-header h2,
.maintenance-header h1,
.admin-login-panel h1 {
    color: var(--pc-navy);
}

.catalog-cart {
    top: 20px;
}

.product-chat-panel {
    border-color: var(--pc-line);
    border-radius: 8px;
}

.product-chat-header,
.product-chat-trigger {
    background: var(--pc-navy);
}

.product-chat-trigger:hover,
.product-chat-trigger:focus-visible,
.product-chat-trigger.open {
    background: var(--pc-orange);
}

.admin-login-page {
    min-height: 620px;
    align-items: center;
    padding-top: 70px;
}

.admin-login-panel {
    padding: 36px;
    border-top: 4px solid var(--pc-orange);
}

.maintenance-table th {
    background: var(--pc-mist);
    color: var(--pc-navy);
}

/* Responsive system */
@media (max-width: 1220px) {
    .desktop-nav > a,
    .nav-dropdown-trigger {
        padding-inline: 8px;
        font-size: 12px;
    }

    .footer-main {
        grid-template-columns: 1.4fr repeat(3, 0.8fr);
        gap: 30px;
    }
}

@media (max-width: 1050px) {
    .utility-container,
    .header-container,
    .top-nav-container,
    .footer-main,
    .footer-bottom,
    .home-hero-content,
    .home-pathways,
    .page-shell {
        width: min(100% - 40px, 1440px);
    }

    .utility-container > span {
        display: none;
    }

    .utility-container {
        justify-content: flex-end;
    }

    .brand-tagline {
        white-space: normal;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
        width: min(100% - 40px, 1440px);
        margin: 0 auto;
        color: var(--pc-white);
    }

    .mobile-nav summary {
        display: flex;
        min-height: 54px;
        align-items: center;
        justify-content: space-between;
        color: var(--pc-white);
        font-size: 13px;
        font-weight: 750;
        cursor: pointer;
        list-style: none;
    }

    .mobile-nav summary::marker {
        content: "";
    }

    .mobile-nav-panel {
        display: grid;
        padding: 8px 0 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    .mobile-nav-panel a {
        padding: 11px 10px;
        color: #dce7ec;
        font-size: 14px;
        text-decoration: none;
    }

    .mobile-product-menu {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    .mobile-product-menu summary {
        display: flex;
        padding: 11px 10px;
        align-items: center;
        justify-content: space-between;
        background: rgba(255,255,255,0.08);
        color: var(--pc-white);
        cursor: pointer;
        font-size: 13px;
        font-weight: 800;
        font-size: 14px;
        list-style: none;
    }

    .mobile-product-menu summary::after {
        content: "+";
        font-size: 18px;
        font-weight: 500;
    }

    .mobile-product-menu[open] summary::after {
        content: "−";
    }

    .mobile-product-menu summary::marker {
        content: "";
    }

    .mobile-product-menu > div {
        display: grid;
        padding-left: 14px;
        background: rgba(0,0,0,0.12);
    }

    .home-pathways {
        grid-template-columns: 1fr;
    }

    .home-pathways > a {
        min-height: 112px;
        grid-column: 1;
        border-right: 0;
        border-bottom: 1px solid var(--pc-line);
    }

    .home-pathways > a:last-child {
        border-bottom: 0;
    }

    .home-trust-section .classification-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-registry-section .registry-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .utility-bar {
        display: none;
    }

    .header-container {
        min-height: 0;
        padding: 14px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .brand-block {
        width: 100%;
        grid-template-columns: 58px minmax(0, 1fr) 50px;
        gap: 9px;
    }

    .brand-logo {
        width: 58px;
        height: 58px;
    }

    .brand-logo.partner {
        width: 50px;
        height: 50px;
    }

    .brand-title {
        font-size: 16px;
        overflow-wrap: anywhere;
    }

    .brand-tagline {
        font-size: 10px;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .header-portal-link span {
        display: none;
    }

    .header-portal-link {
        width: 42px;
        padding: 0;
        justify-content: center;
    }

    .mobile-nav-panel {
        grid-template-columns: 1fr;
    }

    .home-hero {
        min-height: 590px;
        align-items: flex-end;
        background-position: 62% center;
    }

    .home-hero-content {
        padding: 58px 0 38px;
    }

    .home-hero h1 {
        font-size: 42px;
    }

    .home-hero-content > p {
        font-size: 16px;
    }

    .home-proof {
        margin-top: 36px;
        grid-template-columns: 1fr;
    }

    .home-proof > div {
        padding-top: 12px;
        grid-template-columns: 72px 1fr;
    }

    .home-pathways > a {
        padding: 22px 18px;
    }

    .home-reel-section,
    .home-trust-section,
    .home-registry-section {
        padding: 68px 20px;
    }

    .home-reel-section {
        padding-right: 0;
    }

    .home-safety-wheel {
        width: 100vw;
        min-height: 0;
        margin: 0 0 42px -20px;
        padding: 0 20px;
    }

    .home-wheel-visual {
        position: relative;
        inset: auto;
        width: 100%;
        height: min(100vw, 560px);
        margin: 0 auto;
    }

    .home-safety-wheel img {
        width: min(90vw, 545px);
    }

    .home-wheel-contact {
        position: relative;
        top: auto;
        right: auto;
        width: min(100%, 520px);
        margin: 0 auto;
        padding-left: 22px;
        transform: none;
    }

    .home-random-question {
        max-width: 78%;
        padding: 3px;
        font-size: clamp(22px, 6.4vw, 31px);
    }

    .home-section-heading {
        padding-right: 20px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-section-heading.compact {
        padding-right: 0;
    }

    .home-section-heading > a {
        justify-self: start;
    }

    .home-reel-section .slides-track img {
        width: 82vw;
        height: 330px;
    }

    .home-trust-section .classification-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .home-access-section {
        min-height: 420px;
        padding: 58px 20px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        background-image:
            linear-gradient(180deg, rgba(4, 40, 64, 0.34) 0%, rgba(4, 40, 64, 0.76) 46%, rgba(4, 40, 64, 0.97) 100%),
            url('/images/contact-offices/panama-balboa.png');
        background-position: center, 58% center;
    }

    .home-access-actions {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .home-access-actions a { width: 100%; }
    .home-access-login { display: inline-flex; width: 100%; min-height: 52px; justify-content: space-between; }

    .page-shell {
        width: calc(100% - 32px);
        padding: 54px 0 72px;
    }

    .page-header,
    .catalog-page-header {
        margin-bottom: 36px;
        padding-left: 16px;
    }

    .page-header.page-header-image {
        min-height: 300px;
        margin-bottom: 36px;
        padding: 34px 24px;
        background-image:
            linear-gradient(90deg, rgba(0, 31, 55, 0.95) 0%, rgba(0, 31, 55, 0.86) 66%, rgba(0, 31, 55, 0.5) 100%),
            var(--page-hero-image);
        background-position: center, var(--page-hero-position, center);
    }

    .news-page-header.page-header-image {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-header h1,
    .catalog-page-header h1,
    .maintenance-header h1 {
        font-size: 36px;
    }

    .page-intro,
    .catalog-page-header p {
        font-size: 15px;
    }

    .about-text-panel,
    .ceo-bio-panel,
    .ceo-card,
    .shipowner-content-box,
    .shipowner-wide-box,
    .registry-content-box,
    .maritime-main-card,
    .investment-main-card,
    .investment-content-box,
    .imo-main-card,
    .imo-content-box,
    .foundation-main-card,
    .foundation-content-box,
    .pmma-main-card,
    .pmma-feature-box,
    .pmma-media-card {
        padding: 24px;
    }

    .footer-main {
        width: calc(100% - 40px);
        padding: 52px 0 42px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-bottom {
        width: calc(100% - 40px);
        padding: 16px 0;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .slides-track {
        animation-play-state: paused;
    }

    * {
        scroll-behavior: auto !important;
    }
}

/* Product division photography */
.catalog-page-header.catalog-division-hero {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 320px;
    margin: 0 0 48px;
    padding: 48px 54px;
    justify-content: center;
    overflow: hidden;
    border: 0;
    background-color: var(--pc-navy);
    background-image:
        linear-gradient(90deg, rgba(0, 35, 61, 0.96) 0%, rgba(0, 35, 61, 0.86) 38%, rgba(0, 35, 61, 0.48) 68%, rgba(0, 35, 61, 0.18) 100%),
        var(--catalog-hero-image);
    background-position: center;
    background-size: cover;
}

.catalog-page-header.catalog-division-hero .executive-kicker {
    color: #87d7d4;
}

.catalog-page-header.catalog-division-hero h1 {
    max-width: 760px;
    color: var(--pc-white);
    text-shadow: 0 2px 18px rgba(0, 22, 39, 0.38);
}

.catalog-page-header.catalog-division-hero p {
    max-width: 760px;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 1px 8px rgba(0, 22, 39, 0.35);
}

@media (max-width: 760px) {
    .catalog-page-header.catalog-division-hero {
        min-height: 300px;
        margin-bottom: 36px;
        padding: 36px 24px;
        background-image:
            linear-gradient(90deg, rgba(0, 35, 61, 0.96) 0%, rgba(0, 35, 61, 0.86) 62%, rgba(0, 35, 61, 0.58) 100%),
            var(--catalog-hero-image);
        background-position: 68% center;
    }
}

/* Larger navy brand header and reference catalog */
.site-header {
    background: var(--pc-navy);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.header-container {
    width: min(100% - 40px, 1800px);
    min-height: 158px;
}

.brand-block {
    width: auto;
    flex: 1 1 0;
    grid-template-columns: 110px minmax(0, 1fr) 108px;
    gap: 22px;
}

.brand-text {
    min-width: 0;
}

.brand-logo {
    width: 110px;
    height: 110px;
}

.brand-logo.partner {
    width: 108px;
    height: 108px;
    opacity: 1;
}

.brand-title {
    color: var(--pc-gold);
    font-size: 30px;
}

.brand-tagline {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    overflow: hidden;
    color: var(--pc-white);
    font-size: 10px;
    text-overflow: clip;
    white-space: nowrap;
}

@media (max-width: 1450px) and (min-width: 1051px) {
    .brand-tagline {
        font-size: 9px;
    }
}

@media (max-width: 1050px) {
    .brand-tagline {
        white-space: normal;
    }
}

.language-selector,
.header-portal-link {
    border-color: rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
    color: var(--pc-white);
}

.language-selector select {
    color: var(--pc-white);
}

.language-selector select option {
    background: var(--pc-navy);
    color: var(--pc-white);
}

.language-selector:hover,
.header-portal-link:hover {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.14);
    color: var(--pc-white);
}

.catalog-reference-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) 370px;
    align-items: start;
    gap: 22px;
}

.catalog-taxonomy,
.catalog-request-panel {
    position: sticky;
    top: 22px;
}

.catalog-taxonomy {
    overflow: hidden;
    border: 1px solid var(--pc-line);
    background: var(--pc-white);
    border-radius: 6px;
}

.catalog-taxonomy-heading {
    padding: 22px 20px 18px;
    border-bottom: 1px solid var(--pc-line);
    background: var(--pc-navy);
}

.catalog-taxonomy-heading .section-kicker {
    color: #77d1d0;
}

.catalog-taxonomy-heading h2 {
    margin: 5px 0 0;
    color: var(--pc-white);
    font-size: 22px;
}

.catalog-taxonomy-group {
    border-top: 1px solid var(--pc-line);
}

.catalog-division-btn,
.catalog-category-btn,
.catalog-subcategory-btn {
    width: 100%;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.catalog-taxonomy-section-title {
    padding: 9px 16px;
    border-top: 1px solid var(--pc-line);
    border-bottom: 1px solid var(--pc-line);
    background: #eef3f5;
    color: var(--pc-teal);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.catalog-division-btn,
.catalog-category-btn {
    display: flex;
    min-height: 48px;
    padding: 11px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--pc-white);
    color: var(--pc-navy);
    font-size: 13px;
    font-weight: 750;
}

.catalog-division-btn {
    background: #f7f9fa;
}

.catalog-category-label {
    min-width: 0;
    overflow-wrap: anywhere;
}

.catalog-division-btn small,
.catalog-category-btn small {
    display: inline-flex;
    min-width: 26px;
    height: 24px;
    padding: 0 7px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--pc-mist);
    color: var(--pc-muted);
    font-size: 11px;
}

.catalog-division-btn:hover,
.catalog-division-btn.active,
.catalog-category-btn:hover,
.catalog-category-btn.active {
    background: #e9f3f3;
    color: var(--pc-teal);
}

.catalog-division-btn.active,
.catalog-category-btn.active {
    box-shadow: inset 4px 0 0 var(--pc-orange);
}

.catalog-category-feature {
    display: grid;
    min-height: 150px;
    margin-bottom: 16px;
    grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--pc-line);
    border-radius: 8px;
    background: var(--pc-white);
}

.catalog-category-feature > img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
}

.catalog-category-feature > div {
    display: flex;
    padding: 22px 24px;
    flex-direction: column;
    justify-content: center;
}

.catalog-category-feature h2 {
    margin: 5px 0 8px;
    color: var(--pc-navy);
    font-size: 24px;
}

.catalog-category-feature p {
    margin: 0;
    color: var(--pc-muted);
    line-height: 1.6;
}

.catalog-subcategory-list {
    display: grid;
    padding: 5px 10px 12px 22px;
    gap: 2px;
    background: #f8fafb;
}

.catalog-subcategory-btn {
    padding: 8px 10px;
    border-radius: 4px;
    background: transparent;
    color: #546774;
    font-size: 12px;
    line-height: 1.35;
}

.catalog-subcategory-btn:hover,
.catalog-subcategory-btn.active {
    background: var(--pc-white);
    color: var(--pc-orange);
}

.catalog-reference-products {
    min-width: 0;
}

.catalog-reference-products .catalog-toolbar {
    display: grid;
    margin-bottom: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
}

.catalog-active-filter {
    display: grid;
    min-width: 160px;
    gap: 4px;
    text-align: right;
}

.catalog-active-filter span {
    color: var(--pc-teal);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-active-filter strong {
    color: var(--pc-navy);
    font-size: 14px;
}

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

.catalog-image-button {
    position: relative;
}

.catalog-image-button > span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    min-height: 32px;
    padding: 0 11px;
    align-items: center;
    gap: 7px;
    border-radius: 4px;
    background: rgba(6,27,43,0.88);
    color: var(--pc-white);
    font-size: 11px;
    font-weight: 700;
}

.catalog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.catalog-reference-tag {
    padding: 5px 7px;
    border: 1px solid #cbd9df;
    border-radius: 3px;
    color: #657a86;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-classification {
    display: flex;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: var(--pc-teal);
    font-size: 11px;
    font-weight: 700;
}

.catalog-classification i {
    color: #9badb5;
    font-size: 8px;
}

.catalog-card-body > p {
    margin-top: 13px;
}

.catalog-request-panel .cart-panel {
    box-sizing: border-box;
    border: 3px solid var(--pc-navy);
    border-top: 6px solid var(--pc-orange);
}

@media (min-width: 1261px) {
    .catalog-reference-products,
    .catalog-request-panel .cart-panel {
        max-height: calc(100vh - 44px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    .catalog-reference-products {
        padding-right: 10px;
    }
}

.request-panel-heading {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--pc-line);
}

.request-panel-heading h2 {
    margin: 6px 0 0;
    color: var(--pc-navy);
    font-size: 23px;
}

.request-panel-heading p {
    margin: 8px 0 0;
    color: var(--pc-muted);
    font-size: 12px;
    line-height: 1.5;
}

.request-attachment {
    display: grid;
    padding: 13px;
    gap: 8px;
    border: 1px dashed #aabdc6;
    border-radius: 5px;
    background: #f6f9fa;
}

.request-attachment-label {
    color: var(--pc-navy);
    font-size: 12px;
    font-weight: 750;
}

.request-attachment input[type="file"] {
    width: 100%;
    min-width: 0;
    color: var(--pc-muted);
    font-size: 11px;
}

.request-attachment input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 8px;
    padding: 0 11px;
    border: 0;
    border-radius: 4px;
    background: var(--pc-orange);
    color: var(--pc-white);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.request-attachment input[type="file"]::file-selector-button:hover {
    background: #c83712;
}

.request-attachment small {
    color: #6d808b;
    font-size: 10px;
    overflow-wrap: anywhere;
}

.catalog-email-btn {
    gap: 9px;
}

.product-chat-result {
    grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 1260px) {
    .catalog-reference-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .catalog-request-panel {
        position: static;
        grid-column: 1 / -1;
    }

    .catalog-request-panel .cart-panel {
        max-width: none;
    }

    .catalog-request-panel .request-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-request-panel .request-form > label:has(textarea),
    .catalog-request-panel .catalog-email-btn,
    .catalog-request-panel .catalog-email-note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .header-container {
        padding: 20px 0;
    }

    .brand-block {
        width: 100%;
        flex: 0 0 auto;
        grid-template-columns: 72px minmax(0, 1fr) 66px;
        gap: 10px;
    }

    .brand-logo {
        width: 72px;
        height: 72px;
    }

    .brand-logo.partner {
        width: 66px;
        height: 66px;
    }

    .brand-title {
        font-size: 17px;
    }

    .brand-tagline {
        color: var(--pc-white);
        font-size: 10px;
        white-space: normal;
    }

    .catalog-reference-layout {
        grid-template-columns: 1fr;
    }

    .catalog-taxonomy,
    .catalog-request-panel {
        position: static;
    }

    .catalog-reference-products .catalog-toolbar {
        grid-template-columns: 1fr;
    }

    .catalog-category-feature {
        grid-template-columns: 1fr;
    }

    .catalog-category-feature > img {
        aspect-ratio: 16 / 8;
        min-height: 0;
    }

    .catalog-active-filter {
        text-align: left;
    }

    .catalog-reference-products .catalog-products {
        grid-template-columns: 1fr;
    }

    .catalog-request-panel {
        grid-column: auto;
    }

    .catalog-request-panel .request-form {
        grid-template-columns: 1fr;
    }

    .catalog-request-panel .request-form > label:has(textarea),
    .catalog-request-panel .catalog-email-btn,
    .catalog-request-panel .catalog-email-note {
        grid-column: auto;
    }
}

/* Phone and touch-device product catalog */
@media (max-width: 960px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
    .product-catalog-page {
        width: calc(100% - 24px);
        padding-top: 32px;
    }

    .catalog-page-header.catalog-division-hero {
        min-height: 270px;
        margin-bottom: 24px;
        padding: 30px 22px;
        background-image:
            linear-gradient(90deg, rgba(0, 35, 61, 0.96) 0%, rgba(0, 35, 61, 0.88) 68%, rgba(0, 35, 61, 0.6) 100%),
            var(--catalog-hero-image);
        background-position: 68% center;
    }

    .catalog-page-header.catalog-division-hero h1 {
        font-size: 34px;
    }

    .catalog-reference-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .catalog-taxonomy,
    .catalog-request-panel {
        position: static;
        width: 100%;
        min-width: 0;
    }

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

    .catalog-taxonomy-heading,
    .catalog-taxonomy-section-title {
        grid-column: 1 / -1;
    }

    .catalog-taxonomy-heading {
        padding: 17px 18px 15px;
    }

    .catalog-taxonomy-heading h2 {
        font-size: 19px;
    }

    .catalog-taxonomy > .catalog-division-btn,
    .catalog-taxonomy > .catalog-category-btn,
    .catalog-taxonomy-group {
        min-width: 0;
        border-top: 0;
        border-right: 1px solid var(--pc-line);
        border-bottom: 1px solid var(--pc-line);
    }

    .catalog-division-btn,
    .catalog-category-btn {
        min-height: 46px;
        padding: 10px 12px;
        gap: 8px;
    }

    .catalog-taxonomy-group:has(.catalog-subcategory-list) {
        grid-column: 1 / -1;
    }

    .catalog-subcategory-list {
        padding: 5px 10px 10px 18px;
    }

    .catalog-reference-products .catalog-toolbar {
        padding: 16px;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .catalog-search input {
        min-height: 48px;
        font-size: 16px;
    }

    .catalog-active-filter {
        min-width: 0;
        text-align: left;
    }

    .catalog-reference-products .catalog-products {
        grid-template-columns: minmax(0, 1fr);
    }

    .catalog-card,
    .catalog-card-image {
        min-width: 0;
    }

    .catalog-card-body {
        padding: 18px;
    }

    .catalog-card-body h2 {
        font-size: 22px;
    }

    .catalog-request-panel {
        grid-column: auto;
    }

    .catalog-request-panel .cart-panel {
        max-width: none;
        padding: 18px;
    }

    .catalog-request-panel .request-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .catalog-request-panel .request-form > label:has(textarea),
    .catalog-request-panel .catalog-email-btn,
    .catalog-request-panel .catalog-email-note {
        grid-column: auto;
    }

    .request-form input,
    .request-form textarea {
        max-width: 100%;
        font-size: 16px;
    }

    .request-attachment {
        min-width: 0;
    }

    .product-chat-shell {
        right: 12px;
        bottom: 12px;
        max-width: calc(100vw - 24px);
    }

    .product-chat-trigger {
        min-height: 46px;
        padding: 0 12px;
        gap: 8px;
    }

    .product-chat-trigger > img {
        width: 30px;
        height: 30px;
    }

    .product-chat-panel {
        width: min(390px, calc(100vw - 24px));
        max-height: calc(100dvh - 82px);
    }
}

@media (max-width: 520px) {
    .catalog-taxonomy {
        grid-template-columns: minmax(0, 1fr);
    }

    .catalog-taxonomy-heading,
    .catalog-taxonomy-section-title,
    .catalog-taxonomy-group:has(.catalog-subcategory-list) {
        grid-column: auto;
    }

    .catalog-page-header.catalog-division-hero {
        min-height: 250px;
        padding: 26px 18px;
    }

    .catalog-page-header.catalog-division-hero h1 {
        font-size: 31px;
    }

    .catalog-image-button > span {
        right: 8px;
        bottom: 8px;
    }

    .request-panel-heading h2 {
        font-size: 21px;
    }

    .product-chat-trigger {
        width: 50px;
        min-width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
    }

    .product-chat-trigger > span {
        display: none;
    }

    .product-chat-trigger > img {
        width: 34px;
        height: 34px;
    }
}
/* Navigation, leadership and access refinements - 2026-07-29 */
.nav-submenu-scroll {
    max-height: min(70vh, 520px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

/* Expandable Project Management navigation - 2026-08-02 */
.project-management-menu {
    width: min(330px, calc(100vw - 24px));
}

.desktop-nav .nav-dropdown-trigger,
.project-management-menu,
.project-management-menu summary {
    font-family: inherit;
}

.project-menu-group {
    border-bottom: 1px solid var(--pc-line);
}

.project-menu-group:last-child {
    border-bottom: 0;
}

.project-menu-group summary {
    display: flex;
    min-height: 46px;
    padding: 11px 14px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--pc-ink);
    background: var(--pc-white);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
}

.project-menu-group summary::marker,
.mobile-project-group summary::marker {
    content: "";
}

.project-menu-group summary:hover,
.project-menu-group summary:focus-visible,
.project-menu-group[open] summary {
    color: var(--pc-orange);
    background: #f4f7f8;
}

.project-menu-group summary i {
    flex: 0 0 auto;
    font-size: 10px;
    transition: transform 160ms ease;
}

.project-menu-group[open] summary i {
    transform: rotate(180deg);
}

.project-menu-group > span {
    display: block;
    padding: 9px 14px 12px 24px;
    color: #64748b;
    background: #f8fafb;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 1050px) {
    .mobile-project-menu {
        padding: 0 0 0 14px !important;
    }

    .mobile-project-menu .mobile-project-overview {
        padding-left: 10px;
        color: #ffffff;
        font-weight: 700;
    }

    .mobile-project-group {
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .mobile-project-group > summary {
        padding: 10px 12px;
        background: rgba(255,255,255,0.04);
        color: #dce7ec;
        font-size: 13px;
        font-family: inherit;
        font-weight: 700;
    }

    .mobile-product-menu[open] .mobile-project-group:not([open]) > summary::after {
        content: "+";
        font-size: 17px;
        font-weight: 500;
    }

    .mobile-product-menu[open] .mobile-project-group[open] > summary::after {
        content: "\2212";
    }

    .mobile-project-group > span {
        display: block;
        padding: 8px 12px 11px 24px;
        color: #b9c8d2;
        background: rgba(0,0,0,0.12);
        font-size: 12px;
    }
}

.anchor-section,
#worldwide-organizational-chart {
    scroll-margin-top: 28px;
}

.org-chart-title {
    width: 100%;
    margin: 4px 0 0;
    color: var(--pc-navy);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
    text-align: left;
}

/* Professional organizational hierarchy - 2026-08-13 */
.org-chart-heading {
    display: flex;
    position: relative;
    min-height: 320px;
    margin-bottom: 46px;
    padding: clamp(42px, 6vw, 78px);
    align-items: center;
    overflow: hidden;
    border-left: 5px solid var(--pc-orange);
    background-color: var(--pc-navy);
    background-image:
        linear-gradient(90deg, rgba(0, 31, 55, 0.96) 0%, rgba(0, 31, 55, 0.84) 48%, rgba(0, 31, 55, 0.34) 78%, rgba(0, 31, 55, 0.14) 100%),
        var(--org-chart-heading-image);
    background-position: center, center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 18px 42px rgba(0, 31, 55, 0.16);
}

.org-chart-heading-copy {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.org-chart-heading p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.65;
    text-shadow: 0 2px 10px rgba(0, 18, 33, 0.52);
}

.org-chart-heading .section-kicker {
    color: #73d5d4;
}

.org-chart-heading .org-chart-title {
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 18, 33, 0.56);
}

.org-chart-professional {
    --org-connector: #315d70;
    --org-connector-width: 3px;
    --org-stage-gap: clamp(36px, 4vw, 64px);
    --org-stage-half-gap: clamp(18px, 2vw, 32px);
    gap: 0;
    padding: clamp(28px, 4vw, 52px);
    border-top: 5px solid var(--pc-orange);
    background-color: #f1f5f6;
    background-image:
        linear-gradient(rgba(13, 72, 93, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 72, 93, 0.045) 1px, transparent 1px);
    background-size: 32px 32px;
}

.org-spine {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 28px;
}

.org-spine::before {
    position: absolute;
    top: 20px;
    bottom: -50px;
    left: 50%;
    width: var(--org-connector-width);
    background: var(--org-connector);
    content: "";
    transform: translateX(-50%);
}

.org-chart-professional .org-card {
    position: relative;
    z-index: 2;
    display: grid;
    width: 214px;
    min-height: 222px;
    padding: 18px 16px 16px;
    border: 1px solid #c7d4d9;
    border-radius: 5px;
    background: #ffffff;
    grid-template-rows: auto auto 1fr;
    justify-items: center;
    align-content: start;
    box-shadow: 0 9px 22px rgba(0, 35, 58, 0.08);
}

.org-chart-professional .org-photo,
.org-chart-professional .ceo-card .org-photo {
    width: 96px;
    height: 96px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 6px;
    background: #eef3f5;
    object-fit: cover;
}

.org-chart-professional .org-logo-photo {
    padding: 15px;
    border: 1px solid #d3dde1;
    background: #ffffff;
    object-fit: contain;
}

.org-chart-professional .org-name {
    color: var(--pc-navy);
    font-size: 14px;
    line-height: 1.3;
}

.org-chart-professional .org-role {
    width: calc(100% + 32px);
    min-height: 42px;
    margin: 12px -16px -16px;
    padding: 10px 12px;
    align-self: end;
    border-radius: 0 0 4px 4px;
    background: var(--pc-navy);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.org-chart-professional .org-card-leadership {
    border-color: #708e9d;
    background: #082f49;
}

.org-chart-professional .org-card-leadership .org-name {
    color: #ffffff;
}

.org-chart-professional .org-card-leadership .org-role,
.org-chart-professional .org-card-executive .org-role,
.org-chart-professional .org-card-project .org-role {
    background: var(--pc-orange);
}

.org-chart-professional .org-card-it-theme .org-role {
    background: var(--pc-navy);
}

.org-chart-professional .org-card-vacant {
    grid-template-rows: 1fr auto;
    align-content: stretch;
}

.org-chart-professional .org-card-vacant .org-photo {
    align-self: center;
}

.org-chart-professional .org-social-link {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 50%;
}

.org-advisory-stage {
    position: relative;
    display: grid;
    width: min(100%, 1160px);
    margin-top: 48px;
    grid-template-columns: minmax(390px, 1fr) 214px minmax(390px, 1fr);
    align-items: center;
    justify-content: center;
    gap: var(--org-stage-gap);
}

.org-advisory-stage::before,
.org-advisory-stage::after {
    position: absolute;
    z-index: 0;
    background: var(--org-connector);
    content: "";
}

.org-advisory-stage::before {
    top: 50%;
    left: calc(50% - 107px - var(--org-stage-half-gap));
    width: calc(214px + var(--org-stage-gap));
    height: var(--org-connector-width);
    transform: translateY(-50%);
}

.org-advisory-stage::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: var(--org-connector-width);
    transform: translateX(-50%);
}

.org-advisory-column {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 20px;
}

.org-advisory-left {
    justify-items: end;
}

.org-advisory-left::before,
.org-advisory-right::before {
    position: absolute;
    top: 111px;
    bottom: 111px;
    width: var(--org-connector-width);
    background: var(--org-connector);
    content: "";
}

.org-advisory-left::before {
    right: calc(-1 * var(--org-stage-half-gap));
}

.org-advisory-right::before {
    left: calc(-1 * var(--org-stage-half-gap));
}

.org-advisory-left .org-card::after,
.org-advisory-right .org-card::before,
.org-advisory-right .org-card:nth-child(odd)::after {
    position: absolute;
    top: 50%;
    z-index: -1;
    height: var(--org-connector-width);
    background: var(--org-connector);
    content: "";
    transform: translateY(-50%);
}

.org-advisory-left .org-card::after {
    left: 100%;
    width: var(--org-stage-half-gap);
}

.org-advisory-right .org-card::before {
    right: 100%;
    width: var(--org-stage-half-gap);
}

.org-advisory-right .org-card:nth-child(odd)::after {
    left: 100%;
    width: 14px;
}

.org-advisory-right {
    grid-template-columns: repeat(2, 180px);
    justify-content: start;
    justify-items: start;
    gap: 14px;
}

.org-advisory-right .org-card {
    width: 180px;
}

.org-advisory-right .org-card:nth-child(even)::before {
    width: 14px;
}

.org-advisory-left .org-card,
.org-card-executive {
    width: 194px !important;
}

.org-card-executive {
    border: 2px solid var(--pc-navy) !important;
}

.org-project-bridge {
    position: relative;
    display: grid;
    width: 100%;
    padding-top: 56px;
    justify-items: center;
    gap: 44px;
}

.org-project-bridge::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: var(--org-connector-width);
    background: var(--org-connector);
    content: "";
    transform: translateX(-50%);
}

.org-card-project {
    border: 2px solid var(--pc-orange) !important;
}

.org-operations-heading {
    position: relative;
    display: grid;
    width: 100%;
    margin-top: 54px;
    padding: 16px 24px;
    border-top: 1px solid #aebdc3;
    border-bottom: 1px solid #aebdc3;
    background: #e3eaed;
    justify-items: center;
    gap: 3px;
}

.org-operations-heading::before {
    position: absolute;
    top: -54px;
    left: 50%;
    width: var(--org-connector-width);
    height: 54px;
    background: var(--org-connector);
    content: "";
    transform: translateX(-50%);
}

.org-operations-heading span {
    color: var(--pc-navy);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.org-operations-heading small {
    color: var(--pc-muted);
    font-size: 11px;
}

.org-chart-professional .operations-level {
    position: relative;
    display: grid;
    padding-top: 30px;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    align-items: stretch;
    gap: 16px;
}

.org-chart-professional .operations-level::before {
    position: absolute;
    top: 14px;
    right: calc(12.5% - 6px);
    left: calc(12.5% - 6px);
    height: var(--org-connector-width);
    background: var(--org-connector);
    content: "";
}

.org-chart-professional .org-card-operation {
    width: 100%;
    min-width: 0;
}

.org-chart-professional .org-card-operation::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: var(--org-connector-width);
    height: 16px;
    background: var(--org-connector);
    content: "";
    transform: translateX(-50%);
}

@media (max-width: 1180px) {
    .org-chart-heading {
        min-height: 300px;
        padding: 34px 24px;
        background-image:
            linear-gradient(90deg, rgba(0, 31, 55, 0.95) 0%, rgba(0, 31, 55, 0.86) 66%, rgba(0, 31, 55, 0.5) 100%),
            var(--org-chart-heading-image);
    }

    .org-chart-professional {
        padding: 32px 18px;
    }

    .org-advisory-stage {
        display: flex;
        margin-top: 28px;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .org-advisory-stage::before,
    .org-advisory-stage::after {
        display: block;
    }

    .org-advisory-stage::before {
        top: 0;
        bottom: 0;
        left: 50%;
        width: var(--org-connector-width);
        height: auto;
        transform: translateX(-50%);
    }

    .org-advisory-stage::after,
    .org-advisory-left::before,
    .org-advisory-right::before,
    .org-advisory-left .org-card::after,
    .org-advisory-right .org-card::before,
    .org-advisory-right .org-card:nth-child(odd)::after {
        display: none;
    }

    .org-advisory-column,
    .org-advisory-right {
        display: contents;
    }

    .org-advisory-stage .org-card {
        width: min(100%, 270px) !important;
    }

    .org-card-executive {
        order: -1;
    }

    .org-project-bridge {
        padding-top: 34px;
        gap: 34px;
    }

    .org-project-bridge::before {
        bottom: 0;
    }

    .org-chart-professional .operations-level {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .org-chart-professional .operations-level::before {
        right: calc(25% - 4px);
        left: calc(25% - 4px);
    }
}

@media (max-width: 520px) {
    .org-chart-professional .operations-level {
        grid-template-columns: 1fr;
    }

    .org-chart-professional .operations-level::before {
        top: 0;
        bottom: 0;
        left: 50%;
        width: var(--org-connector-width);
        height: auto;
        transform: translateX(-50%);
    }

    .org-chart-professional .org-card-operation {
        width: min(100%, 270px);
        justify-self: center;
    }

    .org-operations-heading {
        padding-right: 12px;
        padding-left: 12px;
        text-align: center;
    }
}

.ceo-editorial-hero {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
    padding: clamp(12px, 2vw, 28px) 0 clamp(42px, 6vw, 84px);
    border-bottom: 1px solid var(--pc-line);
}

.ceo-editorial-photo,
.ceo-editorial-bio {
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.ceo-editorial-photo {
    position: relative;
    padding: 0;
}

.ceo-editorial-photo::after {
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 45%;
    height: 45%;
    border-right: 4px solid var(--pc-orange);
    border-bottom: 4px solid var(--pc-orange);
    content: "";
    pointer-events: none;
}

.ceo-editorial-photo .ceo-photo {
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 5;
    border-radius: 0;
    object-fit: cover;
}

.ceo-editorial-bio {
    padding: 0;
}

.ceo-editorial-bio .ceo-meta {
    display: inline-flex;
    margin: 0 8px 12px 0;
    padding: 7px 10px;
    border-left: 3px solid var(--pc-orange);
    border-radius: 0;
    background: var(--pc-mist);
    color: var(--pc-teal);
    font-size: 12px;
}

.ceo-editorial-bio .ceo-summary {
    max-width: 760px;
    color: var(--pc-muted);
    font-size: 17px;
    line-height: 1.8;
}

.ceo-section {
    margin-top: clamp(54px, 7vw, 92px);
}

.ceo-section > h2 {
    color: var(--pc-navy);
    font-size: clamp(30px, 3vw, 42px);
}

.timeline {
    max-width: 1040px;
    margin-top: 32px;
    padding-left: 38px;
    border-left: 1px solid #afc2cb;
}

.timeline-item {
    margin-bottom: 0;
    padding: 0 0 38px 20px;
}

.timeline-dot {
    left: -46px;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 4px solid var(--pc-white);
    background: var(--pc-orange);
    box-shadow: 0 0 0 1px var(--pc-orange);
}

.timeline-content {
    padding: 0 0 30px;
    border: 0 !important;
    border-bottom: 1px solid var(--pc-line) !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.timeline-content h3 {
    color: var(--pc-navy);
    font-size: 23px;
}

.timeline-role {
    color: var(--pc-orange);
}

.timeline-content p {
    max-width: 900px;
    color: var(--pc-muted);
}

.ceo-credentials {
    gap: clamp(36px, 6vw, 88px);
    padding: clamp(42px, 6vw, 72px) 0;
    border-top: 1px solid var(--pc-line);
    border-bottom: 1px solid var(--pc-line);
}

.ceo-credential-block {
    min-width: 0;
}

.ceo-credential-block + .ceo-credential-block {
    padding-left: clamp(32px, 5vw, 72px);
    border-left: 1px solid var(--pc-line);
}

.ceo-credential-block h2 {
    margin: 0 0 24px;
    color: var(--pc-navy);
    font-size: clamp(28px, 3vw, 38px);
}

.ceo-credential-block .ceo-list {
    padding-left: 20px;
    color: var(--pc-muted);
}

.ceo-credential-block .ceo-list li {
    margin-bottom: 24px;
    padding-left: 8px;
}

.ceo-credential-block .ceo-list strong {
    color: var(--pc-navy);
}

.maritime-management-index {
    margin: 0 0 clamp(44px, 6vw, 76px);
    padding: clamp(32px, 4vw, 52px) 0;
    border-top: 1px solid var(--pc-line);
    border-bottom: 1px solid var(--pc-line);
}

.maritime-management-index h2 {
    max-width: 760px;
    margin: 8px 0 32px;
    color: var(--pc-navy);
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.18;
}

.maritime-management-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(24px, 4vw, 52px);
}

.maritime-management-item {
    display: grid;
    min-width: 0;
    padding: 20px 0;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    border-top: 1px solid var(--pc-line);
}

.maritime-management-item i {
    padding-top: 3px;
    color: var(--pc-orange);
    font-size: 18px;
}

.maritime-management-item span {
    display: grid;
    gap: 5px;
}

.maritime-management-item strong {
    color: var(--pc-navy);
    font-size: 16px;
}

.maritime-management-item small {
    color: var(--pc-muted);
    font-size: 13px;
    line-height: 1.5;
}

.home-vessel-access {
    margin: 0;
    padding: clamp(50px, 6vw, 78px) max(32px, calc((100vw - 1440px) / 2));
    background: var(--pc-white);
}

.logistics-portal-access {
    padding: 48px 0 0;
}

.home-vessel-access .portal-track-wrap {
    display: grid;
    min-height: 190px;
    padding: 32px 34px;
    grid-template-columns: minmax(210px, 0.72fr) minmax(300px, 1.5fr) minmax(170px, 0.55fr);
    align-items: center;
    gap: 28px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    background: linear-gradient(180deg, #0b3d5a 0%, #082b45 62%, #087c86 63%, #086b75 100%);
    box-shadow: 0 18px 40px rgba(8,43,69,0.16);
}

.portal-access-copy {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 6px;
    color: var(--pc-white);
}

.portal-access-copy span {
    color: #f2bd4e;
    font-size: 11px;
    font-weight: 800;
}

.portal-access-copy strong {
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.15;
}

.portal-access-copy small {
    color: #cfdee5;
    font-size: 13px;
    line-height: 1.5;
}

.portal-route {
    position: relative;
    min-width: 0;
    height: 108px;
}

.home-vessel-access .portal-water-line {
    bottom: 20px;
    height: 2px;
    background: rgba(255,255,255,0.38);
}

.home-vessel-access .ship-animation {
    right: 0;
    bottom: 12px;
    height: 92px;
}

.home-vessel-access .moving-ship {
    width: 150px;
    filter: drop-shadow(0 10px 8px rgba(0,0,0,0.24));
    animation: shipSailToPortalModern 9s ease-in-out infinite;
}

.home-vessel-access .portal-login-box {
    position: static;
    z-index: 3;
    align-items: stretch;
}

.portal-destination {
    color: #f2bd4e;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.home-vessel-access .portal-login-btn {
    display: inline-flex;
    min-height: 50px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--pc-orange);
    animation: none;
    font-size: 14px;
}

@keyframes shipSailToPortalModern {
    0% {
        left: -155px;
        transform: translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    72% {
        left: calc(100% - 145px);
        transform: translateY(-2px);
        opacity: 1;
    }
    88% {
        left: calc(100% - 145px);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        left: calc(100% - 145px);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-vessel-access .moving-ship {
        left: calc(100% - 145px);
        animation: none;
    }
}

@media (max-width: 900px) {
    .ceo-editorial-hero,
    .ceo-credentials {
        grid-template-columns: 1fr;
    }

    .ceo-editorial-photo {
        max-width: 520px;
    }

    .ceo-credential-block + .ceo-credential-block {
        padding-top: 36px;
        padding-left: 0;
        border-top: 1px solid var(--pc-line);
        border-left: 0;
    }

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

    .home-vessel-access .portal-track-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .portal-route {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 640px) {
    .mobile-child-link {
        padding-left: 22px !important;
        color: #a9c9d5 !important;
    }

    .org-chart-title {
        margin-bottom: 26px;
        font-size: 32px;
    }

    .ceo-editorial-hero {
        gap: 38px;
    }

    .ceo-editorial-photo::after {
        right: -8px;
        bottom: -8px;
    }

    .timeline {
        padding-left: 22px;
    }

    .timeline-item {
        padding-left: 10px;
    }

    .timeline-dot {
        left: -30px;
    }

    .maritime-management-list {
        grid-template-columns: 1fr;
    }

    .home-vessel-access {
        padding: 42px 16px;
    }

    .logistics-portal-access {
        padding: 34px 0 0;
    }

    .home-vessel-access .portal-track-wrap {
        min-height: 340px;
        padding: 26px 22px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-vessel-access .portal-login-box {
        grid-row: 3;
    }

    .portal-route {
        grid-column: 1;
        grid-row: 2;
        height: 96px;
    }

    .home-vessel-access .moving-ship {
        width: 120px;
    }

    @keyframes shipSailToPortalModern {
        0% {
            left: -125px;
            opacity: 0;
        }
        12% {
            opacity: 1;
        }
        74%,
        90% {
            left: calc(100% - 116px);
            opacity: 1;
        }
        100% {
            left: calc(100% - 116px);
            opacity: 0;
        }
    }
}

/* Navigation, hero and service alignment - 2026-07-30 */
.top-nav {
    position: relative;
    border-bottom: 7px solid var(--pc-orange);
}

@media (min-width: 1051px) {
    html,
    body {
        overflow-x: clip;
    }

    .top-nav {
        position: sticky !important;
        top: 0;
        z-index: 1000;
        box-shadow: 0 8px 20px rgba(6, 27, 43, 0.18);
    }
}

.top-nav::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    content: "";
    pointer-events: none;
}

.top-nav-container.desktop-nav {
    width: 100%;
    max-width: none;
    min-height: 52px;
    padding-inline: clamp(14px, 1.25vw, 24px);
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
}

.desktop-nav > a,
.desktop-nav .nav-dropdown-trigger {
    min-height: inherit;
    padding-inline: clamp(3px, 0.35vw, 7px);
    flex: 0 0 auto;
    font-size: clamp(10px, 0.72vw, 13px);
    text-transform: uppercase;
    white-space: nowrap;
}

.top-nav-container.desktop-nav > a,
.top-nav-container.desktop-nav > .nav-dropdown,
.top-nav-container.desktop-nav > .nav-contact-wrap {
    border-left: 1px solid rgba(255, 255, 255, 0.62);
}

.top-nav-container.desktop-nav > :last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.62);
}

.top-nav-container.desktop-nav > a:first-child {
    padding-left: clamp(12px, 0.85vw, 18px);
}

.desktop-nav .nav-contact-link {
    display: inline-flex;
    min-height: inherit;
    margin-left: 0;
    padding-left: clamp(9px, 0.65vw, 13px);
    padding-right: clamp(12px, 0.85vw, 18px);
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.nav-contact-wrap {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    min-height: inherit;
}

.nav-whatsapp-floating,
.mobile-whatsapp-floating {
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 3px solid var(--pc-white);
    border-radius: 50%;
    background: #19ad5a;
    color: var(--pc-white);
    font-size: 34px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 31, 55, 0.28);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-whatsapp-floating {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 1002;
    display: inline-flex;
    transform: translateX(-50%);
}

.nav-whatsapp-floating > i,
.mobile-whatsapp-floating > i {
    font-size: 42px;
    line-height: 1;
}

.nav-whatsapp-floating:hover,
.nav-whatsapp-floating:focus-visible {
    background: #148c46;
    color: var(--pc-white);
    transform: translateX(-50%) scale(1.06);
    box-shadow: 0 14px 28px rgba(0, 31, 55, 0.34);
}

.mobile-whatsapp-floating {
    display: none;
}

@media (max-width: 1050px) {
    .mobile-whatsapp-floating {
        position: fixed;
        right: 18px;
        bottom: 18px;
        z-index: 1002;
        display: inline-flex;
        width: 58px;
        height: 58px;
        font-size: 30px;
    }

    .mobile-whatsapp-floating > i {
        font-size: 38px;
    }

    .mobile-whatsapp-floating:hover,
    .mobile-whatsapp-floating:focus-visible {
        background: #148c46;
        color: var(--pc-white);
        transform: scale(1.06);
    }
}

.home-hero-overlay {
    background: transparent;
}

.home-hero .home-service-headlines {
    text-shadow: none;
}

.shipowner-pillars .shipowner-card {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.shipowner-pillars .shipowner-card > p {
    flex: 1 1 auto;
}

.shipowner-pillars .shipowner-card-btn {
    display: inline-flex;
    width: calc(100% - 40px);
    min-height: 52px;
    margin: 0 20px 20px;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1400px) and (min-width: 1051px) {
    .desktop-nav > a,
    .desktop-nav .nav-dropdown-trigger {
        padding-inline: clamp(2px, 0.25vw, 4px);
        font-size: clamp(9px, 0.74vw, 11px);
    }

    .top-nav-container.desktop-nav > a:first-child {
        padding-left: 12px;
    }

    .desktop-nav .nav-contact-link {
        padding-right: 12px;
    }
}

/* Worldwide Offices image sizing - 2026-07-30 */
.office-details .office-gallery {
    display: block;
    width: 75vw !important;
    max-width: 75vw !important;
    margin: 18px auto 0;
}

.office-details .office-gallery img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
}

.contact-side-panel .contact-qr-box {
    background: #07529b;
    border-color: rgba(255, 255, 255, 0.26) !important;
    color: #ffffff;
}

.contact-side-panel .contact-qr-box h3,
.contact-side-panel .contact-qr-box p {
    color: #ffffff;
}

.contact-side-panel .contact-qr-item {
    background: rgba(0, 25, 70, 0.38);
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff;
}

/* Managed maritime network map */
.maritime-top-grid .maritime-main-image-card { padding: 0; overflow: hidden; }
.maritime-main-card-image { display: block; width: 100%; height: clamp(230px, 24vw, 360px); object-fit: cover; }
.maritime-main-card-content { padding: clamp(26px, 3vw, 46px); }
.maritime-main-card-content h2 { margin-top: 0; }
.maritime-main-card-content p:last-child { margin-bottom: 0; }

.project-showcase {
    margin-top: clamp(52px, 7vw, 96px);
    border-top: 5px solid var(--accent-orange, #e94b1b);
}

.project-showcase-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: end;
    padding: clamp(32px, 5vw, 72px) 0;
}

.project-showcase-heading h1 {
    max-width: 900px;
    margin: 10px 0 0;
}

.project-showcase-heading p {
    max-width: 520px;
    margin: 0;
    color: var(--text-muted, #5c6b7a);
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    line-height: 1.65;
}

.project-gallery-block {
    scroll-margin-top: 32px;
    padding: clamp(40px, 6vw, 84px) 0;
    border-top: 1px solid #d3dde5;
}

.project-gallery-copy {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    max-width: 980px;
    margin-bottom: clamp(26px, 4vw, 48px);
}

.project-gallery-number {
    color: var(--accent-orange, #e94b1b);
    font-weight: 800;
    font-size: 1.05rem;
    padding-top: 4px;
}

.project-gallery-copy h2 {
    margin: 8px 0 12px;
    color: #082d47;
    font-size: clamp(1.8rem, 3.2vw, 3.6rem);
    line-height: 1.08;
}

.project-gallery-copy p {
    max-width: 780px;
    margin: 0;
    color: #52677a;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.65;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(220px, .72fr);
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    gap: clamp(12px, 1.6vw, 24px);
    min-height: clamp(520px, 52vw, 760px);
}

.project-gallery-grid figure {
    position: relative;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #0a3049;
}

.project-gallery-grid .project-gallery-feature {
    grid-row: 1 / 3;
}

.project-gallery-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.project-gallery-grid figure:hover img {
    transform: scale(1.025);
}

.project-gallery-grid figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 42px 20px 18px;
    color: #fff;
    background: linear-gradient(transparent, rgba(3, 29, 47, .92));
    font-weight: 700;
    font-size: .92rem;
}

@media (max-width: 820px) {
    .project-showcase-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .project-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(280px, 52vw) minmax(180px, 34vw);
        min-height: 0;
    }

    .project-gallery-grid .project-gallery-feature {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 520px) {
    .project-gallery-copy {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .project-gallery-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
    }

    .project-gallery-grid figure {
        flex: 0 0 86%;
        min-height: 270px;
        scroll-snap-align: start;
    }
}

/* Shipowner Solutions navigation and directories - MODIFICATION-2 */
.nav-nested-submenu.nav-nested-submenu-wide {
    width: min(370px, 42vw);
    max-height: min(480px, calc(100vh - 260px));
    overflow-y: auto;
}

.nav-nested-submenu.nav-nested-submenu-wide a {
    line-height: 1.35;
}

.shipowner-directory,
.shipowner-product-pathways,
.shipowner-consular {
    scroll-margin-top: 24px;
    margin: clamp(56px, 7vw, 92px) 0;
    padding-top: clamp(30px, 4vw, 52px);
    border-top: 5px solid var(--pc-orange);
}

.shipowner-directory-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .75fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 48px);
}

.shipowner-directory-heading h2,
.shipowner-product-pathways > h2 {
    margin: 7px 0 0;
    color: var(--pc-navy);
    font-size: clamp(2rem, 3.5vw, 3.6rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.shipowner-directory-heading > p {
    max-width: 540px;
    margin: 0;
    color: #52677a;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    line-height: 1.65;
}

.shipowner-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #bdccd3;
    border-left: 1px solid #bdccd3;
}

.shipowner-directory-grid article {
    position: relative;
    min-height: 190px;
    padding: 28px 25px 24px;
    border-right: 1px solid #bdccd3;
    border-bottom: 1px solid #bdccd3;
    background: #fff;
    scroll-margin-top: 30px;
}

.shipowner-directory-grid article::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    content: "";
    background: var(--pc-orange);
    transition: width .25s ease;
}

.shipowner-directory-grid article:hover::after,
.shipowner-directory-grid article:target::after {
    width: 100%;
}

.shipowner-directory-grid article:target {
    background: #f2f7f8;
}

.shipowner-directory-grid i {
    color: var(--pc-orange);
    font-size: 26px;
}

.shipowner-directory-grid span {
    float: right;
    color: var(--pc-teal);
    font-size: 12px;
    font-weight: 850;
}

.shipowner-directory-grid h3 {
    max-width: 290px;
    margin: 38px 0 0;
    color: var(--pc-navy);
    font-size: clamp(1.03rem, 1.3vw, 1.25rem);
    line-height: 1.35;
    text-transform: uppercase;
}

.shipowner-directory-grid-large {
    gap: clamp(16px, 1.6vw, 24px);
    border: 0;
}

.shipowner-directory-grid-large article {
    display: flex;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #bdccd3;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(7, 45, 70, .07);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.shipowner-directory-grid-large article:hover {
    border-color: rgba(232, 70, 29, .65);
    box-shadow: 0 18px 42px rgba(7, 45, 70, .14);
    transform: translateY(-4px);
}

.shipowner-directory-grid-large article > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .4s ease;
}

.shipowner-directory-grid-large article:hover > img {
    transform: scale(1.025);
}

.shipowner-service-card-body {
    display: flex;
    flex: 1;
    padding: 22px 24px 26px;
    flex-direction: column;
}

.shipowner-service-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shipowner-directory-grid-large .shipowner-service-card-meta span {
    float: none;
}

.shipowner-directory-grid-large h3 {
    max-width: none;
    margin: 18px 0 10px;
}

.shipowner-directory-grid-large p {
    margin: 0;
    color: #52677a;
    font-size: .96rem;
    line-height: 1.65;
}

.shipowner-directory-management {
    padding: clamp(38px, 5vw, 64px);
    border-top: 0;
    background: #edf3f5;
}

.shipowner-product-pathways > h2 {
    margin-bottom: clamp(26px, 4vw, 44px);
}

.shipowner-product-pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 26px);
}

.shipowner-product-pathway-grid a {
    position: relative;
    display: block;
    min-height: clamp(260px, 29vw, 410px);
    overflow: hidden;
    border-radius: 6px;
    background: var(--pc-navy);
    color: #fff;
}

.shipowner-product-pathway-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .78;
    transition: transform .4s ease, opacity .4s ease;
}

.shipowner-product-pathway-grid a::after {
    position: absolute;
    inset: 36% 0 0;
    content: "";
    background: linear-gradient(transparent, rgba(2, 31, 51, .94));
}

.shipowner-product-pathway-grid a > span {
    position: absolute;
    z-index: 2;
    left: 24px;
    bottom: 24px;
    font-size: clamp(1.35rem, 2.2vw, 2.1rem);
    font-weight: 800;
    text-transform: uppercase;
}

.shipowner-product-pathway-grid a > i {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 31px;
    color: var(--pc-orange);
}

.shipowner-product-pathway-grid a:hover img {
    opacity: .9;
    transform: scale(1.025);
}

.shipowner-logistics {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    min-height: clamp(390px, 40vw, 560px);
    margin: clamp(58px, 8vw, 100px) 0;
    overflow: hidden;
    border-radius: 6px;
    background: var(--pc-navy);
    scroll-margin-top: 24px;
}

.shipowner-logistics-image {
    min-height: 340px;
    background: center / cover no-repeat var(--logistics-image);
}

.shipowner-logistics-copy {
    display: flex;
    padding: clamp(34px, 5vw, 68px);
    flex-direction: column;
    justify-content: center;
    color: #d7e5ea;
}

.shipowner-logistics-copy h2 {
    margin: 10px 0 20px;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    line-height: 1.06;
    text-transform: uppercase;
}

.shipowner-logistics-copy p {
    margin: 0;
    line-height: 1.72;
}

.shipowner-logistics-copy a {
    display: inline-flex;
    width: fit-content;
    margin-top: 28px;
    padding: 14px 18px;
    align-items: center;
    gap: 12px;
    border-radius: 5px;
    background: var(--pc-orange);
    color: #fff;
    font-weight: 800;
}

.shipowner-consular {
    margin-bottom: 0;
    padding-bottom: clamp(36px, 5vw, 64px);
}

.shipowner-consular-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
}

.shipowner-consular-grid > a {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #c5d4da;
    border-radius: 6px;
    background: #fff;
    color: var(--pc-ink);
    grid-template-rows: 220px auto;
}

.shipowner-consular-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shipowner-consular-grid a > div {
    padding: 24px;
}

.shipowner-consular-grid span {
    color: var(--pc-teal);
    font-size: 12px;
    font-weight: 850;
}

.shipowner-consular-grid h3 {
    margin: 9px 0 10px;
    color: var(--pc-navy);
    font-size: 1.25rem;
    text-transform: uppercase;
}

.shipowner-consular-grid p {
    margin: 0;
    color: #52677a;
    line-height: 1.58;
}

@media (max-width: 900px) {
    .shipowner-directory-heading,
    .shipowner-logistics {
        grid-template-columns: 1fr;
    }

    .shipowner-directory-heading {
        align-items: start;
    }

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

    .shipowner-logistics-image {
        min-height: 320px;
    }
}

@media (max-width: 620px) {
    .shipowner-directory-management {
        margin-inline: -20px;
        padding-inline: 20px;
    }

    .shipowner-directory-grid,
    .shipowner-product-pathway-grid,
    .shipowner-consular-grid {
        grid-template-columns: 1fr;
    }

    .shipowner-directory-grid article {
        min-height: 150px;
    }

    .shipowner-product-pathway-grid a {
        min-height: 290px;
    }

    .shipowner-consular-grid > a {
        grid-template-rows: 200px auto;
    }
}
.maritime-top-grid h2,
.maritime-middle-grid h3,
.maritime-bottom-grid h2,
.maritime-bottom-grid h3 { text-transform: uppercase; }

.shipowner-service-directory { margin: clamp(48px, 6vw, 78px) 0; scroll-margin-top: 20px; }
.shipowner-service-directory > h2 { margin: 6px 0 24px; color: var(--pc-navy); font-size: clamp(28px, 3vw, 42px); }
.shipowner-service-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 4px solid var(--pc-orange); background: var(--pc-navy); }
.shipowner-service-links article { min-height: 210px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: #d8e5ea; scroll-margin-top: 24px; }
.shipowner-service-links article:nth-child(3n) { border-right: 0; }
.shipowner-service-links i { color: var(--pc-orange); font-size: 28px; }.shipowner-service-links h3 { margin: 18px 0 9px; color: #fff; font-size: 20px; }.shipowner-service-links p { margin: 0; font-size: 14px; line-height: 1.65; }
.shipowner-page .shipowner-card h2,
.shipowner-page .shipowner-content-box h2,
.shipowner-page .shipowner-wide-box h2,
.shipowner-page .shipowner-highlight h3,
.shipowner-page .shipowner-service-links h3 { text-transform: uppercase; }

.maritime-network {
    margin: clamp(56px, 7vw, 90px) 0;
    padding: clamp(34px, 4vw, 56px);
    border-top: 5px solid var(--pc-orange);
    background: #eef3f5;
}

.maritime-network-heading {
    display: flex;
    margin-bottom: 26px;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.maritime-network-heading h2 { margin: 6px 0 0; color: var(--pc-navy); font-size: clamp(30px, 3vw, 44px); }
.maritime-region-filter { display: grid; min-width: 230px; gap: 7px; color: var(--pc-navy); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.maritime-region-filter select { min-height: 46px; padding: 8px 12px; border: 1px solid #b9cbd2; border-radius: 4px; background: #fff; color: var(--pc-ink); font-size: 14px; }
.maritime-map-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 22px; }
.maritime-map-shell { min-width: 0; border: 1px solid #bfd0d6; background: #fff; box-shadow: 0 16px 32px rgba(0,31,55,.1); }
.maritime-map-canvas { position: relative; overflow: hidden; aspect-ratio: 2 / 1; background: #cceaf7; }
.maritime-map-canvas > img { display: block; width: 100%; height: 100%; object-fit: fill; }
.maritime-map-pin { position: absolute; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; box-shadow: 0 5px 14px rgba(0,31,55,.4); cursor: pointer; transform: translate(-50%,-50%); transition: transform .18s ease, box-shadow .18s ease; }
.maritime-map-pin:hover, .maritime-map-pin.selected, .maritime-map-pin:focus-visible { z-index: 3; transform: translate(-50%,-50%) scale(1.18); box-shadow: 0 0 0 4px rgba(232,73,29,.25), 0 8px 18px rgba(0,31,55,.45); }
.maritime-location-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; color: #fff; }
.type-manufacturer { background: #007f7b; }.type-port-project { background: #e8491d; }.type-marine-survey { background: #1065a5; }.type-ship-management { background: #6d4ba0; }.type-service-station { background: #c58a00; }.type-crew-management { background: #26734d; }
.maritime-map-legend { padding: 20px; border: 1px solid #bfd0d6; background: var(--pc-navy); color: #fff; }
.maritime-map-legend-title { margin-bottom: 15px; color: #73d5d4; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.maritime-legend-item { display: grid; padding: 9px 0; grid-template-columns: 18px 38px minmax(0,1fr); align-items: center; gap: 10px; color: #adbdc6; font-size: 13px; font-weight: 700; cursor: pointer; }
.maritime-legend-item.enabled { color: #fff; }.maritime-legend-item input { width: 16px; height: 16px; accent-color: var(--pc-orange); }
.maritime-legend-reset { width: 100%; min-height: 42px; margin-top: 14px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; font-weight: 800; }
.maritime-location-detail { display: grid; padding: 22px; grid-template-columns: 44px minmax(0,1fr); gap: 16px; border-top: 1px solid #bfd0d6; }
.maritime-location-detail > div > span { color: var(--pc-teal); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.maritime-location-detail h3 { margin: 4px 0 14px; color: var(--pc-navy); font-size: 22px; }
.maritime-location-detail dl { display: grid; margin: 0; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.maritime-location-detail dl div { min-width: 0; }.maritime-location-detail dt { color: var(--pc-muted); font-size: 10px; text-transform: uppercase; }.maritime-location-detail dd { margin: 4px 0 0; color: var(--pc-ink); font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.maritime-map-empty { padding: 28px; color: var(--pc-muted); text-align: center; }
.maintenance-subtext { display: block; margin-top: 4px; color: var(--pc-muted); font-size: 11px; }.maritime-location-editor { width: min(920px, calc(100vw - 32px)); }

@media (max-width: 900px) {
    .shipowner-service-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shipowner-service-links article:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.16); }
    .shipowner-service-links article:nth-child(2n) { border-right: 0; }
    .maritime-network-heading { align-items: stretch; flex-direction: column; }
    .maritime-region-filter { min-width: 0; }
    .maritime-map-layout { grid-template-columns: 1fr; }
    .maritime-map-legend { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 14px; }
    .maritime-map-legend-title, .maritime-legend-reset { grid-column: 1 / -1; }
    .maritime-location-detail dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
    .shipowner-service-links { grid-template-columns: 1fr; }
    .shipowner-service-links article, .shipowner-service-links article:nth-child(2n), .shipowner-service-links article:nth-child(3n) { min-height: 0; border-right: 0; }
    .maritime-network { padding: 28px 14px; }
    .maritime-map-pin { width: 36px; height: 36px; font-size: 12px; }
    .maritime-map-legend { grid-template-columns: 1fr; }
    .maritime-map-legend-title, .maritime-legend-reset { grid-column: 1; }
    .maritime-location-detail { grid-template-columns: 38px minmax(0,1fr); padding: 18px 14px; }
    .maritime-location-detail dl { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    .office-details .office-gallery {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Question-led Panama investment guide */
.investment-guide-page { scroll-behavior: smooth; }
.investment-hero-actions { display: flex; margin-top: 26px; flex-wrap: wrap; gap: 12px; }
.investment-hero-actions a { display: inline-flex; min-height: 48px; padding: 12px 20px; align-items: center; justify-content: center; font-weight: 800; text-decoration: none; }
.investment-outline-button { border: 1px solid rgba(255,255,255,.78); color: #fff; }
.investment-outline-button:hover, .investment-outline-button:focus-visible { background: #fff; color: var(--pc-navy); }
.investment-question-section, .investment-opportunity-section, .investment-process-section, .investment-maritime-section { margin-top: 28px; }
.investment-question-number { display: inline-block; color: var(--pc-orange); font-size: 15px; font-weight: 900; letter-spacing: 0; }
.investment-panama-intro { display: grid; padding: clamp(28px,4vw,62px); border-top: 5px solid var(--pc-orange); background: #f3f7fa; grid-template-columns: 52px minmax(0,1.25fr) minmax(280px,.75fr); gap: clamp(18px,3vw,48px); }
.investment-question-copy h2, .investment-section-heading h2, .investment-process-intro h2, .investment-maritime-copy h2 { margin: 8px 0 16px; color: var(--pc-navy); font-size: clamp(30px,3vw,52px); line-height: 1.06; }
.investment-question-copy p, .investment-section-heading > p, .investment-process-intro > p, .investment-maritime-copy > p { color: #4f6075; font-size: 18px; line-height: 1.7; }
.investment-question-copy .investment-lead { color: var(--pc-navy); font-size: 21px; }
.investment-panama-facts { display: grid; align-content: center; gap: 1px; }
.investment-panama-facts > div { display: grid; min-height: 104px; padding: 20px; background: var(--pc-navy); color: #fff; grid-template-columns: 36px 1fr; column-gap: 13px; }
.investment-panama-facts i { color: #f3b83f; font-size: 23px; grid-row: span 2; }
.investment-panama-facts strong { font-size: 17px; }
.investment-panama-facts span { color: rgba(255,255,255,.75); font-size: 14px; }
.investment-opportunity-section { padding: clamp(30px,4vw,64px) 0; }
.investment-section-heading { display: grid; margin-bottom: 28px; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 30px; align-items: end; }
.investment-section-heading > p { margin: 0 0 4px; }
.investment-opportunity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.investment-opportunity-grid article { display: grid; min-height: 280px; overflow: hidden; border: 1px solid #cfdae4; border-radius: 6px; background: #fff; grid-template-columns: minmax(190px,.82fr) minmax(0,1.18fr); }
.investment-opportunity-grid img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.investment-opportunity-grid article > div { padding: clamp(22px,2.5vw,36px); align-self: center; }
.investment-opportunity-grid span { color: #008886; font-size: 13px; font-weight: 900; }
.investment-opportunity-grid h3 { margin: 9px 0 12px; color: var(--pc-navy); font-size: clamp(22px,2vw,30px); line-height: 1.12; }
.investment-opportunity-grid p { margin: 0; color: #52647a; font-size: 16px; line-height: 1.6; }
.investment-process-section { display: grid; padding: clamp(32px,5vw,74px); background: var(--pc-navy); grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: clamp(34px,6vw,90px); }
.investment-process-intro h2, .investment-process-intro > p { color: #fff; }
.investment-process-intro .section-kicker { color: #61d1cf; }
.investment-process-list { margin: 0; padding: 0; list-style: none; }
.investment-process-list li { display: grid; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.24); grid-template-columns: 58px 1fr; gap: 18px; }
.investment-process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.investment-process-list li > span { color: #f3b83f; font-size: 14px; font-weight: 900; }
.investment-process-list h3 { margin: 0 0 6px; color: #fff; font-size: 21px; }
.investment-process-list p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; }
.investment-maritime-section { display: grid; background: #eef3f7; grid-template-columns: 1fr; }
.investment-maritime-image { overflow: hidden; aspect-ratio: 16 / 9; background: #0a3049; }
.investment-maritime-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.investment-maritime-copy { padding: clamp(32px,5vw,76px); align-self: center; }
.investment-maritime-services { display: flex; margin: 24px 0; flex-wrap: wrap; gap: 8px; }
.investment-maritime-services span { padding: 8px 11px; border-left: 3px solid var(--pc-orange); background: #fff; color: var(--pc-navy); font-size: 14px; font-weight: 800; }
.investment-maritime-actions { display: flex; margin-top: 26px; flex-wrap: wrap; align-items: center; gap: 18px; }
.investment-maritime-actions > a { color: var(--pc-navy); font-weight: 800; text-decoration: none; }
.investment-maritime-actions > a.btn-primary { color: #fff; }
.investment-maritime-copy small { display: block; margin-top: 24px; color: #66758a; line-height: 1.5; }

@media (max-width: 1050px) {
    .investment-panama-intro { grid-template-columns: 40px minmax(0,1fr); }
    .investment-panama-facts { grid-column: 2; grid-template-columns: repeat(3,minmax(0,1fr)); }
    .investment-panama-facts > div { grid-template-columns: 30px 1fr; }
    .investment-opportunity-grid article { grid-template-columns: 1fr; }
    .investment-opportunity-grid img { height: 220px; min-height: 220px; }
    .investment-process-section, .investment-maritime-section { grid-template-columns: 1fr; }
    .investment-maritime-image img { max-height: none; }
}

@media (max-width: 700px) {
    .investment-hero-actions { align-items: stretch; flex-direction: column; }
    .investment-panama-intro { padding: 28px 20px; grid-template-columns: 1fr; }
    .investment-panama-intro > .investment-question-number, .investment-panama-facts { grid-column: 1; }
    .investment-panama-facts, .investment-section-heading, .investment-opportunity-grid { grid-template-columns: 1fr; }
    .investment-opportunity-grid article { min-height: 0; }
    .investment-process-section, .investment-maritime-copy { padding: 32px 20px; }
    .investment-process-list li { grid-template-columns: 38px 1fr; gap: 10px; }
    .investment-maritime-section { min-height: 0; }
    .investment-maritime-image img { height: 100%; }
}
