/* =========================================================
   INNER PAGES
   File ini sengaja dipisah agar style.css homepage tetap utuh.
========================================================= */

.inner-section {
    padding: 92px 0;
}

.inner-soft {
    background: var(--bsi-soft);
}

.inner-title {
    margin: 18px 0 0;
    font-size: clamp(2.25rem, 4vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -.055em;
    color: var(--bsi-ink);
    font-weight: 700;
}

.inner-title-sm {
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    letter-spacing: -.04em;
    line-height: 1.15;
}

.partner-section-title {
    max-width: 720px;
    margin-top: 14px;
    color: var(--bsi-ink);
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.inner-copy {
    color: var(--bsi-muted);
    font-size: 1rem;
    line-height: 1.85;
}

.page-intro {
    padding: 90px 0 68px;
}

.page-intro h1 {
    max-width: 950px;
    margin: 20px 0 0;
    font-size: clamp(3.25rem, 6vw, 6.6rem);
    line-height: .94;
    letter-spacing: -.07em;
    font-weight: 700;
    color: var(--bsi-ink);
}

.page-intro h1 span {
    color: var(--bsi-orange);
}

.page-intro p {
    margin: 0;
    color: var(--bsi-muted);
    line-height: 1.85;
}

/* About */
.inner-hero-copy {
    min-height: 590px;
    padding: 72px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-hero-copy h1 {
    margin: 20px 0 22px;
    font-size: clamp(2.7rem, 4.2vw, 4.2rem);
    line-height: 1.0;
    letter-spacing: -.05em;
    font-weight: 700;
}

.inner-hero-copy h1 span {
    color: var(--bsi-orange);
}

.inner-hero-copy p {
    max-width: 560px;
    color: var(--bsi-muted);
    line-height: 1.85;
}

.inner-hero-media {
    height: 100%;
    min-height: 590px;
    padding: 22px;
}

.inner-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 546px;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
}

.prose-panel {
    border-top: 1px solid var(--bsi-border);
    padding-top: 28px;
}

.prose-panel p {
    color: var(--bsi-muted);
    line-height: 1.9;
    font-size: 1rem;
}

.prose-panel .lead {
    color: var(--bsi-ink);
    font-size: 1.3rem;
    line-height: 1.65;
    font-weight: 600;
}

.vision-card {
    height: 100%;
    padding: 42px;
    border-radius: 30px;
    border: 1px solid var(--bsi-border);
    background: #fff;
}

.vision-card.vision-primary {
    background: var(--bsi-navy-deep);
    color: #fff;
    border-color: transparent;
}

.vision-card h2 {
    margin: 26px 0 18px;
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.vision-card p {
    color: var(--bsi-muted);
    line-height: 1.8;
}

.vision-primary p {
    color: rgba(255,255,255,.72);
}

.mini-label {
    display: inline-block;
    font-size: .72rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--bsi-orange);
}

.mission-list > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--bsi-border);
}

.mission-list > div:last-child {
    border-bottom: 0;
}

.mission-list span {
    color: var(--bsi-orange);
    font-size: .78rem;
    font-weight: 800;
}

.mission-list p {
    color: var(--bsi-ink);
    margin: 0;
    font-weight: 600;
    line-height: 1.6;
}

.focus-list {
    margin-top: 50px;
    border-top: 1px solid var(--bsi-border);
}

.focus-row {
    display: grid;
    grid-template-columns: 80px minmax(260px, .8fr) 1.2fr;
    gap: 28px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid var(--bsi-border);
}

.focus-row > span {
    color: var(--bsi-orange);
    font-size: .8rem;
    font-weight: 800;
}

.focus-row h3 {
    margin: 0;
    font-size: 1.2rem;
}

.focus-row p {
    margin: 0;
    color: var(--bsi-muted);
    line-height: 1.75;
}

.leader-card {
    height: 100%;
    padding: 26px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 26px;
    border: 1px solid var(--bsi-border);
    background: #fff;
}

.leader-avatar {
    width: 88px;
    height: 104px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--bsi-navy-deep), var(--bsi-cyan));
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
}

.leader-card h3 {
    margin: 0 0 4px;
    font-size: 1.25rem;
}

.leader-card p {
    margin: 0;
    color: var(--bsi-muted);
}

