body {
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

/* 统一移除站点圆角，保持整站直角视觉 */
*,
*::before,
*::after {
    border-radius: 0 !important;
}

.page-shell {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 100vh;
    background: #ffffff;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.content-shell {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.bg-brand-light {
    background-color: #ffffff !important;
}

.text-balance {
    text-wrap: balance;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-gradient {
    background: linear-gradient(135deg, #61c4b7 0%, #206cad 100%);
    position: relative;
    overflow: hidden;
}

.hero-gradient.has-hero-image {
    background-image:
        linear-gradient(110deg, rgba(4, 18, 31, 0.86) 0%, rgba(9, 61, 100, 0.62) 46%, rgba(36, 170, 190, 0.34) 100%),
        var(--hero-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-gradient.has-hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 28%, rgba(112, 255, 247, 0.14), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(134, 214, 255, 0.2), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.05) 34%, rgba(255, 255, 255, 0) 52%);
    pointer-events: none;
}

.hero-gradient.has-hero-image .hero-pattern {
    opacity: 0.72;
}

.inner-hero-gradient {
    background: linear-gradient(135deg, #5fbfb4 0%, #1f5f98 100%);
    position: relative;
    overflow: hidden;
}

.hero-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image:
        linear-gradient(to top, rgba(255, 255, 255, 0.12) 0%, transparent 100%),
        repeating-linear-gradient(to right, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    mask-image: linear-gradient(to top, black, transparent);
    -webkit-mask-image: linear-gradient(to top, black, transparent);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 2px solid #333333;
    padding-bottom: 0.8rem;
    margin-bottom: 1.6rem;
}

.page-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    box-shadow: none;
    transition: all 0.25s ease;
}

.site-icon {
    width: 1em;
    height: 1em;
    display: block;
    flex-shrink: 0;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 28px;
    padding: 0 12px;
    border: 1px solid #d9e3ef;
    background: #ffffff;
    color: #1A5B9E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    transition: all 0.25s ease;
}

.lang-switch:hover {
    background: #f3f7fb;
    border-color: #1A5B9E;
}

.lang-switch.is-active {
    background: #1A5B9E;
    color: #ffffff;
    border-color: #1A5B9E;
}

.site-nav-toggle {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e3ef;
    color: #1A5B9E;
    display: none;
    font-size: 12px;
    font-weight: 700;
    gap: 0.625rem;
    letter-spacing: 0.12em;
    padding: 0.75rem 0.9rem;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.site-nav-toggle:hover {
    background: #f3f7fb;
    border-color: #1A5B9E;
}

.site-nav-toggle-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    width: 18px;
}

.site-nav-toggle-icon span {
    background: currentColor;
    display: block;
    height: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 100%;
}

.site-mobile-language-switcher {
    display: none;
}

.page-card:hover {
    transform: none;
    box-shadow: none;
}

.summary-panel {
    background: #ffffff;
    border: 1px solid #eef2f7;
}

.detail-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 2.5rem;
    align-items: end;
}

.detail-hero-copy {
    max-width: 860px;
}

.detail-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.detail-hero-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.detail-hero-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.detail-hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.detail-hero-summary {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 2;
    margin: 0;
    max-width: 780px;
}

.detail-hero-media {
    min-height: 320px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.detail-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-hero-media-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 24, 41, 0.82) 100%);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
}

