body[data-page="about"] .about-shell {
    --about-ink: #16202c;
    --about-muted: #4f6072;
    --about-accent: #0f766e;
    --about-accent-soft: rgba(15, 118, 110, 0.18);
    --about-gold: #9a6a2a;
    --about-shell-bg: linear-gradient(165deg, rgba(255, 253, 249, 0.9), rgba(243, 249, 251, 0.8));
    margin-top: 1.1rem;
}

.about-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: radial-gradient(780px 380px at 0% -8%, rgba(154, 106, 42, 0.16), transparent 68%),
    radial-gradient(700px 360px at 108% 108%, rgba(15, 118, 110, 0.14), transparent 70%),
    var(--about-shell-bg);
    box-shadow: 0 40px 70px -42px rgba(9, 20, 33, 0.88),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(16px) saturate(1.16);
    padding: clamp(1.3rem, 3.2vw, 2.4rem);
}

.about-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.018) 0 1px, transparent 1px 24px);
}

.about-hero-grid {
    display: grid;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.about-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 740px;
}

.about-tag {
    background: rgba(15, 118, 110, 0.11);
    color: #0f5b56;
    border-color: rgba(15, 118, 110, 0.26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.about-title {
    margin: 0;
    font-size: clamp(2.05rem, 4.2vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    max-width: 15ch;
    color: var(--about-ink);
}

.about-lead {
    margin: 0;
    max-width: 58ch;
    font-size: clamp(1.02rem, 1.9vw, 1.15rem);
    line-height: 1.74;
    color: var(--about-muted);
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.78rem;
}

.about-hero-actions .btn-ghost {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(203, 213, 225, 0.78);
}

.about-metrics {
    display: grid;
    gap: 0.72rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-metric-card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 252, 0.78));
    padding: 0.92rem;
    box-shadow: 0 18px 30px -26px rgba(15, 23, 42, 0.7);
}

.about-metric-value {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
    font-weight: 800;
    color: var(--about-ink);
}

.about-metric-label {
    margin: 0.25rem 0 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #66768a;
}

.about-media-stack {
    position: relative;
    z-index: 1;
    min-height: 560px;
}

.about-frame {
    position: absolute;
    border-color: rgba(255, 255, 255, 0.74);
}

.about-frame-main {
    inset: 0.15rem 0 4.8rem 0.4rem;
    border-radius: 1.6rem;
}

.about-frame-secondary {
    width: min(240px, 52%);
    right: -0.2rem;
    bottom: 0.25rem;
    border-radius: 1.1rem;
    transform: rotate(-4deg);
    box-shadow: 0 24px 38px -28px rgba(15, 23, 42, 0.84);
}

.about-frame img {
    background: linear-gradient(140deg, rgba(237, 243, 246, 0.94), rgba(246, 249, 252, 0.97));
}

.about-floating-chip {
    position: absolute;
    left: 0;
    bottom: 1.24rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    background: linear-gradient(130deg, rgba(15, 118, 110, 0.92), rgba(13, 90, 85, 0.92));
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    min-height: 44px;
    padding: 0.42rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 20px 30px -24px rgba(15, 118, 110, 0.88);
}

.about-floating-chip i {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.7rem;
}

.about-split-grid {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.about-story-card,
.about-values-card {
    border-radius: 1.4rem;
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.about-mini-title {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--about-gold);
}

.about-section-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.7vw, 2.25rem);
    line-height: 1.15;
    max-width: none;
    color: var(--about-ink);
}

.about-section-text {
    margin: 1rem 0 0;
    color: var(--about-muted);
    line-height: 1.76;
}

.about-values-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: radial-gradient(520px 250px at 100% -12%, rgba(15, 118, 110, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 252, 0.72));
    box-shadow: 0 26px 44px -34px rgba(10, 21, 35, 0.78);
    backdrop-filter: blur(14px);
}

.about-values-list {
    margin: 1.1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.62rem;
}

.about-values-list li {
    display: flex;
    align-items: center;
    gap: 0.56rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.66);
    padding: 0.68rem 0.75rem;
    color: #314255;
    font-weight: 600;
}

.about-values-list i {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(15, 118, 110, 0.95), rgba(13, 90, 85, 0.92));
    color: #fff;
    font-size: 0.74rem;
    box-shadow: 0 10px 18px -12px rgba(15, 118, 110, 0.86);
}

.about-workflow-head {
    display: flex;
    flex-direction: column;
    gap: 0.24rem;
}

.about-timeline {
    position: relative;
    display: grid;
    gap: 0.95rem;
}

