:root {
    --primary-blue: #1e3a8a;
    --primary-light: #3b82f6;
    --accent-gold: #fbbf24;
    --accent-gold-light: #fef3c7;
    --text-dark: #0f172a;
    --text-gray: #64748b;
    --text-light: #94a3b8;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.2);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.page-shell {
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;

}

.page-top {
    margin-bottom: 1.5rem;
}

.page-top__inner {
    background: var(--primary-light);
    color: var(--white);
    padding: 2rem 2.25rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: var(--shadow-xl);
    text-align: center;
}

.page-top__inner h1 {
    margin-bottom: 0.5rem;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    letter-spacing: 0.03em;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.95);
}

.breadcrumb-separator {
    opacity: 0.7;
}

.message-panel {
    margin-top: -2rem;
    
}

.message-card {
    position: relative;
    background: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: var(--shadow-xl);
    padding: 2rem;
    border: none;
    overflow: hidden;
}

.message-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 1.5rem 1.5rem 0 0;
  z-index: 1;
}

.message-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    align-items: start;
    
}

.message-photo {
    display: flex;
    justify-content: center;
}

.image-placeholder {
    width: 300px;
    height: 280px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
}
.image-placeholder img{
    width: 100%;
}

.image-placeholder i {
    font-size: 3rem;
    color: var(--accent-gold);
}

.image-placeholder span {
    background: rgba(255, 255, 255, 0.16);
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.message-copy p {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 1.2rem;
    color: var(--text-dark);
}

.intro-text {
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 1.4rem;
}

.highlight-quote {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    margin: 1.25rem 0;
    padding: 1.15rem 1.2rem;
    
    background: var(--bg-light);
    border-radius: 1rem;
    font-style: italic;
    color: var(--text-dark);
}

.highlight-quote i {
    font-size: 1.4rem;
    margin-top: 0.2rem;
    color: var(--primary-blue);
}

.success-phrase {
    display: inline-block;
    color: var(--primary-blue);
    font-weight: 700;
}

.signature-block {
    margin-top: 1.5rem;
    text-align: right;
}

.signature-block .name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary-blue);
}

.signature-block .title {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 0.4rem;
    margin-top: 0.3rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 600;
}

.message-footer {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(30, 58, 138, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: var(--text-gray);
    font-size: 0.92rem;
}

.footer-divider {
    color: rgba(100, 116, 139, 0.7);
}

@media (max-width: 860px) {
    .message-grid {
        grid-template-columns: 1fr;
    }

    .message-panel {
        margin-top: 0;
    }

    .image-placeholder {
        width: 100%;
        height: 240px;
    }
    .image-placeholder img{
        width: 100%;
    }
}

@media (max-width: 580px) {
    .page-shell {
        padding: 0 0.75rem;
    }

    .page-top__inner {
        padding: 1.5rem 1rem;
        border-radius: 1.25rem;
    }

    .highlight-quote {
        flex-direction: column;
    }
}
.signature-placeholder {
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--text-gray);
}

.signature-icon {
    color: var(--accent-gold);
    margin-right: 6px;
}

.signature-text {
    border-bottom: 1px dashed var(--primary-light);
}

.footnote {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.2rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(30, 58, 138, 0.12);
    font-size: 0.78rem;
    color: var(--text-gray);
}

.footnote-item i {
    color: var(--primary-light);
    margin-right: 0.25rem;
}

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

@media (max-width: 700px) {
    .top-bar__content,
    .site-header,
    .closing-message {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-nav {
        gap: 0.5rem;
    }

    .message-card {
        padding: 1.3rem 1.1rem 1.5rem;
    }

    .chairman-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .title-group h3 {
        justify-content: center;
    }

    .title-group .subhead {
        justify-content: center;
    }

    .signature-block {
        text-align: center;
    }

    .signature-placeholder {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    

    

    .site-header {
        border-radius: 1rem;
        padding: 1rem;
    }

    .brand-block {
        align-items: flex-start;
    }

    .image-placeholder {
        width: 96px;
        height: 96px;
    }

    .message-card {
        border-radius: 1.25rem;
    }
}




