/* About — nexvork.ai (prefix ab-) */

.ab-hero { overflow: hidden; }
.ab-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.ab-hero-grid > * { min-width: 0; }
.ab-hero-title { max-width: 20ch; }
.ab-orb-1 { width: 520px; height: 520px; top: -200px; left: -180px; }
.ab-orb-2 { width: 560px; height: 560px; top: 5%; right: -220px; }
.ab-hero-visual { position: relative; }
.ab-console { max-width: 540px; margin-left: auto; font-size: 0.74rem; }
.ab-console .ab-k { display: inline-block; min-width: 12ch; color: #C3C8D6; }
.ab-console .ab-gap { display: block; height: 8px; }
.ab-chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: var(--glass); border: 1px solid var(--line-2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 0.76rem; font-weight: 600; color: var(--text); box-shadow: var(--shadow-md); white-space: nowrap; z-index: 3; }
.ab-chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--nx-emerald); box-shadow: 0 0 10px var(--nx-emerald); }
.ab-chip-1 { bottom: -16px; left: 8px; }
.ab-chip-2 { bottom: 8px; left: 0; right: 0; width: max-content; max-width: calc(100% - 16px); margin: 0 auto; white-space: normal; text-align: center; }

.ab-mission-win { max-width: 560px; }
.ab-feed { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
.ab-feed .nx-row { min-width: 0; }
.ab-feed .nx-row + .nx-row { margin-top: 0; }
.ab-ind { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 7px; border-radius: 5px; background: rgba(65,143,228,0.14); color: #7DB5F2; white-space: nowrap; flex-shrink: 0; }
html[data-theme="light"] .ab-ind { background: rgba(130,62,157,0.1); color: var(--nx-purple); }

.ab-story-win, .ab-story-con { max-width: 560px; }
.ab-match { display: flex; justify-content: space-between; gap: 10px; padding: 9px 12px; margin-top: 8px; border-radius: 9px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); font-size: 0.78rem; }
html[data-theme="light"] .ab-match { border-color: var(--line); background: var(--bg-2); }
.ab-match strong { color: #34D399; font-family: var(--font-mono); font-size: 0.72rem; white-space: nowrap; }
.ab-ed-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.ab-ed { display: flex; flex-direction: column; gap: 3px; padding: 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); font-size: 0.76rem; font-weight: 600; min-width: 0; }
html[data-theme="light"] .ab-ed { border-color: var(--line); background: var(--bg-2); }
.ab-ed span { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--subtle); font-weight: 500; }
.ab-ed.is-live { border-color: rgba(16,185,129,0.45); }
.ab-ed.is-live span { color: var(--nx-emerald); }
.ab-ed.is-core { background: var(--grad); color: #fff; border-color: transparent; box-shadow: var(--shadow-brand); }
.ab-ed.is-core span { color: rgba(255,255,255,0.85); }

.ab-tl { align-items: start; }
.ab-tl-aside { position: sticky; top: calc(var(--header-h) + 32px); }
.ab-tl-aside .nx-checks { margin-top: 18px; }
.ab-tl-aside .nx-checks li { font-size: 0.92rem; }
.ab-tl-aside .nx-actions { margin-top: 22px; }

.ab-values .nx-card { display: flex; flex-direction: column; }
.ab-values .nx-card p { font-size: 0.93rem; }
.ab-values .nx-card-num { display: flex; align-items: center; gap: 10px; }
.ab-values .nx-card-num::after { content: ""; flex: 1; height: 1px; background: var(--line-2); }

.ab-build-visual { position: relative; padding: 20px 0; }
.ab-build-visual .nx-phone { width: 320px; }
.ab-build .nx-checks li strong { margin-bottom: 2px; }

.ab-sec .nx-card { display: flex; flex-direction: column; }
.ab-sec-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ab-sec-top .nx-icon { margin-bottom: 0; flex-shrink: 0; }
.ab-sec-top h3 { margin-bottom: 0 !important; }
.ab-sec-tag { margin-top: auto; padding-top: 16px; }

.ab-office { align-items: stretch; }
.ab-office-card { display: flex; flex-direction: column; gap: 22px; }
.ab-addr { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; align-items: start; }
.ab-addr .nx-icon { margin-bottom: 0; }
.ab-addr-title { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--subtle); margin-bottom: 4px; }
.ab-addr p { color: var(--text-2) !important; font-size: 0.95rem !important; line-height: 1.55 !important; }
.ab-addr a { color: var(--text); font-weight: 500; transition: color 0.25s; }
.ab-addr a:hover { color: var(--nx-blue-2); }
.ab-office-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.ab-office-card .nx-actions { margin-top: auto; padding-top: 6px; }