/* Shared CTA */
.page-cta {
    padding: 44px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    border: 1px solid var(--bsi-border);
    border-radius: 30px;
    background: linear-gradient(115deg, #f8fbfd, #eef8fb);
}

.page-cta h2 {
    margin: 18px 0 0;
    max-width: 750px;
    font-size: clamp(2rem, 3.5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -.05em;
}

/* Brand listing */
.brand-directory {
    display: grid;
    gap: 26px;
}

.brand-directory-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 430px;
    border: 1px solid var(--bsi-border);
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
}

.brand-directory-card:nth-child(even) .brand-directory-image {
    order: 2;
}

.brand-directory-image {
    position: relative;
    overflow: hidden;
    min-height: 430px;
}

.brand-directory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.brand-directory-card:hover .brand-directory-image img {
    transform: scale(1.035);
}

.directory-index {
    position: absolute;
    left: 22px;
    top: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.92);
    color: var(--bsi-navy-deep);
    font-size: .78rem;
    font-weight: 800;
}

.brand-directory-content {
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-directory-top img {
    width: 150px;
    height: 74px;
    object-fit: contain;
    object-position: left center;
}

.brand-directory-top span {
    display: block;
    margin-top: 18px;
    color: var(--bsi-muted);
    font-size: .82rem;
    font-weight: 600;
}

.brand-directory-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.brand-directory-bottom h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 4.8rem);
    line-height: .98;
    letter-spacing: -.06em;
}

.circle-link {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--bsi-navy-deep);
    color: #fff;
    font-size: 1.2rem;
}

.circle-link:hover {
    background: var(--bsi-orange);
    color: #fff;
}

.partner-directory {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.partner-directory-item {
    min-height: 150px;
    display: grid;
    place-items: center;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--bsi-border);
    background: #fff;
    overflow: hidden;
}

.partner-directory-item img {
    max-width: 84%;
    max-height: 88px;
    object-fit: contain;
}

/* Brand detail */
.brand-detail-hero {
    padding: 48px 0 0;
}

.brand-detail-shell {
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid var(--bsi-border);
    background: #f8fbfd;
}

.brand-detail-copy {
    min-height: 610px;
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.back-link {
    color: var(--bsi-muted);
    font-size: .84rem;
    font-weight: 700;
}

.brand-detail-logo {
    width: 220px;
    height: 110px;
    margin: 34px 0 24px;
    object-fit: contain;
    object-position: left center;
}

.brand-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.brand-tags span {
    padding: 8px 12px;
    border: 1px solid var(--bsi-border);
    border-radius: 999px;
    color: var(--bsi-muted);
    background: #fff;
    font-size: .76rem;
    font-weight: 700;
}

.brand-detail-copy h1 {
    margin: 26px 0 18px;
    font-size: clamp(2.8rem, 5vw, 5.4rem);
    line-height: .95;
    letter-spacing: -.065em;
}

.brand-detail-copy p {
    color: var(--bsi-muted);
    line-height: 1.8;
}

.brand-detail-photo {
    min-height: 610px;
    height: 100%;
    padding: 20px;
}

.brand-detail-photo img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
    border-radius: 26px;
}

.brand-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--bsi-border);
    border-bottom: 1px solid var(--bsi-border);
}

.brand-facts > div {
    padding: 24px 20px 24px 0;
}

.brand-facts span,
.brand-facts strong {
    display: block;
}

.brand-facts span {
    color: var(--bsi-muted);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

.brand-facts strong {
    margin-top: 8px;
    color: var(--bsi-ink);
}

.brand-story {
    padding: 28px;
    border-radius: 24px;
    background: var(--bsi-soft);
    color: var(--bsi-muted);
    line-height: 1.85;
}

.brand-gallery {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 22px;
    min-height: 620px;
}

.brand-gallery figure {
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--bsi-border);
    background: #fff;
}

.brand-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-gallery-side img {
    object-fit: contain;
    padding: 12px;
}

/* Partnership */
.system-card {
    height: 100%;
    min-height: 270px;
    padding: 32px;
    border-radius: 26px;
    border: 1px solid var(--bsi-border);
    background: #fff;
}

.system-card > span {
    color: var(--bsi-orange);
    font-size: .75rem;
    font-weight: 800;
}

.system-card h3 {
    margin: 38px 0 12px;
    font-size: 1.28rem;
}

.system-card p {
    margin: 0;
    color: var(--bsi-muted);
    line-height: 1.75;
}

