/* ─── About Page ───────────────────────────────────────────── */
.about-page {
    padding: 0 0 60px;
    width: 100%;
}

.about-page .policy-page__hero-inner {
    max-width: none;
    width: 100%;
}

.about-page .policy-page__layout {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
}

body.is-animated .about-page .policy-page__layout {
    animation: aboutFadeUp 0.5s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
    will-change: transform, opacity;
}

body.is-animated .about-page .policy-page__hero {
    animation: aboutFadeDown 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
    will-change: transform, opacity;
}

body.is-animated .about-page .policy-page__hero-inner > .policy-page__category,
body.is-animated .about-page .policy-page__hero-inner > .policy-page__heading,
body.is-animated .about-page .policy-page__hero-inner > .policy-page__meta {
    opacity: 0;
    animation: aboutHeroTextIn 0.62s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    will-change: transform, opacity;
}

body.is-animated .about-page .policy-page__hero-inner > .policy-page__category {
    animation-delay: 0.12s;
}

body.is-animated .about-page .policy-page__hero-inner > .policy-page__heading {
    animation-delay: 0.24s;
}

body.is-animated .about-page .policy-page__hero-inner > .policy-page__meta {
    animation-delay: 0.38s;
}

body.is-animated .about-page .policy-page__heading-icon {
    animation: aboutHeroIconIn 0.55s 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
    will-change: transform, opacity;
}

/* ─── Stat cards (ข้อมูลทั่วไป) ───────────────────────────── */
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0 24px;
}

.about-stat {
    background: linear-gradient(145deg, #f0fdf4 0%, #fff 100%);
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    transition: transform 180ms, box-shadow 180ms;
}

.about-stat:hover {
    box-shadow: 0 8px 20px rgba(15, 81, 50, 0.1);
}

.about-stat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.about-stat__num {
    display: block;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0f5132;
    line-height: 1.1;
}

.about-stat__label {
    display: block;
    font-size: 0.78rem;
    color: #6b7280;
    margin-top: 4px;
    line-height: 1.35;
}

/* Vision / Mission — featured */
.about-vm.about-vm--featured {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
    align-items: stretch;
}

.about-vm__card {
    border-radius: 16px;
    padding: 0;
    border: none;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 81, 50, 0.12);
}

.about-vm__card--vision {
    background: linear-gradient(145deg, #0f766e 0%, #14b8a6 100%);
    color: #fff;
}

.about-vm__card--mission {
    background: linear-gradient(145deg, #1e3a5f 0%, #2563eb 100%);
    color: #fff;
}

.about-vm__card--values {
    background: linear-gradient(145deg, #0369a1 0%, #38bdf8 100%);
    color: #fff;
}

.about-vm--featured .about-vm__card--values strong,
.about-vm--featured .about-vm__card--values span {
    color: #fff;
}

.about-vm__values {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 4px 24px 24px;
}

.about-vm__value {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-vm__value-badge {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.22);
    font-family: var(--font-main, 'Prompt', sans-serif);
    font-size: 1.25rem;
    font-weight: 700;
}

.about-vm__value-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.about-vm__value-body strong {
    font-size: 0.98rem;
    font-weight: 700;
    font-family: var(--font-main, 'Prompt', sans-serif);
}

.about-vm__value-body span {
    font-size: 0.82rem;
    line-height: 1.5;
    opacity: 0.95;
    font-family: var(--font-main, 'Prompt', sans-serif);
}

.about-vm--featured .about-vm__card h3,
.about-vm--featured .about-vm__card p,
.about-vm--featured .about-vm__card li,
.about-vm--featured .about-vm__card .about-vm__card-icon {
    color: #fff;
}

.about-vm__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px 12px;
}

.about-vm__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
    flex-shrink: 0;
}

.about-vm__card-head h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    font-family: var(--font-main, 'Prompt', sans-serif);
}

.about-vm__quote {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.75;
    margin: 0;
    padding: 8px 24px 24px;
    font-family: var(--font-main, 'Prompt', sans-serif);
}

.about-vm__list {
    list-style: none;
    margin: 0;
    padding: 4px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-vm__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    line-height: 1.6;
    font-family: var(--font-main, 'Prompt', sans-serif);
}