.about-timeline::before {
    content: "";
    position: absolute;
    left: 1.15rem;
    top: 0.7rem;
    bottom: 0.7rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(154, 106, 42, 0.45), rgba(15, 118, 110, 0.34));
}

.about-step-card {
    position: relative;
    margin-left: 1.95rem;
    padding: 1.04rem 1rem;
}

.about-step-card::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: -1.45rem;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(154, 106, 42, 0.95), rgba(15, 118, 110, 0.9));
    box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.12);
}

.about-step-number {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    color: #0f766e;
}

.about-step-card h3 {
    margin: 0.48rem 0 0;
    font-size: 1.1rem;
    color: var(--about-ink);
}

.about-step-card p {
    margin: 0.6rem 0 0;
    color: var(--about-muted);
    line-height: 1.66;
    font-size: 0.95rem;
}

.about-gallery-shell {
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.68);
    background: radial-gradient(560px 260px at -6% -14%, rgba(154, 106, 42, 0.12), transparent 72%),
    radial-gradient(540px 240px at 104% 120%, rgba(15, 118, 110, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(246, 250, 253, 0.7));
    box-shadow: 0 34px 56px -40px rgba(10, 21, 34, 0.82);
    backdrop-filter: blur(13px);
    padding: clamp(1rem, 2.4vw, 1.35rem);
}

.about-gallery-head {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.about-gallery-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: 1.25fr 1fr 1fr;
}

.about-gallery-item {
    min-height: 220px;
}

.about-gallery-item--lg {
    min-height: 280px;
}

.about-gallery-item img {
    background: linear-gradient(140deg, rgba(236, 242, 247, 0.92), rgba(247, 250, 252, 0.97));
}

@media (max-width: 1024px) {
    .about-hero-grid,
    .about-split-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-media {
        order: 1;
    }

    .about-media-stack {
        min-height: 460px;
    }

    .about-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-gallery-item--lg {
        grid-column: 1 / -1;
    }

    .about-title {
        max-width: 24ch;
    }
}

@media (max-width: 767px) {
    .about-shell {
        padding-top: 0.2rem;
    }

    .about-hero-card {
        border-radius: 1.2rem;
    }

    .about-media-stack {
        min-height: 360px;
    }

    .about-frame-main {
        inset: 0 0 2.6rem 0;
    }

    .about-frame-secondary {
        width: 160px;
        right: -0.1rem;
        bottom: 0;
    }

    .about-floating-chip {
        left: 0.4rem;
        bottom: 0.6rem;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-hero-actions .btn-primary,
    .about-hero-actions .btn-ghost {
        width: 100%;
    }

    .about-metrics {
        grid-template-columns: 1fr;
    }

    .about-timeline::before {
        left: 0.9rem;
    }

    .about-step-card {
        margin-left: 1.5rem;
    }

    .about-step-card::before {
        left: -1.1rem;
    }

    .about-gallery-grid {
        grid-template-columns: 1fr;
    }

    .about-gallery-item--lg {
        min-height: 220px;
    }
}

body[data-page="about"] {
    --about-ink: #4e276f;
    --about-muted: #435066;
    --about-accent: #522778;
    --about-accent-soft: rgba(82, 39, 120, 0.16);
    --about-gold: #7c3a9c;
    --about-shell-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(241, 236, 248, 0.72));
}

body[data-page="about"] .about-hero-card {
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: radial-gradient(760px 380px at 0% -8%, rgba(148, 46, 135, 0.14), transparent 68%),
    radial-gradient(700px 360px at 108% 108%, rgba(82, 39, 120, 0.12), transparent 70%),
    var(--about-shell-bg);
    box-shadow: 0 36px 62px -40px rgba(9, 20, 33, 0.84),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px) saturate(1.16);
}

