.about-showcase-section {
    position: relative;
    padding-bottom: clamp(74px, 8vw, 110px);
    background: var(--paper);
}

.about-showcase {
    display: grid;
    grid-template-columns: minmax(360px, .86fr) minmax(420px, .92fr);
    gap: clamp(42px, 5.6vw, 88px);
    align-items: center;
}

.about-showcase-copy h2,
.about-principles-head h2,
.about-ops-copy h2,
.about-services-head h2,
.about-project-cta h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.25rem, 3.6vw, 3.95rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.about-showcase-copy h2 {
    max-width: 760px;
    font-size: clamp(2.35rem, 3.05vw, 3.45rem);
    line-height: 1.08;
}

.about-showcase-copy .lead {
    max-width: 760px;
    margin-top: 22px;
    color: var(--ink);
    font-size: clamp(1.02rem, 1.15vw, 1.16rem);
    font-weight: 650;
}

.about-showcase-copy p:not(.eyebrow, .lead) {
    max-width: 720px;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 30px;
}

.about-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    color: var(--blue);
    font-weight: 800;
}

.about-media-board {
    position: relative;
    min-height: 0;
    padding: 16px 86px 78px 0;
}

.about-media-main,
.about-media-side {
    margin: 0;
    border: 1px solid rgba(217, 224, 232, .95);
    border-radius: var(--radius-lg);
    background: var(--paper);
    overflow: hidden;
    box-shadow: 0 22px 54px rgba(7, 17, 31, .12);
}

.about-media-main {
    position: relative;
    z-index: 1;
}

.about-media-main img,
.about-media-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-media-main img {
    aspect-ratio: 16 / 11;
}

.about-media-side {
    position: absolute;
    z-index: 2;
    top: 34px;
    right: 0;
    width: min(235px, 38%);
    min-height: 0;
}

.about-media-side img {
    aspect-ratio: 4 / 5;
}

.about-media-note {
    position: absolute;
    z-index: 3;
    left: clamp(22px, 4vw, 48px);
    right: 40px;
    bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 16px;
    border-radius: var(--radius-lg);
    color: #ffffff;
    background: rgba(7, 17, 31, .94);
    box-shadow: 0 18px 42px rgba(7, 17, 31, .2);
}

.about-media-note span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(219, 228, 239, .18);
    border-radius: var(--radius-sm);
    color: #ffffff;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.about-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(46px, 6vw, 78px);
    border: 1px solid rgba(217, 224, 232, .95);
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: 0 18px 42px rgba(7, 17, 31, .08);
    overflow: hidden;
}

.about-stat-strip article {
    min-height: 132px;
    padding: 26px;
    border-right: 1px solid var(--line);
}

.about-stat-strip article:last-child {
    border-right: 0;
}

.about-stat-strip strong {
    display: block;
    color: var(--blue);
    font-size: clamp(2.25rem, 3.8vw, 4rem);
    line-height: 1;
    font-weight: 800;
}

.about-stat-strip span {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-weight: 800;
    line-height: 1.25;
}

.about-principles-section {
    background: var(--soft);
}

.about-principles-head {
    max-width: 900px;
    margin-bottom: 30px;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
    gap: 22px;
    align-items: stretch;
}

.mission-panel,
.vision-panel {
    position: relative;
    min-height: 430px;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.mission-panel {
    background: var(--paper);
}

.vision-panel {
    color: #ffffff;
    background:
        linear-gradient(rgba(7, 17, 31, .84), rgba(7, 17, 31, .92)),
        url("../../images/gallery/06.jpeg") center / cover;
}

.about-panel-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 28px;
    border-radius: var(--radius-sm);
    color: #ffffff;
    background: var(--teal);
    font-size: 1.45rem;
}

.vision-panel .about-panel-icon {
    color: var(--black);
    background: var(--amber);
}

.mission-panel h3,
.vision-panel h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.7rem, 2.7vw, 2.55rem);
    line-height: 1.05;
    font-weight: 800;
}

