:root {
    --about-blue: var(--nds-blue, #2563eb);
    --about-blue-dark: var(--nds-blue-dark, #1d4ed8);
    --about-ink: var(--nds-ink, #0f172a);
    --about-muted: var(--nds-muted, #64748b);
    --about-border: var(--nds-border, #e5eaf1);
    --about-soft: var(--nds-soft, #f8fafc);
    --about-dark: var(--nds-dark, #08111f);
    --about-white: #fff;
}

body.nds-about-page {
    overflow-x: hidden;
    background: #fff;
}

.nds-about {
    color: var(--about-ink);
}

.nds-about svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* HERO */
.nds-about-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 92px 0 96px;
    background:
        radial-gradient(circle at 8% 20%, rgba(37,99,235,.11), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(96,165,250,.16), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, #fff 78%);
}

.nds-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .34;
    background-image:
        linear-gradient(rgba(148,163,184,.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148,163,184,.13) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.nds-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    align-items: center;
    gap: 72px;
}

.nds-about-eyebrow,
.nds-about-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--about-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nds-about-eyebrow {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: rgba(239,246,255,.9);
}

.nds-about-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--about-blue);
    box-shadow: 0 0 0 5px rgba(37,99,235,.1);
}

.nds-about-hero-copy h1 {
    max-width: 720px;
    margin: 22px 0 22px;
    color: #0b1220;
    font-size: clamp(44px, 5.2vw, 72px);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 880;
}

.nds-about-hero-copy h1 span {
    color: var(--about-blue);
}

.nds-about-hero-lead {
    max-width: 650px;
    margin: 0;
    color: #526174;
    font-size: 18px;
    line-height: 1.75;
}

.nds-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.nds-about-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 820;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.nds-about-btn:hover {
    transform: translateY(-2px);
}

.nds-about-btn-primary {
    background: linear-gradient(135deg, var(--about-blue), #3b82f6);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(37,99,235,.22);
}

.nds-about-btn-primary:hover {
    box-shadow: 0 18px 38px rgba(37,99,235,.28);
}

.nds-about-btn-secondary {
    border: 1px solid #dbe3ed;
    background: rgba(255,255,255,.9);
    color: #1e293b !important;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
}

.nds-about-btn-secondary:hover {
    border-color: #bfdbfe;
    color: var(--about-blue) !important;
}

.nds-about-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid #e6edf6;
}

.nds-about-proof div {
    min-width: 0;
}

.nds-about-proof strong,
.nds-about-proof span {
    display: block;
}

.nds-about-proof strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 850;
}

.nds-about-proof span {
    margin-top: 4px;
    color: #7b8a9d;
    font-size: 11px;
    line-height: 1.45;
}

/* HERO VISUAL */
.nds-about-hero-visual {
    position: relative;
    min-height: 510px;
    display: grid;
    place-items: center;
}

.nds-about-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.nds-about-glow-one {
    width: 310px;
    height: 310px;
    top: 15px;
    right: 5px;
    background: radial-gradient(circle, rgba(37,99,235,.2), rgba(37,99,235,0));
}

.nds-about-glow-two {
    width: 260px;
    height: 260px;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle, rgba(56,189,248,.17), rgba(56,189,248,0));
}

.nds-about-browser-card {
    position: relative;
    z-index: 3;
    width: min(100%, 505px);
    overflow: hidden;
    border: 1px solid rgba(203,213,225,.86);
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 35px 80px rgba(15,23,42,.16), 0 8px 24px rgba(37,99,235,.07);
    transform: rotate(1.2deg);
}

.nds-about-browser-bar {
    min-height: 49px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    border-bottom: 1px solid #e9eef5;
    background: #fbfdff;
}

.nds-about-browser-bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.nds-about-browser-bar > span:nth-child(1) { background: #f87171; }
.nds-about-browser-bar > span:nth-child(2) { background: #fbbf24; }
.nds-about-browser-bar > span:nth-child(3) { background: #34d399; }

.nds-about-browser-url {
    min-width: 185px;
    margin-left: 12px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}

.nds-about-browser-content {
    padding: 26px;
}

.nds-about-visual-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.nds-about-visual-label,
.nds-about-visual-status {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
}

.nds-about-visual-label { color: var(--about-blue); }
.nds-about-visual-status {
    padding: 5px 8px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #059669;
}

.nds-about-visual-heading {
    width: 72%;
    height: 13px;
    margin-top: 23px;
    border-radius: 999px;
    background: #0f172a;
}

.nds-about-visual-heading-short {
    width: 46%;
    height: 8px;
    margin-top: 8px;
    background: #cbd5e1;
}

.nds-about-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.nds-about-mini-card {
    min-height: 135px;
    padding: 14px;
    border: 1px solid #e5eaf1;
    border-radius: 15px;
    background: #fff;
}

.nds-about-mini-card-featured {
    border-color: #bfdbfe;
    background: linear-gradient(180deg, #eff6ff, #fff);
}

.nds-about-mini-icon {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    padding: 7px;
    border-radius: 9px;
    background: #eff6ff;
    color: var(--about-blue);
}

.nds-about-mini-card span,
.nds-about-mini-card strong {
    display: block;
}

.nds-about-mini-card span {
    margin-top: 22px;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.nds-about-mini-card strong {
    margin-top: 5px;
    color: #1e293b;
    font-size: 10px;
}

.nds-about-visual-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #edf2f7;
}

.nds-about-avatar-stack {
    display: flex;
}

.nds-about-avatar-stack span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-left: -6px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #dbeafe;
    color: var(--about-blue);
    font-size: 8px;
    font-weight: 900;
}

.nds-about-avatar-stack span:first-child { margin-left: 0; }
.nds-about-avatar-stack span:nth-child(2) { background: #e0e7ff; color: #4f46e5; }
.nds-about-avatar-stack span:nth-child(3) { background: #e0f2fe; color: #0284c7; }

.nds-about-visual-footer strong,
.nds-about-visual-footer small { display: block; }
.nds-about-visual-footer strong { color: #334155; font-size: 10px; }
.nds-about-visual-footer small { margin-top: 2px; color: #94a3b8; font-size: 8px; }

.nds-about-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 45px rgba(15,23,42,.12);
    backdrop-filter: blur(10px);
}

.nds-about-floating-card strong,
.nds-about-floating-card small { display: block; }
.nds-about-floating-card strong { color: #1e293b; font-size: 10px; }
.nds-about-floating-card small { margin-top: 2px; color: #94a3b8; font-size: 8px; }

.nds-about-floating-card-one {
    left: -28px;
    bottom: 84px;
}

.nds-about-floating-card-two {
    right: -18px;
    top: 78px;
}

.nds-about-check {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #ecfdf5;
    color: #059669;
    font-size: 13px;
    font-weight: 900;
}

.nds-about-color-dots {
    display: flex;
    gap: 4px;
}

.nds-about-color-dots span {
    width: 12px;
    height: 32px;
    border-radius: 6px;
    background: #2563eb;
}

.nds-about-color-dots span:nth-child(2) { background: #60a5fa; }
.nds-about-color-dots span:nth-child(3) { background: #dbeafe; }

/* STORY */
.nds-about-story-section {
    padding: 104px 0;
    background: #fff;
}

.nds-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 82px;
}

.nds-about-story-visual {
    position: relative;
}

.nds-about-story-visual::before {
    content: "";
    position: absolute;
    width: 76%;
    height: 82%;
    left: -24px;
    bottom: -24px;
    border-radius: 28px;
    background: #eff6ff;
}

.nds-about-story-panel {
    position: relative;
    z-index: 1;
    padding: 38px;
    border: 1px solid #e4eaf2;
    border-radius: 24px;
    background: linear-gradient(150deg, #0b1324 0%, #111d35 100%);
    color: #fff;
    box-shadow: 0 28px 65px rgba(15,23,42,.16);
}

.nds-about-story-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(147,197,253,.22);
    border-radius: 999px;
    background: rgba(37,99,235,.14);
    color: #bfdbfe;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nds-about-story-panel h3 {
    max-width: 390px;
    margin: 20px 0 12px;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.16;
    letter-spacing: -.035em;
}

.nds-about-story-panel > p {
    margin: 0;
    color: #a9b7ca;
    font-size: 14px;
    line-height: 1.75;
}

.nds-about-story-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.nds-about-story-list > div {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.035);
}

.nds-about-story-list span {
    grid-row: 1 / span 2;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(59,130,246,.16);
    color: #93c5fd;
    font-size: 9px;
    font-weight: 900;
}

.nds-about-story-list strong { font-size: 12px; }
.nds-about-story-list small {
    margin-top: 3px;
    color: #8fa0b7;
    font-size: 10px;
    line-height: 1.5;
}

.nds-about-story-copy h2,
.nds-about-section-heading h2,
.nds-about-values-copy h2,
.nds-about-cta-card h2 {
    color: #0f172a;
    font-weight: 860;
    letter-spacing: -.04em;
}

.nds-about-story-copy h2 {
    max-width: 650px;
    margin: 14px 0 20px;
    font-size: clamp(34px, 4.1vw, 52px);
    line-height: 1.12;
}

.nds-about-story-copy > p {
    margin: 0 0 15px;
    color: #66768a;
    font-size: 16px;
    line-height: 1.8;
}

.nds-about-highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #f8fbff;
}

.nds-about-highlight-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 9px;
    border-radius: 11px;
    background: #dbeafe;
    color: var(--about-blue);
}

.nds-about-highlight strong,
.nds-about-highlight span { display: block; }
.nds-about-highlight strong { color: #1e293b; font-size: 13px; }
.nds-about-highlight span { margin-top: 4px; color: #64748b; font-size: 12px; line-height: 1.6; }

/* MISSION / PRINCIPLES */
.nds-about-mission-section {
    padding: 98px 0 110px;
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.nds-about-section-heading {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.nds-about-section-heading h2 {
    margin: 13px 0 13px;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
}

.nds-about-section-heading p {
    margin: 0;
    color: #6b7b8f;
    font-size: 15px;
    line-height: 1.7;
}

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

.nds-about-principle-card {
    position: relative;
    overflow: hidden;
    min-height: 345px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15,23,42,.045);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.nds-about-principle-card:hover {
    transform: translateY(-5px);
    border-color: #cbdcf8;
    box-shadow: 0 22px 45px rgba(15,23,42,.08);
}

.nds-about-principle-card-primary {
    background: linear-gradient(155deg, #0c1830, #102654);
    border-color: #173567;
    color: #fff;
}

.nds-about-principle-card-primary::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -72px;
    bottom: -75px;
    border-radius: 50%;
    background: rgba(59,130,246,.16);
}

.nds-about-principle-icon {
    width: 46px;
    height: 46px;
    padding: 11px;
    border-radius: 13px;
    background: #eff6ff;
    color: var(--about-blue);
}

.nds-about-principle-card-primary .nds-about-principle-icon {
    background: rgba(96,165,250,.13);
    color: #93c5fd;
}

.nds-about-principle-card > span {
    display: block;
    margin-top: 30px;
    color: var(--about-blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.nds-about-principle-card-primary > span { color: #93c5fd; }

.nds-about-principle-card h3 {
    position: relative;
    z-index: 1;
    margin: 10px 0 12px;
    color: #172033;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -.025em;
}

.nds-about-principle-card-primary h3 { color: #fff; }

.nds-about-principle-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #708096;
    font-size: 13px;
    line-height: 1.75;
}

.nds-about-principle-card-primary p { color: #aebbd0; }

/* VALUES */
.nds-about-values-section {
    padding: 104px 0;
    background: #fff;
}

.nds-about-values-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 62px;
    padding: 54px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 10%, rgba(37,99,235,.22), transparent 30%),
        linear-gradient(145deg, #08111f 0%, #0d1930 58%, #0f2140 100%);
    box-shadow: 0 30px 70px rgba(15,23,42,.17);
}

.nds-about-values-shell::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -150px;
    top: -160px;
    border: 1px solid rgba(96,165,250,.14);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(96,165,250,.035), 0 0 0 110px rgba(96,165,250,.025);
}

.nds-about-kicker-light { color: #93c5fd; }

.nds-about-values-copy {
    position: relative;
    z-index: 1;
}

.nds-about-values-copy h2 {
    margin: 13px 0 14px;
    color: #fff;
    font-size: clamp(32px, 3.6vw, 46px);
    line-height: 1.16;
}

.nds-about-values-copy p {
    margin: 0;
    color: #a7b5c8;
    font-size: 14px;
    line-height: 1.75;
}

.nds-about-values-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 800;
}

.nds-about-values-copy > a:hover { color: #fff; }

.nds-about-values-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.nds-about-value-item {
    display: flex;
    gap: 13px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.04);
}

.nds-about-value-item > span {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(59,130,246,.16);
    color: #93c5fd;
    font-size: 9px;
    font-weight: 900;
}

.nds-about-value-item strong,
.nds-about-value-item small { display: block; }
.nds-about-value-item strong { color: #f8fafc; font-size: 12px; }
.nds-about-value-item small { margin-top: 5px; color: #95a6bc; font-size: 10px; line-height: 1.6; }

/* CTA */
.nds-about-cta-section {
    padding: 0 0 104px;
    background: #fff;
}

.nds-about-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 38px 42px;
    border: 1px solid #dce5f1;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fbff, #fff);
    box-shadow: 0 18px 45px rgba(15,23,42,.055);
}

.nds-about-cta-card > div:first-child {
    max-width: 680px;
}

.nds-about-cta-card h2 {
    margin: 9px 0 9px;
    font-size: clamp(28px, 3vw, 39px);
    line-height: 1.2;
}

.nds-about-cta-card p {
    margin: 0;
    color: #6b7b8f;
    font-size: 13px;
    line-height: 1.7;
}

.nds-about-cta-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.nds-about-text-link {
    color: #334155 !important;
    font-size: 13px;
    font-weight: 800;
}

.nds-about-text-link:hover { color: var(--about-blue) !important; }

/* RESPONSIVE */
@media (max-width: 1120px) {
    .nds-about-hero-grid { gap: 46px; }
    .nds-about-floating-card-one { left: -10px; }
    .nds-about-floating-card-two { right: -4px; }
    .nds-about-story-grid { gap: 54px; }
    .nds-about-values-shell { gap: 40px; padding: 44px; }
}

@media (max-width: 960px) {
    .nds-about-hero { padding: 72px 0 76px; }
    .nds-about-hero-grid,
    .nds-about-story-grid,
    .nds-about-values-shell {
        grid-template-columns: 1fr;
    }

    .nds-about-hero-copy {
        max-width: 760px;
        text-align: center;
        margin-inline: auto;
    }

    .nds-about-eyebrow { margin-inline: auto; }
    .nds-about-hero-lead { margin-inline: auto; }
    .nds-about-hero-actions { justify-content: center; }
    .nds-about-proof { max-width: 620px; margin-inline: auto; }
    .nds-about-hero-visual { min-height: 475px; width: min(100%, 620px); margin: 18px auto 0; }
    .nds-about-story-copy { order: -1; }
    .nds-about-story-visual { width: min(100%, 650px); margin-inline: auto; }
    .nds-about-principles { grid-template-columns: 1fr; }
    .nds-about-principle-card { min-height: 0; }
    .nds-about-values-shell { padding: 42px; }
    .nds-about-values-copy { max-width: 680px; }
    .nds-about-cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
    .nds-about-hero { padding: 56px 0 62px; }
    .nds-about-hero-copy h1 { margin-top: 18px; font-size: clamp(40px, 12vw, 56px); }
    .nds-about-hero-lead { font-size: 16px; }
    .nds-about-hero-actions { flex-direction: column; }
    .nds-about-btn { width: 100%; }
    .nds-about-proof { grid-template-columns: 1fr; gap: 12px; text-align: left; }
    .nds-about-proof div { padding: 12px 14px; border: 1px solid #e5edf6; border-radius: 12px; background: rgba(255,255,255,.72); }

    .nds-about-hero-visual { min-height: 405px; margin-top: 4px; }
    .nds-about-browser-card { border-radius: 20px; transform: none; }
    .nds-about-browser-content { padding: 18px; }
    .nds-about-visual-grid { gap: 7px; }
    .nds-about-mini-card { min-height: 112px; padding: 10px; }
    .nds-about-mini-card span { margin-top: 14px; }
    .nds-about-floating-card { display: none; }

    .nds-about-story-section,
    .nds-about-mission-section,
    .nds-about-values-section { padding: 72px 0; }
    .nds-about-story-panel { padding: 25px; border-radius: 20px; }
    .nds-about-story-visual::before { left: -12px; bottom: -12px; }
    .nds-about-story-copy h2 { font-size: 35px; }
    .nds-about-story-copy > p { font-size: 15px; }

    .nds-about-principle-card { padding: 24px; border-radius: 18px; }
    .nds-about-values-shell { padding: 28px 22px; border-radius: 22px; }
    .nds-about-values-grid { grid-template-columns: 1fr; }
    .nds-about-cta-section { padding-bottom: 72px; }
    .nds-about-cta-card { padding: 28px 22px; border-radius: 20px; gap: 28px; }
    .nds-about-cta-actions { width: 100%; flex-direction: column; align-items: stretch; gap: 12px; }
    .nds-about-text-link { text-align: center; padding: 10px 0; }
}

@media (max-width: 430px) {
    .nds-about-browser-url { min-width: 0; flex: 1; }
    .nds-about-visual-grid { grid-template-columns: 1fr; }
    .nds-about-mini-card { min-height: auto; display: grid; grid-template-columns: 34px 1fr; column-gap: 9px; align-items: center; }
    .nds-about-mini-card span { margin-top: 0; }
    .nds-about-mini-card strong { grid-column: 2; }
    .nds-about-hero-visual { min-height: 485px; }
    .nds-about-story-list > div { grid-template-columns: 34px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .nds-about-btn,
    .nds-about-principle-card { transition: none; }
}