body[data-page="about"] .about-tag {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5b2a82;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

body[data-page="about"] .about-title {
    font-size: clamp(2rem, 4.5vw, 3.15rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: var(--about-ink);
}

body[data-page="about"] .about-lead {
    font-size: clamp(0.98rem, 1.7vw, 1.08rem);
    line-height: 1.64;
    color: var(--about-muted);
}

body[data-page="about"] .about-hero-actions .btn-ghost {
    background: rgba(255, 255, 255, 0.66);
    border-color: rgba(82, 39, 120, 0.24);
    color: #4b1f73;
}

body[data-page="about"] .about-floating-chip {
    background: linear-gradient(138deg, rgba(82, 39, 120, 0.94), rgba(148, 46, 135, 0.92));
    box-shadow: 0 18px 30px -20px rgba(82, 39, 120, 0.84);
}

body[data-page="about"] .about-mini-title,
body[data-page="about"] .about-step-number {
    color: #7c3a9c;
}

body[data-page="about"] .about-mini-title {
    margin: 0;
    color: #5b2a82;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

body[data-page="about"] .about-tag::before,
body[data-page="about"] .about-mini-title::before {
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(82, 39, 120, 0.95), rgba(148, 46, 135, 0.92));
    box-shadow: 0 0 0 3px rgba(124, 58, 156, 0.14);
}

body[data-page="about"] .about-section-title {
    font-size: clamp(1.36rem, 2.25vw, 1.78rem);
    line-height: 1.18;
    color: var(--about-ink);
}

body[data-page="about"] .about-section-text,
body[data-page="about"] .about-step-card p,
body[data-page="about"] .about-values-list li {
    color: var(--about-muted);
}

body[data-page="about"] .about-values-card {
    border: 1px solid rgba(255, 255, 255, 0.66);
    background: radial-gradient(520px 250px at 100% -12%, rgba(148, 46, 135, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 244, 251, 0.74));
}

body[data-page="about"] .about-values-list i {
    background: linear-gradient(140deg, rgba(82, 39, 120, 0.95), rgba(148, 46, 135, 0.92));
    box-shadow: 0 10px 18px -12px rgba(82, 39, 120, 0.82);
}

body[data-page="about"] .about-timeline::before {
    background: linear-gradient(180deg, rgba(124, 58, 156, 0.42), rgba(82, 39, 120, 0.3));
}

body[data-page="about"] .about-step-card::before {
    background: linear-gradient(145deg, rgba(148, 46, 135, 0.95), rgba(82, 39, 120, 0.9));
    box-shadow: 0 0 0 5px rgba(82, 39, 120, 0.12);
}

body[data-page="about"] .about-step-card h3 {
    color: var(--about-ink);
}

body[data-page="about"] .about-gallery-shell {
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: radial-gradient(560px 260px at -6% -14%, rgba(148, 46, 135, 0.12), transparent 72%),
    radial-gradient(540px 240px at 104% 120%, rgba(82, 39, 120, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 241, 250, 0.72));
}

body[data-page="about"] .about-band {
    position: relative;
    border-radius: 1.45rem;
    overflow: hidden;
}

body[data-page="about"] .about-band::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

body[data-page="about"] .about-band--mist {
    background: radial-gradient(560px 260px at 12% -12%, rgba(148, 46, 135, 0.1), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(240, 244, 250, 0.36));
}

body[data-page="about"] .about-band--light {
    background: radial-gradient(520px 220px at 92% 112%, rgba(82, 39, 120, 0.08), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(244, 248, 252, 0.34));
}

body[data-page="about"] .about-band--deep {
    background: linear-gradient(120deg, rgba(19, 14, 35, 0.84), rgba(45, 23, 67, 0.76)),
    radial-gradient(620px 280px at 18% 6%, rgba(148, 46, 135, 0.34), transparent 70%),
    url("../assets/gallery-6.svg") center/cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-page="about"] .about-band--deep::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.44), rgba(2, 6, 23, 0.28)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 24px);
}

body[data-page="about"] .about-split-shell,
body[data-page="about"] .about-workflow-shell,
body[data-page="about"] .about-gallery-shell {
    position: relative;
    z-index: 1;
    border-radius: 1.28rem;
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.14)),
    radial-gradient(420px 220px at 8% 0%, rgba(148, 46, 135, 0.11), transparent 72%);
    backdrop-filter: blur(14px) saturate(1.18);
    box-shadow: 0 22px 44px -30px rgba(2, 6, 23, 0.56);
    padding: clamp(0.86rem, 2.1vw, 1.15rem);
}

body[data-page="about"] .about-workflow-shell {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    radial-gradient(440px 230px at 10% 0%, rgba(148, 46, 135, 0.18), transparent 72%);
}

body[data-page="about"] .about-band--deep .about-workflow-head .about-tag {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.36);
    color: rgba(248, 250, 252, 0.95);
}

body[data-page="about"] .about-band--deep .about-workflow-head .about-section-title {
    color: rgba(248, 250, 252, 0.98);
    text-shadow: 0 1px 10px rgba(2, 6, 23, 0.42);
}

/* About first section refinement */
body[data-page="about"] .about-shell {
    margin-top: 1.35rem;
}

body[data-page="about"] .about-hero-card {
    border-radius: 2.1rem;
    padding: clamp(1.4rem, 3vw, 2.6rem);
    background: radial-gradient(680px 300px at -8% -12%, rgba(124, 58, 156, 0.2), transparent 72%),
    radial-gradient(620px 280px at 112% 112%, rgba(82, 39, 120, 0.16), transparent 75%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(246, 242, 251, 0.82));
}