.about-vm__list li i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 1rem;
    opacity: 0.9;
}

/* Legacy vm (unused) */
.about-vm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

/* ─── Timeline Panel (collapsible) ────────────────────────── */
.about-timeline-panel {
    margin-top: 16px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 118, 110, 0.18);
    box-shadow: 0 2px 12px rgba(15, 81, 50, 0.08);
    background: #fff;
}

.about-timeline-panel__header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 20px;
    border: none;
    background: linear-gradient(to right, #0f766e, #0d9488);
    color: #fff;
    font-family: var(--font-main, 'Prompt', sans-serif);
    cursor: pointer;
    text-align: left;
    transition: filter 180ms;
}

.about-timeline-panel__header:hover {
    filter: brightness(1.08);
}

.about-timeline-panel__header > i:first-child {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.about-timeline-panel__title {
    font-size: 1rem;
    font-weight: 500;
    flex: 1;
}

.about-timeline-panel__meta {
    font-size: 0.78rem;
    background: rgba(255, 255, 255, 0.18);
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.about-timeline-panel__chevron {
    font-size: 1.2rem;
    transition: transform 420ms ease;
    opacity: 0.85;
    flex-shrink: 0;
}

.about-timeline-panel.is-collapsed .about-timeline-panel__chevron {
    transform: rotate(-90deg);
}

.about-timeline-panel__body {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    background: #f8faf9;
    border-top: 1px solid transparent;
    transition: max-height 420ms ease, opacity 320ms ease;
}

.about-timeline-panel.is-expanding .about-timeline-panel__body {
    transition: max-height 720ms ease-in-out, opacity 560ms ease;
}

.about-timeline-panel:not(.is-collapsed) .about-timeline-panel__body {
    opacity: 1;
    padding: 20px 20px 8px;
    border-top-color: rgba(15, 118, 110, 0.1);
}

@media (max-width: 640px) {
    .about-timeline-panel__meta {
        display: none;
    }

    .about-timeline-panel__title {
        font-size: 0.92rem;
    }
}

/* ─── Timeline (ประวัติ) ─────────────────────────────────── */
.about-timeline {
    position: relative;
    margin: 0;
    padding-left: 28px;
}

.about-timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    bottom: 6px;
    width: 3px;
    background: linear-gradient(to bottom, #0f766e, #99f6e4);
    border-radius: 999px;
}

.about-timeline__item {
    position: relative;
    padding: 0 0 22px 18px;
}

.about-timeline__item::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0f766e;
    border: 3px solid #ecfdf5;
    box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.25);
}

.about-timeline__year {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    background: #0f766e;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.about-timeline__text {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.about-timeline__list {
    margin: 0;
    padding-left: 20px;
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.6;
}

.about-timeline__list li {
    margin-bottom: 6px;
}

/* ─── Org Chart (Level M) ─────────────────────────────────── */
.about-org {
    background: #fff;
    border-radius: 18px;
    padding: 22px 20px 18px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    box-shadow: 0 4px 18px rgba(15, 81, 50, 0.06);
    font-family: var(--font-main, 'Prompt', sans-serif);
}

.about-org__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(15, 118, 110, 0.18);
}

.about-org__meta-badges {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.about-org__badge {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.about-org__level {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid rgba(15, 118, 110, 0.2);
}

.about-org__hint-inline {
    font-size: 0.78rem;
    color: #6b7280;
}

.about-org__director {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.4;
    box-shadow: 0 6px 18px rgba(15, 118, 110, 0.28);
}

.about-org__role-btn {
    border: none;
    cursor: pointer;
    font-family: var(--font-main, 'Prompt', sans-serif);
    transition: box-shadow 160ms ease, filter 160ms ease, border-radius 160ms ease;
}

.about-org__role-btn:hover,
.about-org__role-btn:focus-visible {
    filter: brightness(1.05);
    outline: none;
    box-shadow: 0 8px 22px rgba(15, 118, 110, 0.34);
}

.about-org__role-btn.is-open {
    border-radius: 12px 12px 0 0;
    box-shadow: none;
}

.about-org__director-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.about-org__role-chevron {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.85rem;
    transition: transform 180ms ease;
}

.about-org__role-btn.is-open .about-org__role-chevron {
    transform: rotate(180deg);
}

.about-org__unit--director {
    align-self: center;
    max-width: 100%;
}

.about-org--level-m .about-org__unit--director {
    width: calc((100% - 24px) / 3);
}

.about-org--level-a .about-org__unit--director {
    width: calc((100% - 28px) / 3);
}

.about-org__unit--role {
    width: 100%;
}

.about-org__chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 22px 16px 20px;
    background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 14px;
    margin-bottom: 12px;
}

.about-org__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    align-items: stretch;
}

