/* =========================================================
   ALI MUNIR · 2026 REDESIGN — additive stylesheet
   Layered on top of the original style.css
   ========================================================= */

:root {
  --ink: #0B1B20;
  --ink-2: #122B33;
  --slate-900b: #0F1E22;
  --paper: #FBFAF6;
  --paper-2: #F4F1E8;
  --teal: #2C7A7B;
  --teal-bright: #38b2ac;
  --teal-soft: #E6F4F3;
  --rule: rgba(15, 30, 34, 0.10);
  --rule-strong: rgba(15, 30, 34, 0.18);
  --muted: #5b6b70;

  /* product accents — match real logos */
  /* InvoiceGenie: vibrant indigo/purple from the wordmark */
  --ig-purple: #6B46C1;
  --ig-purple-deep: #4F2DAB;
  --ig-purple-soft: #EDE7FE;
  /* legacy aliases (kept for any unmigrated rules) */
  --ig-amber: var(--ig-purple);
  --ig-amber-deep: var(--ig-purple-deep);
  --ig-amber-soft: var(--ig-purple-soft);

  /* AlertOwl: navy + yellow accent from the owl mark */
  --ao-navy: #2C5282;
  --ao-navy-deep: #1E3A5F;
  --ao-navy-soft: #E6EDF5;
  --ao-yellow: #F5B342;
  /* legacy aliases */
  --ao-teal: var(--ao-navy);
  --ao-teal-deep: var(--ao-navy-deep);
  --ao-teal-soft: var(--ao-navy-soft);
  --ao-alert: #E53E3E;

  --serif: 'Newsreader', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Body type bump for new sections */
body {
  background: var(--paper);
  color: var(--ink);
}

/* Nav refresh */
.nav { background: rgba(251, 250, 246, 0.92); }
.nav-link { color: var(--ink); }
.nav-link-accent {
  color: var(--teal);
  position: relative;
}
.nav-link-accent::after {
  content: '';
  position: absolute;
  top: 6px; right: -2px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ig-purple);
  box-shadow: 0 0 0 2px rgba(107, 70, 193, 0.22);
}

/* ===== Shared atoms ===== */
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 18px;
}
.kicker-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 3px rgba(44, 122, 123, 0.15);
}
.kicker-dot-light { background: #C4B5FD; box-shadow: 0 0 0 3px rgba(196, 181, 253, 0.18); }

.section-title-v2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 20px 0;
  max-width: 24ch;
  text-wrap: balance;
}
.section-title-light { color: #FBFAF6; }

.section-lead {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 12px 0;
  text-wrap: pretty;
}

.section-head { margin-bottom: 56px; }

.btn-large { padding: 0.95rem 1.6rem; font-size: 1.0625rem; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--rule-strong);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

/* ===== HERO V2 ===== */
.hero-v2 {
  background: var(--paper);
  color: var(--ink);
  min-height: auto;
  padding: 140px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero-v2::before { display: none; }
.hero-v2::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(107,70,193,0.10) 0%, transparent 38%),
    radial-gradient(circle at 4% 92%, rgba(44,82,130,0.08) 0%, transparent 42%);
  pointer-events: none;
}
.hero-v2 .hero-container { position: relative; z-index: 1; }
.hero-v2 .hero-content { max-width: 980px; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px;
  color: var(--muted);
  font-family: var(--sans);
  margin-bottom: 28px;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--rule);
  padding: 7px 14px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--ink);
}
.pill-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #2BA84A;
  box-shadow: 0 0 0 3px rgba(43,168,74,0.18);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(43,168,74,0.18); }
  50% { box-shadow: 0 0 0 6px rgba(43,168,74,0.04); }
}
.hero-pill-divider { color: var(--rule-strong); }
.hero-pill-text { color: var(--muted); }

.hero-title-v2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.6vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0 0 28px 0;
  max-width: 18ch;
}
.hero-title-accent {
  color: var(--teal);
  font-style: italic;
  font-weight: 400;
}