body[data-page="about"] .about-hero-grid {
    gap: clamp(1.4rem, 3.2vw, 2.9rem);
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

body[data-page="about"] .about-title {
    max-width: 18.5ch;
    font-size: clamp(1.9rem, 3.05vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -0.018em;
    line-height: 1.08;
    color: #4e276f;
    text-wrap: balance;
}

body[data-page="about"] .about-lead {
    max-width: 54ch;
    font-size: clamp(0.96rem, 1.2vw, 1.02rem);
    line-height: 1.65;
}

body[data-page="about"] .about-facts {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    border: 1px solid rgba(124, 58, 156, 0.18);
    background: linear-gradient(160deg, rgba(123, 66, 171, 0.12), rgba(123, 66, 171, 0.05)),
    rgba(255, 255, 255, 0.62);
    box-shadow: 0 18px 30px -30px rgba(22, 10, 34, 0.42);
    backdrop-filter: blur(10px) saturate(1.04);
    padding: 0.94rem;
}

body[data-page="about"] .about-facts::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 36%),
    repeating-linear-gradient(90deg, rgba(124, 58, 156, 0.035) 0 1px, transparent 1px 24px);
}

body[data-page="about"] .about-facts-title {
    margin: 0 0 0.65rem;
    font-size: 0.74rem;
    line-height: 1.2;
    letter-spacing: 0.14em;
    font-weight: 800;
    text-transform: uppercase;
    color: #6b348f;
}

body[data-page="about"] .about-note {
    margin: 0.72rem 0 0;
    font-size: 0.79rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0.008em;
    color: #5a647a;
}

body[data-page="about"] .about-metrics {
    gap: 0.62rem;
}

body[data-page="about"] .about-metric-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.9rem;
    padding: 0.84rem 0.8rem 0.76rem;
    background: linear-gradient(160deg, rgba(139, 87, 186, 0.2), rgba(112, 61, 159, 0.14)),
    rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(124, 58, 156, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 14px 24px -24px rgba(23, 12, 34, 0.35);
}

body[data-page="about"] .about-metric-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%);
}

body[data-page="about"] .about-metric-value {
    font-size: clamp(1.18rem, 1.9vw, 1.52rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #4c266f;
    text-shadow: none;
}

body[data-page="about"] .about-metric-label {
    margin-top: 0.18rem;
    font-size: 0.73rem;
    color: #5f6f87;
}

body[data-page="about"] .about-media-stack {
    min-height: 580px;
}

body[data-page="about"] .about-frame-main {
    inset: 0.15rem 0.15rem 5.5rem 0.2rem;
}

body[data-page="about"] .about-frame-main::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(10, 14, 24, 0) 0%, rgba(10, 14, 24, 0.3) 100%);
    pointer-events: none;
}

body[data-page="about"] .about-frame-main img,
body[data-page="about"] .about-frame-secondary img {
    object-position: center;
}

body[data-page="about"] .about-frame-secondary {
    width: min(260px, 54%);
    right: -0.1rem;
    bottom: 0.2rem;
    transform: rotate(-3deg);
}

body[data-page="about"] .about-floating-chip {
    left: 0.3rem;
    bottom: 1.55rem;
    min-height: 46px;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #522778, #6f3296);
}

body[data-page="about"] .about-media-pill {
    position: absolute;
    right: 0.95rem;
    top: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.56rem;
    padding: 0.52rem 0.74rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    background: linear-gradient(145deg, rgba(96, 52, 138, 0.72), rgba(75, 39, 116, 0.66)),
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 12px 22px -20px rgba(20, 14, 30, 0.5);
    backdrop-filter: blur(10px) saturate(1.05);
    -webkit-backdrop-filter: blur(10px) saturate(1.05);
}

body[data-page="about"] .about-media-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 46%);
}

body[data-page="about"] .about-media-pill i {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #ffffff;
    font-size: 0.8rem;
}

body[data-page="about"] .about-media-pill-copy {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.03rem;
}

body[data-page="about"] .about-media-pill-value {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: -0.005em;
    color: #ffffff;
    line-height: 1.1;
}

