.drak-about-page {
    background: #fff;
    color: #102033;
}

.drak-about-page *,
.drak-about-page *::before,
.drak-about-page *::after {
    box-sizing: border-box;
}

.drak-about-hero {
    align-items: center;
    background: #f4f8fb;
    border-bottom: 1px solid #dbe5ec;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
    margin: 0 auto;
    max-width: 1180px;
    min-height: 420px;
    padding: 34px 24px 0;
}

.drak-about-hero__copy {
    min-width: 0;
    padding-bottom: 34px;
}

.drak-about-hero__eyebrow,
.drak-about-kicker {
    color: #0f766e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.drak-about-hero h1 {
    color: #0f3f69;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.drak-about-hero__lead {
    color: #25384b;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.55;
    margin: 16px 0 22px;
    max-width: 760px;
}

.drak-about-hero__actions,
.drak-about-cta div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.drak-about-hero__actions a,
.drak-about-cta a {
    align-items: center;
    background: #0f3f69;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 13px 15px;
    text-decoration: none;
}

.drak-about-hero__actions a:first-child,
.drak-about-cta a:first-child {
    background: #e11d48;
}

.drak-about-hero__actions a:hover,
.drak-about-hero__actions a:focus,
.drak-about-cta a:hover,
.drak-about-cta a:focus {
    color: #fff;
    filter: brightness(0.94);
}

.drak-about-hero__media {
    align-items: end;
    display: flex;
    justify-content: center;
    min-height: 390px;
}

.drak-about-hero__media img {
    display: block;
    height: auto;
    max-height: 390px;
    max-width: 100%;
    object-fit: contain;
}

.drak-about-band,
.drak-about-section,
.drak-about-cta {
    margin: 0 auto;
    max-width: 1180px;
}

.drak-about-band--stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 22px 24px;
}

.drak-about-band--stats div {
    background: #fff;
    border: 1px solid #dbe5ec;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 63, 105, 0.07);
    padding: 18px;
}

.drak-about-band--stats strong {
    color: #0f3f69;
    display: block;
    font-size: 19px;
    line-height: 1.2;
}

.drak-about-band--stats span {
    color: #475569;
    display: block;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 7px;
}

.drak-about-section {
    padding: 34px 24px;
}

.drak-about-two-col {
    display: grid;
    gap: 28px;
    grid-template-columns: 0.85fr 1.15fr;
}

.drak-about-section h2,
.drak-about-cta h2 {
    color: #0f3f69;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0;
}

.drak-about-page h3 {
    color: #0f3f69 !important;
    display: block !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.drak-about-section__head {
    margin-bottom: 18px;
    max-width: 860px;
}

.drak-about-section__head p:last-child,
.drak-about-copy p,
.drak-about-cta p {
    color: #34495e;
    font-size: 16px;
    line-height: 1.72;
    margin: 12px 0 0;
}

.drak-about-timeline {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drak-about-timeline div,
.drak-about-focus__grid a,
.drak-about-training figure,
.drak-about-associations figure {
    background: #fff;
    border: 1px solid #dbe5ec;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 63, 105, 0.07);
}

.drak-about-timeline div {
    padding: 18px;
}

.drak-about-timeline span {
    color: #e11d48;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.drak-about-timeline p,
.drak-about-list li {
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
    margin: 9px 0 0;
}

.drak-about-focus {
    background: #f8fafc;
    border-bottom: 1px solid #e6edf2;
    border-top: 1px solid #e6edf2;
    max-width: none;
}

.drak-about-focus > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
}

.drak-about-focus__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.drak-about-focus__grid a {
    color: #0f3f69;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    padding: 16px;
    text-decoration: none;
}

.drak-about-focus__grid a:hover,
.drak-about-focus__grid a:focus {
    border-color: #0f766e;
    color: #0f766e;
}

.drak-about-training__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.drak-about-training figure {
    margin: 0;
    overflow: hidden;
}

.drak-about-training img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.drak-about-training figcaption {
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    padding: 10px 12px 12px;
}

.drak-about-associations {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.drak-about-associations figure {
    margin: 0;
    padding: 12px;
    text-align: center;
}

.drak-about-associations img {
    display: block;
    height: 86px;
    margin: 0 auto 10px;
    object-fit: contain;
    width: 86px;
}

.drak-about-associations figcaption {
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.drak-about-list ul {
    margin: 0;
    padding-left: 18px;
}

.drak-about-cta {
    background: #0b2f4f;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #fff;
    margin-bottom: 36px;
    padding: 28px;
}

.drak-about-cta h2,
.drak-about-cta p {
    color: #fff;
}

.drak-about-page .drak-about-cta h2 {
    color: #fff;
}

.drak-about-cta p {
    max-width: 850px;
}

.drak-about-cta div {
    margin-top: 18px;
}

@media (max-width: 900px) {
    .drak-about-hero,
    .drak-about-two-col {
        grid-template-columns: minmax(0, 1fr);
    }

    .drak-about-hero {
        padding-bottom: 0;
    }

    .drak-about-hero__media {
        min-height: 240px;
    }

    .drak-about-hero__media img {
        max-height: 260px;
    }

    .drak-about-band--stats,
    .drak-about-timeline,
    .drak-about-focus__grid,
    .drak-about-training__grid,
    .drak-about-associations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .drak-about-hero {
        gap: 10px;
        padding: 24px 14px 0;
    }

    .drak-about-hero h1 {
        font-size: 32px;
    }

    .drak-about-hero__lead {
        font-size: 15px;
    }

    .drak-about-band--stats,
    .drak-about-timeline,
    .drak-about-focus__grid,
    .drak-about-training__grid {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .drak-about-section,
    .drak-about-band--stats {
        padding-left: 14px;
        padding-right: 14px;
    }

    .drak-about-section h2,
    .drak-about-cta h2 {
        font-size: 24px;
    }
}