.hero-tagline-v2 {
  font-family: var(--sans);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 62ch;
  margin: 0 0 36px 0;
  text-wrap: pretty;
}

.hero-cta-v2 {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-bottom: 56px;
}

.hero-roles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rule);
  padding-top: 28px;
  max-width: 880px;
}
.role-chip {
  display: flex; flex-direction: column; gap: 6px;
  padding: 0 22px;
  border-left: 1px solid var(--rule);
}
.role-chip:first-child { border-left: none; padding-left: 0; }
.role-chip-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.role-chip-value {
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.4;
}

/* ===== BUILDING ===== */
.building {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  padding: 110px 0 120px;
  position: relative;
  border-top: 1px solid var(--rule);
}
.building-header { max-width: 760px; margin-bottom: 56px; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 24px;
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .35s;
  position: relative;
  overflow: hidden;
}
.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--card-glow, transparent);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -28px rgba(15,30,34,0.20);
}
.product-card:hover::before { opacity: 1; }

.product-ig {
  --card-glow: radial-gradient(circle at 100% 0%, rgba(107,70,193,0.12), transparent 50%);
}
.product-ao {
  --card-glow: radial-gradient(circle at 100% 0%, rgba(44,82,130,0.12), transparent 50%);
}

.product-card > * { position: relative; z-index: 1; }

.product-card-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 24px;
}

.product-mark {
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.product-mark-ig {
  background: linear-gradient(140deg, #F5F0FF 0%, #EDE7FE 100%);
  box-shadow: inset 0 0 0 1px rgba(107,70,193,0.25), 0 4px 14px -6px rgba(107,70,193,0.40);
}
.product-mark-ao {
  background: linear-gradient(140deg, #EEF2F8 0%, #E6EDF5 100%);
  box-shadow: inset 0 0 0 1px rgba(44,82,130,0.25), 0 4px 14px -6px rgba(44,82,130,0.40);
}
.product-mark svg { width: 44px; height: 44px; }
.product-mark img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 6px;
}
.product-mark-ao img { padding: 4px; }

.product-status {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 11px 5px 9px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.product-status-live {
  background: rgba(43,168,74,0.10);
  color: #1F7A36;
  border: 1px solid rgba(43,168,74,0.22);
}
.status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #2BA84A;
  box-shadow: 0 0 0 3px rgba(43,168,74,0.18);
  animation: pulse 2.4s ease-in-out infinite;
}

.product-wordmark {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 14px;
}
.wordmark-prefix { font-weight: 400; }
.wordmark-suffix-ig { color: var(--ig-purple); font-style: italic; }
.wordmark-suffix-ao { color: var(--ao-navy-deep); font-style: italic; }
.wordmark-tld {
  font-family: var(--sans);
  font-size: 0.55em;
  font-weight: 500;
  color: var(--muted);
  vertical-align: 0.35em;
  margin-left: 2px;
}

.product-tagline {
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 22px 0;
  text-wrap: pretty;
}

.product-bullets {
  list-style: none; padding: 0; margin: 0 0 24px 0;
  display: flex; flex-direction: column; gap: 10px;
}
.product-bullets li {
  display: flex; gap: 12px; align-items: flex-start;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-2);
}
.bullet-mark {
  font-family: var(--sans);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0;
}
.bullet-mark-ig { color: var(--ig-purple); }
.bullet-mark-ao { color: var(--ao-navy); }

.product-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  padding-top: 22px;
  margin-bottom: 24px;
}
.pmetric {
  padding: 0 14px;
  border-left: 1px solid var(--rule);
}
.pmetric:first-child { border-left: none; padding-left: 0; }
.pmetric-value {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 6px;
}
.pmetric-value-ig { color: var(--ig-purple); }
.pmetric-value-ao { color: var(--ao-navy); }
.pmetric-label {
  font-family: var(--sans);
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--muted);
  font-weight: 500;
}