.about-org--level-m .about-org__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-org__unit,
.about-org__list-unit {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.about-org__list-unit + .about-org__list-unit {
    margin-top: 8px;
}

.about-org__card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 72px;
    padding: 12px 12px;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 12px;
    background: #fff;
    color: #134e4a;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-main, 'Prompt', sans-serif);
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.about-org__card:hover,
.about-org__card:focus-visible {
    border-color: #0d9488;
    background: #ecfdf5;
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.12);
    outline: none;
}

.about-org__card-chevron,
.about-org__list-chevron {
    flex-shrink: 0;
    margin-left: auto;
    color: #9ca3af;
    font-size: 0.85rem;
    transition: transform 180ms ease, color 160ms ease;
}

.about-org__card.is-open,
.about-org__list-item.is-open {
    border-color: #0d9488;
    background: #ecfdf5;
    box-shadow: none;
}

.about-org__card.is-open {
    border-radius: 12px 12px 0 0;
}

.about-org__list-item.is-open {
    border-radius: 12px 12px 0 0;
}

.about-org__card.is-open .about-org__card-chevron,
.about-org__list-item.is-open .about-org__list-chevron,
.about-org__role-btn.is-open .about-org__role-chevron {
    transform: rotate(180deg);
    color: #0f766e;
}

.about-org__role-btn.is-open .about-org__role-chevron {
    color: rgba(255, 255, 255, 0.95);
}

.about-org__collapse {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    padding: 0 10px;
    border: 1px solid transparent;
    border-top: none;
    border-radius: 0 0 12px 12px;
    background: #f8faf9;
    transition: max-height 260ms ease, opacity 200ms ease, border-color 200ms ease;
}

.about-org__collapse.is-open {
    opacity: 1;
    padding: 12px 12px 16px;
    border-color: rgba(15, 118, 110, 0.14);
}

.about-org .about-org__collapse-note,
.about-org .about-org__collapse-footnote,
.about-org__collapse .about-org__collapse-note,
.about-org__collapse .about-org__collapse-footnote,
.about-org__group-collapse .about-org__collapse-note,
.about-org__group-collapse .about-org__collapse-footnote {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 500;
    font-style: normal;
    color: #dc2626;
    line-height: 1.45;
}

.about-org .about-org__collapse-note,
.about-org__collapse .about-org__collapse-note,
.about-org__group-collapse .about-org__collapse-note {
    margin-bottom: 10px;
}

.about-org .about-org__collapse-footnote,
.about-org__collapse .about-org__collapse-footnote,
.about-org__group-collapse .about-org__collapse-footnote {
    margin-top: 10px;
}

.about-org__collapse-items-section {
    margin: 0;
}

.about-org__collapse-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.about-org__collapse-items li {
    position: relative;
    padding: 8px 10px 8px 22px;
    background: #fff;
    border-radius: 8px;
    border-left: 3px solid #0d9488;
    font-size: 0.82rem;
    color: #374151;
    line-height: 1.45;
}

.about-org__collapse-items li::before {
    content: '•';
    position: absolute;
    left: 10px;
    color: #0d9488;
    font-weight: 700;
}

.about-org__collapse-positions {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed rgba(15, 118, 110, 0.2);
}

.about-org__collapse-positions-title {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f766e;
    line-height: 1.4;
}

.about-org__collapse-positions-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about-org__collapse-positions-items li {
    position: relative;
    padding: 7px 10px;
    background: #fff;
    border-radius: 8px;
    border-left: 3px solid #94a3b8;
    font-size: 0.8rem;
    color: #374151;
    line-height: 1.45;
}