.support-dark-section {
    background: var(--bsi-navy-deep);
}

.section-kicker-light {
    color: #fff;
}

.support-lead {
    color: rgba(255,255,255,.66);
    line-height: 1.85;
}

.support-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.18);
}

.support-service-grid article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.support-service-grid article:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.18);
    padding-right: 30px;
}

.support-service-grid article:nth-child(even) {
    padding-left: 30px;
}

.support-service-grid > article > span {
    color: var(--bsi-orange);
    font-size: .78rem;
    font-weight: 800;
}

.support-service-grid h3 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 1.12rem;
}

.support-service-grid p {
    color: rgba(255,255,255,.62);
    margin: 0;
    line-height: 1.7;
}

.roadmap-page-section {
    overflow: hidden;
}

.process-road {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding: 34px 0;
}

.road-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 94px;
    transform: translateX(-50%);
    border-radius: 48px;
    background: var(--bsi-navy-deep);
}

.road-dash {
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    width: 4px;
    transform: translateX(-50%);
    background: repeating-linear-gradient(
        to bottom,
        rgba(255,255,255,.86) 0 22px,
        transparent 22px 40px
    );
}

.road-step {
    position: relative;
    z-index: 2;
    width: calc(50% - 74px);
    margin-bottom: 24px;
}

.road-left {
    margin-right: auto;
    padding-right: 28px;
}

.road-right {
    margin-left: auto;
    padding-left: 28px;
}

.road-marker {
    position: absolute;
    top: 32px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 5px solid #fff;
    background: var(--bsi-orange);
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(8,42,74,.16);
}

.road-left .road-marker {
    right: -103px;
}

.road-right .road-marker {
    left: -103px;
}

.road-card {
    padding: 28px 30px;
    border-radius: 26px;
    border: 1px solid var(--bsi-border);
    background: #fff;
    box-shadow: 0 16px 42px rgba(8,42,74,.06);
}

.road-card > span {
    color: var(--bsi-orange);
    font-size: .7rem;
    letter-spacing: .08em;
    font-weight: 800;
}

.road-card h3 {
    margin: 12px 0 10px;
    font-size: 1.25rem;
}

.road-card p {
    margin: 0;
    color: var(--bsi-muted);
    line-height: 1.72;
}

/* News */
.news-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.news-search {
    display: flex;
    align-items: center;
    gap: 9px;
    width: min(100%, 290px);
    padding: 11px 14px;
    border: 1px solid var(--bsi-border);
    border-radius: 999px;
    background: #fff;
    color: var(--bsi-muted);
}

.news-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--bsi-ink);
    font: inherit;
    font-size: .86rem;
}

.news-filter button {
    border: 1px solid var(--bsi-border);
    background: #fff;
    color: var(--bsi-muted);
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: .84rem;
}

.news-filter button.active,
.news-filter button:hover {
    background: var(--bsi-navy-deep);
    border-color: var(--bsi-navy-deep);
    color: #fff;
}

.news-directory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.news-directory-card {
    border: 1px solid var(--bsi-border);
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
}

.news-directory-image {
    position: relative;
    display: block;
    height: 330px;
    overflow: hidden;
}

.news-directory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.news-directory-card:hover .news-directory-image img {
    transform: scale(1.035);
}

.news-directory-image > span {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    background: var(--bsi-orange);
    font-size: .72rem;
    font-weight: 800;
}

.news-directory-content {
    padding: 28px;
}

.news-date {
    color: var(--bsi-muted);
    font-size: .75rem;
    font-weight: 700;
}

.news-directory-content h2 {
    margin: 12px 0 12px;
    font-size: 1.55rem;
    line-height: 1.25;
}

.news-directory-content h2 a {
    color: var(--bsi-ink);
}

.news-directory-content p {
    color: var(--bsi-muted);
    line-height: 1.75;
}

.news-directory-card[hidden],
.article-card[hidden] {
    display: none;
}

.read-link {
    color: var(--bsi-navy-deep);
    font-size: .84rem;
    font-weight: 800;
}

/* Article */
.article-page {
    padding: 72px 0 100px;
}

.article-head {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 26px 0 20px;
    color: var(--bsi-muted);
    font-size: .8rem;
    font-weight: 700;
}

.article-head h1 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .98;
    letter-spacing: -.065em;
}