.product-card-foot {
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
  margin-top: auto;
}
.btn-product {
  padding: 0.85rem 1.4rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  transition: transform .2s, box-shadow .25s, background .25s;
}
.btn-product-ig {
  background: var(--ig-purple);
  color: #fff;
}
.btn-product-ig:hover {
  background: var(--ig-purple-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -10px rgba(79,45,171,0.45);
}
.btn-product-ao {
  background: var(--ao-navy);
  color: #fff;
}
.btn-product-ao:hover {
  background: var(--ao-navy-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -10px rgba(30,58,95,0.45);
}
.btn-link {
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 1px;
  transition: opacity .2s;
}
.btn-link:hover { opacity: 0.7; }
.btn-link-ig { color: var(--ig-purple); }
.btn-link-ao { color: var(--ao-navy); }

.building-footnote {
  text-align: center;
  margin-top: 56px;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--muted);
  max-width: 64ch;
  margin-left: auto; margin-right: auto;
  text-wrap: pretty;
}

/* ===== TRACK RECORD ===== */
.track-record {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 100px 0 110px;
  position: relative;
}
.track-record::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(56,178,172,0.10) 0%, transparent 45%),
    radial-gradient(circle at 88% 82%, rgba(107,70,193,0.06) 0%, transparent 45%);
  pointer-events: none;
}
.track-record .section-container { position: relative; z-index: 1; }
.track-header { max-width: 720px; margin-bottom: 72px; }
.track-header .section-lead { color: rgba(251,250,246,0.7); }

.track-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(251,250,246,0.16);
  border-bottom: 1px solid rgba(251,250,246,0.16);
  padding: 48px 0;
}
.track-cell {
  padding: 0 28px;
  border-left: 1px solid rgba(251,250,246,0.10);
}
.track-cell:first-child { border-left: none; padding-left: 0; }
.track-value {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.4vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--paper);
  margin-bottom: 14px;
  display: flex; align-items: baseline;
}
.track-prefix, .track-suffix {
  font-size: 0.55em;
  color: var(--teal-bright);
  font-weight: 500;
}
.track-prefix { margin-right: 4px; }
.track-suffix { margin-left: 4px; }
.track-label {
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(251,250,246,0.65);
  text-wrap: pretty;
  max-width: 28ch;
}

/* ===== CASE STUDIES (rework) ===== */
.case-studies {
  background: var(--paper);
  padding: 110px 0 120px;
}
.case-studies .case-card {
  border-radius: 20px;
  border: 1px solid var(--rule);
  background: #fff;
  padding: 36px;
}
.case-studies .case-card:hover {
  border-color: var(--teal);
  box-shadow: 0 24px 60px -28px rgba(15,30,34,0.16);
}
.case-studies .case-number {
  font-family: var(--serif);
  color: var(--rule-strong);
  font-weight: 400;
}
.case-studies .case-title {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.012em;
  font-size: 1.55rem;
  line-height: 1.2;
  padding-right: 60px;
}
.case-studies .case-section h4 {
  color: var(--teal);
  font-family: var(--sans);
}
.case-card-foot {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ===== ABOUT V2 ===== */
.about-v2 {
  background: var(--paper-2);
  padding: 110px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-text-v2 {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
}
.about-title { max-width: 22ch; }
.about-text-v2 p { margin-bottom: 18px; text-wrap: pretty; }

.about-side {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 8px 28px;
}
.about-fact {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.about-fact:last-child { border-bottom: none; }
.about-fact-key {
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.about-fact-val {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}

/* ===== SKILLS V2 ===== */
.skills-v2 {
  background: var(--paper);
  padding: 110px 0 120px;
}
.skills-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.skill-col {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex; flex-direction: column;
}
.skill-col-new {
  background: linear-gradient(160deg, #FAF7FF 0%, #EDE7FE 100%);
  border-color: rgba(107,70,193,0.25);
}
.skill-col-head {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.skill-col-num {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--teal);
}
.skill-col-num-new { color: var(--ig-purple); }
.skill-col h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
  display: inline-flex; align-items: center; gap: 8px;
}
.skill-new-tag {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--ig-purple);
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
}
.skill-col ul {
  list-style: none; padding: 0; margin: 0 0 20px 0;
  display: flex; flex-direction: column; gap: 10px;
}
.skill-col ul li {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--ink-2);
  padding-left: 20px;
  position: relative;
}
.skill-col ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 1.5px;
  background: var(--teal);
}
.skill-col-new ul li::before { background: var(--ig-purple); }
.skill-col-tools {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}
.tool-chip {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  background: rgba(44,122,123,0.08);
  color: var(--teal);
  padding: 5px 10px;
  border-radius: 6px;
}
.tool-chip-new {
  background: rgba(107,70,193,0.14);
  color: var(--ig-purple);
}

/* ===== AWARDS V2 ===== */
.awards-v2 {
  background: var(--paper-2, #F5F1EA);
  color: var(--ink);
  border-top: 1px solid var(--rule);
  padding: 100px 0 110px;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(56,178,172,0.08) 0%, transparent 50%);
}
.recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 24px;
}
.recog-col-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--paper);
  margin-bottom: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(251,250,246,0.18);
}
.recog-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
}
.recog-item {
  display: flex; flex-direction: column; gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(251,250,246,0.10);
}
.recog-item:last-child { border-bottom: none; }
.recog-when {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--teal-bright);
}
.recog-what {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--paper);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.recog-where {
  font-family: var(--sans);
  font-size: 13.5px;
  color: rgba(251,250,246,0.55);
}
.recog-link {
  display: flex; flex-direction: column; gap: 4px;
  color: inherit;
  text-decoration: none;
  transition: opacity .2s;
}
.recog-link:hover { opacity: 0.75; color: inherit; }