.about-org__mission-groups {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-org__group-unit {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.about-org__group-card {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 10px;
    background: #fff;
    color: #134e4a;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-main, 'Prompt', sans-serif);
    transition: border-color 160ms ease, background 160ms ease;
}

.about-org__group-card:hover,
.about-org__group-card:focus-visible {
    border-color: #0d9488;
    background: #ecfdf5;
    outline: none;
}

.about-org__group-card.is-open {
    border-color: #0d9488;
    background: #ecfdf5;
    border-radius: 10px 10px 0 0;
}

.about-org__group-card--static {
    cursor: default;
}

.about-org__group-card--static:hover {
    border-color: rgba(15, 118, 110, 0.14);
    background: #fff;
}

.about-org__group-title {
    flex: 1;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.4;
    color: #134e4a;
}

.about-org__group-chevron {
    flex-shrink: 0;
    margin-left: auto;
    color: #9ca3af;
    font-size: 0.78rem;
    transition: transform 180ms ease, color 160ms ease;
}

.about-org__group-card.is-open .about-org__group-chevron {
    transform: rotate(180deg);
    color: #0f766e;
}

.about-org__group-collapse {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 8px;
    border: 1px solid transparent;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #fff;
    transition: max-height 240ms ease, opacity 180ms ease, border-color 180ms ease;
}

.about-org__group-collapse.is-open {
    opacity: 1;
    padding: 10px 10px 14px;
    border-color: rgba(15, 118, 110, 0.14);
}

.about-org__collapse-positions--inline {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.about-org + .about-org {
    margin-top: 20px;
}

.about-org--level-a .about-org__chart {
    align-items: stretch;
}

.about-org__director--list {
    display: none;
    width: 100%;
}

.about-org__list-unit--director,
.about-org__list-unit--role {
    margin-bottom: 4px;
}

.about-org__collapse--role {
    margin-top: 0;
    border-radius: 0 0 12px 12px;
}

.about-org__deputies {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.about-org__deputy-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.about-org__deputy {
    width: 100%;
    max-width: none;
}

.about-org__deputy--list {
    margin-bottom: 0;
}

.about-org__missions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-org__card-num--sub,
.about-org__list-num--sub {
    min-width: 34px;
    width: auto;
    padding: 0 7px;
    font-size: 0.68rem;
}

.about-org__list-deputy + .about-org__list-deputy {
    margin-top: 14px;
}

.about-org__card-num,
.about-org__list-num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.about-org__card-title,
.about-org__list-title {
    flex: 1;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
    color: #134e4a;
}

.about-org__list {
    display: none;
    flex-direction: column;
    gap: 8px;
}

.about-org__list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 12px;
    background: #fff;
    color: #134e4a;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-main, 'Prompt', sans-serif);
    transition: border-color 160ms ease, background 160ms ease;
}

.about-org__list-item:hover,
.about-org__list-item:focus-visible {
    border-color: #0d9488;
    background: #ecfdf5;
    outline: none;
}

.about-org__list-item .bi {
    color: #9ca3af;
    font-size: 0.9rem;
}

.about-org .about-org__footnote {
    margin: 12px 0 0;
    font-size: 0.72rem;
    font-weight: 500;
    color: #dc2626;
    line-height: 1.45;
}

/* Org group modal */
.about-org-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.about-org-modal.is-open,
.about-org-modal.is-closing {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.about-org-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 220ms ease;
}

.about-org-modal.is-open .about-org-modal__backdrop,
.about-org-modal.is-closing .about-org-modal__backdrop {
    opacity: 1;
}

.about-org-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: min(80vh, 640px);
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    padding: 22px 22px 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateY(16px) scale(0.97);
    transition: opacity 220ms ease, transform 220ms ease;
}

.about-org-modal.is-open .about-org-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.about-org-modal.is-closing .about-org-modal__dialog {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
}

.about-org-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.about-org-modal__close:hover {
    background: #e5e7eb;
}

.about-org-modal__title {
    margin: 0 0 12px;
    padding-right: 28px;
    font-size: 1rem;
    font-weight: 700;
    color: #134e4a;
    line-height: 1.4;
}

.about-org-modal__note {
    margin: -4px 0 12px;
    font-size: 0.76rem;
    color: #6b7280;
    font-style: italic;
    line-height: 1.45;
}

.about-org-modal__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.about-org-modal__items li {
    position: relative;
    padding: 8px 10px 8px 22px;
    background: #f8faf9;
    border-radius: 8px;
    border-left: 3px solid #0d9488;
    font-size: 0.82rem;
    color: #374151;
    line-height: 1.45;
}

.about-org-modal__items li::before {
    content: '•';
    position: absolute;
    left: 10px;
    color: #0d9488;
    font-weight: 700;
}

@media (max-width: 900px) {
    .about-org__chart {
        display: none;
    }

    .about-org__deputies {
        display: none;
    }

    .about-org__list {
        display: flex;
    }

    .about-org__director--list {
        display: flex;
    }

    .about-org__hint-inline {
        width: 100%;
    }
}

/* ─── Directors table ─────────────────────────────────────── */

/* scroll wrapper — overrides policy-info-card's overflow:hidden */
.about-directors-card {
    overflow: visible !important;
    padding: 0 !important;
}

.about-directors-table__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    /* thin scrollbar on desktop */
    scrollbar-width: thin;
    scrollbar-color: #0f766e #e5e7eb;
}

.about-directors-table__scroll::-webkit-scrollbar {
    height: 6px;
}

.about-directors-table__scroll::-webkit-scrollbar-track {
    background: #e5e7eb;
    border-radius: 0 0 10px 10px;
}

.about-directors-table__scroll::-webkit-scrollbar-thumb {
    background: #0f766e;
    border-radius: 10px;
}

.about-directors-table {
    min-width: 560px; /* ป้องกันตารางยุบบน mobile */
}

.about-directors-table thead th {
    background: #0f766e;
    color: #fff;
    font-weight: 500;
    font-size: 0.85rem;
    white-space: nowrap; /* header ไม่ตัดบรรทัด */
}

/* ทุกคอลัมน์ไม่ตัดบรรทัด — เลื่อน scroll แทน */
.about-directors-table td {
    white-space: nowrap;
}

.about-directors-table__current td {
    background: #ecfdf5;
    font-weight: 500;
    color: #134e4a;
}

/* ─── Awards ──────────────────────────────────────────────── */
.about-awards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-award {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 14px;
    padding: 18px 20px;
    transition: transform 180ms, box-shadow 180ms;
}

.about-award:hover {
    box-shadow: 0 8px 22px rgba(15, 81, 50, 0.1);
}

.about-award__badge {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
}

.about-award__badge--ha {
    background: linear-gradient(145deg, #8b6914 0%, #c9a227 45%, #f0d060 100%);
    box-shadow: 0 3px 10px rgba(139, 105, 20, 0.35);
}

.about-award__badge--hph {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
}

.about-award__badge--star {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.about-award__body h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 4px;
}

.about-award__body p {
    font-size: 0.84rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.55;
}

.about-award__year {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 500;
    color: #0f766e;
    background: #ecfdf5;
    padding: 2px 8px;
    border-radius: 999px;
    margin-top: 6px;
}

.about-award--ha .about-award__cert-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 9px 16px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(145deg, #8b6914 0%, #c9a227 45%, #f0d060 100%);
    color: #fff;
    font-family: var(--font-main, 'Prompt', sans-serif);
    font-size: 0.84rem;
    font-weight: 500;
    cursor: pointer;
    transition: transform 150ms, box-shadow 150ms, filter 150ms;
    box-shadow: 0 2px 8px rgba(139, 105, 20, 0.28);
}

.about-award--ha .about-award__cert-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: 0 4px 14px rgba(139, 105, 20, 0.42);
}

/* ─── Directors table: photo button ───────────────────────── */
.about-directors-table__name {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.about-directors-table__photo-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border: 1px solid rgba(15, 118, 110, 0.3);
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-family: var(--font-main, 'Prompt', sans-serif);
    font-size: 0.72rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: background 150ms, color 150ms, border-color 150ms, transform 150ms;
}

.about-directors-table__photo-btn:hover {
    background: #0f766e;
    color: #fff;
    border-color: #0f766e;
    transform: translateY(-1px);
}

.about-directors-table__photo-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background: #f3f4f6;
    color: #9ca3af;
    border-color: #e5e7eb;
    transform: none;
}