.detail-hero-media-kicker {
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.detail-hero-icon-panel {
    width: 100%;
    min-height: 320px;
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%),
        linear-gradient(135deg, #5fbfb4 0%, #1f5f98 100%);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.detail-hero-icon-mark {
    width: 96px;
    height: 96px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.detail-hero-icon-copy {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-hero-icon-copy strong {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.35;
}

.detail-hero-icon-copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #dce7f2;
    border: 1px solid #dce7f2;
}

.detail-meta-item {
    background: #ffffff;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-meta-label {
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.detail-meta-value {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.88fr);
    gap: 2.5rem;
    align-items: start;
}

.detail-main-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}

.detail-summary-panel {
    padding: 0;
    overflow: hidden;
}

.detail-summary-panel .section-heading,
.detail-content-panel .section-heading {
    margin: 0;
    padding: 1.5rem 2rem 1rem;
}

.detail-summary-text {
    color: #4b5563;
    font-size: 15px;
    line-height: 2;
    margin: 0;
    padding: 0 2rem 2rem;
}

.detail-content-panel {
    padding: 0;
    overflow: hidden;
}

.detail-content-inner {
    padding: 1.75rem 2rem 2rem;
}

.detail-sidebar {
    min-width: 0;
}

.detail-sticky {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 1.5rem;
}

.detail-sidebar-card {
    padding: 1.5rem;
}

.detail-current-topic {
    padding: 1rem 1.1rem;
    border: 1px solid #eef2f7;
    background: #f8fbfe;
    margin-bottom: 1.25rem;
}

.detail-current-label {
    color: #667085;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.detail-current-topic strong {
    color: #1f2937;
    display: block;
    font-size: 16px;
    line-height: 1.7;
}

.detail-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-nav-link {
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    color: #1f2937;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.6;
    padding: 0.95rem 0;
    transition: color 0.2s ease;
}

.detail-nav-link:hover {
    color: #1A5B9E;
}

.detail-nav-link:last-child {
    border-bottom: none;
}

.detail-side-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.detail-action-link {
    align-items: center;
    border: 1px solid #1A5B9E;
    color: #1A5B9E;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
}

.detail-action-link:hover {
    background: #1A5B9E;
    color: #ffffff;
}

.detail-action-link.is-secondary {
    border-color: #d9e3ef;
    color: #475467;
}

.detail-action-link.is-secondary:hover {
    background: #f6f9fc;
    border-color: #1A5B9E;
    color: #1A5B9E;
}

.detail-related-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-related-item {
    border-bottom: 1px solid #eef2f7;
    padding: 1rem 0;
}

.detail-related-item:first-child {
    padding-top: 0;
}

.detail-related-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-related-title {
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
}

.detail-related-title a:hover {
    color: #1A5B9E;
}

.detail-related-summary {
    color: #667085;
    font-size: 13px;
    line-height: 1.8;
    margin: 0.45rem 0 0;
}

.detail-empty-note {
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
}

.richtext {
    color: #4b5563;
    font-size: 15px;
    line-height: 2;
}

.richtext > *:first-child {
    margin-top: 0;
}

.richtext > *:last-child {
    margin-bottom: 0;
}

.richtext h2,
.richtext h3,
.richtext h4 {
    color: #1A5B9E;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin: 1.75rem 0 0.85rem;
}

.richtext h2 {
    font-size: 1.55rem;
}

.richtext h3 {
    font-size: 1.25rem;
}

.richtext h4 {
    font-size: 1.05rem;
}

.richtext p,
.richtext ul,
.richtext ol,
.richtext blockquote,
.richtext table {
    margin: 1rem 0;
}

.richtext ul,
.richtext ol {
    padding-left: 1.35rem;
}

.richtext li + li {
    margin-top: 0.5rem;
}

.richtext a {
    color: #1A5B9E;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.richtext blockquote {
    border-left: 3px solid #1A5B9E;
    color: #526071;
    padding-left: 1rem;
}

.richtext img {
    border: 1px solid #eef2f7;
    display: block;
    margin: 1.5rem 0;
}

.richtext table {
    border-collapse: collapse;
    width: 100%;
}

.richtext th,
.richtext td {
    border: 1px solid #e5ebf3;
    padding: 0.75rem 0.9rem;
    text-align: left;
    vertical-align: top;
}

.richtext th {
    background: #f8fbfe;
    color: #1f2937;
}

.nav-link-active {
    color: #1A5B9E;
    position: relative;
}

.nav-link-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.25rem;
    width: 100%;
    height: 2px;
    background: #1A5B9E;
}

.team-photo {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(135deg, #72c9bb 0%, #206cad 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-fallback {
    color: rgba(255, 255, 255, 0.95);
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.team-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(26, 91, 158, 0.08);
    color: #1A5B9E;
    font-size: 12px;
    font-weight: 600;
}

.home-founding-dean-card {
    overflow: hidden;
}

.home-founding-dean-card:hover {
    border-color: #d6e4f2;
    background: #f8fbfe;
}

.home-founding-dean-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    min-height: 420px;
}

.home-founding-dean-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

.home-founding-dean-kicker {
    color: #1A5B9E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.8;
    margin: 0 0 1rem;
}