body[data-page="about"] .about-media-pill-label {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

@media (max-width: 1023px) {
    body[data-page="about"] .about-media-stack {
        min-height: 500px;
    }

    body[data-page="about"] .about-title {
        max-width: 19.5ch;
    }
}

@media (max-width: 767px) {
    body[data-page="about"] .about-title {
        font-size: clamp(1.6rem, 8.2vw, 2rem);
        line-height: 1.14;
    }

    body[data-page="about"] .about-lead {
        font-size: 0.98rem;
    }

    body[data-page="about"] .about-facts {
        padding: 0.72rem;
    }

    body[data-page="about"] .about-facts-title {
        margin-bottom: 0.56rem;
    }

    body[data-page="about"] .about-media-stack {
        min-height: 390px;
    }

    body[data-page="about"] .about-media-pill {
        right: 0.45rem;
        top: 0.55rem;
        padding: 0.46rem 0.62rem;
        gap: 0.44rem;
    }

    body[data-page="about"] .about-media-pill i {
        width: 1.55rem;
        height: 1.55rem;
        font-size: 0.72rem;
    }

    body[data-page="about"] .about-media-pill-value {
        font-size: 0.8rem;
    }

    body[data-page="about"] .about-media-pill-label {
        font-size: 0.6rem;
    }

    body[data-page="about"] .about-floating-chip {
        left: 0.35rem;
        bottom: 0.55rem;
    }
}

/* About hero mobile layout fix */
@media (max-width: 767px) {
    body[data-page="about"] .about-hero-card {
        padding: 1rem;
        border-radius: 1.2rem;
    }

    body[data-page="about"] .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        align-items: start;
    }

    body[data-page="about"] .about-hero-copy {
        max-width: none;
    }

    body[data-page="about"] .about-title {
        max-width: 100%;
    }

    body[data-page="about"] .about-hero-media {
        order: 2;
        width: 100%;
    }

    body[data-page="about"] .about-media-stack {
        position: relative;
        min-height: 0;
        padding-bottom: 1.9rem;
    }

    body[data-page="about"] .about-frame {
        position: relative;
    }

    body[data-page="about"] .about-frame-main {
        inset: auto;
        border-radius: 1rem;
    }

    body[data-page="about"] .about-frame-main img {
        aspect-ratio: 16 / 10;
    }

    body[data-page="about"] .about-frame-main::after {
        height: 24%;
    }

    body[data-page="about"] .about-frame-secondary {
        position: absolute;
        width: min(44vw, 176px);
        right: 0.55rem;
        bottom: -0.9rem;
        margin-top: 0;
        margin-left: 0;
        transform: rotate(-2deg);
        border-radius: 0.9rem;
        z-index: 3;
    }

    body[data-page="about"] .about-floating-chip {
        position: absolute;
        left: 0.55rem;
        bottom: 0.6rem;
        z-index: 4;
        max-width: calc(100% - 8.6rem);
        min-height: 38px;
        padding: 0.36rem 0.74rem;
        font-size: 0.75rem;
    }

    body[data-page="about"] .about-media-pill {
        position: absolute;
        right: 0.55rem;
        top: 0.55rem;
        z-index: 4;
        max-width: calc(100% - 1.1rem);
        padding: 0.38rem 0.54rem;
        gap: 0.36rem;
    }

    body[data-page="about"] .about-media-pill i {
        width: 1.35rem;
        height: 1.35rem;
        font-size: 0.66rem;
    }

    body[data-page="about"] .about-media-pill-value {
        font-size: 0.74rem;
    }

    body[data-page="about"] .about-media-pill-label {
        font-size: 0.56rem;
        white-space: nowrap;
    }
}

/* About split section: simplified two-block layout */
body[data-page="about"] .about-split-section {
    margin-top: 0.2rem;
}

body[data-page="about"] .about-split-section .about-split-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

body[data-page="about"] .about-split-section .about-story-card,
body[data-page="about"] .about-split-section .about-values-card {
    border-radius: 1.35rem;
    border: 1px solid rgba(124, 58, 156, 0.16);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.82), rgba(247, 243, 251, 0.72)),
    linear-gradient(180deg, rgba(123, 66, 171, 0.08), rgba(123, 66, 171, 0.03));
    box-shadow: 0 22px 34px -30px rgba(21, 13, 31, 0.34);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    padding: clamp(1rem, 2.2vw, 1.3rem);
}

body[data-page="about"] .about-split-section .about-values-card {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.76), rgba(245, 239, 250, 0.66)),
    radial-gradient(420px 220px at 100% -10%, rgba(123, 66, 171, 0.1), transparent 72%);
}

body[data-page="about"] .about-split-section .about-section-title {
    max-width: 22ch;
}

@media (max-width: 1023px) {
    body[data-page="about"] .about-split-section .about-split-grid {
        grid-template-columns: 1fr;
    }
}

/* About process section redesign */
body[data-page="about"] .about-process-section {
    position: relative;
    overflow: hidden;
    border-radius: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: radial-gradient(680px 340px at -4% -12%, rgba(154, 86, 214, 0.34), transparent 70%),
    radial-gradient(560px 280px at 106% 110%, rgba(123, 66, 171, 0.36), transparent 72%),
    linear-gradient(128deg, #18122b 0%, #24163a 44%, #2f1c49 100%);
    box-shadow: 0 34px 58px -40px rgba(9, 6, 18, 0.92);
}

body[data-page="about"] .about-process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 24px);
}