.article-head > p {
    max-width: 720px;
    margin: 24px auto 0;
    color: var(--bsi-muted);
    line-height: 1.85;
}

.article-cover {
    margin: 0 0 64px;
    height: min(620px, 58vw);
    border-radius: 32px;
    overflow: hidden;
}

.article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-layout {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 300px;
    gap: 42px;
}

.article-layout aside {
    border-top: 1px solid var(--bsi-border);
    padding-top: 18px;
}

.article-layout aside p {
    color: var(--bsi-muted);
    font-size: .84rem;
}

.article-news-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    border: 1px solid var(--bsi-border);
    border-radius: 22px;
    padding: 22px;
    background: #fff;
}

.article-sidebar-heading h2 {
    margin: 7px 0 18px;
    color: var(--bsi-navy-deep);
    font-size: 1.35rem;
}

.article-sidebar-search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border: 1px solid var(--bsi-border);
    border-radius: 999px;
    color: var(--bsi-muted);
}

.article-sidebar-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--bsi-ink);
    font: inherit;
    font-size: .8rem;
}

.article-sidebar-item {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 11px;
    padding: 13px 0;
    border-top: 1px solid var(--bsi-border);
    color: inherit;
}

.article-sidebar-thumb {
    height: 68px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--bsi-soft);
}

.article-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-sidebar-item span,
.article-sidebar-item small {
    color: var(--bsi-muted);
    font-size: .68rem;
}

.article-sidebar-item h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0;
    color: var(--bsi-ink);
    font-size: .82rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-sidebar-item:hover h3 {
    color: var(--bsi-orange);
}

.article-sidebar-more {
    display: block;
    margin-top: 16px;
    color: var(--bsi-navy-deep);
    font-size: .78rem;
    font-weight: 800;
}

.article-sidebar-empty {
    margin: 16px 0 0;
    color: var(--bsi-muted);
    font-size: .8rem;
}

.article-sidebar-item[hidden] {
    display: none;
}

.article-content {
    font-size: 1.05rem;
    line-height: 1.95;
    color: #4f5963;
}

.article-content > p {
    margin-bottom: 26px;
}

.article-callout {
    margin-top: 46px;
    padding: 32px;
    border-radius: 26px;
    background: var(--bsi-soft);
}

.article-callout strong {
    font-size: 1.3rem;
    color: var(--bsi-ink);
}

.article-callout p {
    margin: 8px 0 20px;
}

/* Contact */
.contact-page {
    padding: 62px 0 100px;
    background: var(--bsi-soft);
}

.contact-shell {
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid var(--bsi-border);
}

.contact-info-panel {
    height: 100%;
    min-height: 650px;
    padding: 58px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(22,184,196,.28), transparent 38%),
        var(--bsi-navy-deep);
}

.contact-info-panel h1 {
    margin: 28px 0 20px;
    font-size: clamp(3rem, 4.4vw, 5rem);
    line-height: .98;
    letter-spacing: -.06em;
}

.contact-info-panel > p {
    color: rgba(255,255,255,.66);
    line-height: 1.85;
}

.contact-info-list {
    margin-top: 62px;
}

.contact-info-list > div {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.17);
}

.contact-info-list span,
.contact-info-list strong {
    display: block;
}

.contact-info-list span {
    color: rgba(255,255,255,.48);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

.contact-info-list strong {
    margin-top: 8px;
    font-weight: 600;
    line-height: 1.6;
}

.contact-map-frame {
    margin-top: 28px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .17);
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
}

.contact-form-panel {
    padding: 58px;
}

.contact-form-panel h2 {
    margin: 16px 0 38px;
    font-size: clamp(2.3rem, 3.5vw, 4rem);
    letter-spacing: -.05em;
}

.bsi-input {
    border-color: var(--bsi-border);
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: none !important;
}

.bsi-input:focus {
    border-color: var(--bsi-cyan);
}

.form-label {
    color: var(--bsi-ink);
    font-size: .82rem;
    font-weight: 700;
}

.form-note {
    display: block;
    margin-top: 14px;
    color: var(--bsi-muted);
}

/* Empty */
.empty-state {
    max-width: 720px;
    padding: 90px 0;
}

.empty-state h1 {
    margin: 20px 0;
    font-size: clamp(3rem, 6vw, 6rem);
    letter-spacing: -.06em;
}

