/* about-cosmic.css — About Us specifics over the shared vocal-styles shell. */
.brand-name { color: var(--ink); }
.hero h1 { color: var(--ink); }
body { color: var(--ink); }
.hero p strong { color: var(--ink); font-weight: 600; }

.ab-stats { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin: 0 0 56px; }
.ab-stat { flex: 1; min-width: 150px; max-width: 240px; text-align: center; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-xl, 20px); box-shadow: var(--shadow-card); padding: 22px 18px; }
.ab-stat-v { display: block; font-family: var(--font-display, inherit); font-style: var(--display-style, normal); font-size: 30px; font-weight: 600; color: var(--accent); letter-spacing: -.02em; }
.ab-stat-l { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); margin-top: 5px; }

.ab-story { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.ab-story-h, .ab-block-h { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.ab-story-title { font-family: var(--font-display, inherit); font-style: var(--display-style, normal); font-size: clamp(26px, 4.4vw, 40px); font-weight: 600; letter-spacing: -.02em; color: var(--ink); line-height: 1.12; margin: 0 0 20px; text-wrap: balance; }
.ab-story p { font-size: 16.5px; line-height: 1.7; color: var(--ink-2); margin: 0 auto 18px; max-width: 680px; text-wrap: pretty; }

.ab-block { margin-bottom: 48px; text-align: center; }
.ab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.ab-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-xl, 20px); box-shadow: var(--shadow-card); padding: 24px 22px; }
.ab-card-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; color: #fff;
  background: linear-gradient(135deg, var(--accent2, var(--accent)), var(--accent)); box-shadow: 0 14px 32px -14px color-mix(in srgb, var(--accent) 65%, transparent); }
.ab-card-ic.alt { color: var(--accent); background: var(--accent-soft); box-shadow: none; border: 1px solid var(--accent-line, var(--line)); }
.ab-card-t { font-size: 17px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); margin-bottom: 7px; }
.ab-card-d { font-size: 14px; line-height: 1.55; color: var(--ink-2); text-wrap: pretty; }

.ab-contact { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-xl, 20px); box-shadow: var(--shadow-card); padding: 22px 24px; }
.ab-contact-loc { display: flex; align-items: center; gap: 14px; }
.ab-contact-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: var(--accent-ink, #fff); background: var(--cta); box-shadow: var(--cta-glow); flex-shrink: 0; }
.ab-contact-t { font-size: 17px; font-weight: 600; color: var(--ink); }
.ab-contact-d { font-size: 13.5px; color: var(--ink-2); margin-top: 2px; }
.ab-contact-btn { margin-left: auto; text-decoration: none; font-weight: 600; font-size: 14px; color: var(--accent-ink, #fff); background: var(--cta); box-shadow: var(--cta-glow); padding: 13px 20px; border-radius: 12px; }
.ab-contact-btn:hover { filter: brightness(1.06); }

@media (max-width: 760px) { .ab-grid { grid-template-columns: 1fr; } .ab-contact-btn { margin-left: 0; } }