.about-directors-table__photo-btn:disabled:hover {
    background: #f3f4f6;
    color: #9ca3af;
    border-color: #e5e7eb;
    transform: none;
}

/* ─── Director Photo Modal ────────────────────────────────── */
.about-director-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0s linear 340ms, opacity 320ms ease;
}

.about-director-modal.is-open,
.about-director-modal.is-closing {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: visibility 0s, opacity 320ms ease;
}

.about-director-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 320ms ease;
}

.about-director-modal.is-open .about-director-modal__backdrop,
.about-director-modal.is-closing .about-director-modal__backdrop {
    opacity: 1;
}

.about-director-modal__dialog {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 94vw;
    max-height: 94vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(24px) scale(0.94);
    transition: opacity 340ms cubic-bezier(0.16, 1, 0.3, 1),
                transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-director-modal.is-open .about-director-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.about-director-modal.is-closing .about-director-modal__dialog {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
}

.about-director-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #f3f4f6;
    color: #374151;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background 150ms;
}

.about-director-modal__close:hover {
    background: #e5e7eb;
}

.about-director-modal__viewer {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #d1d5db;
    background: #e5e7eb;
    line-height: 0;
}

.about-director-modal__img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72vh;
}

.about-director-modal__title {
    margin: 14px 0 0;
    font-size: 1rem;
    font-weight: 700;
    color: #134e4a;
    text-align: center;
}