/* Responsive */
@media (max-width: 991.98px) {
    .inner-section {
        padding: 72px 0;
    }

    .news-tools {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-search {
        width: min(100%, 360px);
    }

    .inner-hero-copy {
        min-height: auto;
        padding: 52px 34px 38px;
    }

    .inner-hero-media {
        min-height: 0;
        padding: 0 22px 22px;
    }

    .inner-hero-media img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .focus-row {
        grid-template-columns: 58px 1fr;
    }

    .focus-row p {
        grid-column: 2;
    }

    .page-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .brand-directory-card,
    .brand-directory-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .brand-directory-card:nth-child(even) .brand-directory-image {
        order: initial;
    }

    .brand-directory-content {
        min-height: 330px;
    }

    .partner-directory {
        grid-template-columns: repeat(3, 1fr);
    }

    .brand-detail-copy,
    .brand-detail-photo {
        min-height: auto;
    }

    .brand-detail-photo img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .brand-gallery {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .brand-gallery figure {
        min-height: 420px;
    }

    .process-road {
        padding-left: 78px;
    }

    .road-line {
        left: 36px;
        transform: none;
        width: 72px;
    }

    .road-step {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 28px !important;
        padding-right: 0 !important;
    }

    .road-left .road-marker,
    .road-right .road-marker {
        left: -72px;
        right: auto;
    }

    .news-directory {
        grid-template-columns: 1fr;
    }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .article-news-sidebar {
        position: static;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 42px 34px;
    }

    .contact-info-panel {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .page-intro {
        padding: 64px 0 48px;
    }

    .page-intro h1 {
        font-size: clamp(3rem, 14vw, 4.6rem);
    }

    .inner-title {
        font-size: 2.6rem;
    }

    .vision-card {
        padding: 30px 24px;
    }

    .focus-row {
        grid-template-columns: 44px 1fr;
        gap: 14px;
    }

    .leader-card {
        padding: 20px;
    }

    .page-cta {
        padding: 32px 26px;
    }

    .brand-directory-image {
        min-height: 330px;
    }

    .brand-directory-content {
        padding: 30px 26px;
        min-height: 300px;
    }

    .brand-directory-bottom h2 {
        font-size: 2.4rem;
    }

    .partner-directory {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-directory-item {
        min-height: 118px;
    }

    .brand-detail-copy {
        padding: 36px 26px;
    }

    .brand-detail-photo {
        padding: 0 18px 18px;
    }

    .brand-facts {
        grid-template-columns: 1fr;
    }

    .brand-facts > div {
        border-bottom: 1px solid var(--bsi-border);
    }

    .support-service-grid {
        grid-template-columns: 1fr;
    }

    .support-service-grid article,
    .support-service-grid article:nth-child(odd),
    .support-service-grid article:nth-child(even) {
        border-right: 0;
        padding: 26px 0;
    }

    .process-road {
        padding-left: 60px;
    }

    .road-line {
        left: 20px;
        width: 58px;
    }

    .road-left .road-marker,
    .road-right .road-marker {
        left: -66px;
        width: 52px;
        height: 52px;
    }

    .road-card {
        padding: 24px;
    }

    .news-directory-image {
        height: 250px;
    }

    .article-page {
        padding-top: 52px;
    }

    .article-cover {
        border-radius: 22px;
        height: 58vw;
        min-height: 260px;
    }

    .contact-page {
        padding-top: 30px;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 34px 24px;
    }
}

/* Leadership cards with original portraits from Company Profile PDF */
.leader-photo-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--bsi-border);
    border-radius: 28px;
    background: #fff;
}

.leader-photo {
    position: relative;
    aspect-ratio: 4 / 4.6;
    overflow: hidden;
    background: #eef3f6;
}

.leader-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform .45s ease;
}

.leader-photo-card:hover .leader-photo img {
    transform: scale(1.025);
}

.leader-photo-info {
    padding: 24px 26px 26px;
    background: #fff;
}

.leader-photo-info h3 {
    margin: 0 0 6px;
    color: var(--bsi-ink);
    font-size: 1.28rem;
    font-weight: 700;
}

.leader-photo-info p {
    margin: 0;
    color: var(--bsi-muted);
    font-size: .9rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .leader-photo {
        aspect-ratio: 4 / 4.2;
    }

    .leader-photo-info {
        padding: 20px 22px 22px;
    }
}