.ab-map { position: relative; min-height: 380px; height: 100%; border-radius: var(--r-xl); border: 1px solid var(--line); background: var(--surface); overflow: hidden; }
html[data-theme="light"] .ab-map { background: var(--surface-2); box-shadow: var(--shadow-sm); }
.ab-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px); background-size: 36px 36px; }
.ab-map::after { content: ""; position: absolute; inset: 0; background: radial-gradient(45% 45% at 50% 50%, var(--mesh-b), transparent 70%); }
.ab-map-road { position: absolute; background: var(--line-3); opacity: 0.55; }
.ab-map-road.r1 { left: -10%; right: -10%; top: 38%; height: 3px; transform: rotate(-12deg); }
.ab-map-road.r2 { top: -10%; bottom: -10%; left: 62%; width: 3px; transform: rotate(18deg); }
.ab-map-road.r3 { left: -10%; right: -10%; top: 72%; height: 2px; transform: rotate(6deg); }
.ab-map-water { position: absolute; left: -20%; right: -20%; top: 10%; height: 22px; border-radius: 999px; background: rgba(65,143,228,0.18); transform: rotate(-6deg); }
.ab-map-ring { position: absolute; left: 50%; top: 50%; border-radius: 50%; border: 1px dashed var(--line-3); z-index: 1; }
.ab-map-ring.k1 { width: 160px; height: 160px; margin: -80px 0 0 -80px; }
.ab-map-ring.k2 { width: 280px; height: 280px; margin: -140px 0 0 -140px; opacity: 0.6; }
.ab-map-pulse { position: absolute; left: 50%; top: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; border-radius: 50%; border: 2px solid var(--nx-blue); animation: abPulse 2.4s ease-out infinite; z-index: 1; }
@keyframes abPulse { 0% { transform: scale(0.6); opacity: 0.9; } 100% { transform: scale(2.4); opacity: 0; } }
.ab-map-pin { position: absolute; left: 50%; top: 50%; margin: -52px 0 0 -21px; width: 42px; height: 42px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--grad); box-shadow: var(--shadow-brand); display: grid; place-items: center; z-index: 2; }
.ab-map-pin::after { content: ""; width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.ab-map-poi { position: absolute; font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--subtle); z-index: 1; white-space: nowrap; }
.ab-map-poi::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--line-3); margin-right: 6px; vertical-align: middle; }
.ab-map-label { position: absolute; left: 0; right: 0; bottom: 18px; width: max-content; max-width: calc(100% - 24px); margin: 0 auto; padding: 10px 16px; border-radius: 999px; background: var(--glass); border: 1px solid var(--line-2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-2); text-align: center; z-index: 3; }
@media (prefers-reduced-motion: reduce) { .ab-map-pulse { animation: none; opacity: 0.5; } }

@media (max-width: 1100px) {
    .ab-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .ab-hero-title { max-width: none; }
    .ab-console { margin: 0 auto; }
}
@media (max-width: 900px) {
    .ab-tl-aside { position: static; }
    .ab-build-visual .nx-phone { width: 280px; }
    .ab-map { min-height: 320px; }
}
@media (max-width: 640px) {
    .ab-ed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ab-office-grid { grid-template-columns: 1fr; }
    .ab-office-card.nx-card-pad-lg { padding: 24px 20px; }
    .ab-mission-win .nx-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
    .ab-chip { font-size: 0.7rem; padding: 7px 11px; }
    .ab-chip-1 { bottom: -14px; left: 0; }
    .ab-console .ab-k { min-width: 10ch; }
    .ab-map { min-height: 280px; }
    .ab-map-ring.k2 { width: 220px; height: 220px; margin: -110px 0 0 -110px; }
}

.ab-console .nx-console-body { padding-bottom: 44px; }