body[data-page="about"] .about-process-section .about-workflow-head,
body[data-page="about"] .about-process-section .about-timeline {
    position: relative;
    z-index: 1;
}

body[data-page="about"] .about-process-section .about-workflow-head {
    max-width: 700px;
}

body[data-page="about"] .about-process-section .about-workflow-head .about-tag {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.34);
    color: rgba(255, 255, 255, 0.94);
}

body[data-page="about"] .about-process-section .about-workflow-head .about-section-title {
    color: #ffffff;
    font-size: clamp(1.55rem, 2.8vw, 2.3rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 10px rgba(2, 6, 23, 0.38);
}

body[data-page="about"] .about-process-section .about-timeline {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="about"] .about-process-section .about-timeline::before {
    display: none;
}

body[data-page="about"] .about-process-section .about-step-card {
    margin-left: 0;
    padding: 1.05rem 1rem 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, rgba(54, 26, 84, 0.45), rgba(33, 20, 56, 0.48));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 26px -22px rgba(2, 6, 23, 0.78);
}

body[data-page="about"] .about-process-section .about-step-card::before {
    display: none;
}

body[data-page="about"] .about-process-section .about-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    height: 2.1rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #f5ecff;
    background: linear-gradient(145deg, rgba(159, 96, 219, 0.88), rgba(112, 58, 168, 0.9));
    box-shadow: 0 10px 18px -12px rgba(147, 82, 208, 0.8);
}

body[data-page="about"] .about-process-section .about-step-card h3 {
    margin: 0.62rem 0 0;
    color: #ffffff;
    font-size: 1.24rem;
    line-height: 1.2;
}

body[data-page="about"] .about-process-section .about-step-card p {
    margin: 0.52rem 0 0;
    color: rgba(239, 232, 248, 0.94);
    font-size: 0.95rem;
    line-height: 1.62;
}

@media (max-width: 1023px) {
    body[data-page="about"] .about-process-section .about-timeline {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body[data-page="about"] .about-process-section {
        border-radius: 1.2rem;
        padding-top: 1.1rem;
        padding-bottom: 1.1rem;
    }

    body[data-page="about"] .about-process-section .about-workflow-head .about-section-title {
        font-size: clamp(1.34rem, 6vw, 1.72rem);
    }

    body[data-page="about"] .about-process-section .about-timeline {
        gap: 0.72rem;
    }

    body[data-page="about"] .about-process-section .about-step-card {
        padding: 0.9rem 0.86rem 0.86rem;
    }

    body[data-page="about"] .about-process-section .about-step-card h3 {
        font-size: 1.1rem;
    }
}

/* About process section: premium colored glass */
body[data-page="about"] .about-process-section {
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    padding-top: 0.65rem;
}

body[data-page="about"] .about-process-section::before {
    display: none;
}

body[data-page="about"] .about-process-shell {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: radial-gradient(420px 200px at 8% 18%, rgba(148, 46, 135, 0.22), transparent 70%),
    linear-gradient(135deg, rgba(82, 39, 120, 0.82), rgba(30, 41, 59, 0.72));
    backdrop-filter: blur(14px) saturate(1.22);
    -webkit-backdrop-filter: blur(14px) saturate(1.22);
    box-shadow: 0 28px 44px -30px rgba(2, 6, 23, 0.9);
    padding: 1rem;
}

body[data-page="about"] .about-process-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%);
}

body[data-page="about"] .about-process-section .about-workflow-head,
body[data-page="about"] .about-process-section .about-timeline {
    position: relative;
    z-index: 1;
}

body[data-page="about"] .about-process-section .about-workflow-head {
    max-width: 760px;
}

body[data-page="about"] .about-process-section .about-workflow-head .about-mini-title {
    color: #ffffff;
}

body[data-page="about"] .about-process-section .about-workflow-head .about-section-title {
    color: #ffffff;
    font-size: clamp(1.5rem, 2.65vw, 2.1rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
}

body[data-page="about"] .about-process-section .about-timeline {
    position: relative;
    display: grid;
    gap: 0.86rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="about"] .about-process-section .about-timeline::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    top: -0.4rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(208, 169, 245, 0.25), rgba(255, 255, 255, 0.48), rgba(208, 169, 245, 0.25));
}

body[data-page="about"] .about-process-section .about-step-card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 26px -24px rgba(2, 6, 23, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0.72rem;
}

