.hero {
    padding: 52px 0 18px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.88fr);
    gap: 24px;
    align-items: stretch;
}

.hero-copy,
.hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
}

.hero-copy {
    padding: 44px;
    background:
        linear-gradient(135deg, rgba(128, 36, 50, 0.72), rgba(86, 30, 29, 0.54)),
        url("images/hero-tnb.jpg") center/cover no-repeat;
}

.hero-copy::before,
.hero-panel::before {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(215, 38, 56, 0.2), transparent 70%);
    pointer-events: none;
}

.hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 34px;
    background:
        linear-gradient(180deg, rgba(96, 28, 40, 0.92), rgba(70, 24, 31, 0.92));
}

.hero-kicker,
.panel-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(246, 201, 109, 0.24);
    background: rgba(246, 201, 109, 0.1);
    color: var(--accent-warm);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero h1 {
    width: min(680px, 100%);
    margin: 18px 0 16px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: clamp(2.15rem, 4.6vw, 3.6rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.hero p {
    width: min(640px, 100%);
    color: var(--text-soft);
    font-size: 1.03rem;
    line-height: 1.9;
    text-align: left;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.hero-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-trust-list span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(246, 201, 109, 0.16);
    background: rgba(12, 18, 26, 0.22);
    color: #fff4de;
    font-size: 0.82rem;
    line-height: 1.4;
}

.hero-btn {
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.hero-btn:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
}

.hero-btn.primary {
    color: #fff8f3;
    background: linear-gradient(135deg, var(--accent), #ef4c57);
    box-shadow: 0 12px 28px rgba(215, 38, 56, 0.24);
}

.hero-btn.secondary {
    color: var(--text-main);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.stat-card,
.signal-card {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(246, 201, 109, 0.16);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
}

.stat-card strong,
.signal-card strong {
    display: block;
    color: #ffffff;
    font-size: 1.02rem;
}

.stat-card span,
.signal-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--text-soft);
    line-height: 1.65;
}

.hero-panel h2 {
    margin: 18px 0 14px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    line-height: 1.2;
}

.hero-panel p {
    color: var(--text-soft);
    line-height: 1.85;
    text-align: left;
}

.hero-panel-block {
    margin-top: 24px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(246, 201, 109, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.hero-panel-block h3 {
    margin-bottom: 12px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    color: #fff8f2;
}

.hero-panel-list {
    padding-left: 18px;
}

.hero-panel-list li {
    margin-bottom: 10px;
    color: var(--text-soft);
    line-height: 1.72;
}

.hero-signal-grid {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.section-tight {
    padding-top: 0;
}

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

.trust-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid rgba(246, 201, 109, 0.12);
    background: linear-gradient(180deg, rgba(98, 31, 46, 0.9), rgba(72, 24, 34, 0.92));
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.trust-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    border: 1px solid rgba(255, 194, 87, 0.16);
    background: linear-gradient(180deg, rgba(178, 35, 54, 0.34), rgba(120, 26, 39, 0.28));
    color: #ffd36f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trust-icon i {
    font-size: 1.12rem;
}

.trust-card strong {
    display: block;
    margin-bottom: 10px;
    color: #fffaf4;
    font-size: 1rem;
    line-height: 1.28;
}

.trust-card p {
    color: var(--text-soft);
    font-size: 0.98rem;
    line-height: 1.72;
    text-align: left;
    text-justify: auto;
    text-wrap: pretty;
}

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

.intro-card {
    min-height: 100%;
}

.intro-highlight {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(246, 201, 109, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.intro-highlight strong {
    display: block;
    margin-bottom: 8px;
    color: #fff9f3;
    font-size: 0.98rem;
}

.intro-highlight span,
.section-lead {
    color: var(--text-soft);
    line-height: 1.78;
}

.section-lead {
    max-width: 760px;
    margin-bottom: 24px;
}

.activities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

.activity-card {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: linear-gradient(180deg, rgba(118, 36, 52, 0.94), rgba(88, 28, 39, 0.94));
}

.activity-card .icon,
.highlight-card .icon,
.value-card i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--accent-warm);
    background: rgba(215, 38, 56, 0.22);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.activity-card h3 {
    min-height: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #fff8f2;
}

.policy-list {
    padding-left: 18px;
}

.policy-list li {
    margin-bottom: 12px;
    color: #f5e3da;
    line-height: 1.7;
}

.activities-grid .policy-list {
    margin-top: 4px;
}

.capability-shell {
    background:
        linear-gradient(180deg, rgba(99, 29, 43, 0.95), rgba(72, 24, 31, 0.95));
}

.capability-grid {
    gap: 20px;
}

.capability-panel {
    padding: 24px;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(246, 201, 109, 0.16);
}

.capability-panel h2 {
    margin-bottom: 14px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}

.capability-panel p {
    color: var(--text-soft);
    line-height: 1.85;
    margin-bottom: 14px;
}

.capability-panel ol.policy-list {
    padding-left: 20px;
}

.capability-panel strong {
    color: #ffffff;
}

.highlight-card {
    padding: 30px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background:
        linear-gradient(180deg, rgba(106, 32, 45, 0.92), rgba(76, 24, 33, 0.92));
}

.highlight-card h2 {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.highlight-card p {
    color: var(--text-soft);
    line-height: 1.8;
    font-size: 1rem;
    text-align: left;
}

.value-card {
    width: 100%;
    padding: 22px 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 18px;
    border: 1px solid rgba(246, 201, 109, 0.16);
    background: rgba(255, 255, 255, 0.045);
    appearance: none;
    color: inherit;
    font: inherit;
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.value-card i {
    margin: 0 auto 12px;
}

.value-card h3 {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #fff8f2;
}

.value-card:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 201, 109, 0.34);
    background: linear-gradient(180deg, rgba(215, 38, 56, 0.12), rgba(246, 201, 109, 0.1));
}

.value-card:focus-visible,
.close:focus-visible,
.hero-btn:focus-visible {
    outline: 3px solid rgba(255, 214, 123, 0.85);
    outline-offset: 3px;
}

.org-chart {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 14px 18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
}

.org-chart ul {
    padding-top: 28px;
    position: relative;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    width: max-content;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.org-chart li {
    display: inline-block;
    position: relative;
    padding: 24px 6px 0;
    vertical-align: top;
    text-align: center;
}

.org-chart li::before,
.org-chart li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 28px;
    border-top: 1px solid rgba(246, 201, 109, 0.26);
}

.org-chart li::before {
    right: 50%;
}

.org-chart li::after {
    left: 50%;
    border-left: 1px solid rgba(246, 201, 109, 0.26);
}

.org-chart li:only-child::before,
.org-chart li:only-child::after {
    display: none;
}

.org-chart li:only-child {
    padding-top: 0;
}

.org-chart li:first-child::before {
    border: 0;
}

.org-chart li:last-child::after {
    border: 0;
}

.org-chart li:last-child::before {
    border-right: 1px solid rgba(246, 201, 109, 0.26);
    border-radius: 0 8px 0 0;
}

.org-chart li:first-child::after {
    border-radius: 8px 0 0 0;
}

.org-chart ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 28px;
    border-left: 1px solid rgba(246, 201, 109, 0.26);
    transform: translateX(-1px);
}

.org-card {
    display: inline-block;
    min-width: 168px;
    max-width: 188px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(246, 201, 109, 0.16);
    background: linear-gradient(180deg, rgba(96, 28, 40, 0.93), rgba(70, 23, 31, 0.93));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
    transition: transform 0.24s ease, border-color 0.24s ease;
}

.org-card:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 201, 109, 0.3);
}

.org-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.org-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.org-profile img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(246, 201, 109, 0.24);
}

.org-info h4 {
    white-space: normal;
    word-break: break-word;
    font-size: 0.84rem;
    width: 100%;
    text-align: center;
}

.org-info p {
    white-space: normal;
    word-break: break-word;
    color: var(--text-soft);
    font-size: 0.72rem;
    line-height: 1.35;
    width: 100%;
    margin-top: 3px;
    text-align: center;
}

.org-info-note {
    font-size: 0.66rem;
    letter-spacing: 0.04em;
}

.org-card--text-only {
    min-width: 132px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.org-card--text-only .org-profile {
    gap: 0;
}

.modal,
.org-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(3, 8, 15, 0.78);
}

.modal {
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content,
.org-modal-content {
    width: min(560px, 92%);
    margin: 8% auto;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(98, 29, 42, 0.96), rgba(68, 22, 30, 0.96));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
    position: relative;
}

.modal-content h2,
.org-modal-content h3 {
    margin-bottom: 12px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.modal-content p,
.org-modal-content p {
    color: var(--text-soft);
    line-height: 1.8;
}

.close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(246, 201, 109, 0.24);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
}

.org-modal-content {
    text-align: center;
}

.org-modal-content p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 28ch;
}