.home-founding-dean-name {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.home-founding-dean-title {
    color: #667085;
    font-size: 15px;
    line-height: 1.9;
    margin: 1rem 0 1.25rem;
}

.home-founding-dean-summary {
    color: #4b5563;
    font-size: 15px;
    line-height: 2;
    margin: 0;
    max-width: 680px;
}

.home-founding-dean-quote {
    border-left: 3px solid #1A5B9E;
    margin-top: 1.5rem;
    padding-left: 1rem;
}

.home-founding-dean-quote p {
    color: #1A5B9E;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0;
}

.home-founding-dean-cta {
    align-items: center;
    border: 1px solid #1A5B9E;
    color: #1A5B9E;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    margin-top: 2rem;
    min-height: 44px;
    padding: 0.75rem 1.25rem;
    transition: all 0.2s ease;
}

.home-founding-dean-card:hover .home-founding-dean-cta {
    background: #1A5B9E;
    color: #ffffff;
}

.home-founding-dean-media {
    position: relative;
    min-height: 420px;
    background: linear-gradient(145deg, #dbe9f6 0%, #eef6fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-founding-dean-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.home-founding-dean-card:hover .home-founding-dean-media img {
    transform: scale(1.04);
}

.home-founding-dean-media-fallback {
    color: #1A5B9E;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.home-founding-dean-media-caption {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 0.9rem 1rem;
    background: rgba(10, 31, 51, 0.74);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
}

.founding-dean-portrait {
    min-height: 420px;
    background: linear-gradient(145deg, #dbe9f6 0%, #eef6fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.founding-dean-fallback,
.founding-dean-gallery-placeholder {
    color: #1A5B9E;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.founding-dean-quote {
    border-left: 3px solid #1A5B9E;
    padding-left: 1rem;
}

.founding-dean-quote p {
    color: #1A5B9E;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0;
}

.founding-dean-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.founding-dean-timeline-item {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 1rem;
    position: relative;
}

.founding-dean-timeline-item::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 1.25rem;
    bottom: -1.5rem;
    width: 1px;
    background: #d7e4f1;
}

.founding-dean-timeline-item:last-child::before {
    display: none;
}

.founding-dean-timeline-marker {
    width: 20px;
    height: 20px;
    border: 4px solid #d9e9f8;
    background: #1A5B9E;
    margin-top: 0.15rem;
}

.founding-dean-timeline-year {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 0.75rem;
    background: #eef5fb;
    color: #1A5B9E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.founding-dean-gallery-card {
    display: flex;
    flex-direction: column;
}

.founding-dean-gallery-media {
    background: #f4f8fb;
    border: 1px solid #eef2f7;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links a:hover {
    color: #1A5B9E;
}

.shadow-sm,
.shadow-md,
.shadow-2xl,
.shadow-premium {
    box-shadow: none !important;
}

@media (max-width: 1024px) {
    .px-20 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .gap-20 {
        gap: 3rem !important;
    }

    .site-main-nav-list {
        gap: 1.75rem !important;
    }

    .detail-hero-shell,
    .detail-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-hero-media {
        min-height: 280px;
    }

    .detail-sticky {
        position: static;
    }

    .home-founding-dean-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-founding-dean-copy {
        padding: 2.25rem;
    }

    .home-founding-dean-media {
        min-height: 320px;
        order: -1;
    }
}

@media (max-width: 767px) {
    .px-20 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-16 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-12 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .gap-20 {
        gap: 2rem !important;
    }

    .gap-16,
    .gap-12 {
        gap: 1.5rem !important;
    }

    .gap-8,
    .gap-6 {
        gap: 1rem !important;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .hero-pattern {
        height: 72px;
    }

    [class*="h-[300px]"] {
        height: auto !important;
        min-height: 240px;
    }

    [class*="h-[480px]"] {
        height: auto !important;
        min-height: 320px;
    }

    [class*="h-[360px]"] {
        height: 240px !important;
    }

    [class*="h-[280px]"] {
        height: 220px !important;
    }

    .hero-gradient .content-shell,
    .inner-hero-gradient .content-shell {
        align-items: flex-start !important;
        padding-top: 3rem;
        padding-bottom: 3rem;
        text-align: left;
    }

    .hero-gradient h2,
    .inner-hero-gradient h2 {
        font-size: 2rem !important;
        letter-spacing: 0.06em !important;
        line-height: 1.15 !important;
    }

    .hero-gradient p,
    .inner-hero-gradient p {
        font-size: 0.95rem !important;
        line-height: 1.75 !important;
        max-width: 100% !important;
    }

    .site-header-bar {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 1rem;
    }

    .site-header-top {
        align-items: center;
        display: flex;
        gap: 1rem;
    }

    .site-brand {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .site-brand-mark {
        flex-shrink: 0;
        height: 56px !important;
        width: 72px !important;
    }

    .site-brand-title {
        font-size: 1.375rem !important;
        line-height: 1.25 !important;
    }

    .site-brand-tagline {
        font-size: 0.7rem !important;
        letter-spacing: 0.08em !important;
        line-height: 1.4 !important;
    }

    .site-brand-subtitle {
        font-size: 0.62rem !important;
        line-height: 1.4 !important;
        word-break: break-word;
    }

    body[data-ui-lang='en'] .site-brand {
        gap: 0.625rem !important;
    }

    body[data-ui-lang='en'] .site-brand-title {
        font-size: 1rem !important;
        line-height: 1.2 !important;
        letter-spacing: 0.01em !important;
    }

    body[data-ui-lang='en'] .site-brand-subtitle {
        font-size: 0.5rem !important;
        letter-spacing: 0.04em !important;
        line-height: 1.25 !important;
    }

    .site-nav-toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .site-header-tools {
        align-items: stretch !important;
        width: 100%;
    }

    .site-header-search {
        width: 100%;
    }

    .site-header-search input {
        width: 100% !important;
    }

    .site-language-switcher {
        display: none !important;
    }

    .site-main-nav {
        border-top: 1px solid #f2f4f7;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .site-main-nav-shell {
        display: none;
    }

    .site-main-nav-list {
        gap: 0 !important;
        justify-content: flex-start !important;
        min-width: 0;
        padding: 0.75rem 0 1rem;
        width: 100%;
        flex-direction: column;
        align-items: stretch !important;
    }

    .site-main-nav-list li {
        flex: 0 0 auto;
        width: 100%;
    }

    .site-main-nav-list a {
        border-bottom: 1px solid #eef2f7;
        display: block;
        padding: 0.9rem 0;
        width: 100%;
    }

    .site-main-nav.is-open .site-main-nav-shell {
        display: block;
    }

    .site-mobile-language-switcher {
        border-top: 1px solid #eef2f7;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem 0 0.5rem;
    }

    .site-mobile-language-label {
        align-items: center;
        color: #667085;
        display: inline-flex;
        font-size: 11px;
        font-weight: 700;
        gap: 0.5rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .site-mobile-language-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .site-nav-toggle[aria-expanded='true'] .site-nav-toggle-icon span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .site-nav-toggle[aria-expanded='true'] .site-nav-toggle-icon span:nth-child(2) {
        opacity: 0;
    }

    .site-nav-toggle[aria-expanded='true'] .site-nav-toggle-icon span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-main-nav-list a::after {
        bottom: 0 !important;
    }

    .detail-hero-shell {
        gap: 1.5rem;
    }

    .detail-hero-title {
        font-size: 2rem;
        letter-spacing: 0.04em;
    }

    .home-founding-dean-copy {
        padding: 1.5rem;
    }

    .home-founding-dean-name {
        font-size: 1.75rem;
    }

    .home-founding-dean-title,
    .home-founding-dean-summary {
        font-size: 14px;
    }

    .home-founding-dean-cta {
        width: 100%;
    }

    .home-founding-dean-media {
        min-height: 260px;
    }

    .home-founding-dean-media-fallback {
        font-size: 3rem;
    }

    .home-founding-dean-media-caption {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        font-size: 12px;
    }

    .founding-dean-shell {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .detail-hero-subtitle,
    .detail-hero-summary,
    .detail-meta-value,
    .detail-summary-text,
    .richtext {
        font-size: 14px;
    }

    .detail-hero-media,
    .detail-hero-icon-panel {
        min-height: 220px;
    }

    .detail-hero-icon-panel {
        flex-direction: column;
        justify-content: center;
        padding: 1.5rem;
        text-align: center;
    }

    .detail-hero-icon-mark {
        width: 82px;
        height: 82px;
    }

    .detail-meta-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-meta-item,
    .detail-sidebar-card {
        padding: 1.1rem 1rem;
    }

    .detail-summary-panel .section-heading,
    .detail-content-panel .section-heading {
        padding: 1.25rem 1rem 0.9rem;
    }

    .detail-summary-text,
    .detail-content-inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .detail-content-inner {
        padding-bottom: 1.5rem;
    }

    .grid-cols-2,
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .grid-cols-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    [class*="grid-cols-["] {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .home-news-secondary {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .home-systems-list,
    .home-platform-list {
        flex-wrap: wrap;
        gap: 1.25rem 1rem !important;
        justify-content: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-systems-list > a,
    .home-platform-list > a {
        max-width: none !important;
        width: calc(50% - 0.5rem);
    }

    .site-footer-links {
        flex-wrap: wrap;
        gap: 0.75rem !important;
        justify-content: flex-start !important;
    }

    .site-footer-main {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 1.5rem;
    }

    .site-footer-meta {
        width: 100%;
    }

    .site-footer-contact,
    .site-footer-address,
    .site-footer-copyright {
        flex-direction: column;
        gap: 0.5rem !important;
    }

    .site-footer-qr {
        justify-content: flex-start;
        width: 100%;
    }

    .team-summary-row {
        align-items: flex-start !important;
        flex-wrap: wrap;
    }

    .team-photo {
        height: 220px;
    }

    .founding-dean-portrait {
        min-height: 300px;
    }

    .founding-dean-gallery-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .founding-dean-gallery-media {
        height: 240px;
    }

    .team-tag {
        max-width: 100%;
        white-space: normal;
    }

    .home-news-grid h4,
    .home-briefing-grid span,
    .home-products-grid p,
    .site-brand-subtitle {
        overflow-wrap: anywhere;
    }
}