.mission-panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.mission-panel li {
    position: relative;
    min-height: 86px;
    padding: 18px 18px 18px 48px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    color: var(--ink);
    background: #fbfcfe;
    font-weight: 700;
    line-height: 1.35;
}

.mission-panel li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--amber);
}

.vision-panel p {
    max-width: 520px;
    margin: 26px 0 0;
    color: #dbe4ef;
    font-size: 1.08rem;
    font-weight: 650;
}

.about-ops-section {
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(7, 17, 31, .98), rgba(7, 17, 31, .9)),
        url("../../images/gallery/06.jpeg") center / cover;
}

.about-ops-grid {
    display: grid;
    grid-template-columns: minmax(320px, .52fr) minmax(0, 1fr);
    gap: clamp(36px, 5vw, 84px);
    align-items: center;
}

.about-ops-copy {
    position: sticky;
    top: 110px;
}

.about-ops-copy .eyebrow {
    color: var(--amber);
}

.about-ops-copy h2,
.about-ops-copy p {
    color: #ffffff;
}

.about-ops-copy p {
    margin-top: 22px;
    color: #dbe4ef;
    font-size: 1.08rem;
    line-height: 1.55;
}

.about-ops-copy h2 {
    max-width: 600px;
    font-size: clamp(2.15rem, 3vw, 3.25rem);
}

.about-ops-proof {
    display: inline-grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    max-width: 430px;
    margin-top: 28px;
    padding: 14px 16px;
    border: 1px solid rgba(219, 228, 239, .2);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .07);
}

.about-ops-proof strong {
    color: var(--amber);
    font-size: clamp(2.1rem, 3vw, 2.8rem);
    line-height: 1;
    font-weight: 800;
}

.about-ops-proof span {
    color: #ffffff;
    font-size: .94rem;
    font-weight: 750;
    line-height: 1.3;
}

.about-step-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-step {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 18px;
    align-items: start;
    min-height: 228px;
    padding: 24px;
    border: 1px solid rgba(219, 228, 239, .2);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .07);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.about-step:hover {
    transform: translateY(-4px);
    border-color: rgba(242, 183, 5, .44);
    background: rgba(255, 255, 255, .1);
}

.about-step > strong {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(242, 183, 5, .52);
    border-radius: var(--radius-sm);
    color: var(--amber);
    background: rgba(7, 17, 31, .66);
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 800;
}

.about-step > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: var(--radius-sm);
    color: var(--black);
    background: #ffffff;
    font-size: 1.25rem;
}

.about-step div {
    grid-column: 1 / -1;
}

.about-step h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 1.38rem;
}

.about-step p {
    margin: 0;
    color: #dbe4ef;
}

.about-services-section {
    background: var(--paper);
}

.about-services-head {
    max-width: 920px;
    margin-bottom: 30px;
}

.about-services-head p:not(.eyebrow) {
    max-width: 720px;
    margin: 18px 0 6px;
    font-weight: 700;
}

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

.about-service-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background:
        linear-gradient(180deg, rgba(244, 247, 250, .78), rgba(255, 255, 255, 0) 58%),
        var(--paper);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(23, 78, 166, .34);
    box-shadow: 0 16px 34px rgba(7, 17, 31, .08);
}

.about-service-card span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 30px;
    border-radius: var(--radius-sm);
    color: #ffffff;
    background: var(--teal);
    font-size: 1.45rem;
}

.about-service-card h3 {
    margin: auto 0 10px;
    color: var(--ink);
    font-size: 1.34rem;
    line-height: 1.12;
}

.about-service-card p {
    margin: 0;
    font-weight: 650;
}

.about-project-cta {
    padding: clamp(76px, 9vw, 124px) 0;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(7, 17, 31, .94), rgba(7, 17, 31, .78)),
        url("../../images/gallery/33.jpeg") center / cover;
}

.about-project-cta-inner {
    max-width: 920px;
    margin-inline: auto;
}

.about-project-cta .eyebrow {
    color: var(--amber);
}

.about-project-cta h2 {
    max-width: 840px;
    color: #ffffff;
}

.about-project-cta .btn {
    margin-top: 30px;
}