body[data-page="about"] .about-process-section .about-step-number {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fefbff;
    background: linear-gradient(145deg, rgba(177, 114, 232, 0.9), rgba(122, 68, 179, 0.92));
    box-shadow: 0 10px 16px -12px rgba(170, 102, 230, 0.82);
}

body[data-page="about"] .about-process-section .about-step-card h3 {
    margin-top: 0.42rem;
    color: #ffffff;
    font-size: 1.14rem;
    line-height: 1.22;
}

body[data-page="about"] .about-process-section .about-step-card p {
    margin-top: 0.46rem;
    color: rgba(233, 223, 245, 0.94);
    font-size: 0.93rem;
    line-height: 1.58;
}

@media (max-width: 1023px) {
    body[data-page="about"] .about-process-section .about-timeline {
        grid-template-columns: 1fr;
    }

    body[data-page="about"] .about-process-section .about-timeline::before {
        display: none;
    }
}

/* About process section final harmony: mirror social-trio typography/colors */
body[data-page="about"] .about-process-shell {
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: linear-gradient(135deg, rgba(82, 39, 120, 0.54), rgba(30, 41, 59, 0.5));
    box-shadow: 0 16px 28px -22px rgba(2, 6, 23, 0.46);
    backdrop-filter: blur(14px) saturate(1.22);
    -webkit-backdrop-filter: blur(14px) saturate(1.22);
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

body[data-page="about"] .about-process-shell::before {
    background: radial-gradient(420px 220px at 8% 18%, rgba(148, 46, 135, 0.2), transparent 70%),
    linear-gradient(135deg, rgba(82, 39, 120, 0.24), rgba(30, 41, 59, 0.2));
    filter: none;
    transform: none;
    opacity: 1;
}

body[data-page="about"] .about-process-shell::after {
    display: none;
}

body[data-page="about"] .about-process-section .about-workflow-head,
body[data-page="about"] .about-process-section .about-timeline {
    z-index: 1;
}

body[data-page="about"] .about-process-section .about-workflow-head .about-mini-title {
    margin: 0;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

body[data-page="about"] .about-process-section .about-workflow-head .about-mini-title::before {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28);
}

body[data-page="about"] .about-process-section .about-workflow-head .about-section-title {
    margin: 0.36rem 0 0;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    color: #f8fafc;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -0.012em;
    text-shadow: 0 1px 8px rgba(2, 6, 23, 0.35);
    max-width: none;
}

body[data-page="about"] .about-process-section .about-workflow-head {
    max-width: none;
    width: 100%;
}

body[data-page="about"] .about-process-section .about-timeline::before {
    display: none;
}

body[data-page="about"] .about-process-section .about-step-card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    color: rgba(226, 232, 240, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 0.95rem;
}

body[data-page="about"] .about-process-section .about-step-number {
    color: #fefbff;
    background: linear-gradient(145deg, rgba(177, 114, 232, 0.9), rgba(122, 68, 179, 0.92));
    box-shadow: 0 10px 16px -12px rgba(170, 102, 230, 0.82);
}

body[data-page="about"] .about-process-section .about-step-card h3 {
    margin: 0;
    align-self: center;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.24;
}

body[data-page="about"] .about-process-section .about-step-card p {
    margin: 0.45rem 0 0;
    line-height: 1.48;
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.92);
}

@media (max-width: 767px) {
    body[data-page="about"] .about-process-section .about-workflow-head .about-section-title {
        font-size: 1.08rem;
    }
}

/* About gallery section: single-frame and full-width heading */
body[data-page="about"] .about-gallery-section {
    margin-top: 0;
}

body[data-page="about"] .about-gallery-section .about-gallery-shell {
    width: 100%;
    margin: 0;
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.56);
    background: radial-gradient(560px 240px at -6% -14%, rgba(148, 46, 135, 0.12), transparent 72%),
    radial-gradient(520px 220px at 104% 118%, rgba(82, 39, 120, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(245, 241, 250, 0.72));
    box-shadow: 0 20px 32px -28px rgba(16, 24, 40, 0.34);
}

body[data-page="about"] .about-gallery-section .about-section-title {
    max-width: none;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    body[data-page="about"] .about-gallery-section .about-section-title {
        white-space: normal;
    }
}

/* About gallery redesign */
body[data-page="about"] .about-gallery-section .about-gallery-shell {
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.56);
    background: radial-gradient(520px 220px at -4% -12%, rgba(148, 46, 135, 0.14), transparent 70%),
    radial-gradient(440px 220px at 100% 120%, rgba(82, 39, 120, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 241, 250, 0.72));
    box-shadow: 0 20px 32px -28px rgba(16, 24, 40, 0.34);
}