.org-modal-content img {
    width: 92px;
    height: 92px;
    margin: 0 auto 14px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(246, 201, 109, 0.24);
}

@media (min-width: 1280px) {
    .leadership-container {
        width: min(1840px, 99.2vw);
    }

    .leadership-container .org-chart {
        overflow-x: auto;
    }

    .leadership-container .org-chart ul {
        padding-top: 20px;
        width: max-content;
        min-width: 100%;
        transform: none;
    }

    .leadership-container .org-chart li {
        padding: 20px 4px 0;
    }

    .leadership-container .org-chart li::before,
    .leadership-container .org-chart li::after,
    .leadership-container .org-chart ul ul::before {
        height: 20px;
    }

    .leadership-container .org-chart ul ul::before {
        transform: translateX(0);
    }

    .leadership-container .org-card {
        min-width: 156px;
        max-width: 172px;
        padding: 11px 9px;
        border-radius: 16px;
    }

    .leadership-container .org-profile {
        gap: 6px;
    }

    .leadership-container .org-profile img {
        width: 68px;
        height: 68px;
    }

    .leadership-container .org-info h4 {
        font-size: 0.8rem;
        line-height: 1.25;
    }

    .leadership-container .org-info p {
        font-size: 0.7rem;
        line-height: 1.25;
    }
}

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

@media (max-width: 900px) {
    .hero-stats,
    .intro-grid,
    .trust-band {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 760px) {
    .hero {
        padding-top: 26px;
    }

    .hero-copy,
    .hero-panel {
        padding: 26px 22px;
    }

    .hero h1 {
        font-size: clamp(1.8rem, 10vw, 2.6rem);
    }

    .activities-grid {
        grid-template-columns: 1fr;
    }

    .activity-card h3 {
        min-height: auto;
    }

    .trust-card {
        padding: 20px;
    }

    .trust-card p {
        text-wrap: auto;
    }

    .highlight-card {
        padding: 24px;
    }

    .org-card {
        min-width: 144px;
        max-width: 160px;
        padding: 10px;
    }

    .org-profile img {
        width: 64px;
        height: 64px;
    }

    .org-info h4 {
        font-size: 0.78rem;
    }

    .org-info p {
        font-size: 0.68rem;
    }
}