/* ===== CONTACT V2 ===== */
.contact-v2 {
  background: var(--paper);
  padding: 110px 0 120px;
}
.contact-v2-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 72px;
  align-items: start;
}
.contact-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 12px;
}
.contact-v2-right {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 8px 28px;
}
.contact-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.contact-row:last-child { border-bottom: none; }
.contact-row-label {
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.contact-row-val {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}
a.contact-row-val:hover { color: var(--teal); }

/* ===== FOOTER V2 ===== */
.footer-v2 {
  background: var(--ink);
  color: rgba(251,250,246,0.6);
  padding: 48px 0 40px;
  border-top: 1px solid rgba(251,250,246,0.10);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 36px;
  align-items: center;
}
.footer-name {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--paper);
}
.footer-tag {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(251,250,246,0.55);
  margin-top: 4px;
}
.footer-links {
  display: flex; gap: 24px;
}
.footer-links a {
  font-family: var(--sans);
  font-size: 14px;
  color: rgba(251,250,246,0.7);
  text-decoration: none;
  transition: color .2s;
}
.footer-links a:hover { color: var(--teal-bright); }
.footer-copy {
  font-family: var(--sans);
  font-size: 13px;
  text-align: right;
  color: rgba(251,250,246,0.45);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .products-grid { grid-template-columns: 1fr; }
  .skills-grid-v2 { grid-template-columns: 1fr; }
  .recognition-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-v2-grid { grid-template-columns: 1fr; gap: 40px; }
  .track-strip { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 18px; }
  .footer-copy { text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .hero-v2 { padding: 110px 0 72px; }
  .hero-roles { grid-template-columns: 1fr; gap: 18px; }
  .role-chip { border-left: none; padding-left: 0; padding: 14px 0; border-top: 1px solid var(--rule); }
  .role-chip:first-child { border-top: none; padding-top: 0; }
  .product-card { padding: 28px 24px; }
  .product-metrics { grid-template-columns: 1fr; gap: 14px; }
  .pmetric { padding: 14px 0; border-left: none; border-top: 1px solid var(--rule); }
  .pmetric:first-child { border-top: none; padding-top: 0; }
  .track-strip { grid-template-columns: 1fr; gap: 28px 0; padding: 28px 0; }
  .track-cell { padding: 18px 0; border-left: none; border-top: 1px solid rgba(251,250,246,0.10); }
  .track-cell:first-child { border-top: none; padding-top: 0; }
}