body[data-page="about"] .about-gallery-showcase {
    display: grid;
    gap: 0.9rem;
}

body[data-page="about"] .about-gallery-stage {
    position: relative;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.62);
    overflow: hidden;
    background: linear-gradient(160deg, rgba(33, 20, 56, 0.9), rgba(55, 31, 86, 0.84));
}

body[data-page="about"] .about-gallery-viewport {
    position: relative;
    overflow: hidden;
}

body[data-page="about"] .about-gallery-track {
    display: flex;
    transition: transform 0.42s ease;
    will-change: transform;
}

body[data-page="about"] .about-gallery-slide {
    min-width: 100%;
    margin: 0;
    position: relative;
}

body[data-page="about"] .about-gallery-slide img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

body[data-page="about"] .about-gallery-slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 36%;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0), rgba(2, 6, 23, 0.52));
    pointer-events: none;
}

body[data-page="about"] .about-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: rgba(15, 23, 42, 0.42);
    color: #f8fafc;
}

body[data-page="about"] .about-gallery-control--prev {
    left: 0.6rem;
}

body[data-page="about"] .about-gallery-control--next {
    right: 0.6rem;
}

body[data-page="about"] .about-gallery-expand {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    z-index: 3;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(15, 23, 42, 0.42);
    color: #f8fafc;
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.4rem 0.66rem;
}

body[data-page="about"] .about-gallery-info {
    display: grid;
    gap: 0.22rem;
    padding: 0.76rem 0.82rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgba(82, 39, 120, 0.5), rgba(30, 41, 59, 0.54));
}

body[data-page="about"] .about-gallery-info-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    color: #f8fafc;
    font-weight: 700;
}

body[data-page="about"] .about-gallery-info-desc {
    margin: 0;
    color: rgba(226, 232, 240, 0.9);
    font-size: 0.86rem;
    line-height: 1.45;
}

body[data-page="about"] .about-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.56rem;
}

body[data-page="about"] .about-gallery-thumb {
    border: 1px solid rgba(124, 58, 156, 0.26);
    border-radius: 0.8rem;
    overflow: hidden;
    padding: 0;
    background: rgba(255, 255, 255, 0.72);
    min-height: 72px;
}

body[data-page="about"] .about-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body[data-page="about"] .about-gallery-thumb.is-active {
    border-color: rgba(148, 46, 135, 0.72);
    box-shadow: 0 0 0 2px rgba(148, 46, 135, 0.24);
}

body[data-page="about"] .about-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: grid;
    place-items: center;
    padding: 1rem;
}

body[data-page="about"] .about-gallery-modal.hidden {
    display: none;
}

body[data-page="about"] .about-gallery-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.74);
    backdrop-filter: blur(3px);
}

body[data-page="about"] .about-gallery-modal-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 960px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: linear-gradient(140deg, rgba(82, 39, 120, 0.86), rgba(30, 41, 59, 0.82));
    box-shadow: 0 26px 42px -26px rgba(2, 6, 23, 0.92);
    padding: 0.82rem;
}

body[data-page="about"] .about-gallery-modal-close {
    position: absolute;
    top: 0.72rem;
    right: 0.72rem;
    z-index: 2;
}

body[data-page="about"] .about-gallery-modal-figure {
    margin: 0;
}

body[data-page="about"] .about-gallery-modal-figure img {
    width: 100%;
    border-radius: 0.72rem;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

body[data-page="about"] .about-gallery-modal-figure figcaption {
    margin-top: 0.62rem;
}

body[data-page="about"] .about-gallery-modal-title {
    margin: 0;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 700;
}

body[data-page="about"] .about-gallery-modal-desc {
    margin: 0.2rem 0 0;
    color: rgba(226, 232, 240, 0.9);
    font-size: 0.88rem;
    line-height: 1.45;
}

body[data-page="about"] .about-gallery-modal-actions {
    margin-top: 0.72rem;
    display: flex;
    justify-content: space-between;
    gap: 0.55rem;
}

body[data-page="about"] .about-gallery-modal-actions .btn-ghost {
    flex: 1 1 0;
    justify-content: center;
    color: #f8fafc;
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
    body[data-page="about"] .about-gallery-section .about-section-title {
        white-space: normal;
    }

    body[data-page="about"] .about-gallery-control {
        width: 1.95rem;
        height: 1.95rem;
    }

    body[data-page="about"] .about-gallery-expand {
        font-size: 0.68rem;
        padding: 0.32rem 0.56rem;
    }

    body[data-page="about"] .about-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="about"] .about-gallery-thumb {
        min-height: 66px;
    }
}