/* ─── HA Certificate Modal ────────────────────────────────── */
.about-ha-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0s linear 340ms, opacity 320ms ease;
}

.about-ha-modal.is-open,
.about-ha-modal.is-closing {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: visibility 0s, opacity 320ms ease;
}

.about-ha-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 320ms ease;
}

.about-ha-modal.is-open .about-ha-modal__backdrop,
.about-ha-modal.is-closing .about-ha-modal__backdrop {
    opacity: 1;
}

.about-ha-modal__dialog {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(24px) scale(0.94);
    transition: opacity 340ms cubic-bezier(0.16, 1, 0.3, 1),
                transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-ha-modal.is-open .about-ha-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.about-ha-modal.is-closing .about-ha-modal__dialog {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
}

.about-ha-modal.is-open .about-ha-modal__title {
    animation: haModalItemIn 0.42s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.about-ha-modal.is-open .about-ha-modal__tabs {
    animation: haModalItemIn 0.42s 0.18s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.about-ha-modal.is-open .about-ha-modal__viewer {
    animation: haModalItemIn 0.42s 0.26s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.about-ha-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: #f3f4f6;
    color: #374151;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background 150ms;
    pointer-events: auto;
}

.about-ha-modal__close:hover {
    background: #e5e7eb;
}

.about-ha-modal__title {
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f766e;
    margin: 0 0 16px;
    padding-right: 48px;
    font-family: var(--font-main, 'Prompt', sans-serif);
}

.about-ha-modal__tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.about-ha-modal__tab {
    padding: 8px 16px;
    border: 2px solid rgba(15, 118, 110, 0.2);
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-family: var(--font-main, 'Prompt', sans-serif);
    font-size: 0.86rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 150ms, border-color 150ms, color 150ms;
}

.about-ha-modal__tab.is-active,
.about-ha-modal__tab:hover {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.about-ha-modal__viewer {
    background: #f8faf9;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}

.about-ha-modal__img {
    display: none;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.about-ha-modal__img.is-active {
    display: inline-block;
    animation: haModalImgIn 0.38s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes haModalItemIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes haModalImgIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ─── Social icons ────────────────────────────────────────── */
.about-social {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.about-contact-card .about-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    transition: transform 150ms, box-shadow 150ms;
}

.about-contact-card .about-social__link i {
    color: #fff;
}

.about-contact-card .about-social__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    color: #fff;
    text-decoration: none;
}

.about-social__link--fb { background: #1877f2; }
.about-social__link--line { background: #06c755; }
.about-social__link--yt { background: #ff0000; }
.about-social__link--tiktok { background: #010101; }

.about-contact-card--social .about-contact-card__icon {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

/* ─── Contact cards ───────────────────────────────────────── */
.about-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-contact-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #f8faf9;
    border: 1px solid rgba(15, 118, 110, 0.1);
    border-radius: 14px;
    padding: 18px 20px;
}

.about-contact-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.about-contact-card h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f766e;
    margin: 0 0 6px;
}

.about-contact-card p,
.about-contact-card a {
    font-size: 0.88rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.about-contact-card a {
    color: #0f766e;
    font-weight: 500;
    text-decoration: none;
}

.about-contact-card a:hover {
    text-decoration: underline;
}

.about-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 14px;
    background: #0f766e;
    color: #fff !important;
    border-radius: 10px;
    font-size: 0.84rem !important;
    transition: background 150ms;
}

.about-phone-link:hover {
    background: #0d9488;
    text-decoration: none !important;
}

/* ─── Campus Map (แผนผังโรงพยาบาล) ─────────────────────────── */
.about-campus-map {
    background: #fff;
    border-radius: 18px;
    padding: 20px 18px 24px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    box-shadow: 0 4px 18px rgba(15, 81, 50, 0.06);
}

/* ── Map image ── */
/* ── Stage wraps viewport + zoom bar ── */
.about-campus-map__stage {
    position: relative;
}

/* ── Viewport: clips the zoomed image ── */
.about-campus-map__img-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(15, 118, 110, 0.12);
    background: #f0fdf4;
    line-height: 0;
    cursor: grab;
    touch-action: none; /* ปิด browser pan ให้ JS จัดการเอง */
    user-select: none;
}

.about-campus-map__img-wrap.is-grabbing {
    cursor: grabbing;
}

.about-campus-map__img {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: 0 0;
    will-change: transform;
    pointer-events: none;
    -webkit-user-drag: none;
}

/* ── Ctrl+Scroll hint overlay ── */
.about-campus-map__scroll-hint {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #fff;
    background: rgba(15, 50, 48, 0.62);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 220ms ease;
    z-index: 4;
}

.about-campus-map__scroll-hint.is-visible {
    opacity: 1;
}

.about-campus-map__scroll-hint kbd {
    display: inline-flex;
    align-items: center;
    padding: 1px 6px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.18);
    font-family: inherit;
    font-size: 0.78rem;
    line-height: 1.6;
}

/* ── Zoom control bar ── */
.about-campus-map__zoom-bar {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 999px;
    padding: 3px 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    z-index: 3;
}

.about-campus-map__zoom-btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #134e4a;
    font-size: 1rem;
    cursor: pointer;
    transition: background 150ms ease, color 150ms ease;
    padding: 0;
    line-height: 1;
}

.about-campus-map__zoom-btn:hover {
    background: #ecfdf5;
    color: #0f766e;
}

.about-campus-map__zoom-btn--reset {
    font-size: 0.88rem;
    color: #6b7280;
}

.about-campus-map__zoom-label {
    min-width: 38px;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #374151;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
}

/* ── Legend ── */
.about-campus-map__legend {
    margin-top: 28px;
}

.about-campus-map__legend-heading {
    margin: 0 0 16px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #134e4a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-campus-map__legend-heading i {
    color: #0f766e;
    font-size: 1rem;
}

.about-campus-map__legend-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 20px;
}

.about-campus-map__legend-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f8faf9;
    border: 1px solid rgba(15, 118, 110, 0.09);
    transition: background 150ms ease, border-color 150ms ease;
}

.about-campus-map__legend-item:hover {
    background: #ecfdf5;
    border-color: rgba(15, 118, 110, 0.22);
}

.about-campus-map__legend-badge {
    flex-shrink: 0;
    min-width: 28px;
    height: 28px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dc2626;
    color: #fff;
    border-radius: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
}

.about-campus-map__legend-content {
    min-width: 0;
}

.about-campus-map__legend-title {
    display: block;
    font-size: 0.82rem;
    font-weight: 500;
    color: #134e4a;
    line-height: 1.45;
}

.about-campus-map__legend-detail {
    margin-top: 4px;
}

/* Floor/room list inside legend items */
.about-campus-map__floors {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.about-campus-map__floors li {
    display: flex;
    gap: 6px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #4b5563;
}

.about-campus-map__floors .floor {
    flex-shrink: 0;
    font-weight: 700;
    color: #0f766e;
    white-space: nowrap;
}

.about-campus-map__floors .rooms {
    min-width: 0;
}

/* responsive */
@media (max-width: 900px) {
    .about-campus-map__legend-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .about-campus-map__legend-list {
        grid-template-columns: 1fr;
    }
}

/* ─── Google Map ──────────────────────────────────────────── */
.about-map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(15, 118, 110, 0.15);
    box-shadow: 0 8px 24px rgba(15, 81, 50, 0.1);
    line-height: 0;
}

.about-map-wrap iframe {
    width: 100%;
    height: 580px;
    border: 0;
    display: block;
}

.about-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

@media (max-width: 560px) {
    .about-map-actions {
        flex-direction: column;
    }

    .about-map-btn {
        width: 100%;
        justify-content: center;
    }
}

.about-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 150ms, transform 150ms;
}

.about-map-btn--primary {
    background: #0f766e;
    color: #fff;
}

.about-map-btn--primary:hover {
    background: #0d9488;
    transform: translateY(-1px);
}

.about-map-btn--outline {
    background: #fff;
    color: #0f766e;
    border: 2px solid rgba(15, 118, 110, 0.25);
}

.about-map-btn--outline:hover {
    background: #ecfdf5;
}

.about-toc a.is-active {
    color: #0f766e;
    font-weight: 500;
}

@keyframes aboutFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes aboutFadeDown {
    from { opacity: 0; transform: translateY(-14px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes aboutHeroTextIn {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes aboutHeroIconIn {
    from { opacity: 0; transform: scale(0.72); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes aboutPanelIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─── Responsive ──────────────────────────────────────────── */
@media (max-width: 860px) {
    .about-page .policy-page__layout {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }

    .about-page .policy-toc {
        position: static;
        width: 100%;
        max-width: none;
        margin: 0;
        box-sizing: border-box;
        align-self: stretch;
    }

    .about-page .policy-content {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 600px) {
    .about-page .policy-page__hero {
        padding: 32px 16px 28px;
        border-radius: 12px;
    }

    .about-page .policy-page__layout {
        padding: 0 12px;
        margin-top: 24px;
        gap: 16px;
    }

    .about-page .policy-toc {
        width: 100%;
        padding: 18px 20px 22px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 2px 10px rgba(15, 81, 50, 0.06);
    }

    .about-page .policy-toc__list {
        width: 100%;
    }

    .about-page .policy-toc__list a {
        display: block;
        width: 100%;
        padding: 4px 0;
        font-size: 0.88rem;
    }
}

@media (max-width: 900px) {
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-vm.about-vm--featured,
    .about-vm,
    .about-awards,
    .about-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .about-map-wrap iframe {
        height: 280px;
    }

    .about-ha-modal__dialog {
        padding: 18px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.is-animated .about-page .policy-page__hero,
    body.is-animated .about-page .policy-page__layout,
    body.is-animated .about-page .policy-page__hero-inner > .policy-page__category,
    body.is-animated .about-page .policy-page__hero-inner > .policy-page__heading,
    body.is-animated .about-page .policy-page__hero-inner > .policy-page__meta,
    body.is-animated .about-page .policy-page__heading-icon,
    .about-ha-modal,
    .about-ha-modal__backdrop,
    .about-ha-modal__dialog,
    .about-ha-modal.is-open .about-ha-modal__title,
    .about-ha-modal.is-open .about-ha-modal__tabs,
    .about-ha-modal.is-open .about-ha-modal__viewer,
    .about-ha-modal__img.is-active,
    .about-org__grid,
    .about-org__collapse,
    .about-org__card-chevron,
    .about-org__list-chevron,
    .about-page .motion-group__item,
    .about-page .reveal-item {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .about-ha-modal:not(.is-open) {
        visibility: hidden !important;
        pointer-events: none !important;
    }
}
